@aws-sdk/client-ssm 3.1079.0 → 3.1081.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/README.md +42 -0
  2. package/dist-cjs/index.js +385 -81
  3. package/dist-es/SSM.js +16 -0
  4. package/dist-es/commands/CreateCloudConnectorCommand.js +4 -0
  5. package/dist-es/commands/DeleteCloudConnectorCommand.js +4 -0
  6. package/dist-es/commands/GetCloudConnectorCommand.js +4 -0
  7. package/dist-es/commands/ListCloudConnectorsCommand.js +4 -0
  8. package/dist-es/commands/UpdateCloudConnectorCommand.js +4 -0
  9. package/dist-es/commands/ValidateCloudConnectorCommand.js +4 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/enums.js +34 -0
  12. package/dist-es/models/errors.js +50 -36
  13. package/dist-es/pagination/ListCloudConnectorsPaginator.js +4 -0
  14. package/dist-es/pagination/ValidateCloudConnectorPaginator.js +4 -0
  15. package/dist-es/pagination/index.js +2 -0
  16. package/dist-es/schemas/schemas_0.js +232 -45
  17. package/dist-types/SSM.d.ts +57 -0
  18. package/dist-types/SSMClient.d.ts +8 -2
  19. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateCloudConnectorCommand.d.ts +108 -0
  21. package/dist-types/commands/DeleteCloudConnectorCommand.d.ts +81 -0
  22. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeInstancePropertiesCommand.d.ts +3 -1
  24. package/dist-types/commands/GetCloudConnectorCommand.d.ts +99 -0
  25. package/dist-types/commands/GetParameterCommand.d.ts +14 -0
  26. package/dist-types/commands/GetParametersByPathCommand.d.ts +1 -1
  27. package/dist-types/commands/GetParametersCommand.d.ts +14 -0
  28. package/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -1
  29. package/dist-types/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
  30. package/dist-types/commands/GetResourcePoliciesCommand.d.ts +1 -1
  31. package/dist-types/commands/GetServiceSettingCommand.d.ts +1 -2
  32. package/dist-types/commands/ListAssociationsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListCloudConnectorsCommand.d.ts +93 -0
  34. package/dist-types/commands/ListNodesCommand.d.ts +7 -1
  35. package/dist-types/commands/ListNodesSummaryCommand.d.ts +3 -3
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  37. package/dist-types/commands/PutParameterCommand.d.ts +14 -0
  38. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateCloudConnectorCommand.d.ts +99 -0
  40. package/dist-types/commands/ValidateCloudConnectorCommand.d.ts +91 -0
  41. package/dist-types/commands/index.d.ts +6 -0
  42. package/dist-types/models/enums.d.ts +66 -0
  43. package/dist-types/models/errors.d.ts +61 -47
  44. package/dist-types/models/models_0.d.ts +268 -360
  45. package/dist-types/models/models_1.d.ts +601 -3
  46. package/dist-types/pagination/ListCloudConnectorsPaginator.d.ts +7 -0
  47. package/dist-types/pagination/ValidateCloudConnectorPaginator.d.ts +7 -0
  48. package/dist-types/pagination/index.d.ts +2 -0
  49. package/dist-types/schemas/schemas_0.d.ts +27 -0
  50. package/dist-types/ts3.4/SSM.d.ts +117 -0
  51. package/dist-types/ts3.4/SSMClient.d.ts +38 -2
  52. package/dist-types/ts3.4/commands/CreateCloudConnectorCommand.d.ts +44 -0
  53. package/dist-types/ts3.4/commands/DeleteCloudConnectorCommand.d.ts +44 -0
  54. package/dist-types/ts3.4/commands/GetCloudConnectorCommand.d.ts +44 -0
  55. package/dist-types/ts3.4/commands/GetParametersByPathCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/GetPatchBaselineCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/GetPatchBaselineForPatchGroupCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/GetServiceSettingCommand.d.ts +4 -2
  60. package/dist-types/ts3.4/commands/ListCloudConnectorsCommand.d.ts +44 -0
  61. package/dist-types/ts3.4/commands/UpdateCloudConnectorCommand.d.ts +44 -0
  62. package/dist-types/ts3.4/commands/ValidateCloudConnectorCommand.d.ts +44 -0
  63. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  64. package/dist-types/ts3.4/models/enums.d.ts +42 -0
  65. package/dist-types/ts3.4/models/errors.d.ts +26 -20
  66. package/dist-types/ts3.4/models/models_0.d.ts +78 -59
  67. package/dist-types/ts3.4/models/models_1.d.ts +123 -0
  68. package/dist-types/ts3.4/pagination/ListCloudConnectorsPaginator.d.ts +11 -0
  69. package/dist-types/ts3.4/pagination/ValidateCloudConnectorPaginator.d.ts +11 -0
  70. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  71. package/dist-types/ts3.4/schemas/schemas_0.d.ts +27 -0
  72. package/package.json +3 -3
