|
930 | 930 | "CustomerAWSAccountId": { |
931 | 931 | "target": "com.amazonaws.marketplaceentitlementservice#NonEmptyString", |
932 | 932 | "traits": { |
933 | | - "smithy.api#documentation": "<p>\n The <code>CustomerAWSAccountID</code> parameter specifies the AWS account ID of the buyer.\n </p>" |
| 933 | + "smithy.api#documentation": "<p>\n The <code>CustomerAWSAccountId</code> parameter specifies the AWS account ID of the buyer.\n </p>" |
934 | 934 | } |
935 | 935 | }, |
936 | 936 | "Value": { |
|
944 | 944 | "traits": { |
945 | 945 | "smithy.api#documentation": "<p>The expiration date represents the minimum date through which this entitlement is\n expected to remain valid. For contractual products listed on AWS Marketplace, the expiration date\n is the date at which the customer will renew or cancel their contract. Customers who are opting\n to renew their contract will still have entitlements with an expiration date.</p>" |
946 | 946 | } |
| 947 | + }, |
| 948 | + "LicenseArn": { |
| 949 | + "target": "com.amazonaws.marketplaceentitlementservice#String", |
| 950 | + "traits": { |
| 951 | + "smithy.api#documentation": "<p>The <code>LicenseArn</code> is a unique identifier for a specific granted license. These are used for software purchased through AWS Marketplace.</p>" |
| 952 | + } |
947 | 953 | } |
948 | 954 | }, |
949 | 955 | "traits": { |
|
1030 | 1036 | "traits": { |
1031 | 1037 | "smithy.api#enumValue": "CUSTOMER_AWS_ACCOUNT_ID" |
1032 | 1038 | } |
| 1039 | + }, |
| 1040 | + "LICENSE_ARN": { |
| 1041 | + "target": "smithy.api#Unit", |
| 1042 | + "traits": { |
| 1043 | + "smithy.api#enumValue": "LICENSE_ARN" |
| 1044 | + } |
1033 | 1045 | } |
1034 | 1046 | } |
1035 | 1047 | }, |
|
1062 | 1074 | } |
1063 | 1075 | ], |
1064 | 1076 | "traits": { |
1065 | | - "smithy.api#documentation": "<p>GetEntitlements retrieves entitlement values for a given product. The results can be\n filtered based on customer identifier, AWS account ID, or product dimensions.</p>\n <important>\n <p>\n The <code>CustomerIdentifier</code> parameter is on path for deprecation. Use <code>CustomerAWSAccountID</code> instead.</p>\n <p>These parameters are mutually exclusive. You can't specify both <code>CustomerIdentifier</code> and <code>CustomerAWSAccountID</code> in the same request.\n </p>\n </important>", |
| 1077 | + "smithy.api#documentation": "<p>GetEntitlements retrieves entitlement values for a given product. The results can be\n filtered based on customer identifier, AWS account ID, license ARN, or product dimensions.</p>", |
1066 | 1078 | "smithy.api#paginated": { |
1067 | 1079 | "inputToken": "NextToken", |
1068 | 1080 | "outputToken": "NextToken", |
|
1083 | 1095 | "Filter": { |
1084 | 1096 | "target": "com.amazonaws.marketplaceentitlementservice#GetEntitlementFilters", |
1085 | 1097 | "traits": { |
1086 | | - "smithy.api#documentation": "<p>Filter is used to return entitlements for a specific customer or for a specific\n dimension. Filters are described as keys mapped to a lists of values. Filtered requests are\n <i>unioned</i> for each value in the value list, and then\n <i>intersected</i> for each filter key.</p>\n <p>\n <code>CustomerIdentifier</code> and <code>CustomerAWSAccountID</code> are mutually exclusive. You can't specify both in the same request.\n </p>" |
| 1098 | + "smithy.api#documentation": "<p>Filter is used to return entitlements for a specific customer or for a specific\n dimension. Filters are described as keys mapped to a lists of values. Filtered requests are\n <i>unioned</i> for each value in the value list, and then\n <i>intersected</i> for each filter key.</p>\n <p>\n <code>CustomerIdentifier</code> and <code>CustomerAWSAccountId</code> are mutually exclusive parameters. You must use one or the other, but not both in the same request.\n </p>\n <note>\n <p>If you're migrating an existing integration, use <a href=\"https://docs.aws.amazon.com/marketplace/latest/userguide/data-feed-account.html\">Account Feeds</a> to map <code>CustomerIdentifier</code> to <code>CustomerAWSAccountId</code>, and <a href=\"https://docs.aws.amazon.com/marketplace/latest/userguide/data-feed-agreements.html\">Agreements Feeds</a> to map <code>CustomerAWSAccountId</code> and <code>LicenseArn</code>.</p>\n </note>" |
1087 | 1099 | } |
1088 | 1100 | }, |
1089 | 1101 | "NextToken": { |
|
0 commit comments