@aws-sdk/client-ssm 3.1019.0 → 3.1020.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 (63) hide show
  1. package/dist-es/SSM.js +3 -3
  2. package/dist-es/waiters/waitForCommandExecuted.js +2 -2
  3. package/dist-types/SSM.d.ts +146 -146
  4. package/dist-types/SSMClient.d.ts +149 -149
  5. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  6. package/dist-types/index.d.ts +1 -1
  7. package/dist-types/models/models_0.d.ts +1 -1
  8. package/dist-types/models/models_1.d.ts +2 -2
  9. package/dist-types/pagination/DescribeActivationsPaginator.d.ts +1 -1
  10. package/dist-types/pagination/DescribeAssociationExecutionTargetsPaginator.d.ts +1 -1
  11. package/dist-types/pagination/DescribeAssociationExecutionsPaginator.d.ts +1 -1
  12. package/dist-types/pagination/DescribeAutomationExecutionsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/DescribeAutomationStepExecutionsPaginator.d.ts +1 -1
  14. package/dist-types/pagination/DescribeAvailablePatchesPaginator.d.ts +1 -1
  15. package/dist-types/pagination/DescribeEffectiveInstanceAssociationsPaginator.d.ts +1 -1
  16. package/dist-types/pagination/DescribeEffectivePatchesForPatchBaselinePaginator.d.ts +1 -1
  17. package/dist-types/pagination/DescribeInstanceAssociationsStatusPaginator.d.ts +1 -1
  18. package/dist-types/pagination/DescribeInstanceInformationPaginator.d.ts +1 -1
  19. package/dist-types/pagination/DescribeInstancePatchStatesForPatchGroupPaginator.d.ts +1 -1
  20. package/dist-types/pagination/DescribeInstancePatchStatesPaginator.d.ts +1 -1
  21. package/dist-types/pagination/DescribeInstancePatchesPaginator.d.ts +1 -1
  22. package/dist-types/pagination/DescribeInstancePropertiesPaginator.d.ts +1 -1
  23. package/dist-types/pagination/DescribeInventoryDeletionsPaginator.d.ts +1 -1
  24. package/dist-types/pagination/DescribeMaintenanceWindowExecutionTaskInvocationsPaginator.d.ts +1 -1
  25. package/dist-types/pagination/DescribeMaintenanceWindowExecutionTasksPaginator.d.ts +1 -1
  26. package/dist-types/pagination/DescribeMaintenanceWindowExecutionsPaginator.d.ts +1 -1
  27. package/dist-types/pagination/DescribeMaintenanceWindowSchedulePaginator.d.ts +1 -1
  28. package/dist-types/pagination/DescribeMaintenanceWindowTargetsPaginator.d.ts +1 -1
  29. package/dist-types/pagination/DescribeMaintenanceWindowTasksPaginator.d.ts +1 -1
  30. package/dist-types/pagination/DescribeMaintenanceWindowsForTargetPaginator.d.ts +1 -1
  31. package/dist-types/pagination/DescribeMaintenanceWindowsPaginator.d.ts +1 -1
  32. package/dist-types/pagination/DescribeOpsItemsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/DescribeParametersPaginator.d.ts +1 -1
  34. package/dist-types/pagination/DescribePatchBaselinesPaginator.d.ts +1 -1
  35. package/dist-types/pagination/DescribePatchGroupsPaginator.d.ts +1 -1
  36. package/dist-types/pagination/DescribePatchPropertiesPaginator.d.ts +1 -1
  37. package/dist-types/pagination/DescribeSessionsPaginator.d.ts +1 -1
  38. package/dist-types/pagination/GetInventoryPaginator.d.ts +1 -1
  39. package/dist-types/pagination/GetInventorySchemaPaginator.d.ts +1 -1
  40. package/dist-types/pagination/GetOpsSummaryPaginator.d.ts +1 -1
  41. package/dist-types/pagination/GetParameterHistoryPaginator.d.ts +1 -1
  42. package/dist-types/pagination/GetParametersByPathPaginator.d.ts +1 -1
  43. package/dist-types/pagination/GetResourcePoliciesPaginator.d.ts +1 -1
  44. package/dist-types/pagination/ListAssociationVersionsPaginator.d.ts +1 -1
  45. package/dist-types/pagination/ListAssociationsPaginator.d.ts +1 -1
  46. package/dist-types/pagination/ListCommandInvocationsPaginator.d.ts +1 -1
  47. package/dist-types/pagination/ListCommandsPaginator.d.ts +1 -1
  48. package/dist-types/pagination/ListComplianceItemsPaginator.d.ts +1 -1
  49. package/dist-types/pagination/ListComplianceSummariesPaginator.d.ts +1 -1
  50. package/dist-types/pagination/ListDocumentVersionsPaginator.d.ts +1 -1
  51. package/dist-types/pagination/ListDocumentsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListNodesSummaryPaginator.d.ts +1 -1
  54. package/dist-types/pagination/ListOpsItemEventsPaginator.d.ts +1 -1
  55. package/dist-types/pagination/ListOpsItemRelatedItemsPaginator.d.ts +1 -1
  56. package/dist-types/pagination/ListOpsMetadataPaginator.d.ts +1 -1
  57. package/dist-types/pagination/ListResourceComplianceSummariesPaginator.d.ts +1 -1
  58. package/dist-types/pagination/ListResourceDataSyncPaginator.d.ts +1 -1
  59. package/dist-types/ts3.4/SSMClient.d.ts +2 -3
  60. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  61. package/dist-types/ts3.4/models/models_1.d.ts +11 -11
  62. package/dist-types/waiters/waitForCommandExecuted.d.ts +3 -3
  63. package/package.json +14 -14
package/dist-es/SSM.js CHANGED
@@ -69,7 +69,7 @@ import { GetCommandInvocationCommand, } from "./commands/GetCommandInvocationCom
69
69
  import { GetConnectionStatusCommand, } from "./commands/GetConnectionStatusCommand";
70
70
  import { GetDefaultPatchBaselineCommand, } from "./commands/GetDefaultPatchBaselineCommand";
71
71
  import { GetDeployablePatchSnapshotForInstanceCommand, } from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
72
- import { GetDocumentCommand } from "./commands/GetDocumentCommand";
72
+ import { GetDocumentCommand, } from "./commands/GetDocumentCommand";
73
73
  import { GetExecutionPreviewCommand, } from "./commands/GetExecutionPreviewCommand";
74
74
  import { GetInventoryCommand, } from "./commands/GetInventoryCommand";
75
75
  import { GetInventorySchemaCommand, } from "./commands/GetInventorySchemaCommand";
@@ -78,7 +78,7 @@ import { GetMaintenanceWindowExecutionCommand, } from "./commands/GetMaintenance
78
78
  import { GetMaintenanceWindowExecutionTaskCommand, } from "./commands/GetMaintenanceWindowExecutionTaskCommand";
