@aws-sdk/client-license-manager 3.890.0 → 3.893.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/commands/AcceptGrantCommand.d.ts +2 -0
- package/dist-types/commands/CheckInLicenseCommand.d.ts +2 -0
- package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +2 -0
- package/dist-types/commands/CheckoutLicenseCommand.d.ts +2 -0
- package/dist-types/commands/CreateGrantCommand.d.ts +2 -0
- package/dist-types/commands/CreateGrantVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateLicenseCommand.d.ts +2 -0
- package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +2 -0
- package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +2 -0
- package/dist-types/commands/CreateLicenseVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateTokenCommand.d.ts +2 -0
- package/dist-types/commands/DeleteGrantCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLicenseCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTokenCommand.d.ts +2 -0
- package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +2 -0
- package/dist-types/commands/GetAccessTokenCommand.d.ts +2 -0
- package/dist-types/commands/GetGrantCommand.d.ts +2 -0
- package/dist-types/commands/GetLicenseCommand.d.ts +2 -0
- package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +2 -0
- package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +2 -0
- package/dist-types/commands/GetLicenseUsageCommand.d.ts +2 -0
- package/dist-types/commands/GetServiceSettingsCommand.d.ts +2 -0
- package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/ListDistributedGrantsCommand.d.ts +2 -0
- package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +2 -0
- package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +2 -0
- package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +2 -0
- package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListLicenseVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListLicensesCommand.d.ts +2 -0
- package/dist-types/commands/ListReceivedGrantsCommand.d.ts +2 -0
- package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/ListReceivedLicensesCommand.d.ts +2 -0
- package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +2 -0
- package/dist-types/commands/ListResourceInventoryCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTokensCommand.d.ts +2 -0
- package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/RejectGrantCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -33,6 +33,8 @@ declare const AcceptGrantCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, AcceptGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, AcceptGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // AcceptGrantRequest
|
|
38
40
|
* GrantArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CheckInLicenseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, CheckInLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, CheckInLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // CheckInLicenseRequest
|
|
38
40
|
* LicenseConsumptionToken: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CheckoutBorrowLicenseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, CheckoutBorrowLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, CheckoutBorrowLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // CheckoutBorrowLicenseRequest
|
|
38
40
|
* LicenseArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CheckoutLicenseCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { LicenseManagerClient, CheckoutLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
39
39
|
* // const { LicenseManagerClient, CheckoutLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
40
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
41
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
40
42
|
* const client = new LicenseManagerClient(config);
|
|
41
43
|
* const input = { // CheckoutLicenseRequest
|
|
42
44
|
* ProductSKU: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const CreateGrantCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { LicenseManagerClient, CreateGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
37
37
|
* // const { LicenseManagerClient, CreateGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
38
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
39
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
38
40
|
* const client = new LicenseManagerClient(config);
|
|
39
41
|
* const input = { // CreateGrantRequest
|
|
40
42
|
* ClientToken: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const CreateGrantVersionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LicenseManagerClient, CreateGrantVersionCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
36
36
|
* // const { LicenseManagerClient, CreateGrantVersionCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
37
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
38
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
37
39
|
* const client = new LicenseManagerClient(config);
|
|
38
40
|
* const input = { // CreateGrantVersionRequest
|
|
39
41
|
* ClientToken: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateLicenseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, CreateLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, CreateLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // CreateLicenseRequest
|
|
38
40
|
* LicenseName: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const CreateLicenseConfigurationCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { LicenseManagerClient, CreateLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
40
40
|
* // const { LicenseManagerClient, CreateLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
41
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
42
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
41
43
|
* const client = new LicenseManagerClient(config);
|
|
42
44
|
* const input = { // CreateLicenseConfigurationRequest
|
|
43
45
|
* Name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateLicenseConversionTaskForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, CreateLicenseConversionTaskForResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, CreateLicenseConversionTaskForResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // CreateLicenseConversionTaskForResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateLicenseManagerReportGeneratorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, CreateLicenseManagerReportGeneratorCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, CreateLicenseManagerReportGeneratorCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // CreateLicenseManagerReportGeneratorRequest
|
|
38
40
|
* ReportGeneratorName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateLicenseVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, CreateLicenseVersionCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, CreateLicenseVersionCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // CreateLicenseVersionRequest
|
|
38
40
|
* LicenseArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateTokenCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LicenseManagerClient, CreateTokenCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
38
38
|
* // const { LicenseManagerClient, CreateTokenCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
39
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
40
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
39
41
|
* const client = new LicenseManagerClient(config);
|
|
40
42
|
* const input = { // CreateTokenRequest
|
|
41
43
|
* LicenseArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteGrantCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, DeleteGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, DeleteGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // DeleteGrantRequest
|
|
38
40
|
* GrantArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteLicenseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, DeleteLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, DeleteLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // DeleteLicenseRequest
|
|
38
40
|
* LicenseArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DeleteLicenseConfigurationCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LicenseManagerClient, DeleteLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
36
36
|
* // const { LicenseManagerClient, DeleteLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
37
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
38
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
37
39
|
* const client = new LicenseManagerClient(config);
|
|
38
40
|
* const input = { // DeleteLicenseConfigurationRequest
|
|
39
41
|
* LicenseConfigurationArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DeleteLicenseManagerReportGeneratorCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { LicenseManagerClient, DeleteLicenseManagerReportGeneratorCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
37
37
|
* // const { LicenseManagerClient, DeleteLicenseManagerReportGeneratorCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
38
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
39
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
38
40
|
* const client = new LicenseManagerClient(config);
|
|
39
41
|
* const input = { // DeleteLicenseManagerReportGeneratorRequest
|
|
40
42
|
* LicenseManagerReportGeneratorArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteTokenCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, DeleteTokenCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, DeleteTokenCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // DeleteTokenRequest
|
|
38
40
|
* TokenId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ExtendLicenseConsumptionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ExtendLicenseConsumptionCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ExtendLicenseConsumptionCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ExtendLicenseConsumptionRequest
|
|
38
40
|
* LicenseConsumptionToken: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetAccessTokenCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LicenseManagerClient, GetAccessTokenCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
36
36
|
* // const { LicenseManagerClient, GetAccessTokenCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
37
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
38
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
37
39
|
* const client = new LicenseManagerClient(config);
|
|
38
40
|
* const input = { // GetAccessTokenRequest
|
|
39
41
|
* Token: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetGrantCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, GetGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, GetGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // GetGrantRequest
|
|
38
40
|
* GrantArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetLicenseCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, GetLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, GetLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // GetLicenseRequest
|
|
38
40
|
* LicenseArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetLicenseConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, GetLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, GetLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // GetLicenseConfigurationRequest
|
|
38
40
|
* LicenseConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetLicenseConversionTaskCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, GetLicenseConversionTaskCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, GetLicenseConversionTaskCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // GetLicenseConversionTaskRequest
|
|
38
40
|
* LicenseConversionTaskId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetLicenseManagerReportGeneratorCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, GetLicenseManagerReportGeneratorCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, GetLicenseManagerReportGeneratorCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // GetLicenseManagerReportGeneratorRequest
|
|
38
40
|
* LicenseManagerReportGeneratorArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetLicenseUsageCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, GetLicenseUsageCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, GetLicenseUsageCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // GetLicenseUsageRequest
|
|
38
40
|
* LicenseArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetServiceSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, GetServiceSettingsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, GetServiceSettingsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetServiceSettingsCommand(input);
|
|
@@ -36,6 +36,8 @@ declare const ListAssociationsForLicenseConfigurationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LicenseManagerClient, ListAssociationsForLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
38
38
|
* // const { LicenseManagerClient, ListAssociationsForLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
39
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
40
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
39
41
|
* const client = new LicenseManagerClient(config);
|
|
40
42
|
* const input = { // ListAssociationsForLicenseConfigurationRequest
|
|
41
43
|
* LicenseConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListDistributedGrantsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListDistributedGrantsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListDistributedGrantsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListDistributedGrantsRequest
|
|
38
40
|
* GrantArns: [ // ArnList
|
|
@@ -33,6 +33,8 @@ declare const ListFailuresForLicenseConfigurationOperationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListFailuresForLicenseConfigurationOperationsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListFailuresForLicenseConfigurationOperationsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListFailuresForLicenseConfigurationOperationsRequest
|
|
38
40
|
* LicenseConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListLicenseConfigurationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListLicenseConfigurationsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListLicenseConfigurationsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListLicenseConfigurationsRequest
|
|
38
40
|
* LicenseConfigurationArns: [ // StringList
|
|
@@ -33,6 +33,8 @@ declare const ListLicenseConversionTasksCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListLicenseConversionTasksCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListLicenseConversionTasksCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListLicenseConversionTasksRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListLicenseManagerReportGeneratorsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListLicenseManagerReportGeneratorsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListLicenseManagerReportGeneratorsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListLicenseManagerReportGeneratorsRequest
|
|
38
40
|
* Filters: [ // FilterList
|
|
@@ -33,6 +33,8 @@ declare const ListLicenseSpecificationsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListLicenseSpecificationsForResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListLicenseSpecificationsForResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListLicenseSpecificationsForResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListLicenseVersionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListLicenseVersionsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListLicenseVersionsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListLicenseVersionsRequest
|
|
38
40
|
* LicenseArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListLicensesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListLicensesCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListLicensesCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListLicensesRequest
|
|
38
40
|
* LicenseArns: [ // ArnList
|
|
@@ -35,6 +35,8 @@ declare const ListReceivedGrantsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { LicenseManagerClient, ListReceivedGrantsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
37
37
|
* // const { LicenseManagerClient, ListReceivedGrantsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
38
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
39
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
38
40
|
* const client = new LicenseManagerClient(config);
|
|
39
41
|
* const input = { // ListReceivedGrantsRequest
|
|
40
42
|
* GrantArns: [ // ArnList
|
|
@@ -33,6 +33,8 @@ declare const ListReceivedGrantsForOrganizationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListReceivedGrantsForOrganizationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListReceivedGrantsForOrganizationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListReceivedGrantsForOrganizationRequest
|
|
38
40
|
* LicenseArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListReceivedLicensesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListReceivedLicensesCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListReceivedLicensesCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListReceivedLicensesRequest
|
|
38
40
|
* LicenseArns: [ // ArnList
|
|
@@ -33,6 +33,8 @@ declare const ListReceivedLicensesForOrganizationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListReceivedLicensesForOrganizationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListReceivedLicensesForOrganizationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListReceivedLicensesForOrganizationRequest
|
|
38
40
|
* Filters: [ // FilterList
|
|
@@ -33,6 +33,8 @@ declare const ListResourceInventoryCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListResourceInventoryCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListResourceInventoryCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListResourceInventoryRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -34,6 +34,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LicenseManagerClient, ListTagsForResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
36
36
|
* // const { LicenseManagerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
37
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
38
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
37
39
|
* const client = new LicenseManagerClient(config);
|
|
38
40
|
* const input = { // ListTagsForResourceRequest
|
|
39
41
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTokensCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, ListTokensCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, ListTokensCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // ListTokensRequest
|
|
38
40
|
* TokenIds: [ // StringList
|
|
@@ -35,6 +35,8 @@ declare const ListUsageForLicenseConfigurationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { LicenseManagerClient, ListUsageForLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
37
37
|
* // const { LicenseManagerClient, ListUsageForLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
38
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
39
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
38
40
|
* const client = new LicenseManagerClient(config);
|
|
39
41
|
* const input = { // ListUsageForLicenseConfigurationRequest
|
|
40
42
|
* LicenseConfigurationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const RejectGrantCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, RejectGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, RejectGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // RejectGrantRequest
|
|
38
40
|
* GrantArn: "STRING_VALUE", // required
|
|
@@ -48,6 +48,8 @@ declare const TagResourceCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { LicenseManagerClient, TagResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
50
50
|
* // const { LicenseManagerClient, TagResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
51
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
52
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
51
53
|
* const client = new LicenseManagerClient(config);
|
|
52
54
|
* const input = { // TagResourceRequest
|
|
53
55
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, UntagResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, UntagResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateLicenseConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, UpdateLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, UpdateLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // UpdateLicenseConfigurationRequest
|
|
38
40
|
* LicenseConfigurationArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateLicenseManagerReportGeneratorCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LicenseManagerClient, UpdateLicenseManagerReportGeneratorCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
36
36
|
* // const { LicenseManagerClient, UpdateLicenseManagerReportGeneratorCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
37
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
38
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
37
39
|
* const client = new LicenseManagerClient(config);
|
|
38
40
|
* const input = { // UpdateLicenseManagerReportGeneratorRequest
|
|
39
41
|
* LicenseManagerReportGeneratorArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateLicenseSpecificationsForResourceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LicenseManagerClient, UpdateLicenseSpecificationsForResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
38
38
|
* // const { LicenseManagerClient, UpdateLicenseSpecificationsForResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
39
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
40
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
39
41
|
* const client = new LicenseManagerClient(config);
|
|
40
42
|
* const input = { // UpdateLicenseSpecificationsForResourceRequest
|
|
41
43
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateServiceSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LicenseManagerClient, UpdateServiceSettingsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
|
|
35
35
|
* // const { LicenseManagerClient, UpdateServiceSettingsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
|
|
36
|
+
* // import type { LicenseManagerClientConfig } from "@aws-sdk/client-license-manager";
|
|
37
|
+
* const config = {}; // type is LicenseManagerClientConfig
|
|
36
38
|
* const client = new LicenseManagerClient(config);
|
|
37
39
|
* const input = { // UpdateServiceSettingsRequest
|
|
38
40
|
* S3BucketArn: "STRING_VALUE",
|
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.893.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,41 +20,41 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|