@@ -1,5 +1,352 @@
1
- import type { AssociationComplianceSeverity, AssociationFilterKey, AssociationSyncCompliance, CommandFilterKey, CommandInvocationStatus, CommandPluginStatus, CommandStatus, ComplianceQueryOperatorType, ComplianceSeverity, ComplianceStatus, ComplianceUploadType, DocumentFilterKey, DocumentFormat, DocumentHashType, DocumentMetadataEnum, DocumentPermissionType, DocumentReviewAction, DocumentReviewCommentType, DocumentStatus, DocumentType, ExecutionMode, LastResourceDataSyncStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskType, ManagedStatus, NodeAggregatorType, NodeAttributeName, NodeFilterKey, NodeFilterOperatorType, NodeTypeName, OperatingSystem, OpsItemEventFilterKey, OpsItemEventFilterOperator, OpsItemRelatedItemsFilterKey, OpsItemRelatedItemsFilterOperator, OpsItemStatus, ParameterTier, ParameterType, PatchAction, PatchComplianceLevel, PatchComplianceStatus, PlatformType, ResourceType, ResourceTypeForTagging, ReviewStatus, SignalType, StopType } from "./enums";
2
- import type { AlarmConfiguration, AlarmStateInformation, AssociationDescription, AssociationOverview, AssociationStatus, AttachmentsSource, CloudWatchOutputConfig, DocumentDescription, DocumentRequires, InstanceAssociationOutputLocation, InventoryFilter, InventoryGroup, LoggingInfo, MaintenanceWindowTaskInvocationParameters, MaintenanceWindowTaskParameterValueExpression, MetadataValue, NotificationConfig, OpsFilter, OpsItemDataValue, OpsItemNotification, OpsResultAttribute, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncAwsOrganizationsSource, ResourceDataSyncS3Destination, ResourceDataSyncSource, ResultAttribute, Runbook, Tag, Target, TargetLocation } from "./models_0";
1
+ import type { AssociationComplianceSeverity, AssociationFilterKey, AssociationSyncCompliance, CloudConnectorFilterKey, CommandFilterKey, CommandInvocationStatus, CommandPluginStatus, CommandStatus, ComplianceQueryOperatorType, ComplianceSeverity, ComplianceStatus, ComplianceUploadType, DocumentFilterKey, DocumentFormat, DocumentHashType, DocumentMetadataEnum, DocumentPermissionType, DocumentReviewAction, DocumentReviewCommentType, DocumentStatus, DocumentType, ExecutionMode, LastResourceDataSyncStatus, MaintenanceWindowResourceType, MaintenanceWindowTaskCutoffBehavior, MaintenanceWindowTaskType, ManagedStatus, NodeAggregatorType, NodeAttributeName, NodeFilterKey, NodeFilterOperatorType, NodeTypeName, OperatingSystem, OpsItemEventFilterKey, OpsItemEventFilterOperator, OpsItemRelatedItemsFilterKey, OpsItemRelatedItemsFilterOperator, OpsItemStatus, ParameterTier, ParameterType, PatchAction, PatchComplianceLevel, PatchComplianceStatus, PlatformType, ResourceType, ResourceTypeForTagging, ReviewStatus, SignalType, SourceType, StopType, ValidationFindingCode, ValidationFindingScopeType, ValidationFindingType } from "./enums";
2
+ import type { AlarmConfiguration, AlarmStateInformation, AssociationDescription, AssociationOverview, AssociationStatus, AttachmentsSource, CloudConnectorConfiguration, CloudWatchOutputConfig, DocumentDescription, DocumentRequires, InstanceAssociationOutputLocation, InventoryFilter, InventoryGroup, LoggingInfo, MaintenanceWindowTaskInvocationParameters, MaintenanceWindowTaskParameterValueExpression, MetadataValue, NotificationConfig, OpsFilter, OpsItemDataValue, OpsItemNotification, OpsResultAttribute, Parameter, ParameterStringFilter, PatchFilterGroup, PatchRuleGroup, PatchSource, RelatedOpsItem, ResourceDataSyncAwsOrganizationsSource, ResourceDataSyncS3Destination, ResourceDataSyncSource, ResultAttribute, Runbook, Tag, Target, TargetLocation } from "./models_0";
3
+ /**
4
+ * @public
5
+ */
6
+ export interface GetParametersByPathRequest {
7
+ /**
8
+ * <p>The hierarchy for the parameter. Hierarchies start with a forward slash (/). The hierarchy
9
+ * is the parameter name except the last part of the parameter. For the API call to succeed, the
10
+ * last part of the parameter name can't be in the path. A parameter name hierarchy can have a
11
+ * maximum of 15 levels. Here is an example of a hierarchy:
12
+ * <code>/Finance/Prod/IAD/WinServ2016/license33 </code>
13
+ * </p>
14
+ * @public
15
+ */
16
+ Path: string | undefined;
17
+ /**
18
+ * <p>Retrieve all parameters within a hierarchy.</p>
19
+ * <important>
20
+ * <p>If a user has access to a path, then the user can access all levels of that path. For
21
+ * example, if a user has permission to access path <code>/a</code>, then the user can also access
22
+ * <code>/a/b</code>. Even if a user has explicitly been denied access in IAM for
23
+ * parameter <code>/a/b</code>, they can still call the GetParametersByPath API operation
24
+ * recursively for <code>/a</code> and view <code>/a/b</code>.</p>
25
+ * </important>
26
+ * @public
27
+ */
28
+ Recursive?: boolean | undefined;
29
+ /**
30
+ * <p>Filters to limit the request results.</p>
31
+ * <note>
32
+ * <p>The following <code>Key</code> values are supported for <code>GetParametersByPath</code>:
33
+ * <code>Type</code>, <code>KeyId</code>, and <code>Label</code>.</p>
34
+ * <p>The following <code>Key</code> values aren't supported for
35
+ * <code>GetParametersByPath</code>: <code>tag</code>, <code>DataType</code>, <code>Name</code>,
36
+ * <code>Path</code>, and <code>Tier</code>.</p>
37
+ * </note>
38
+ * @public
39
+ */
40
+ ParameterFilters?: ParameterStringFilter[] | undefined;
41
+ /**
42
+ * <p>Retrieve all parameters in a hierarchy with their value decrypted.</p>
43
+ * @public
44
+ */
45
+ WithDecryption?: boolean | undefined;
46
+ /**
47
+ * <p>The maximum number of items to return for this call. The call also returns a token that you
48
+ * can specify in a subsequent call to get the next set of results.</p>
49
+ * @public
50
+ */
51
+ MaxResults?: number | undefined;
52
+ /**
53
+ * <p>A token to start the list. Use this token to get the next set of results. </p>
54
+ * @public
55
+ */
56
+ NextToken?: string | undefined;
57
+ }
58
+ /**
59
+ * @public
60
+ */
61
+ export interface GetParametersByPathResult {
62
+ /**
63
+ * <p>A list of parameters found in the specified hierarchy.</p>
64
+ * @public
65
+ */
66
+ Parameters?: Parameter[] | undefined;
67
+ /**
68
+ * <p>The token for the next set of items to return. Use this token to get the next set of
69
+ * results.</p>
70
+ * @public
71
+ */
72
+ NextToken?: string | undefined;
73
+ }
74
+ /**
75
+ * @public
76
+ */
77
+ export interface GetPatchBaselineRequest {
78
+ /**
79
+ * <p>The ID of the patch baseline to retrieve.</p>
80
+ * <note>
81
+ * <p>To retrieve information about an Amazon Web Services managed patch baseline, specify the full Amazon
82
+ * Resource Name (ARN) of the baseline. For example, for the baseline
83
+ * <code>AWS-AmazonLinuxDefaultPatchBaseline</code>, specify
84
+ * <code>arn:aws:ssm:us-east-2:733109147000:patchbaseline/pb-0e392de35e7c563b7</code> instead of
85
+ * <code>pb-0e392de35e7c563b7</code>.</p>
86
+ * </note>
87
+ * @public
88
+ */
89
+ BaselineId: string | undefined;
90
+ }
91
+ /**
92
+ * @public
93
+ */
94
+ export interface GetPatchBaselineResult {
95
+ /**
96
+ * <p>The ID of the retrieved patch baseline.</p>
97
+ * @public
98
+ */
99
+ BaselineId?: string | undefined;
100
+ /**
101
+ * <p>The name of the patch baseline.</p>
102
+ * @public
103
+ */
104
+ Name?: string | undefined;
105
+ /**
106
+ * <p>Returns the operating system specified for the patch baseline.</p>
107
+ * @public
108
+ */
109
+ OperatingSystem?: OperatingSystem | undefined;
110
+ /**
111
+ * <p>A set of global filters used to exclude patches from the baseline.</p>
112
+ * @public
113
+ */
114
+ GlobalFilters?: PatchFilterGroup | undefined;
115
+ /**
116
+ * <p>A set of rules used to include patches in the baseline.</p>
117
+ * @public
118
+ */
119
+ ApprovalRules?: PatchRuleGroup | undefined;
120
+ /**
121
+ * <p>A list of explicitly approved patches for the baseline.</p>
122
+ * @public
123
+ */
124
+ ApprovedPatches?: string[] | undefined;
125
+ /**
126
+ * <p>Returns the specified compliance severity level for approved patches in the patch
127
+ * baseline.</p>
128
+ * @public
129
+ */
130
+ ApprovedPatchesComplianceLevel?: PatchComplianceLevel | undefined;
131
+ /**
132
+ * <p>Indicates whether the list of approved patches includes non-security updates that should be
133
+ * applied to the managed nodes. The default value is <code>false</code>. Applies to Linux managed
134
+ * nodes only.</p>
135
+ * @public
136
+ */
137
+ ApprovedPatchesEnableNonSecurity?: boolean | undefined;
138
+ /**
139
+ * <p>A list of explicitly rejected patches for the baseline.</p>
140
+ * @public
141
+ */
142
+ RejectedPatches?: string[] | undefined;
143
+ /**
144
+ * <p>The action specified to take on patches included in the <code>RejectedPatches</code> list. A
145
+ * patch can be allowed only if it is a dependency of another package, or blocked entirely along
146
+ * with packages that include it as a dependency.</p>
147
+ * @public
148
+ */
149
+ RejectedPatchesAction?: PatchAction | undefined;
150
+ /**
151
+ * <p>Patch groups included in the patch baseline.</p>
152
+ * @public
153
+ */
154
+ PatchGroups?: string[] | undefined;
155
+ /**
156
+ * <p>The date the patch baseline was created.</p>
157
+ * @public
158
+ */
159
+ CreatedDate?: Date | undefined;
160
+ /**
161
+ * <p>The date the patch baseline was last modified.</p>
162
+ * @public
163
+ */
164
+ ModifiedDate?: Date | undefined;
165
+ /**
166
+ * <p>A description of the patch baseline.</p>
167
+ * @public
168
+ */
169
+ Description?: string | undefined;
170
+ /**
171
+ * <p>Information about the patches to use to update the managed nodes, including target operating
172
+ * systems and source repositories. Applies to Linux managed nodes only.</p>
173
+ * @public
174
+ */
175
+ Sources?: PatchSource[] | undefined;
176
+ /**
177
+ * <p>Indicates the compliance status of managed nodes for which security-related patches are
178
+ * available but were not approved. This preference is specified when the
179
+ * <code>CreatePatchBaseline</code> or <code>UpdatePatchBaseline</code> commands are run.</p>
180
+ * <p>Applies to Windows Server managed nodes only.</p>
181
+ * @public
182
+ */
183
+ AvailableSecurityUpdatesComplianceStatus?: PatchComplianceStatus | undefined;
184
+ }
185
+ /**
186
+ * @public
187
+ */
188
+ export interface GetPatchBaselineForPatchGroupRequest {
189
+ /**
190
+ * <p>The name of the patch group whose patch baseline should be retrieved.</p>
191
+ * @public
192
+ */
193
+ PatchGroup: string | undefined;
194
+ /**
195
+ * <p>Returns the operating system rule specified for patch groups using the patch
196
+ * baseline. The default value is <code>WINDOWS</code>. </p>
197
+ * @public
198
+ */
199
+ OperatingSystem?: OperatingSystem | undefined;
200
+ }
201
+ /**
202
+ * @public
203
+ */
204
+ export interface GetPatchBaselineForPatchGroupResult {
205
+ /**
206
+ * <p>The ID of the patch baseline that should be used for the patch group.</p>
207
+ * @public
208
+ */
209
+ BaselineId?: string | undefined;
210
+ /**
211
+ * <p>The name of the patch group.</p>
212
+ * @public
213
+ */
214
+ PatchGroup?: string | undefined;
215
+ /**
216
+ * <p>The operating system rule specified for patch groups using the patch baseline.</p>
217
+ * @public
218
+ */
219
+ OperatingSystem?: OperatingSystem | undefined;
220
+ }
221
+ /**
222
+ * @public
223
+ */
224
+ export interface GetResourcePoliciesRequest {
225
+ /**
226
+ * <p>Amazon Resource Name (ARN) of the resource to which the policies are attached.</p>
227
+ * @public
228
+ */
229
+ ResourceArn: string | undefined;
230
+ /**
231
+ * <p>A token to start the list. Use this token to get the next set of results.</p>
232
+ * @public
233
+ */
234
+ NextToken?: string | undefined;
235
+ /**
236
+ * <p>The maximum number of items to return for this call. The call also returns a token that you
237
+ * can specify in a subsequent call to get the next set of results.</p>
238
+ * @public
239
+ */
240
+ MaxResults?: number | undefined;
241
+ }
242
+ /**
243
+ * <p>A resource policy helps you to define the IAM entity (for example, an
244
+ * Amazon Web Services account) that can manage your Systems Manager resources. Currently, <code>OpsItemGroup</code> is the
245
+ * only resource that supports Systems Manager resource policies. The resource policy for
246
+ * <code>OpsItemGroup</code> enables Amazon Web Services accounts to view and interact with OpsCenter operational
247
+ * work items (OpsItems).</p>
248
+ * @public
249
+ */
250
+ export interface GetResourcePoliciesResponseEntry {
251
+ /**
252
+ * <p>A policy ID.</p>
253
+ * @public
254
+ */
255
+ PolicyId?: string | undefined;
256
+ /**
257
+ * <p>ID of the current policy version. The hash helps to prevent a situation where multiple users
258
+ * attempt to overwrite a policy. You must provide this hash when updating or deleting a
259
+ * policy.</p>
260
+ * @public
261
+ */
262
+ PolicyHash?: string | undefined;
263
+ /**
264
+ * <p>A resource policy helps you to define the IAM entity (for example, an
265
+ * Amazon Web Services account) that can manage your Systems Manager resources. Currently, <code>OpsItemGroup</code> is the
266
+ * only resource that supports Systems Manager resource policies. The resource policy for
267
+ * <code>OpsItemGroup</code> enables Amazon Web Services accounts to view and interact with OpsCenter operational
268
+ * work items (OpsItems).</p>
269
+ * @public
270
+ */
271
+ Policy?: string | undefined;
272
+ }
273
+ /**
274
+ * @public
275
+ */
276
+ export interface GetResourcePoliciesResponse {
277
+ /**
278
+ * <p>The token for the next set of items to return. Use this token to get the next set of
279
+ * results.</p>
280
+ * @public
281
+ */
282
+ NextToken?: string | undefined;
283
+ /**
284
+ * <p>An array of the <code>Policy</code> object.</p>
285
+ * @public
286
+ */
287
+ Policies?: GetResourcePoliciesResponseEntry[] | undefined;
288
+ }
289
+ /**
290
+ * <p>The request body of the GetServiceSetting API operation.</p>
291
+ * @public
292
+ */
293
+ export interface GetServiceSettingRequest {
294
+ /**
295
+ * <p>The ID of the service setting to get. The setting ID can be one of the following.</p>
296
+ * <ul>
297
+ * <li>
298
+ * <p>
299
+ * <code>/ssm/appmanager/appmanager-enabled</code>
300
+ * </p>
301
+ * </li>
302
+ * <li>
303
+ * <p>
304
+ * <code>/ssm/automation/customer-script-log-destination</code>
305
+ * </p>
306
+ * </li>
307
+ * <li>
308
+ * <p>
309
+ * <code>/ssm/automation/customer-script-log-group-name</code>
310
+ * </p>
311
+ * </li>
312
+ * <li>
313
+ * <p>/ssm/automation/enable-adaptive-concurrency</p>
314
+ * </li>
315
+ * <li>
316
+ * <p>
317
+ * <code>/ssm/documents/console/public-sharing-permission</code>
318
+ * </p>
319
+ * </li>
320
+ * <li>
321
+ * <p>
322
+ * <code>/ssm/managed-instance/activation-tier</code>
323
+ * </p>
324
+ * </li>
325
+ * <li>
326
+ * <p>
327
+ * <code>/ssm/managed-instance/default-ec2-instance-management-role</code>
328
+ * </p>
329
+ * </li>
330
+ * <li>
331
+ * <p>
332
+ * <code>/ssm/opsinsights/opscenter</code>
333
+ * </p>
334
+ * </li>
335
+ * <li>
336
+ * <p>
337
+ * <code>/ssm/parameter-store/default-parameter-tier</code>
338
+ * </p>
339
+ * </li>
340
+ * <li>
341
+ * <p>
342
+ * <code>/ssm/parameter-store/high-throughput-enabled</code>
343
+ * </p>
344
+ * </li>
345
+ * </ul>
346
+ * @public
347
+ */
348
+ SettingId: string | undefined;
349
+ }
3
350
  /**
4
351
  * <p>The service setting data structure.</p>
5
352
  * <p>
@@ -458,6 +805,106 @@ export interface ListAssociationVersionsResult {
458
805
  */