79
79
  import { GetMaintenanceWindowExecutionTaskInvocationCommand, } from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
80
80
  import { GetMaintenanceWindowTaskCommand, } from "./commands/GetMaintenanceWindowTaskCommand";
81
- import { GetOpsItemCommand } from "./commands/GetOpsItemCommand";
81
+ import { GetOpsItemCommand, } from "./commands/GetOpsItemCommand";
82
82
  import { GetOpsMetadataCommand, } from "./commands/GetOpsMetadataCommand";
83
83
  import { GetOpsSummaryCommand, } from "./commands/GetOpsSummaryCommand";
84
84
  import { GetParameterCommand, } from "./commands/GetParameterCommand";
@@ -121,7 +121,7 @@ import { RemoveTagsFromResourceCommand, } from "./commands/RemoveTagsFromResourc
121
121
  import { ResetServiceSettingCommand, } from "./commands/ResetServiceSettingCommand";
122
122
  import { ResumeSessionCommand, } from "./commands/ResumeSessionCommand";
123
123
  import { SendAutomationSignalCommand, } from "./commands/SendAutomationSignalCommand";
124
- import { SendCommandCommand } from "./commands/SendCommandCommand";
124
+ import { SendCommandCommand, } from "./commands/SendCommandCommand";
125
125
  import { StartAccessRequestCommand, } from "./commands/StartAccessRequestCommand";
126
126
  import { StartAssociationsOnceCommand, } from "./commands/StartAssociationsOnceCommand";
127
127
  import { StartAutomationExecutionCommand, } from "./commands/StartAutomationExecutionCommand";
