@aws-sdk/client-ssm 3.651.1 → 3.653.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-cjs/index.js CHANGED
@@ -8664,6 +8664,7 @@ var de_AutomationExecution = /* @__PURE__ */ __name((output, context) => {
8664
8664
  StepExecutionsTruncated: import_smithy_client.expectBoolean,
8665
8665
  Target: import_smithy_client.expectString,
8666
8666
  TargetLocations: import_smithy_client._json,
8667
+ TargetLocationsURL: import_smithy_client.expectString,
8667
8668
  TargetMaps: import_smithy_client._json,
8668
8669
  TargetParameterName: import_smithy_client.expectString,
8669
8670
  Targets: import_smithy_client._json,
@@ -8699,6 +8700,7 @@ var de_AutomationExecutionMetadata = /* @__PURE__ */ __name((output, context) =>
8699
8700
  Runbooks: import_smithy_client._json,
8700
8701
  ScheduledTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
8701
8702
  Target: import_smithy_client.expectString,
8703
+ TargetLocationsURL: import_smithy_client.expectString,
8702
8704
  TargetMaps: import_smithy_client._json,
8703
8705
  TargetParameterName: import_smithy_client.expectString,
8704
8706
  Targets: import_smithy_client._json,
@@ -4736,6 +4736,7 @@ const de_AutomationExecution = (output, context) => {
4736
4736
  StepExecutionsTruncated: __expectBoolean,
4737
4737
  Target: __expectString,
4738
4738
  TargetLocations: _json,
4739
+ TargetLocationsURL: __expectString,
4739
4740
  TargetMaps: _json,
4740
4741
  TargetParameterName: __expectString,
4741
4742
  Targets: _json,
@@ -4771,6 +4772,7 @@ const de_AutomationExecutionMetadata = (output, context) => {
4771
4772
  Runbooks: _json,
4772
4773
  ScheduledTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
4773
4774
  Target: __expectString,
4775
+ TargetLocationsURL: __expectString,
4774
4776
  TargetMaps: _json,
4775
4777
  TargetParameterName: __expectString,
4776
4778
  Targets: _json,
@@ -31,9 +31,8 @@ declare const CreateActivationCommand_base: {
31
31
  * servers, edge devices, or virtual machine (VM) with Amazon Web Services Systems Manager. Registering these machines with
32
32
  * Systems Manager makes it possible to manage them using Systems Manager capabilities. You use the activation code and
33
33
  * ID when installing SSM Agent on machines in your hybrid environment. For more information about
34
- * requirements for managing on-premises machines using Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances.html">Setting up
35
- * Amazon Web Services Systems Manager for hybrid and multicloud environments</a> in the
36
- * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
34
+ * requirements for managing on-premises machines using Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-hybrid-multicloud.html">Using Amazon Web Services Systems Manager in
35
+ * hybrid and multicloud environments</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p>
37
36
  * <note>
38
37
  * <p>Amazon Elastic Compute Cloud (Amazon EC2) instances, edge devices, and on-premises servers and VMs that are
39
38
  * configured for Systems Manager are all called <i>managed nodes</i>.</p>
@@ -96,6 +96,20 @@ declare const CreateAssociationBatchCommand_base: {
96
96
  * },
97
97
  * ],
98
98
  * },
99
+ * IncludeChildOrganizationUnits: true || false,
100
+ * ExcludeAccounts: [ // ExcludeAccounts
101
+ * "STRING_VALUE",
102
+ * ],
103
+ * Targets: [
104
+ * {
105
+ * Key: "STRING_VALUE",
106
+ * Values: [
107
+ * "STRING_VALUE",
108
+ * ],
109
+ * },
110
+ * ],
111
+ * TargetsMaxConcurrency: "STRING_VALUE",
112
+ * TargetsMaxErrors: "STRING_VALUE",
99
113
  * },
100
114
  * ],
101
115
  * ScheduleOffset: Number("int"),
@@ -195,6 +209,20 @@ declare const CreateAssociationBatchCommand_base: {
195
209
  * // },
196
210
  * // ],
197
211
  * // },
212
+ * // IncludeChildOrganizationUnits: true || false,
213
+ * // ExcludeAccounts: [ // ExcludeAccounts
214
+ * // "STRING_VALUE",
215
+ * // ],
216
+ * // Targets: [
217
+ * // {
218
+ * // Key: "STRING_VALUE",
219
+ * // Values: [
220
+ * // "STRING_VALUE",
221
+ * // ],
222
+ * // },
223
+ * // ],
224
+ * // TargetsMaxConcurrency: "STRING_VALUE",
225
+ * // TargetsMaxErrors: "STRING_VALUE",
198
226
  * // },
199
227
  * // ],
200
228
  * // ScheduleOffset: Number("int"),
@@ -234,14 +262,7 @@ declare const CreateAssociationBatchCommand_base: {
234
262
  * // },
235
263
  * // AutomationTargetParameterName: "STRING_VALUE",
236
264
  * // DocumentVersion: "STRING_VALUE",
237
- * // Targets: [
238
- * // {
239
- * // Key: "STRING_VALUE",
240
- * // Values: [
241
- * // "STRING_VALUE",
242
- * // ],
243
- * // },
244
- * // ],
265
+ * // Targets: "<Targets>",
245
266
  * // ScheduleExpression: "STRING_VALUE",
246
267
  * // OutputLocation: {
247
268
  * // S3Location: {
@@ -271,6 +292,13 @@ declare const CreateAssociationBatchCommand_base: {
271
292
  * // TargetLocationMaxErrors: "STRING_VALUE",
272
293
  * // ExecutionRoleName: "STRING_VALUE",
273
294
  * // TargetLocationAlarmConfiguration: "<AlarmConfiguration>",
295
+ * // IncludeChildOrganizationUnits: true || false,
296
+ * // ExcludeAccounts: [
297
+ * // "STRING_VALUE",
298
+ * // ],
299
+ * // Targets: "<Targets>",
300
+ * // TargetsMaxConcurrency: "STRING_VALUE",
301
+ * // TargetsMaxErrors: "STRING_VALUE",
274
302
  * // },
275
303
  * // ],
276
304
  * // ScheduleOffset: Number("int"),
@@ -97,6 +97,20 @@ declare const CreateAssociationCommand_base: {
97
97
  * },
98
98
  * ],
99
99
  * },
100
+ * IncludeChildOrganizationUnits: true || false,
101
+ * ExcludeAccounts: [ // ExcludeAccounts
102
+ * "STRING_VALUE",
103
+ * ],
104
+ * Targets: [
105
+ * {
106
+ * Key: "STRING_VALUE",
107
+ * Values: [
108
+ * "STRING_VALUE",
109
+ * ],
110
+ * },
111
+ * ],
112
+ * TargetsMaxConcurrency: "STRING_VALUE",
113
+ * TargetsMaxErrors: "STRING_VALUE",
100
114
  * },
101
115
  * ],
102
116
  * ScheduleOffset: Number("int"),
@@ -199,6 +213,20 @@ declare const CreateAssociationCommand_base: {
199
213
  * // },
200
214
  * // ],
201
215
  * // },
216
+ * // IncludeChildOrganizationUnits: true || false,
217
+ * // ExcludeAccounts: [ // ExcludeAccounts
218
+ * // "STRING_VALUE",
219
+ * // ],
220
+ * // Targets: [
221
+ * // {
222
+ * // Key: "STRING_VALUE",
223
+ * // Values: [
224
+ * // "STRING_VALUE",
225
+ * // ],
226
+ * // },
227
+ * // ],
228
+ * // TargetsMaxConcurrency: "STRING_VALUE",
229
+ * // TargetsMaxErrors: "STRING_VALUE",
202
230
  * // },
203
231
  * // ],
204
232
  * // ScheduleOffset: Number("int"),
@@ -29,7 +29,7 @@ declare const CreateDocumentCommand_base: {
29
29
  /**
30
30
  * <p>Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs
31
31
  * on your managed nodes. For more information about SSM documents, including information about
32
- * supported schemas, features, and syntax, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-ssm-docs.html">Amazon Web Services Systems Manager Documents</a> in the
32
+ * supported schemas, features, and syntax, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/documents.html">Amazon Web Services Systems Manager Documents</a> in the
33
33
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -31,8 +31,8 @@ declare const CreateResourceDataSyncCommand_base: {
31
31
  * Amazon Web Services Systems Manager offers two types of resource data sync: <code>SyncToDestination</code> and
32
32
  * <code>SyncFromSource</code>.</p>
33
33
  * <p>You can configure Systems Manager Inventory to use the <code>SyncToDestination</code> type to
34
- * synchronize Inventory data from multiple Amazon Web Services Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-datasync.html">Configuring resource data
35
- * sync for Inventory</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
34
+ * synchronize Inventory data from multiple Amazon Web Services Regions to a single Amazon Simple Storage Service (Amazon S3) bucket. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/inventory-create-resource-data-sync.html">Creatinga a
35
+ * resource data sync for Inventory</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
36
36
  * <p>You can configure Systems Manager Explorer to use the <code>SyncFromSource</code> type to synchronize
37
37
  * operational work items (OpsItems) and operational data (OpsData) from multiple Amazon Web Services Regions to a
38
38
  * single Amazon S3 bucket. This type can synchronize OpsItems and OpsData from multiple
@@ -118,6 +118,20 @@ declare const DescribeAssociationCommand_base: {
118
118
  * // },
119
119
  * // ],
120
120
  * // },
121
+ * // IncludeChildOrganizationUnits: true || false,
122
+ * // ExcludeAccounts: [ // ExcludeAccounts
123
+ * // "STRING_VALUE",
124
+ * // ],
125
+ * // Targets: [
126
+ * // {
127
+ * // Key: "STRING_VALUE",
128
+ * // Values: [
129
+ * // "STRING_VALUE",
130
+ * // ],
131
+ * // },
132
+ * // ],
133
+ * // TargetsMaxConcurrency: "STRING_VALUE",
134
+ * // TargetsMaxErrors: "STRING_VALUE",
121
135
  * // },
122
136
  * // ],
123
137
  * // ScheduleOffset: Number("int"),
@@ -109,6 +109,7 @@ declare const DescribeAutomationExecutionsCommand_base: {
109
109
  * // State: "UNKNOWN" || "ALARM", // required
110
110
  * // },
111
111
  * // ],
112
+ * // TargetLocationsURL: "STRING_VALUE",
112
113
  * // AutomationSubtype: "ChangeRequest",
113
114
  * // ScheduledTime: new Date("TIMESTAMP"),
114
115
  * // Runbooks: [ // Runbooks
@@ -157,6 +158,13 @@ declare const DescribeAutomationExecutionsCommand_base: {
157
158
  * // },
158
159
  * // ],
159
160
  * // },
161
+ * // IncludeChildOrganizationUnits: true || false,
162
+ * // ExcludeAccounts: [ // ExcludeAccounts
163
+ * // "STRING_VALUE",
164
+ * // ],
165
+ * // Targets: "<Targets>",
166
+ * // TargetsMaxConcurrency: "STRING_VALUE",
167
+ * // TargetsMaxErrors: "STRING_VALUE",
160
168
  * // },
161
169
  * // ],
162
170
  * // },
@@ -120,6 +120,20 @@ declare const DescribeAutomationStepExecutionsCommand_base: {
120
120
  * // },
121
121
  * // ],
122
122
  * // },
123
+ * // IncludeChildOrganizationUnits: true || false,
124
+ * // ExcludeAccounts: [ // ExcludeAccounts
125
+ * // "STRING_VALUE",
126
+ * // ],
127
+ * // Targets: [
128
+ * // {
129
+ * // Key: "STRING_VALUE",
130
+ * // Values: [
131
+ * // "STRING_VALUE",
132
+ * // ],
133
+ * // },
134
+ * // ],
135
+ * // TargetsMaxConcurrency: "STRING_VALUE",
136
+ * // TargetsMaxErrors: "STRING_VALUE",
123
137
  * // },
124
138
  * // TriggeredAlarms: [ // AlarmStateInformationList
125
139
  * // { // AlarmStateInformation
@@ -115,6 +115,20 @@ declare const GetAutomationExecutionCommand_base: {
115
115
  * // },
116
116
  * // ],
117
117
  * // },
118
+ * // IncludeChildOrganizationUnits: true || false,
119
+ * // ExcludeAccounts: [ // ExcludeAccounts
120
+ * // "STRING_VALUE",
121
+ * // ],
122
+ * // Targets: [
123
+ * // {
124
+ * // Key: "STRING_VALUE",
125
+ * // Values: [
126
+ * // "STRING_VALUE",
127
+ * // ],
128
+ * // },
129
+ * // ],
130
+ * // TargetsMaxConcurrency: "STRING_VALUE",
131
+ * // TargetsMaxErrors: "STRING_VALUE",
118
132
  * // },
119
133
  * // TriggeredAlarms: [ // AlarmStateInformationList
120
134
  * // { // AlarmStateInformation
@@ -141,14 +155,7 @@ declare const GetAutomationExecutionCommand_base: {
141
155
  * // CurrentStepName: "STRING_VALUE",
142
156
  * // CurrentAction: "STRING_VALUE",
143
157
  * // TargetParameterName: "STRING_VALUE",
144
- * // Targets: [
145
- * // {
146
- * // Key: "STRING_VALUE",
147
- * // Values: [
148
- * // "STRING_VALUE",
149
- * // ],
150
- * // },
151
- * // ],
158
+ * // Targets: "<Targets>",
152
159
  * // TargetMaps: [ // TargetMaps
153
160
  * // { // TargetMap
154
161
  * // "<keys>": [ // TargetMapValueList
@@ -184,6 +191,13 @@ declare const GetAutomationExecutionCommand_base: {
184
191
  * // },
185
192
  * // ],
186
193
  * // },
194
+ * // IncludeChildOrganizationUnits: true || false,
195
+ * // ExcludeAccounts: [
196
+ * // "STRING_VALUE",
197
+ * // ],
198
+ * // Targets: "<Targets>",
199
+ * // TargetsMaxConcurrency: "STRING_VALUE",
200
+ * // TargetsMaxErrors: "STRING_VALUE",
187
201
  * // },
188
202
  * // ],
189
203
  * // ProgressCounters: { // ProgressCounters
@@ -200,6 +214,7 @@ declare const GetAutomationExecutionCommand_base: {
200
214
  * // State: "UNKNOWN" || "ALARM", // required
201
215
  * // },
202
216
  * // ],
217
+ * // TargetLocationsURL: "STRING_VALUE",
203
218
  * // AutomationSubtype: "ChangeRequest",
204
219
  * // ScheduledTime: new Date("TIMESTAMP"),
205
220
  * // Runbooks: [ // Runbooks
@@ -208,14 +223,7 @@ declare const GetAutomationExecutionCommand_base: {
208
223
  * // DocumentVersion: "STRING_VALUE",
209
224
  * // Parameters: "<AutomationParameterMap>",
210
225
  * // TargetParameterName: "STRING_VALUE",
211
- * // Targets: [
212
- * // {
213
- * // Key: "STRING_VALUE",
214
- * // Values: [
215
- * // "STRING_VALUE",
216
- * // ],
217
- * // },
218
- * // ],
226
+ * // Targets: "<Targets>",
219
227
  * // TargetMaps: [
220
228
  * // {
221
229
  * // "<keys>": [
@@ -98,6 +98,20 @@ declare const ListAssociationVersionsCommand_base: {
98
98
  * // },
99
99
  * // ],
100
100
  * // },
101
+ * // IncludeChildOrganizationUnits: true || false,
102
+ * // ExcludeAccounts: [ // ExcludeAccounts
103
+ * // "STRING_VALUE",
104
+ * // ],
105
+ * // Targets: [
106
+ * // {
107
+ * // Key: "STRING_VALUE",
108
+ * // Values: [
109
+ * // "STRING_VALUE",
110
+ * // ],
111
+ * // },
112
+ * // ],
113
+ * // TargetsMaxConcurrency: "STRING_VALUE",
114
+ * // TargetsMaxErrors: "STRING_VALUE",
101
115
  * // },
102
116
  * // ],
103
117
  * // ScheduleOffset: Number("int"),
@@ -81,6 +81,20 @@ declare const StartAutomationExecutionCommand_base: {
81
81
  * },
82
82
  * ],
83
83
  * },
84
+ * IncludeChildOrganizationUnits: true || false,
85
+ * ExcludeAccounts: [ // ExcludeAccounts
86
+ * "STRING_VALUE",
87
+ * ],
88
+ * Targets: [
89
+ * {
90
+ * Key: "STRING_VALUE",
91
+ * Values: [
92
+ * "STRING_VALUE",
93
+ * ],
94
+ * },
95
+ * ],
96
+ * TargetsMaxConcurrency: "STRING_VALUE",
97
+ * TargetsMaxErrors: "STRING_VALUE",
84
98
  * },
85
99
  * ],
86
100
  * Tags: [ // TagList
@@ -97,6 +111,7 @@ declare const StartAutomationExecutionCommand_base: {
97
111
  * },
98
112
  * ],
99
113
  * },
114
+ * TargetLocationsURL: "STRING_VALUE",
100
115
  * };
101
116
  * const command = new StartAutomationExecutionCommand(input);
102
117
  * const response = await client.send(command);
@@ -94,6 +94,20 @@ declare const StartChangeRequestExecutionCommand_base: {
94
94
  * },
95
95
  * ],
96
96
  * },
97
+ * IncludeChildOrganizationUnits: true || false,
98
+ * ExcludeAccounts: [ // ExcludeAccounts
99
+ * "STRING_VALUE",
100
+ * ],
101
+ * Targets: [
102
+ * {
103
+ * Key: "STRING_VALUE",
104
+ * Values: [
105
+ * "STRING_VALUE",
106
+ * ],
107
+ * },
108
+ * ],
109
+ * TargetsMaxConcurrency: "STRING_VALUE",
110
+ * TargetsMaxErrors: "STRING_VALUE",
97
111
  * },
98
112
  * ],
99
113
  * },
@@ -77,7 +77,7 @@ declare const StartSessionCommand_base: {
77
77
  *
78
78
  * @throws {@link TargetNotConnected} (client fault)
79
79
  * <p>The specified target managed node for the session isn't fully configured for use with Session Manager.
80
- * For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html">Getting started with
80
+ * For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html">Setting up
81
81
  * Session Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. This error is also returned if you
82
82
  * attempt to start a session on a managed node that is located in a different account or
83
83
  * Region</p>
@@ -108,6 +108,20 @@ declare const UpdateAssociationCommand_base: {
108
108
  * },
109
109
  * ],
110
110
  * },
111
+ * IncludeChildOrganizationUnits: true || false,
112
+ * ExcludeAccounts: [ // ExcludeAccounts
113
+ * "STRING_VALUE",
114
+ * ],
115
+ * Targets: [
116
+ * {
117
+ * Key: "STRING_VALUE",
118
+ * Values: [
119
+ * "STRING_VALUE",
120
+ * ],
121
+ * },
122
+ * ],
123
+ * TargetsMaxConcurrency: "STRING_VALUE",
124
+ * TargetsMaxErrors: "STRING_VALUE",
111
125
  * },
112
126
  * ],
113
127
  * ScheduleOffset: Number("int"),
@@ -204,6 +218,20 @@ declare const UpdateAssociationCommand_base: {
204
218
  * // },
205
219
  * // ],
206
220
  * // },
221
+ * // IncludeChildOrganizationUnits: true || false,
222
+ * // ExcludeAccounts: [ // ExcludeAccounts
223
+ * // "STRING_VALUE",
224
+ * // ],
225
+ * // Targets: [
226
+ * // {
227
+ * // Key: "STRING_VALUE",
228
+ * // Values: [
229
+ * // "STRING_VALUE",
230
+ * // ],
231
+ * // },
232
+ * // ],
233
+ * // TargetsMaxConcurrency: "STRING_VALUE",
234
+ * // TargetsMaxErrors: "STRING_VALUE",
207
235
  * // },
208
236
  * // ],
209
237
  * // ScheduleOffset: Number("int"),
@@ -125,6 +125,20 @@ declare const UpdateAssociationStatusCommand_base: {
125
125
  * // },
126
126
  * // ],
127
127
  * // },
128
+ * // IncludeChildOrganizationUnits: true || false,
129
+ * // ExcludeAccounts: [ // ExcludeAccounts
130
+ * // "STRING_VALUE",
131
+ * // ],
132
+ * // Targets: [
133
+ * // {
134
+ * // Key: "STRING_VALUE",
135
+ * // Values: [
136
+ * // "STRING_VALUE",
137
+ * // ],
138
+ * // },
139
+ * // ],
140
+ * // TargetsMaxConcurrency: "STRING_VALUE",
141
+ * // TargetsMaxErrors: "STRING_VALUE",
128
142
  * // },
129
143
  * // ],
130
144
  * // ScheduleOffset: Number("int"),
@@ -583,9 +583,8 @@ export interface CreateActivationRequest {
583
583
  /**
584
584
  * <p>The name of the Identity and Access Management (IAM) role that you want to assign to
585
585
  * the managed node. This IAM role must provide AssumeRole permissions for the
586
- * Amazon Web Services Systems Manager service principal <code>ssm.amazonaws.com</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html">Create an
587
- * IAM service role for a hybrid and multicloud environment</a> in the
588
- * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
586
+ * Amazon Web Services Systems Manager service principal <code>ssm.amazonaws.com</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/hybrid-multicloud-service-role.html">Create the IAM service role required for Systems Manager in a hybrid and multicloud
587
+ * environments</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
589
588
  * <note>
590
589
  * <p>You can't specify an IAM service-linked role for this parameter. You must
591
590
  * create a unique role.</p>
@@ -601,7 +600,7 @@ export interface CreateActivationRequest {
601
600
  RegistrationLimit?: number;
602
601
  /**
603
602
  * <p>The date by which this activation request should expire, in timestamp format, such as
604
- * "2021-07-07T00:00:00". You can specify a date up to 30 days in advance. If you don't provide an
603
+ * "2024-07-07T00:00:00". You can specify a date up to 30 days in advance. If you don't provide an
605
604
  * expiration date, the activation code expires in 24 hours.</p>
606
605
  * @public
607
606
  */
@@ -758,47 +757,6 @@ export declare const AssociationSyncCompliance: {
758
757
  * @public
759
758
  */
760
759
  export type AssociationSyncCompliance = (typeof AssociationSyncCompliance)[keyof typeof AssociationSyncCompliance];
761
- /**
762
- * <p>The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation
763
- * execution.</p>
764
- * @public
765
- */
766
- export interface TargetLocation {
767
- /**
768
- * <p>The Amazon Web Services accounts targeted by the current Automation execution.</p>
769
- * @public
770
- */
771
- Accounts?: string[];
772
- /**
773
- * <p>The Amazon Web Services Regions targeted by the current Automation execution.</p>
774
- * @public
775
- */
776
- Regions?: string[];
777
- /**
778
- * <p>The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation
779
- * concurrently.</p>
780
- * @public
781
- */
782
- TargetLocationMaxConcurrency?: string;
783
- /**
784
- * <p>The maximum number of errors allowed before the system stops queueing additional Automation
785
- * executions for the currently running Automation.</p>
786
- * @public
787
- */
788
- TargetLocationMaxErrors?: string;
789
- /**
790
- * <p>The Automation execution role used by the currently running Automation. If not specified,
791
- * the default value is <code>AWS-SystemsManager-AutomationExecutionRole</code>.</p>
792
- * @public
793
- */
794
- ExecutionRoleName?: string;
795
- /**
796
- * <p>The details for the CloudWatch alarm you want to apply to an automation or
797
- * command.</p>
798
- * @public
799
- */
800
- TargetLocationAlarmConfiguration?: AlarmConfiguration;
801
- }
802
760
  /**
803
761
  * <p>An array of search criteria that targets managed nodes using a key-value pair that you
804
762
  * specify.</p>
@@ -932,6 +890,80 @@ export interface Target {
932
890
  */
933
891
  Values?: string[];
934
892
  }
893
+ /**
894
+ * <p>The combination of Amazon Web Services Regions and Amazon Web Services accounts targeted by the current Automation
895
+ * execution.</p>
896
+ * @public
897
+ */
898
+ export interface TargetLocation {
899
+ /**
900
+ * <p>The Amazon Web Services accounts targeted by the current Automation execution.</p>
901
+ * @public
902
+ */
903
+ Accounts?: string[];
904
+ /**
905
+ * <p>The Amazon Web Services Regions targeted by the current Automation execution.</p>
906
+ * @public
907
+ */
908
+ Regions?: string[];
909
+ /**
910
+ * <p>The maximum number of Amazon Web Services Regions and Amazon Web Services accounts allowed to run the Automation
911
+ * concurrently.</p>
912
+ * @public
913
+ */
914
+ TargetLocationMaxConcurrency?: string;
915
+ /**
916
+ * <p>The maximum number of errors allowed before the system stops queueing additional Automation
917
+ * executions for the currently running Automation.</p>
918
+ * @public
919
+ */
920
+ TargetLocationMaxErrors?: string;
921
+ /**
922
+ * <p>The Automation execution role used by the currently running Automation. If not specified,
923
+ * the default value is <code>AWS-SystemsManager-AutomationExecutionRole</code>.</p>
924
+ * @public
925
+ */
926
+ ExecutionRoleName?: string;
927
+ /**
928
+ * <p>The details for the CloudWatch alarm you want to apply to an automation or
929
+ * command.</p>
930
+ * @public
931
+ */
932
+ TargetLocationAlarmConfiguration?: AlarmConfiguration;
933
+ /**
934
+ * <p>Indicates whether to include child organizational units (OUs) that are children of the
935
+ * targeted OUs. The default is <code>false</code>.</p>
936
+ * @public
937
+ */
938
+ IncludeChildOrganizationUnits?: boolean;
939
+ /**
940
+ * <p>Amazon Web Services accounts or organizational units to exclude as expanded targets.</p>
941
+ * @public
942
+ */
943
+ ExcludeAccounts?: string[];
944
+ /**
945
+ * <p>A list of key-value mappings to target resources. If you specify values for this data type,
946
+ * you must also specify a value for <code>TargetParameterName</code>.</p>
947
+ * <p>This <code>Targets</code> parameter takes precedence over the
948
+ * <code>StartAutomationExecution:Targets</code> parameter if both are supplied.</p>
949
+ * @public
950
+ */
951
+ Targets?: Target[];
952
+ /**
953
+ * <p>The maximum number of targets allowed to run this task in parallel. This
954
+ * <code>TargetsMaxConcurrency</code> takes precedence over the
955
+ * <code>StartAutomationExecution:MaxConcurrency</code> parameter if both are supplied.</p>
956
+ * @public
957
+ */
958
+ TargetsMaxConcurrency?: string;
959
+ /**
960
+ * <p>The maximum number of errors that are allowed before the system stops running the automation
961
+ * on additional targets. This <code>TargetsMaxErrors</code> parameter takes precedence over the
962
+ * <code>StartAutomationExecution:MaxErrors</code> parameter if both are supplied.</p>
963
+ * @public
964
+ */
965
+ TargetsMaxErrors?: string;
966
+ }
935
967
  /**
936
968
  * @public
937
969
  */
@@ -995,7 +1027,7 @@ export interface CreateAssociationRequest {
995
1027
  * <p>The targets for the association. You can target managed nodes by using tags, Amazon Web Services resource
996
1028
  * groups, all managed nodes in an Amazon Web Services account, or individual managed node IDs. You can target all
997
1029
  * managed nodes in an Amazon Web Services account by specifying the <code>InstanceIds</code> key with a value of
998
- * <code>*</code>. For more information about choosing targets for an association, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html">About targets and rate controls in State Manager associations</a> in the
1030
+ * <code>*</code>. For more information about choosing targets for an association, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-state-manager-targets-and-rate-controls.html">Understanding targets and rate controls in State Manager associations</a> in the
999
1031
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1000
1032
  * @public
1001
1033
  */
@@ -1793,14 +1825,14 @@ export interface AttachmentsSource {
1793
1825
  * <p>For the key <i>SourceUrl</i>, the value is an S3 bucket location. For
1794
1826
  * example:</p>
1795
1827
  * <p>
1796
- * <code>"Values": [ "s3://doc-example-bucket/my-folder" ]</code>
1828
+ * <code>"Values": [ "s3://amzn-s3-demo-bucket/my-prefix" ]</code>
1797
1829
  * </p>
1798
1830
  * </li>
1799
1831
  * <li>
1800
1832
  * <p>For the key <i>S3FileUrl</i>, the value is a file in an S3 bucket. For
1801
1833
  * example:</p>
1802
1834
  * <p>
1803
- * <code>"Values": [ "s3://doc-example-bucket/my-folder/my-file.py" ]</code>
1835
+ * <code>"Values": [ "s3://amzn-s3-demo-bucket/my-prefix/my-file.py" ]</code>
1804
1836
  * </p>
1805
1837
  * </li>
1806
1838
  * <li>
@@ -3042,11 +3074,16 @@ export interface PatchRule {
3042
3074
  * <p>The number of days after the release date of each patch matched by the rule that the patch
3043
3075
  * is marked as approved in the patch baseline. For example, a value of <code>7</code> means that
3044
3076
  * patches are approved seven days after they are released.</p>
3045
- * <note>
3046
- * <p>This parameter is marked as not required, but your request must include a value
3047
- * for either <code>ApproveAfterDays</code> or <code>ApproveUntilDate</code>.</p>
3048
- * </note>
3049
- * <p> Not supported for Debian Server or Ubuntu Server.</p>
3077
+ * <p>This parameter is marked as <code>Required: No</code>, but your request must include a value
3078
+ * for either <code>ApproveAfterDays</code> or <code>ApproveUntilDate</code>.</p>
3079
+ * <p>Not supported for Debian Server or Ubuntu Server.</p>
3080
+ * <important>
3081
+ * <p>Use caution when setting this value for Windows Server patch baselines. Because patch
3082
+ * updates that are replaced by later updates are removed, setting too broad a value for this
3083
+ * parameter can result in crucial patches not being installed. For more information, see the
3084
+ * <b>Windows Server</b> tab in the topic <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-selecting-patches.html">How security
3085
+ * patches are selected</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3086
+ * </important>
3050
3087
  * @public
3051
3088
  */
3052
3089
  ApproveAfterDays?: number;
@@ -3054,12 +3091,17 @@ export interface PatchRule {
3054
3091
  * <p>The cutoff date for auto approval of released patches. Any patches released on or before
3055
3092
  * this date are installed automatically.</p>
3056
3093
  * <p>Enter dates in the format <code>YYYY-MM-DD</code>. For example,
3057
- * <code>2021-12-31</code>.</p>
3058
- * <note>
3059
- * <p>This parameter is marked as not required, but your request must include a value
3060
- * for either <code>ApproveUntilDate</code> or <code>ApproveAfterDays</code>.</p>
3061
- * </note>
3094
+ * <code>2024-12-31</code>.</p>
3095
+ * <p>This parameter is marked as <code>Required: No</code>, but your request must include a value
3096
+ * for either <code>ApproveUntilDate</code> or <code>ApproveAfterDays</code>.</p>
3062
3097
  * <p>Not supported for Debian Server or Ubuntu Server.</p>
3098
+ * <important>
3099
+ * <p>Use caution when setting this value for Windows Server patch baselines. Because patch
3100
+ * updates that are replaced by later updates are removed, setting too broad a value for this
3101
+ * parameter can result in crucial patches not being installed. For more information, see the
3102
+ * <b>Windows Server</b> tab in the topic <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-selecting-patches.html">How security
3103
+ * patches are selected</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3104
+ * </important>
3063
3105
  * @public
3064
3106
  */
3065
3107
  ApproveUntilDate?: string;
@@ -3187,8 +3229,8 @@ export interface CreatePatchBaselineRequest {
3187
3229
  /**
3188
3230
  * <p>A list of explicitly approved patches for the baseline.</p>
3189
3231
  * <p>For information about accepted formats for lists of approved patches and rejected patches,
3190
- * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">About
3191
- * package name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3232
+ * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">Package
3233
+ * name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3192
3234
  * @public
3193
3235
  */
3194
3236
  ApprovedPatches?: string[];
@@ -3209,8 +3251,8 @@ export interface CreatePatchBaselineRequest {
3209
3251
  /**
3210
3252
  * <p>A list of explicitly rejected patches for the baseline.</p>
3211
3253
  * <p>For information about accepted formats for lists of approved patches and rejected patches,
3212
- * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">About
3213
- * package name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3254
+ * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">Package
3255
+ * name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3214
3256
  * @public
3215
3257
  */
3216
3258
  RejectedPatches?: string[];
@@ -3764,8 +3806,7 @@ export interface DeleteInventoryResult {
3764
3806
  */
3765
3807
  TypeName?: string;
3766
3808
  /**
3767
- * <p>A summary of the delete operation. For more information about this summary, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete-summary">Understanding the delete inventory summary</a> in the
3768
- * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3809
+ * <p>A summary of the delete operation. For more information about this summary, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/inventory-custom.html#delete-custom-inventory-summary">Deleting custom inventory</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3769
3810
  * @public
3770
3811
  */
3771
3812
  DeletionSummary?: InventoryDeletionSummary;
@@ -5012,7 +5053,7 @@ export interface AutomationExecutionMetadata {
5012
5053
  /**
5013
5054
  * <p>Use this filter with <a>DescribeAutomationExecutions</a>. Specify either Local or
5014
5055
  * CrossAccount. CrossAccount is an Automation that runs in multiple Amazon Web Services Regions and
5015
- * Amazon Web Services accounts. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html">Running Automation workflows in multiple Amazon Web Services Regions and accounts</a> in the
5056
+ * Amazon Web Services accounts. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html">Running automations in multiple Amazon Web Services Regions and accounts</a> in the
5016
5057
  * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
5017
5058
  * @public
5018
5059
  */
@@ -5027,6 +5068,12 @@ export interface AutomationExecutionMetadata {
5027
5068
  * @public
5028
5069
  */
5029
5070
  TriggeredAlarms?: AlarmStateInformation[];
5071
+ /**
5072
+ * <p>A publicly accessible URL for a file that contains the <code>TargetLocations</code> body.
5073
+ * Currently, only files in presigned Amazon S3 buckets are supported</p>
5074
+ * @public
5075
+ */
5076
+ TargetLocationsURL?: string;
5030
5077
  /**
5031
5078
  * <p>The subtype of the Automation operation. Currently, the only supported value is
5032
5079
  * <code>ChangeRequest</code>.</p>
@@ -6463,10 +6510,11 @@ export interface InstanceInformation {
6463
6510
  * activated as a Systems Manager managed node. The name is specified as the <code>DefaultInstanceName</code>
6464
6511
  * property using the <a>CreateActivation</a> command. It is applied to the managed node
6465
6512
  * by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as
6466
- * explained in <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html">Install SSM Agent for a
6467
- * hybrid and multicloud environment (Linux)</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html">Install SSM Agent for a
6468
- * hybrid and multicloud environment (Windows)</a>. To retrieve the <code>Name</code> tag of an
6469
- * EC2 instance, use the Amazon EC2 <code>DescribeInstances</code> operation. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html">describe-instances</a> in the <i>Amazon Web Services CLI Command Reference</i>.</p>
6513
+ * explained in <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/hybrid-multicloud-ssm-agent-install-linux.html">How to
6514
+ * install SSM Agent on hybrid Linux nodes</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/hybrid-multicloud-ssm-agent-install-windows.html">How to
6515
+ * install SSM Agent on hybrid Windows Server nodes</a>. To retrieve the <code>Name</code> tag
6516
+ * of an EC2 instance, use the Amazon EC2 <code>DescribeInstances</code> operation. For information, see
6517
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html">describe-instances</a> in the <i>Amazon Web Services CLI Command Reference</i>.</p>
6470
6518
  * @public
6471
6519
  */
6472
6520
  Name?: string;
@@ -6590,8 +6638,8 @@ export interface DescribeInstancePatchesRequest {
6590
6638
  * <p>Sample values: <code>Installed</code> | <code>InstalledOther</code> |
6591
6639
  * <code>InstalledPendingReboot</code>
6592
6640
  * </p>
6593
- * <p>For lists of all <code>State</code> values, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-compliance-states.html">Understanding
6594
- * patch compliance state values</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6641
+ * <p>For lists of all <code>State</code> values, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-compliance-states.html">Patch compliance
6642
+ * state values</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6595
6643
  * </li>
6596
6644
  * </ul>
6597
6645
  * @public
@@ -6656,7 +6704,8 @@ export interface PatchComplianceData {
6656
6704
  Severity: string | undefined;
6657
6705
  /**
6658
6706
  * <p>The state of the patch on the managed node, such as INSTALLED or FAILED.</p>
6659
- * <p>For descriptions of each patch state, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-compliance-about.html#sysman-compliance-monitor-patch">About patch compliance</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6707
+ * <p>For descriptions of each patch state, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/compliance-about.html#compliance-monitor-patch">About
6708
+ * patch compliance</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6660
6709
  * @public
6661
6710
  */
6662
6711
  State: PatchComplianceDataState | undefined;
@@ -6795,8 +6844,8 @@ export interface InstancePatchState {
6795
6844
  * patches to be installed. This patch installation list, which you maintain in an S3 bucket in YAML
6796
6845
  * format and specify in the SSM document <code>AWS-RunPatchBaseline</code>, overrides the patches
6797
6846
  * specified by the default patch baseline.</p>
6798
- * <p>For more information about the <code>InstallOverrideList</code> parameter, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-about-aws-runpatchbaseline.html">About the
6799
- * <code>AWS-RunPatchBaseline SSM document</code>
6847
+ * <p>For more information about the <code>InstallOverrideList</code> parameter, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-about-aws-runpatchbaseline.html">SSM Command
6848
+ * document for patching: <code>AWS-RunPatchBaseline</code>
6800
6849
  * </a> in the
6801
6850
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6802
6851
  * @public
@@ -7441,7 +7490,7 @@ export interface InventoryDeletionStatusItem {
7441
7490
  */
7442
7491
  LastStatusMessage?: string;
7443
7492
  /**
7444
- * <p>Information about the delete operation. For more information about this summary, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-custom.html#sysman-inventory-delete">Understanding the delete inventory summary</a> in the
7493
+ * <p>Information about the delete operation. For more information about this summary, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/inventory-custom.html#delete-custom-inventory">Understanding the delete inventory summary</a> in the
7445
7494
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
7446
7495
  * @public
7447
7496
  */
@@ -7551,7 +7600,7 @@ export interface DescribeMaintenanceWindowExecutionsRequest {
7551
7600
  * <li>
7552
7601
  * <p>Values. An array of strings, each between 1 and 256 characters. Supported values are
7553
7602
  * date/time strings in a valid ISO 8601 date/time format, such as
7554
- * <code>2021-11-04T05:00:00Z</code>.</p>
7603
+ * <code>2024-11-04T05:00:00Z</code>.</p>
7555
7604
  * </li>
7556
7605
  * </ul>
7557
7606
  * @public
@@ -327,7 +327,7 @@ export interface MaintenanceWindowTask {
327
327
  * <p>However, for an improved security posture, we strongly recommend creating a custom
328
328
  * policy and custom service role for running your maintenance window tasks. The policy
329
329
  * can be crafted to provide only the permissions needed for your particular
330
- * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up maintenance windows</a> in the in the
330
+ * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up Maintenance Windows</a> in the in the
331
331
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
332
332
  * @public
333
333
  */
@@ -620,8 +620,7 @@ export interface OpsItemSummary {
620
620
  */
621
621
  Source?: string;
622
622
  /**
623
- * <p>The OpsItem status. Status can be <code>Open</code>, <code>In Progress</code>, or
624
- * <code>Resolved</code>.</p>
623
+ * <p>The OpsItem status.</p>
625
624
  * @public
626
625
  */
627
626
  Status?: OpsItemStatus;
@@ -1366,11 +1365,11 @@ export interface SessionFilter {
1366
1365
  * <ul>
1367
1366
  * <li>
1368
1367
  * <p>InvokedAfter: Specify a timestamp to limit your results. For example, specify
1369
- * 2018-08-29T00:00:00Z to see sessions that started August 29, 2018, and later.</p>
1368
+ * 2024-08-29T00:00:00Z to see sessions that started August 29, 2024, and later.</p>
1370
1369
  * </li>
1371
1370
  * <li>
1372
1371
  * <p>InvokedBefore: Specify a timestamp to limit your results. For example, specify
1373
- * 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018.</p>
1372
+ * 2024-08-29T00:00:00Z to see sessions that started before August 29, 2024.</p>
1374
1373
  * </li>
1375
1374
  * <li>
1376
1375
  * <p>Target: Specify a managed node to which session connections have been made.</p>
@@ -1790,6 +1789,12 @@ export interface AutomationExecution {
1790
1789
  * @public
1791
1790
  */
1792
1791
  TriggeredAlarms?: AlarmStateInformation[];
1792
+ /**
1793
+ * <p>A publicly accessible URL for a file that contains the <code>TargetLocations</code> body.
1794
+ * Currently, only files in presigned Amazon S3 buckets are supported</p>
1795
+ * @public
1796
+ */
1797
+ TargetLocationsURL?: string;
1793
1798
  /**
1794
1799
  * <p>The subtype of the Automation operation. Currently, the only supported value is
1795
1800
  * <code>ChangeRequest</code>.</p>
@@ -2271,8 +2276,8 @@ export interface BaselineOverride {
2271
2276
  /**
2272
2277
  * <p>A list of explicitly approved patches for the baseline.</p>
2273
2278
  * <p>For information about accepted formats for lists of approved patches and rejected patches,
2274
- * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">About
2275
- * package name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2279
+ * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">Package
2280
+ * name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2276
2281
  * @public
2277
2282
  */
2278
2283
  ApprovedPatches?: string[];
@@ -2285,8 +2290,8 @@ export interface BaselineOverride {
2285
2290
  /**
2286
2291
  * <p>A list of explicitly rejected patches for the baseline.</p>
2287
2292
  * <p>For information about accepted formats for lists of approved patches and rejected patches,
2288
- * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">About
2289
- * package name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2293
+ * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">Package
2294
+ * name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2290
2295
  * @public
2291
2296
  */
2292
2297
  RejectedPatches?: string[];
@@ -2564,8 +2569,7 @@ export interface InventoryFilter {
2564
2569
  * <p>The type of filter.</p>
2565
2570
  * <note>
2566
2571
  * <p>The <code>Exists</code> filter must be used with aggregators. For more information, see
2567
- * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-inventory-aggregate.html">Aggregating inventory
2568
- * data</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2572
+ * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/inventory-aggregate.html">Aggregating inventory data</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2569
2573
  * </note>
2570
2574
  * @public
2571
2575
  */
@@ -3409,7 +3413,7 @@ export interface MaintenanceWindowRunCommandParameters {
3409
3413
  * <p>However, for an improved security posture, we strongly recommend creating a custom
3410
3414
  * policy and custom service role for running your maintenance window tasks. The policy
3411
3415
  * can be crafted to provide only the permissions needed for your particular
3412
- * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up maintenance windows</a> in the in the
3416
+ * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up Maintenance Windows</a> in the in the
3413
3417
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3414
3418
  * @public
3415
3419
  */
@@ -3514,7 +3518,7 @@ export interface GetMaintenanceWindowTaskResult {
3514
3518
  * <p>However, for an improved security posture, we strongly recommend creating a custom
3515
3519
  * policy and custom service role for running your maintenance window tasks. The policy
3516
3520
  * can be crafted to provide only the permissions needed for your particular
3517
- * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up maintenance windows</a> in the in the
3521
+ * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up Maintenance Windows</a> in the in the
3518
3522
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3519
3523
  * @public
3520
3524
  */
@@ -3712,8 +3716,7 @@ export interface OpsItem {
3712
3716
  */
3713
3717
  RelatedOpsItems?: RelatedOpsItem[];
3714
3718
  /**
3715
- * <p>The OpsItem status. Status can be <code>Open</code>, <code>In Progress</code>, or
3716
- * <code>Resolved</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html">Editing OpsItem details</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3719
+ * <p>The OpsItem status. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html">Editing OpsItem details</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3717
3720
  * @public
3718
3721
  */
3719
3722
  Status?: OpsItemStatus;
@@ -3962,8 +3965,8 @@ export interface GetParameterRequest {
3962
3965
  * parameters shared with you from another account, you must use the full ARN.</p>
3963
3966
  * <p>To query by parameter label, use <code>"Name": "name:label"</code>. To query by parameter
3964
3967
  * version, use <code>"Name": "name:version"</code>.</p>
3965
- * <p>For more information about shared parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sharing.html">Working with shared parameters</a> in
3966
- * the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3968
+ * <p>For more information about shared parameters, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-shared-parameters.html">Working with
3969
+ * shared parameters</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3967
3970
  * @public
3968
3971
  */
3969
3972
  Name: string | undefined;
@@ -5101,13 +5104,13 @@ export interface CommandFilter {
5101
5104
  * <li>
5102
5105
  * <p>
5103
5106
  * <b>InvokedAfter</b>: Specify a timestamp to limit your results.
5104
- * For example, specify <code>2021-07-07T00:00:00Z</code> to see a list of command executions
5107
+ * For example, specify <code>2024-07-07T00:00:00Z</code> to see a list of command executions
5105
5108
  * occurring July 7, 2021, and later.</p>
5106
5109
  * </li>
5107
5110
  * <li>
5108
5111
  * <p>
5109
5112
  * <b>InvokedBefore</b>: Specify a timestamp to limit your results.
5110
- * For example, specify <code>2021-07-07T00:00:00Z</code> to see a list of command executions from
5113
+ * For example, specify <code>2024-07-07T00:00:00Z</code> to see a list of command executions from
5111
5114
  * before July 7, 2021.</p>
5112
5115
  * </li>
5113
5116
  * <li>
@@ -5443,12 +5446,12 @@ export interface CommandPlugin {
5443
5446
  * <p>The S3 bucket where the responses to the command executions should be stored. This was
5444
5447
  * requested when issuing the command. For example, in the following response:</p>
5445
5448
  * <p>
5446
- * <code>doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript</code>
5449
+ * <code>amzn-s3-demo-bucket/my-prefix/i-02573cafcfEXAMPLE/awsrunShellScript</code>
5447
5450
  * </p>
5448
5451
  * <p>
5449
- * <code>doc-example-bucket</code> is the name of the S3 bucket;</p>
5452
+ * <code>amzn-s3-demo-bucket</code> is the name of the S3 bucket;</p>
5450
5453
  * <p>
5451
- * <code>ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix</code> is the name of the S3 prefix;</p>
5454
+ * <code>my-prefix</code> is the name of the S3 prefix;</p>
5452
5455
  * <p>
5453
5456
  * <code>i-02573cafcfEXAMPLE</code> is the managed node ID;</p>
5454
5457
  * <p>
@@ -5461,12 +5464,12 @@ export interface CommandPlugin {
5461
5464
  * be stored. This was requested when issuing the command. For example, in the following
5462
5465
  * response:</p>
5463
5466
  * <p>
5464
- * <code>doc-example-bucket/ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix/i-02573cafcfEXAMPLE/awsrunShellScript</code>
5467
+ * <code>amzn-s3-demo-bucket/my-prefix/i-02573cafcfEXAMPLE/awsrunShellScript</code>
5465
5468
  * </p>
5466
5469
  * <p>
5467
- * <code>doc-example-bucket</code> is the name of the S3 bucket;</p>
5470
+ * <code>amzn-s3-demo-bucket</code> is the name of the S3 bucket;</p>
5468
5471
  * <p>
5469
- * <code>ab19cb99-a030-46dd-9dfc-8eSAMPLEPre-Fix</code> is the name of the S3 prefix;</p>
5472
+ * <code>my-prefix</code> is the name of the S3 prefix;</p>
5470
5473
  * <p>
5471
5474
  * <code>i-02573cafcfEXAMPLE</code> is the managed node ID;</p>
5472
5475
  * <p>
@@ -8639,7 +8642,7 @@ export interface RegisterTaskWithMaintenanceWindowRequest {
8639
8642
  * <p>However, for an improved security posture, we strongly recommend creating a custom
8640
8643
  * policy and custom service role for running your maintenance window tasks. The policy
8641
8644
  * can be crafted to provide only the permissions needed for your particular
8642
- * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up maintenance windows</a> in the in the
8645
+ * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up Maintenance Windows</a> in the in the
8643
8646
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
8644
8647
  * @public
8645
8648
  */
@@ -9336,6 +9339,8 @@ export interface StartAutomationExecutionRequest {
9336
9339
  TargetParameterName?: string;
9337
9340
  /**
9338
9341
  * <p>A key-value mapping to target resources. Required if you specify TargetParameterName.</p>
9342
+ * <p>If both this parameter and the <code>TargetLocation:Targets</code> parameter are supplied,
9343
+ * <code>TargetLocation:Targets</code> takes precedence.</p>
9339
9344
  * @public
9340
9345
  */
9341
9346
  Targets?: Target[];
@@ -9348,6 +9353,8 @@ export interface StartAutomationExecutionRequest {
9348
9353
  /**
9349
9354
  * <p>The maximum number of targets allowed to run this task in parallel. You can specify a
9350
9355
  * number, such as 10, or a percentage, such as 10%. The default value is <code>10</code>.</p>
9356
+ * <p>If both this parameter and the <code>TargetLocation:TargetsMaxConcurrency</code> are
9357
+ * supplied, <code>TargetLocation:TargetsMaxConcurrency</code> takes precedence.</p>
9351
9358
  * @public
9352
9359
  */
9353
9360
  MaxConcurrency?: string;
@@ -9363,13 +9370,15 @@ export interface StartAutomationExecutionRequest {
9363
9370
  * complete, but some of these executions may fail as well. If you need to ensure that there won't
9364
9371
  * be more than max-errors failed executions, set max-concurrency to 1 so the executions proceed one
9365
9372
  * at a time.</p>
9373
+ * <p>If this parameter and the <code>TargetLocation:TargetsMaxErrors</code> parameter are both
9374
+ * supplied, <code>TargetLocation:TargetsMaxErrors</code> takes precedence.</p>
9366
9375
  * @public
9367
9376
  */
9368
9377
  MaxErrors?: string;
9369
9378
  /**
9370
9379
  * <p>A location is a combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the
9371
9380
  * automation. Use this operation to start an automation in multiple Amazon Web Services Regions and multiple
9372
- * Amazon Web Services accounts. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html">Running Automation workflows in multiple Amazon Web Services Regions and Amazon Web Services accounts</a> in the
9381
+ * Amazon Web Services accounts. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html">Running automations in multiple Amazon Web Services Regions and accounts</a> in the
9373
9382
  * <i>Amazon Web Services Systems Manager User Guide</i>. </p>
9374
9383
  * @public
9375
9384
  */
@@ -9404,6 +9413,12 @@ export interface StartAutomationExecutionRequest {
9404
9413
  * @public
9405
9414
  */
9406
9415
  AlarmConfiguration?: AlarmConfiguration;
9416
+ /**
9417
+ * <p>Specify a publicly accessible URL for a file that contains the <code>TargetLocations</code>
9418
+ * body. Currently, only files in presigned Amazon S3 buckets are supported. </p>
9419
+ * @public
9420
+ */
9421
+ TargetLocationsURL?: string;
9407
9422
  }
9408
9423
  /**
9409
9424
  * @public
@@ -192,7 +192,7 @@ export interface StartSessionResponse {
192
192
  }
193
193
  /**
194
194
  * <p>The specified target managed node for the session isn't fully configured for use with Session Manager.
195
- * For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html">Getting started with
195
+ * For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html">Setting up
196
196
  * Session Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. This error is also returned if you
197
197
  * attempt to start a session on a managed node that is located in a different account or
198
198
  * Region</p>
@@ -1096,7 +1096,7 @@ export interface UpdateMaintenanceWindowTaskRequest {
1096
1096
  * <p>However, for an improved security posture, we strongly recommend creating a custom
1097
1097
  * policy and custom service role for running your maintenance window tasks. The policy
1098
1098
  * can be crafted to provide only the permissions needed for your particular
1099
- * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up maintenance windows</a> in the in the
1099
+ * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up Maintenance Windows</a> in the in the
1100
1100
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1101
1101
  * @public
1102
1102
  */
@@ -1263,7 +1263,7 @@ export interface UpdateMaintenanceWindowTaskResult {
1263
1263
  * <p>However, for an improved security posture, we strongly recommend creating a custom
1264
1264
  * policy and custom service role for running your maintenance window tasks. The policy
1265
1265
  * can be crafted to provide only the permissions needed for your particular
1266
- * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up maintenance windows</a> in the in the
1266
+ * maintenance window tasks. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-maintenance-permissions.html">Setting up Maintenance Windows</a> in the in the
1267
1267
  * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1268
1268
  * @public
1269
1269
  */
@@ -1347,9 +1347,8 @@ export interface UpdateManagedInstanceRoleRequest {
1347
1347
  /**
1348
1348
  * <p>The name of the Identity and Access Management (IAM) role that you want to assign to
1349
1349
  * the managed node. This IAM role must provide AssumeRole permissions for the
1350
- * Amazon Web Services Systems Manager service principal <code>ssm.amazonaws.com</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-service-role.html">Create an
1351
- * IAM service role for a hybrid and multicloud environment</a> in the
1352
- * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1350
+ * Amazon Web Services Systems Manager service principal <code>ssm.amazonaws.com</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/hybrid-multicloud-service-role.html">Create the IAM service role required for Systems Manager in hybrid and multicloud
1351
+ * environments</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1353
1352
  * <note>
1354
1353
  * <p>You can't specify an IAM service-linked role for this parameter. You must
1355
1354
  * create a unique role.</p>
@@ -1421,8 +1420,7 @@ export interface UpdateOpsItemRequest {
1421
1420
  */
1422
1421
  RelatedOpsItems?: RelatedOpsItem[];
1423
1422
  /**
1424
- * <p>The OpsItem status. Status can be <code>Open</code>, <code>In Progress</code>, or
1425
- * <code>Resolved</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html">Editing OpsItem details</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1423
+ * <p>The OpsItem status. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html">Editing OpsItem details</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1426
1424
  * @public
1427
1425
  */
1428
1426
  Status?: OpsItemStatus;
@@ -1551,8 +1549,8 @@ export interface UpdatePatchBaselineRequest {
1551
1549
  /**
1552
1550
  * <p>A list of explicitly approved patches for the baseline.</p>
1553
1551
  * <p>For information about accepted formats for lists of approved patches and rejected patches,
1554
- * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">About
1555
- * package name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1552
+ * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">Package
1553
+ * name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1556
1554
  * @public
1557
1555
  */
1558
1556
  ApprovedPatches?: string[];
@@ -1571,8 +1569,8 @@ export interface UpdatePatchBaselineRequest {
1571
1569
  /**
1572
1570
  * <p>A list of explicitly rejected patches for the baseline.</p>
1573
1571
  * <p>For information about accepted formats for lists of approved patches and rejected patches,
1574
- * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">About
1575
- * package name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1572
+ * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html">Package
1573
+ * name formats for approved and rejected patch lists</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
1576
1574
  * @public
1577
1575
  */
1578
1576
  RejectedPatches?: string[];
@@ -253,6 +253,10 @@ export declare const AssociationSyncCompliance: {
253
253
  };
254
254
  export type AssociationSyncCompliance =
255
255
  (typeof AssociationSyncCompliance)[keyof typeof AssociationSyncCompliance];
256
+ export interface Target {
257
+ Key?: string;
258
+ Values?: string[];
259
+ }
256
260
  export interface TargetLocation {
257
261
  Accounts?: string[];
258
262
  Regions?: string[];
@@ -260,10 +264,11 @@ export interface TargetLocation {
260
264
  TargetLocationMaxErrors?: string;
261
265
  ExecutionRoleName?: string;
262
266
  TargetLocationAlarmConfiguration?: AlarmConfiguration;
263
- }
264
- export interface Target {
265
- Key?: string;
266
- Values?: string[];
267
+ IncludeChildOrganizationUnits?: boolean;
268
+ ExcludeAccounts?: string[];
269
+ Targets?: Target[];
270
+ TargetsMaxConcurrency?: string;
271
+ TargetsMaxErrors?: string;
267
272
  }
268
273
  export interface CreateAssociationRequest {
269
274
  Name: string | undefined;
@@ -1443,6 +1448,7 @@ export interface AutomationExecutionMetadata {
1443
1448
  AutomationType?: AutomationType;
1444
1449
  AlarmConfiguration?: AlarmConfiguration;
1445
1450
  TriggeredAlarms?: AlarmStateInformation[];
1451
+ TargetLocationsURL?: string;
1446
1452
  AutomationSubtype?: AutomationSubtype;
1447
1453
  ScheduledTime?: Date;
1448
1454
  Runbooks?: Runbook[];
@@ -465,6 +465,7 @@ export interface AutomationExecution {
465
465
  ProgressCounters?: ProgressCounters;
466
466
  AlarmConfiguration?: AlarmConfiguration;
467
467
  TriggeredAlarms?: AlarmStateInformation[];
468
+ TargetLocationsURL?: string;
468
469
  AutomationSubtype?: AutomationSubtype;
469
470
  ScheduledTime?: Date;
470
471
  Runbooks?: Runbook[];
@@ -2185,6 +2186,7 @@ export interface StartAutomationExecutionRequest {
2185
2186
  TargetLocations?: TargetLocation[];
2186
2187
  Tags?: Tag[];
2187
2188
  AlarmConfiguration?: AlarmConfiguration;
2189
+ TargetLocationsURL?: string;
2188
2190
  }
2189
2191
  export interface StartAutomationExecutionResult {
2190
2192
  AutomationExecutionId?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.653.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",