@aws-sdk/client-license-manager 3.300.0 → 3.301.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 (50) hide show
  1. package/dist-types/commands/AcceptGrantCommand.d.ts +1 -1
  2. package/dist-types/commands/CheckInLicenseCommand.d.ts +1 -1
  3. package/dist-types/commands/CheckoutBorrowLicenseCommand.d.ts +5 -5
  4. package/dist-types/commands/CheckoutLicenseCommand.d.ts +3 -3
  5. package/dist-types/commands/CreateGrantCommand.d.ts +3 -3
  6. package/dist-types/commands/CreateGrantVersionCommand.d.ts +2 -2
  7. package/dist-types/commands/CreateLicenseCommand.d.ts +10 -10
  8. package/dist-types/commands/CreateLicenseConfigurationCommand.d.ts +8 -8
  9. package/dist-types/commands/CreateLicenseConversionTaskForResourceCommand.d.ts +2 -2
  10. package/dist-types/commands/CreateLicenseManagerReportGeneratorCommand.d.ts +7 -7
  11. package/dist-types/commands/CreateLicenseVersionCommand.d.ts +10 -10
  12. package/dist-types/commands/CreateTokenCommand.d.ts +3 -3
  13. package/dist-types/commands/DeleteGrantCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteLicenseCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteLicenseConfigurationCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteLicenseManagerReportGeneratorCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteTokenCommand.d.ts +1 -1
  18. package/dist-types/commands/ExtendLicenseConsumptionCommand.d.ts +1 -1
  19. package/dist-types/commands/GetAccessTokenCommand.d.ts +2 -2
  20. package/dist-types/commands/GetGrantCommand.d.ts +1 -1
  21. package/dist-types/commands/GetLicenseCommand.d.ts +1 -1
  22. package/dist-types/commands/GetLicenseConfigurationCommand.d.ts +1 -1
  23. package/dist-types/commands/GetLicenseConversionTaskCommand.d.ts +1 -1
  24. package/dist-types/commands/GetLicenseManagerReportGeneratorCommand.d.ts +1 -1
  25. package/dist-types/commands/GetLicenseUsageCommand.d.ts +1 -1
  26. package/dist-types/commands/ListAssociationsForLicenseConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/ListDistributedGrantsCommand.d.ts +5 -5
  28. package/dist-types/commands/ListFailuresForLicenseConfigurationOperationsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListLicenseConfigurationsCommand.d.ts +5 -5
  30. package/dist-types/commands/ListLicenseConversionTasksCommand.d.ts +4 -4
  31. package/dist-types/commands/ListLicenseManagerReportGeneratorsCommand.d.ts +4 -4
  32. package/dist-types/commands/ListLicenseSpecificationsForResourceCommand.d.ts +1 -1
  33. package/dist-types/commands/ListLicenseVersionsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListLicensesCommand.d.ts +5 -5
  35. package/dist-types/commands/ListReceivedGrantsCommand.d.ts +5 -5
  36. package/dist-types/commands/ListReceivedGrantsForOrganizationCommand.d.ts +4 -4
  37. package/dist-types/commands/ListReceivedLicensesCommand.d.ts +5 -5
  38. package/dist-types/commands/ListReceivedLicensesForOrganizationCommand.d.ts +4 -4
  39. package/dist-types/commands/ListResourceInventoryCommand.d.ts +3 -3
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  41. package/dist-types/commands/ListTokensCommand.d.ts +5 -5
  42. package/dist-types/commands/ListUsageForLicenseConfigurationCommand.d.ts +4 -4
  43. package/dist-types/commands/RejectGrantCommand.d.ts +1 -1
  44. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  45. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  46. package/dist-types/commands/UpdateLicenseConfigurationCommand.d.ts +6 -6
  47. package/dist-types/commands/UpdateLicenseManagerReportGeneratorCommand.d.ts +5 -5
  48. package/dist-types/commands/UpdateLicenseSpecificationsForResourceCommand.d.ts +3 -3
  49. package/dist-types/commands/UpdateServiceSettingsCommand.d.ts +2 -2
  50. package/package.json +3 -3
