@aws-sdk/client-ssm 3.299.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 (139) hide show
  1. package/dist-types/commands/AddTagsToResourceCommand.d.ts +10 -0
  2. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +6 -0
  3. package/dist-types/commands/CancelCommandCommand.d.ts +6 -0
  4. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +3 -0
  5. package/dist-types/commands/CreateActivationCommand.d.ts +19 -0
  6. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +77 -0
  7. package/dist-types/commands/CreateAssociationCommand.d.ts +79 -0
  8. package/dist-types/commands/CreateDocumentCommand.d.ts +32 -0
  9. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +19 -0
  10. package/dist-types/commands/CreateOpsItemCommand.d.ts +36 -0
  11. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +14 -0
  12. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +60 -0
  13. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +30 -0
  14. package/dist-types/commands/DeleteActivationCommand.d.ts +3 -0
  15. package/dist-types/commands/DeleteAssociationCommand.d.ts +5 -0
  16. package/dist-types/commands/DeleteDocumentCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteInventoryCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteParameterCommand.d.ts +3 -0
  21. package/dist-types/commands/DeleteParametersCommand.d.ts +5 -0
  22. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +3 -0
  23. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +5 -0
  25. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +3 -0
  26. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +4 -0
  27. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +5 -0
  28. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +4 -0
  29. package/dist-types/commands/DescribeActivationsCommand.d.ts +12 -0
  30. package/dist-types/commands/DescribeAssociationCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +12 -0
  32. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +12 -0
  33. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +12 -0
  34. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +14 -0
  35. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +12 -0
  36. package/dist-types/commands/DescribeDocumentCommand.d.ts +5 -0
  37. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +5 -0
  39. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +5 -0
  40. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +5 -0
  41. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +20 -0
  42. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +7 -0
  43. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +14 -0
  44. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +13 -0
  45. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +5 -0
  46. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +14 -0
  47. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +13 -0
  48. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +13 -0
  49. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +22 -0
  50. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +13 -0
  51. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +13 -0
  52. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +12 -0
  53. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +13 -0
  54. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +13 -0
  55. package/dist-types/commands/DescribeParametersCommand.d.ts +21 -0
  56. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +12 -0
  57. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +3 -0
  58. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +12 -0
  59. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +7 -0
  60. package/dist-types/commands/DescribeSessionsCommand.d.ts +11 -0
  61. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -0
  62. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +3 -0
  63. package/dist-types/commands/GetCalendarStateCommand.d.ts +6 -0
  64. package/dist-types/commands/GetCommandInvocationCommand.d.ts +5 -0
  65. package/dist-types/commands/GetConnectionStatusCommand.d.ts +3 -0
  66. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +3 -0
  67. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +55 -0
  68. package/dist-types/commands/GetDocumentCommand.d.ts +6 -0
  69. package/dist-types/commands/GetInventoryCommand.d.ts +49 -0
  70. package/dist-types/commands/GetInventorySchemaCommand.d.ts +7 -0
  71. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +3 -0
  72. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +3 -0
  73. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +4 -0
  74. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +5 -0
  75. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +4 -0
  76. package/dist-types/commands/GetOpsItemCommand.d.ts +4 -0
  77. package/dist-types/commands/GetOpsMetadataCommand.d.ts +5 -0
  78. package/dist-types/commands/GetOpsSummaryCommand.d.ts +50 -0
  79. package/dist-types/commands/GetParameterCommand.d.ts +4 -0
  80. package/dist-types/commands/GetParameterHistoryCommand.d.ts +6 -0
  81. package/dist-types/commands/GetParametersByPathCommand.d.ts +16 -0
  82. package/dist-types/commands/GetParametersCommand.d.ts +6 -0
  83. package/dist-types/commands/GetPatchBaselineCommand.d.ts +3 -0
  84. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +4 -0
  85. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +5 -0
  86. package/dist-types/commands/GetServiceSettingCommand.d.ts +3 -0
  87. package/dist-types/commands/LabelParameterVersionCommand.d.ts +7 -0
  88. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +5 -0
  89. package/dist-types/commands/ListAssociationsCommand.d.ts +10 -0
  90. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +13 -0
  91. package/dist-types/commands/ListCommandsCommand.d.ts +12 -0
  92. package/dist-types/commands/ListComplianceItemsCommand.d.ts +19 -0
  93. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +13 -0
  94. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +7 -0
  95. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +5 -0
  96. package/dist-types/commands/ListDocumentsCommand.d.ts +18 -0
  97. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +15 -0
  98. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +13 -0
  99. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +14 -0
  100. package/dist-types/commands/ListOpsMetadataCommand.d.ts +12 -0
  101. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +13 -0
  102. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +5 -0
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  104. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +11 -0
  105. package/dist-types/commands/PutComplianceItemsCommand.d.ts +23 -0
  106. package/dist-types/commands/PutInventoryCommand.d.ts +19 -0
  107. package/dist-types/commands/PutParameterCommand.d.ts +18 -0
  108. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -0
  109. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +3 -0
  110. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +4 -0
  111. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +16 -0
  112. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +86 -0
  113. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +7 -0
  114. package/dist-types/commands/ResetServiceSettingCommand.d.ts +3 -0
  115. package/dist-types/commands/ResumeSessionCommand.d.ts +3 -0
  116. package/dist-types/commands/SendAutomationSignalCommand.d.ts +9 -0
  117. package/dist-types/commands/SendCommandCommand.d.ts +49 -0
  118. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +5 -0
  119. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +64 -0
  120. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +71 -0
  121. package/dist-types/commands/StartSessionCommand.d.ts +10 -0
  122. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +4 -0
  123. package/dist-types/commands/TerminateSessionCommand.d.ts +3 -0
  124. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +7 -0
  125. package/dist-types/commands/UpdateAssociationCommand.d.ts +74 -0
  126. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +10 -0
  127. package/dist-types/commands/UpdateDocumentCommand.d.ts +18 -0
  128. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +4 -0
  129. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +13 -0
  130. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +15 -0
  131. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +16 -0
  132. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +86 -0
  133. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -0
  134. package/dist-types/commands/UpdateOpsItemCommand.d.ts +33 -0
  135. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +11 -0
  136. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +54 -0
  137. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +20 -0
  138. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +4 -0
  139. package/package.json +8 -8
