@aws-sdk/client-license-manager 3.185.0 → 3.188.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.
- package/CHANGELOG.md +16 -0
- package/dist-es/LicenseManager.js +194 -201
- package/dist-es/LicenseManagerClient.js +22 -28
- package/dist-es/commands/AcceptGrantCommand.js +21 -28
- package/dist-es/commands/CheckInLicenseCommand.js +21 -28
- package/dist-es/commands/CheckoutBorrowLicenseCommand.js +21 -28
- package/dist-es/commands/CheckoutLicenseCommand.js +21 -28
- package/dist-es/commands/CreateGrantCommand.js +21 -28
- package/dist-es/commands/CreateGrantVersionCommand.js +21 -28
- package/dist-es/commands/CreateLicenseCommand.js +21 -28
- package/dist-es/commands/CreateLicenseConfigurationCommand.js +21 -28
- package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +21 -28
- package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +21 -28
- package/dist-es/commands/CreateLicenseVersionCommand.js +21 -28
- package/dist-es/commands/CreateTokenCommand.js +21 -28
- package/dist-es/commands/DeleteGrantCommand.js +21 -28
- package/dist-es/commands/DeleteLicenseCommand.js +21 -28
- package/dist-es/commands/DeleteLicenseConfigurationCommand.js +21 -28
- package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +21 -28
- package/dist-es/commands/DeleteTokenCommand.js +21 -28
- package/dist-es/commands/ExtendLicenseConsumptionCommand.js +21 -28
- package/dist-es/commands/GetAccessTokenCommand.js +21 -28
- package/dist-es/commands/GetGrantCommand.js +21 -28
- package/dist-es/commands/GetLicenseCommand.js +21 -28
- package/dist-es/commands/GetLicenseConfigurationCommand.js +21 -28
- package/dist-es/commands/GetLicenseConversionTaskCommand.js +21 -28
- package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +21 -28
- package/dist-es/commands/GetLicenseUsageCommand.js +21 -28
- package/dist-es/commands/GetServiceSettingsCommand.js +21 -28
- package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +21 -28
- package/dist-es/commands/ListDistributedGrantsCommand.js +21 -28
- package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +21 -28
- package/dist-es/commands/ListLicenseConfigurationsCommand.js +21 -28
- package/dist-es/commands/ListLicenseConversionTasksCommand.js +21 -28
- package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +21 -28
- package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +21 -28
- package/dist-es/commands/ListLicenseVersionsCommand.js +21 -28
- package/dist-es/commands/ListLicensesCommand.js +21 -28
- package/dist-es/commands/ListReceivedGrantsCommand.js +21 -28
- package/dist-es/commands/ListReceivedLicensesCommand.js +21 -28
- package/dist-es/commands/ListResourceInventoryCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListTokensCommand.js +21 -28
- package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +21 -28
- package/dist-es/commands/RejectGrantCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +21 -28
- package/dist-es/commands/UpdateLicenseConfigurationCommand.js +21 -28
- package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +21 -28
- package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +21 -28
- package/dist-es/commands/UpdateServiceSettingsCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/LicenseManagerServiceException.js +5 -10
- package/dist-es/models/models_0.js +605 -340
- package/dist-es/protocols/Aws_json1_1.js +3776 -4747
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/package.json +33 -33
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-license-manager
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-license-manager
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.185.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.184.0...v3.185.0) (2022-10-05)
|
|
7
23
|
|
|
8
24
|
|