@@ -26,7 +26,7 @@ export interface AcceptGrantCommandOutput extends AcceptGrantResponse, __Metadat
26
26
  * import { LicenseManagerClient, AcceptGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, AcceptGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // AcceptGrantRequest
30
30
  * GrantArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new AcceptGrantCommand(input);
@@ -26,7 +26,7 @@ export interface CheckInLicenseCommandOutput extends CheckInLicenseResponse, __M
26
26
  * import { LicenseManagerClient, CheckInLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, CheckInLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // CheckInLicenseRequest
30
30
  * LicenseConsumptionToken: "STRING_VALUE", // required
31
31
  * Beneficiary: "STRING_VALUE",
32
32
  * };
@@ -26,10 +26,10 @@ export interface CheckoutBorrowLicenseCommandOutput extends CheckoutBorrowLicens
26
26
  * import { LicenseManagerClient, CheckoutBorrowLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, CheckoutBorrowLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // CheckoutBorrowLicenseRequest
30
30
  * LicenseArn: "STRING_VALUE", // required
31
- * Entitlements: [ // required
32
- * {
31
+ * Entitlements: [ // EntitlementDataList // required
32
+ * { // EntitlementData
33
33
  * Name: "STRING_VALUE", // required
34
34
  * Value: "STRING_VALUE",
35
35
  * Unit: "Count" || "None" || "Seconds" || "Microseconds" || "Milliseconds" || "Bytes" || "Kilobytes" || "Megabytes" || "Gigabytes" || "Terabytes" || "Bits" || "Kilobits" || "Megabits" || "Gigabits" || "Terabits" || "Percent" || "Bytes/Second" || "Kilobytes/Second" || "Megabytes/Second" || "Gigabytes/Second" || "Terabytes/Second" || "Bits/Second" || "Kilobits/Second" || "Megabits/Second" || "Gigabits/Second" || "Terabits/Second" || "Count/Second", // required
@@ -37,8 +37,8 @@ export interface CheckoutBorrowLicenseCommandOutput extends CheckoutBorrowLicens
37
37
  * ],
38
38
  * DigitalSignatureMethod: "JWT_PS384", // required
39
39
  * NodeId: "STRING_VALUE",
40
- * CheckoutMetadata: [
41
- * {
40
+ * CheckoutMetadata: [ // MetadataList
41
+ * { // Metadata
42
42
  * Name: "STRING_VALUE",
43
43
  * Value: "STRING_VALUE",
44
44
  * },
@@ -30,12 +30,12 @@ export interface CheckoutLicenseCommandOutput extends CheckoutLicenseResponse, _
30
30
  * import { LicenseManagerClient, CheckoutLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
31
31
  * // const { LicenseManagerClient, CheckoutLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
32
32
  * const client = new LicenseManagerClient(config);
33
- * const input = {
33
+ * const input = { // CheckoutLicenseRequest
34
34
  * ProductSKU: "STRING_VALUE", // required
35
35
  * CheckoutType: "PROVISIONAL" || "PERPETUAL", // required
36
36
  * KeyFingerprint: "STRING_VALUE", // required
37
- * Entitlements: [ // required
38
- * {
37
+ * Entitlements: [ // EntitlementDataList // required
38
+ * { // EntitlementData
39
39
  * Name: "STRING_VALUE", // required
40
40
  * Value: "STRING_VALUE",
41
41
  * Unit: "Count" || "None" || "Seconds" || "Microseconds" || "Milliseconds" || "Bytes" || "Kilobytes" || "Megabytes" || "Gigabytes" || "Terabytes" || "Bits" || "Kilobits" || "Megabits" || "Gigabits" || "Terabits" || "Percent" || "Bytes/Second" || "Kilobytes/Second" || "Megabytes/Second" || "Gigabytes/Second" || "Terabytes/Second" || "Bits/Second" || "Kilobits/Second" || "Megabits/Second" || "Gigabits/Second" || "Terabits/Second" || "Count/Second", // required
@@ -26,15 +26,15 @@ export interface CreateGrantCommandOutput extends CreateGrantResponse, __Metadat
26
26
  * import { LicenseManagerClient, CreateGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, CreateGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateGrantRequest
30
30
  * ClientToken: "STRING_VALUE", // required
31
31
  * GrantName: "STRING_VALUE", // required
32
32
  * LicenseArn: "STRING_VALUE", // required
33
- * Principals: [ // required
33
+ * Principals: [ // PrincipalArnList // required
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * HomeRegion: "STRING_VALUE", // required
37
- * AllowedOperations: [ // required
37
+ * AllowedOperations: [ // AllowedOperationList // required
38
38
  * "CreateGrant" || "CheckoutLicense" || "CheckoutBorrowLicense" || "CheckInLicense" || "ExtendConsumptionLicense" || "ListPurchasedLicenses" || "CreateToken",
39
39
  * ],
40
40
  * };
@@ -26,11 +26,11 @@ export interface CreateGrantVersionCommandOutput extends CreateGrantVersionRespo
26
26
  * import { LicenseManagerClient, CreateGrantVersionCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, CreateGrantVersionCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateGrantVersionRequest
30
30
  * ClientToken: "STRING_VALUE", // required
31
31
  * GrantArn: "STRING_VALUE", // required
32
32
  * GrantName: "STRING_VALUE",
33
- * AllowedOperations: [
33
+ * AllowedOperations: [ // AllowedOperationList
34
34
  * "CreateGrant" || "CheckoutLicense" || "CheckoutBorrowLicense" || "CheckInLicense" || "ExtendConsumptionLicense" || "ListPurchasedLicenses" || "CreateToken",
35
35
  * ],
36
36
  * Status: "PENDING_WORKFLOW" || "PENDING_ACCEPT" || "REJECTED" || "ACTIVE" || "FAILED_WORKFLOW" || "DELETED" || "PENDING_DELETE" || "DISABLED" || "WORKFLOW_COMPLETED",
@@ -26,21 +26,21 @@ export interface CreateLicenseCommandOutput extends CreateLicenseResponse, __Met
26
26
  * import { LicenseManagerClient, CreateLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, CreateLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateLicenseRequest
30
30
  * LicenseName: "STRING_VALUE", // required
31
31
  * ProductName: "STRING_VALUE", // required
32
32
  * ProductSKU: "STRING_VALUE", // required
33
- * Issuer: {
33
+ * Issuer: { // Issuer
34
34
  * Name: "STRING_VALUE", // required
35
35
  * SignKey: "STRING_VALUE",
36
36
  * },
37
37
  * HomeRegion: "STRING_VALUE", // required
38
- * Validity: {
38
+ * Validity: { // DatetimeRange
39
39
  * Begin: "STRING_VALUE", // required
40
40
  * End: "STRING_VALUE",
41
41
  * },
42
- * Entitlements: [ // required
43
- * {
42
+ * Entitlements: [ // EntitlementList // required
43
+ * { // Entitlement
44
44
  * Name: "STRING_VALUE", // required
45
45
  * Value: "STRING_VALUE",
46
46
  * MaxCount: Number("long"),
@@ -50,18 +50,18 @@ export interface CreateLicenseCommandOutput extends CreateLicenseResponse, __Met
50
50
  * },
51
51
  * ],
52
52
  * Beneficiary: "STRING_VALUE", // required
53
- * ConsumptionConfiguration: {
53
+ * ConsumptionConfiguration: { // ConsumptionConfiguration
54
54
  * RenewType: "None" || "Weekly" || "Monthly",
55
- * ProvisionalConfiguration: {
55
+ * ProvisionalConfiguration: { // ProvisionalConfiguration
56
56
  * MaxTimeToLiveInMinutes: Number("int"), // required
57
57
  * },
58
- * BorrowConfiguration: {
58
+ * BorrowConfiguration: { // BorrowConfiguration
59
59
  * AllowEarlyCheckIn: true || false, // required
60
60
  * MaxTimeToLiveInMinutes: Number("int"), // required
61
61
  * },
62
62
  * },
63
- * LicenseMetadata: [
64
- * {
63
+ * LicenseMetadata: [ // MetadataList
64
+ * { // Metadata
65
65
  * Name: "STRING_VALUE",
66
66
  * Value: "STRING_VALUE",
67
67
  * },
@@ -31,27 +31,27 @@ export interface CreateLicenseConfigurationCommandOutput extends CreateLicenseCo
31
31
  * import { LicenseManagerClient, CreateLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
32
32
  * // const { LicenseManagerClient, CreateLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
33
33
  * const client = new LicenseManagerClient(config);
34
- * const input = {
34
+ * const input = { // CreateLicenseConfigurationRequest
35
35
  * Name: "STRING_VALUE", // required
36
36
  * Description: "STRING_VALUE",
37
37
  * LicenseCountingType: "vCPU" || "Instance" || "Core" || "Socket", // required
38
38
  * LicenseCount: Number("long"),
39
39
  * LicenseCountHardLimit: true || false,
40
- * LicenseRules: [
40
+ * LicenseRules: [ // StringList
41
41
  * "STRING_VALUE",
42
42
  * ],
43
- * Tags: [
44
- * {
43
+ * Tags: [ // TagList
44
+ * { // Tag
45
45
  * Key: "STRING_VALUE",
46
46
  * Value: "STRING_VALUE",
47
47
  * },
48
48
  * ],
49
49
  * DisassociateWhenNotFound: true || false,
50
- * ProductInformationList: [
51
- * {
50
+ * ProductInformationList: [ // ProductInformationList
51
+ * { // ProductInformation
52
52
  * ResourceType: "STRING_VALUE", // required
53
- * ProductInformationFilterList: [ // required
54
- * {
53
+ * ProductInformationFilterList: [ // ProductInformationFilterList // required
54
+ * { // ProductInformationFilter
55
55
  * ProductInformationFilterName: "STRING_VALUE", // required
56
56
  * ProductInformationFilterValue: [
57
57
  * "STRING_VALUE",
@@ -26,9 +26,9 @@ export interface CreateLicenseConversionTaskForResourceCommandOutput extends Cre
26
26
  * import { LicenseManagerClient, CreateLicenseConversionTaskForResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, CreateLicenseConversionTaskForResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateLicenseConversionTaskForResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * SourceLicenseContext: {
31
+ * SourceLicenseContext: { // LicenseConversionContext
32
32
  * UsageOperation: "STRING_VALUE",
33
33
  * },
34
34
  * DestinationLicenseContext: {
@@ -26,24 +26,24 @@ export interface CreateLicenseManagerReportGeneratorCommandOutput extends Create
26
26
  * import { LicenseManagerClient, CreateLicenseManagerReportGeneratorCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, CreateLicenseManagerReportGeneratorCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateLicenseManagerReportGeneratorRequest
30
30
  * ReportGeneratorName: "STRING_VALUE", // required
31
- * Type: [ // required
31
+ * Type: [ // ReportTypeList // required
32
32
  * "LicenseConfigurationSummaryReport" || "LicenseConfigurationUsageReport",
33
33
  * ],
34
- * ReportContext: {
35
- * licenseConfigurationArns: [ // required
34
+ * ReportContext: { // ReportContext
35
+ * licenseConfigurationArns: [ // ArnList // required
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * },
39
- * ReportFrequency: {
39
+ * ReportFrequency: { // ReportFrequency
40
40
  * value: Number("int"),
41
41
  * period: "DAY" || "WEEK" || "MONTH",
42
42
  * },
43
43
  * ClientToken: "STRING_VALUE", // required
44
44
  * Description: "STRING_VALUE",
45
- * Tags: [
46
- * {
45
+ * Tags: [ // TagList
46
+ * { // Tag
47
47
  * Key: "STRING_VALUE",
48
48
  * Value: "STRING_VALUE",
49
49
  * },
@@ -26,27 +26,27 @@ export interface CreateLicenseVersionCommandOutput extends CreateLicenseVersionR
26
26
  * import { LicenseManagerClient, CreateLicenseVersionCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, CreateLicenseVersionCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // CreateLicenseVersionRequest
30
30
  * LicenseArn: "STRING_VALUE", // required
31
31
  * LicenseName: "STRING_VALUE", // required
32
32
  * ProductName: "STRING_VALUE", // required
33
- * Issuer: {
33
+ * Issuer: { // Issuer
34
34
  * Name: "STRING_VALUE", // required
35
35
  * SignKey: "STRING_VALUE",
36
36
  * },
37
37
  * HomeRegion: "STRING_VALUE", // required
38
- * Validity: {
38
+ * Validity: { // DatetimeRange
39
39
  * Begin: "STRING_VALUE", // required
40
40
  * End: "STRING_VALUE",
41
41
  * },
42
- * LicenseMetadata: [
43
- * {
42
+ * LicenseMetadata: [ // MetadataList
43
+ * { // Metadata
44
44
  * Name: "STRING_VALUE",
45
45
  * Value: "STRING_VALUE",
46
46
  * },
47
47
  * ],
48
- * Entitlements: [ // required
49
- * {
48
+ * Entitlements: [ // EntitlementList // required
49
+ * { // Entitlement
50
50
  * Name: "STRING_VALUE", // required
51
51
  * Value: "STRING_VALUE",
52
52
  * MaxCount: Number("long"),
@@ -55,12 +55,12 @@ export interface CreateLicenseVersionCommandOutput extends CreateLicenseVersionR
55
55
  * AllowCheckIn: true || false,
56
56
  * },
57
57
  * ],
58
- * ConsumptionConfiguration: {
58
+ * ConsumptionConfiguration: { // ConsumptionConfiguration
59
59
  * RenewType: "None" || "Weekly" || "Monthly",
60
- * ProvisionalConfiguration: {
60
+ * ProvisionalConfiguration: { // ProvisionalConfiguration
61
61
  * MaxTimeToLiveInMinutes: Number("int"), // required
62
62
  * },
63
- * BorrowConfiguration: {
63
+ * BorrowConfiguration: { // BorrowConfiguration
64
64
  * AllowEarlyCheckIn: true || false, // required
65
65
  * MaxTimeToLiveInMinutes: Number("int"), // required
66
66
  * },
@@ -29,13 +29,13 @@ export interface CreateTokenCommandOutput extends CreateTokenResponse, __Metadat
29
29
  * import { LicenseManagerClient, CreateTokenCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
30
30
  * // const { LicenseManagerClient, CreateTokenCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
31
31
  * const client = new LicenseManagerClient(config);
32
- * const input = {
32
+ * const input = { // CreateTokenRequest
33
33
  * LicenseArn: "STRING_VALUE", // required
34
- * RoleArns: [
34
+ * RoleArns: [ // ArnList
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * ExpirationInDays: Number("int"),
38
- * TokenProperties: [
38
+ * TokenProperties: [ // MaxSize3StringList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * ClientToken: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface DeleteGrantCommandOutput extends DeleteGrantResponse, __Metadat
26
26
  * import { LicenseManagerClient, DeleteGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, DeleteGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteGrantRequest
30
30
  * GrantArn: "STRING_VALUE", // required
31
31
  * StatusReason: "STRING_VALUE",
32
32
  * Version: "STRING_VALUE", // required
@@ -26,7 +26,7 @@ export interface DeleteLicenseCommandOutput extends DeleteLicenseResponse, __Met
26
26
  * import { LicenseManagerClient, DeleteLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, DeleteLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteLicenseRequest
30
30
  * LicenseArn: "STRING_VALUE", // required
31
31
  * SourceVersion: "STRING_VALUE", // required
32
32
  * };
@@ -27,7 +27,7 @@ export interface DeleteLicenseConfigurationCommandOutput extends DeleteLicenseCo
27
27
  * import { LicenseManagerClient, DeleteLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
28
28
  * // const { LicenseManagerClient, DeleteLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
29
29
  * const client = new LicenseManagerClient(config);
30
- * const input = {
30
+ * const input = { // DeleteLicenseConfigurationRequest
31
31
  * LicenseConfigurationArn: "STRING_VALUE", // required
32
32
  * };
33
33
  * const command = new DeleteLicenseConfigurationCommand(input);
@@ -28,7 +28,7 @@ export interface DeleteLicenseManagerReportGeneratorCommandOutput extends Delete
28
28
  * import { LicenseManagerClient, DeleteLicenseManagerReportGeneratorCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
29
29
  * // const { LicenseManagerClient, DeleteLicenseManagerReportGeneratorCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
30
30
  * const client = new LicenseManagerClient(config);
31
- * const input = {
31
+ * const input = { // DeleteLicenseManagerReportGeneratorRequest
32
32
  * LicenseManagerReportGeneratorArn: "STRING_VALUE", // required
33
33
  * };
34
34
  * const command = new DeleteLicenseManagerReportGeneratorCommand(input);
@@ -26,7 +26,7 @@ export interface DeleteTokenCommandOutput extends DeleteTokenResponse, __Metadat
26
26
  * import { LicenseManagerClient, DeleteTokenCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, DeleteTokenCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // DeleteTokenRequest
30
30
  * TokenId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new DeleteTokenCommand(input);
@@ -26,7 +26,7 @@ export interface ExtendLicenseConsumptionCommandOutput extends ExtendLicenseCons
26
26
  * import { LicenseManagerClient, ExtendLicenseConsumptionCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ExtendLicenseConsumptionCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // ExtendLicenseConsumptionRequest
30
30
  * LicenseConsumptionToken: "STRING_VALUE", // required
31
31
  * DryRun: true || false,
32
32
  * };
@@ -27,9 +27,9 @@ export interface GetAccessTokenCommandOutput extends GetAccessTokenResponse, __M
27
27
  * import { LicenseManagerClient, GetAccessTokenCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
28
28
  * // const { LicenseManagerClient, GetAccessTokenCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
29
29
  * const client = new LicenseManagerClient(config);
30
- * const input = {
30
+ * const input = { // GetAccessTokenRequest
31
31
  * Token: "STRING_VALUE", // required
32
- * TokenProperties: [
32
+ * TokenProperties: [ // MaxSize3StringList
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * };
@@ -26,7 +26,7 @@ export interface GetGrantCommandOutput extends GetGrantResponse, __MetadataBeare
26
26
  * import { LicenseManagerClient, GetGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, GetGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetGrantRequest
30
30
  * GrantArn: "STRING_VALUE", // required
31
31
  * Version: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetLicenseCommandOutput extends GetLicenseResponse, __MetadataB
26
26
  * import { LicenseManagerClient, GetLicenseCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, GetLicenseCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetLicenseRequest
30
30
  * LicenseArn: "STRING_VALUE", // required
31
31
  * Version: "STRING_VALUE",
32
32
  * };
@@ -26,7 +26,7 @@ export interface GetLicenseConfigurationCommandOutput extends GetLicenseConfigur
26
26
  * import { LicenseManagerClient, GetLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, GetLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetLicenseConfigurationRequest
30
30
  * LicenseConfigurationArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetLicenseConfigurationCommand(input);
@@ -26,7 +26,7 @@ export interface GetLicenseConversionTaskCommandOutput extends GetLicenseConvers
26
26
  * import { LicenseManagerClient, GetLicenseConversionTaskCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, GetLicenseConversionTaskCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetLicenseConversionTaskRequest
30
30
  * LicenseConversionTaskId: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetLicenseConversionTaskCommand(input);
@@ -26,7 +26,7 @@ export interface GetLicenseManagerReportGeneratorCommandOutput extends GetLicens
26
26
  * import { LicenseManagerClient, GetLicenseManagerReportGeneratorCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, GetLicenseManagerReportGeneratorCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetLicenseManagerReportGeneratorRequest
30
30
  * LicenseManagerReportGeneratorArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetLicenseManagerReportGeneratorCommand(input);
@@ -26,7 +26,7 @@ export interface GetLicenseUsageCommandOutput extends GetLicenseUsageResponse, _
26
26
  * import { LicenseManagerClient, GetLicenseUsageCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, GetLicenseUsageCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // GetLicenseUsageRequest
30
30
  * LicenseArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new GetLicenseUsageCommand(input);
@@ -29,7 +29,7 @@ export interface ListAssociationsForLicenseConfigurationCommandOutput extends Li
29
29
  * import { LicenseManagerClient, ListAssociationsForLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
30
30
  * // const { LicenseManagerClient, ListAssociationsForLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
31
31
  * const client = new LicenseManagerClient(config);
32
- * const input = {
32
+ * const input = { // ListAssociationsForLicenseConfigurationRequest
33
33
  * LicenseConfigurationArn: "STRING_VALUE", // required
34
34
  * MaxResults: Number("int"),
35
35
  * NextToken: "STRING_VALUE",
@@ -26,14 +26,14 @@ export interface ListDistributedGrantsCommandOutput extends ListDistributedGrant
26
26
  * import { LicenseManagerClient, ListDistributedGrantsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListDistributedGrantsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
30
- * GrantArns: [
29
+ * const input = { // ListDistributedGrantsRequest
30
+ * GrantArns: [ // ArnList
31
31
  * "STRING_VALUE",
32
32
  * ],
33
- * Filters: [
34
- * {
33
+ * Filters: [ // FilterList
34
+ * { // Filter
35
35
  * Name: "STRING_VALUE",
36
- * Values: [
36
+ * Values: [ // FilterValues
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * },
@@ -26,7 +26,7 @@ export interface ListFailuresForLicenseConfigurationOperationsCommandOutput exte
26
26
  * import { LicenseManagerClient, ListFailuresForLicenseConfigurationOperationsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListFailuresForLicenseConfigurationOperationsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListFailuresForLicenseConfigurationOperationsRequest
30
30
  * LicenseConfigurationArn: "STRING_VALUE", // required
31
31
  * MaxResults: Number("int"),
32
32
  * NextToken: "STRING_VALUE",
@@ -26,16 +26,16 @@ export interface ListLicenseConfigurationsCommandOutput extends ListLicenseConfi
26
26
  * import { LicenseManagerClient, ListLicenseConfigurationsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListLicenseConfigurationsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
30
- * LicenseConfigurationArns: [
29
+ * const input = { // ListLicenseConfigurationsRequest
30
+ * LicenseConfigurationArns: [ // StringList
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * MaxResults: Number("int"),
34
34
  * NextToken: "STRING_VALUE",
35
- * Filters: [
36
- * {
35
+ * Filters: [ // Filters
36
+ * { // Filter
37
37
  * Name: "STRING_VALUE",
38
- * Values: [
38
+ * Values: [ // FilterValues
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * },
@@ -26,13 +26,13 @@ export interface ListLicenseConversionTasksCommandOutput extends ListLicenseConv
26
26
  * import { LicenseManagerClient, ListLicenseConversionTasksCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListLicenseConversionTasksCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListLicenseConversionTasksRequest
30
30
  * NextToken: "STRING_VALUE",
31
31
  * MaxResults: Number("int"),
32
- * Filters: [
33
- * {
32
+ * Filters: [ // Filters
33
+ * { // Filter
34
34
  * Name: "STRING_VALUE",
35
- * Values: [
35
+ * Values: [ // FilterValues
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * },
@@ -26,11 +26,11 @@ export interface ListLicenseManagerReportGeneratorsCommandOutput extends ListLic
26
26
  * import { LicenseManagerClient, ListLicenseManagerReportGeneratorsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListLicenseManagerReportGeneratorsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
30
- * Filters: [
31
- * {
29
+ * const input = { // ListLicenseManagerReportGeneratorsRequest
30
+ * Filters: [ // FilterList
31
+ * { // Filter
32
32
  * Name: "STRING_VALUE",
33
- * Values: [
33
+ * Values: [ // FilterValues
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * },
@@ -26,7 +26,7 @@ export interface ListLicenseSpecificationsForResourceCommandOutput extends ListL
26
26
  * import { LicenseManagerClient, ListLicenseSpecificationsForResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListLicenseSpecificationsForResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListLicenseSpecificationsForResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
31
  * MaxResults: Number("int"),
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListLicenseVersionsCommandOutput extends ListLicenseVersionsRes
26
26
  * import { LicenseManagerClient, ListLicenseVersionsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListLicenseVersionsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListLicenseVersionsRequest
30
30
  * LicenseArn: "STRING_VALUE", // required
31
31
  * NextToken: "STRING_VALUE",
32
32
  * MaxResults: Number("int"),
@@ -26,14 +26,14 @@ export interface ListLicensesCommandOutput extends ListLicensesResponse, __Metad
26
26
  * import { LicenseManagerClient, ListLicensesCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListLicensesCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
30
- * LicenseArns: [
29
+ * const input = { // ListLicensesRequest
30
+ * LicenseArns: [ // ArnList
31
31
  * "STRING_VALUE",
32
32
  * ],
33
- * Filters: [
34
- * {
33
+ * Filters: [ // FilterList
34
+ * { // Filter
35
35
  * Name: "STRING_VALUE",
36
- * Values: [
36
+ * Values: [ // FilterValues
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * },
@@ -26,14 +26,14 @@ export interface ListReceivedGrantsCommandOutput extends ListReceivedGrantsRespo
26
26
  * import { LicenseManagerClient, ListReceivedGrantsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListReceivedGrantsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
30
- * GrantArns: [
29
+ * const input = { // ListReceivedGrantsRequest
30
+ * GrantArns: [ // ArnList
31
31
  * "STRING_VALUE",
32
32
  * ],
33
- * Filters: [
34
- * {
33
+ * Filters: [ // FilterList
34
+ * { // Filter
35
35
  * Name: "STRING_VALUE",
36
- * Values: [
36
+ * Values: [ // FilterValues
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * },
@@ -26,12 +26,12 @@ export interface ListReceivedGrantsForOrganizationCommandOutput extends ListRece
26
26
  * import { LicenseManagerClient, ListReceivedGrantsForOrganizationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListReceivedGrantsForOrganizationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListReceivedGrantsForOrganizationRequest
30
30
  * LicenseArn: "STRING_VALUE", // required
31
- * Filters: [
32
- * {
31
+ * Filters: [ // FilterList
32
+ * { // Filter
33
33
  * Name: "STRING_VALUE",
34
- * Values: [
34
+ * Values: [ // FilterValues
35
35
  * "STRING_VALUE",
36
36
  * ],
37
37
  * },
@@ -26,14 +26,14 @@ export interface ListReceivedLicensesCommandOutput extends ListReceivedLicensesR
26
26
  * import { LicenseManagerClient, ListReceivedLicensesCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListReceivedLicensesCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
30
- * LicenseArns: [
29
+ * const input = { // ListReceivedLicensesRequest
30
+ * LicenseArns: [ // ArnList
31
31
  * "STRING_VALUE",
32
32
  * ],
33
- * Filters: [
34
- * {
33
+ * Filters: [ // FilterList
34
+ * { // Filter
35
35
  * Name: "STRING_VALUE",
36
- * Values: [
36
+ * Values: [ // FilterValues
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * },
@@ -26,11 +26,11 @@ export interface ListReceivedLicensesForOrganizationCommandOutput extends ListRe
26
26
  * import { LicenseManagerClient, ListReceivedLicensesForOrganizationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListReceivedLicensesForOrganizationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
30
- * Filters: [
31
- * {
29
+ * const input = { // ListReceivedLicensesForOrganizationRequest
30
+ * Filters: [ // FilterList
31
+ * { // Filter
32
32
  * Name: "STRING_VALUE",
33
- * Values: [
33
+ * Values: [ // FilterValues
34
34
  * "STRING_VALUE",
35
35
  * ],
36
36
  * },
@@ -26,11 +26,11 @@ export interface ListResourceInventoryCommandOutput extends ListResourceInventor
26
26
  * import { LicenseManagerClient, ListResourceInventoryCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListResourceInventoryCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListResourceInventoryRequest
30
30
  * MaxResults: Number("int"),
31
31
  * NextToken: "STRING_VALUE",
32
- * Filters: [
33
- * {
32
+ * Filters: [ // InventoryFilterList
33
+ * { // InventoryFilter
34
34
  * Name: "STRING_VALUE", // required
35
35
  * Condition: "EQUALS" || "NOT_EQUALS" || "BEGINS_WITH" || "CONTAINS", // required
36
36
  * Value: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
26
26
  * import { LicenseManagerClient, ListTagsForResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListTagsForResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // ListTagsForResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new ListTagsForResourceCommand(input);
@@ -26,14 +26,14 @@ export interface ListTokensCommandOutput extends ListTokensResponse, __MetadataB
26
26
  * import { LicenseManagerClient, ListTokensCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, ListTokensCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
30
- * TokenIds: [
29
+ * const input = { // ListTokensRequest
30
+ * TokenIds: [ // StringList
31
31
  * "STRING_VALUE",
32
32
  * ],
33
- * Filters: [
34
- * {
33
+ * Filters: [ // FilterList
34
+ * { // Filter
35
35
  * Name: "STRING_VALUE",
36
- * Values: [
36
+ * Values: [ // FilterValues
37
37
  * "STRING_VALUE",
38
38
  * ],
39
39
  * },
@@ -28,14 +28,14 @@ export interface ListUsageForLicenseConfigurationCommandOutput extends ListUsage
28
28
  * import { LicenseManagerClient, ListUsageForLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
29
29
  * // const { LicenseManagerClient, ListUsageForLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
30
30
  * const client = new LicenseManagerClient(config);
31
- * const input = {
31
+ * const input = { // ListUsageForLicenseConfigurationRequest
32
32
  * LicenseConfigurationArn: "STRING_VALUE", // required
33
33
  * MaxResults: Number("int"),
34
34
  * NextToken: "STRING_VALUE",
35
- * Filters: [
36
- * {
35
+ * Filters: [ // Filters
36
+ * { // Filter
37
37
  * Name: "STRING_VALUE",
38
- * Values: [
38
+ * Values: [ // FilterValues
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * },
@@ -26,7 +26,7 @@ export interface RejectGrantCommandOutput extends RejectGrantResponse, __Metadat
26
26
  * import { LicenseManagerClient, RejectGrantCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, RejectGrantCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // RejectGrantRequest
30
30
  * GrantArn: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new RejectGrantCommand(input);
@@ -26,10 +26,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
26
26
  * import { LicenseManagerClient, TagResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, TagResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // TagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * Tags: [ // required
32
- * {
31
+ * Tags: [ // TagList // required
32
+ * { // Tag
33
33
  * Key: "STRING_VALUE",
34
34
  * Value: "STRING_VALUE",
35
35
  * },
@@ -26,9 +26,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
26
26
  * import { LicenseManagerClient, UntagResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, UntagResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // UntagResourceRequest
30
30
  * ResourceArn: "STRING_VALUE", // required
31
- * TagKeys: [ // required
31
+ * TagKeys: [ // TagKeyList // required
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * };
@@ -26,21 +26,21 @@ export interface UpdateLicenseConfigurationCommandOutput extends UpdateLicenseCo
26
26
  * import { LicenseManagerClient, UpdateLicenseConfigurationCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, UpdateLicenseConfigurationCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateLicenseConfigurationRequest
30
30
  * LicenseConfigurationArn: "STRING_VALUE", // required
31
31
  * LicenseConfigurationStatus: "AVAILABLE" || "DISABLED",
32
- * LicenseRules: [
32
+ * LicenseRules: [ // StringList
33
33
  * "STRING_VALUE",
34
34
  * ],
35
35
  * LicenseCount: Number("long"),
36
36
  * LicenseCountHardLimit: true || false,
37
37
  * Name: "STRING_VALUE",
38
38
  * Description: "STRING_VALUE",
39
- * ProductInformationList: [
40
- * {
39
+ * ProductInformationList: [ // ProductInformationList
40
+ * { // ProductInformation
41
41
  * ResourceType: "STRING_VALUE", // required
42
- * ProductInformationFilterList: [ // required
43
- * {
42
+ * ProductInformationFilterList: [ // ProductInformationFilterList // required
43
+ * { // ProductInformationFilter
44
44
  * ProductInformationFilterName: "STRING_VALUE", // required
45
45
  * ProductInformationFilterValue: [
46
46
  * "STRING_VALUE",
@@ -27,18 +27,18 @@ export interface UpdateLicenseManagerReportGeneratorCommandOutput extends Update
27
27
  * import { LicenseManagerClient, UpdateLicenseManagerReportGeneratorCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
28
28
  * // const { LicenseManagerClient, UpdateLicenseManagerReportGeneratorCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
29
29
  * const client = new LicenseManagerClient(config);
30
- * const input = {
30
+ * const input = { // UpdateLicenseManagerReportGeneratorRequest
31
31
  * LicenseManagerReportGeneratorArn: "STRING_VALUE", // required
32
32
  * ReportGeneratorName: "STRING_VALUE", // required
33
- * Type: [ // required
33
+ * Type: [ // ReportTypeList // required
34
34
  * "LicenseConfigurationSummaryReport" || "LicenseConfigurationUsageReport",
35
35
  * ],
36
- * ReportContext: {
37
- * licenseConfigurationArns: [ // required
36
+ * ReportContext: { // ReportContext
37
+ * licenseConfigurationArns: [ // ArnList // required
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * },
41
- * ReportFrequency: {
41
+ * ReportFrequency: { // ReportFrequency
42
42
  * value: Number("int"),
43
43
  * period: "DAY" || "WEEK" || "MONTH",
44
44
  * },
@@ -29,10 +29,10 @@ export interface UpdateLicenseSpecificationsForResourceCommandOutput extends Upd
29
29
  * import { LicenseManagerClient, UpdateLicenseSpecificationsForResourceCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
30
30
  * // const { LicenseManagerClient, UpdateLicenseSpecificationsForResourceCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
31
31
  * const client = new LicenseManagerClient(config);
32
- * const input = {
32
+ * const input = { // UpdateLicenseSpecificationsForResourceRequest
33
33
  * ResourceArn: "STRING_VALUE", // required
34
- * AddLicenseSpecifications: [
35
- * {
34
+ * AddLicenseSpecifications: [ // LicenseSpecifications
35
+ * { // LicenseSpecification
36
36
  * LicenseConfigurationArn: "STRING_VALUE", // required
37
37
  * AmiAssociationScope: "STRING_VALUE",
38
38
  * },
@@ -26,10 +26,10 @@ export interface UpdateServiceSettingsCommandOutput extends UpdateServiceSetting
26
26
  * import { LicenseManagerClient, UpdateServiceSettingsCommand } from "@aws-sdk/client-license-manager"; // ES Modules import
27
27
  * // const { LicenseManagerClient, UpdateServiceSettingsCommand } = require("@aws-sdk/client-license-manager"); // CommonJS import
28
28
  * const client = new LicenseManagerClient(config);
29
- * const input = {
29
+ * const input = { // UpdateServiceSettingsRequest
30
30
  * S3BucketArn: "STRING_VALUE",
31
31
  * SnsTopicArn: "STRING_VALUE",
32
- * OrganizationConfiguration: {
32
+ * OrganizationConfiguration: { // OrganizationConfiguration
33
33
  * EnableIntegration: true || false, // required
34
34
  * },
35
35
  * EnableCrossAccountsDiscovery: true || false,
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.300.0",
4
+ "version": "3.301.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",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",