123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- {
- "version": "2.0",
- "metadata": {
- "apiVersion": "2018-05-10",
- "endpointPrefix": "license-manager-linux-subscriptions",
- "jsonVersion": "1.1",
- "protocol": "rest-json",
- "serviceFullName": "AWS License Manager Linux Subscriptions",
- "serviceId": "License Manager Linux Subscriptions",
- "signatureVersion": "v4",
- "signingName": "license-manager-linux-subscriptions",
- "uid": "license-manager-linux-subscriptions-2018-05-10"
- },
- "operations": {
- "GetServiceSettings": {
- "http": {
- "requestUri": "/subscription/GetServiceSettings",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {}
- },
- "output": {
- "type": "structure",
- "members": {
- "HomeRegions": {
- "shape": "S3"
- },
- "LinuxSubscriptionsDiscovery": {},
- "LinuxSubscriptionsDiscoverySettings": {
- "shape": "S6"
- },
- "Status": {},
- "StatusMessage": {
- "shape": "S9"
- }
- }
- },
- "idempotent": true
- },
- "ListLinuxSubscriptionInstances": {
- "http": {
- "requestUri": "/subscription/ListLinuxSubscriptionInstances",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "Filters": {
- "shape": "Sc"
- },
- "MaxResults": {
- "type": "integer"
- },
- "NextToken": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "Instances": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "AccountID": {},
- "AmiId": {},
- "InstanceID": {},
- "InstanceType": {},
- "LastUpdatedTime": {},
- "ProductCode": {
- "type": "list",
- "member": {}
- },
- "Region": {},
- "Status": {},
- "SubscriptionName": {},
- "UsageOperation": {}
- }
- }
- },
- "NextToken": {}
- }
- },
- "idempotent": true
- },
- "ListLinuxSubscriptions": {
- "http": {
- "requestUri": "/subscription/ListLinuxSubscriptions",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "members": {
- "Filters": {
- "shape": "Sc"
- },
- "MaxResults": {
- "type": "integer"
- },
- "NextToken": {}
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "NextToken": {},
- "Subscriptions": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "InstanceCount": {
- "type": "long"
- },
- "Name": {},
- "Type": {}
- }
- }
- }
- }
- },
- "idempotent": true
- },
- "UpdateServiceSettings": {
- "http": {
- "requestUri": "/subscription/UpdateServiceSettings",
- "responseCode": 200
- },
- "input": {
- "type": "structure",
- "required": [
- "LinuxSubscriptionsDiscovery",
- "LinuxSubscriptionsDiscoverySettings"
- ],
- "members": {
- "AllowUpdate": {
- "type": "boolean"
- },
- "LinuxSubscriptionsDiscovery": {},
- "LinuxSubscriptionsDiscoverySettings": {
- "shape": "S6"
- }
- }
- },
- "output": {
- "type": "structure",
- "members": {
- "HomeRegions": {
- "shape": "S3"
- },
- "LinuxSubscriptionsDiscovery": {},
- "LinuxSubscriptionsDiscoverySettings": {
- "shape": "S6"
- },
- "Status": {},
- "StatusMessage": {
- "shape": "S9"
- }
- }
- },
- "idempotent": true
- }
- },
- "shapes": {
- "S3": {
- "type": "list",
- "member": {}
- },
- "S6": {
- "type": "structure",
- "required": [
- "OrganizationIntegration",
- "SourceRegions"
- ],
- "members": {
- "OrganizationIntegration": {},
- "SourceRegions": {
- "shape": "S3"
- }
- }
- },
- "S9": {
- "type": "map",
- "key": {},
- "value": {}
- },
- "Sc": {
- "type": "list",
- "member": {
- "type": "structure",
- "members": {
- "Name": {},
- "Operator": {},
- "Values": {
- "shape": "S3"
- }
- }
- }
- }
- }
- }
|