459
806
  NextToken?: string | undefined;
460
807
  }
808
+ /**
809
+ * <p>A filter for listing cloud connectors.</p>
810
+ * @public
811
+ */
812
+ export interface CloudConnectorFilter {
813
+ /**
814
+ * <p>The name of the filter key.</p>
815
+ * @public
816
+ */
817
+ FilterKey?: CloudConnectorFilterKey | undefined;
818
+ /**
819
+ * <p>The filter values. Valid values for each filter key are as follows:</p>
820
+ * <dl>
821
+ * <dt>SubscriptionId</dt>
822
+ * <dd>
823
+ * <p>The Azure subscription ID to filter by. To return only tenant-level connectors,
824
+ * specify <code>NONE</code>.</p>
825
+ * </dd>
826
+ * <dt>TenantId</dt>
827
+ * <dd>
828
+ * <p>The Azure tenant ID to filter by. Filters the results to connectors
829
+ * that target the specified tenant.</p>
830
+ * </dd>
831
+ * </dl>
832
+ * @public
833
+ */
834
+ FilterValues?: string[] | undefined;
835
+ }
836
+ /**
837
+ * @public
838
+ */
839
+ export interface ListCloudConnectorsRequest {
840
+ /**
841
+ * <p>The maximum number of items to return for this call.</p>
842
+ * @public
843
+ */
844
+ MaxResults?: number | undefined;
845
+ /**
846
+ * <p>The token for the next set of items to return. (You received this token from a previous
847
+ * call.)</p>
848
+ * @public
849
+ */
850
+ NextToken?: string | undefined;
851
+ /**
852
+ * <p>One or more filters to limit the cloud connectors returned in the response.</p>
853
+ * @public
854
+ */
855
+ Filters?: CloudConnectorFilter[] | undefined;
856
+ }
857
+ /**
858
+ * <p>Summary information about a cloud connector.</p>
859
+ * @public
860
+ */
861
+ export interface CloudConnectorSummary {
862
+ /**
863
+ * <p>The ID of the cloud connector.</p>
864
+ * @public
865
+ */
866
+ CloudConnectorId?: string | undefined;
867
+ /**
868
+ * <p>The friendly name of the cloud connector.</p>
869
+ * @public
870
+ */
871
+ DisplayName?: string | undefined;
872
+ /**
873
+ * <p>The description of the cloud connector.</p>
874
+ * @public
875
+ */
876
+ Description?: string | undefined;
877
+ /**
878
+ * <p>The ARN of the IAM role used by the cloud connector.</p>
879
+ * @public
880
+ */
881
+ RoleArn?: string | undefined;
882
+ /**
883
+ * <p>The date and time the cloud connector was created.</p>
884
+ * @public
885
+ */
886
+ CreatedAt?: Date | undefined;
887
+ /**
888
+ * <p>The date and time the cloud connector was last updated.</p>
889
+ * @public
890
+ */
891
+ UpdatedAt?: Date | undefined;
892
+ }
893
+ /**
894
+ * @public
895
+ */
896
+ export interface ListCloudConnectorsResult {
897
+ /**
898
+ * <p>A list of cloud connector summary objects.</p>
899
+ * @public
900
+ */
901
+ CloudConnectors?: CloudConnectorSummary[] | undefined;
902
+ /**
903
+ * <p>The token to use when requesting the next set of items.</p>
904
+ * @public
905
+ */
906
+ NextToken?: string | undefined;
907
+ }
461
908
  /**
462
909
  * <p>Describes a command filter.</p>
463
910
  * <note>
@@ -2263,6 +2710,11 @@ export interface InstanceInfo {
2263
2710
  * @public
2264
2711
  */
