@aws-sdk/client-license-manager 3.927.0 → 3.929.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-cjs/index.js +1791 -1777
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/LicenseManagerClient.js +2 -0
- package/dist-es/commands/AcceptGrantCommand.js +3 -9
- package/dist-es/commands/CheckInLicenseCommand.js +3 -9
- package/dist-es/commands/CheckoutBorrowLicenseCommand.js +3 -9
- package/dist-es/commands/CheckoutLicenseCommand.js +3 -9
- package/dist-es/commands/CreateGrantCommand.js +3 -9
- package/dist-es/commands/CreateGrantVersionCommand.js +3 -9
- package/dist-es/commands/CreateLicenseCommand.js +3 -9
- package/dist-es/commands/CreateLicenseConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateLicenseConversionTaskForResourceCommand.js +3 -9
- package/dist-es/commands/CreateLicenseManagerReportGeneratorCommand.js +3 -9
- package/dist-es/commands/CreateLicenseVersionCommand.js +3 -9
- package/dist-es/commands/CreateTokenCommand.js +3 -9
- package/dist-es/commands/DeleteGrantCommand.js +3 -9
- package/dist-es/commands/DeleteLicenseCommand.js +3 -9
- package/dist-es/commands/DeleteLicenseConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteLicenseManagerReportGeneratorCommand.js +3 -9
- package/dist-es/commands/DeleteTokenCommand.js +3 -9
- package/dist-es/commands/ExtendLicenseConsumptionCommand.js +3 -9
- package/dist-es/commands/GetAccessTokenCommand.js +3 -9
- package/dist-es/commands/GetGrantCommand.js +3 -9
- package/dist-es/commands/GetLicenseCommand.js +3 -9
- package/dist-es/commands/GetLicenseConfigurationCommand.js +3 -9
- package/dist-es/commands/GetLicenseConversionTaskCommand.js +3 -9
- package/dist-es/commands/GetLicenseManagerReportGeneratorCommand.js +3 -9
- package/dist-es/commands/GetLicenseUsageCommand.js +3 -9
- package/dist-es/commands/GetServiceSettingsCommand.js +3 -9
- package/dist-es/commands/ListAssociationsForLicenseConfigurationCommand.js +3 -9
- package/dist-es/commands/ListDistributedGrantsCommand.js +3 -9
- package/dist-es/commands/ListFailuresForLicenseConfigurationOperationsCommand.js +3 -9
- package/dist-es/commands/ListLicenseConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListLicenseConversionTasksCommand.js +3 -9
- package/dist-es/commands/ListLicenseManagerReportGeneratorsCommand.js +3 -9
- package/dist-es/commands/ListLicenseSpecificationsForResourceCommand.js +3 -9
- package/dist-es/commands/ListLicenseVersionsCommand.js +3 -9
- package/dist-es/commands/ListLicensesCommand.js +3 -9
- package/dist-es/commands/ListReceivedGrantsCommand.js +3 -9
- package/dist-es/commands/ListReceivedGrantsForOrganizationCommand.js +3 -9
- package/dist-es/commands/ListReceivedLicensesCommand.js +3 -9
- package/dist-es/commands/ListReceivedLicensesForOrganizationCommand.js +3 -9
- package/dist-es/commands/ListResourceInventoryCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTokensCommand.js +3 -9
- package/dist-es/commands/ListUsageForLicenseConfigurationCommand.js +3 -9
- package/dist-es/commands/RejectGrantCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateLicenseConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateLicenseManagerReportGeneratorCommand.js +3 -9
- package/dist-es/commands/UpdateLicenseSpecificationsForResourceCommand.js +3 -9
- package/dist-es/commands/UpdateServiceSettingsCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1646 -0
- package/dist-types/LicenseManagerClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +242 -0
- package/dist-types/ts3.4/LicenseManagerClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +247 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -1380
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -452
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -605
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.929.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-license-manager",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.929.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|