@aws-sdk/client-ssm 3.774.0 → 3.777.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 (151) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  2. package/dist-cjs/index.js +17 -18
  3. package/dist-es/SSMClient.js +2 -1
  4. package/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  5. package/dist-es/endpoint/EndpointParameters.js +2 -3
  6. package/dist-es/runtimeExtensions.js +2 -14
  7. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -0
  8. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -0
  9. package/dist-types/commands/CancelCommandCommand.d.ts +1 -0
  10. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +1 -0
  11. package/dist-types/commands/CreateActivationCommand.d.ts +1 -0
  12. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +1 -0
  13. package/dist-types/commands/CreateAssociationCommand.d.ts +1 -0
  14. package/dist-types/commands/CreateDocumentCommand.d.ts +1 -0
  15. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +1 -0
  16. package/dist-types/commands/CreateOpsItemCommand.d.ts +1 -0
  17. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +1 -0
  18. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +1 -0
  19. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +1 -0
  20. package/dist-types/commands/DeleteActivationCommand.d.ts +1 -0
  21. package/dist-types/commands/DeleteAssociationCommand.d.ts +1 -0
  22. package/dist-types/commands/DeleteDocumentCommand.d.ts +1 -0
  23. package/dist-types/commands/DeleteInventoryCommand.d.ts +1 -0
  24. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteOpsItemCommand.d.ts +1 -0
  26. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +1 -0
  27. package/dist-types/commands/DeleteParameterCommand.d.ts +1 -0
  28. package/dist-types/commands/DeleteParametersCommand.d.ts +1 -0
  29. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +1 -0
  30. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +1 -0
  31. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -0
  32. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +1 -0
  33. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  34. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +1 -0
  35. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +1 -0
  36. package/dist-types/commands/DescribeActivationsCommand.d.ts +1 -0
  37. package/dist-types/commands/DescribeAssociationCommand.d.ts +1 -0
  38. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +1 -0
  39. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +1 -0
  40. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +1 -0
  41. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +1 -0
  42. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +1 -0
  43. package/dist-types/commands/DescribeDocumentCommand.d.ts +1 -0
  44. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +1 -0
  45. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +1 -0
  46. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +1 -0
  47. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +1 -0
  48. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +1 -0
  49. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -0
  50. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -0
  51. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -0
  52. package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +1 -0
  53. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +1 -0
  54. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +1 -0
  55. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +1 -0
  56. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +1 -0
  57. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +1 -0
  58. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +1 -0
  59. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +1 -0
  60. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +1 -0
  61. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +1 -0
  62. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -0
  63. package/dist-types/commands/DescribeParametersCommand.d.ts +1 -0
  64. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +1 -0
  65. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +1 -0
  66. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +1 -0
  67. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +1 -0
  68. package/dist-types/commands/DescribeSessionsCommand.d.ts +1 -0
  69. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +1 -0
  70. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +1 -0
  71. package/dist-types/commands/GetCalendarStateCommand.d.ts +1 -0
  72. package/dist-types/commands/GetCommandInvocationCommand.d.ts +1 -0
  73. package/dist-types/commands/GetConnectionStatusCommand.d.ts +1 -0
  74. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +1 -0
  75. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -0
  76. package/dist-types/commands/GetDocumentCommand.d.ts +1 -0
  77. package/dist-types/commands/GetExecutionPreviewCommand.d.ts +1 -29
  78. package/dist-types/commands/GetInventoryCommand.d.ts +1 -0
  79. package/dist-types/commands/GetInventorySchemaCommand.d.ts +1 -0
  80. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +1 -0
  81. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +1 -0
  82. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +1 -0
  83. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +1 -0
  84. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -0
  85. package/dist-types/commands/GetOpsItemCommand.d.ts +1 -0
  86. package/dist-types/commands/GetOpsMetadataCommand.d.ts +1 -0
  87. package/dist-types/commands/GetOpsSummaryCommand.d.ts +1 -0
  88. package/dist-types/commands/GetParameterCommand.d.ts +1 -0
  89. package/dist-types/commands/GetParameterHistoryCommand.d.ts +1 -0
  90. package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -0
  91. package/dist-types/commands/GetParametersCommand.d.ts +1 -0
  92. package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -0
  93. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -0
  94. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -0
  95. package/dist-types/commands/GetServiceSettingCommand.d.ts +1 -0
  96. package/dist-types/commands/LabelParameterVersionCommand.d.ts +1 -0
  97. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +1 -0
  98. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -0
  99. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +1 -0
  100. package/dist-types/commands/ListCommandsCommand.d.ts +1 -0
  101. package/dist-types/commands/ListComplianceItemsCommand.d.ts +1 -0
  102. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +1 -0
  103. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +1 -0
  104. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +1 -0
  105. package/dist-types/commands/ListDocumentsCommand.d.ts +1 -0
  106. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +1 -0
  107. package/dist-types/commands/ListNodesCommand.d.ts +1 -52
  108. package/dist-types/commands/ListNodesSummaryCommand.d.ts +19 -19
  109. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -0
  110. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +1 -0
  111. package/dist-types/commands/ListOpsMetadataCommand.d.ts +1 -0
  112. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +1 -0
  113. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +1 -0
  114. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
  115. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +1 -0
  116. package/dist-types/commands/PutComplianceItemsCommand.d.ts +1 -0
  117. package/dist-types/commands/PutInventoryCommand.d.ts +1 -0
  118. package/dist-types/commands/PutParameterCommand.d.ts +1 -0
  119. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -0
  120. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +1 -0
  121. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +1 -0
  122. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +1 -0
  123. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -0
  124. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
  125. package/dist-types/commands/ResetServiceSettingCommand.d.ts +1 -0
  126. package/dist-types/commands/ResumeSessionCommand.d.ts +1 -0
  127. package/dist-types/commands/SendAutomationSignalCommand.d.ts +1 -0
  128. package/dist-types/commands/SendCommandCommand.d.ts +1 -0
  129. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +1 -0
  130. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +1 -0
  131. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +1 -0
  132. package/dist-types/commands/StartExecutionPreviewCommand.d.ts +5 -5
  133. package/dist-types/commands/StartSessionCommand.d.ts +1 -0
  134. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +1 -0
  135. package/dist-types/commands/TerminateSessionCommand.d.ts +1 -0
  136. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +1 -0
  137. package/dist-types/commands/UpdateAssociationCommand.d.ts +1 -0
  138. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +1 -0
  139. package/dist-types/commands/UpdateDocumentCommand.d.ts +1 -0
  140. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +1 -0
  141. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +1 -0
  142. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +1 -0
  143. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +1 -0
  144. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +1 -0
  145. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +1 -0
  146. package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -0
  147. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +1 -0
  148. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +1 -0
  149. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +1 -0
  150. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +1 -0
  151. package/package.json +34 -34
@@ -122,6 +122,7 @@ declare const DescribeMaintenanceWindowTasksCommand_base: {
122
122
  * @throws {@link SSMServiceException}
123
123
  * <p>Base exception class for all service exceptions from SSM service.</p>
124
124
  *
125
+ *
125
126
  * @public
126
127
  */
127
128
  export declare class DescribeMaintenanceWindowTasksCommand extends DescribeMaintenanceWindowTasksCommand_base {
@@ -82,6 +82,7 @@ declare const DescribeMaintenanceWindowsCommand_base: {
82
82
  * @throws {@link SSMServiceException}
83
83
  * <p>Base exception class for all service exceptions from SSM service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class DescribeMaintenanceWindowsCommand extends DescribeMaintenanceWindowsCommand_base {
@@ -74,6 +74,7 @@ declare const DescribeMaintenanceWindowsForTargetCommand_base: {
74
74
  * @throws {@link SSMServiceException}
75
75
  * <p>Base exception class for all service exceptions from SSM service.</p>
76
76
  *
77
+ *
77
78
  * @public
78
79
  */
79
80
  export declare class DescribeMaintenanceWindowsForTargetCommand extends DescribeMaintenanceWindowsForTargetCommand_base {
@@ -98,6 +98,7 @@ declare const DescribeOpsItemsCommand_base: {
98
98
  * @throws {@link SSMServiceException}
99
99
  * <p>Base exception class for all service exceptions from SSM service.</p>
100
100
  *
101
+ *
101
102
  * @public
102
103
  */
103
104
  export declare class DescribeOpsItemsCommand extends DescribeOpsItemsCommand_base {
@@ -124,6 +124,7 @@ declare const DescribeParametersCommand_base: {
124
124
  * @throws {@link SSMServiceException}
125
125
  * <p>Base exception class for all service exceptions from SSM service.</p>
126
126
  *
127
+ *
127
128
  * @public
128
129
  */
129
130
  export declare class DescribeParametersCommand extends DescribeParametersCommand_base {
@@ -75,6 +75,7 @@ declare const DescribePatchBaselinesCommand_base: {
75
75
  * @throws {@link SSMServiceException}
76
76
  * <p>Base exception class for all service exceptions from SSM service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class DescribePatchBaselinesCommand extends DescribePatchBaselinesCommand_base {
@@ -72,6 +72,7 @@ declare const DescribePatchGroupStateCommand_base: {
72
72
  * @throws {@link SSMServiceException}
73
73
  * <p>Base exception class for all service exceptions from SSM service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DescribePatchGroupStateCommand extends DescribePatchGroupStateCommand_base {
@@ -78,6 +78,7 @@ declare const DescribePatchGroupsCommand_base: {
78
78
  * @throws {@link SSMServiceException}
79
79
  * <p>Base exception class for all service exceptions from SSM service.</p>
80
80
  *
81
+ *
81
82
  * @public
82
83
  */
83
84
  export declare class DescribePatchGroupsCommand extends DescribePatchGroupsCommand_base {
@@ -135,6 +135,7 @@ declare const DescribePatchPropertiesCommand_base: {
135
135
  * @throws {@link SSMServiceException}
136
136
  * <p>Base exception class for all service exceptions from SSM service.</p>
137
137
  *
138
+ *
138
139
  * @public
139
140
  */
140
141
  export declare class DescribePatchPropertiesCommand extends DescribePatchPropertiesCommand_base {
@@ -90,6 +90,7 @@ declare const DescribeSessionsCommand_base: {
90
90
  * @throws {@link SSMServiceException}
91
91
  * <p>Base exception class for all service exceptions from SSM service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class DescribeSessionsCommand extends DescribeSessionsCommand_base {
@@ -72,6 +72,7 @@ declare const DisassociateOpsItemRelatedItemCommand_base: {
72
72
  * @throws {@link SSMServiceException}
73
73
  * <p>Base exception class for all service exceptions from SSM service.</p>
74
74
  *
75
+ *
75
76
  * @public
76
77
  */
77
78
  export declare class DisassociateOpsItemRelatedItemCommand extends DisassociateOpsItemRelatedItemCommand_base {
@@ -263,6 +263,7 @@ declare const GetAutomationExecutionCommand_base: {
263
263
  * @throws {@link SSMServiceException}
264
264
  * <p>Base exception class for all service exceptions from SSM service.</p>
265
265
  *
266
+ *
266
267
  * @public
267
268
  */
268
269
  export declare class GetAutomationExecutionCommand extends GetAutomationExecutionCommand_base {
@@ -80,6 +80,7 @@ declare const GetCalendarStateCommand_base: {
80
80
  * @throws {@link SSMServiceException}
81
81
  * <p>Base exception class for all service exceptions from SSM service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class GetCalendarStateCommand extends GetCalendarStateCommand_base {
@@ -117,6 +117,7 @@ declare const GetCommandInvocationCommand_base: {
117
117
  * @throws {@link SSMServiceException}
118
118
  * <p>Base exception class for all service exceptions from SSM service.</p>
119
119
  *
120
+ *
120
121
  * @public
121
122
  */
122
123
  export declare class GetCommandInvocationCommand extends GetCommandInvocationCommand_base {
@@ -59,6 +59,7 @@ declare const GetConnectionStatusCommand_base: {
59
59
  * @throws {@link SSMServiceException}
60
60
  * <p>Base exception class for all service exceptions from SSM service.</p>
61
61
  *
62
+ *
62
63
  * @public
63
64
  */
64
65
  export declare class GetConnectionStatusCommand extends GetConnectionStatusCommand_base {
@@ -61,6 +61,7 @@ declare const GetDefaultPatchBaselineCommand_base: {
61
61
  * @throws {@link SSMServiceException}
62
62
  * <p>Base exception class for all service exceptions from SSM service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class GetDefaultPatchBaselineCommand extends GetDefaultPatchBaselineCommand_base {
@@ -131,6 +131,7 @@ declare const GetDeployablePatchSnapshotForInstanceCommand_base: {
131
131
  * @throws {@link SSMServiceException}
132
132
  * <p>Base exception class for all service exceptions from SSM service.</p>
133
133
  *
134
+ *
134
135
  * @public
135
136
  */
136
137
  export declare class GetDeployablePatchSnapshotForInstanceCommand extends GetDeployablePatchSnapshotForInstanceCommand_base {
@@ -93,6 +93,7 @@ declare const GetDocumentCommand_base: {
93
93
  * @throws {@link SSMServiceException}
94
94
  * <p>Base exception class for all service exceptions from SSM service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class GetDocumentCommand extends GetDocumentCommand_base {
@@ -81,36 +81,8 @@ declare const GetExecutionPreviewCommand_base: {
81
81
  * @throws {@link SSMServiceException}
82
82
  * <p>Base exception class for all service exceptions from SSM service.</p>
83
83
  *
84
- * @public
85
- * @example GetExecutionPreview
86
- * ```javascript
87
- * // This example illustrates one usage of GetExecutionPreview
88
- * const input = {
89
- * "ExecutionPreviewId": "2f27d6e5-9676-4708-b8bd-aef0ab47bb26"
90
- * };
91
- * const command = new GetExecutionPreviewCommand(input);
92
- * const response = await client.send(command);
93
- * /* response ==
94
- * {
95
- * "EndedAt": "2024-11-13T01:50:39.424000+00:00",
96
- * "ExecutionPreview": {
97
- * "Automation": {
98
- * "Regions": [
99
- * "us-east-2"
100
- * ],
101
- * "StepPreviews": {
102
- * "Undetermined": 1
103
- * },
104
- * "TotalAccounts": 1
105
- * }
106
- * },
107
- * "ExecutionPreviewId": "2f27d6e5-9676-4708-b8bd-aef0ab47bb26",
108
- * "Status": "Success"
109
- * }
110
- * *\/
111
- * // example id: getexecutionpreview-f6ae6a7e734e
112
- * ```
113
84
  *
85
+ * @public
114
86
  */
115
87
  export declare class GetExecutionPreviewCommand extends GetExecutionPreviewCommand_base {
116
88
  /** @internal type navigation helper, not in runtime. */
@@ -142,6 +142,7 @@ declare const GetInventoryCommand_base: {
142
142
  * @throws {@link SSMServiceException}
143
143
  * <p>Base exception class for all service exceptions from SSM service.</p>
144
144
  *
145
+ *
145
146
  * @public
146
147
  */
147
148
  export declare class GetInventoryCommand extends GetInventoryCommand_base {
@@ -81,6 +81,7 @@ declare const GetInventorySchemaCommand_base: {
81
81
  * @throws {@link SSMServiceException}
82
82
  * <p>Base exception class for all service exceptions from SSM service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class GetInventorySchemaCommand extends GetInventorySchemaCommand_base {
@@ -77,6 +77,7 @@ declare const GetMaintenanceWindowCommand_base: {
77
77
  * @throws {@link SSMServiceException}
78
78
  * <p>Base exception class for all service exceptions from SSM service.</p>
79
79
  *
80
+ *
80
81
  * @public
81
82
  */
82
83
  export declare class GetMaintenanceWindowCommand extends GetMaintenanceWindowCommand_base {
@@ -70,6 +70,7 @@ declare const GetMaintenanceWindowExecutionCommand_base: {
70
70
  * @throws {@link SSMServiceException}
71
71
  * <p>Base exception class for all service exceptions from SSM service.</p>
72
72
  *
73
+ *
73
74
  * @public
74
75
  */
75
76
  export declare class GetMaintenanceWindowExecutionCommand extends GetMaintenanceWindowExecutionCommand_base {
@@ -99,6 +99,7 @@ declare const GetMaintenanceWindowExecutionTaskCommand_base: {
99
99
  * @throws {@link SSMServiceException}
100
100
  * <p>Base exception class for all service exceptions from SSM service.</p>
101
101
  *
102
+ *
102
103
  * @public
103
104
  */
104
105
  export declare class GetMaintenanceWindowExecutionTaskCommand extends GetMaintenanceWindowExecutionTaskCommand_base {
@@ -76,6 +76,7 @@ declare const GetMaintenanceWindowExecutionTaskInvocationCommand_base: {
76
76
  * @throws {@link SSMServiceException}
77
77
  * <p>Base exception class for all service exceptions from SSM service.</p>
78
78
  *
79
+ *
79
80
  * @public
80
81
  */
81
82
  export declare class GetMaintenanceWindowExecutionTaskInvocationCommand extends GetMaintenanceWindowExecutionTaskInvocationCommand_base {
@@ -154,6 +154,7 @@ declare const GetMaintenanceWindowTaskCommand_base: {
154
154
  * @throws {@link SSMServiceException}
155
155
  * <p>Base exception class for all service exceptions from SSM service.</p>
156
156
  *
157
+ *
157
158
  * @public
158
159
  */
159
160
  export declare class GetMaintenanceWindowTaskCommand extends GetMaintenanceWindowTaskCommand_base {
@@ -108,6 +108,7 @@ declare const GetOpsItemCommand_base: {
108
108
  * @throws {@link SSMServiceException}
109
109
  * <p>Base exception class for all service exceptions from SSM service.</p>
110
110
  *
111
+ *
111
112
  * @public
112
113
  */
113
114
  export declare class GetOpsItemCommand extends GetOpsItemCommand_base {
@@ -71,6 +71,7 @@ declare const GetOpsMetadataCommand_base: {
71
71
  * @throws {@link SSMServiceException}
72
72
  * <p>Base exception class for all service exceptions from SSM service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class GetOpsMetadataCommand extends GetOpsMetadataCommand_base {
@@ -139,6 +139,7 @@ declare const GetOpsSummaryCommand_base: {
139
139
  * @throws {@link SSMServiceException}
140
140
  * <p>Base exception class for all service exceptions from SSM service.</p>
141
141
  *
142
+ *
142
143
  * @public
143
144
  */
144
145
  export declare class GetOpsSummaryCommand extends GetOpsSummaryCommand_base {
@@ -86,6 +86,7 @@ declare const GetParameterCommand_base: {
86
86
  * @throws {@link SSMServiceException}
87
87
  * <p>Base exception class for all service exceptions from SSM service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetParameterCommand extends GetParameterCommand_base {
@@ -105,6 +105,7 @@ declare const GetParameterHistoryCommand_base: {
105
105
  * @throws {@link SSMServiceException}
106
106
  * <p>Base exception class for all service exceptions from SSM service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class GetParameterHistoryCommand extends GetParameterHistoryCommand_base {
@@ -105,6 +105,7 @@ declare const GetParametersByPathCommand_base: {
105
105
  * @throws {@link SSMServiceException}
106
106
  * <p>Base exception class for all service exceptions from SSM service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class GetParametersByPathCommand extends GetParametersByPathCommand_base {
@@ -82,6 +82,7 @@ declare const GetParametersCommand_base: {
82
82
  * @throws {@link SSMServiceException}
83
83
  * <p>Base exception class for all service exceptions from SSM service.</p>
84
84
  *
85
+ *
85
86
  * @public
86
87
  */
87
88
  export declare class GetParametersCommand extends GetParametersCommand_base {
@@ -123,6 +123,7 @@ declare const GetPatchBaselineCommand_base: {
123
123
  * @throws {@link SSMServiceException}
124
124
  * <p>Base exception class for all service exceptions from SSM service.</p>
125
125
  *
126
+ *
126
127
  * @public
127
128
  */
128
129
  export declare class GetPatchBaselineCommand extends GetPatchBaselineCommand_base {
@@ -60,6 +60,7 @@ declare const GetPatchBaselineForPatchGroupCommand_base: {
60
60
  * @throws {@link SSMServiceException}
61
61
  * <p>Base exception class for all service exceptions from SSM service.</p>
62
62
  *
63
+ *
63
64
  * @public
64
65
  */
65
66
  export declare class GetPatchBaselineForPatchGroupCommand extends GetPatchBaselineForPatchGroupCommand_base {
@@ -73,6 +73,7 @@ declare const GetResourcePoliciesCommand_base: {
73
73
  * @throws {@link SSMServiceException}
74
74
  * <p>Base exception class for all service exceptions from SSM service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class GetResourcePoliciesCommand extends GetResourcePoliciesCommand_base {
@@ -81,6 +81,7 @@ declare const GetServiceSettingCommand_base: {
81
81
  * @throws {@link SSMServiceException}
82
82
  * <p>Base exception class for all service exceptions from SSM service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class GetServiceSettingCommand extends GetServiceSettingCommand_base {
@@ -118,6 +118,7 @@ declare const LabelParameterVersionCommand_base: {
118
118
  * @throws {@link SSMServiceException}
119
119
  * <p>Base exception class for all service exceptions from SSM service.</p>
120
120
  *
121
+ *
121
122
  * @public
122
123
  */
123
124
  export declare class LabelParameterVersionCommand extends LabelParameterVersionCommand_base {
@@ -148,6 +148,7 @@ declare const ListAssociationVersionsCommand_base: {
148
148
  * @throws {@link SSMServiceException}
149
149
  * <p>Base exception class for all service exceptions from SSM service.</p>
150
150
  *
151
+ *
151
152
  * @public
152
153
  */
153
154
  export declare class ListAssociationVersionsCommand extends ListAssociationVersionsCommand_base {
@@ -105,6 +105,7 @@ declare const ListAssociationsCommand_base: {
105
105
  * @throws {@link SSMServiceException}
106
106
  * <p>Base exception class for all service exceptions from SSM service.</p>
107
107
  *
108
+ *
108
109
  * @public
109
110
  */
110
111
  export declare class ListAssociationsCommand extends ListAssociationsCommand_base {
@@ -144,6 +144,7 @@ declare const ListCommandInvocationsCommand_base: {
144
144
  * @throws {@link SSMServiceException}
145
145
  * <p>Base exception class for all service exceptions from SSM service.</p>
146
146
  *
147
+ *
147
148
  * @public
148
149
  */
149
150
  export declare class ListCommandInvocationsCommand extends ListCommandInvocationsCommand_base {
@@ -159,6 +159,7 @@ declare const ListCommandsCommand_base: {
159
159
  * @throws {@link SSMServiceException}
160
160
  * <p>Base exception class for all service exceptions from SSM service.</p>
161
161
  *
162
+ *
162
163
  * @public
163
164
  */
164
165
  export declare class ListCommandsCommand extends ListCommandsCommand_base {
@@ -107,6 +107,7 @@ declare const ListComplianceItemsCommand_base: {
107
107
  * @throws {@link SSMServiceException}
108
108
  * <p>Base exception class for all service exceptions from SSM service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class ListComplianceItemsCommand extends ListComplianceItemsCommand_base {
@@ -102,6 +102,7 @@ declare const ListComplianceSummariesCommand_base: {
102
102
  * @throws {@link SSMServiceException}
103
103
  * <p>Base exception class for all service exceptions from SSM service.</p>
104
104
  *
105
+ *
105
106
  * @public
106
107
  */
107
108
  export declare class ListComplianceSummariesCommand extends ListComplianceSummariesCommand_base {
@@ -89,6 +89,7 @@ declare const ListDocumentMetadataHistoryCommand_base: {
89
89
  * @throws {@link SSMServiceException}
90
90
  * <p>Base exception class for all service exceptions from SSM service.</p>
91
91
  *
92
+ *
92
93
  * @public
93
94
  */
94
95
  export declare class ListDocumentMetadataHistoryCommand extends ListDocumentMetadataHistoryCommand_base {
@@ -79,6 +79,7 @@ declare const ListDocumentVersionsCommand_base: {
79
79
  * @throws {@link SSMServiceException}
80
80
  * <p>Base exception class for all service exceptions from SSM service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListDocumentVersionsCommand extends ListDocumentVersionsCommand_base {
@@ -112,6 +112,7 @@ declare const ListDocumentsCommand_base: {
112
112
  * @throws {@link SSMServiceException}
113
113
  * <p>Base exception class for all service exceptions from SSM service.</p>
114
114
  *
115
+ *
115
116
  * @public
116
117
  */
117
118
  export declare class ListDocumentsCommand extends ListDocumentsCommand_base {
@@ -107,6 +107,7 @@ declare const ListInventoryEntriesCommand_base: {
107
107
  * @throws {@link SSMServiceException}
108
108
  * <p>Base exception class for all service exceptions from SSM service.</p>
109
109
  *
110
+ *
110
111
  * @public
111
112
  */
112
113
  export declare class ListInventoryEntriesCommand extends ListInventoryEntriesCommand_base {
@@ -106,59 +106,8 @@ declare const ListNodesCommand_base: {
106
106
  * @throws {@link SSMServiceException}
107
107
  * <p>Base exception class for all service exceptions from SSM service.</p>
108
108
  *
109
- * @public
110
- * @example ListNodes
111
- * ```javascript
112
- * // This example illustrates one usage of ListNodes
113
- * const input = {
114
- * "Filters": [
115
- * {
116
- * "Key": "Region",
117
- * "Type": "Equal",
118
- * "Values": [
119
- * "us-east-2"
120
- * ]
121
- * }
122
- * ],
123
- * "MaxResults": 1,
124
- * "SyncName": "AWS-QuickSetup-ManagedNode"
125
- * };
126
- * const command = new ListNodesCommand(input);
127
- * const response = await client.send(command);
128
- * /* response ==
129
- * {
130
- * "NextToken": "A9lT8CAxj9aDFRi+MNAoFq08IEXAMPLE",
131
- * "Nodes": [
132
- * {
133
- * "CaptureTime": "2024-11-19T22:01:18",
134
- * "Id": "i-02573cafcfEXAMPLE",
135
- * "NodeType": {
136
- * "Instance": {
137
- * "AgentType": "amazon-ssm-agent",
138
- * "AgentVersion": "3.3.859.0",
139
- * "ComputerName": "ip-192.0.2.0.ec2.internal",
140
- * "InstanceStatus": "Active",
141
- * "IpAddress": "192.0.2.0",
142
- * "ManagedStatus": "Managed",
143
- * "PlatformName": "Amazon Linux",
144
- * "PlatformType": "Linux",
145
- * "PlatformVersion": "2023",
146
- * "ResourceType": "EC2Instance"
147
- * }
148
- * },
149
- * "Owner": {
150
- * "AccountId": "111122223333",
151
- * "OrganizationalUnitId": "ou-b8dn-sasv9tfp",
152
- * "OrganizationalUnitPath": "r-b8dn/ou-b8dn-sasv9tfp"
153
- * },
154
- * "Region": "us-east-2"
155
- * }
156
- * ]
157
- * }
158
- * *\/
159
- * // example id: listnodes--ec13d561ee02
160
- * ```
161
109
  *
110
+ * @public
162
111
  */
163
112
  export declare class ListNodesCommand extends ListNodesCommand_base {
164
113
  /** @internal type navigation helper, not in runtime. */
@@ -106,50 +106,50 @@ declare const ListNodesSummaryCommand_base: {
106
106
  * @throws {@link SSMServiceException}
107
107
  * <p>Base exception class for all service exceptions from SSM service.</p>
108
108
  *
109
- * @public
109
+ *
110
110
  * @example ListNodesSummary
111
111
  * ```javascript
112
112
  * // This example illustrates one usage of ListNodesSummary
113
113
  * const input = {
114
- * "Aggregators": [
114
+ * Aggregators: [
115
115
  * {
116
- * "AggregatorType": "Count",
117
- * "AttributeName": "Region",
118
- * "TypeName": "Instance"
116
+ * AggregatorType: "Count",
117
+ * AttributeName: "Region",
118
+ * TypeName: "Instance"
119
119
  * }
120
120
  * ],
121
- * "Filters": [
121
+ * Filters: [
122
122
  * {
123
- * "Key": "InstanceStatus",
124
- * "Type": "Equal",
125
- * "Values": [
123
+ * Key: "InstanceStatus",
124
+ * Type: "Equal",
125
+ * Values: [
126
126
  * "Active"
127
127
  * ]
128
128
  * }
129
129
  * ],
130
- * "MaxResults": 2,
131
- * "NextToken": "A9lT8CAxj9aDFRi+MNAoFq08I---EXAMPLE",
132
- * "SyncName": "AWS-QuickSetup-ManagedNode"
130
+ * MaxResults: 2,
131
+ * NextToken: "A9lT8CAxj9aDFRi+MNAoFq08I---EXAMPLE",
132
+ * SyncName: "AWS-QuickSetup-ManagedNode"
133
133
  * };
134
134
  * const command = new ListNodesSummaryCommand(input);
135
135
  * const response = await client.send(command);
136
- * /* response ==
136
+ * /* response is
137
137
  * {
138
- * "Summary": [
138
+ * Summary: [
139
139
  * {
140
- * "Count": "26",
141
- * "Region": "us-east-1"
140
+ * Count: "26",
141
+ * Region: "us-east-1"
142
142
  * },
143
143
  * {
144
- * "Count": "7",
145
- * "Region": "us-east-2"
144
+ * Count: "7",
145
+ * Region: "us-east-2"
146
146
  * }
147
147
  * ]
148
148
  * }
149
149
  * *\/
150
- * // example id: listnodessummary-9a63f9e71ee0
151
150
  * ```
152
151
  *
152
+ * @public
153
153
  */
154
154
  export declare class ListNodesSummaryCommand extends ListNodesSummaryCommand_base {
155
155
  /** @internal type navigation helper, not in runtime. */
@@ -91,6 +91,7 @@ declare const ListOpsItemEventsCommand_base: {
91
91
  * @throws {@link SSMServiceException}
92
92
  * <p>Base exception class for all service exceptions from SSM service.</p>
93
93
  *
94
+ *
94
95
  * @public
95
96
  */
96
97
  export declare class ListOpsItemEventsCommand extends ListOpsItemEventsCommand_base {
@@ -90,6 +90,7 @@ declare const ListOpsItemRelatedItemsCommand_base: {
90
90
  * @throws {@link SSMServiceException}
91
91
  * <p>Base exception class for all service exceptions from SSM service.</p>
92
92
  *
93
+ *
93
94
  * @public
94
95
  */
95
96
  export declare class ListOpsItemRelatedItemsCommand extends ListOpsItemRelatedItemsCommand_base {
@@ -79,6 +79,7 @@ declare const ListOpsMetadataCommand_base: {
79
79
  * @throws {@link SSMServiceException}
80
80
  * <p>Base exception class for all service exceptions from SSM service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class ListOpsMetadataCommand extends ListOpsMetadataCommand_base {
@@ -111,6 +111,7 @@ declare const ListResourceComplianceSummariesCommand_base: {
111
111
  * @throws {@link SSMServiceException}
112
112
  * <p>Base exception class for all service exceptions from SSM service.</p>
113
113
  *
114
+ *
114
115
  * @public
115
116
  */
116
117
  export declare class ListResourceComplianceSummariesCommand extends ListResourceComplianceSummariesCommand_base {