2265
2712
  ManagedStatus?: ManagedStatus | undefined;
2713
+ /**
2714
+ * <p>The name assigned to the managed node.</p>
2715
+ * @public
2716
+ */
2717
+ Name?: string | undefined;
2266
2718
  /**
2267
2719
  * <p>The operating system platform type of the managed node.</p>
2268
2720
  * @public
@@ -2284,6 +2736,33 @@ export interface InstanceInfo {
2284
2736
  * @public
2285
2737
  */
2286
2738
  ResourceType?: ResourceType | undefined;
2739
+ /**
2740
+ * <p>The type of the source resource. For IoT Greengrass devices,
2741
+ * <code>SourceType</code> is <code>AWS::IoT::Thing</code>.</p>
2742
+ * @public
2743
+ */
2744
+ SourceType?: SourceType | undefined;
2745
+ /**
2746
+ * <p>The ID of the source resource. For IoT Greengrass devices, <code>SourceId</code> is
2747
+ * the Thing name.</p>
2748
+ * @public
2749
+ */
2750
+ SourceId?: string | undefined;
2751
+ /**
2752
+ * <p>The location of the source resource in the third-party cloud environment.</p>
2753
+ * @public
2754
+ */
2755
+ SourceLocation?: string | undefined;
2756
+ /**
2757
+ * <p>The Availability Zone where the managed node is located.</p>
2758
+ * @public
2759
+ */
2760
+ AvailabilityZone?: string | undefined;
2761
+ /**
2762
+ * <p>The Availability Zone ID where the managed node is located.</p>
2763
+ * @public
2764
+ */
2765
+ AvailabilityZoneId?: string | undefined;
2287
2766
  }
