@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.
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +6 -0
- package/dist-types/commands/CancelCommandCommand.d.ts +4 -0
- package/dist-types/commands/CancelMaintenanceWindowExecutionCommand.d.ts +6 -0
- package/dist-types/commands/CreateActivationCommand.d.ts +7 -0
- package/dist-types/commands/CreateAssociationBatchCommand.d.ts +170 -0
- package/dist-types/commands/CreateAssociationCommand.d.ts +103 -0
- package/dist-types/commands/CreateDocumentCommand.d.ts +72 -0
- package/dist-types/commands/CreateMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/CreateOpsItemCommand.d.ts +7 -0
- package/dist-types/commands/CreateOpsMetadataCommand.d.ts +6 -0
- package/dist-types/commands/CreatePatchBaselineCommand.d.ts +6 -0
- package/dist-types/commands/CreateResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/DeleteActivationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAssociationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDocumentCommand.d.ts +4 -0
- package/dist-types/commands/DeleteInventoryCommand.d.ts +18 -0
- package/dist-types/commands/DeleteMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/DeleteOpsMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DeleteParameterCommand.d.ts +4 -0
- package/dist-types/commands/DeleteParametersCommand.d.ts +11 -0
- package/dist-types/commands/DeletePatchBaselineCommand.d.ts +6 -0
- package/dist-types/commands/DeleteResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +4 -0
- package/dist-types/commands/DeregisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
- package/dist-types/commands/DeregisterTargetFromMaintenanceWindowCommand.d.ts +7 -0
- package/dist-types/commands/DeregisterTaskFromMaintenanceWindowCommand.d.ts +7 -0
- package/dist-types/commands/DescribeActivationsCommand.d.ts +25 -0
- package/dist-types/commands/DescribeAssociationCommand.d.ts +103 -0
- package/dist-types/commands/DescribeAssociationExecutionTargetsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeAssociationExecutionsCommand.d.ts +32 -0
- package/dist-types/commands/DescribeAutomationExecutionsCommand.d.ts +123 -0
- package/dist-types/commands/DescribeAutomationStepExecutionsCommand.d.ts +83 -0
- package/dist-types/commands/DescribeAvailablePatchesCommand.d.ts +39 -0
- package/dist-types/commands/DescribeDocumentCommand.d.ts +72 -0
- package/dist-types/commands/DescribeDocumentPermissionCommand.d.ts +15 -0
- package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +14 -0
- package/dist-types/commands/DescribeEffectivePatchesForPatchBaselineCommand.d.ts +46 -0
- package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +26 -0
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +36 -0
- package/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +32 -0
- package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +32 -0
- package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +17 -0
- package/dist-types/commands/DescribeInventoryDeletionsCommand.d.ts +27 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionTasksCommand.d.ts +32 -0
- package/dist-types/commands/DescribeMaintenanceWindowExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeMaintenanceWindowScheduleCommand.d.ts +13 -0
- package/dist-types/commands/DescribeMaintenanceWindowTargetsCommand.d.ts +24 -0
- package/dist-types/commands/DescribeMaintenanceWindowTasksCommand.d.ts +49 -0
- package/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +22 -0
- package/dist-types/commands/DescribeMaintenanceWindowsForTargetCommand.d.ts +12 -0
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +32 -0
- package/dist-types/commands/DescribeParametersCommand.d.ts +27 -0
- package/dist-types/commands/DescribePatchBaselinesCommand.d.ts +15 -0
- package/dist-types/commands/DescribePatchGroupStateCommand.d.ts +17 -0
- package/dist-types/commands/DescribePatchGroupsCommand.d.ts +18 -0
- package/dist-types/commands/DescribePatchPropertiesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSessionsCommand.d.ts +24 -0
- package/dist-types/commands/DisassociateOpsItemRelatedItemCommand.d.ts +4 -0
- package/dist-types/commands/GetAutomationExecutionCommand.d.ts +192 -0
- package/dist-types/commands/GetCalendarStateCommand.d.ts +8 -0
- package/dist-types/commands/GetCommandInvocationCommand.d.ts +25 -0
- package/dist-types/commands/GetConnectionStatusCommand.d.ts +7 -0
- package/dist-types/commands/GetDefaultPatchBaselineCommand.d.ts +7 -0
- package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +9 -0
- package/dist-types/commands/GetDocumentCommand.d.ts +33 -0
- package/dist-types/commands/GetInventoryCommand.d.ts +24 -0
- package/dist-types/commands/GetInventorySchemaCommand.d.ts +19 -0
- package/dist-types/commands/GetMaintenanceWindowCommand.d.ts +20 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionCommand.d.ts +13 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskCommand.d.ts +40 -0
- package/dist-types/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.d.ts +17 -0
- package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +89 -0
- package/dist-types/commands/GetOpsItemCommand.d.ts +42 -0
- package/dist-types/commands/GetOpsMetadataCommand.d.ts +12 -0
- package/dist-types/commands/GetOpsSummaryCommand.d.ts +21 -0
- package/dist-types/commands/GetParameterCommand.d.ts +16 -0
- package/dist-types/commands/GetParameterHistoryCommand.d.ts +31 -0
- package/dist-types/commands/GetParametersByPathCommand.d.ts +19 -0
- package/dist-types/commands/GetParametersCommand.d.ts +21 -0
- package/dist-types/commands/GetPatchBaselineCommand.d.ts +62 -0
- package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +8 -0
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +13 -0
- package/dist-types/commands/GetServiceSettingCommand.d.ts +13 -0
- package/dist-types/commands/LabelParameterVersionCommand.d.ts +9 -0
- package/dist-types/commands/ListAssociationVersionsCommand.d.ts +74 -0
- package/dist-types/commands/ListAssociationsCommand.d.ts +41 -0
- package/dist-types/commands/ListCommandInvocationsCommand.d.ts +50 -0
- package/dist-types/commands/ListCommandsCommand.d.ts +70 -0
- package/dist-types/commands/ListComplianceItemsCommand.d.ts +25 -0
- package/dist-types/commands/ListComplianceSummariesCommand.d.ts +33 -0
- package/dist-types/commands/ListDocumentMetadataHistoryCommand.d.ts +25 -0
- package/dist-types/commands/ListDocumentVersionsCommand.d.ts +20 -0
- package/dist-types/commands/ListDocumentsCommand.d.ts +39 -0
- package/dist-types/commands/ListInventoryEntriesCommand.d.ts +15 -0
- package/dist-types/commands/ListOpsItemEventsCommand.d.ts +19 -0
- package/dist-types/commands/ListOpsItemRelatedItemsCommand.d.ts +23 -0
- package/dist-types/commands/ListOpsMetadataCommand.d.ts +15 -0
- package/dist-types/commands/ListResourceComplianceSummariesCommand.d.ts +42 -0
- package/dist-types/commands/ListResourceDataSyncCommand.d.ts +45 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyDocumentPermissionCommand.d.ts +4 -0
- package/dist-types/commands/PutComplianceItemsCommand.d.ts +4 -0
- package/dist-types/commands/PutInventoryCommand.d.ts +6 -0
- package/dist-types/commands/PutParameterCommand.d.ts +7 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +7 -0
- package/dist-types/commands/RegisterDefaultPatchBaselineCommand.d.ts +6 -0
- package/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +7 -0
- package/dist-types/commands/RegisterTargetWithMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +6 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
- package/dist-types/commands/ResetServiceSettingCommand.d.ts +13 -0
- package/dist-types/commands/ResumeSessionCommand.d.ts +8 -0
- package/dist-types/commands/SendAutomationSignalCommand.d.ts +4 -0
- package/dist-types/commands/SendCommandCommand.d.ts +67 -0
- package/dist-types/commands/StartAssociationsOnceCommand.d.ts +4 -0
- package/dist-types/commands/StartAutomationExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StartChangeRequestExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StartSessionCommand.d.ts +8 -0
- package/dist-types/commands/StopAutomationExecutionCommand.d.ts +4 -0
- package/dist-types/commands/TerminateSessionCommand.d.ts +6 -0
- package/dist-types/commands/UnlabelParameterVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAssociationCommand.d.ts +103 -0
- package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +103 -0
- package/dist-types/commands/UpdateDocumentCommand.d.ts +72 -0
- package/dist-types/commands/UpdateDocumentDefaultVersionCommand.d.ts +10 -0
- package/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +4 -0
- package/dist-types/commands/UpdateMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/commands/UpdateMaintenanceWindowTargetCommand.d.ts +18 -0
- package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +88 -0
- package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +4 -0
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +4 -0
- package/dist-types/commands/UpdateOpsMetadataCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePatchBaselineCommand.d.ts +59 -0
- package/dist-types/commands/UpdateResourceDataSyncCommand.d.ts +4 -0
- package/dist-types/commands/UpdateServiceSettingCommand.d.ts +4 -0
- package/package.json +16 -16
|
@@ -121,6 +121,107 @@ export interface UpdateAssociationCommandOutput extends UpdateAssociationResult,
|
|
|
121
121
|
* };
|
|
122
122
|
* const command = new UpdateAssociationCommand(input);
|
|
123
123
|
* const response = await client.send(command);
|
|
124
|
+
* // { // UpdateAssociationResult
|
|
125
|
+
* // AssociationDescription: { // AssociationDescription
|
|
126
|
+
* // Name: "STRING_VALUE",
|
|
127
|
+
* // InstanceId: "STRING_VALUE",
|
|
128
|
+
* // AssociationVersion: "STRING_VALUE",
|
|
129
|
+
* // Date: new Date("TIMESTAMP"),
|
|
130
|
+
* // LastUpdateAssociationDate: new Date("TIMESTAMP"),
|
|
131
|
+
* // Status: { // AssociationStatus
|
|
132
|
+
* // Date: new Date("TIMESTAMP"), // required
|
|
133
|
+
* // Name: "Pending" || "Success" || "Failed", // required
|
|
134
|
+
* // Message: "STRING_VALUE", // required
|
|
135
|
+
* // AdditionalInfo: "STRING_VALUE",
|
|
136
|
+
* // },
|
|
137
|
+
* // Overview: { // AssociationOverview
|
|
138
|
+
* // Status: "STRING_VALUE",
|
|
139
|
+
* // DetailedStatus: "STRING_VALUE",
|
|
140
|
+
* // AssociationStatusAggregatedCount: { // AssociationStatusAggregatedCount
|
|
141
|
+
* // "<keys>": Number("int"),
|
|
142
|
+
* // },
|
|
143
|
+
* // },
|
|
144
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
145
|
+
* // AutomationTargetParameterName: "STRING_VALUE",
|
|
146
|
+
* // Parameters: { // Parameters
|
|
147
|
+
* // "<keys>": [ // ParameterValueList
|
|
148
|
+
* // "STRING_VALUE",
|
|
149
|
+
* // ],
|
|
150
|
+
* // },
|
|
151
|
+
* // AssociationId: "STRING_VALUE",
|
|
152
|
+
* // Targets: [ // Targets
|
|
153
|
+
* // { // Target
|
|
154
|
+
* // Key: "STRING_VALUE",
|
|
155
|
+
* // Values: [ // TargetValues
|
|
156
|
+
* // "STRING_VALUE",
|
|
157
|
+
* // ],
|
|
158
|
+
* // },
|
|
159
|
+
* // ],
|
|
160
|
+
* // ScheduleExpression: "STRING_VALUE",
|
|
161
|
+
* // OutputLocation: { // InstanceAssociationOutputLocation
|
|
162
|
+
* // S3Location: { // S3OutputLocation
|
|
163
|
+
* // OutputS3Region: "STRING_VALUE",
|
|
164
|
+
* // OutputS3BucketName: "STRING_VALUE",
|
|
165
|
+
* // OutputS3KeyPrefix: "STRING_VALUE",
|
|
166
|
+
* // },
|
|
167
|
+
* // },
|
|
168
|
+
* // LastExecutionDate: new Date("TIMESTAMP"),
|
|
169
|
+
* // LastSuccessfulExecutionDate: new Date("TIMESTAMP"),
|
|
170
|
+
* // AssociationName: "STRING_VALUE",
|
|
171
|
+
* // MaxErrors: "STRING_VALUE",
|
|
172
|
+
* // MaxConcurrency: "STRING_VALUE",
|
|
173
|
+
* // ComplianceSeverity: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "UNSPECIFIED",
|
|
174
|
+
* // SyncCompliance: "AUTO" || "MANUAL",
|
|
175
|
+
* // ApplyOnlyAtCronInterval: true || false,
|
|
176
|
+
* // CalendarNames: [ // CalendarNameOrARNList
|
|
177
|
+
* // "STRING_VALUE",
|
|
178
|
+
* // ],
|
|
179
|
+
* // TargetLocations: [ // TargetLocations
|
|
180
|
+
* // { // TargetLocation
|
|
181
|
+
* // Accounts: [ // Accounts
|
|
182
|
+
* // "STRING_VALUE",
|
|
183
|
+
* // ],
|
|
184
|
+
* // Regions: [ // Regions
|
|
185
|
+
* // "STRING_VALUE",
|
|
186
|
+
* // ],
|
|
187
|
+
* // TargetLocationMaxConcurrency: "STRING_VALUE",
|
|
188
|
+
* // TargetLocationMaxErrors: "STRING_VALUE",
|
|
189
|
+
* // ExecutionRoleName: "STRING_VALUE",
|
|
190
|
+
* // TargetLocationAlarmConfiguration: { // AlarmConfiguration
|
|
191
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
192
|
+
* // Alarms: [ // AlarmList // required
|
|
193
|
+
* // { // Alarm
|
|
194
|
+
* // Name: "STRING_VALUE", // required
|
|
195
|
+
* // },
|
|
196
|
+
* // ],
|
|
197
|
+
* // },
|
|
198
|
+
* // },
|
|
199
|
+
* // ],
|
|
200
|
+
* // ScheduleOffset: Number("int"),
|
|
201
|
+
* // TargetMaps: [ // TargetMaps
|
|
202
|
+
* // { // TargetMap
|
|
203
|
+
* // "<keys>": [ // TargetMapValueList
|
|
204
|
+
* // "STRING_VALUE",
|
|
205
|
+
* // ],
|
|
206
|
+
* // },
|
|
207
|
+
* // ],
|
|
208
|
+
* // AlarmConfiguration: {
|
|
209
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
210
|
+
* // Alarms: [ // required
|
|
211
|
+
* // {
|
|
212
|
+
* // Name: "STRING_VALUE", // required
|
|
213
|
+
* // },
|
|
214
|
+
* // ],
|
|
215
|
+
* // },
|
|
216
|
+
* // TriggeredAlarms: [ // AlarmStateInformationList
|
|
217
|
+
* // { // AlarmStateInformation
|
|
218
|
+
* // Name: "STRING_VALUE", // required
|
|
219
|
+
* // State: "UNKNOWN" || "ALARM", // required
|
|
220
|
+
* // },
|
|
221
|
+
* // ],
|
|
222
|
+
* // },
|
|
223
|
+
* // };
|
|
224
|
+
*
|
|
124
225
|
* ```
|
|
125
226
|
*
|
|
126
227
|
* @param UpdateAssociationCommandInput - {@link UpdateAssociationCommandInput}
|
|
@@ -173,6 +274,8 @@ export interface UpdateAssociationCommandOutput extends UpdateAssociationResult,
|
|
|
173
274
|
* @throws {@link TooManyUpdates} (client fault)
|
|
174
275
|
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
175
276
|
*
|
|
277
|
+
* @throws {@link SSMServiceException}
|
|
278
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
176
279
|
*
|
|
177
280
|
*/
|
|
178
281
|
export declare class UpdateAssociationCommand extends $Command<UpdateAssociationCommandInput, UpdateAssociationCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -43,6 +43,107 @@ export interface UpdateAssociationStatusCommandOutput extends UpdateAssociationS
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new UpdateAssociationStatusCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // UpdateAssociationStatusResult
|
|
47
|
+
* // AssociationDescription: { // AssociationDescription
|
|
48
|
+
* // Name: "STRING_VALUE",
|
|
49
|
+
* // InstanceId: "STRING_VALUE",
|
|
50
|
+
* // AssociationVersion: "STRING_VALUE",
|
|
51
|
+
* // Date: new Date("TIMESTAMP"),
|
|
52
|
+
* // LastUpdateAssociationDate: new Date("TIMESTAMP"),
|
|
53
|
+
* // Status: { // AssociationStatus
|
|
54
|
+
* // Date: new Date("TIMESTAMP"), // required
|
|
55
|
+
* // Name: "Pending" || "Success" || "Failed", // required
|
|
56
|
+
* // Message: "STRING_VALUE", // required
|
|
57
|
+
* // AdditionalInfo: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // Overview: { // AssociationOverview
|
|
60
|
+
* // Status: "STRING_VALUE",
|
|
61
|
+
* // DetailedStatus: "STRING_VALUE",
|
|
62
|
+
* // AssociationStatusAggregatedCount: { // AssociationStatusAggregatedCount
|
|
63
|
+
* // "<keys>": Number("int"),
|
|
64
|
+
* // },
|
|
65
|
+
* // },
|
|
66
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
67
|
+
* // AutomationTargetParameterName: "STRING_VALUE",
|
|
68
|
+
* // Parameters: { // Parameters
|
|
69
|
+
* // "<keys>": [ // ParameterValueList
|
|
70
|
+
* // "STRING_VALUE",
|
|
71
|
+
* // ],
|
|
72
|
+
* // },
|
|
73
|
+
* // AssociationId: "STRING_VALUE",
|
|
74
|
+
* // Targets: [ // Targets
|
|
75
|
+
* // { // Target
|
|
76
|
+
* // Key: "STRING_VALUE",
|
|
77
|
+
* // Values: [ // TargetValues
|
|
78
|
+
* // "STRING_VALUE",
|
|
79
|
+
* // ],
|
|
80
|
+
* // },
|
|
81
|
+
* // ],
|
|
82
|
+
* // ScheduleExpression: "STRING_VALUE",
|
|
83
|
+
* // OutputLocation: { // InstanceAssociationOutputLocation
|
|
84
|
+
* // S3Location: { // S3OutputLocation
|
|
85
|
+
* // OutputS3Region: "STRING_VALUE",
|
|
86
|
+
* // OutputS3BucketName: "STRING_VALUE",
|
|
87
|
+
* // OutputS3KeyPrefix: "STRING_VALUE",
|
|
88
|
+
* // },
|
|
89
|
+
* // },
|
|
90
|
+
* // LastExecutionDate: new Date("TIMESTAMP"),
|
|
91
|
+
* // LastSuccessfulExecutionDate: new Date("TIMESTAMP"),
|
|
92
|
+
* // AssociationName: "STRING_VALUE",
|
|
93
|
+
* // MaxErrors: "STRING_VALUE",
|
|
94
|
+
* // MaxConcurrency: "STRING_VALUE",
|
|
95
|
+
* // ComplianceSeverity: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "UNSPECIFIED",
|
|
96
|
+
* // SyncCompliance: "AUTO" || "MANUAL",
|
|
97
|
+
* // ApplyOnlyAtCronInterval: true || false,
|
|
98
|
+
* // CalendarNames: [ // CalendarNameOrARNList
|
|
99
|
+
* // "STRING_VALUE",
|
|
100
|
+
* // ],
|
|
101
|
+
* // TargetLocations: [ // TargetLocations
|
|
102
|
+
* // { // TargetLocation
|
|
103
|
+
* // Accounts: [ // Accounts
|
|
104
|
+
* // "STRING_VALUE",
|
|
105
|
+
* // ],
|
|
106
|
+
* // Regions: [ // Regions
|
|
107
|
+
* // "STRING_VALUE",
|
|
108
|
+
* // ],
|
|
109
|
+
* // TargetLocationMaxConcurrency: "STRING_VALUE",
|
|
110
|
+
* // TargetLocationMaxErrors: "STRING_VALUE",
|
|
111
|
+
* // ExecutionRoleName: "STRING_VALUE",
|
|
112
|
+
* // TargetLocationAlarmConfiguration: { // AlarmConfiguration
|
|
113
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
114
|
+
* // Alarms: [ // AlarmList // required
|
|
115
|
+
* // { // Alarm
|
|
116
|
+
* // Name: "STRING_VALUE", // required
|
|
117
|
+
* // },
|
|
118
|
+
* // ],
|
|
119
|
+
* // },
|
|
120
|
+
* // },
|
|
121
|
+
* // ],
|
|
122
|
+
* // ScheduleOffset: Number("int"),
|
|
123
|
+
* // TargetMaps: [ // TargetMaps
|
|
124
|
+
* // { // TargetMap
|
|
125
|
+
* // "<keys>": [ // TargetMapValueList
|
|
126
|
+
* // "STRING_VALUE",
|
|
127
|
+
* // ],
|
|
128
|
+
* // },
|
|
129
|
+
* // ],
|
|
130
|
+
* // AlarmConfiguration: {
|
|
131
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
132
|
+
* // Alarms: [ // required
|
|
133
|
+
* // {
|
|
134
|
+
* // Name: "STRING_VALUE", // required
|
|
135
|
+
* // },
|
|
136
|
+
* // ],
|
|
137
|
+
* // },
|
|
138
|
+
* // TriggeredAlarms: [ // AlarmStateInformationList
|
|
139
|
+
* // { // AlarmStateInformation
|
|
140
|
+
* // Name: "STRING_VALUE", // required
|
|
141
|
+
* // State: "UNKNOWN" || "ALARM", // required
|
|
142
|
+
* // },
|
|
143
|
+
* // ],
|
|
144
|
+
* // },
|
|
145
|
+
* // };
|
|
146
|
+
*
|
|
46
147
|
* ```
|
|
47
148
|
*
|
|
48
149
|
* @param UpdateAssociationStatusCommandInput - {@link UpdateAssociationStatusCommandInput}
|
|
@@ -86,6 +187,8 @@ export interface UpdateAssociationStatusCommandOutput extends UpdateAssociationS
|
|
|
86
187
|
* @throws {@link TooManyUpdates} (client fault)
|
|
87
188
|
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
88
189
|
*
|
|
190
|
+
* @throws {@link SSMServiceException}
|
|
191
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
89
192
|
*
|
|
90
193
|
*/
|
|
91
194
|
export declare class UpdateAssociationStatusCommand extends $Command<UpdateAssociationStatusCommandInput, UpdateAssociationStatusCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -46,6 +46,76 @@ export interface UpdateDocumentCommandOutput extends UpdateDocumentResult, __Met
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new UpdateDocumentCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // UpdateDocumentResult
|
|
50
|
+
* // DocumentDescription: { // DocumentDescription
|
|
51
|
+
* // Sha1: "STRING_VALUE",
|
|
52
|
+
* // Hash: "STRING_VALUE",
|
|
53
|
+
* // HashType: "Sha256" || "Sha1",
|
|
54
|
+
* // Name: "STRING_VALUE",
|
|
55
|
+
* // DisplayName: "STRING_VALUE",
|
|
56
|
+
* // VersionName: "STRING_VALUE",
|
|
57
|
+
* // Owner: "STRING_VALUE",
|
|
58
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
59
|
+
* // Status: "Creating" || "Active" || "Updating" || "Deleting" || "Failed",
|
|
60
|
+
* // StatusInformation: "STRING_VALUE",
|
|
61
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
62
|
+
* // Description: "STRING_VALUE",
|
|
63
|
+
* // Parameters: [ // DocumentParameterList
|
|
64
|
+
* // { // DocumentParameter
|
|
65
|
+
* // Name: "STRING_VALUE",
|
|
66
|
+
* // Type: "String" || "StringList",
|
|
67
|
+
* // Description: "STRING_VALUE",
|
|
68
|
+
* // DefaultValue: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // ],
|
|
71
|
+
* // PlatformTypes: [ // PlatformTypeList
|
|
72
|
+
* // "Windows" || "Linux" || "MacOS",
|
|
73
|
+
* // ],
|
|
74
|
+
* // DocumentType: "Command" || "Policy" || "Automation" || "Session" || "Package" || "ApplicationConfiguration" || "ApplicationConfigurationSchema" || "DeploymentStrategy" || "ChangeCalendar" || "Automation.ChangeTemplate" || "ProblemAnalysis" || "ProblemAnalysisTemplate" || "CloudFormation" || "ConformancePackTemplate" || "QuickSetup",
|
|
75
|
+
* // SchemaVersion: "STRING_VALUE",
|
|
76
|
+
* // LatestVersion: "STRING_VALUE",
|
|
77
|
+
* // DefaultVersion: "STRING_VALUE",
|
|
78
|
+
* // DocumentFormat: "YAML" || "JSON" || "TEXT",
|
|
79
|
+
* // TargetType: "STRING_VALUE",
|
|
80
|
+
* // Tags: [ // TagList
|
|
81
|
+
* // { // Tag
|
|
82
|
+
* // Key: "STRING_VALUE", // required
|
|
83
|
+
* // Value: "STRING_VALUE", // required
|
|
84
|
+
* // },
|
|
85
|
+
* // ],
|
|
86
|
+
* // AttachmentsInformation: [ // AttachmentInformationList
|
|
87
|
+
* // { // AttachmentInformation
|
|
88
|
+
* // Name: "STRING_VALUE",
|
|
89
|
+
* // },
|
|
90
|
+
* // ],
|
|
91
|
+
* // Requires: [ // DocumentRequiresList
|
|
92
|
+
* // { // DocumentRequires
|
|
93
|
+
* // Name: "STRING_VALUE", // required
|
|
94
|
+
* // Version: "STRING_VALUE",
|
|
95
|
+
* // RequireType: "STRING_VALUE",
|
|
96
|
+
* // VersionName: "STRING_VALUE",
|
|
97
|
+
* // },
|
|
98
|
+
* // ],
|
|
99
|
+
* // Author: "STRING_VALUE",
|
|
100
|
+
* // ReviewInformation: [ // ReviewInformationList
|
|
101
|
+
* // { // ReviewInformation
|
|
102
|
+
* // ReviewedTime: new Date("TIMESTAMP"),
|
|
103
|
+
* // Status: "APPROVED" || "NOT_REVIEWED" || "PENDING" || "REJECTED",
|
|
104
|
+
* // Reviewer: "STRING_VALUE",
|
|
105
|
+
* // },
|
|
106
|
+
* // ],
|
|
107
|
+
* // ApprovedVersion: "STRING_VALUE",
|
|
108
|
+
* // PendingReviewVersion: "STRING_VALUE",
|
|
109
|
+
* // ReviewStatus: "APPROVED" || "NOT_REVIEWED" || "PENDING" || "REJECTED",
|
|
110
|
+
* // Category: [ // CategoryList
|
|
111
|
+
* // "STRING_VALUE",
|
|
112
|
+
* // ],
|
|
113
|
+
* // CategoryEnum: [ // CategoryEnumList
|
|
114
|
+
* // "STRING_VALUE",
|
|
115
|
+
* // ],
|
|
116
|
+
* // },
|
|
117
|
+
* // };
|
|
118
|
+
*
|
|
49
119
|
* ```
|
|
50
120
|
*
|
|
51
121
|
* @param UpdateDocumentCommandInput - {@link UpdateDocumentCommandInput}
|
|
@@ -88,6 +158,8 @@ export interface UpdateDocumentCommandOutput extends UpdateDocumentResult, __Met
|
|
|
88
158
|
* @throws {@link MaxDocumentSizeExceeded} (client fault)
|
|
89
159
|
* <p>The size limit of a document is 64 KB.</p>
|
|
90
160
|
*
|
|
161
|
+
* @throws {@link SSMServiceException}
|
|
162
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
91
163
|
*
|
|
92
164
|
*/
|
|
93
165
|
export declare class UpdateDocumentCommand extends $Command<UpdateDocumentCommandInput, UpdateDocumentCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -37,6 +37,14 @@ export interface UpdateDocumentDefaultVersionCommandOutput extends UpdateDocumen
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new UpdateDocumentDefaultVersionCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // UpdateDocumentDefaultVersionResult
|
|
41
|
+
* // Description: { // DocumentDefaultVersionDescription
|
|
42
|
+
* // Name: "STRING_VALUE",
|
|
43
|
+
* // DefaultVersion: "STRING_VALUE",
|
|
44
|
+
* // DefaultVersionName: "STRING_VALUE",
|
|
45
|
+
* // },
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
40
48
|
* ```
|
|
41
49
|
*
|
|
42
50
|
* @param UpdateDocumentDefaultVersionCommandInput - {@link UpdateDocumentDefaultVersionCommandInput}
|
|
@@ -57,6 +65,8 @@ export interface UpdateDocumentDefaultVersionCommandOutput extends UpdateDocumen
|
|
|
57
65
|
* @throws {@link InvalidDocumentVersion} (client fault)
|
|
58
66
|
* <p>The document version isn't valid or doesn't exist.</p>
|
|
59
67
|
*
|
|
68
|
+
* @throws {@link SSMServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
60
70
|
*
|
|
61
71
|
*/
|
|
62
72
|
export declare class UpdateDocumentDefaultVersionCommand extends $Command<UpdateDocumentDefaultVersionCommandInput, UpdateDocumentDefaultVersionCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -42,6 +42,8 @@ export interface UpdateDocumentMetadataCommandOutput extends UpdateDocumentMetad
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new UpdateDocumentMetadataCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // {};
|
|
46
|
+
*
|
|
45
47
|
* ```
|
|
46
48
|
*
|
|
47
49
|
* @param UpdateDocumentMetadataCommandInput - {@link UpdateDocumentMetadataCommandInput}
|
|
@@ -63,6 +65,8 @@ export interface UpdateDocumentMetadataCommandOutput extends UpdateDocumentMetad
|
|
|
63
65
|
* @throws {@link InvalidDocumentVersion} (client fault)
|
|
64
66
|
* <p>The document version isn't valid or doesn't exist.</p>
|
|
65
67
|
*
|
|
68
|
+
* @throws {@link SSMServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
66
70
|
*
|
|
67
71
|
*/
|
|
68
72
|
export declare class UpdateDocumentMetadataCommand extends $Command<UpdateDocumentMetadataCommandInput, UpdateDocumentMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -51,6 +51,21 @@ export interface UpdateMaintenanceWindowCommandOutput extends UpdateMaintenanceW
|
|
|
51
51
|
* };
|
|
52
52
|
* const command = new UpdateMaintenanceWindowCommand(input);
|
|
53
53
|
* const response = await client.send(command);
|
|
54
|
+
* // { // UpdateMaintenanceWindowResult
|
|
55
|
+
* // WindowId: "STRING_VALUE",
|
|
56
|
+
* // Name: "STRING_VALUE",
|
|
57
|
+
* // Description: "STRING_VALUE",
|
|
58
|
+
* // StartDate: "STRING_VALUE",
|
|
59
|
+
* // EndDate: "STRING_VALUE",
|
|
60
|
+
* // Schedule: "STRING_VALUE",
|
|
61
|
+
* // ScheduleTimezone: "STRING_VALUE",
|
|
62
|
+
* // ScheduleOffset: Number("int"),
|
|
63
|
+
* // Duration: Number("int"),
|
|
64
|
+
* // Cutoff: Number("int"),
|
|
65
|
+
* // AllowUnassociatedTargets: true || false,
|
|
66
|
+
* // Enabled: true || false,
|
|
67
|
+
* // };
|
|
68
|
+
*
|
|
54
69
|
* ```
|
|
55
70
|
*
|
|
56
71
|
* @param UpdateMaintenanceWindowCommandInput - {@link UpdateMaintenanceWindowCommandInput}
|
|
@@ -68,6 +83,8 @@ export interface UpdateMaintenanceWindowCommandOutput extends UpdateMaintenanceW
|
|
|
68
83
|
* @throws {@link InternalServerError} (server fault)
|
|
69
84
|
* <p>An error occurred on the server side.</p>
|
|
70
85
|
*
|
|
86
|
+
* @throws {@link SSMServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
71
88
|
*
|
|
72
89
|
*/
|
|
73
90
|
export declare class UpdateMaintenanceWindowCommand extends $Command<UpdateMaintenanceWindowCommandInput, UpdateMaintenanceWindowCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -69,6 +69,22 @@ export interface UpdateMaintenanceWindowTargetCommandOutput extends UpdateMainte
|
|
|
69
69
|
* };
|
|
70
70
|
* const command = new UpdateMaintenanceWindowTargetCommand(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
|
+
* // { // UpdateMaintenanceWindowTargetResult
|
|
73
|
+
* // WindowId: "STRING_VALUE",
|
|
74
|
+
* // WindowTargetId: "STRING_VALUE",
|
|
75
|
+
* // Targets: [ // Targets
|
|
76
|
+
* // { // Target
|
|
77
|
+
* // Key: "STRING_VALUE",
|
|
78
|
+
* // Values: [ // TargetValues
|
|
79
|
+
* // "STRING_VALUE",
|
|
80
|
+
* // ],
|
|
81
|
+
* // },
|
|
82
|
+
* // ],
|
|
83
|
+
* // OwnerInformation: "STRING_VALUE",
|
|
84
|
+
* // Name: "STRING_VALUE",
|
|
85
|
+
* // Description: "STRING_VALUE",
|
|
86
|
+
* // };
|
|
87
|
+
*
|
|
72
88
|
* ```
|
|
73
89
|
*
|
|
74
90
|
* @param UpdateMaintenanceWindowTargetCommandInput - {@link UpdateMaintenanceWindowTargetCommandInput}
|
|
@@ -86,6 +102,8 @@ export interface UpdateMaintenanceWindowTargetCommandOutput extends UpdateMainte
|
|
|
86
102
|
* @throws {@link InternalServerError} (server fault)
|
|
87
103
|
* <p>An error occurred on the server side.</p>
|
|
88
104
|
*
|
|
105
|
+
* @throws {@link SSMServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
89
107
|
*
|
|
90
108
|
*/
|
|
91
109
|
export declare class UpdateMaintenanceWindowTargetCommand extends $Command<UpdateMaintenanceWindowTargetCommandInput, UpdateMaintenanceWindowTargetCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -169,6 +169,92 @@ export interface UpdateMaintenanceWindowTaskCommandOutput extends UpdateMaintena
|
|
|
169
169
|
* };
|
|
170
170
|
* const command = new UpdateMaintenanceWindowTaskCommand(input);
|
|
171
171
|
* const response = await client.send(command);
|
|
172
|
+
* // { // UpdateMaintenanceWindowTaskResult
|
|
173
|
+
* // WindowId: "STRING_VALUE",
|
|
174
|
+
* // WindowTaskId: "STRING_VALUE",
|
|
175
|
+
* // Targets: [ // Targets
|
|
176
|
+
* // { // Target
|
|
177
|
+
* // Key: "STRING_VALUE",
|
|
178
|
+
* // Values: [ // TargetValues
|
|
179
|
+
* // "STRING_VALUE",
|
|
180
|
+
* // ],
|
|
181
|
+
* // },
|
|
182
|
+
* // ],
|
|
183
|
+
* // TaskArn: "STRING_VALUE",
|
|
184
|
+
* // ServiceRoleArn: "STRING_VALUE",
|
|
185
|
+
* // TaskParameters: { // MaintenanceWindowTaskParameters
|
|
186
|
+
* // "<keys>": { // MaintenanceWindowTaskParameterValueExpression
|
|
187
|
+
* // Values: [ // MaintenanceWindowTaskParameterValueList
|
|
188
|
+
* // "STRING_VALUE",
|
|
189
|
+
* // ],
|
|
190
|
+
* // },
|
|
191
|
+
* // },
|
|
192
|
+
* // TaskInvocationParameters: { // MaintenanceWindowTaskInvocationParameters
|
|
193
|
+
* // RunCommand: { // MaintenanceWindowRunCommandParameters
|
|
194
|
+
* // Comment: "STRING_VALUE",
|
|
195
|
+
* // CloudWatchOutputConfig: { // CloudWatchOutputConfig
|
|
196
|
+
* // CloudWatchLogGroupName: "STRING_VALUE",
|
|
197
|
+
* // CloudWatchOutputEnabled: true || false,
|
|
198
|
+
* // },
|
|
199
|
+
* // DocumentHash: "STRING_VALUE",
|
|
200
|
+
* // DocumentHashType: "Sha256" || "Sha1",
|
|
201
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
202
|
+
* // NotificationConfig: { // NotificationConfig
|
|
203
|
+
* // NotificationArn: "STRING_VALUE",
|
|
204
|
+
* // NotificationEvents: [ // NotificationEventList
|
|
205
|
+
* // "All" || "InProgress" || "Success" || "TimedOut" || "Cancelled" || "Failed",
|
|
206
|
+
* // ],
|
|
207
|
+
* // NotificationType: "Command" || "Invocation",
|
|
208
|
+
* // },
|
|
209
|
+
* // OutputS3BucketName: "STRING_VALUE",
|
|
210
|
+
* // OutputS3KeyPrefix: "STRING_VALUE",
|
|
211
|
+
* // Parameters: { // Parameters
|
|
212
|
+
* // "<keys>": [ // ParameterValueList
|
|
213
|
+
* // "STRING_VALUE",
|
|
214
|
+
* // ],
|
|
215
|
+
* // },
|
|
216
|
+
* // ServiceRoleArn: "STRING_VALUE",
|
|
217
|
+
* // TimeoutSeconds: Number("int"),
|
|
218
|
+
* // },
|
|
219
|
+
* // Automation: { // MaintenanceWindowAutomationParameters
|
|
220
|
+
* // DocumentVersion: "STRING_VALUE",
|
|
221
|
+
* // Parameters: { // AutomationParameterMap
|
|
222
|
+
* // "<keys>": [ // AutomationParameterValueList
|
|
223
|
+
* // "STRING_VALUE",
|
|
224
|
+
* // ],
|
|
225
|
+
* // },
|
|
226
|
+
* // },
|
|
227
|
+
* // StepFunctions: { // MaintenanceWindowStepFunctionsParameters
|
|
228
|
+
* // Input: "STRING_VALUE",
|
|
229
|
+
* // Name: "STRING_VALUE",
|
|
230
|
+
* // },
|
|
231
|
+
* // Lambda: { // MaintenanceWindowLambdaParameters
|
|
232
|
+
* // ClientContext: "STRING_VALUE",
|
|
233
|
+
* // Qualifier: "STRING_VALUE",
|
|
234
|
+
* // Payload: "BLOB_VALUE",
|
|
235
|
+
* // },
|
|
236
|
+
* // },
|
|
237
|
+
* // Priority: Number("int"),
|
|
238
|
+
* // MaxConcurrency: "STRING_VALUE",
|
|
239
|
+
* // MaxErrors: "STRING_VALUE",
|
|
240
|
+
* // LoggingInfo: { // LoggingInfo
|
|
241
|
+
* // S3BucketName: "STRING_VALUE", // required
|
|
242
|
+
* // S3KeyPrefix: "STRING_VALUE",
|
|
243
|
+
* // S3Region: "STRING_VALUE", // required
|
|
244
|
+
* // },
|
|
245
|
+
* // Name: "STRING_VALUE",
|
|
246
|
+
* // Description: "STRING_VALUE",
|
|
247
|
+
* // CutoffBehavior: "CONTINUE_TASK" || "CANCEL_TASK",
|
|
248
|
+
* // AlarmConfiguration: { // AlarmConfiguration
|
|
249
|
+
* // IgnorePollAlarmFailure: true || false,
|
|
250
|
+
* // Alarms: [ // AlarmList // required
|
|
251
|
+
* // { // Alarm
|
|
252
|
+
* // Name: "STRING_VALUE", // required
|
|
253
|
+
* // },
|
|
254
|
+
* // ],
|
|
255
|
+
* // },
|
|
256
|
+
* // };
|
|
257
|
+
*
|
|
172
258
|
* ```
|
|
173
259
|
*
|
|
174
260
|
* @param UpdateMaintenanceWindowTaskCommandInput - {@link UpdateMaintenanceWindowTaskCommandInput}
|
|
@@ -186,6 +272,8 @@ export interface UpdateMaintenanceWindowTaskCommandOutput extends UpdateMaintena
|
|
|
186
272
|
* @throws {@link InternalServerError} (server fault)
|
|
187
273
|
* <p>An error occurred on the server side.</p>
|
|
188
274
|
*
|
|
275
|
+
* @throws {@link SSMServiceException}
|
|
276
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
189
277
|
*
|
|
190
278
|
*/
|
|
191
279
|
export declare class UpdateMaintenanceWindowTaskCommand extends $Command<UpdateMaintenanceWindowTaskCommandInput, UpdateMaintenanceWindowTaskCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface UpdateManagedInstanceRoleCommandOutput extends UpdateManagedIns
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpdateManagedInstanceRoleCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param UpdateManagedInstanceRoleCommandInput - {@link UpdateManagedInstanceRoleCommandInput}
|
|
@@ -65,6 +67,8 @@ export interface UpdateManagedInstanceRoleCommandOutput extends UpdateManagedIns
|
|
|
65
67
|
* </li>
|
|
66
68
|
* </ul>
|
|
67
69
|
*
|
|
70
|
+
* @throws {@link SSMServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
68
72
|
*
|
|
69
73
|
*/
|
|
70
74
|
export declare class UpdateManagedInstanceRoleCommand extends $Command<UpdateManagedInstanceRoleCommandInput, UpdateManagedInstanceRoleCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -66,6 +66,8 @@ export interface UpdateOpsItemCommandOutput extends UpdateOpsItemResponse, __Met
|
|
|
66
66
|
* };
|
|
67
67
|
* const command = new UpdateOpsItemCommand(input);
|
|
68
68
|
* const response = await client.send(command);
|
|
69
|
+
* // {};
|
|
70
|
+
*
|
|
69
71
|
* ```
|
|
70
72
|
*
|
|
71
73
|
* @param UpdateOpsItemCommandInput - {@link UpdateOpsItemCommandInput}
|
|
@@ -96,6 +98,8 @@ export interface UpdateOpsItemCommandOutput extends UpdateOpsItemResponse, __Met
|
|
|
96
98
|
* @throws {@link OpsItemNotFoundException} (client fault)
|
|
97
99
|
* <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
|
|
98
100
|
*
|
|
101
|
+
* @throws {@link SSMServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
99
103
|
*
|
|
100
104
|
*/
|
|
101
105
|
export declare class UpdateOpsItemCommand extends $Command<UpdateOpsItemCommandInput, UpdateOpsItemCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -39,6 +39,10 @@ export interface UpdateOpsMetadataCommandOutput extends UpdateOpsMetadataResult,
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new UpdateOpsMetadataCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // UpdateOpsMetadataResult
|
|
43
|
+
* // OpsMetadataArn: "STRING_VALUE",
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
42
46
|
* ```
|
|
43
47
|
*
|
|
44
48
|
* @param UpdateOpsMetadataCommandInput - {@link UpdateOpsMetadataCommandInput}
|
|
@@ -64,6 +68,8 @@ export interface UpdateOpsMetadataCommandOutput extends UpdateOpsMetadataResult,
|
|
|
64
68
|
* <p>The system is processing too many concurrent updates. Wait a few moments and try
|
|
65
69
|
* again.</p>
|
|
66
70
|
*
|
|
71
|
+
* @throws {@link SSMServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
67
73
|
*
|
|
68
74
|
*/
|
|
69
75
|
export declare class UpdateOpsMetadataCommand extends $Command<UpdateOpsMetadataCommandInput, UpdateOpsMetadataCommandOutput, SSMClientResolvedConfig> {
|
|
@@ -87,6 +87,63 @@ export interface UpdatePatchBaselineCommandOutput extends UpdatePatchBaselineRes
|
|
|
87
87
|
* };
|
|
88
88
|
* const command = new UpdatePatchBaselineCommand(input);
|
|
89
89
|
* const response = await client.send(command);
|
|
90
|
+
* // { // UpdatePatchBaselineResult
|
|
91
|
+
* // BaselineId: "STRING_VALUE",
|
|
92
|
+
* // Name: "STRING_VALUE",
|
|
93
|
+
* // 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",
|
|
94
|
+
* // GlobalFilters: { // PatchFilterGroup
|
|
95
|
+
* // PatchFilters: [ // PatchFilterList // required
|
|
96
|
+
* // { // PatchFilter
|
|
97
|
+
* // Key: "ARCH" || "ADVISORY_ID" || "BUGZILLA_ID" || "PATCH_SET" || "PRODUCT" || "PRODUCT_FAMILY" || "CLASSIFICATION" || "CVE_ID" || "EPOCH" || "MSRC_SEVERITY" || "NAME" || "PATCH_ID" || "SECTION" || "PRIORITY" || "REPOSITORY" || "RELEASE" || "SEVERITY" || "SECURITY" || "VERSION", // required
|
|
98
|
+
* // Values: [ // PatchFilterValueList // required
|
|
99
|
+
* // "STRING_VALUE",
|
|
100
|
+
* // ],
|
|
101
|
+
* // },
|
|
102
|
+
* // ],
|
|
103
|
+
* // },
|
|
104
|
+
* // ApprovalRules: { // PatchRuleGroup
|
|
105
|
+
* // PatchRules: [ // PatchRuleList // required
|
|
106
|
+
* // { // PatchRule
|
|
107
|
+
* // PatchFilterGroup: {
|
|
108
|
+
* // PatchFilters: [ // required
|
|
109
|
+
* // {
|
|
110
|
+
* // Key: "ARCH" || "ADVISORY_ID" || "BUGZILLA_ID" || "PATCH_SET" || "PRODUCT" || "PRODUCT_FAMILY" || "CLASSIFICATION" || "CVE_ID" || "EPOCH" || "MSRC_SEVERITY" || "NAME" || "PATCH_ID" || "SECTION" || "PRIORITY" || "REPOSITORY" || "RELEASE" || "SEVERITY" || "SECURITY" || "VERSION", // required
|
|
111
|
+
* // Values: [ // required
|
|
112
|
+
* // "STRING_VALUE",
|
|
113
|
+
* // ],
|
|
114
|
+
* // },
|
|
115
|
+
* // ],
|
|
116
|
+
* // },
|
|
117
|
+
* // ComplianceLevel: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "INFORMATIONAL" || "UNSPECIFIED",
|
|
118
|
+
* // ApproveAfterDays: Number("int"),
|
|
119
|
+
* // ApproveUntilDate: "STRING_VALUE",
|
|
120
|
+
* // EnableNonSecurity: true || false,
|
|
121
|
+
* // },
|
|
122
|
+
* // ],
|
|
123
|
+
* // },
|
|
124
|
+
* // ApprovedPatches: [ // PatchIdList
|
|
125
|
+
* // "STRING_VALUE",
|
|
126
|
+
* // ],
|
|
127
|
+
* // ApprovedPatchesComplianceLevel: "CRITICAL" || "HIGH" || "MEDIUM" || "LOW" || "INFORMATIONAL" || "UNSPECIFIED",
|
|
128
|
+
* // ApprovedPatchesEnableNonSecurity: true || false,
|
|
129
|
+
* // RejectedPatches: [
|
|
130
|
+
* // "STRING_VALUE",
|
|
131
|
+
* // ],
|
|
132
|
+
* // RejectedPatchesAction: "ALLOW_AS_DEPENDENCY" || "BLOCK",
|
|
133
|
+
* // CreatedDate: new Date("TIMESTAMP"),
|
|
134
|
+
* // ModifiedDate: new Date("TIMESTAMP"),
|
|
135
|
+
* // Description: "STRING_VALUE",
|
|
136
|
+
* // Sources: [ // PatchSourceList
|
|
137
|
+
* // { // PatchSource
|
|
138
|
+
* // Name: "STRING_VALUE", // required
|
|
139
|
+
* // Products: [ // PatchSourceProductList // required
|
|
140
|
+
* // "STRING_VALUE",
|
|
141
|
+
* // ],
|
|
142
|
+
* // Configuration: "STRING_VALUE", // required
|
|
143
|
+
* // },
|
|
144
|
+
* // ],
|
|
145
|
+
* // };
|
|
146
|
+
*
|
|
90
147
|
* ```
|
|
91
148
|
*
|
|
92
149
|
* @param UpdatePatchBaselineCommandInput - {@link UpdatePatchBaselineCommandInput}
|
|
@@ -104,6 +161,8 @@ export interface UpdatePatchBaselineCommandOutput extends UpdatePatchBaselineRes
|
|
|
104
161
|
* @throws {@link InternalServerError} (server fault)
|
|
105
162
|
* <p>An error occurred on the server side.</p>
|
|
106
163
|
*
|
|
164
|
+
* @throws {@link SSMServiceException}
|
|
165
|
+
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
107
166
|
*
|
|
108
167
|
*/
|
|
109
168
|
export declare class UpdatePatchBaselineCommand extends $Command<UpdatePatchBaselineCommandInput, UpdatePatchBaselineCommandOutput, SSMClientResolvedConfig> {
|