@aws-sdk/client-license-manager 3.296.0 → 3.297.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/dist-types/LicenseManager.d.ts +51 -0
- package/dist-types/LicenseManagerClient.d.ts +24 -4
- package/dist-types/commands/AcceptGrantCommand.d.ts +16 -0
- package/dist-types/commands/CheckInLicenseCommand.d.ts +16 -0
- package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +16 -0
- package/dist-types/commands/CheckoutLicenseCommand.d.ts +16 -0
- package/dist-types/commands/CreateGrantCommand.d.ts +16 -0
- package/dist-types/commands/CreateGrantVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateLicenseCommand.d.ts +16 -0
- package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +16 -0
- package/dist-types/commands/CreateLicenseVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateTokenCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGrantCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLicenseCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteTokenCommand.d.ts +16 -0
- package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +16 -0
- package/dist-types/commands/GetAccessTokenCommand.d.ts +16 -0
- package/dist-types/commands/GetGrantCommand.d.ts +16 -0
- package/dist-types/commands/GetLicenseCommand.d.ts +16 -0
- package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +16 -0
- package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +16 -0
- package/dist-types/commands/GetLicenseUsageCommand.d.ts +16 -0
- package/dist-types/commands/GetServiceSettingsCommand.d.ts +16 -0
- package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/ListDistributedGrantsCommand.d.ts +16 -0
- package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +16 -0
- package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +16 -0
- package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +16 -0
- package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListLicenseVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListLicensesCommand.d.ts +16 -0
- package/dist-types/commands/ListReceivedGrantsCommand.d.ts +16 -0
- package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/ListReceivedLicensesCommand.d.ts +16 -0
- package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +16 -0
- package/dist-types/commands/ListResourceInventoryCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListTokensCommand.d.ts +16 -0
- package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/RejectGrantCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +16 -0
- package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +16 -0
- package/dist-types/models/LicenseManagerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +408 -0
- package/package.json +3 -3
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.
|
|
4
|
+
"version": "3.297.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,9 +20,9 @@
|
|
|
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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.296.0",
|