@aws-sdk/client-license-manager 3.289.0 → 3.290.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist-types/commands/AcceptGrantCommand.d.ts +23 -0
  2. package/dist-types/commands/CheckInLicenseCommand.d.ts +26 -0
  3. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +35 -0
  4. package/dist-types/commands/CheckoutLicenseCommand.d.ts +32 -0
  5. package/dist-types/commands/CreateGrantCommand.d.ts +23 -0
  6. package/dist-types/commands/CreateGrantVersionCommand.d.ts +23 -0
  7. package/dist-types/commands/CreateLicenseCommand.d.ts +23 -0
  8. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +20 -0
  9. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +20 -0
  10. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +26 -0
  11. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +26 -0
  12. package/dist-types/commands/CreateTokenCommand.d.ts +26 -0
  13. package/dist-types/commands/DeleteGrantCommand.d.ts +23 -0
  14. package/dist-types/commands/DeleteLicenseCommand.d.ts +26 -0
  15. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +17 -0
  16. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +26 -0
  17. package/dist-types/commands/DeleteTokenCommand.d.ts +23 -0
  18. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +23 -0
  19. package/dist-types/commands/GetAccessTokenCommand.d.ts +17 -0
  20. package/dist-types/commands/GetGrantCommand.d.ts +23 -0
  21. package/dist-types/commands/GetLicenseCommand.d.ts +20 -0
  22. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +17 -0
  23. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +17 -0
  24. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +26 -0
  25. package/dist-types/commands/GetLicenseUsageCommand.d.ts +20 -0
  26. package/dist-types/commands/GetServiceSettingsCommand.d.ts +14 -0
  27. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +20 -0
  28. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +23 -0
  29. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +17 -0
  30. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +20 -0
  31. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +17 -0
  32. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +26 -0
  33. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +17 -0
  34. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +17 -0
  35. package/dist-types/commands/ListLicensesCommand.d.ts +20 -0
  36. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +23 -0
  37. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +23 -0
  38. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +23 -0
  39. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +23 -0
  40. package/dist-types/commands/ListResourceInventoryCommand.d.ts +23 -0
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +17 -0
  42. package/dist-types/commands/ListTokensCommand.d.ts +17 -0
  43. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +20 -0
  44. package/dist-types/commands/RejectGrantCommand.d.ts +23 -0
  45. package/dist-types/commands/TagResourceCommand.d.ts +17 -0
  46. package/dist-types/commands/UntagResourceCommand.d.ts +17 -0
  47. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +20 -0
  48. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +26 -0
  49. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +25 -0
  50. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +17 -0
  51. package/package.json +29 -29
@@ -29,6 +29,29 @@ export interface RejectGrantCommandOutput extends RejectGrantResponse, __Metadat
29
29
  * @see {@link RejectGrantCommandOutput} for command's `response` shape.
30
30
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to resource denied.</p>
34
+ *
35
+ * @throws {@link AuthorizationException} (client fault)
36
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
37
+ * policy associated with this account.</p>
38
+ *
39
+ * @throws {@link InvalidParameterValueException} (client fault)
40
+ * <p>One or more parameter values are not valid.</p>
41
+ *
42
+ * @throws {@link RateLimitExceededException} (client fault)
43
+ * <p>Too many requests have been submitted. Try again after a brief wait.</p>
44
+ *
45
+ * @throws {@link ResourceLimitExceededException} (client fault)
46
+ * <p>Your resource limits have been exceeded.</p>
47
+ *
48
+ * @throws {@link ServerInternalException} (server fault)
49
+ * <p>The server experienced an internal error. Try again.</p>
50
+ *
51
+ * @throws {@link ValidationException} (client fault)
52
+ * <p>The provided input is not valid. Try your request again.</p>
53
+ *
54
+ *
32
55
  */
