python-botocore/botocore/data/license-manager/2018-08-01/service-2.json
2021-03-23 16:16:10 -07:00

3476 lines
114 KiB
JSON

{
"version":"2.0",
"metadata":{
"apiVersion":"2018-08-01",
"endpointPrefix":"license-manager",
"jsonVersion":"1.1",
"protocol":"json",
"serviceFullName":"AWS License Manager",
"serviceId":"License Manager",
"signatureVersion":"v4",
"targetPrefix":"AWSLicenseManager",
"uid":"license-manager-2018-08-01"
},
"operations":{
"AcceptGrant":{
"name":"AcceptGrant",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AcceptGrantRequest"},
"output":{"shape":"AcceptGrantResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Accepts the specified grant.</p>"
},
"CheckInLicense":{
"name":"CheckInLicense",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CheckInLicenseRequest"},
"output":{"shape":"CheckInLicenseResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ConflictException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Checks in the specified license. Check in a license when it is no longer in use.</p>"
},
"CheckoutBorrowLicense":{
"name":"CheckoutBorrowLicense",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CheckoutBorrowLicenseRequest"},
"output":{"shape":"CheckoutBorrowLicenseResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"NoEntitlementsAllowedException"},
{"shape":"EntitlementNotAllowedException"},
{"shape":"UnsupportedDigitalSignatureMethodException"},
{"shape":"RedirectException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Checks out the specified license for offline use.</p>"
},
"CheckoutLicense":{
"name":"CheckoutLicense",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CheckoutLicenseRequest"},
"output":{"shape":"CheckoutLicenseResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"ResourceNotFoundException"},
{"shape":"NoEntitlementsAllowedException"},
{"shape":"UnsupportedDigitalSignatureMethodException"},
{"shape":"RedirectException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Checks out the specified license.</p>"
},
"CreateGrant":{
"name":"CreateGrant",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateGrantRequest"},
"output":{"shape":"CreateGrantResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"RateLimitExceededException"},
{"shape":"AccessDeniedException"}
],
"documentation":"<p>Creates a grant for the specified license. A grant shares the use of license entitlements with specific AWS accounts.</p>"
},
"CreateGrantVersion":{
"name":"CreateGrantVersion",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateGrantVersionRequest"},
"output":{"shape":"CreateGrantVersionResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Creates a new version of the specified grant.</p>"
},
"CreateLicense":{
"name":"CreateLicense",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLicenseRequest"},
"output":{"shape":"CreateLicenseResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"RedirectException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Creates a license.</p>"
},
"CreateLicenseConfiguration":{
"name":"CreateLicenseConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLicenseConfigurationRequest"},
"output":{"shape":"CreateLicenseConfigurationResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Creates a license configuration.</p> <p>A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), license affinity to host (how long a license must be associated with a host), and the number of licenses purchased and used.</p>"
},
"CreateLicenseVersion":{
"name":"CreateLicenseVersion",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateLicenseVersionRequest"},
"output":{"shape":"CreateLicenseVersionResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"RedirectException"},
{"shape":"ConflictException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Creates a new version of the specified license.</p>"
},
"CreateToken":{
"name":"CreateToken",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateTokenRequest"},
"output":{"shape":"CreateTokenResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"ServerInternalException"},
{"shape":"ResourceNotFoundException"},
{"shape":"RedirectException"}
],
"documentation":"<p>Creates a long-lived token.</p> <p>A refresh token is a JWT token used to get an access token. With an access token, you can call AssumeRoleWithWebIdentity to get role credentials that you can use to call License Manager to manage the specified license.</p>"
},
"DeleteGrant":{
"name":"DeleteGrant",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteGrantRequest"},
"output":{"shape":"DeleteGrantResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Deletes the specified grant.</p>"
},
"DeleteLicense":{
"name":"DeleteLicense",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteLicenseRequest"},
"output":{"shape":"DeleteLicenseResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"RedirectException"},
{"shape":"ConflictException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Deletes the specified license.</p>"
},
"DeleteLicenseConfiguration":{
"name":"DeleteLicenseConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteLicenseConfigurationRequest"},
"output":{"shape":"DeleteLicenseConfigurationResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Deletes the specified license configuration.</p> <p>You cannot delete a license configuration that is in use.</p>"
},
"DeleteToken":{
"name":"DeleteToken",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteTokenRequest"},
"output":{"shape":"DeleteTokenResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ServerInternalException"},
{"shape":"ResourceNotFoundException"},
{"shape":"RedirectException"}
],
"documentation":"<p>Deletes the specified token. Must be called in the license home Region.</p>"
},
"ExtendLicenseConsumption":{
"name":"ExtendLicenseConsumption",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ExtendLicenseConsumptionRequest"},
"output":{"shape":"ExtendLicenseConsumptionResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ServerInternalException"},
{"shape":"ResourceNotFoundException"}
],
"documentation":"<p>Extends the expiration date for license consumption.</p>"
},
"GetAccessToken":{
"name":"GetAccessToken",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetAccessTokenRequest"},
"output":{"shape":"GetAccessTokenResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Gets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens are valid for one hour.</p>"
},
"GetGrant":{
"name":"GetGrant",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetGrantRequest"},
"output":{"shape":"GetGrantResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Gets detailed information about the specified grant.</p>"
},
"GetLicense":{
"name":"GetLicense",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetLicenseRequest"},
"output":{"shape":"GetLicenseResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Gets detailed information about the specified license.</p>"
},
"GetLicenseConfiguration":{
"name":"GetLicenseConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetLicenseConfigurationRequest"},
"output":{"shape":"GetLicenseConfigurationResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Gets detailed information about the specified license configuration.</p>"
},
"GetLicenseUsage":{
"name":"GetLicenseUsage",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetLicenseUsageRequest"},
"output":{"shape":"GetLicenseUsageResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Gets detailed information about the usage of the specified license.</p>"
},
"GetServiceSettings":{
"name":"GetServiceSettings",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetServiceSettingsRequest"},
"output":{"shape":"GetServiceSettingsResponse"},
"errors":[
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Gets the License Manager settings for the current Region.</p>"
},
"ListAssociationsForLicenseConfiguration":{
"name":"ListAssociationsForLicenseConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListAssociationsForLicenseConfigurationRequest"},
"output":{"shape":"ListAssociationsForLicenseConfigurationResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"FilterLimitExceededException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Lists the resource associations for the specified license configuration.</p> <p>Resource associations need not consume licenses from a license configuration. For example, an AMI or a stopped instance might not consume a license (depending on the license rules).</p>"
},
"ListDistributedGrants":{
"name":"ListDistributedGrants",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListDistributedGrantsRequest"},
"output":{"shape":"ListDistributedGrantsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Lists the grants distributed for the specified license.</p>"
},
"ListFailuresForLicenseConfigurationOperations":{
"name":"ListFailuresForLicenseConfigurationOperations",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListFailuresForLicenseConfigurationOperationsRequest"},
"output":{"shape":"ListFailuresForLicenseConfigurationOperationsResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Lists the license configuration operations that failed.</p>"
},
"ListLicenseConfigurations":{
"name":"ListLicenseConfigurations",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListLicenseConfigurationsRequest"},
"output":{"shape":"ListLicenseConfigurationsResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalException"},
{"shape":"FilterLimitExceededException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Lists the license configurations for your account.</p>"
},
"ListLicenseSpecificationsForResource":{
"name":"ListLicenseSpecificationsForResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListLicenseSpecificationsForResourceRequest"},
"output":{"shape":"ListLicenseSpecificationsForResourceResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Describes the license configurations for the specified resource.</p>"
},
"ListLicenseVersions":{
"name":"ListLicenseVersions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListLicenseVersionsRequest"},
"output":{"shape":"ListLicenseVersionsResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Lists all versions of the specified license.</p>"
},
"ListLicenses":{
"name":"ListLicenses",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListLicensesRequest"},
"output":{"shape":"ListLicensesResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Lists the licenses for your account.</p>"
},
"ListReceivedGrants":{
"name":"ListReceivedGrants",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListReceivedGrantsRequest"},
"output":{"shape":"ListReceivedGrantsResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Lists grants that are received but not accepted.</p>"
},
"ListReceivedLicenses":{
"name":"ListReceivedLicenses",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListReceivedLicensesRequest"},
"output":{"shape":"ListReceivedLicensesResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Lists received licenses.</p>"
},
"ListResourceInventory":{
"name":"ListResourceInventory",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListResourceInventoryRequest"},
"output":{"shape":"ListResourceInventoryResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalException"},
{"shape":"FilterLimitExceededException"},
{"shape":"FailedDependencyException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Lists resources managed using Systems Manager inventory.</p>"
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTagsForResourceRequest"},
"output":{"shape":"ListTagsForResourceResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Lists the tags for the specified license configuration.</p>"
},
"ListTokens":{
"name":"ListTokens",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTokensRequest"},
"output":{"shape":"ListTokensResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Lists your tokens.</p>"
},
"ListUsageForLicenseConfiguration":{
"name":"ListUsageForLicenseConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListUsageForLicenseConfigurationRequest"},
"output":{"shape":"ListUsageForLicenseConfigurationResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"FilterLimitExceededException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time. Use this action to audit the current license consumption for any license inventory and configuration.</p>"
},
"RejectGrant":{
"name":"RejectGrant",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RejectGrantRequest"},
"output":{"shape":"RejectGrantResponse"},
"errors":[
{"shape":"ValidationException"},
{"shape":"InvalidParameterValueException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ResourceLimitExceededException"},
{"shape":"ServerInternalException"}
],
"documentation":"<p>Rejects the specified grant.</p>"
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TagResourceRequest"},
"output":{"shape":"TagResourceResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Adds the specified tags to the specified license configuration.</p>"
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UntagResourceRequest"},
"output":{"shape":"UntagResourceResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Removes the specified tags from the specified license configuration.</p>"
},
"UpdateLicenseConfiguration":{
"name":"UpdateLicenseConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLicenseConfigurationRequest"},
"output":{"shape":"UpdateLicenseConfigurationResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"},
{"shape":"ResourceLimitExceededException"}
],
"documentation":"<p>Modifies the attributes of an existing license configuration.</p>"
},
"UpdateLicenseSpecificationsForResource":{
"name":"UpdateLicenseSpecificationsForResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateLicenseSpecificationsForResourceRequest"},
"output":{"shape":"UpdateLicenseSpecificationsForResourceResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"InvalidResourceStateException"},
{"shape":"LicenseUsageException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Adds or removes the specified license configurations for the specified AWS resource.</p> <p>You can update the license specifications of AMIs, instances, and hosts. You cannot update the license specifications for launch templates and AWS CloudFormation templates, as they send license configurations to the operation that creates the resource.</p>"
},
"UpdateServiceSettings":{
"name":"UpdateServiceSettings",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateServiceSettingsRequest"},
"output":{"shape":"UpdateServiceSettingsResponse"},
"errors":[
{"shape":"InvalidParameterValueException"},
{"shape":"ServerInternalException"},
{"shape":"AuthorizationException"},
{"shape":"AccessDeniedException"},
{"shape":"RateLimitExceededException"}
],
"documentation":"<p>Updates License Manager settings for the current Region.</p>"
}
},
"shapes":{
"AcceptGrantRequest":{
"type":"structure",
"required":["GrantArn"],
"members":{
"GrantArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the grant.</p>"
}
}
},
"AcceptGrantResponse":{
"type":"structure",
"members":{
"GrantArn":{
"shape":"Arn",
"documentation":"<p>Grant ARN.</p>"
},
"Status":{
"shape":"GrantStatus",
"documentation":"<p>Grant status.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>Grant version.</p>"
}
}
},
"AccessDeniedException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>Access to resource denied.</p>",
"exception":true
},
"AllowedOperation":{
"type":"string",
"enum":[
"CreateGrant",
"CheckoutLicense",
"CheckoutBorrowLicense",
"CheckInLicense",
"ExtendConsumptionLicense",
"ListPurchasedLicenses",
"CreateToken"
]
},
"AllowedOperationList":{
"type":"list",
"member":{"shape":"AllowedOperation"},
"max":7,
"min":1
},
"Arn":{
"type":"string",
"max":2048,
"pattern":"^arn:aws:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$"
},
"ArnList":{
"type":"list",
"member":{"shape":"Arn"}
},
"AuthorizationException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.</p>",
"exception":true
},
"AutomatedDiscoveryInformation":{
"type":"structure",
"members":{
"LastRunTime":{
"shape":"DateTime",
"documentation":"<p>Time that automated discovery last ran.</p>"
}
},
"documentation":"<p>Describes automated discovery.</p>"
},
"Boolean":{"type":"boolean"},
"BorrowConfiguration":{
"type":"structure",
"required":[
"AllowEarlyCheckIn",
"MaxTimeToLiveInMinutes"
],
"members":{
"AllowEarlyCheckIn":{
"shape":"BoxBoolean",
"documentation":"<p>Indicates whether early check-ins are allowed.</p>"
},
"MaxTimeToLiveInMinutes":{
"shape":"BoxInteger",
"documentation":"<p>Maximum time for the borrow configuration, in minutes.</p>"
}
},
"documentation":"<p>Details about a borrow configuration.</p>"
},
"BoxBoolean":{"type":"boolean"},
"BoxInteger":{"type":"integer"},
"BoxLong":{"type":"long"},
"CheckInLicenseRequest":{
"type":"structure",
"required":["LicenseConsumptionToken"],
"members":{
"LicenseConsumptionToken":{
"shape":"String",
"documentation":"<p>License consumption token.</p>"
},
"Beneficiary":{
"shape":"String",
"documentation":"<p>License beneficiary.</p>"
}
}
},
"CheckInLicenseResponse":{
"type":"structure",
"members":{
}
},
"CheckoutBorrowLicenseRequest":{
"type":"structure",
"required":[
"LicenseArn",
"Entitlements",
"DigitalSignatureMethod",
"ClientToken"
],
"members":{
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the license. The license must use the borrow consumption configuration.</p>"
},
"Entitlements":{
"shape":"EntitlementDataList",
"documentation":"<p>License entitlements. Partial checkouts are not supported.</p>"
},
"DigitalSignatureMethod":{
"shape":"DigitalSignatureMethod",
"documentation":"<p>Digital signature method. The possible value is JSON Web Signature (JWS) algorithm PS384. For more information, see <a href=\"https://tools.ietf.org/html/rfc7518#section-3.5\">RFC 7518 Digital Signature with RSASSA-PSS</a>.</p>"
},
"NodeId":{
"shape":"String",
"documentation":"<p>Node ID.</p>"
},
"CheckoutMetadata":{
"shape":"MetadataList",
"documentation":"<p>Information about constraints.</p>"
},
"ClientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>"
}
}
},
"CheckoutBorrowLicenseResponse":{
"type":"structure",
"members":{
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the license.</p>"
},
"LicenseConsumptionToken":{
"shape":"String",
"documentation":"<p>License consumption token.</p>"
},
"EntitlementsAllowed":{
"shape":"EntitlementDataList",
"documentation":"<p>Allowed license entitlements.</p>"
},
"NodeId":{
"shape":"String",
"documentation":"<p>Node ID.</p>"
},
"SignedToken":{
"shape":"SignedToken",
"documentation":"<p>Signed token.</p>"
},
"IssuedAt":{
"shape":"ISO8601DateTime",
"documentation":"<p>Date and time at which the license checkout is issued.</p>"
},
"Expiration":{
"shape":"ISO8601DateTime",
"documentation":"<p>Date and time at which the license checkout expires.</p>"
},
"CheckoutMetadata":{
"shape":"MetadataList",
"documentation":"<p>Information about constraints.</p>"
}
}
},
"CheckoutLicenseRequest":{
"type":"structure",
"required":[
"ProductSKU",
"CheckoutType",
"KeyFingerprint",
"Entitlements",
"ClientToken"
],
"members":{
"ProductSKU":{
"shape":"String",
"documentation":"<p>Product SKU.</p>"
},
"CheckoutType":{
"shape":"CheckoutType",
"documentation":"<p>Checkout type.</p>"
},
"KeyFingerprint":{
"shape":"String",
"documentation":"<p>Key fingerprint identifying the license.</p>"
},
"Entitlements":{
"shape":"EntitlementDataList",
"documentation":"<p>License entitlements.</p>"
},
"ClientToken":{
"shape":"ClientToken",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>"
},
"Beneficiary":{
"shape":"String",
"documentation":"<p>License beneficiary.</p>"
},
"NodeId":{
"shape":"String",
"documentation":"<p>Node ID.</p>"
}
}
},
"CheckoutLicenseResponse":{
"type":"structure",
"members":{
"CheckoutType":{
"shape":"CheckoutType",
"documentation":"<p>Checkout type.</p>"
},
"LicenseConsumptionToken":{
"shape":"String",
"documentation":"<p>License consumption token.</p>"
},
"EntitlementsAllowed":{
"shape":"EntitlementDataList",
"documentation":"<p>Allowed license entitlements.</p>"
},
"SignedToken":{
"shape":"SignedToken",
"documentation":"<p>Signed token.</p>"
},
"NodeId":{
"shape":"String",
"documentation":"<p>Node ID.</p>"
},
"IssuedAt":{
"shape":"ISO8601DateTime",
"documentation":"<p>Date and time at which the license checkout is issued.</p>"
},
"Expiration":{
"shape":"ISO8601DateTime",
"documentation":"<p>Date and time at which the license checkout expires.</p>"
}
}
},
"CheckoutType":{
"type":"string",
"enum":["PROVISIONAL"]
},
"ClientToken":{
"type":"string",
"max":64,
"pattern":"[a-zA-Z0-9]*"
},
"ConflictException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>There was a conflict processing the request. Try your request again.</p>",
"exception":true
},
"ConsumedLicenseSummary":{
"type":"structure",
"members":{
"ResourceType":{
"shape":"ResourceType",
"documentation":"<p>Resource type of the resource consuming a license.</p>"
},
"ConsumedLicenses":{
"shape":"BoxLong",
"documentation":"<p>Number of licenses consumed by the resource.</p>"
}
},
"documentation":"<p>Details about license consumption.</p>"
},
"ConsumedLicenseSummaryList":{
"type":"list",
"member":{"shape":"ConsumedLicenseSummary"}
},
"ConsumptionConfiguration":{
"type":"structure",
"members":{
"RenewType":{
"shape":"RenewType",
"documentation":"<p>Renewal frequency.</p>"
},
"ProvisionalConfiguration":{
"shape":"ProvisionalConfiguration",
"documentation":"<p>Details about a provisional configuration.</p>"
},
"BorrowConfiguration":{
"shape":"BorrowConfiguration",
"documentation":"<p>Details about a borrow configuration.</p>"
}
},
"documentation":"<p>Details about a consumption configuration.</p>"
},
"CreateGrantRequest":{
"type":"structure",
"required":[
"ClientToken",
"GrantName",
"LicenseArn",
"Principals",
"HomeRegion",
"AllowedOperations"
],
"members":{
"ClientToken":{
"shape":"String",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>"
},
"GrantName":{
"shape":"String",
"documentation":"<p>Grant name.</p>"
},
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the license.</p>"
},
"Principals":{
"shape":"PrincipalArnList",
"documentation":"<p>The grant principals.</p>"
},
"HomeRegion":{
"shape":"String",
"documentation":"<p>Home Region of the grant.</p>"
},
"AllowedOperations":{
"shape":"AllowedOperationList",
"documentation":"<p>Allowed operations for the grant.</p>"
}
}
},
"CreateGrantResponse":{
"type":"structure",
"members":{
"GrantArn":{
"shape":"Arn",
"documentation":"<p>Grant ARN.</p>"
},
"Status":{
"shape":"GrantStatus",
"documentation":"<p>Grant status.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>Grant version.</p>"
}
}
},
"CreateGrantVersionRequest":{
"type":"structure",
"required":[
"ClientToken",
"GrantArn"
],
"members":{
"ClientToken":{
"shape":"String",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>"
},
"GrantArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the grant.</p>"
},
"GrantName":{
"shape":"String",
"documentation":"<p>Grant name.</p>"
},
"AllowedOperations":{
"shape":"AllowedOperationList",
"documentation":"<p>Allowed operations for the grant.</p>"
},
"Status":{
"shape":"GrantStatus",
"documentation":"<p>Grant status.</p>"
},
"SourceVersion":{
"shape":"String",
"documentation":"<p>Current version of the grant.</p>"
}
}
},
"CreateGrantVersionResponse":{
"type":"structure",
"members":{
"GrantArn":{
"shape":"Arn",
"documentation":"<p>Grant ARN.</p>"
},
"Status":{
"shape":"GrantStatus",
"documentation":"<p>Grant status.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>New version of the grant.</p>"
}
}
},
"CreateLicenseConfigurationRequest":{
"type":"structure",
"required":[
"Name",
"LicenseCountingType"
],
"members":{
"Name":{
"shape":"String",
"documentation":"<p>Name of the license configuration.</p>"
},
"Description":{
"shape":"String",
"documentation":"<p>Description of the license configuration.</p>"
},
"LicenseCountingType":{
"shape":"LicenseCountingType",
"documentation":"<p>Dimension used to track the license inventory.</p>"
},
"LicenseCount":{
"shape":"BoxLong",
"documentation":"<p>Number of licenses managed by the license configuration.</p>"
},
"LicenseCountHardLimit":{
"shape":"BoxBoolean",
"documentation":"<p>Indicates whether hard or soft license enforcement is used. Exceeding a hard limit blocks the launch of new instances.</p>"
},
"LicenseRules":{
"shape":"StringList",
"documentation":"<p>License rules. The syntax is #name=value (for example, #allowedTenancy=EC2-DedicatedHost). The available rules vary by dimension, as follows.</p> <ul> <li> <p> <code>Cores</code> dimension: <code>allowedTenancy</code> | <code>licenseAffinityToHost</code> | <code>maximumCores</code> | <code>minimumCores</code> </p> </li> <li> <p> <code>Instances</code> dimension: <code>allowedTenancy</code> | <code>maximumCores</code> | <code>minimumCores</code> | <code>maximumSockets</code> | <code>minimumSockets</code> | <code>maximumVcpus</code> | <code>minimumVcpus</code> </p> </li> <li> <p> <code>Sockets</code> dimension: <code>allowedTenancy</code> | <code>licenseAffinityToHost</code> | <code>maximumSockets</code> | <code>minimumSockets</code> </p> </li> <li> <p> <code>vCPUs</code> dimension: <code>allowedTenancy</code> | <code>honorVcpuOptimization</code> | <code>maximumVcpus</code> | <code>minimumVcpus</code> </p> </li> </ul> <p>The unit for <code>licenseAffinityToHost</code> is days and the range is 1 to 180. The possible values for <code>allowedTenancy</code> are <code>EC2-Default</code>, <code>EC2-DedicatedHost</code>, and <code>EC2-DedicatedInstance</code>. The possible values for <code>honorVcpuOptimization</code> are <code>True</code> and <code>False</code>.</p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>Tags to add to the license configuration.</p>"
},
"DisassociateWhenNotFound":{
"shape":"BoxBoolean",
"documentation":"<p>When true, disassociates a resource when software is uninstalled.</p>"
},
"ProductInformationList":{
"shape":"ProductInformationList",
"documentation":"<p>Product information.</p>"
}
}
},
"CreateLicenseConfigurationResponse":{
"type":"structure",
"members":{
"LicenseConfigurationArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the license configuration.</p>"
}
}
},
"CreateLicenseRequest":{
"type":"structure",
"required":[
"LicenseName",
"ProductName",
"ProductSKU",
"Issuer",
"HomeRegion",
"Validity",
"Entitlements",
"Beneficiary",
"ConsumptionConfiguration",
"ClientToken"
],
"members":{
"LicenseName":{
"shape":"String",
"documentation":"<p>License name.</p>"
},
"ProductName":{
"shape":"String",
"documentation":"<p>Product name.</p>"
},
"ProductSKU":{
"shape":"String",
"documentation":"<p>Product SKU.</p>"
},
"Issuer":{
"shape":"Issuer",
"documentation":"<p>License issuer.</p>"
},
"HomeRegion":{
"shape":"String",
"documentation":"<p>Home Region for the license.</p>"
},
"Validity":{
"shape":"DatetimeRange",
"documentation":"<p>Date and time range during which the license is valid, in ISO8601-UTC format.</p>"
},
"Entitlements":{
"shape":"EntitlementList",
"documentation":"<p>License entitlements.</p>"
},
"Beneficiary":{
"shape":"String",
"documentation":"<p>License beneficiary.</p>"
},
"ConsumptionConfiguration":{
"shape":"ConsumptionConfiguration",
"documentation":"<p>Configuration for consumption of the license. Choose a provisional configuration for workloads running with continuous connectivity. Choose a borrow configuration for workloads with offline usage.</p>"
},
"LicenseMetadata":{
"shape":"MetadataList",
"documentation":"<p>Information about the license.</p>"
},
"ClientToken":{
"shape":"String",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>"
}
}
},
"CreateLicenseResponse":{
"type":"structure",
"members":{
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the license.</p>"
},
"Status":{
"shape":"LicenseStatus",
"documentation":"<p>License status.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>License version.</p>"
}
}
},
"CreateLicenseVersionRequest":{
"type":"structure",
"required":[
"LicenseArn",
"LicenseName",
"ProductName",
"Issuer",
"HomeRegion",
"Validity",
"Entitlements",
"ConsumptionConfiguration",
"Status",
"ClientToken"
],
"members":{
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the license.</p>"
},
"LicenseName":{
"shape":"String",
"documentation":"<p>License name.</p>"
},
"ProductName":{
"shape":"String",
"documentation":"<p>Product name.</p>"
},
"Issuer":{
"shape":"Issuer",
"documentation":"<p>License issuer.</p>"
},
"HomeRegion":{
"shape":"String",
"documentation":"<p>Home Region of the license.</p>"
},
"Validity":{
"shape":"DatetimeRange",
"documentation":"<p>Date and time range during which the license is valid, in ISO8601-UTC format.</p>"
},
"LicenseMetadata":{
"shape":"MetadataList",
"documentation":"<p>Information about the license.</p>"
},
"Entitlements":{
"shape":"EntitlementList",
"documentation":"<p>License entitlements.</p>"
},
"ConsumptionConfiguration":{
"shape":"ConsumptionConfiguration",
"documentation":"<p>Configuration for consumption of the license. Choose a provisional configuration for workloads running with continuous connectivity. Choose a borrow configuration for workloads with offline usage.</p>"
},
"Status":{
"shape":"LicenseStatus",
"documentation":"<p>License status.</p>"
},
"ClientToken":{
"shape":"String",
"documentation":"<p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>"
},
"SourceVersion":{
"shape":"String",
"documentation":"<p>Current version of the license.</p>"
}
}
},
"CreateLicenseVersionResponse":{
"type":"structure",
"members":{
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>License ARN.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>New version of the license.</p>"
},
"Status":{
"shape":"LicenseStatus",
"documentation":"<p>License status.</p>"
}
}
},
"CreateTokenRequest":{
"type":"structure",
"required":[
"LicenseArn",
"ClientToken"
],
"members":{
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the license. The ARN is mapped to the aud claim of the JWT token.</p>"
},
"RoleArns":{
"shape":"ArnList",
"documentation":"<p>Amazon Resource Name (ARN) of the IAM roles to embed in the token. License Manager does not check whether the roles are in use.</p>"
},
"ExpirationInDays":{
"shape":"Integer",
"documentation":"<p>Token expiration, in days, counted from token creation. The default is 365 days.</p>"
},
"TokenProperties":{
"shape":"MaxSize3StringList",
"documentation":"<p>Data specified by the caller to be included in the JWT token. The data is mapped to the amr claim of the JWT token.</p>"
},
"ClientToken":{
"shape":"IdempotencyToken",
"documentation":"<p>Idempotency token, valid for 10 minutes.</p>"
}
}
},
"CreateTokenResponse":{
"type":"structure",
"members":{
"TokenId":{
"shape":"String",
"documentation":"<p>Token ID.</p>"
},
"TokenType":{
"shape":"TokenType",
"documentation":"<p>Token type.</p>"
},
"Token":{
"shape":"TokenString",
"documentation":"<p>Refresh token, encoded as a JWT token.</p>"
}
}
},
"DateTime":{"type":"timestamp"},
"DatetimeRange":{
"type":"structure",
"required":["Begin"],
"members":{
"Begin":{
"shape":"ISO8601DateTime",
"documentation":"<p>Start of the time range.</p>"
},
"End":{
"shape":"ISO8601DateTime",
"documentation":"<p>End of the time range.</p>"
}
},
"documentation":"<p>Describes a time range, in ISO8601-UTC format.</p>"
},
"DeleteGrantRequest":{
"type":"structure",
"required":[
"GrantArn",
"Version"
],
"members":{
"GrantArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the grant.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>Current version of the grant.</p>"
}
}
},
"DeleteGrantResponse":{
"type":"structure",
"members":{
"GrantArn":{
"shape":"Arn",
"documentation":"<p>Grant ARN.</p>"
},
"Status":{
"shape":"GrantStatus",
"documentation":"<p>Grant status.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>Grant version.</p>"
}
}
},
"DeleteLicenseConfigurationRequest":{
"type":"structure",
"required":["LicenseConfigurationArn"],
"members":{
"LicenseConfigurationArn":{
"shape":"String",
"documentation":"<p>ID of the license configuration.</p>"
}
}
},
"DeleteLicenseConfigurationResponse":{
"type":"structure",
"members":{
}
},
"DeleteLicenseRequest":{
"type":"structure",
"required":[
"LicenseArn",
"SourceVersion"
],
"members":{
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the license.</p>"
},
"SourceVersion":{
"shape":"String",
"documentation":"<p>Current version of the license.</p>"
}
}
},
"DeleteLicenseResponse":{
"type":"structure",
"members":{
"Status":{
"shape":"LicenseDeletionStatus",
"documentation":"<p>License status.</p>"
},
"DeletionDate":{
"shape":"ISO8601DateTime",
"documentation":"<p>Date on which the license is deleted.</p>"
}
}
},
"DeleteTokenRequest":{
"type":"structure",
"required":["TokenId"],
"members":{
"TokenId":{
"shape":"String",
"documentation":"<p>Token ID.</p>"
}
}
},
"DeleteTokenResponse":{
"type":"structure",
"members":{
}
},
"DigitalSignatureMethod":{
"type":"string",
"enum":["JWT_PS384"]
},
"Entitlement":{
"type":"structure",
"required":[
"Name",
"Unit"
],
"members":{
"Name":{
"shape":"String",
"documentation":"<p>Entitlement name.</p>"
},
"Value":{
"shape":"String",
"documentation":"<p>Entitlement resource. Use only if the unit is None.</p>"
},
"MaxCount":{
"shape":"Long",
"documentation":"<p>Maximum entitlement count. Use if the unit is not None.</p>"
},
"Overage":{
"shape":"BoxBoolean",
"documentation":"<p>Indicates whether overages are allowed.</p>"
},
"Unit":{
"shape":"EntitlementUnit",
"documentation":"<p>Entitlement unit.</p>"
},
"AllowCheckIn":{
"shape":"BoxBoolean",
"documentation":"<p>Indicates whether check-ins are allowed.</p>"
}
},
"documentation":"<p>Describes a resource entitled for use with a license.</p>"
},
"EntitlementData":{
"type":"structure",
"required":[
"Name",
"Unit"
],
"members":{
"Name":{
"shape":"String",
"documentation":"<p>Entitlement data name.</p>"
},
"Value":{
"shape":"String",
"documentation":"<p>Entitlement data value.</p>"
},
"Unit":{
"shape":"EntitlementDataUnit",
"documentation":"<p>Entitlement data unit.</p>"
}
},
"documentation":"<p>Data associated with an entitlement resource.</p>"
},
"EntitlementDataList":{
"type":"list",
"member":{"shape":"EntitlementData"}
},
"EntitlementDataUnit":{
"type":"string",
"enum":[
"Count",
"None",
"Seconds",
"Microseconds",
"Milliseconds",
"Bytes",
"Kilobytes",
"Megabytes",
"Gigabytes",
"Terabytes",
"Bits",
"Kilobits",
"Megabits",
"Gigabits",
"Terabits",
"Percent",
"Bytes/Second",
"Kilobytes/Second",
"Megabytes/Second",
"Gigabytes/Second",
"Terabytes/Second",
"Bits/Second",
"Kilobits/Second",
"Megabits/Second",
"Gigabits/Second",
"Terabits/Second",
"Count/Second"
]
},
"EntitlementList":{
"type":"list",
"member":{"shape":"Entitlement"}
},
"EntitlementNotAllowedException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>The entitlement is not allowed.</p>",
"exception":true
},
"EntitlementUnit":{
"type":"string",
"enum":[
"Count",
"None",
"Seconds",
"Microseconds",
"Milliseconds",
"Bytes",
"Kilobytes",
"Megabytes",
"Gigabytes",
"Terabytes",
"Bits",
"Kilobits",
"Megabits",
"Gigabits",
"Terabits",
"Percent",
"Bytes/Second",
"Kilobytes/Second",
"Megabytes/Second",
"Gigabytes/Second",
"Terabytes/Second",
"Bits/Second",
"Kilobits/Second",
"Megabits/Second",
"Gigabits/Second",
"Terabits/Second",
"Count/Second"
]
},
"EntitlementUsage":{
"type":"structure",
"required":[
"Name",
"ConsumedValue",
"Unit"
],
"members":{
"Name":{
"shape":"String",
"documentation":"<p>Entitlement usage name.</p>"
},
"ConsumedValue":{
"shape":"String",
"documentation":"<p>Resource usage consumed.</p>"
},
"MaxCount":{
"shape":"String",
"documentation":"<p>Maximum entitlement usage count.</p>"
},
"Unit":{
"shape":"EntitlementDataUnit",
"documentation":"<p>Entitlement usage unit.</p>"
}
},
"documentation":"<p>Usage associated with an entitlement resource.</p>"
},
"EntitlementUsageList":{
"type":"list",
"member":{"shape":"EntitlementUsage"}
},
"ExtendLicenseConsumptionRequest":{
"type":"structure",
"required":["LicenseConsumptionToken"],
"members":{
"LicenseConsumptionToken":{
"shape":"String",
"documentation":"<p>License consumption token.</p>"
},
"DryRun":{
"shape":"Boolean",
"documentation":"<p>Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.</p>"
}
}
},
"ExtendLicenseConsumptionResponse":{
"type":"structure",
"members":{
"LicenseConsumptionToken":{
"shape":"String",
"documentation":"<p>License consumption token.</p>"
},
"Expiration":{
"shape":"ISO8601DateTime",
"documentation":"<p>Date and time at which the license consumption expires.</p>"
}
}
},
"FailedDependencyException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"},
"ErrorCode":{"shape":"String"}
},
"documentation":"<p>A dependency required to run the API is missing.</p>",
"exception":true
},
"Filter":{
"type":"structure",
"members":{
"Name":{
"shape":"FilterName",
"documentation":"<p>Name of the filter. Filter names are case-sensitive.</p>"
},
"Values":{
"shape":"FilterValues",
"documentation":"<p>Filter values. Filter values are case-sensitive.</p>"
}
},
"documentation":"<p>A filter name and value pair that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.</p>"
},
"FilterLimitExceededException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>The request uses too many filters or too many filter values.</p>",
"exception":true
},
"FilterList":{
"type":"list",
"member":{"shape":"Filter"}
},
"FilterName":{"type":"string"},
"FilterValue":{"type":"string"},
"FilterValues":{
"type":"list",
"member":{"shape":"FilterValue"}
},
"Filters":{
"type":"list",
"member":{"shape":"Filter"}
},
"GetAccessTokenRequest":{
"type":"structure",
"required":["Token"],
"members":{
"Token":{
"shape":"TokenString",
"documentation":"<p>Refresh token, encoded as a JWT token.</p>"
},
"TokenProperties":{
"shape":"MaxSize3StringList",
"documentation":"<p>Token properties to validate against those present in the JWT token.</p>"
}
}
},
"GetAccessTokenResponse":{
"type":"structure",
"members":{
"AccessToken":{
"shape":"TokenString",
"documentation":"<p>Temporary access token.</p>"
}
}
},
"GetGrantRequest":{
"type":"structure",
"required":["GrantArn"],
"members":{
"GrantArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the grant.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>Grant version.</p>"
}
}
},
"GetGrantResponse":{
"type":"structure",
"members":{
"Grant":{
"shape":"Grant",
"documentation":"<p>Grant details.</p>"
}
}
},
"GetLicenseConfigurationRequest":{
"type":"structure",
"required":["LicenseConfigurationArn"],
"members":{
"LicenseConfigurationArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the license configuration.</p>"
}
}
},
"GetLicenseConfigurationResponse":{
"type":"structure",
"members":{
"LicenseConfigurationId":{
"shape":"String",
"documentation":"<p>Unique ID for the license configuration.</p>"
},
"LicenseConfigurationArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the license configuration.</p>"
},
"Name":{
"shape":"String",
"documentation":"<p>Name of the license configuration.</p>"
},
"Description":{
"shape":"String",
"documentation":"<p>Description of the license configuration.</p>"
},
"LicenseCountingType":{
"shape":"LicenseCountingType",
"documentation":"<p>Dimension on which the licenses are counted.</p>"
},
"LicenseRules":{
"shape":"StringList",
"documentation":"<p>License rules.</p>"
},
"LicenseCount":{
"shape":"BoxLong",
"documentation":"<p>Number of available licenses.</p>"
},
"LicenseCountHardLimit":{
"shape":"BoxBoolean",
"documentation":"<p>Sets the number of available licenses as a hard limit.</p>"
},
"ConsumedLicenses":{
"shape":"BoxLong",
"documentation":"<p>Number of licenses assigned to resources.</p>"
},
"Status":{
"shape":"String",
"documentation":"<p>License configuration status.</p>"
},
"OwnerAccountId":{
"shape":"String",
"documentation":"<p>Account ID of the owner of the license configuration.</p>"
},
"ConsumedLicenseSummaryList":{
"shape":"ConsumedLicenseSummaryList",
"documentation":"<p>Summaries of the licenses consumed by resources.</p>"
},
"ManagedResourceSummaryList":{
"shape":"ManagedResourceSummaryList",
"documentation":"<p>Summaries of the managed resources.</p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>Tags for the license configuration.</p>"
},
"ProductInformationList":{
"shape":"ProductInformationList",
"documentation":"<p>Product information.</p>"
},
"AutomatedDiscoveryInformation":{
"shape":"AutomatedDiscoveryInformation",
"documentation":"<p>Automated discovery information.</p>"
},
"DisassociateWhenNotFound":{
"shape":"BoxBoolean",
"documentation":"<p>When true, disassociates a resource when software is uninstalled.</p>"
}
}
},
"GetLicenseRequest":{
"type":"structure",
"required":["LicenseArn"],
"members":{
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the license.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>License version.</p>"
}
}
},
"GetLicenseResponse":{
"type":"structure",
"members":{
"License":{
"shape":"License",
"documentation":"<p>License details.</p>"
}
}
},
"GetLicenseUsageRequest":{
"type":"structure",
"required":["LicenseArn"],
"members":{
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the license.</p>"
}
}
},
"GetLicenseUsageResponse":{
"type":"structure",
"members":{
"LicenseUsage":{
"shape":"LicenseUsage",
"documentation":"<p>License usage details.</p>"
}
}
},
"GetServiceSettingsRequest":{
"type":"structure",
"members":{
}
},
"GetServiceSettingsResponse":{
"type":"structure",
"members":{
"S3BucketArn":{
"shape":"String",
"documentation":"<p>Regional S3 bucket path for storing reports, license trail event data, discovery data, and so on.</p>"
},
"SnsTopicArn":{
"shape":"String",
"documentation":"<p>SNS topic configured to receive notifications from License Manager.</p>"
},
"OrganizationConfiguration":{
"shape":"OrganizationConfiguration",
"documentation":"<p>Indicates whether AWS Organizations is integrated with License Manager for cross-account discovery.</p>"
},
"EnableCrossAccountsDiscovery":{
"shape":"BoxBoolean",
"documentation":"<p>Indicates whether cross-account discovery is enabled.</p>"
},
"LicenseManagerResourceShareArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the AWS resource share. The License Manager master account will provide member accounts with access to this share.</p>"
}
}
},
"Grant":{
"type":"structure",
"required":[
"GrantArn",
"GrantName",
"ParentArn",
"LicenseArn",
"GranteePrincipalArn",
"HomeRegion",
"GrantStatus",
"Version",
"GrantedOperations"
],
"members":{
"GrantArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the grant.</p>"
},
"GrantName":{
"shape":"String",
"documentation":"<p>Grant name.</p>"
},
"ParentArn":{
"shape":"Arn",
"documentation":"<p>Parent ARN.</p>"
},
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>License ARN.</p>"
},
"GranteePrincipalArn":{
"shape":"Arn",
"documentation":"<p>The grantee principal ARN.</p>"
},
"HomeRegion":{
"shape":"String",
"documentation":"<p>Home Region of the grant.</p>"
},
"GrantStatus":{
"shape":"GrantStatus",
"documentation":"<p>Grant status.</p>"
},
"StatusReason":{
"shape":"String",
"documentation":"<p>Grant status reason.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>Grant version.</p>"
},
"GrantedOperations":{
"shape":"AllowedOperationList",
"documentation":"<p>Granted operations.</p>"
}
},
"documentation":"<p>Describes a grant.</p>"
},
"GrantList":{
"type":"list",
"member":{"shape":"Grant"}
},
"GrantStatus":{
"type":"string",
"enum":[
"PENDING_WORKFLOW",
"PENDING_ACCEPT",
"REJECTED",
"ACTIVE",
"FAILED_WORKFLOW",
"DELETED",
"PENDING_DELETE",
"DISABLED"
]
},
"GrantedLicense":{
"type":"structure",
"members":{
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the license.</p>"
},
"LicenseName":{
"shape":"String",
"documentation":"<p>License name.</p>"
},
"ProductName":{
"shape":"String",
"documentation":"<p>Product name.</p>"
},
"ProductSKU":{
"shape":"String",
"documentation":"<p>Product SKU.</p>"
},
"Issuer":{
"shape":"IssuerDetails",
"documentation":"<p>Granted license issuer.</p>"
},
"HomeRegion":{
"shape":"String",
"documentation":"<p>Home Region of the granted license.</p>"
},
"Status":{
"shape":"LicenseStatus",
"documentation":"<p>Granted license status.</p>"
},
"Validity":{
"shape":"DatetimeRange",
"documentation":"<p>Date and time range during which the granted license is valid, in ISO8601-UTC format.</p>"
},
"Beneficiary":{
"shape":"String",
"documentation":"<p>Granted license beneficiary.</p>"
},
"Entitlements":{
"shape":"EntitlementList",
"documentation":"<p>License entitlements.</p>"
},
"ConsumptionConfiguration":{
"shape":"ConsumptionConfiguration",
"documentation":"<p>Configuration for consumption of the license.</p>"
},
"LicenseMetadata":{
"shape":"MetadataList",
"documentation":"<p>Granted license metadata.</p>"
},
"CreateTime":{
"shape":"ISO8601DateTime",
"documentation":"<p>Creation time of the granted license.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>Version of the granted license.</p>"
},
"ReceivedMetadata":{
"shape":"ReceivedMetadata",
"documentation":"<p>Granted license received metadata.</p>"
}
},
"documentation":"<p>Describes a license that is granted to a grantee.</p>"
},
"GrantedLicenseList":{
"type":"list",
"member":{"shape":"GrantedLicense"}
},
"ISO8601DateTime":{
"type":"string",
"max":50,
"pattern":"^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])T(2[0-3]|[0-1][0-9]):([0-5][0-9]):([0-5][0-9])(\\.[0-9]+)?(Z|[+-](?:2[ 0-3]|[0-1][0-9]):[0-5][0-9])+$"
},
"IdempotencyToken":{
"type":"string",
"max":60,
"pattern":"\\S+"
},
"Integer":{"type":"integer"},
"InvalidParameterValueException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>One or more parameter values are not valid.</p>",
"exception":true,
"synthetic":true
},
"InvalidResourceStateException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>License Manager cannot allocate a license to a resource because of its state. </p> <p>For example, you cannot allocate a license to an instance in the process of shutting down.</p>",
"exception":true
},
"InventoryFilter":{
"type":"structure",
"required":[
"Name",
"Condition"
],
"members":{
"Name":{
"shape":"String",
"documentation":"<p>Name of the filter.</p>"
},
"Condition":{
"shape":"InventoryFilterCondition",
"documentation":"<p>Condition of the filter.</p>"
},
"Value":{
"shape":"String",
"documentation":"<p>Value of the filter.</p>"
}
},
"documentation":"<p>An inventory filter.</p>"
},
"InventoryFilterCondition":{
"type":"string",
"enum":[
"EQUALS",
"NOT_EQUALS",
"BEGINS_WITH",
"CONTAINS"
]
},
"InventoryFilterList":{
"type":"list",
"member":{"shape":"InventoryFilter"}
},
"Issuer":{
"type":"structure",
"required":["Name"],
"members":{
"Name":{
"shape":"String",
"documentation":"<p>Issuer name.</p>"
},
"SignKey":{
"shape":"String",
"documentation":"<p>Asymmetric CMK from AWS Key Management Service. The CMK must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.</p>"
}
},
"documentation":"<p>Details about the issuer of a license.</p>"
},
"IssuerDetails":{
"type":"structure",
"members":{
"Name":{
"shape":"String",
"documentation":"<p>Issuer name.</p>"
},
"SignKey":{
"shape":"String",
"documentation":"<p>Asymmetric CMK from AWS Key Management Service. The CMK must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.</p>"
},
"KeyFingerprint":{
"shape":"String",
"documentation":"<p>Issuer key fingerprint.</p>"
}
},
"documentation":"<p>Details associated with the issuer of a license.</p>"
},
"License":{
"type":"structure",
"members":{
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the license.</p>"
},
"LicenseName":{
"shape":"String",
"documentation":"<p>License name.</p>"
},
"ProductName":{
"shape":"String",
"documentation":"<p>Product name.</p>"
},
"ProductSKU":{
"shape":"String",
"documentation":"<p>Product SKU.</p>"
},
"Issuer":{
"shape":"IssuerDetails",
"documentation":"<p>License issuer.</p>"
},
"HomeRegion":{
"shape":"String",
"documentation":"<p>Home Region of the license.</p>"
},
"Status":{
"shape":"LicenseStatus",
"documentation":"<p>License status.</p>"
},
"Validity":{
"shape":"DatetimeRange",
"documentation":"<p>Date and time range during which the license is valid, in ISO8601-UTC format.</p>"
},
"Beneficiary":{
"shape":"String",
"documentation":"<p>License beneficiary.</p>"
},
"Entitlements":{
"shape":"EntitlementList",
"documentation":"<p>License entitlements.</p>"
},
"ConsumptionConfiguration":{
"shape":"ConsumptionConfiguration",
"documentation":"<p>Configuration for consumption of the license.</p>"
},
"LicenseMetadata":{
"shape":"MetadataList",
"documentation":"<p>License metadata.</p>"
},
"CreateTime":{
"shape":"ISO8601DateTime",
"documentation":"<p>License creation time.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>License version.</p>"
}
},
"documentation":"<p>Software license that is managed in AWS License Manager.</p>"
},
"LicenseConfiguration":{
"type":"structure",
"members":{
"LicenseConfigurationId":{
"shape":"String",
"documentation":"<p>Unique ID of the license configuration.</p>"
},
"LicenseConfigurationArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the license configuration.</p>"
},
"Name":{
"shape":"String",
"documentation":"<p>Name of the license configuration.</p>"
},
"Description":{
"shape":"String",
"documentation":"<p>Description of the license configuration.</p>"
},
"LicenseCountingType":{
"shape":"LicenseCountingType",
"documentation":"<p>Dimension to use to track the license inventory.</p>"
},
"LicenseRules":{
"shape":"StringList",
"documentation":"<p>License rules.</p>"
},
"LicenseCount":{
"shape":"BoxLong",
"documentation":"<p>Number of licenses managed by the license configuration.</p>"
},
"LicenseCountHardLimit":{
"shape":"BoxBoolean",
"documentation":"<p>Number of available licenses as a hard limit.</p>"
},
"DisassociateWhenNotFound":{
"shape":"BoxBoolean",
"documentation":"<p>When true, disassociates a resource when software is uninstalled.</p>"
},
"ConsumedLicenses":{
"shape":"BoxLong",
"documentation":"<p>Number of licenses consumed. </p>"
},
"Status":{
"shape":"String",
"documentation":"<p>Status of the license configuration.</p>"
},
"OwnerAccountId":{
"shape":"String",
"documentation":"<p>Account ID of the license configuration's owner.</p>"
},
"ConsumedLicenseSummaryList":{
"shape":"ConsumedLicenseSummaryList",
"documentation":"<p>Summaries for licenses consumed by various resources.</p>"
},
"ManagedResourceSummaryList":{
"shape":"ManagedResourceSummaryList",
"documentation":"<p>Summaries for managed resources.</p>"
},
"ProductInformationList":{
"shape":"ProductInformationList",
"documentation":"<p>Product information.</p>"
},
"AutomatedDiscoveryInformation":{
"shape":"AutomatedDiscoveryInformation",
"documentation":"<p>Automated discovery information.</p>"
}
},
"documentation":"<p>A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), host affinity (how long a VM must be associated with a host), and the number of licenses purchased and used.</p>"
},
"LicenseConfigurationAssociation":{
"type":"structure",
"members":{
"ResourceArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the resource.</p>"
},
"ResourceType":{
"shape":"ResourceType",
"documentation":"<p>Type of server resource.</p>"
},
"ResourceOwnerId":{
"shape":"String",
"documentation":"<p>ID of the AWS account that owns the resource consuming licenses.</p>"
},
"AssociationTime":{
"shape":"DateTime",
"documentation":"<p>Time when the license configuration was associated with the resource.</p>"
},
"AmiAssociationScope":{
"shape":"String",
"documentation":"<p>Scope of AMI associations. The possible value is <code>cross-account</code>.</p>"
}
},
"documentation":"<p>Describes an association with a license configuration.</p>"
},
"LicenseConfigurationAssociations":{
"type":"list",
"member":{"shape":"LicenseConfigurationAssociation"}
},
"LicenseConfigurationStatus":{
"type":"string",
"enum":[
"AVAILABLE",
"DISABLED"
]
},
"LicenseConfigurationUsage":{
"type":"structure",
"members":{
"ResourceArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the resource.</p>"
},
"ResourceType":{
"shape":"ResourceType",
"documentation":"<p>Type of resource.</p>"
},
"ResourceStatus":{
"shape":"String",
"documentation":"<p>Status of the resource.</p>"
},
"ResourceOwnerId":{
"shape":"String",
"documentation":"<p>ID of the account that owns the resource.</p>"
},
"AssociationTime":{
"shape":"DateTime",
"documentation":"<p>Time when the license configuration was initially associated with the resource.</p>"
},
"ConsumedLicenses":{
"shape":"BoxLong",
"documentation":"<p>Number of licenses consumed by the resource.</p>"
}
},
"documentation":"<p>Details about the usage of a resource associated with a license configuration.</p>"
},
"LicenseConfigurationUsageList":{
"type":"list",
"member":{"shape":"LicenseConfigurationUsage"}
},
"LicenseConfigurations":{
"type":"list",
"member":{"shape":"LicenseConfiguration"}
},
"LicenseCountingType":{
"type":"string",
"enum":[
"vCPU",
"Instance",
"Core",
"Socket"
]
},
"LicenseDeletionStatus":{
"type":"string",
"enum":[
"PENDING_DELETE",
"DELETED"
]
},
"LicenseList":{
"type":"list",
"member":{"shape":"License"}
},
"LicenseOperationFailure":{
"type":"structure",
"members":{
"ResourceArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the resource.</p>"
},
"ResourceType":{
"shape":"ResourceType",
"documentation":"<p>Resource type.</p>"
},
"ErrorMessage":{
"shape":"String",
"documentation":"<p>Error message.</p>"
},
"FailureTime":{
"shape":"DateTime",
"documentation":"<p>Failure time.</p>"
},
"OperationName":{
"shape":"String",
"documentation":"<p>Name of the operation.</p>"
},
"ResourceOwnerId":{
"shape":"String",
"documentation":"<p>ID of the AWS account that owns the resource.</p>"
},
"OperationRequestedBy":{
"shape":"String",
"documentation":"<p>The requester is \"License Manager Automated Discovery\".</p>"
},
"MetadataList":{
"shape":"MetadataList",
"documentation":"<p>Reserved.</p>"
}
},
"documentation":"<p>Describes the failure of a license operation.</p>"
},
"LicenseOperationFailureList":{
"type":"list",
"member":{"shape":"LicenseOperationFailure"}
},
"LicenseSpecification":{
"type":"structure",
"required":["LicenseConfigurationArn"],
"members":{
"LicenseConfigurationArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the license configuration.</p>"
},
"AmiAssociationScope":{
"shape":"String",
"documentation":"<p>Scope of AMI associations. The possible value is <code>cross-account</code>.</p>"
}
},
"documentation":"<p>Details for associating a license configuration with a resource.</p>"
},
"LicenseSpecifications":{
"type":"list",
"member":{"shape":"LicenseSpecification"}
},
"LicenseStatus":{
"type":"string",
"enum":[
"AVAILABLE",
"PENDING_AVAILABLE",
"DEACTIVATED",
"SUSPENDED",
"EXPIRED",
"PENDING_DELETE",
"DELETED"
]
},
"LicenseUsage":{
"type":"structure",
"members":{
"EntitlementUsages":{
"shape":"EntitlementUsageList",
"documentation":"<p>License entitlement usages.</p>"
}
},
"documentation":"<p>Describes the entitlement usage associated with a license.</p>"
},
"LicenseUsageException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>You do not have enough licenses available to support a new resource launch.</p>",
"exception":true
},
"ListAssociationsForLicenseConfigurationRequest":{
"type":"structure",
"required":["LicenseConfigurationArn"],
"members":{
"LicenseConfigurationArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of a license configuration.</p>"
},
"MaxResults":{
"shape":"BoxInteger",
"documentation":"<p>Maximum number of results to return in a single call.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListAssociationsForLicenseConfigurationResponse":{
"type":"structure",
"members":{
"LicenseConfigurationAssociations":{
"shape":"LicenseConfigurationAssociations",
"documentation":"<p>Information about the associations for the license configuration.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListDistributedGrantsRequest":{
"type":"structure",
"members":{
"GrantArns":{
"shape":"ArnList",
"documentation":"<p>Amazon Resource Names (ARNs) of the grants.</p>"
},
"Filters":{
"shape":"FilterList",
"documentation":"<p>Filters to scope the results. The following filters are supported:</p> <ul> <li> <p> <code>LicenseARN</code> </p> </li> <li> <p> <code>Status</code> </p> </li> <li> <p> <code>PrincipalARN</code> </p> </li> <li> <p> <code>ParentARN</code> </p> </li> </ul>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
},
"MaxResults":{
"shape":"MaxSize100",
"documentation":"<p>Maximum number of results to return in a single call.</p>"
}
}
},
"ListDistributedGrantsResponse":{
"type":"structure",
"members":{
"Grants":{
"shape":"GrantList",
"documentation":"<p>Distributed grant details.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListFailuresForLicenseConfigurationOperationsRequest":{
"type":"structure",
"required":["LicenseConfigurationArn"],
"members":{
"LicenseConfigurationArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name of the license configuration.</p>"
},
"MaxResults":{
"shape":"BoxInteger",
"documentation":"<p>Maximum number of results to return in a single call.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListFailuresForLicenseConfigurationOperationsResponse":{
"type":"structure",
"members":{
"LicenseOperationFailureList":{
"shape":"LicenseOperationFailureList",
"documentation":"<p>License configuration operations that failed.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListLicenseConfigurationsRequest":{
"type":"structure",
"members":{
"LicenseConfigurationArns":{
"shape":"StringList",
"documentation":"<p>Amazon Resource Names (ARN) of the license configurations.</p>"
},
"MaxResults":{
"shape":"BoxInteger",
"documentation":"<p>Maximum number of results to return in a single call.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
},
"Filters":{
"shape":"Filters",
"documentation":"<p>Filters to scope the results. The following filters and logical operators are supported:</p> <ul> <li> <p> <code>licenseCountingType</code> - The dimension on which licenses are counted. Possible values are <code>vCPU</code> | <code>Instance</code> | <code>Core</code> | <code>Socket</code>. Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p> </li> <li> <p> <code>enforceLicenseCount</code> - A Boolean value that indicates whether hard license enforcement is used. Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p> </li> <li> <p> <code>usagelimitExceeded</code> - A Boolean value that indicates whether the available licenses have been exceeded. Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p> </li> </ul>"
}
}
},
"ListLicenseConfigurationsResponse":{
"type":"structure",
"members":{
"LicenseConfigurations":{
"shape":"LicenseConfigurations",
"documentation":"<p>Information about the license configurations.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListLicenseSpecificationsForResourceRequest":{
"type":"structure",
"required":["ResourceArn"],
"members":{
"ResourceArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of a resource that has an associated license configuration.</p>"
},
"MaxResults":{
"shape":"BoxInteger",
"documentation":"<p>Maximum number of results to return in a single call.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListLicenseSpecificationsForResourceResponse":{
"type":"structure",
"members":{
"LicenseSpecifications":{
"shape":"LicenseSpecifications",
"documentation":"<p>License configurations associated with a resource.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListLicenseVersionsRequest":{
"type":"structure",
"required":["LicenseArn"],
"members":{
"LicenseArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the license.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
},
"MaxResults":{
"shape":"MaxSize100",
"documentation":"<p>Maximum number of results to return in a single call.</p>"
}
}
},
"ListLicenseVersionsResponse":{
"type":"structure",
"members":{
"Licenses":{
"shape":"LicenseList",
"documentation":"<p>License details.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListLicensesRequest":{
"type":"structure",
"members":{
"LicenseArns":{
"shape":"ArnList",
"documentation":"<p>Amazon Resource Names (ARNs) of the licenses.</p>"
},
"Filters":{
"shape":"FilterList",
"documentation":"<p>Filters to scope the results. The following filters are supported:</p> <ul> <li> <p> <code>Beneficiary</code> </p> </li> <li> <p> <code>ProductSKU</code> </p> </li> <li> <p> <code>KeyFingerprint</code> </p> </li> <li> <p> <code>Status</code> </p> </li> </ul>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
},
"MaxResults":{
"shape":"MaxSize100",
"documentation":"<p>Maximum number of results to return in a single call.</p>"
}
}
},
"ListLicensesResponse":{
"type":"structure",
"members":{
"Licenses":{
"shape":"LicenseList",
"documentation":"<p>License details.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListReceivedGrantsRequest":{
"type":"structure",
"members":{
"GrantArns":{
"shape":"ArnList",
"documentation":"<p>Amazon Resource Names (ARNs) of the grants.</p>"
},
"Filters":{
"shape":"FilterList",
"documentation":"<p>Filters to scope the results. The following filters are supported:</p> <ul> <li> <p> <code>LicenseARN</code> </p> </li> <li> <p> <code>Status</code> </p> </li> </ul>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
},
"MaxResults":{
"shape":"MaxSize100",
"documentation":"<p>Maximum number of results to return in a single call.</p>"
}
}
},
"ListReceivedGrantsResponse":{
"type":"structure",
"members":{
"Grants":{
"shape":"GrantList",
"documentation":"<p>Received grant details.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListReceivedLicensesRequest":{
"type":"structure",
"members":{
"LicenseArns":{
"shape":"ArnList",
"documentation":"<p>Amazon Resource Names (ARNs) of the licenses.</p>"
},
"Filters":{
"shape":"FilterList",
"documentation":"<p>Filters to scope the results. The following filters are supported:</p> <ul> <li> <p> <code>ProductSKU</code> </p> </li> <li> <p> <code>Status</code> </p> </li> <li> <p> <code>KeyFingerprint</code> </p> </li> <li> <p> <code>Issuer</code> </p> </li> </ul>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
},
"MaxResults":{
"shape":"MaxSize100",
"documentation":"<p>Maximum number of results to return in a single call.</p>"
}
}
},
"ListReceivedLicensesResponse":{
"type":"structure",
"members":{
"Licenses":{
"shape":"GrantedLicenseList",
"documentation":"<p>Received license details.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListResourceInventoryRequest":{
"type":"structure",
"members":{
"MaxResults":{
"shape":"BoxInteger",
"documentation":"<p>Maximum number of results to return in a single call.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
},
"Filters":{
"shape":"InventoryFilterList",
"documentation":"<p>Filters to scope the results. The following filters and logical operators are supported:</p> <ul> <li> <p> <code>account_id</code> - The ID of the AWS account that owns the resource. Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p> </li> <li> <p> <code>application_name</code> - The name of the application. Logical operators are <code>EQUALS</code> | <code>BEGINS_WITH</code>.</p> </li> <li> <p> <code>license_included</code> - The type of license included. Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>. Possible values are <code>sql-server-enterprise</code> | <code>sql-server-standard</code> | <code>sql-server-web</code> | <code>windows-server-datacenter</code>.</p> </li> <li> <p> <code>platform</code> - The platform of the resource. Logical operators are <code>EQUALS</code> | <code>BEGINS_WITH</code>.</p> </li> <li> <p> <code>resource_id</code> - The ID of the resource. Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p> </li> <li> <p> <code>tag:&lt;key&gt;</code> - The key/value combination of a tag assigned to the resource. Logical operators are <code>EQUALS</code> (single account) or <code>EQUALS</code> | <code>NOT_EQUALS</code> (cross account).</p> </li> </ul>"
}
}
},
"ListResourceInventoryResponse":{
"type":"structure",
"members":{
"ResourceInventoryList":{
"shape":"ResourceInventoryList",
"documentation":"<p>Information about the resources.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListTagsForResourceRequest":{
"type":"structure",
"required":["ResourceArn"],
"members":{
"ResourceArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the license configuration.</p>"
}
}
},
"ListTagsForResourceResponse":{
"type":"structure",
"members":{
"Tags":{
"shape":"TagList",
"documentation":"<p>Information about the tags.</p>"
}
}
},
"ListTokensRequest":{
"type":"structure",
"members":{
"TokenIds":{
"shape":"StringList",
"documentation":"<p>Token IDs.</p>"
},
"Filters":{
"shape":"FilterList",
"documentation":"<p>Filters to scope the results. The following filter is supported:</p> <ul> <li> <p> <code>licenseArns</code> </p> </li> </ul>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
},
"MaxResults":{
"shape":"MaxSize100",
"documentation":"<p>Maximum number of results to return in a single call.</p>"
}
}
},
"ListTokensResponse":{
"type":"structure",
"members":{
"Tokens":{
"shape":"TokenList",
"documentation":"<p>Received token details.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"ListUsageForLicenseConfigurationRequest":{
"type":"structure",
"required":["LicenseConfigurationArn"],
"members":{
"LicenseConfigurationArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the license configuration.</p>"
},
"MaxResults":{
"shape":"BoxInteger",
"documentation":"<p>Maximum number of results to return in a single call.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
},
"Filters":{
"shape":"Filters",
"documentation":"<p>Filters to scope the results. The following filters and logical operators are supported:</p> <ul> <li> <p> <code>resourceArn</code> - The ARN of the license configuration resource. Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p> </li> <li> <p> <code>resourceType</code> - The resource type (<code>EC2_INSTANCE</code> | <code>EC2_HOST</code> | <code>EC2_AMI</code> | <code>SYSTEMS_MANAGER_MANAGED_INSTANCE</code>). Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p> </li> <li> <p> <code>resourceAccount</code> - The ID of the account that owns the resource. Logical operators are <code>EQUALS</code> | <code>NOT_EQUALS</code>.</p> </li> </ul>"
}
}
},
"ListUsageForLicenseConfigurationResponse":{
"type":"structure",
"members":{
"LicenseConfigurationUsageList":{
"shape":"LicenseConfigurationUsageList",
"documentation":"<p>Information about the license configurations.</p>"
},
"NextToken":{
"shape":"String",
"documentation":"<p>Token for the next set of results.</p>"
}
}
},
"Location":{"type":"string"},
"Long":{"type":"long"},
"ManagedResourceSummary":{
"type":"structure",
"members":{
"ResourceType":{
"shape":"ResourceType",
"documentation":"<p>Type of resource associated with a license.</p>"
},
"AssociationCount":{
"shape":"BoxLong",
"documentation":"<p>Number of resources associated with licenses.</p>"
}
},
"documentation":"<p>Summary information about a managed resource.</p>"
},
"ManagedResourceSummaryList":{
"type":"list",
"member":{"shape":"ManagedResourceSummary"}
},
"MaxSize100":{
"type":"integer",
"max":100,
"min":1
},
"MaxSize3StringList":{
"type":"list",
"member":{"shape":"String"},
"max":3
},
"Message":{"type":"string"},
"Metadata":{
"type":"structure",
"members":{
"Name":{
"shape":"String",
"documentation":"<p>The key name.</p>"
},
"Value":{
"shape":"String",
"documentation":"<p>The value.</p>"
}
},
"documentation":"<p>Describes key/value pairs.</p>"
},
"MetadataList":{
"type":"list",
"member":{"shape":"Metadata"}
},
"NoEntitlementsAllowedException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>There are no entitlements found for this license, or the entitlement maximum count is reached.</p>",
"exception":true
},
"OrganizationConfiguration":{
"type":"structure",
"required":["EnableIntegration"],
"members":{
"EnableIntegration":{
"shape":"Boolean",
"documentation":"<p>Enables AWS Organization integration.</p>"
}
},
"documentation":"<p>Configuration information for AWS Organizations.</p>"
},
"PrincipalArnList":{
"type":"list",
"member":{"shape":"Arn"},
"max":1,
"min":1
},
"ProductInformation":{
"type":"structure",
"required":[
"ResourceType",
"ProductInformationFilterList"
],
"members":{
"ResourceType":{
"shape":"String",
"documentation":"<p>Resource type. The possible values are <code>SSM_MANAGED</code> | <code>RDS</code>.</p>"
},
"ProductInformationFilterList":{
"shape":"ProductInformationFilterList",
"documentation":"<p>Product information filters.</p> <p>The following filters and logical operators are supported when the resource type is <code>SSM_MANAGED</code>:</p> <ul> <li> <p> <code>Application Name</code> - The name of the application. Logical operator is <code>EQUALS</code>.</p> </li> <li> <p> <code>Application Publisher</code> - The publisher of the application. Logical operator is <code>EQUALS</code>.</p> </li> <li> <p> <code>Application Version</code> - The version of the application. Logical operator is <code>EQUALS</code>.</p> </li> <li> <p> <code>Platform Name</code> - The name of the platform. Logical operator is <code>EQUALS</code>.</p> </li> <li> <p> <code>Platform Type</code> - The platform type. Logical operator is <code>EQUALS</code>.</p> </li> <li> <p> <code>License Included</code> - The type of license included. Logical operators are <code>EQUALS</code> and <code>NOT_EQUALS</code>. Possible values are: <code>sql-server-enterprise</code> | <code>sql-server-standard</code> | <code>sql-server-web</code> | <code>windows-server-datacenter</code>.</p> </li> </ul> <p>The following filters and logical operators are supported when the resource type is <code>RDS</code>:</p> <ul> <li> <p> <code>Engine Edition</code> - The edition of the database engine. Logical operator is <code>EQUALS</code>. Possible values are: <code>oracle-ee</code> | <code>oracle-se</code> | <code>oracle-se1</code> | <code>oracle-se2</code>.</p> </li> <li> <p> <code>License Pack</code> - The license pack. Logical operator is <code>EQUALS</code>. Possible values are: <code>data guard</code> | <code>diagnostic pack sqlt</code> | <code>tuning pack sqlt</code> | <code>ols</code> | <code>olap</code>.</p> </li> </ul>"
}
},
"documentation":"<p>Describes product information for a license configuration.</p>"
},
"ProductInformationFilter":{
"type":"structure",
"required":[
"ProductInformationFilterName",
"ProductInformationFilterComparator"
],
"members":{
"ProductInformationFilterName":{
"shape":"String",
"documentation":"<p>Filter name.</p>"
},
"ProductInformationFilterValue":{
"shape":"StringList",
"documentation":"<p>Filter value.</p>"
},
"ProductInformationFilterComparator":{
"shape":"String",
"documentation":"<p>Logical operator.</p>"
}
},
"documentation":"<p>Describes product information filters.</p>"
},
"ProductInformationFilterList":{
"type":"list",
"member":{"shape":"ProductInformationFilter"}
},
"ProductInformationList":{
"type":"list",
"member":{"shape":"ProductInformation"}
},
"ProvisionalConfiguration":{
"type":"structure",
"required":["MaxTimeToLiveInMinutes"],
"members":{
"MaxTimeToLiveInMinutes":{
"shape":"BoxInteger",
"documentation":"<p>Maximum time for the provisional configuration, in minutes.</p>"
}
},
"documentation":"<p>Details about a provisional configuration.</p>"
},
"RateLimitExceededException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>Too many requests have been submitted. Try again after a brief wait.</p>",
"exception":true
},
"ReceivedMetadata":{
"type":"structure",
"members":{
"ReceivedStatus":{
"shape":"ReceivedStatus",
"documentation":"<p>Received status.</p>"
},
"AllowedOperations":{
"shape":"AllowedOperationList",
"documentation":"<p>Allowed operations.</p>"
}
},
"documentation":"<p>Metadata associated with received licenses and grants.</p>"
},
"ReceivedStatus":{
"type":"string",
"enum":[
"PENDING_WORKFLOW",
"PENDING_ACCEPT",
"REJECTED",
"ACTIVE",
"FAILED_WORKFLOW",
"DELETED",
"DISABLED"
]
},
"RedirectException":{
"type":"structure",
"members":{
"Location":{"shape":"Location"},
"Message":{"shape":"Message"}
},
"documentation":"<p>This is not the correct Region for the resource. Try again.</p>",
"exception":true
},
"RejectGrantRequest":{
"type":"structure",
"required":["GrantArn"],
"members":{
"GrantArn":{
"shape":"Arn",
"documentation":"<p>Amazon Resource Name (ARN) of the grant.</p>"
}
}
},
"RejectGrantResponse":{
"type":"structure",
"members":{
"GrantArn":{
"shape":"Arn",
"documentation":"<p>Grant ARN.</p>"
},
"Status":{
"shape":"GrantStatus",
"documentation":"<p>Grant status.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>Grant version.</p>"
}
}
},
"RenewType":{
"type":"string",
"enum":[
"None",
"Weekly",
"Monthly"
]
},
"ResourceInventory":{
"type":"structure",
"members":{
"ResourceId":{
"shape":"String",
"documentation":"<p>ID of the resource.</p>"
},
"ResourceType":{
"shape":"ResourceType",
"documentation":"<p>Type of resource.</p>"
},
"ResourceArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the resource.</p>"
},
"Platform":{
"shape":"String",
"documentation":"<p>Platform of the resource.</p>"
},
"PlatformVersion":{
"shape":"String",
"documentation":"<p>Platform version of the resource in the inventory.</p>"
},
"ResourceOwningAccountId":{
"shape":"String",
"documentation":"<p>ID of the account that owns the resource.</p>"
}
},
"documentation":"<p>Details about a resource.</p>"
},
"ResourceInventoryList":{
"type":"list",
"member":{"shape":"ResourceInventory"}
},
"ResourceLimitExceededException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>Your resource limits have been exceeded.</p>",
"exception":true
},
"ResourceNotFoundException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>The resource cannot be found.</p>",
"exception":true
},
"ResourceType":{
"type":"string",
"enum":[
"EC2_INSTANCE",
"EC2_HOST",
"EC2_AMI",
"RDS",
"SYSTEMS_MANAGER_MANAGED_INSTANCE"
]
},
"ServerInternalException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>The server experienced an internal error. Try again.</p>",
"exception":true,
"fault":true
},
"SignedToken":{
"type":"string",
"min":4096
},
"String":{"type":"string"},
"StringList":{
"type":"list",
"member":{"shape":"String"}
},
"Tag":{
"type":"structure",
"members":{
"Key":{
"shape":"String",
"documentation":"<p>Tag key.</p>"
},
"Value":{
"shape":"String",
"documentation":"<p>Tag value.</p>"
}
},
"documentation":"<p>Details about a tag for a license configuration.</p>"
},
"TagKeyList":{
"type":"list",
"member":{"shape":"String"}
},
"TagList":{
"type":"list",
"member":{"shape":"Tag"}
},
"TagResourceRequest":{
"type":"structure",
"required":[
"ResourceArn",
"Tags"
],
"members":{
"ResourceArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the license configuration.</p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>One or more tags.</p>"
}
}
},
"TagResourceResponse":{
"type":"structure",
"members":{
}
},
"TokenData":{
"type":"structure",
"members":{
"TokenId":{
"shape":"String",
"documentation":"<p>Token ID.</p>"
},
"TokenType":{
"shape":"String",
"documentation":"<p>Type of token generated. The supported value is <code>REFRESH_TOKEN</code>.</p>"
},
"LicenseArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the license.</p>"
},
"ExpirationTime":{
"shape":"ISO8601DateTime",
"documentation":"<p>Token expiration time, in ISO8601-UTC format.</p>"
},
"TokenProperties":{
"shape":"MaxSize3StringList",
"documentation":"<p>Data specified by the caller.</p>"
},
"RoleArns":{
"shape":"ArnList",
"documentation":"<p>Amazon Resource Names (ARN) of the roles included in the token.</p>"
},
"Status":{
"shape":"String",
"documentation":"<p>Token status. The possible values are <code>AVAILABLE</code> and <code>DELETED</code>.</p>"
}
},
"documentation":"<p>Describes a token.</p>"
},
"TokenList":{
"type":"list",
"member":{"shape":"TokenData"}
},
"TokenString":{
"type":"string",
"max":4096,
"pattern":"\\S+"
},
"TokenType":{
"type":"string",
"enum":["REFRESH_TOKEN"]
},
"UnsupportedDigitalSignatureMethodException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>The digital signature method is unsupported. Try your request again.</p>",
"exception":true
},
"UntagResourceRequest":{
"type":"structure",
"required":[
"ResourceArn",
"TagKeys"
],
"members":{
"ResourceArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the license configuration.</p>"
},
"TagKeys":{
"shape":"TagKeyList",
"documentation":"<p>Keys identifying the tags to remove.</p>"
}
}
},
"UntagResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateLicenseConfigurationRequest":{
"type":"structure",
"required":["LicenseConfigurationArn"],
"members":{
"LicenseConfigurationArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the license configuration.</p>"
},
"LicenseConfigurationStatus":{
"shape":"LicenseConfigurationStatus",
"documentation":"<p>New status of the license configuration.</p>"
},
"LicenseRules":{
"shape":"StringList",
"documentation":"<p>New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.</p>"
},
"LicenseCount":{
"shape":"BoxLong",
"documentation":"<p>New number of licenses managed by the license configuration.</p>"
},
"LicenseCountHardLimit":{
"shape":"BoxBoolean",
"documentation":"<p>New hard limit of the number of available licenses.</p>"
},
"Name":{
"shape":"String",
"documentation":"<p>New name of the license configuration.</p>"
},
"Description":{
"shape":"String",
"documentation":"<p>New description of the license configuration.</p>"
},
"ProductInformationList":{
"shape":"ProductInformationList",
"documentation":"<p>New product information.</p>"
},
"DisassociateWhenNotFound":{
"shape":"BoxBoolean",
"documentation":"<p>When true, disassociates a resource when software is uninstalled.</p>"
}
}
},
"UpdateLicenseConfigurationResponse":{
"type":"structure",
"members":{
}
},
"UpdateLicenseSpecificationsForResourceRequest":{
"type":"structure",
"required":["ResourceArn"],
"members":{
"ResourceArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the AWS resource.</p>"
},
"AddLicenseSpecifications":{
"shape":"LicenseSpecifications",
"documentation":"<p>ARNs of the license configurations to add.</p>"
},
"RemoveLicenseSpecifications":{
"shape":"LicenseSpecifications",
"documentation":"<p>ARNs of the license configurations to remove.</p>"
}
}
},
"UpdateLicenseSpecificationsForResourceResponse":{
"type":"structure",
"members":{
}
},
"UpdateServiceSettingsRequest":{
"type":"structure",
"members":{
"S3BucketArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.</p>"
},
"SnsTopicArn":{
"shape":"String",
"documentation":"<p>Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.</p>"
},
"OrganizationConfiguration":{
"shape":"OrganizationConfiguration",
"documentation":"<p>Enables integration with AWS Organizations for cross-account discovery.</p>"
},
"EnableCrossAccountsDiscovery":{
"shape":"BoxBoolean",
"documentation":"<p>Activates cross-account discovery.</p>"
}
}
},
"UpdateServiceSettingsResponse":{
"type":"structure",
"members":{
}
},
"ValidationException":{
"type":"structure",
"members":{
"Message":{"shape":"Message"}
},
"documentation":"<p>The provided input is not valid. Try your request again.</p>",
"exception":true
}
},
"documentation":"<fullname> AWS License Manager </fullname> <p>AWS License Manager makes it easier to manage licenses from software vendors across multiple AWS accounts and on-premises servers.</p>"
}