2288
2767
  /**
2289
2768
  * <p>Information about a managed node's type.</p>
@@ -4952,7 +5431,7 @@ export interface UpdateAssociationRequest {
4952
5431
  * association. Use this action to update an association in multiple Regions and multiple
4953
5432
  * accounts.</p>
4954
5433
  * <note>
4955
- * <p>The <code>IncludeChildOrganizationUnits</code> parameter is not supported by State
5434
+ * <p>The <code>TargetLocationAlarmConfiguration</code> parameter is not supported by State
4956
5435
  * Manager.</p>
4957
5436
  * </note>
4958
5437
  * @public
@@ -5061,6 +5540,42 @@ export interface UpdateAssociationStatusResult {
5061
5540
  */
5062
5541
  AssociationDescription?: AssociationDescription | undefined;
5063
5542
  }
5543
+ /**
5544
+ * @public
5545
+ */
5546
+ export interface UpdateCloudConnectorRequest {
5547
+ /**
5548
+ * <p>The ID of the cloud connector to update.</p>
5549
+ * @public
5550
+ */
5551
+ CloudConnectorId: string | undefined;
5552
+ /**
5553
+ * <p>A new friendly name for the cloud connector.</p>
5554
+ * @public
5555
+ */
5556
+ DisplayName?: string | undefined;
5557
+ /**
5558
+ * <p>The updated configuration details for connecting to the third-party cloud
5559
+ * environment.</p>
5560
+ * @public
5561
+ */
5562
+ Configuration?: CloudConnectorConfiguration | undefined;
5563
+ /**
5564
+ * <p>A new description for the cloud connector.</p>
5565
+ * @public
5566
+ */
5567
+ Description?: string | undefined;
5568
+ }
5569
+ /**
5570
+ * @public
5571
+ */
5572
+ export interface UpdateCloudConnectorResult {
5573
+ /**
5574
+ * <p>The ID of the cloud connector that was updated.</p>
5575
+ * @public
5576
+ */
5577
+ CloudConnectorId?: string | undefined;
5578
+ }
5064
5579
  /**
5065
5580
  * @public
5066
5581
  */