33
56
  export declare class RejectGrantCommand extends $Command<RejectGrantCommandInput, RejectGrantCommandOutput, LicenseManagerClientResolvedConfig> {
34
57
  readonly input: RejectGrantCommandInput;
@@ -29,6 +29,23 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to resource denied.</p>
34
+ *
35
+ * @throws {@link AuthorizationException} (client fault)
36
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
37
+ * policy associated with this account.</p>
38
+ *
39
+ * @throws {@link InvalidParameterValueException} (client fault)
40
+ * <p>One or more parameter values are not valid.</p>
41
+ *
42
+ * @throws {@link RateLimitExceededException} (client fault)
43
+ * <p>Too many requests have been submitted. Try again after a brief wait.</p>
44
+ *
45
+ * @throws {@link ServerInternalException} (server fault)
46
+ * <p>The server experienced an internal error. Try again.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, LicenseManagerClientResolvedConfig> {
34
51
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,23 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to resource denied.</p>
34
+ *
35
+ * @throws {@link AuthorizationException} (client fault)
36
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
37
+ * policy associated with this account.</p>
38
+ *
39
+ * @throws {@link InvalidParameterValueException} (client fault)
40
+ * <p>One or more parameter values are not valid.</p>
41
+ *
42
+ * @throws {@link RateLimitExceededException} (client fault)
43
+ * <p>Too many requests have been submitted. Try again after a brief wait.</p>
44
+ *
45
+ * @throws {@link ServerInternalException} (server fault)
46
+ * <p>The server experienced an internal error. Try again.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, LicenseManagerClientResolvedConfig> {
34
51
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,26 @@ export interface UpdateLicenseConfigurationCommandOutput extends UpdateLicenseCo
29
29
  * @see {@link UpdateLicenseConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to resource denied.</p>
34
+ *
35
+ * @throws {@link AuthorizationException} (client fault)
36
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
37
+ * policy associated with this account.</p>
38
+ *
39
+ * @throws {@link InvalidParameterValueException} (client fault)
40
+ * <p>One or more parameter values are not valid.</p>
41
+ *
42
+ * @throws {@link RateLimitExceededException} (client fault)
43
+ * <p>Too many requests have been submitted. Try again after a brief wait.</p>
44
+ *
45
+ * @throws {@link ResourceLimitExceededException} (client fault)
46
+ * <p>Your resource limits have been exceeded.</p>
47
+ *
48
+ * @throws {@link ServerInternalException} (server fault)
49
+ * <p>The server experienced an internal error. Try again.</p>
50
+ *
51
+ *
32
52
  */
33
53
  export declare class UpdateLicenseConfigurationCommand extends $Command<UpdateLicenseConfigurationCommandInput, UpdateLicenseConfigurationCommandOutput, LicenseManagerClientResolvedConfig> {
34
54
  readonly input: UpdateLicenseConfigurationCommandInput;
@@ -30,6 +30,32 @@ export interface UpdateLicenseManagerReportGeneratorCommandOutput extends Update
30
30
  * @see {@link UpdateLicenseManagerReportGeneratorCommandOutput} for command's `response` shape.
31
31
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
32
32
  *
33
+ * @throws {@link AccessDeniedException} (client fault)
34
+ * <p>Access to resource denied.</p>
35
+ *
36
+ * @throws {@link AuthorizationException} (client fault)
37
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
38
+ * policy associated with this account.</p>
39
+ *
40
+ * @throws {@link InvalidParameterValueException} (client fault)
41
+ * <p>One or more parameter values are not valid.</p>
42
+ *
43
+ * @throws {@link RateLimitExceededException} (client fault)
44
+ * <p>Too many requests have been submitted. Try again after a brief wait.</p>
45
+ *
46
+ * @throws {@link ResourceLimitExceededException} (client fault)
47
+ * <p>Your resource limits have been exceeded.</p>
48
+ *
49
+ * @throws {@link ResourceNotFoundException} (client fault)
50
+ * <p>The resource cannot be found.</p>
51
+ *
52
+ * @throws {@link ServerInternalException} (server fault)
53
+ * <p>The server experienced an internal error. Try again.</p>
54
+ *
55
+ * @throws {@link ValidationException} (client fault)
56
+ * <p>The provided input is not valid. Try your request again.</p>
57
+ *
58
+ *
33
59
  */
34
60
  export declare class UpdateLicenseManagerReportGeneratorCommand extends $Command<UpdateLicenseManagerReportGeneratorCommandInput, UpdateLicenseManagerReportGeneratorCommandOutput, LicenseManagerClientResolvedConfig> {
35
61
  readonly input: UpdateLicenseManagerReportGeneratorCommandInput;
@@ -32,6 +32,31 @@ export interface UpdateLicenseSpecificationsForResourceCommandOutput extends Upd
32
32
  * @see {@link UpdateLicenseSpecificationsForResourceCommandOutput} for command's `response` shape.
33
33
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
34
34
  *
35
+ * @throws {@link AccessDeniedException} (client fault)
36
+ * <p>Access to resource denied.</p>
37
+ *
38
+ * @throws {@link AuthorizationException} (client fault)
39
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
40
+ * policy associated with this account.</p>
41
+ *
42
+ * @throws {@link InvalidParameterValueException} (client fault)
43
+ * <p>One or more parameter values are not valid.</p>
44
+ *
45
+ * @throws {@link InvalidResourceStateException} (client fault)
46
+ * <p>License Manager cannot allocate a license to a resource because of its state. </p>
47
+ * <p>For example, you cannot allocate a license to an instance in the process of shutting
48
+ * down.</p>
49
+ *
50
+ * @throws {@link LicenseUsageException} (client fault)
51
+ * <p>You do not have enough licenses available to support a new resource launch.</p>
52
+ *
53
+ * @throws {@link RateLimitExceededException} (client fault)
54
+ * <p>Too many requests have been submitted. Try again after a brief wait.</p>
55
+ *
56
+ * @throws {@link ServerInternalException} (server fault)
57
+ * <p>The server experienced an internal error. Try again.</p>
58
+ *
59
+ *
35
60
  */
36
61
  export declare class UpdateLicenseSpecificationsForResourceCommand extends $Command<UpdateLicenseSpecificationsForResourceCommandInput, UpdateLicenseSpecificationsForResourceCommandOutput, LicenseManagerClientResolvedConfig> {
37
62
  readonly input: UpdateLicenseSpecificationsForResourceCommandInput;
@@ -29,6 +29,23 @@ export interface UpdateServiceSettingsCommandOutput extends UpdateServiceSetting
29
29
  * @see {@link UpdateServiceSettingsCommandOutput} for command's `response` shape.
30
30
  * @see {@link LicenseManagerClientResolvedConfig | config} for LicenseManagerClient's `config` shape.
31
31
  *
32
+ * @throws {@link AccessDeniedException} (client fault)
33
+ * <p>Access to resource denied.</p>
34
+ *
35
+ * @throws {@link AuthorizationException} (client fault)
36
+ * <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
37
+ * policy associated with this account.</p>
38
+ *
39
+ * @throws {@link InvalidParameterValueException} (client fault)
40
+ * <p>One or more parameter values are not valid.</p>
41
+ *
42
+ * @throws {@link RateLimitExceededException} (client fault)
43
+ * <p>Too many requests have been submitted. Try again after a brief wait.</p>
44
+ *
45
+ * @throws {@link ServerInternalException} (server fault)
46
+ * <p>The server experienced an internal error. Try again.</p>
47
+ *
48
+ *
32
49
  */
33
50
  export declare class UpdateServiceSettingsCommand extends $Command<UpdateServiceSettingsCommandInput, UpdateServiceSettingsCommandOutput, LicenseManagerClientResolvedConfig> {
34
51
  readonly input: UpdateServiceSettingsCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-license-manager",
3
3
  "description": "AWS SDK for JavaScript License Manager Client for Node.js, Browser and React Native",
4
- "version": "3.289.0",
4
+ "version": "3.290.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,37 +20,37 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },