@aws-sdk/client-ssm 3.321.1 → 3.326.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 +4 -0
  2. package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +6 -0
  3. package/dist-types/commands/CancelCommandCommand.d.ts +4 -0
  4. package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateActivationCommand.d.ts +7 -0
  6. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +170 -0
  7. package/dist-types/commands/CreateAssociationCommand.d.ts +103 -0
  8. package/dist-types/commands/CreateDocumentCommand.d.ts +72 -0
  9. package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateOpsItemCommand.d.ts +7 -0
  11. package/dist-types/commands/CreateOpsMetadataCommand.d.ts +6 -0
  12. package/dist-types/commands/CreatePatchBaselineCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +4 -0
  14. package/dist-types/commands/DeleteActivationCommand.d.ts +4 -0
  15. package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteDocumentCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteInventoryCommand.d.ts +18 -0
  18. package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +4 -0
  20. package/dist-types/commands/DeleteParameterCommand.d.ts +4 -0
  21. package/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
  22. package/dist-types/commands/DeletePatchBaselineCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +4 -0
  24. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
  25. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +4 -0
  26. package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
  27. package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +7 -0
  28. package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +7 -0
  29. package/dist-types/commands/DescribeActivationsCommand.d.ts +25 -0
  30. package/dist-types/commands/DescribeAssociationCommand.d.ts +103 -0
  31. package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +22 -0
  32. package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +32 -0
  33. package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +123 -0
  34. package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +83 -0
  35. package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +39 -0
  36. package/dist-types/commands/DescribeDocumentCommand.d.ts +72 -0
  37. package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +15 -0
  38. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +14 -0
  39. package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +46 -0
  40. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +26 -0
  41. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +36 -0
  42. package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +32 -0
  43. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +32 -0
  44. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +17 -0
  45. package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +27 -0
  46. package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +22 -0
  47. package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +32 -0
  48. package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +13 -0
  50. package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +24 -0
  51. package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +49 -0
  52. package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +22 -0
  53. package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -0
  54. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +32 -0
  55. package/dist-types/commands/DescribeParametersCommand.d.ts +27 -0
  56. package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +15 -0
  57. package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +17 -0
  58. package/dist-types/commands/DescribePatchGroupsCommand.d.ts +18 -0
  59. package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +11 -0
  60. package/dist-types/commands/DescribeSessionsCommand.d.ts +24 -0
  61. package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -0
  62. package/dist-types/commands/GetAutomationExecutionCommand.d.ts +192 -0
  63. package/dist-types/commands/GetCalendarStateCommand.d.ts +8 -0
  64. package/dist-types/commands/GetCommandInvocationCommand.d.ts +25 -0
  65. package/dist-types/commands/GetConnectionStatusCommand.d.ts +7 -0
  66. package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +7 -0
  67. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +9 -0
  68. package/dist-types/commands/GetDocumentCommand.d.ts +33 -0
  69. package/dist-types/commands/GetInventoryCommand.d.ts +24 -0
  70. package/dist-types/commands/GetInventorySchemaCommand.d.ts +19 -0
  71. package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +20 -0
  72. package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +13 -0
  73. package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +40 -0
  74. package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +17 -0
  75. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +89 -0
  76. package/dist-types/commands/GetOpsItemCommand.d.ts +42 -0
  77. package/dist-types/commands/GetOpsMetadataCommand.d.ts +12 -0
  78. package/dist-types/commands/GetOpsSummaryCommand.d.ts +21 -0
  79. package/dist-types/commands/GetParameterCommand.d.ts +16 -0
  80. package/dist-types/commands/GetParameterHistoryCommand.d.ts +31 -0
  81. package/dist-types/commands/GetParametersByPathCommand.d.ts +19 -0
  82. package/dist-types/commands/GetParametersCommand.d.ts +21 -0
  83. package/dist-types/commands/GetPatchBaselineCommand.d.ts +62 -0
  84. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +8 -0
  85. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +13 -0
  86. package/dist-types/commands/GetServiceSettingCommand.d.ts +13 -0
  87. package/dist-types/commands/LabelParameterVersionCommand.d.ts +9 -0
  88. package/dist-types/commands/ListAssociationVersionsCommand.d.ts +74 -0
  89. package/dist-types/commands/ListAssociationsCommand.d.ts +41 -0
  90. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +50 -0
  91. package/dist-types/commands/ListCommandsCommand.d.ts +70 -0
  92. package/dist-types/commands/ListComplianceItemsCommand.d.ts +25 -0
  93. package/dist-types/commands/ListComplianceSummariesCommand.d.ts +33 -0
  94. package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +25 -0
  95. package/dist-types/commands/ListDocumentVersionsCommand.d.ts +20 -0
  96. package/dist-types/commands/ListDocumentsCommand.d.ts +39 -0
  97. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +15 -0
  98. package/dist-types/commands/ListOpsItemEventsCommand.d.ts +19 -0
  99. package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +23 -0
  100. package/dist-types/commands/ListOpsMetadataCommand.d.ts +15 -0
  101. package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +42 -0
  102. package/dist-types/commands/ListResourceDataSyncCommand.d.ts +45 -0
  103. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  104. package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +4 -0
  105. package/dist-types/commands/PutComplianceItemsCommand.d.ts +4 -0
  106. package/dist-types/commands/PutInventoryCommand.d.ts +6 -0
  107. package/dist-types/commands/PutParameterCommand.d.ts +7 -0
  108. package/dist-types/commands/PutResourcePolicyCommand.d.ts +7 -0
  109. package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +6 -0
  110. package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
  111. package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +6 -0
  112. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +6 -0
  113. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
  114. package/dist-types/commands/ResetServiceSettingCommand.d.ts +13 -0
  115. package/dist-types/commands/ResumeSessionCommand.d.ts +8 -0
  116. package/dist-types/commands/SendAutomationSignalCommand.d.ts +4 -0
  117. package/dist-types/commands/SendCommandCommand.d.ts +67 -0
  118. package/dist-types/commands/StartAssociationsOnceCommand.d.ts +4 -0
  119. package/dist-types/commands/StartAutomationExecutionCommand.d.ts +6 -0
  120. package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +6 -0
  121. package/dist-types/commands/StartSessionCommand.d.ts +8 -0
  122. package/dist-types/commands/StopAutomationExecutionCommand.d.ts +4 -0
  123. package/dist-types/commands/TerminateSessionCommand.d.ts +6 -0
  124. package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
  125. package/dist-types/commands/UpdateAssociationCommand.d.ts +103 -0
  126. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +103 -0
  127. package/dist-types/commands/UpdateDocumentCommand.d.ts +72 -0
  128. package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +10 -0
  129. package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +4 -0
  130. package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +17 -0
  131. package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +18 -0
  132. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +88 -0
  133. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -0
  134. package/dist-types/commands/UpdateOpsItemCommand.d.ts +4 -0
  135. package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +6 -0
  136. package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +59 -0
  137. package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +4 -0
  138. package/dist-types/commands/UpdateServiceSettingCommand.d.ts +4 -0
  139. package/package.json +16 -16
@@ -31,6 +31,196 @@ export interface GetAutomationExecutionCommandOutput extends GetAutomationExecut
31
31
  * };
32
32
  * const command = new GetAutomationExecutionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetAutomationExecutionResult
35
+ * // AutomationExecution: { // AutomationExecution
36
+ * // AutomationExecutionId: "STRING_VALUE",
37
+ * // DocumentName: "STRING_VALUE",
38
+ * // DocumentVersion: "STRING_VALUE",
39
+ * // ExecutionStartTime: new Date("TIMESTAMP"),
40
+ * // ExecutionEndTime: new Date("TIMESTAMP"),
41
+ * // AutomationExecutionStatus: "Pending" || "InProgress" || "Waiting" || "Success" || "TimedOut" || "Cancelling" || "Cancelled" || "Failed" || "PendingApproval" || "Approved" || "Rejected" || "Scheduled" || "RunbookInProgress" || "PendingChangeCalendarOverride" || "ChangeCalendarOverrideApproved" || "ChangeCalendarOverrideRejected" || "CompletedWithSuccess" || "CompletedWithFailure",
42
+ * // StepExecutions: [ // StepExecutionList
43
+ * // { // StepExecution
44
+ * // StepName: "STRING_VALUE",
45
+ * // Action: "STRING_VALUE",
46
+ * // TimeoutSeconds: Number("long"),
47
+ * // OnFailure: "STRING_VALUE",
48
+ * // MaxAttempts: Number("int"),
49
+ * // ExecutionStartTime: new Date("TIMESTAMP"),
50
+ * // ExecutionEndTime: new Date("TIMESTAMP"),
51
+ * // StepStatus: "Pending" || "InProgress" || "Waiting" || "Success" || "TimedOut" || "Cancelling" || "Cancelled" || "Failed" || "PendingApproval" || "Approved" || "Rejected" || "Scheduled" || "RunbookInProgress" || "PendingChangeCalendarOverride" || "ChangeCalendarOverrideApproved" || "ChangeCalendarOverrideRejected" || "CompletedWithSuccess" || "CompletedWithFailure",
52
+ * // ResponseCode: "STRING_VALUE",
53
+ * // Inputs: { // NormalStringMap
54
+ * // "<keys>": "STRING_VALUE",
55
+ * // },
56
+ * // Outputs: { // AutomationParameterMap
57
+ * // "<keys>": [ // AutomationParameterValueList
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // },
61
+ * // Response: "STRING_VALUE",
62
+ * // FailureMessage: "STRING_VALUE",
63
+ * // FailureDetails: { // FailureDetails
64
+ * // FailureStage: "STRING_VALUE",
65
+ * // FailureType: "STRING_VALUE",
66
+ * // Details: {
67
+ * // "<keys>": [
68
+ * // "STRING_VALUE",
69
+ * // ],
70
+ * // },
71
+ * // },
72
+ * // StepExecutionId: "STRING_VALUE",
73
+ * // OverriddenParameters: {
74
+ * // "<keys>": [
75
+ * // "STRING_VALUE",
76
+ * // ],
77
+ * // },
78
+ * // IsEnd: true || false,
79
+ * // NextStep: "STRING_VALUE",
80
+ * // IsCritical: true || false,
81
+ * // ValidNextSteps: [ // ValidNextStepList
82
+ * // "STRING_VALUE",
83
+ * // ],
84
+ * // Targets: [ // Targets
85
+ * // { // Target
86
+ * // Key: "STRING_VALUE",
87
+ * // Values: [ // TargetValues
88
+ * // "STRING_VALUE",
89
+ * // ],
90
+ * // },
91
+ * // ],
92
+ * // TargetLocation: { // TargetLocation
93
+ * // Accounts: [ // Accounts
94
+ * // "STRING_VALUE",
95
+ * // ],
96
+ * // Regions: [ // Regions
97
+ * // "STRING_VALUE",
98
+ * // ],
99
+ * // TargetLocationMaxConcurrency: "STRING_VALUE",
100
+ * // TargetLocationMaxErrors: "STRING_VALUE",
101
+ * // ExecutionRoleName: "STRING_VALUE",
102
+ * // TargetLocationAlarmConfiguration: { // AlarmConfiguration
103
+ * // IgnorePollAlarmFailure: true || false,
104
+ * // Alarms: [ // AlarmList // required
105
+ * // { // Alarm
106
+ * // Name: "STRING_VALUE", // required
107
+ * // },
108
+ * // ],
109
+ * // },
110
+ * // },
111
+ * // TriggeredAlarms: [ // AlarmStateInformationList
112
+ * // { // AlarmStateInformation
113
+ * // Name: "STRING_VALUE", // required
114
+ * // State: "UNKNOWN" || "ALARM", // required
115
+ * // },
116
+ * // ],
117
+ * // },
118
+ * // ],
119
+ * // StepExecutionsTruncated: true || false,
120
+ * // Parameters: "<AutomationParameterMap>",
121
+ * // Outputs: "<AutomationParameterMap>",
122
+ * // FailureMessage: "STRING_VALUE",
123
+ * // Mode: "Auto" || "Interactive",
124
+ * // ParentAutomationExecutionId: "STRING_VALUE",
125
+ * // ExecutedBy: "STRING_VALUE",
126
+ * // CurrentStepName: "STRING_VALUE",
127
+ * // CurrentAction: "STRING_VALUE",
128
+ * // TargetParameterName: "STRING_VALUE",
129
+ * // Targets: [
130
+ * // {
131
+ * // Key: "STRING_VALUE",
132
+ * // Values: [
133
+ * // "STRING_VALUE",
134
+ * // ],
135
+ * // },
136
+ * // ],
137
+ * // TargetMaps: [ // TargetMaps
138
+ * // { // TargetMap
139
+ * // "<keys>": [ // TargetMapValueList
140
+ * // "STRING_VALUE",
141
+ * // ],
142
+ * // },
143
+ * // ],
144
+ * // ResolvedTargets: { // ResolvedTargets
145
+ * // ParameterValues: [ // TargetParameterList
146
+ * // "STRING_VALUE",
147
+ * // ],
148
+ * // Truncated: true || false,
149
+ * // },
150
+ * // MaxConcurrency: "STRING_VALUE",
151
+ * // MaxErrors: "STRING_VALUE",
152
+ * // Target: "STRING_VALUE",
153
+ * // TargetLocations: [ // TargetLocations
154
+ * // {
155
+ * // Accounts: [
156
+ * // "STRING_VALUE",
157
+ * // ],
158
+ * // Regions: [
159
+ * // "STRING_VALUE",
160
+ * // ],
161
+ * // TargetLocationMaxConcurrency: "STRING_VALUE",
162
+ * // TargetLocationMaxErrors: "STRING_VALUE",
163
+ * // ExecutionRoleName: "STRING_VALUE",
164
+ * // TargetLocationAlarmConfiguration: {
165
+ * // IgnorePollAlarmFailure: true || false,
166
+ * // Alarms: [ // required
167
+ * // {
168
+ * // Name: "STRING_VALUE", // required
169
+ * // },
170
+ * // ],
171
+ * // },
172
+ * // },
173
+ * // ],
174
+ * // ProgressCounters: { // ProgressCounters
175
+ * // TotalSteps: Number("int"),
176
+ * // SuccessSteps: Number("int"),
177
+ * // FailedSteps: Number("int"),
178
+ * // CancelledSteps: Number("int"),
179
+ * // TimedOutSteps: Number("int"),
180
+ * // },
181
+ * // AlarmConfiguration: "<AlarmConfiguration>",
182
+ * // TriggeredAlarms: [
183
+ * // {
184
+ * // Name: "STRING_VALUE", // required
185
+ * // State: "UNKNOWN" || "ALARM", // required
186
+ * // },
187
+ * // ],
188
+ * // AutomationSubtype: "ChangeRequest",
189
+ * // ScheduledTime: new Date("TIMESTAMP"),
190
+ * // Runbooks: [ // Runbooks
191
+ * // { // Runbook
192
+ * // DocumentName: "STRING_VALUE", // required
193
+ * // DocumentVersion: "STRING_VALUE",
194
+ * // Parameters: "<AutomationParameterMap>",
195
+ * // TargetParameterName: "STRING_VALUE",
196
+ * // Targets: [
197
+ * // {
198
+ * // Key: "STRING_VALUE",
199
+ * // Values: [
200
+ * // "STRING_VALUE",
201
+ * // ],
202
+ * // },
203
+ * // ],
204
+ * // TargetMaps: [
205
+ * // {
206
+ * // "<keys>": [
207
+ * // "STRING_VALUE",
208
+ * // ],
209
+ * // },
210
+ * // ],
211
+ * // MaxConcurrency: "STRING_VALUE",
212
+ * // MaxErrors: "STRING_VALUE",
213
+ * // TargetLocations: [
214
+ * // "<TargetLocation>",
215
+ * // ],
216
+ * // },
217
+ * // ],
218
+ * // OpsItemId: "STRING_VALUE",
219
+ * // AssociationId: "STRING_VALUE",
220
+ * // ChangeRequestName: "STRING_VALUE",
221
+ * // },
222
+ * // };
223
+ *
34
224
  * ```
35
225
  *
36
226
  * @param GetAutomationExecutionCommandInput - {@link GetAutomationExecutionCommandInput}
@@ -46,6 +236,8 @@ export interface GetAutomationExecutionCommandOutput extends GetAutomationExecut
46
236
  * @throws {@link InternalServerError} (server fault)
47
237
  * <p>An error occurred on the server side.</p>
48
238
  *
239
+ * @throws {@link SSMServiceException}
240
+ * <p>Base exception class for all service exceptions from SSM service.</p>
49
241
  *
50
242
  */
51
243
  export declare class GetAutomationExecutionCommand extends $Command<GetAutomationExecutionCommandInput, GetAutomationExecutionCommandOutput, SSMClientResolvedConfig> {
@@ -42,6 +42,12 @@ export interface GetCalendarStateCommandOutput extends GetCalendarStateResponse,
42
42
  * };
43
43
  * const command = new GetCalendarStateCommand(input);
44
44
  * const response = await client.send(command);
45
+ * // { // GetCalendarStateResponse
46
+ * // State: "OPEN" || "CLOSED",
47
+ * // AtTime: "STRING_VALUE",
48
+ * // NextTransitionTime: "STRING_VALUE",
49
+ * // };
50
+ *
45
51
  * ```
46
52
  *
47
53
  * @param GetCalendarStateCommandInput - {@link GetCalendarStateCommandInput}
@@ -63,6 +69,8 @@ export interface GetCalendarStateCommandOutput extends GetCalendarStateResponse,
63
69
  * @throws {@link UnsupportedCalendarException} (client fault)
64
70
  * <p>The calendar entry contained in the specified SSM document isn't supported.</p>
65
71
  *
72
+ * @throws {@link SSMServiceException}
73
+ * <p>Base exception class for all service exceptions from SSM service.</p>
66
74
  *
67
75
  */
68
76
  export declare class GetCalendarStateCommand extends $Command<GetCalendarStateCommandInput, GetCalendarStateCommandOutput, SSMClientResolvedConfig> {
@@ -37,6 +37,29 @@ export interface GetCommandInvocationCommandOutput extends GetCommandInvocationR
37
37
  * };
38
38
  * const command = new GetCommandInvocationCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // { // GetCommandInvocationResult
41
+ * // CommandId: "STRING_VALUE",
42
+ * // InstanceId: "STRING_VALUE",
43
+ * // Comment: "STRING_VALUE",
44
+ * // DocumentName: "STRING_VALUE",
45
+ * // DocumentVersion: "STRING_VALUE",
46
+ * // PluginName: "STRING_VALUE",
47
+ * // ResponseCode: Number("int"),
48
+ * // ExecutionStartDateTime: "STRING_VALUE",
49
+ * // ExecutionElapsedTime: "STRING_VALUE",
50
+ * // ExecutionEndDateTime: "STRING_VALUE",
51
+ * // Status: "Pending" || "InProgress" || "Delayed" || "Success" || "Cancelled" || "TimedOut" || "Failed" || "Cancelling",
52
+ * // StatusDetails: "STRING_VALUE",
53
+ * // StandardOutputContent: "STRING_VALUE",
54
+ * // StandardOutputUrl: "STRING_VALUE",
55
+ * // StandardErrorContent: "STRING_VALUE",
56
+ * // StandardErrorUrl: "STRING_VALUE",
57
+ * // CloudWatchOutputConfig: { // CloudWatchOutputConfig
58
+ * // CloudWatchLogGroupName: "STRING_VALUE",
59
+ * // CloudWatchOutputEnabled: true || false,
60
+ * // },
61
+ * // };
62
+ *
40
63
  * ```
41
64
  *
42
65
  * @param GetCommandInvocationCommandInput - {@link GetCommandInvocationCommandInput}
@@ -78,6 +101,8 @@ export interface GetCommandInvocationCommandOutput extends GetCommandInvocationR
78
101
  * <p>The command ID and managed node ID you specified didn't match any invocations. Verify the
79
102
  * command ID and the managed node ID and try again. </p>
80
103
  *
104
+ * @throws {@link SSMServiceException}
105
+ * <p>Base exception class for all service exceptions from SSM service.</p>
81
106
  *
82
107
  */
83
108
  export declare class GetCommandInvocationCommand extends $Command<GetCommandInvocationCommandInput, GetCommandInvocationCommandOutput, SSMClientResolvedConfig> {
@@ -32,6 +32,11 @@ export interface GetConnectionStatusCommandOutput extends GetConnectionStatusRes
32
32
  * };
33
33
  * const command = new GetConnectionStatusCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // GetConnectionStatusResponse
36
+ * // Target: "STRING_VALUE",
37
+ * // Status: "Connected" || "NotConnected",
38
+ * // };
39
+ *
35
40
  * ```
36
41
  *
37
42
  * @param GetConnectionStatusCommandInput - {@link GetConnectionStatusCommandInput}
@@ -43,6 +48,8 @@ export interface GetConnectionStatusCommandOutput extends GetConnectionStatusRes
43
48
  * @throws {@link InternalServerError} (server fault)
44
49
  * <p>An error occurred on the server side.</p>
45
50
  *
51
+ * @throws {@link SSMServiceException}
52
+ * <p>Base exception class for all service exceptions from SSM service.</p>
46
53
  *
47
54
  */
48
55
  export declare class GetConnectionStatusCommand extends $Command<GetConnectionStatusCommandInput, GetConnectionStatusCommandOutput, SSMClientResolvedConfig> {
@@ -34,6 +34,11 @@ export interface GetDefaultPatchBaselineCommandOutput extends GetDefaultPatchBas
34
34
  * };
35
35
  * const command = new GetDefaultPatchBaselineCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetDefaultPatchBaselineResult
38
+ * // BaselineId: "STRING_VALUE",
39
+ * // 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",
40
+ * // };
41
+ *
37
42
  * ```
38
43
  *
39
44
  * @param GetDefaultPatchBaselineCommandInput - {@link GetDefaultPatchBaselineCommandInput}
@@ -45,6 +50,8 @@ export interface GetDefaultPatchBaselineCommandOutput extends GetDefaultPatchBas
45
50
  * @throws {@link InternalServerError} (server fault)
46
51
  * <p>An error occurred on the server side.</p>
47
52
  *
53
+ * @throws {@link SSMServiceException}
54
+ * <p>Base exception class for all service exceptions from SSM service.</p>
48
55
  *
49
56
  */
50
57
  export declare class GetDefaultPatchBaselineCommand extends $Command<GetDefaultPatchBaselineCommandInput, GetDefaultPatchBaselineCommandOutput, SSMClientResolvedConfig> {
@@ -91,6 +91,13 @@ export interface GetDeployablePatchSnapshotForInstanceCommandOutput extends GetD
91
91
  * };
92
92
  * const command = new GetDeployablePatchSnapshotForInstanceCommand(input);
93
93
  * const response = await client.send(command);
94
+ * // { // GetDeployablePatchSnapshotForInstanceResult
95
+ * // InstanceId: "STRING_VALUE",
96
+ * // SnapshotId: "STRING_VALUE",
97
+ * // SnapshotDownloadUrl: "STRING_VALUE",
98
+ * // Product: "STRING_VALUE",
99
+ * // };
100
+ *
94
101
  * ```
95
102
  *
96
103
  * @param GetDeployablePatchSnapshotForInstanceCommandInput - {@link GetDeployablePatchSnapshotForInstanceCommandInput}
@@ -112,6 +119,8 @@ export interface GetDeployablePatchSnapshotForInstanceCommandOutput extends GetD
112
119
  * <p>The operating systems you specified isn't supported, or the operation isn't supported for
113
120
  * the operating system.</p>
114
121
  *
122
+ * @throws {@link SSMServiceException}
123
+ * <p>Base exception class for all service exceptions from SSM service.</p>
115
124
  *
116
125
  */
117
126
  export declare class GetDeployablePatchSnapshotForInstanceCommand extends $Command<GetDeployablePatchSnapshotForInstanceCommandInput, GetDeployablePatchSnapshotForInstanceCommandOutput, SSMClientResolvedConfig> {
@@ -34,6 +34,37 @@ export interface GetDocumentCommandOutput extends GetDocumentResult, __MetadataB
34
34
  * };
35
35
  * const command = new GetDocumentCommand(input);
36
36
  * const response = await client.send(command);
37
+ * // { // GetDocumentResult
38
+ * // Name: "STRING_VALUE",
39
+ * // CreatedDate: new Date("TIMESTAMP"),
40
+ * // DisplayName: "STRING_VALUE",
41
+ * // VersionName: "STRING_VALUE",
42
+ * // DocumentVersion: "STRING_VALUE",
43
+ * // Status: "Creating" || "Active" || "Updating" || "Deleting" || "Failed",
44
+ * // StatusInformation: "STRING_VALUE",
45
+ * // Content: "STRING_VALUE",
46
+ * // DocumentType: "Command" || "Policy" || "Automation" || "Session" || "Package" || "ApplicationConfiguration" || "ApplicationConfigurationSchema" || "DeploymentStrategy" || "ChangeCalendar" || "Automation.ChangeTemplate" || "ProblemAnalysis" || "ProblemAnalysisTemplate" || "CloudFormation" || "ConformancePackTemplate" || "QuickSetup",
47
+ * // DocumentFormat: "YAML" || "JSON" || "TEXT",
48
+ * // Requires: [ // DocumentRequiresList
49
+ * // { // DocumentRequires
50
+ * // Name: "STRING_VALUE", // required
51
+ * // Version: "STRING_VALUE",
52
+ * // RequireType: "STRING_VALUE",
53
+ * // VersionName: "STRING_VALUE",
54
+ * // },
55
+ * // ],
56
+ * // AttachmentsContent: [ // AttachmentContentList
57
+ * // { // AttachmentContent
58
+ * // Name: "STRING_VALUE",
59
+ * // Size: Number("long"),
60
+ * // Hash: "STRING_VALUE",
61
+ * // HashType: "Sha256",
62
+ * // Url: "STRING_VALUE",
63
+ * // },
64
+ * // ],
65
+ * // ReviewStatus: "APPROVED" || "NOT_REVIEWED" || "PENDING" || "REJECTED",
66
+ * // };
67
+ *
37
68
  * ```
38
69
  *
39
70
  * @param GetDocumentCommandInput - {@link GetDocumentCommandInput}
@@ -51,6 +82,8 @@ export interface GetDocumentCommandOutput extends GetDocumentResult, __MetadataB
51
82
  * @throws {@link InvalidDocumentVersion} (client fault)
52
83
  * <p>The document version isn't valid or doesn't exist.</p>
53
84
  *
85
+ * @throws {@link SSMServiceException}
86
+ * <p>Base exception class for all service exceptions from SSM service.</p>
54
87
  *
55
88
  */
56
89
  export declare class GetDocumentCommand extends $Command<GetDocumentCommandInput, GetDocumentCommandOutput, SSMClientResolvedConfig> {
@@ -79,6 +79,28 @@ export interface GetInventoryCommandOutput extends GetInventoryResult, __Metadat
79
79
  * };
80
80
  * const command = new GetInventoryCommand(input);
81
81
  * const response = await client.send(command);
82
+ * // { // GetInventoryResult
83
+ * // Entities: [ // InventoryResultEntityList
84
+ * // { // InventoryResultEntity
85
+ * // Id: "STRING_VALUE",
86
+ * // Data: { // InventoryResultItemMap
87
+ * // "<keys>": { // InventoryResultItem
88
+ * // TypeName: "STRING_VALUE", // required
89
+ * // SchemaVersion: "STRING_VALUE", // required
90
+ * // CaptureTime: "STRING_VALUE",
91
+ * // ContentHash: "STRING_VALUE",
92
+ * // Content: [ // InventoryItemEntryList // required
93
+ * // { // InventoryItemEntry
94
+ * // "<keys>": "STRING_VALUE",
95
+ * // },
96
+ * // ],
97
+ * // },
98
+ * // },
99
+ * // },
100
+ * // ],
101
+ * // NextToken: "STRING_VALUE",
102
+ * // };
103
+ *
82
104
  * ```
83
105
  *
84
106
  * @param GetInventoryCommandInput - {@link GetInventoryCommandInput}
@@ -110,6 +132,8 @@ export interface GetInventoryCommandOutput extends GetInventoryResult, __Metadat
110
132
  * @throws {@link InvalidTypeNameException} (client fault)
111
133
  * <p>The parameter type name isn't valid.</p>
112
134
  *
135
+ * @throws {@link SSMServiceException}
136
+ * <p>Base exception class for all service exceptions from SSM service.</p>
113
137
  *
114
138
  */
115
139
  export declare class GetInventoryCommand extends $Command<GetInventoryCommandInput, GetInventoryCommandOutput, SSMClientResolvedConfig> {
@@ -36,6 +36,23 @@ export interface GetInventorySchemaCommandOutput extends GetInventorySchemaResul
36
36
  * };
37
37
  * const command = new GetInventorySchemaCommand(input);
38
38
  * const response = await client.send(command);
39
+ * // { // GetInventorySchemaResult
40
+ * // Schemas: [ // InventoryItemSchemaResultList
41
+ * // { // InventoryItemSchema
42
+ * // TypeName: "STRING_VALUE", // required
43
+ * // Version: "STRING_VALUE",
44
+ * // Attributes: [ // InventoryItemAttributeList // required
45
+ * // { // InventoryItemAttribute
46
+ * // Name: "STRING_VALUE", // required
47
+ * // DataType: "string" || "number", // required
48
+ * // },
49
+ * // ],
50
+ * // DisplayName: "STRING_VALUE",
51
+ * // },
52
+ * // ],
53
+ * // NextToken: "STRING_VALUE",
54
+ * // };
55
+ *
39
56
  * ```
40
57
  *
41
58
  * @param GetInventorySchemaCommandInput - {@link GetInventorySchemaCommandInput}
@@ -53,6 +70,8 @@ export interface GetInventorySchemaCommandOutput extends GetInventorySchemaResul
53
70
  * @throws {@link InvalidTypeNameException} (client fault)
54
71
  * <p>The parameter type name isn't valid.</p>
55
72
  *
73
+ * @throws {@link SSMServiceException}
74
+ * <p>Base exception class for all service exceptions from SSM service.</p>
56
75
  *
57
76
  */
58
77
  export declare class GetInventorySchemaCommand extends $Command<GetInventorySchemaCommandInput, GetInventorySchemaCommandOutput, SSMClientResolvedConfig> {
@@ -31,6 +31,24 @@ export interface GetMaintenanceWindowCommandOutput extends GetMaintenanceWindowR
31
31
  * };
32
32
  * const command = new GetMaintenanceWindowCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetMaintenanceWindowResult
35
+ * // WindowId: "STRING_VALUE",
36
+ * // Name: "STRING_VALUE",
37
+ * // Description: "STRING_VALUE",
38
+ * // StartDate: "STRING_VALUE",
39
+ * // EndDate: "STRING_VALUE",
40
+ * // Schedule: "STRING_VALUE",
41
+ * // ScheduleTimezone: "STRING_VALUE",
42
+ * // ScheduleOffset: Number("int"),
43
+ * // NextExecutionTime: "STRING_VALUE",
44
+ * // Duration: Number("int"),
45
+ * // Cutoff: Number("int"),
46
+ * // AllowUnassociatedTargets: true || false,
47
+ * // Enabled: true || false,
48
+ * // CreatedDate: new Date("TIMESTAMP"),
49
+ * // ModifiedDate: new Date("TIMESTAMP"),
50
+ * // };
51
+ *
34
52
  * ```
35
53
  *
36
54
  * @param GetMaintenanceWindowCommandInput - {@link GetMaintenanceWindowCommandInput}
@@ -48,6 +66,8 @@ export interface GetMaintenanceWindowCommandOutput extends GetMaintenanceWindowR
48
66
  * @throws {@link InternalServerError} (server fault)
49
67
  * <p>An error occurred on the server side.</p>
50
68
  *
69
+ * @throws {@link SSMServiceException}
70
+ * <p>Base exception class for all service exceptions from SSM service.</p>
51
71
  *
52
72
  */
53
73
  export declare class GetMaintenanceWindowCommand extends $Command<GetMaintenanceWindowCommandInput, GetMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
@@ -31,6 +31,17 @@ export interface GetMaintenanceWindowExecutionCommandOutput extends GetMaintenan
31
31
  * };
32
32
  * const command = new GetMaintenanceWindowExecutionCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // GetMaintenanceWindowExecutionResult
35
+ * // WindowExecutionId: "STRING_VALUE",
36
+ * // TaskIds: [ // MaintenanceWindowExecutionTaskIdList
37
+ * // "STRING_VALUE",
38
+ * // ],
39
+ * // Status: "PENDING" || "IN_PROGRESS" || "SUCCESS" || "FAILED" || "TIMED_OUT" || "CANCELLING" || "CANCELLED" || "SKIPPED_OVERLAPPING",
40
+ * // StatusDetails: "STRING_VALUE",
41
+ * // StartTime: new Date("TIMESTAMP"),
42
+ * // EndTime: new Date("TIMESTAMP"),
43
+ * // };
44
+ *
34
45
  * ```
35
46
  *
36
47
  * @param GetMaintenanceWindowExecutionCommandInput - {@link GetMaintenanceWindowExecutionCommandInput}
@@ -48,6 +59,8 @@ export interface GetMaintenanceWindowExecutionCommandOutput extends GetMaintenan
48
59
  * @throws {@link InternalServerError} (server fault)
49
60
  * <p>An error occurred on the server side.</p>
50
61
  *
62
+ * @throws {@link SSMServiceException}
63
+ * <p>Base exception class for all service exceptions from SSM service.</p>
51
64
  *
52
65
  */
53
66
  export declare class GetMaintenanceWindowExecutionCommand extends $Command<GetMaintenanceWindowExecutionCommandInput, GetMaintenanceWindowExecutionCommandOutput, SSMClientResolvedConfig> {
@@ -33,6 +33,44 @@ export interface GetMaintenanceWindowExecutionTaskCommandOutput extends GetMaint
33
33
  * };
34
34
  * const command = new GetMaintenanceWindowExecutionTaskCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetMaintenanceWindowExecutionTaskResult
37
+ * // WindowExecutionId: "STRING_VALUE",
38
+ * // TaskExecutionId: "STRING_VALUE",
39
+ * // TaskArn: "STRING_VALUE",
40
+ * // ServiceRole: "STRING_VALUE",
41
+ * // Type: "RUN_COMMAND" || "AUTOMATION" || "STEP_FUNCTIONS" || "LAMBDA",
42
+ * // TaskParameters: [ // MaintenanceWindowTaskParametersList
43
+ * // { // MaintenanceWindowTaskParameters
44
+ * // "<keys>": { // MaintenanceWindowTaskParameterValueExpression
45
+ * // Values: [ // MaintenanceWindowTaskParameterValueList
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // },
49
+ * // },
50
+ * // ],
51
+ * // Priority: Number("int"),
52
+ * // MaxConcurrency: "STRING_VALUE",
53
+ * // MaxErrors: "STRING_VALUE",
54
+ * // Status: "PENDING" || "IN_PROGRESS" || "SUCCESS" || "FAILED" || "TIMED_OUT" || "CANCELLING" || "CANCELLED" || "SKIPPED_OVERLAPPING",
55
+ * // StatusDetails: "STRING_VALUE",
56
+ * // StartTime: new Date("TIMESTAMP"),
57
+ * // EndTime: new Date("TIMESTAMP"),
58
+ * // AlarmConfiguration: { // AlarmConfiguration
59
+ * // IgnorePollAlarmFailure: true || false,
60
+ * // Alarms: [ // AlarmList // required
61
+ * // { // Alarm
62
+ * // Name: "STRING_VALUE", // required
63
+ * // },
64
+ * // ],
65
+ * // },
66
+ * // TriggeredAlarms: [ // AlarmStateInformationList
67
+ * // { // AlarmStateInformation
68
+ * // Name: "STRING_VALUE", // required
69
+ * // State: "UNKNOWN" || "ALARM", // required
70
+ * // },
71
+ * // ],
72
+ * // };
73
+ *
36
74
  * ```
37
75
  *
38
76
  * @param GetMaintenanceWindowExecutionTaskCommandInput - {@link GetMaintenanceWindowExecutionTaskCommandInput}
@@ -50,6 +88,8 @@ export interface GetMaintenanceWindowExecutionTaskCommandOutput extends GetMaint
50
88
  * @throws {@link InternalServerError} (server fault)
51
89
  * <p>An error occurred on the server side.</p>
52
90
  *
91
+ * @throws {@link SSMServiceException}
92
+ * <p>Base exception class for all service exceptions from SSM service.</p>
53
93
  *
54
94
  */
55
95
  export declare class GetMaintenanceWindowExecutionTaskCommand extends $Command<GetMaintenanceWindowExecutionTaskCommandInput, GetMaintenanceWindowExecutionTaskCommandOutput, SSMClientResolvedConfig> {
@@ -33,6 +33,21 @@ export interface GetMaintenanceWindowExecutionTaskInvocationCommandOutput extend
33
33
  * };
34
34
  * const command = new GetMaintenanceWindowExecutionTaskInvocationCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // { // GetMaintenanceWindowExecutionTaskInvocationResult
37
+ * // WindowExecutionId: "STRING_VALUE",
38
+ * // TaskExecutionId: "STRING_VALUE",
39
+ * // InvocationId: "STRING_VALUE",
40
+ * // ExecutionId: "STRING_VALUE",
41
+ * // TaskType: "RUN_COMMAND" || "AUTOMATION" || "STEP_FUNCTIONS" || "LAMBDA",
42
+ * // Parameters: "STRING_VALUE",
43
+ * // Status: "PENDING" || "IN_PROGRESS" || "SUCCESS" || "FAILED" || "TIMED_OUT" || "CANCELLING" || "CANCELLED" || "SKIPPED_OVERLAPPING",
44
+ * // StatusDetails: "STRING_VALUE",
45
+ * // StartTime: new Date("TIMESTAMP"),
46
+ * // EndTime: new Date("TIMESTAMP"),
47
+ * // OwnerInformation: "STRING_VALUE",
48
+ * // WindowTargetId: "STRING_VALUE",
49
+ * // };
50
+ *
36
51
  * ```
37
52
  *
38
53
  * @param GetMaintenanceWindowExecutionTaskInvocationCommandInput - {@link GetMaintenanceWindowExecutionTaskInvocationCommandInput}
@@ -50,6 +65,8 @@ export interface GetMaintenanceWindowExecutionTaskInvocationCommandOutput extend
50
65
  * @throws {@link InternalServerError} (server fault)
51
66
  * <p>An error occurred on the server side.</p>
52
67
  *
68
+ * @throws {@link SSMServiceException}
69
+ * <p>Base exception class for all service exceptions from SSM service.</p>
53
70
  *
54
71
  */
55
72
  export declare class GetMaintenanceWindowExecutionTaskInvocationCommand extends $Command<GetMaintenanceWindowExecutionTaskInvocationCommandInput, GetMaintenanceWindowExecutionTaskInvocationCommandOutput, SSMClientResolvedConfig> {