@@ -6277,6 +6792,89 @@ export interface UpdateServiceSettingRequest {
6277
6792
  */
6278
6793
  export interface UpdateServiceSettingResult {
6279
6794
  }
6795
+ /**
6796
+ * @public
6797
+ */
6798
+ export interface ValidateCloudConnectorRequest {
6799
+ /**
6800
+ * <p>The ID of the cloud connector to validate.</p>
6801
+ * @public
6802
+ */
6803
+ CloudConnectorId: string | undefined;
6804
+ /**
6805
+ * <p>The maximum number of validation findings to return.</p>
6806
+ * @public
6807
+ */
6808
+ MaxResults?: number | undefined;
6809
+ /**
6810
+ * <p>The token for the next set of items to return. (You received this token from a previous
6811
+ * call.)</p>
6812
+ * @public
6813
+ */
6814
+ NextToken?: string | undefined;
6815
+ }
6816
+ /**
6817
+ * <p>Identifies the specific resource scope of a validation finding.</p>
6818
+ * @public
6819
+ */
6820
+ export interface ValidationFindingScope {
6821
+ /**
6822
+ * <p>The type of the resource scope.</p>
6823
+ * @public
6824
+ */
6825
+ Type?: ValidationFindingScopeType | undefined;
6826
+ /**
6827
+ * <p>The ID of the resource within the scope.</p>
6828
+ * @public
6829
+ */
6830
+ Id?: string | undefined;
6831
+ }
6832
+ /**
6833
+ * <p>A validation finding from a cloud connector validation check.</p>
6834
+ * @public
6835
+ */
6836
+ export interface ValidationFinding {
6837
+ /**
6838
+ * <p>The type of the validation finding.</p>
6839
+ * @public
6840
+ */
6841
+ Type?: ValidationFindingType | undefined;
6842
+ /**
6843
+ * <p>A code that identifies the specific validation finding.</p>
6844
+ * @public
6845
+ */
6846
+ Code?: ValidationFindingCode | undefined;
6847
+ /**
6848
+ * <p>A message that describes the validation finding.</p>
6849
+ * @public
6850
+ */
6851
+ Message?: string | undefined;
6852
+ /**
6853
+ * <p>A message from the third-party cloud provider related to the validation finding.</p>
6854
+ * @public
6855
+ */
6856
+ ProviderMessage?: string | undefined;
6857
+ /**
6858
+ * <p>The scope of the validation finding, identifying the specific resource affected.</p>
6859
+ * @public
6860
+ */
6861
+ Scope?: ValidationFindingScope | undefined;
6862
+ }
6863
+ /**
6864
+ * @public
6865
+ */
6866
+ export interface ValidateCloudConnectorResult {
6867
+ /**
6868
+ * <p>A list of validation findings for the cloud connector.</p>
6869
+ * @public
6870
+ */
6871
+ ValidationFindings?: ValidationFinding[] | undefined;
6872
+ /**
6873
+ * <p>The token to use when requesting the next set of items.</p>
6874
+ * @public
6875
+ */
6876
+ NextToken?: string | undefined;
6877
+ }
6280
6878
  /**
6281
6879
  * <p>Specifies the inventory type and attribute for the aggregation execution.</p>
6282
6880
  * @public
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListCloudConnectorsCommandInput, ListCloudConnectorsCommandOutput } from "../commands/ListCloudConnectorsCommand";
3
+ import type { SSMPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListCloudConnectors: (config: SSMPaginationConfiguration, input: ListCloudConnectorsCommandInput, ...rest: any[]) => Paginator<ListCloudConnectorsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ValidateCloudConnectorCommandInput, ValidateCloudConnectorCommandOutput } from "../commands/ValidateCloudConnectorCommand";
3
+ import type { SSMPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateValidateCloudConnector: (config: SSMPaginationConfiguration, input: ValidateCloudConnectorCommandInput, ...rest: any[]) => Paginator<ValidateCloudConnectorCommandOutput>;
@@ -36,6 +36,7 @@ export * from "./GetParametersByPathPaginator";
36
36
  export * from "./GetResourcePoliciesPaginator";
37
37
  export * from "./ListAssociationsPaginator";
38
38
  export * from "./ListAssociationVersionsPaginator";
39
+ export * from "./ListCloudConnectorsPaginator";
39
40
  export * from "./ListCommandInvocationsPaginator";
40
41
  export * from "./ListCommandsPaginator";
41
42
  export * from "./ListComplianceItemsPaginator";
@@ -49,3 +50,4 @@ export * from "./ListOpsItemRelatedItemsPaginator";
49
50
  export * from "./ListOpsMetadataPaginator";
50
51
  export * from "./ListResourceComplianceSummariesPaginator";
51
52
  export * from "./ListResourceDataSyncPaginator";
53
+ export * from "./ValidateCloudConnectorPaginator";