@@ -1,5 +1,5 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
2
- import { GetCommandInvocationCommand } from "../commands/GetCommandInvocationCommand";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
+ import { GetCommandInvocationCommand, } from "../commands/GetCommandInvocationCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
5
5
  try {
@@ -1,151 +1,151 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
- import { AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
4
- import { AssociateOpsItemRelatedItemCommandInput, AssociateOpsItemRelatedItemCommandOutput } from "./commands/AssociateOpsItemRelatedItemCommand";
5
- import { CancelCommandCommandInput, CancelCommandCommandOutput } from "./commands/CancelCommandCommand";
6
- import { CancelMaintenanceWindowExecutionCommandInput, CancelMaintenanceWindowExecutionCommandOutput } from "./commands/CancelMaintenanceWindowExecutionCommand";
7
- import { CreateActivationCommandInput, CreateActivationCommandOutput } from "./commands/CreateActivationCommand";
8
- import { CreateAssociationBatchCommandInput, CreateAssociationBatchCommandOutput } from "./commands/CreateAssociationBatchCommand";
9
- import { CreateAssociationCommandInput, CreateAssociationCommandOutput } from "./commands/CreateAssociationCommand";
10
- import { CreateDocumentCommandInput, CreateDocumentCommandOutput } from "./commands/CreateDocumentCommand";
11
- import { CreateMaintenanceWindowCommandInput, CreateMaintenanceWindowCommandOutput } from "./commands/CreateMaintenanceWindowCommand";
12
- import { CreateOpsItemCommandInput, CreateOpsItemCommandOutput } from "./commands/CreateOpsItemCommand";
13
- import { CreateOpsMetadataCommandInput, CreateOpsMetadataCommandOutput } from "./commands/CreateOpsMetadataCommand";
14
- import { CreatePatchBaselineCommandInput, CreatePatchBaselineCommandOutput } from "./commands/CreatePatchBaselineCommand";
15
- import { CreateResourceDataSyncCommandInput, CreateResourceDataSyncCommandOutput } from "./commands/CreateResourceDataSyncCommand";
16
- import { DeleteActivationCommandInput, DeleteActivationCommandOutput } from "./commands/DeleteActivationCommand";
17
- import { DeleteAssociationCommandInput, DeleteAssociationCommandOutput } from "./commands/DeleteAssociationCommand";
18
- import { DeleteDocumentCommandInput, DeleteDocumentCommandOutput } from "./commands/DeleteDocumentCommand";
19
- import { DeleteInventoryCommandInput, DeleteInventoryCommandOutput } from "./commands/DeleteInventoryCommand";
20
- import { DeleteMaintenanceWindowCommandInput, DeleteMaintenanceWindowCommandOutput } from "./commands/DeleteMaintenanceWindowCommand";
21
- import { DeleteOpsItemCommandInput, DeleteOpsItemCommandOutput } from "./commands/DeleteOpsItemCommand";
22
- import { DeleteOpsMetadataCommandInput, DeleteOpsMetadataCommandOutput } from "./commands/DeleteOpsMetadataCommand";
23
- import { DeleteParameterCommandInput, DeleteParameterCommandOutput } from "./commands/DeleteParameterCommand";
24
- import { DeleteParametersCommandInput, DeleteParametersCommandOutput } from "./commands/DeleteParametersCommand";
25
- import { DeletePatchBaselineCommandInput, DeletePatchBaselineCommandOutput } from "./commands/DeletePatchBaselineCommand";
26
- import { DeleteResourceDataSyncCommandInput, DeleteResourceDataSyncCommandOutput } from "./commands/DeleteResourceDataSyncCommand";
27
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
28
- import { DeregisterManagedInstanceCommandInput, DeregisterManagedInstanceCommandOutput } from "./commands/DeregisterManagedInstanceCommand";
29
- import { DeregisterPatchBaselineForPatchGroupCommandInput, DeregisterPatchBaselineForPatchGroupCommandOutput } from "./commands/DeregisterPatchBaselineForPatchGroupCommand";
30
- import { DeregisterTargetFromMaintenanceWindowCommandInput, DeregisterTargetFromMaintenanceWindowCommandOutput } from "./commands/DeregisterTargetFromMaintenanceWindowCommand";
31
- import { DeregisterTaskFromMaintenanceWindowCommandInput, DeregisterTaskFromMaintenanceWindowCommandOutput } from "./commands/DeregisterTaskFromMaintenanceWindowCommand";
32
- import { DescribeActivationsCommandInput, DescribeActivationsCommandOutput } from "./commands/DescribeActivationsCommand";
33
- import { DescribeAssociationCommandInput, DescribeAssociationCommandOutput } from "./commands/DescribeAssociationCommand";
34
- import { DescribeAssociationExecutionsCommandInput, DescribeAssociationExecutionsCommandOutput } from "./commands/DescribeAssociationExecutionsCommand";
35
- import { DescribeAssociationExecutionTargetsCommandInput, DescribeAssociationExecutionTargetsCommandOutput } from "./commands/DescribeAssociationExecutionTargetsCommand";
36
- import { DescribeAutomationExecutionsCommandInput, DescribeAutomationExecutionsCommandOutput } from "./commands/DescribeAutomationExecutionsCommand";
37
- import { DescribeAutomationStepExecutionsCommandInput, DescribeAutomationStepExecutionsCommandOutput } from "./commands/DescribeAutomationStepExecutionsCommand";
38
- import { DescribeAvailablePatchesCommandInput, DescribeAvailablePatchesCommandOutput } from "./commands/DescribeAvailablePatchesCommand";
39
- import { DescribeDocumentCommandInput, DescribeDocumentCommandOutput } from "./commands/DescribeDocumentCommand";
40
- import { DescribeDocumentPermissionCommandInput, DescribeDocumentPermissionCommandOutput } from "./commands/DescribeDocumentPermissionCommand";
41
- import { DescribeEffectiveInstanceAssociationsCommandInput, DescribeEffectiveInstanceAssociationsCommandOutput } from "./commands/DescribeEffectiveInstanceAssociationsCommand";
42
- import { DescribeEffectivePatchesForPatchBaselineCommandInput, DescribeEffectivePatchesForPatchBaselineCommandOutput } from "./commands/DescribeEffectivePatchesForPatchBaselineCommand";
43
- import { DescribeInstanceAssociationsStatusCommandInput, DescribeInstanceAssociationsStatusCommandOutput } from "./commands/DescribeInstanceAssociationsStatusCommand";
44
- import { DescribeInstanceInformationCommandInput, DescribeInstanceInformationCommandOutput } from "./commands/DescribeInstanceInformationCommand";
45
- import { DescribeInstancePatchesCommandInput, DescribeInstancePatchesCommandOutput } from "./commands/DescribeInstancePatchesCommand";
46
- import { DescribeInstancePatchStatesCommandInput, DescribeInstancePatchStatesCommandOutput } from "./commands/DescribeInstancePatchStatesCommand";
47
- import { DescribeInstancePatchStatesForPatchGroupCommandInput, DescribeInstancePatchStatesForPatchGroupCommandOutput } from "./commands/DescribeInstancePatchStatesForPatchGroupCommand";
48
- import { DescribeInstancePropertiesCommandInput, DescribeInstancePropertiesCommandOutput } from "./commands/DescribeInstancePropertiesCommand";
49
- import { DescribeInventoryDeletionsCommandInput, DescribeInventoryDeletionsCommandOutput } from "./commands/DescribeInventoryDeletionsCommand";
50
- import { DescribeMaintenanceWindowExecutionsCommandInput, DescribeMaintenanceWindowExecutionsCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionsCommand";
51
- import { DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
52
- import { DescribeMaintenanceWindowExecutionTasksCommandInput, DescribeMaintenanceWindowExecutionTasksCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionTasksCommand";
53
- import { DescribeMaintenanceWindowScheduleCommandInput, DescribeMaintenanceWindowScheduleCommandOutput } from "./commands/DescribeMaintenanceWindowScheduleCommand";
54
- import { DescribeMaintenanceWindowsCommandInput, DescribeMaintenanceWindowsCommandOutput } from "./commands/DescribeMaintenanceWindowsCommand";
55
- import { DescribeMaintenanceWindowsForTargetCommandInput, DescribeMaintenanceWindowsForTargetCommandOutput } from "./commands/DescribeMaintenanceWindowsForTargetCommand";
56
- import { DescribeMaintenanceWindowTargetsCommandInput, DescribeMaintenanceWindowTargetsCommandOutput } from "./commands/DescribeMaintenanceWindowTargetsCommand";
57
- import { DescribeMaintenanceWindowTasksCommandInput, DescribeMaintenanceWindowTasksCommandOutput } from "./commands/DescribeMaintenanceWindowTasksCommand";
58
- import { DescribeOpsItemsCommandInput, DescribeOpsItemsCommandOutput } from "./commands/DescribeOpsItemsCommand";
59
- import { DescribeParametersCommandInput, DescribeParametersCommandOutput } from "./commands/DescribeParametersCommand";
60
- import { DescribePatchBaselinesCommandInput, DescribePatchBaselinesCommandOutput } from "./commands/DescribePatchBaselinesCommand";
61
- import { DescribePatchGroupsCommandInput, DescribePatchGroupsCommandOutput } from "./commands/DescribePatchGroupsCommand";
62
- import { DescribePatchGroupStateCommandInput, DescribePatchGroupStateCommandOutput } from "./commands/DescribePatchGroupStateCommand";
63
- import { DescribePatchPropertiesCommandInput, DescribePatchPropertiesCommandOutput } from "./commands/DescribePatchPropertiesCommand";
64
- import { DescribeSessionsCommandInput, DescribeSessionsCommandOutput } from "./commands/DescribeSessionsCommand";
65
- import { DisassociateOpsItemRelatedItemCommandInput, DisassociateOpsItemRelatedItemCommandOutput } from "./commands/DisassociateOpsItemRelatedItemCommand";
66
- import { GetAccessTokenCommandInput, GetAccessTokenCommandOutput } from "./commands/GetAccessTokenCommand";
67
- import { GetAutomationExecutionCommandInput, GetAutomationExecutionCommandOutput } from "./commands/GetAutomationExecutionCommand";
68
- import { GetCalendarStateCommandInput, GetCalendarStateCommandOutput } from "./commands/GetCalendarStateCommand";
69
- import { GetCommandInvocationCommandInput, GetCommandInvocationCommandOutput } from "./commands/GetCommandInvocationCommand";
70
- import { GetConnectionStatusCommandInput, GetConnectionStatusCommandOutput } from "./commands/GetConnectionStatusCommand";
71
- import { GetDefaultPatchBaselineCommandInput, GetDefaultPatchBaselineCommandOutput } from "./commands/GetDefaultPatchBaselineCommand";
72
- import { GetDeployablePatchSnapshotForInstanceCommandInput, GetDeployablePatchSnapshotForInstanceCommandOutput } from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
73
- import { GetDocumentCommandInput, GetDocumentCommandOutput } from "./commands/GetDocumentCommand";
74
- import { GetExecutionPreviewCommandInput, GetExecutionPreviewCommandOutput } from "./commands/GetExecutionPreviewCommand";
75
- import { GetInventoryCommandInput, GetInventoryCommandOutput } from "./commands/GetInventoryCommand";
76
- import { GetInventorySchemaCommandInput, GetInventorySchemaCommandOutput } from "./commands/GetInventorySchemaCommand";
77
- import { GetMaintenanceWindowCommandInput, GetMaintenanceWindowCommandOutput } from "./commands/GetMaintenanceWindowCommand";
78
- import { GetMaintenanceWindowExecutionCommandInput, GetMaintenanceWindowExecutionCommandOutput } from "./commands/GetMaintenanceWindowExecutionCommand";
79
- import { GetMaintenanceWindowExecutionTaskCommandInput, GetMaintenanceWindowExecutionTaskCommandOutput } from "./commands/GetMaintenanceWindowExecutionTaskCommand";
80
- import { GetMaintenanceWindowExecutionTaskInvocationCommandInput, GetMaintenanceWindowExecutionTaskInvocationCommandOutput } from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
81
- import { GetMaintenanceWindowTaskCommandInput, GetMaintenanceWindowTaskCommandOutput } from "./commands/GetMaintenanceWindowTaskCommand";
82
- import { GetOpsItemCommandInput, GetOpsItemCommandOutput } from "./commands/GetOpsItemCommand";
83
- import { GetOpsMetadataCommandInput, GetOpsMetadataCommandOutput } from "./commands/GetOpsMetadataCommand";
84
- import { GetOpsSummaryCommandInput, GetOpsSummaryCommandOutput } from "./commands/GetOpsSummaryCommand";
85
- import { GetParameterCommandInput, GetParameterCommandOutput } from "./commands/GetParameterCommand";
86
- import { GetParameterHistoryCommandInput, GetParameterHistoryCommandOutput } from "./commands/GetParameterHistoryCommand";
87
- import { GetParametersByPathCommandInput, GetParametersByPathCommandOutput } from "./commands/GetParametersByPathCommand";
88
- import { GetParametersCommandInput, GetParametersCommandOutput } from "./commands/GetParametersCommand";
89
- import { GetPatchBaselineCommandInput, GetPatchBaselineCommandOutput } from "./commands/GetPatchBaselineCommand";
90
- import { GetPatchBaselineForPatchGroupCommandInput, GetPatchBaselineForPatchGroupCommandOutput } from "./commands/GetPatchBaselineForPatchGroupCommand";
91
- import { GetResourcePoliciesCommandInput, GetResourcePoliciesCommandOutput } from "./commands/GetResourcePoliciesCommand";
92
- import { GetServiceSettingCommandInput, GetServiceSettingCommandOutput } from "./commands/GetServiceSettingCommand";
93
- import { LabelParameterVersionCommandInput, LabelParameterVersionCommandOutput } from "./commands/LabelParameterVersionCommand";
94
- import { ListAssociationsCommandInput, ListAssociationsCommandOutput } from "./commands/ListAssociationsCommand";
95
- import { ListAssociationVersionsCommandInput, ListAssociationVersionsCommandOutput } from "./commands/ListAssociationVersionsCommand";
96
- import { ListCommandInvocationsCommandInput, ListCommandInvocationsCommandOutput } from "./commands/ListCommandInvocationsCommand";
97
- import { ListCommandsCommandInput, ListCommandsCommandOutput } from "./commands/ListCommandsCommand";
98
- import { ListComplianceItemsCommandInput, ListComplianceItemsCommandOutput } from "./commands/ListComplianceItemsCommand";
99
- import { ListComplianceSummariesCommandInput, ListComplianceSummariesCommandOutput } from "./commands/ListComplianceSummariesCommand";
100
- import { ListDocumentMetadataHistoryCommandInput, ListDocumentMetadataHistoryCommandOutput } from "./commands/ListDocumentMetadataHistoryCommand";
101
- import { ListDocumentsCommandInput, ListDocumentsCommandOutput } from "./commands/ListDocumentsCommand";
102
- import { ListDocumentVersionsCommandInput, ListDocumentVersionsCommandOutput } from "./commands/ListDocumentVersionsCommand";
103
- import { ListInventoryEntriesCommandInput, ListInventoryEntriesCommandOutput } from "./commands/ListInventoryEntriesCommand";
104
- import { ListNodesCommandInput, ListNodesCommandOutput } from "./commands/ListNodesCommand";
105
- import { ListNodesSummaryCommandInput, ListNodesSummaryCommandOutput } from "./commands/ListNodesSummaryCommand";
106
- import { ListOpsItemEventsCommandInput, ListOpsItemEventsCommandOutput } from "./commands/ListOpsItemEventsCommand";
107
- import { ListOpsItemRelatedItemsCommandInput, ListOpsItemRelatedItemsCommandOutput } from "./commands/ListOpsItemRelatedItemsCommand";
108
- import { ListOpsMetadataCommandInput, ListOpsMetadataCommandOutput } from "./commands/ListOpsMetadataCommand";
109
- import { ListResourceComplianceSummariesCommandInput, ListResourceComplianceSummariesCommandOutput } from "./commands/ListResourceComplianceSummariesCommand";
110
- import { ListResourceDataSyncCommandInput, ListResourceDataSyncCommandOutput } from "./commands/ListResourceDataSyncCommand";
111
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
112
- import { ModifyDocumentPermissionCommandInput, ModifyDocumentPermissionCommandOutput } from "./commands/ModifyDocumentPermissionCommand";
113
- import { PutComplianceItemsCommandInput, PutComplianceItemsCommandOutput } from "./commands/PutComplianceItemsCommand";
114
- import { PutInventoryCommandInput, PutInventoryCommandOutput } from "./commands/PutInventoryCommand";
115
- import { PutParameterCommandInput, PutParameterCommandOutput } from "./commands/PutParameterCommand";
116
- import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
117
- import { RegisterDefaultPatchBaselineCommandInput, RegisterDefaultPatchBaselineCommandOutput } from "./commands/RegisterDefaultPatchBaselineCommand";
118
- import { RegisterPatchBaselineForPatchGroupCommandInput, RegisterPatchBaselineForPatchGroupCommandOutput } from "./commands/RegisterPatchBaselineForPatchGroupCommand";
119
- import { RegisterTargetWithMaintenanceWindowCommandInput, RegisterTargetWithMaintenanceWindowCommandOutput } from "./commands/RegisterTargetWithMaintenanceWindowCommand";
120
- import { RegisterTaskWithMaintenanceWindowCommandInput, RegisterTaskWithMaintenanceWindowCommandOutput } from "./commands/RegisterTaskWithMaintenanceWindowCommand";
121
- import { RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
122
- import { ResetServiceSettingCommandInput, ResetServiceSettingCommandOutput } from "./commands/ResetServiceSettingCommand";
123
- import { ResumeSessionCommandInput, ResumeSessionCommandOutput } from "./commands/ResumeSessionCommand";
124
- import { SendAutomationSignalCommandInput, SendAutomationSignalCommandOutput } from "./commands/SendAutomationSignalCommand";
125
- import { SendCommandCommandInput, SendCommandCommandOutput } from "./commands/SendCommandCommand";
126
- import { StartAccessRequestCommandInput, StartAccessRequestCommandOutput } from "./commands/StartAccessRequestCommand";
127
- import { StartAssociationsOnceCommandInput, StartAssociationsOnceCommandOutput } from "./commands/StartAssociationsOnceCommand";
128
- import { StartAutomationExecutionCommandInput, StartAutomationExecutionCommandOutput } from "./commands/StartAutomationExecutionCommand";
129
- import { StartChangeRequestExecutionCommandInput, StartChangeRequestExecutionCommandOutput } from "./commands/StartChangeRequestExecutionCommand";
130
- import { StartExecutionPreviewCommandInput, StartExecutionPreviewCommandOutput } from "./commands/StartExecutionPreviewCommand";
131
- import { StartSessionCommandInput, StartSessionCommandOutput } from "./commands/StartSessionCommand";
132
- import { StopAutomationExecutionCommandInput, StopAutomationExecutionCommandOutput } from "./commands/StopAutomationExecutionCommand";
133
- import { TerminateSessionCommandInput, TerminateSessionCommandOutput } from "./commands/TerminateSessionCommand";
134
- import { UnlabelParameterVersionCommandInput, UnlabelParameterVersionCommandOutput } from "./commands/UnlabelParameterVersionCommand";
135
- import { UpdateAssociationCommandInput, UpdateAssociationCommandOutput } from "./commands/UpdateAssociationCommand";
136
- import { UpdateAssociationStatusCommandInput, UpdateAssociationStatusCommandOutput } from "./commands/UpdateAssociationStatusCommand";
137
- import { UpdateDocumentCommandInput, UpdateDocumentCommandOutput } from "./commands/UpdateDocumentCommand";
138
- import { UpdateDocumentDefaultVersionCommandInput, UpdateDocumentDefaultVersionCommandOutput } from "./commands/UpdateDocumentDefaultVersionCommand";
139
- import { UpdateDocumentMetadataCommandInput, UpdateDocumentMetadataCommandOutput } from "./commands/UpdateDocumentMetadataCommand";
140
- import { UpdateMaintenanceWindowCommandInput, UpdateMaintenanceWindowCommandOutput } from "./commands/UpdateMaintenanceWindowCommand";
141
- import { UpdateMaintenanceWindowTargetCommandInput, UpdateMaintenanceWindowTargetCommandOutput } from "./commands/UpdateMaintenanceWindowTargetCommand";
142
- import { UpdateMaintenanceWindowTaskCommandInput, UpdateMaintenanceWindowTaskCommandOutput } from "./commands/UpdateMaintenanceWindowTaskCommand";
143
- import { UpdateManagedInstanceRoleCommandInput, UpdateManagedInstanceRoleCommandOutput } from "./commands/UpdateManagedInstanceRoleCommand";
144
- import { UpdateOpsItemCommandInput, UpdateOpsItemCommandOutput } from "./commands/UpdateOpsItemCommand";
145
- import { UpdateOpsMetadataCommandInput, UpdateOpsMetadataCommandOutput } from "./commands/UpdateOpsMetadataCommand";
146
- import { UpdatePatchBaselineCommandInput, UpdatePatchBaselineCommandOutput } from "./commands/UpdatePatchBaselineCommand";
147
- import { UpdateResourceDataSyncCommandInput, UpdateResourceDataSyncCommandOutput } from "./commands/UpdateResourceDataSyncCommand";
148
- import { UpdateServiceSettingCommandInput, UpdateServiceSettingCommandOutput } from "./commands/UpdateServiceSettingCommand";
3
+ import { type AddTagsToResourceCommandInput, type AddTagsToResourceCommandOutput } from "./commands/AddTagsToResourceCommand";
4
+ import { type AssociateOpsItemRelatedItemCommandInput, type AssociateOpsItemRelatedItemCommandOutput } from "./commands/AssociateOpsItemRelatedItemCommand";
5
+ import { type CancelCommandCommandInput, type CancelCommandCommandOutput } from "./commands/CancelCommandCommand";
6
+ import { type CancelMaintenanceWindowExecutionCommandInput, type CancelMaintenanceWindowExecutionCommandOutput } from "./commands/CancelMaintenanceWindowExecutionCommand";
7
+ import { type CreateActivationCommandInput, type CreateActivationCommandOutput } from "./commands/CreateActivationCommand";
8
+ import { type CreateAssociationBatchCommandInput, type CreateAssociationBatchCommandOutput } from "./commands/CreateAssociationBatchCommand";
9
+ import { type CreateAssociationCommandInput, type CreateAssociationCommandOutput } from "./commands/CreateAssociationCommand";
10
+ import { type CreateDocumentCommandInput, type CreateDocumentCommandOutput } from "./commands/CreateDocumentCommand";
11
+ import { type CreateMaintenanceWindowCommandInput, type CreateMaintenanceWindowCommandOutput } from "./commands/CreateMaintenanceWindowCommand";
12
+ import { type CreateOpsItemCommandInput, type CreateOpsItemCommandOutput } from "./commands/CreateOpsItemCommand";
13
+ import { type CreateOpsMetadataCommandInput, type CreateOpsMetadataCommandOutput } from "./commands/CreateOpsMetadataCommand";
14
+ import { type CreatePatchBaselineCommandInput, type CreatePatchBaselineCommandOutput } from "./commands/CreatePatchBaselineCommand";
15
+ import { type CreateResourceDataSyncCommandInput, type CreateResourceDataSyncCommandOutput } from "./commands/CreateResourceDataSyncCommand";
16
+ import { type DeleteActivationCommandInput, type DeleteActivationCommandOutput } from "./commands/DeleteActivationCommand";
17
+ import { type DeleteAssociationCommandInput, type DeleteAssociationCommandOutput } from "./commands/DeleteAssociationCommand";
18
+ import { type DeleteDocumentCommandInput, type DeleteDocumentCommandOutput } from "./commands/DeleteDocumentCommand";
19
+ import { type DeleteInventoryCommandInput, type DeleteInventoryCommandOutput } from "./commands/DeleteInventoryCommand";
20
+ import { type DeleteMaintenanceWindowCommandInput, type DeleteMaintenanceWindowCommandOutput } from "./commands/DeleteMaintenanceWindowCommand";
21
+ import { type DeleteOpsItemCommandInput, type DeleteOpsItemCommandOutput } from "./commands/DeleteOpsItemCommand";
22
+ import { type DeleteOpsMetadataCommandInput, type DeleteOpsMetadataCommandOutput } from "./commands/DeleteOpsMetadataCommand";
23
+ import { type DeleteParameterCommandInput, type DeleteParameterCommandOutput } from "./commands/DeleteParameterCommand";
24
+ import { type DeleteParametersCommandInput, type DeleteParametersCommandOutput } from "./commands/DeleteParametersCommand";
25
+ import { type DeletePatchBaselineCommandInput, type DeletePatchBaselineCommandOutput } from "./commands/DeletePatchBaselineCommand";
26
+ import { type DeleteResourceDataSyncCommandInput, type DeleteResourceDataSyncCommandOutput } from "./commands/DeleteResourceDataSyncCommand";
27
+ import { type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput } from "./commands/DeleteResourcePolicyCommand";
28
+ import { type DeregisterManagedInstanceCommandInput, type DeregisterManagedInstanceCommandOutput } from "./commands/DeregisterManagedInstanceCommand";
29
+ import { type DeregisterPatchBaselineForPatchGroupCommandInput, type DeregisterPatchBaselineForPatchGroupCommandOutput } from "./commands/DeregisterPatchBaselineForPatchGroupCommand";
30
+ import { type DeregisterTargetFromMaintenanceWindowCommandInput, type DeregisterTargetFromMaintenanceWindowCommandOutput } from "./commands/DeregisterTargetFromMaintenanceWindowCommand";
31
+ import { type DeregisterTaskFromMaintenanceWindowCommandInput, type DeregisterTaskFromMaintenanceWindowCommandOutput } from "./commands/DeregisterTaskFromMaintenanceWindowCommand";
32
+ import { type DescribeActivationsCommandInput, type DescribeActivationsCommandOutput } from "./commands/DescribeActivationsCommand";
33
+ import { type DescribeAssociationCommandInput, type DescribeAssociationCommandOutput } from "./commands/DescribeAssociationCommand";
34
+ import { type DescribeAssociationExecutionsCommandInput, type DescribeAssociationExecutionsCommandOutput } from "./commands/DescribeAssociationExecutionsCommand";
35
+ import { type DescribeAssociationExecutionTargetsCommandInput, type DescribeAssociationExecutionTargetsCommandOutput } from "./commands/DescribeAssociationExecutionTargetsCommand";
36
+ import { type DescribeAutomationExecutionsCommandInput, type DescribeAutomationExecutionsCommandOutput } from "./commands/DescribeAutomationExecutionsCommand";
37
+ import { type DescribeAutomationStepExecutionsCommandInput, type DescribeAutomationStepExecutionsCommandOutput } from "./commands/DescribeAutomationStepExecutionsCommand";
38
+ import { type DescribeAvailablePatchesCommandInput, type DescribeAvailablePatchesCommandOutput } from "./commands/DescribeAvailablePatchesCommand";
39
+ import { type DescribeDocumentCommandInput, type DescribeDocumentCommandOutput } from "./commands/DescribeDocumentCommand";
40
+ import { type DescribeDocumentPermissionCommandInput, type DescribeDocumentPermissionCommandOutput } from "./commands/DescribeDocumentPermissionCommand";
41
+ import { type DescribeEffectiveInstanceAssociationsCommandInput, type DescribeEffectiveInstanceAssociationsCommandOutput } from "./commands/DescribeEffectiveInstanceAssociationsCommand";
42
+ import { type DescribeEffectivePatchesForPatchBaselineCommandInput, type DescribeEffectivePatchesForPatchBaselineCommandOutput } from "./commands/DescribeEffectivePatchesForPatchBaselineCommand";
43
+ import { type DescribeInstanceAssociationsStatusCommandInput, type DescribeInstanceAssociationsStatusCommandOutput } from "./commands/DescribeInstanceAssociationsStatusCommand";
44
+ import { type DescribeInstanceInformationCommandInput, type DescribeInstanceInformationCommandOutput } from "./commands/DescribeInstanceInformationCommand";
45
+ import { type DescribeInstancePatchesCommandInput, type DescribeInstancePatchesCommandOutput } from "./commands/DescribeInstancePatchesCommand";
46
+ import { type DescribeInstancePatchStatesCommandInput, type DescribeInstancePatchStatesCommandOutput } from "./commands/DescribeInstancePatchStatesCommand";
47
+ import { type DescribeInstancePatchStatesForPatchGroupCommandInput, type DescribeInstancePatchStatesForPatchGroupCommandOutput } from "./commands/DescribeInstancePatchStatesForPatchGroupCommand";
48
+ import { type DescribeInstancePropertiesCommandInput, type DescribeInstancePropertiesCommandOutput } from "./commands/DescribeInstancePropertiesCommand";
49
+ import { type DescribeInventoryDeletionsCommandInput, type DescribeInventoryDeletionsCommandOutput } from "./commands/DescribeInventoryDeletionsCommand";
50
+ import { type DescribeMaintenanceWindowExecutionsCommandInput, type DescribeMaintenanceWindowExecutionsCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionsCommand";
51
+ import { type DescribeMaintenanceWindowExecutionTaskInvocationsCommandInput, type DescribeMaintenanceWindowExecutionTaskInvocationsCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand";
52
+ import { type DescribeMaintenanceWindowExecutionTasksCommandInput, type DescribeMaintenanceWindowExecutionTasksCommandOutput } from "./commands/DescribeMaintenanceWindowExecutionTasksCommand";
53
+ import { type DescribeMaintenanceWindowScheduleCommandInput, type DescribeMaintenanceWindowScheduleCommandOutput } from "./commands/DescribeMaintenanceWindowScheduleCommand";
54
+ import { type DescribeMaintenanceWindowsCommandInput, type DescribeMaintenanceWindowsCommandOutput } from "./commands/DescribeMaintenanceWindowsCommand";
55
+ import { type DescribeMaintenanceWindowsForTargetCommandInput, type DescribeMaintenanceWindowsForTargetCommandOutput } from "./commands/DescribeMaintenanceWindowsForTargetCommand";
56
+ import { type DescribeMaintenanceWindowTargetsCommandInput, type DescribeMaintenanceWindowTargetsCommandOutput } from "./commands/DescribeMaintenanceWindowTargetsCommand";
57
+ import { type DescribeMaintenanceWindowTasksCommandInput, type DescribeMaintenanceWindowTasksCommandOutput } from "./commands/DescribeMaintenanceWindowTasksCommand";
58
+ import { type DescribeOpsItemsCommandInput, type DescribeOpsItemsCommandOutput } from "./commands/DescribeOpsItemsCommand";
59
+ import { type DescribeParametersCommandInput, type DescribeParametersCommandOutput } from "./commands/DescribeParametersCommand";
60
+ import { type DescribePatchBaselinesCommandInput, type DescribePatchBaselinesCommandOutput } from "./commands/DescribePatchBaselinesCommand";
61
+ import { type DescribePatchGroupsCommandInput, type DescribePatchGroupsCommandOutput } from "./commands/DescribePatchGroupsCommand";
62
+ import { type DescribePatchGroupStateCommandInput, type DescribePatchGroupStateCommandOutput } from "./commands/DescribePatchGroupStateCommand";
63
+ import { type DescribePatchPropertiesCommandInput, type DescribePatchPropertiesCommandOutput } from "./commands/DescribePatchPropertiesCommand";
64
+ import { type DescribeSessionsCommandInput, type DescribeSessionsCommandOutput } from "./commands/DescribeSessionsCommand";
65
+ import { type DisassociateOpsItemRelatedItemCommandInput, type DisassociateOpsItemRelatedItemCommandOutput } from "./commands/DisassociateOpsItemRelatedItemCommand";
66
+ import { type GetAccessTokenCommandInput, type GetAccessTokenCommandOutput } from "./commands/GetAccessTokenCommand";
67
+ import { type GetAutomationExecutionCommandInput, type GetAutomationExecutionCommandOutput } from "./commands/GetAutomationExecutionCommand";
68
+ import { type GetCalendarStateCommandInput, type GetCalendarStateCommandOutput } from "./commands/GetCalendarStateCommand";
69
+ import { type GetCommandInvocationCommandInput, type GetCommandInvocationCommandOutput } from "./commands/GetCommandInvocationCommand";
70
+ import { type GetConnectionStatusCommandInput, type GetConnectionStatusCommandOutput } from "./commands/GetConnectionStatusCommand";
71
+ import { type GetDefaultPatchBaselineCommandInput, type GetDefaultPatchBaselineCommandOutput } from "./commands/GetDefaultPatchBaselineCommand";
72
+ import { type GetDeployablePatchSnapshotForInstanceCommandInput, type GetDeployablePatchSnapshotForInstanceCommandOutput } from "./commands/GetDeployablePatchSnapshotForInstanceCommand";
73
+ import { type GetDocumentCommandInput, type GetDocumentCommandOutput } from "./commands/GetDocumentCommand";
74
+ import { type GetExecutionPreviewCommandInput, type GetExecutionPreviewCommandOutput } from "./commands/GetExecutionPreviewCommand";
75
+ import { type GetInventoryCommandInput, type GetInventoryCommandOutput } from "./commands/GetInventoryCommand";
76
+ import { type GetInventorySchemaCommandInput, type GetInventorySchemaCommandOutput } from "./commands/GetInventorySchemaCommand";
77
+ import { type GetMaintenanceWindowCommandInput, type GetMaintenanceWindowCommandOutput } from "./commands/GetMaintenanceWindowCommand";
78
+ import { type GetMaintenanceWindowExecutionCommandInput, type GetMaintenanceWindowExecutionCommandOutput } from "./commands/GetMaintenanceWindowExecutionCommand";
79
+ import { type GetMaintenanceWindowExecutionTaskCommandInput, type GetMaintenanceWindowExecutionTaskCommandOutput } from "./commands/GetMaintenanceWindowExecutionTaskCommand";
80
+ import { type GetMaintenanceWindowExecutionTaskInvocationCommandInput, type GetMaintenanceWindowExecutionTaskInvocationCommandOutput } from "./commands/GetMaintenanceWindowExecutionTaskInvocationCommand";
81
+ import { type GetMaintenanceWindowTaskCommandInput, type GetMaintenanceWindowTaskCommandOutput } from "./commands/GetMaintenanceWindowTaskCommand";
82
+ import { type GetOpsItemCommandInput, type GetOpsItemCommandOutput } from "./commands/GetOpsItemCommand";
83
+ import { type GetOpsMetadataCommandInput, type GetOpsMetadataCommandOutput } from "./commands/GetOpsMetadataCommand";
84
+ import { type GetOpsSummaryCommandInput, type GetOpsSummaryCommandOutput } from "./commands/GetOpsSummaryCommand";
85
+ import { type GetParameterCommandInput, type GetParameterCommandOutput } from "./commands/GetParameterCommand";
86
+ import { type GetParameterHistoryCommandInput, type GetParameterHistoryCommandOutput } from "./commands/GetParameterHistoryCommand";
87
+ import { type GetParametersByPathCommandInput, type GetParametersByPathCommandOutput } from "./commands/GetParametersByPathCommand";
88
+ import { type GetParametersCommandInput, type GetParametersCommandOutput } from "./commands/GetParametersCommand";
89
+ import { type GetPatchBaselineCommandInput, type GetPatchBaselineCommandOutput } from "./commands/GetPatchBaselineCommand";
90
+ import { type GetPatchBaselineForPatchGroupCommandInput, type GetPatchBaselineForPatchGroupCommandOutput } from "./commands/GetPatchBaselineForPatchGroupCommand";
91
+ import { type GetResourcePoliciesCommandInput, type GetResourcePoliciesCommandOutput } from "./commands/GetResourcePoliciesCommand";
92
+ import { type GetServiceSettingCommandInput, type GetServiceSettingCommandOutput } from "./commands/GetServiceSettingCommand";
93
+ import { type LabelParameterVersionCommandInput, type LabelParameterVersionCommandOutput } from "./commands/LabelParameterVersionCommand";
94
+ import { type ListAssociationsCommandInput, type ListAssociationsCommandOutput } from "./commands/ListAssociationsCommand";
95
+ import { type ListAssociationVersionsCommandInput, type ListAssociationVersionsCommandOutput } from "./commands/ListAssociationVersionsCommand";
96
+ import { type ListCommandInvocationsCommandInput, type ListCommandInvocationsCommandOutput } from "./commands/ListCommandInvocationsCommand";
97
+ import { type ListCommandsCommandInput, type ListCommandsCommandOutput } from "./commands/ListCommandsCommand";
98
+ import { type ListComplianceItemsCommandInput, type ListComplianceItemsCommandOutput } from "./commands/ListComplianceItemsCommand";
99
+ import { type ListComplianceSummariesCommandInput, type ListComplianceSummariesCommandOutput } from "./commands/ListComplianceSummariesCommand";
100
+ import { type ListDocumentMetadataHistoryCommandInput, type ListDocumentMetadataHistoryCommandOutput } from "./commands/ListDocumentMetadataHistoryCommand";
101
+ import { type ListDocumentsCommandInput, type ListDocumentsCommandOutput } from "./commands/ListDocumentsCommand";
102
+ import { type ListDocumentVersionsCommandInput, type ListDocumentVersionsCommandOutput } from "./commands/ListDocumentVersionsCommand";
103
+ import { type ListInventoryEntriesCommandInput, type ListInventoryEntriesCommandOutput } from "./commands/ListInventoryEntriesCommand";
104
+ import { type ListNodesCommandInput, type ListNodesCommandOutput } from "./commands/ListNodesCommand";
105
+ import { type ListNodesSummaryCommandInput, type ListNodesSummaryCommandOutput } from "./commands/ListNodesSummaryCommand";
106
+ import { type ListOpsItemEventsCommandInput, type ListOpsItemEventsCommandOutput } from "./commands/ListOpsItemEventsCommand";
107
+ import { type ListOpsItemRelatedItemsCommandInput, type ListOpsItemRelatedItemsCommandOutput } from "./commands/ListOpsItemRelatedItemsCommand";
108
+ import { type ListOpsMetadataCommandInput, type ListOpsMetadataCommandOutput } from "./commands/ListOpsMetadataCommand";
109
+ import { type ListResourceComplianceSummariesCommandInput, type ListResourceComplianceSummariesCommandOutput } from "./commands/ListResourceComplianceSummariesCommand";
110
+ import { type ListResourceDataSyncCommandInput, type ListResourceDataSyncCommandOutput } from "./commands/ListResourceDataSyncCommand";
111
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
112
+ import { type ModifyDocumentPermissionCommandInput, type ModifyDocumentPermissionCommandOutput } from "./commands/ModifyDocumentPermissionCommand";
113
+ import { type PutComplianceItemsCommandInput, type PutComplianceItemsCommandOutput } from "./commands/PutComplianceItemsCommand";
114
+ import { type PutInventoryCommandInput, type PutInventoryCommandOutput } from "./commands/PutInventoryCommand";
115
+ import { type PutParameterCommandInput, type PutParameterCommandOutput } from "./commands/PutParameterCommand";
116
+ import { type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput } from "./commands/PutResourcePolicyCommand";
117
+ import { type RegisterDefaultPatchBaselineCommandInput, type RegisterDefaultPatchBaselineCommandOutput } from "./commands/RegisterDefaultPatchBaselineCommand";
118
+ import { type RegisterPatchBaselineForPatchGroupCommandInput, type RegisterPatchBaselineForPatchGroupCommandOutput } from "./commands/RegisterPatchBaselineForPatchGroupCommand";
119
+ import { type RegisterTargetWithMaintenanceWindowCommandInput, type RegisterTargetWithMaintenanceWindowCommandOutput } from "./commands/RegisterTargetWithMaintenanceWindowCommand";
120
+ import { type RegisterTaskWithMaintenanceWindowCommandInput, type RegisterTaskWithMaintenanceWindowCommandOutput } from "./commands/RegisterTaskWithMaintenanceWindowCommand";
121
+ import { type RemoveTagsFromResourceCommandInput, type RemoveTagsFromResourceCommandOutput } from "./commands/RemoveTagsFromResourceCommand";
122
+ import { type ResetServiceSettingCommandInput, type ResetServiceSettingCommandOutput } from "./commands/ResetServiceSettingCommand";
123
+ import { type ResumeSessionCommandInput, type ResumeSessionCommandOutput } from "./commands/ResumeSessionCommand";
124
+ import { type SendAutomationSignalCommandInput, type SendAutomationSignalCommandOutput } from "./commands/SendAutomationSignalCommand";
125
+ import { type SendCommandCommandInput, type SendCommandCommandOutput } from "./commands/SendCommandCommand";
126
+ import { type StartAccessRequestCommandInput, type StartAccessRequestCommandOutput } from "./commands/StartAccessRequestCommand";
127
+ import { type StartAssociationsOnceCommandInput, type StartAssociationsOnceCommandOutput } from "./commands/StartAssociationsOnceCommand";
128
+ import { type StartAutomationExecutionCommandInput, type StartAutomationExecutionCommandOutput } from "./commands/StartAutomationExecutionCommand";
129
+ import { type StartChangeRequestExecutionCommandInput, type StartChangeRequestExecutionCommandOutput } from "./commands/StartChangeRequestExecutionCommand";
130
+ import { type StartExecutionPreviewCommandInput, type StartExecutionPreviewCommandOutput } from "./commands/StartExecutionPreviewCommand";
131
+ import { type StartSessionCommandInput, type StartSessionCommandOutput } from "./commands/StartSessionCommand";
132
+ import { type StopAutomationExecutionCommandInput, type StopAutomationExecutionCommandOutput } from "./commands/StopAutomationExecutionCommand";
133
+ import { type TerminateSessionCommandInput, type TerminateSessionCommandOutput } from "./commands/TerminateSessionCommand";
134
+ import { type UnlabelParameterVersionCommandInput, type UnlabelParameterVersionCommandOutput } from "./commands/UnlabelParameterVersionCommand";
135
+ import { type UpdateAssociationCommandInput, type UpdateAssociationCommandOutput } from "./commands/UpdateAssociationCommand";
136
+ import { type UpdateAssociationStatusCommandInput, type UpdateAssociationStatusCommandOutput } from "./commands/UpdateAssociationStatusCommand";
137
+ import { type UpdateDocumentCommandInput, type UpdateDocumentCommandOutput } from "./commands/UpdateDocumentCommand";
138
+ import { type UpdateDocumentDefaultVersionCommandInput, type UpdateDocumentDefaultVersionCommandOutput } from "./commands/UpdateDocumentDefaultVersionCommand";
139
+ import { type UpdateDocumentMetadataCommandInput, type UpdateDocumentMetadataCommandOutput } from "./commands/UpdateDocumentMetadataCommand";
140
+ import { type UpdateMaintenanceWindowCommandInput, type UpdateMaintenanceWindowCommandOutput } from "./commands/UpdateMaintenanceWindowCommand";
141
+ import { type UpdateMaintenanceWindowTargetCommandInput, type UpdateMaintenanceWindowTargetCommandOutput } from "./commands/UpdateMaintenanceWindowTargetCommand";
142
+ import { type UpdateMaintenanceWindowTaskCommandInput, type UpdateMaintenanceWindowTaskCommandOutput } from "./commands/UpdateMaintenanceWindowTaskCommand";
143
+ import { type UpdateManagedInstanceRoleCommandInput, type UpdateManagedInstanceRoleCommandOutput } from "./commands/UpdateManagedInstanceRoleCommand";
144
+ import { type UpdateOpsItemCommandInput, type UpdateOpsItemCommandOutput } from "./commands/UpdateOpsItemCommand";
145
+ import { type UpdateOpsMetadataCommandInput, type UpdateOpsMetadataCommandOutput } from "./commands/UpdateOpsMetadataCommand";
146
+ import { type UpdatePatchBaselineCommandInput, type UpdatePatchBaselineCommandOutput } from "./commands/UpdatePatchBaselineCommand";
147
+ import { type UpdateResourceDataSyncCommandInput, type UpdateResourceDataSyncCommandOutput } from "./commands/UpdateResourceDataSyncCommand";
148
+ import { type UpdateServiceSettingCommandInput, type UpdateServiceSettingCommandOutput } from "./commands/UpdateServiceSettingCommand";
149
149
  import { SSMClient } from "./SSMClient";
150
150
  export interface SSM {
151
151
  /**