@@ -27,6 +27,17 @@ export interface DescribeSessionsCommandOutput extends DescribeSessionsResponse,
27
27
  * import { SSMClient, DescribeSessionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
28
28
  * // const { SSMClient, DescribeSessionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
29
29
  * const client = new SSMClient(config);
30
+ * const input = { // DescribeSessionsRequest
31
+ * State: "Active" || "History", // required
32
+ * MaxResults: Number("int"),
33
+ * NextToken: "STRING_VALUE",
34
+ * Filters: [ // SessionFilterList
35
+ * { // SessionFilter
36
+ * key: "InvokedAfter" || "InvokedBefore" || "Target" || "Owner" || "Status" || "SessionId", // required
37
+ * value: "STRING_VALUE", // required
38
+ * },
39
+ * ],
40
+ * };
30
41
  * const command = new DescribeSessionsCommand(input);
31
42
  * const response = await client.send(command);
32
43
  * ```
@@ -28,6 +28,10 @@ export interface DisassociateOpsItemRelatedItemCommandOutput extends Disassociat
28
28
  * import { SSMClient, DisassociateOpsItemRelatedItemCommand } from "@aws-sdk/client-ssm"; // ES Modules import
29
29
  * // const { SSMClient, DisassociateOpsItemRelatedItemCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
30
30
  * const client = new SSMClient(config);
31
+ * const input = { // DisassociateOpsItemRelatedItemRequest
32
+ * OpsItemId: "STRING_VALUE", // required
33
+ * AssociationId: "STRING_VALUE", // required
34
+ * };
31
35
  * const command = new DisassociateOpsItemRelatedItemCommand(input);
32
36
  * const response = await client.send(command);
33
37
  * ```
@@ -26,6 +26,9 @@ export interface GetAutomationExecutionCommandOutput extends GetAutomationExecut
26
26
  * import { SSMClient, GetAutomationExecutionCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, GetAutomationExecutionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = { // GetAutomationExecutionRequest
30
+ * AutomationExecutionId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetAutomationExecutionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -34,6 +34,12 @@ export interface GetCalendarStateCommandOutput extends GetCalendarStateResponse,
34
34
  * import { SSMClient, GetCalendarStateCommand } from "@aws-sdk/client-ssm"; // ES Modules import
35
35
  * // const { SSMClient, GetCalendarStateCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
36
36
  * const client = new SSMClient(config);
37
+ * const input = { // GetCalendarStateRequest
38
+ * CalendarNames: [ // CalendarNameOrARNList // required
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * AtTime: "STRING_VALUE",
42
+ * };
37
43
  * const command = new GetCalendarStateCommand(input);
38
44
  * const response = await client.send(command);
39
45
  * ```
@@ -30,6 +30,11 @@ export interface GetCommandInvocationCommandOutput extends GetCommandInvocationR
30
30
  * import { SSMClient, GetCommandInvocationCommand } from "@aws-sdk/client-ssm"; // ES Modules import
31
31
  * // const { SSMClient, GetCommandInvocationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
32
32
  * const client = new SSMClient(config);
33
+ * const input = { // GetCommandInvocationRequest
34
+ * CommandId: "STRING_VALUE", // required
35
+ * InstanceId: "STRING_VALUE", // required
36
+ * PluginName: "STRING_VALUE",
37
+ * };
33
38
  * const command = new GetCommandInvocationCommand(input);
34
39
  * const response = await client.send(command);
35
40
  * ```
@@ -27,6 +27,9 @@ export interface GetConnectionStatusCommandOutput extends GetConnectionStatusRes
27
27
  * import { SSMClient, GetConnectionStatusCommand } from "@aws-sdk/client-ssm"; // ES Modules import
28
28
  * // const { SSMClient, GetConnectionStatusCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
29
29
  * const client = new SSMClient(config);
30
+ * const input = { // GetConnectionStatusRequest
31
+ * Target: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new GetConnectionStatusCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -29,6 +29,9 @@ export interface GetDefaultPatchBaselineCommandOutput extends GetDefaultPatchBas
29
29
  * import { SSMClient, GetDefaultPatchBaselineCommand } from "@aws-sdk/client-ssm"; // ES Modules import
30
30
  * // const { SSMClient, GetDefaultPatchBaselineCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
31
31
  * const client = new SSMClient(config);
32
+ * const input = { // GetDefaultPatchBaselineRequest
33
+ * OperatingSystem: "WINDOWS" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "AMAZON_LINUX_2022" || "UBUNTU" || "REDHAT_ENTERPRISE_LINUX" || "SUSE" || "CENTOS" || "ORACLE_LINUX" || "DEBIAN" || "MACOS" || "RASPBIAN" || "ROCKY_LINUX" || "ALMA_LINUX" || "AMAZON_LINUX_2023",
34
+ * };
32
35
  * const command = new GetDefaultPatchBaselineCommand(input);
33
36
  * const response = await client.send(command);
34
37
  * ```
@@ -34,6 +34,61 @@ export interface GetDeployablePatchSnapshotForInstanceCommandOutput extends GetD
34
34
  * import { SSMClient, GetDeployablePatchSnapshotForInstanceCommand } from "@aws-sdk/client-ssm"; // ES Modules import
35
35
  * // const { SSMClient, GetDeployablePatchSnapshotForInstanceCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
36
36
  * const client = new SSMClient(config);
37
+ * const input = { // GetDeployablePatchSnapshotForInstanceRequest
38
+ * InstanceId: "STRING_VALUE", // required
39
+ * SnapshotId: "STRING_VALUE", // required
40
+ * BaselineOverride: { // BaselineOverride
41
+ * OperatingSystem: "WINDOWS" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "AMAZON_LINUX_2022" || "UBUNTU" || "REDHAT_ENTERPRISE_LINUX" || "SUSE" || "CENTOS" || "ORACLE_LINUX" || "DEBIAN" || "MACOS" || "RASPBIAN" || "ROCKY_LINUX" || "ALMA_LINUX" || "AMAZON_LINUX_2023",
42
+ * GlobalFilters: { // PatchFilterGroup
43
+ * PatchFilters: [ // PatchFilterList // required
44
+ * { // PatchFilter
45
+ * Key: "ARCH" || "ADVISORY_ID" || "BUGZILLA_ID" || "PATCH_SET" || "PRODUCT" || "PRODUCT_FAMILY" || "CLASSIFICATION" || "CVE_ID" || "EPOCH" || "MSRC_SEVERITY" || "NAME" || "PATCH_ID" || "SECTION" || "PRIORITY" || "REPOSITORY" || "RELEASE" || "SEVERITY" || "SECURITY" || "VERSION", // required
46
+ * Values: [ // PatchFilterValueList // required
47
+ * "STRING_VALUE",
48
+ * ],
49
+ * },
50
+ * ],
51
+ * },
52
+ * ApprovalRules: { // PatchRuleGroup
53
+ * PatchRules: [ // PatchRuleList // required
54
+ * { // PatchRule
55
+ * PatchFilterGroup: {
56
+ * PatchFilters: [ // required
57
+ * {
58
+ * Key: "ARCH" || "ADVISORY_ID" || "BUGZILLA_ID" || "PATCH_SET" || "PRODUCT" || "PRODUCT_FAMILY" || "CLASSIFICATION" || "CVE_ID" || "EPOCH" || "MSRC_SEVERITY" || "NAME" || "PATCH_ID" || "SECTION" || "PRIORITY" || "REPOSITORY" || "RELEASE" || "SEVERITY" || "SECURITY" || "VERSION", // required
59
+ * Values: [ // required
60
+ * "STRING_VALUE",
61
+ * ],
62
+ * },
63
+ * ],
64
+ * },
65
+ * ComplianceLevel: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "INFORMATIONAL" || "UNSPECIFIED",
66
+ * ApproveAfterDays: Number("int"),
67
+ * ApproveUntilDate: "STRING_VALUE",
68
+ * EnableNonSecurity: true || false,
69
+ * },
70
+ * ],
71
+ * },
72
+ * ApprovedPatches: [ // PatchIdList
73
+ * "STRING_VALUE",
74
+ * ],
75
+ * ApprovedPatchesComplianceLevel: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "INFORMATIONAL" || "UNSPECIFIED",
76
+ * RejectedPatches: [
77
+ * "STRING_VALUE",
78
+ * ],
79
+ * RejectedPatchesAction: "ALLOW_AS_DEPENDENCY" || "BLOCK",
80
+ * ApprovedPatchesEnableNonSecurity: true || false,
81
+ * Sources: [ // PatchSourceList
82
+ * { // PatchSource
83
+ * Name: "STRING_VALUE", // required
84
+ * Products: [ // PatchSourceProductList // required
85
+ * "STRING_VALUE",
86
+ * ],
87
+ * Configuration: "STRING_VALUE", // required
88
+ * },
89
+ * ],
90
+ * },
91
+ * };
37
92
  * const command = new GetDeployablePatchSnapshotForInstanceCommand(input);
38
93
  * const response = await client.send(command);
39
94
  * ```
@@ -26,6 +26,12 @@ export interface GetDocumentCommandOutput extends GetDocumentResult, __MetadataB
26
26
  * import { SSMClient, GetDocumentCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, GetDocumentCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = { // GetDocumentRequest
30
+ * Name: "STRING_VALUE", // required
31
+ * VersionName: "STRING_VALUE",
32
+ * DocumentVersion: "STRING_VALUE",
33
+ * DocumentFormat: "YAML" || "JSON" || "TEXT",
34
+ * };
29
35
  * const command = new GetDocumentCommand(input);
30
36
  * const response = await client.send(command);
31
37
  * ```
@@ -28,6 +28,55 @@ export interface GetInventoryCommandOutput extends GetInventoryResult, __Metadat
28
28
  * import { SSMClient, GetInventoryCommand } from "@aws-sdk/client-ssm"; // ES Modules import
29
29
  * // const { SSMClient, GetInventoryCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
30
30
  * const client = new SSMClient(config);
31
+ * const input = { // GetInventoryRequest
32
+ * Filters: [ // InventoryFilterList
33
+ * { // InventoryFilter
34
+ * Key: "STRING_VALUE", // required
35
+ * Values: [ // InventoryFilterValueList // required
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * Type: "Equal" || "NotEqual" || "BeginWith" || "LessThan" || "GreaterThan" || "Exists",
39
+ * },
40
+ * ],
41
+ * Aggregators: [ // InventoryAggregatorList
42
+ * { // InventoryAggregator
43
+ * Expression: "STRING_VALUE",
44
+ * Aggregators: [
45
+ * {
46
+ * Expression: "STRING_VALUE",
47
+ * Aggregators: "<InventoryAggregatorList>",
48
+ * Groups: [ // InventoryGroupList
49
+ * { // InventoryGroup
50
+ * Name: "STRING_VALUE", // required
51
+ * Filters: [ // required
52
+ * {
53
+ * Key: "STRING_VALUE", // required
54
+ * Values: [ // required
55
+ * "STRING_VALUE",
56
+ * ],
57
+ * Type: "Equal" || "NotEqual" || "BeginWith" || "LessThan" || "GreaterThan" || "Exists",
58
+ * },
59
+ * ],
60
+ * },
61
+ * ],
62
+ * },
63
+ * ],
64
+ * Groups: [
65
+ * {
66
+ * Name: "STRING_VALUE", // required
67
+ * Filters: "<InventoryFilterList>", // required
68
+ * },
69
+ * ],
70
+ * },
71
+ * ],
72
+ * ResultAttributes: [ // ResultAttributeList
73
+ * { // ResultAttribute
74
+ * TypeName: "STRING_VALUE", // required
75
+ * },
76
+ * ],
77
+ * NextToken: "STRING_VALUE",
78
+ * MaxResults: Number("int"),
79
+ * };
31
80
  * const command = new GetInventoryCommand(input);
32
81
  * const response = await client.send(command);
33
82
  * ```
@@ -27,6 +27,13 @@ export interface GetInventorySchemaCommandOutput extends GetInventorySchemaResul
27
27
  * import { SSMClient, GetInventorySchemaCommand } from "@aws-sdk/client-ssm"; // ES Modules import
28
28
  * // const { SSMClient, GetInventorySchemaCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
29
29
  * const client = new SSMClient(config);
30
+ * const input = { // GetInventorySchemaRequest
31
+ * TypeName: "STRING_VALUE",
32
+ * NextToken: "STRING_VALUE",
33
+ * MaxResults: Number("int"),
34
+ * Aggregator: true || false,
35
+ * SubType: true || false,
36
+ * };
30
37
  * const command = new GetInventorySchemaCommand(input);
31
38
  * const response = await client.send(command);
32
39
  * ```
@@ -26,6 +26,9 @@ export interface GetMaintenanceWindowCommandOutput extends GetMaintenanceWindowR
26
26
  * import { SSMClient, GetMaintenanceWindowCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, GetMaintenanceWindowCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = { // GetMaintenanceWindowRequest
30
+ * WindowId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetMaintenanceWindowCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,9 @@ export interface GetMaintenanceWindowExecutionCommandOutput extends GetMaintenan
26
26
  * import { SSMClient, GetMaintenanceWindowExecutionCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, GetMaintenanceWindowExecutionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = { // GetMaintenanceWindowExecutionRequest
30
+ * WindowExecutionId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetMaintenanceWindowExecutionCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -27,6 +27,10 @@ export interface GetMaintenanceWindowExecutionTaskCommandOutput extends GetMaint
27
27
  * import { SSMClient, GetMaintenanceWindowExecutionTaskCommand } from "@aws-sdk/client-ssm"; // ES Modules import
28
28
  * // const { SSMClient, GetMaintenanceWindowExecutionTaskCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
29
29
  * const client = new SSMClient(config);
30
+ * const input = { // GetMaintenanceWindowExecutionTaskRequest
31
+ * WindowExecutionId: "STRING_VALUE", // required
32
+ * TaskId: "STRING_VALUE", // required
33
+ * };
30
34
  * const command = new GetMaintenanceWindowExecutionTaskCommand(input);
31
35
  * const response = await client.send(command);
32
36
  * ```
@@ -26,6 +26,11 @@ export interface GetMaintenanceWindowExecutionTaskInvocationCommandOutput extend
26
26
  * import { SSMClient, GetMaintenanceWindowExecutionTaskInvocationCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, GetMaintenanceWindowExecutionTaskInvocationCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = { // GetMaintenanceWindowExecutionTaskInvocationRequest
30
+ * WindowExecutionId: "STRING_VALUE", // required
31
+ * TaskId: "STRING_VALUE", // required
32
+ * InvocationId: "STRING_VALUE", // required
33
+ * };
29
34
  * const command = new GetMaintenanceWindowExecutionTaskInvocationCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -33,6 +33,10 @@ export interface GetMaintenanceWindowTaskCommandOutput extends GetMaintenanceWin
33
33
  * import { SSMClient, GetMaintenanceWindowTaskCommand } from "@aws-sdk/client-ssm"; // ES Modules import
34
34
  * // const { SSMClient, GetMaintenanceWindowTaskCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
35
35
  * const client = new SSMClient(config);
36
+ * const input = { // GetMaintenanceWindowTaskRequest
37
+ * WindowId: "STRING_VALUE", // required
38
+ * WindowTaskId: "STRING_VALUE", // required
39
+ * };
36
40
  * const command = new GetMaintenanceWindowTaskCommand(input);
37
41
  * const response = await client.send(command);
38
42
  * ```
@@ -32,6 +32,10 @@ export interface GetOpsItemCommandOutput extends GetOpsItemResponse, __MetadataB
32
32
  * import { SSMClient, GetOpsItemCommand } from "@aws-sdk/client-ssm"; // ES Modules import
33
33
  * // const { SSMClient, GetOpsItemCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
34
34
  * const client = new SSMClient(config);
35
+ * const input = { // GetOpsItemRequest
36
+ * OpsItemId: "STRING_VALUE", // required
37
+ * OpsItemArn: "STRING_VALUE",
38
+ * };
35
39
  * const command = new GetOpsItemCommand(input);
36
40
  * const response = await client.send(command);
37
41
  * ```
@@ -26,6 +26,11 @@ export interface GetOpsMetadataCommandOutput extends GetOpsMetadataResult, __Met
26
26
  * import { SSMClient, GetOpsMetadataCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, GetOpsMetadataCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = { // GetOpsMetadataRequest
30
+ * OpsMetadataArn: "STRING_VALUE", // required
31
+ * MaxResults: Number("int"),
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new GetOpsMetadataCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -30,6 +30,56 @@ export interface GetOpsSummaryCommandOutput extends GetOpsSummaryResult, __Metad
30
30
  * import { SSMClient, GetOpsSummaryCommand } from "@aws-sdk/client-ssm"; // ES Modules import
31
31
  * // const { SSMClient, GetOpsSummaryCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
32
32
  * const client = new SSMClient(config);
33
+ * const input = { // GetOpsSummaryRequest
34
+ * SyncName: "STRING_VALUE",
35
+ * Filters: [ // OpsFilterList
36
+ * { // OpsFilter
37
+ * Key: "STRING_VALUE", // required
38
+ * Values: [ // OpsFilterValueList // required
39
+ * "STRING_VALUE",
40
+ * ],
41
+ * Type: "Equal" || "NotEqual" || "BeginWith" || "LessThan" || "GreaterThan" || "Exists",
42
+ * },
43
+ * ],
44
+ * Aggregators: [ // OpsAggregatorList
45
+ * { // OpsAggregator
46
+ * AggregatorType: "STRING_VALUE",
47
+ * TypeName: "STRING_VALUE",
48
+ * AttributeName: "STRING_VALUE",
49
+ * Values: { // OpsAggregatorValueMap
50
+ * "<keys>": "STRING_VALUE",
51
+ * },
52
+ * Filters: [
53
+ * {
54
+ * Key: "STRING_VALUE", // required
55
+ * Values: [ // required
56
+ * "STRING_VALUE",
57
+ * ],
58
+ * Type: "Equal" || "NotEqual" || "BeginWith" || "LessThan" || "GreaterThan" || "Exists",
59
+ * },
60
+ * ],
61
+ * Aggregators: [
62
+ * {
63
+ * AggregatorType: "STRING_VALUE",
64
+ * TypeName: "STRING_VALUE",
65
+ * AttributeName: "STRING_VALUE",
66
+ * Values: {
67
+ * "<keys>": "STRING_VALUE",
68
+ * },
69
+ * Filters: "<OpsFilterList>",
70
+ * Aggregators: "<OpsAggregatorList>",
71
+ * },
72
+ * ],
73
+ * },
74
+ * ],
75
+ * ResultAttributes: [ // OpsResultAttributeList
76
+ * { // OpsResultAttribute
77
+ * TypeName: "STRING_VALUE", // required
78
+ * },
79
+ * ],
80
+ * NextToken: "STRING_VALUE",
81
+ * MaxResults: Number("int"),
82
+ * };
33
83
  * const command = new GetOpsSummaryCommand(input);
34
84
  * const response = await client.send(command);
35
85
  * ```
@@ -29,6 +29,10 @@ export interface GetParameterCommandOutput extends GetParameterResult, __Metadat
29
29
  * import { SSMClient, GetParameterCommand } from "@aws-sdk/client-ssm"; // ES Modules import
30
30
  * // const { SSMClient, GetParameterCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
31
31
  * const client = new SSMClient(config);
32
+ * const input = { // GetParameterRequest
33
+ * Name: "STRING_VALUE", // required
34
+ * WithDecryption: true || false,
35
+ * };
32
36
  * const command = new GetParameterCommand(input);
33
37
  * const response = await client.send(command);
34
38
  * ```
@@ -32,6 +32,12 @@ export interface GetParameterHistoryCommandOutput extends GetParameterHistoryRes
32
32
  * import { SSMClient, GetParameterHistoryCommand } from "@aws-sdk/client-ssm"; // ES Modules import
33
33
  * // const { SSMClient, GetParameterHistoryCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
34
34
  * const client = new SSMClient(config);
35
+ * const input = { // GetParameterHistoryRequest
36
+ * Name: "STRING_VALUE", // required
37
+ * WithDecryption: true || false,
38
+ * MaxResults: Number("int"),
39
+ * NextToken: "STRING_VALUE",
40
+ * };
35
41
  * const command = new GetParameterHistoryCommand(input);
36
42
  * const response = await client.send(command);
37
43
  * ```
@@ -32,6 +32,22 @@ export interface GetParametersByPathCommandOutput extends GetParametersByPathRes
32
32
  * import { SSMClient, GetParametersByPathCommand } from "@aws-sdk/client-ssm"; // ES Modules import
33
33
  * // const { SSMClient, GetParametersByPathCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
34
34
  * const client = new SSMClient(config);
35
+ * const input = { // GetParametersByPathRequest
36
+ * Path: "STRING_VALUE", // required
37
+ * Recursive: true || false,
38
+ * ParameterFilters: [ // ParameterStringFilterList
39
+ * { // ParameterStringFilter
40
+ * Key: "STRING_VALUE", // required
41
+ * Option: "STRING_VALUE",
42
+ * Values: [ // ParameterStringFilterValueList
43
+ * "STRING_VALUE",
44
+ * ],
45
+ * },
46
+ * ],
47
+ * WithDecryption: true || false,
48
+ * MaxResults: Number("int"),
49
+ * NextToken: "STRING_VALUE",
50
+ * };
35
51
  * const command = new GetParametersByPathCommand(input);
36
52
  * const response = await client.send(command);
37
53
  * ```
@@ -30,6 +30,12 @@ export interface GetParametersCommandOutput extends GetParametersResult, __Metad
30
30
  * import { SSMClient, GetParametersCommand } from "@aws-sdk/client-ssm"; // ES Modules import
31
31
  * // const { SSMClient, GetParametersCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
32
32
  * const client = new SSMClient(config);
33
+ * const input = { // GetParametersRequest
34
+ * Names: [ // ParameterNameList // required
35
+ * "STRING_VALUE",
36
+ * ],
37
+ * WithDecryption: true || false,
38
+ * };
33
39
  * const command = new GetParametersCommand(input);
34
40
  * const response = await client.send(command);
35
41
  * ```
@@ -26,6 +26,9 @@ export interface GetPatchBaselineCommandOutput extends GetPatchBaselineResult, _
26
26
  * import { SSMClient, GetPatchBaselineCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, GetPatchBaselineCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = { // GetPatchBaselineRequest
30
+ * BaselineId: "STRING_VALUE", // required
31
+ * };
29
32
  * const command = new GetPatchBaselineCommand(input);
30
33
  * const response = await client.send(command);
31
34
  * ```
@@ -26,6 +26,10 @@ export interface GetPatchBaselineForPatchGroupCommandOutput extends GetPatchBase
26
26
  * import { SSMClient, GetPatchBaselineForPatchGroupCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, GetPatchBaselineForPatchGroupCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = { // GetPatchBaselineForPatchGroupRequest
30
+ * PatchGroup: "STRING_VALUE", // required
31
+ * OperatingSystem: "WINDOWS" || "AMAZON_LINUX" || "AMAZON_LINUX_2" || "AMAZON_LINUX_2022" || "UBUNTU" || "REDHAT_ENTERPRISE_LINUX" || "SUSE" || "CENTOS" || "ORACLE_LINUX" || "DEBIAN" || "MACOS" || "RASPBIAN" || "ROCKY_LINUX" || "ALMA_LINUX" || "AMAZON_LINUX_2023",
32
+ * };
29
33
  * const command = new GetPatchBaselineForPatchGroupCommand(input);
30
34
  * const response = await client.send(command);
31
35
  * ```
@@ -26,6 +26,11 @@ export interface GetResourcePoliciesCommandOutput extends GetResourcePoliciesRes
26
26
  * import { SSMClient, GetResourcePoliciesCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, GetResourcePoliciesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = { // GetResourcePoliciesRequest
30
+ * ResourceArn: "STRING_VALUE", // required
31
+ * NextToken: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * };
29
34
  * const command = new GetResourcePoliciesCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -39,6 +39,9 @@ export interface GetServiceSettingCommandOutput extends GetServiceSettingResult,
39
39
  * import { SSMClient, GetServiceSettingCommand } from "@aws-sdk/client-ssm"; // ES Modules import
40
40
  * // const { SSMClient, GetServiceSettingCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
41
41
  * const client = new SSMClient(config);
42
+ * const input = { // GetServiceSettingRequest
43
+ * SettingId: "STRING_VALUE", // required
44
+ * };
42
45
  * const command = new GetServiceSettingCommand(input);
43
46
  * const response = await client.send(command);
44
47
  * ```
@@ -62,6 +62,13 @@ export interface LabelParameterVersionCommandOutput extends LabelParameterVersio
62
62
  * import { SSMClient, LabelParameterVersionCommand } from "@aws-sdk/client-ssm"; // ES Modules import
63
63
  * // const { SSMClient, LabelParameterVersionCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
64
64
  * const client = new SSMClient(config);
65
+ * const input = { // LabelParameterVersionRequest
66
+ * Name: "STRING_VALUE", // required
67
+ * ParameterVersion: Number("long"),
68
+ * Labels: [ // ParameterLabelList // required
69
+ * "STRING_VALUE",
70
+ * ],
71
+ * };
65
72
  * const command = new LabelParameterVersionCommand(input);
66
73
  * const response = await client.send(command);
67
74
  * ```
@@ -26,6 +26,11 @@ export interface ListAssociationVersionsCommandOutput extends ListAssociationVer
26
26
  * import { SSMClient, ListAssociationVersionsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, ListAssociationVersionsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = { // ListAssociationVersionsRequest
30
+ * AssociationId: "STRING_VALUE", // required
31
+ * MaxResults: Number("int"),
32
+ * NextToken: "STRING_VALUE",
33
+ * };
29
34
  * const command = new ListAssociationVersionsCommand(input);
30
35
  * const response = await client.send(command);
31
36
  * ```
@@ -28,6 +28,16 @@ export interface ListAssociationsCommandOutput extends ListAssociationsResult, _
28
28
  * import { SSMClient, ListAssociationsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
29
29
  * // const { SSMClient, ListAssociationsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
30
30
  * const client = new SSMClient(config);
31
+ * const input = { // ListAssociationsRequest
32
+ * AssociationFilterList: [ // AssociationFilterList
33
+ * { // AssociationFilter
34
+ * key: "InstanceId" || "Name" || "AssociationId" || "AssociationStatusName" || "LastExecutedBefore" || "LastExecutedAfter" || "AssociationName" || "ResourceGroupName", // required
35
+ * value: "STRING_VALUE", // required
36
+ * },
37
+ * ],
38
+ * MaxResults: Number("int"),
39
+ * NextToken: "STRING_VALUE",
40
+ * };
31
41
  * const command = new ListAssociationsCommand(input);
32
42
  * const response = await client.send(command);
33
43
  * ```
@@ -30,6 +30,19 @@ export interface ListCommandInvocationsCommandOutput extends ListCommandInvocati
30
30
  * import { SSMClient, ListCommandInvocationsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
31
31
  * // const { SSMClient, ListCommandInvocationsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
32
32
  * const client = new SSMClient(config);
33
+ * const input = { // ListCommandInvocationsRequest
34
+ * CommandId: "STRING_VALUE",
35
+ * InstanceId: "STRING_VALUE",
36
+ * MaxResults: Number("int"),
37
+ * NextToken: "STRING_VALUE",
38
+ * Filters: [ // CommandFilterList
39
+ * { // CommandFilter
40
+ * key: "InvokedAfter" || "InvokedBefore" || "Status" || "ExecutionStage" || "DocumentName", // required
41
+ * value: "STRING_VALUE", // required
42
+ * },
43
+ * ],
44
+ * Details: true || false,
45
+ * };
33
46
  * const command = new ListCommandInvocationsCommand(input);
34
47
  * const response = await client.send(command);
35
48
  * ```
@@ -26,6 +26,18 @@ export interface ListCommandsCommandOutput extends ListCommandsResult, __Metadat
26
26
  * import { SSMClient, ListCommandsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
27
27
  * // const { SSMClient, ListCommandsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
28
28
  * const client = new SSMClient(config);
29
+ * const input = { // ListCommandsRequest
30
+ * CommandId: "STRING_VALUE",
31
+ * InstanceId: "STRING_VALUE",
32
+ * MaxResults: Number("int"),
33
+ * NextToken: "STRING_VALUE",
34
+ * Filters: [ // CommandFilterList
35
+ * { // CommandFilter
36
+ * key: "InvokedAfter" || "InvokedBefore" || "Status" || "ExecutionStage" || "DocumentName", // required
37
+ * value: "STRING_VALUE", // required
38
+ * },
39
+ * ],
40
+ * };
29
41
  * const command = new ListCommandsCommand(input);
30
42
  * const response = await client.send(command);
31
43
  * ```
@@ -28,6 +28,25 @@ export interface ListComplianceItemsCommandOutput extends ListComplianceItemsRes
28
28
  * import { SSMClient, ListComplianceItemsCommand } from "@aws-sdk/client-ssm"; // ES Modules import
29
29
  * // const { SSMClient, ListComplianceItemsCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
30
30
  * const client = new SSMClient(config);
31
+ * const input = { // ListComplianceItemsRequest
32
+ * Filters: [ // ComplianceStringFilterList
33
+ * { // ComplianceStringFilter
34
+ * Key: "STRING_VALUE",
35
+ * Values: [ // ComplianceStringFilterValueList
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * Type: "EQUAL" || "NOT_EQUAL" || "BEGIN_WITH" || "LESS_THAN" || "GREATER_THAN",
39
+ * },
40
+ * ],
41
+ * ResourceIds: [ // ComplianceResourceIdList
42
+ * "STRING_VALUE",
43
+ * ],
44
+ * ResourceTypes: [ // ComplianceResourceTypeList
45
+ * "STRING_VALUE",
46
+ * ],
47
+ * NextToken: "STRING_VALUE",
48
+ * MaxResults: Number("int"),
49
+ * };
31
50
  * const command = new ListComplianceItemsCommand(input);
32
51
  * const response = await client.send(command);
33
52
  * ```
@@ -28,6 +28,19 @@ export interface ListComplianceSummariesCommandOutput extends ListComplianceSumm
28
28
  * import { SSMClient, ListComplianceSummariesCommand } from "@aws-sdk/client-ssm"; // ES Modules import
29
29
  * // const { SSMClient, ListComplianceSummariesCommand } = require("@aws-sdk/client-ssm"); // CommonJS import
30
30
  * const client = new SSMClient(config);
31
+ * const input = { // ListComplianceSummariesRequest
32
+ * Filters: [ // ComplianceStringFilterList
33
+ * { // ComplianceStringFilter
34
+ * Key: "STRING_VALUE",
35
+ * Values: [ // ComplianceStringFilterValueList
36
+ * "STRING_VALUE",
37
+ * ],
38
+ * Type: "EQUAL" || "NOT_EQUAL" || "BEGIN_WITH" || "LESS_THAN" || "GREATER_THAN",
39
+ * },
40
+ * ],
41
+ * NextToken: "STRING_VALUE",
42
+ * MaxResults: Number("int"),
43
+ * };
31
44
  * const command = new ListComplianceSummariesCommand(input);
32
45
  * const response = await client.send(command);
33
46
  * ```