@aws-sdk/client-ssm 3.1080.0 → 3.1082.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 +8 -8
@@ -7,10 +7,12 @@ const _ACL = "AttachmentContentList";
7
7
  const _ACc = "ActivationCode";
8
8
  const _ACt = "AttachmentContent";
9
9
  const _ACtt = "AttachmentsContent";
10
+ const _ACz = "AzureConfiguration";
10
11
  const _AD = "AssociationDescription";
11
12
  const _ADAR = "AssociationDispatchAssumeRole";
12
13
  const _ADE = "AccessDeniedException";
13
14
  const _ADL = "AssociationDescriptionList";
15
+ const _ADN = "ApplicationDisplayName";
14
16
  const _ADNAE = "AutomationDefinitionNotApprovedException";
15
17
  const _ADNE = "AssociationDoesNotExist";
16
18
  const _ADNFE = "AutomationDefinitionNotFoundException";
@@ -52,6 +54,7 @@ const _AIcc = "AccountIds";
52
54
  const _AIct = "ActivationId";
53
55
  const _AId = "AdditionalInfo";
54
56
  const _AIdv = "AdvisoryIds";
57
+ const _AIp = "ApplicationId";
55
58
  const _AIs = "AssociationId";
56
59
  const _AIss = "AssociationIds";
57
60
  const _AIt = "AttachmentInformation";
@@ -86,12 +89,14 @@ const _ASIL = "AccountSharingInfoList";
86
89
  const _ASILl = "AlarmStateInformationList";
87
90
  const _ASIl = "AlarmStateInformation";
88
91
  const _ASL = "AttachmentsSourceList";
92
+ const _ASLz = "AzureSubscriptionList";
89
93
  const _ASNFE = "AutomationStepNotFoundException";
90
94
  const _AST = "ActualStartTime";
91
95
  const _ASUC = "AvailableSecurityUpdateCount";
92
96
  const _ASUCS = "AvailableSecurityUpdatesComplianceStatus";
93
97
  const _ASt = "AttachmentsSource";
94
98
  const _ASu = "AutomationSubtype";
99
+ const _ASz = "AzureSubscription";
95
100
  const _AT = "AssociationType";
96
101
  const _ATPN = "AutomationTargetParameterName";
97
102
  const _ATTR = "AddTagsToResource";
@@ -112,6 +117,8 @@ const _AVg = "AgentVersion";
112
117
  const _AVp = "ApprovedVersion";
113
118
  const _AVs = "AssociationVersions";
114
119
  const _AWSKMSKARN = "AWSKMSKeyARN";
120
+ const _AZ = "AvailabilityZone";
121
+ const _AZI = "AvailabilityZoneId";
115
122
  const _Ac = "Action";
116
123
  const _Acc = "Accounts";
117
124
  const _Ag = "Aggregators";
@@ -147,15 +154,28 @@ const _CAR = "CreateActivationRequest";
147
154
  const _CARr = "CreateActivationResult";
148
155
  const _CARre = "CreateAssociationRequest";
149
156
  const _CARrea = "CreateAssociationResult";
150
- const _CAr = "CreateActivation";
151
- const _CAre = "CreateAssociation";
157
+ const _CAr = "CreatedAt";
158
+ const _CAre = "CreateActivation";
159
+ const _CArea = "CreateAssociation";
152
160
  const _CB = "CutoffBehavior";
153
161
  const _CBr = "CreatedBy";
154
162
  const _CC = "CompletedCount";
163
+ const _CCA = "ConfigConnectorArn";
164
+ const _CCAl = "CloudConnectorArn";
165
+ const _CCC = "CloudConnectorConfiguration";
166
+ const _CCCR = "CreateCloudConnectorRequest";
167
+ const _CCCRr = "CreateCloudConnectorResult";
168
+ const _CCCr = "CreateCloudConnector";
169
+ const _CCF = "CloudConnectorFilter";
170
+ const _CCFL = "CloudConnectorFilterList";
171
+ const _CCI = "CloudConnectorId";
155
172
  const _CCR = "CancelCommandRequest";
156
173
  const _CCRa = "CancelCommandResult";
174
+ const _CCS = "CloudConnectorSummary";
175
+ const _CCSL = "CloudConnectorSummaryList";
157
176
  const _CCa = "CancelCommand";
158
- const _CCl = "ClientContext";
177
+ const _CCl = "CloudConnectors";
178
+ const _CCli = "ClientContext";
159
179
  const _CCo = "CompliantCount";
160
180
  const _CCr = "CriticalCount";
161
181
  const _CD = "CreatedDate";
@@ -164,8 +184,9 @@ const _CDRr = "CreateDocumentResult";
164
184
  const _CDh = "ChangeDetails";
165
185
  const _CDr = "CreationDate";
166
186
  const _CDre = "CreateDocument";
167
- const _CE = "CategoryEnum";
187
+ const _CE = "ConflictException";
168
188
  const _CES = "ComplianceExecutionSummary";
189
+ const _CEa = "CategoryEnum";
169
190
  const _CF = "CommandFilter";
170
191
  const _CFL = "CommandFilterList";
171
192
  const _CFo = "ComplianceFilter";
@@ -222,6 +243,7 @@ const _CTCLEE = "ComplianceTypeCountLimitExceededException";
222
243
  const _CTa = "CaptureTime";
223
244
  const _CTl = "ClientToken";
224
245
  const _CTo = "ComplianceType";
246
+ const _CTon = "ConfigurationTargets";
225
247
  const _CTr = "CreateTime";
226
248
  const _CU = "ContentUrl";
227
249
  const _CVEI = "CVEIds";
@@ -232,10 +254,11 @@ const _CWOU = "CloudWatchOutputUrl";
232
254
  const _Ca = "Category";
233
255
  const _Cl = "Classification";
234
256
  const _Co = "Comment";
257
+ const _Cod = "Code";
235
258
  const _Com = "Commands";
236
- const _Con = "Content";
237
- const _Conf = "Configuration";
238
- const _Cont = "Context";
259
+ const _Con = "Configuration";
260
+ const _Cont = "Content";
261
+ const _Conte = "Context";
239
262
  const _Cou = "Count";
240
263
  const _Cr = "Credentials";
241
264
  const _Cu = "Cutoff";
@@ -271,6 +294,9 @@ const _DAe = "DeleteAssociation";
271
294
  const _DAes = "DescribeActivations";
272
295
  const _DAesc = "DescribeAssociation";
273
296
  const _DB = "DefaultBaseline";
297
+ const _DCC = "DeleteCloudConnector";
298
+ const _DCCR = "DeleteCloudConnectorRequest";
299
+ const _DCCRe = "DeleteCloudConnectorResult";
274
300
  const _DD = "DocumentDescription";
275
301
  const _DDC = "DuplicateDocumentContent";
276
302
  const _DDP = "DescribeDocumentPermission";
@@ -515,6 +541,9 @@ const _GAERe = "GetAutomationExecutionResult";
515
541
  const _GAT = "GetAccessToken";
516
542
  const _GATR = "GetAccessTokenRequest";
517
543
  const _GATRe = "GetAccessTokenResponse";
544
+ const _GCC = "GetCloudConnector";
545
+ const _GCCR = "GetCloudConnectorRequest";
546
+ const _GCCRe = "GetCloudConnectorResult";
518
547
  const _GCI = "GetCommandInvocation";
519
548
  const _GCIR = "GetCommandInvocationRequest";
520
549
  const _GCIRe = "GetCommandInvocationResult";
@@ -772,6 +801,9 @@ const _LAV = "ListAssociationVersions";
772
801
  const _LAVR = "ListAssociationVersionsRequest";
773
802
  const _LAVRi = "ListAssociationVersionsResult";
774
803
  const _LC = "LowCount";
804
+ const _LCC = "ListCloudConnectors";
805
+ const _LCCR = "ListCloudConnectorsRequest";
806
+ const _LCCRi = "ListCloudConnectorsResult";
775
807
  const _LCI = "ListCommandInvocations";
776
808
  const _LCIR = "ListCommandInvocationsRequest";
777
809
  const _LCIRi = "ListCommandInvocationsResult";
@@ -1047,6 +1079,7 @@ const _PLa = "PatchList";
1047
1079
  const _PM = "ParameterMetadata";
1048
1080
  const _PML = "ParameterMetadataList";
1049
1081
  const _PMVLE = "ParameterMaxVersionLimitExceeded";
1082
+ const _PMr = "ProviderMessage";
1050
1083
  const _PN = "ParameterNames";
1051
1084
  const _PNF = "ParameterNotFound";
1052
1085
  const _PNl = "PluginName";
@@ -1106,10 +1139,11 @@ const _Prop = "Properties";
1106
1139
  const _Q = "Qualifier";
1107
1140
  const _QC = "QuotaCode";
1108
1141
  const _R = "Runbooks";
1109
- const _RA = "ResourceArn";
1142
+ const _RA = "RoleArn";
1110
1143
  const _RAL = "ResultAttributeList";
1111
- const _RAe = "ResultAttributes";
1112
- const _RAes = "ResultAttribute";
1144
+ const _RAe = "ResourceArn";
1145
+ const _RAes = "ResultAttributes";
1146
+ const _RAesu = "ResultAttribute";
1113
1147
  const _RC = "ReasonCode";
1114
1148
  const _RCBS = "ResourceCountByStatus";
1115
1149
  const _RCSI = "ResourceComplianceSummaryItems";
@@ -1262,6 +1296,7 @@ const _SKP = "S3KeyPrefix";
1262
1296
  const _SL = "S3Location";
1263
1297
  const _SLMT = "SyncLastModifiedTime";
1264
1298
  const _SLe = "SessionList";
1299
+ const _SLo = "SourceLocation";
1265
1300
  const _SM = "StatusMessage";
1266
1301
  const _SMOU = "SessionManagerOutputUrl";
1267
1302
  const _SMP = "SessionManagerParameters";
@@ -1309,6 +1344,7 @@ const _SWEc = "ScheduledWindowExecution";
1309
1344
  const _Sa = "Safe";
1310
1345
  const _Sc = "Schedule";
1311
1346
  const _Sch = "Schemas";
1347
+ const _Sco = "Scope";
1312
1348
  const _Se = "Severity";
1313
1349
  const _Sel = "Selector";
1314
1350
  const _Ses = "Sessions";
@@ -1320,6 +1356,7 @@ const _So = "Sources";
1320
1356
  const _Sou = "Source";
1321
1357
  const _St = "Status";
1322
1358
  const _Su = "Successful";
1359
+ const _Sub = "Subscriptions";
1323
1360
  const _Sum = "Summary";
1324
1361
  const _Summ = "Summaries";
1325
1362
  const _T = "Tags";
@@ -1328,12 +1365,14 @@ const _TAa = "TaskArn";
1328
1365
  const _TAo = "TotalAccounts";
1329
1366
  const _TC = "TargetCount";
1330
1367
  const _TCo = "TotalCount";
1368
+ const _TDN = "TenantDisplayName";
1331
1369
  const _TE = "ThrottlingException";
1332
1370
  const _TEI = "TaskExecutionId";
1333
- const _TI = "TaskId";
1371
+ const _TI = "TenantId";
1334
1372
  const _TIP = "TaskInvocationParameters";
1335
1373
  const _TIUE = "TargetInUseException";
1336
- const _TIa = "TaskIds";
1374
+ const _TIa = "TaskId";
1375
+ const _TIas = "TaskIds";
1337
1376
  const _TK = "TagKeys";
1338
1377
  const _TL = "TargetLocations";
1339
1378
  const _TLAC = "TargetLocationAlarmConfiguration";
@@ -1375,13 +1414,17 @@ const _Tie = "Tier";
1375
1414
  const _Tr = "Truncated";
1376
1415
  const _Ty = "Type";
1377
1416
  const _U = "Url";
1378
- const _UA = "UpdateAssociation";
1417
+ const _UA = "UpdatedAt";
1379
1418
  const _UAR = "UpdateAssociationRequest";
1380
1419
  const _UARp = "UpdateAssociationResult";
1381
1420
  const _UAS = "UpdateAssociationStatus";
1382
1421
  const _UASR = "UpdateAssociationStatusRequest";
1383
1422
  const _UASRp = "UpdateAssociationStatusResult";
1423
+ const _UAp = "UpdateAssociation";
1384
1424
  const _UC = "UnspecifiedCount";
1425
+ const _UCC = "UpdateCloudConnector";
1426
+ const _UCCR = "UpdateCloudConnectorRequest";
1427
+ const _UCCRp = "UpdateCloudConnectorResult";
1385
1428
  const _UCE = "UnsupportedCalendarException";
1386
1429
  const _UD = "UpdateDocument";
1387
1430
  const _UDDV = "UpdateDocumentDefaultVersion";
@@ -1434,7 +1477,14 @@ const _USSRp = "UpdateServiceSettingResult";
1434
1477
  const _UT = "UpdatedTime";
1435
1478
  const _UTp = "UploadType";
1436
1479
  const _V = "Value";
1480
+ const _VCC = "ValidateCloudConnector";
1481
+ const _VCCR = "ValidateCloudConnectorRequest";
1482
+ const _VCCRa = "ValidateCloudConnectorResult";
1437
1483
  const _VE = "ValidationException";
1484
+ const _VF = "ValidationFindings";
1485
+ const _VFL = "ValidationFindingList";
1486
+ const _VFS = "ValidationFindingScope";
1487
+ const _VFa = "ValidationFinding";
1438
1488
  const _VN = "VersionName";
1439
1489
  const _VNS = "ValidNextSteps";
1440
1490
  const _Va = "Values";
@@ -1463,7 +1513,7 @@ const _vS = "valueSet";
1463
1513
  const _xN = "xmlName";
1464
1514
  const n0 = "com.amazonaws.ssm";
1465
1515
  import { TypeRegistry } from "@smithy/core/schema";
1466
- import { AccessDeniedException, AlreadyExistsException, AssociatedInstances, AssociationAlreadyExists, AssociationDoesNotExist, AssociationExecutionDoesNotExist, AssociationLimitExceeded, AssociationVersionLimitExceeded, AutomationDefinitionNotApprovedException, AutomationDefinitionNotFoundException, AutomationDefinitionVersionNotFoundException, AutomationExecutionLimitExceededException, AutomationExecutionNotFoundException, AutomationStepNotFoundException, ComplianceTypeCountLimitExceededException, CustomSchemaCountLimitExceededException, DocumentAlreadyExists, DocumentLimitExceeded, DocumentPermissionLimit, DocumentVersionLimitExceeded, DoesNotExistException, DuplicateDocumentContent, DuplicateDocumentVersionName, DuplicateInstanceId, FeatureNotAvailableException, HierarchyLevelLimitExceededException, HierarchyTypeMismatchException, IdempotentParameterMismatch, IncompatiblePolicyException, InternalServerError, InvalidActivation, InvalidActivationId, InvalidAggregatorException, InvalidAllowedPatternException, InvalidAssociation, InvalidAssociationVersion, InvalidAutomationExecutionParametersException, InvalidAutomationSignalException, InvalidAutomationStatusUpdateException, InvalidCommandId, InvalidDeleteInventoryParametersException, InvalidDeletionIdException, InvalidDocument, InvalidDocumentContent, InvalidDocumentOperation, InvalidDocumentSchemaVersion, InvalidDocumentType, InvalidDocumentVersion, InvalidFilter, InvalidFilterKey, InvalidFilterOption, InvalidFilterValue, InvalidInstanceId, InvalidInstanceInformationFilterValue, InvalidInstancePropertyFilterValue, InvalidInventoryGroupException, InvalidInventoryItemContextException, InvalidInventoryRequestException, InvalidItemContentException, InvalidKeyId, InvalidNextToken, InvalidNotificationConfig, InvalidOptionException, InvalidOutputFolder, InvalidOutputLocation, InvalidParameters, InvalidPermissionType, InvalidPluginName, InvalidPolicyAttributeException, InvalidPolicyTypeException, InvalidResourceId, InvalidResourceType, InvalidResultAttributeException, InvalidRole, InvalidSchedule, InvalidTag, InvalidTarget, InvalidTargetMaps, InvalidTypeNameException, InvalidUpdate, InvocationDoesNotExist, ItemContentMismatchException, ItemSizeLimitExceededException, MalformedResourcePolicyDocumentException, MaxDocumentSizeExceeded, NoLongerSupportedException, OpsItemAccessDeniedException, OpsItemAlreadyExistsException, OpsItemConflictException, OpsItemInvalidParameterException, OpsItemLimitExceededException, OpsItemNotFoundException, OpsItemRelatedItemAlreadyExistsException, OpsItemRelatedItemAssociationNotFoundException, OpsMetadataAlreadyExistsException, OpsMetadataInvalidArgumentException, OpsMetadataKeyLimitExceededException, OpsMetadataLimitExceededException, OpsMetadataNotFoundException, OpsMetadataTooManyUpdatesException, ParameterAlreadyExists, ParameterLimitExceeded, ParameterMaxVersionLimitExceeded, ParameterNotFound, ParameterPatternMismatchException, ParameterVersionLabelLimitExceeded, ParameterVersionNotFound, PoliciesLimitExceededException, ResourceDataSyncAlreadyExistsException, ResourceDataSyncConflictException, ResourceDataSyncCountExceededException, ResourceDataSyncInvalidConfigurationException, ResourceDataSyncNotFoundException, ResourceInUseException, ResourceLimitExceededException, ResourceNotFoundException, ResourcePolicyConflictException, ResourcePolicyInvalidParameterException, ResourcePolicyLimitExceededException, ResourcePolicyNotFoundException, ServiceQuotaExceededException, ServiceSettingNotFound, StatusUnchanged, SubTypeCountLimitExceededException, TargetInUseException, TargetNotConnected, ThrottlingException, TooManyTagsError, TooManyUpdates, TotalSizeLimitExceededException, UnsupportedCalendarException, UnsupportedFeatureRequiredException, UnsupportedInventoryItemContextException, UnsupportedInventorySchemaVersionException, UnsupportedOperatingSystem, UnsupportedOperationException, UnsupportedParameterType, UnsupportedPlatformType, ValidationException, } from "../models/errors";
1516
+ import { AccessDeniedException, AlreadyExistsException, AssociatedInstances, AssociationAlreadyExists, AssociationDoesNotExist, AssociationExecutionDoesNotExist, AssociationLimitExceeded, AssociationVersionLimitExceeded, AutomationDefinitionNotApprovedException, AutomationDefinitionNotFoundException, AutomationDefinitionVersionNotFoundException, AutomationExecutionLimitExceededException, AutomationExecutionNotFoundException, AutomationStepNotFoundException, ComplianceTypeCountLimitExceededException, ConflictException, CustomSchemaCountLimitExceededException, DocumentAlreadyExists, DocumentLimitExceeded, DocumentPermissionLimit, DocumentVersionLimitExceeded, DoesNotExistException, DuplicateDocumentContent, DuplicateDocumentVersionName, DuplicateInstanceId, FeatureNotAvailableException, HierarchyLevelLimitExceededException, HierarchyTypeMismatchException, IdempotentParameterMismatch, IncompatiblePolicyException, InternalServerError, InvalidActivation, InvalidActivationId, InvalidAggregatorException, InvalidAllowedPatternException, InvalidAssociation, InvalidAssociationVersion, InvalidAutomationExecutionParametersException, InvalidAutomationSignalException, InvalidAutomationStatusUpdateException, InvalidCommandId, InvalidDeleteInventoryParametersException, InvalidDeletionIdException, InvalidDocument, InvalidDocumentContent, InvalidDocumentOperation, InvalidDocumentSchemaVersion, InvalidDocumentType, InvalidDocumentVersion, InvalidFilter, InvalidFilterKey, InvalidFilterOption, InvalidFilterValue, InvalidInstanceId, InvalidInstanceInformationFilterValue, InvalidInstancePropertyFilterValue, InvalidInventoryGroupException, InvalidInventoryItemContextException, InvalidInventoryRequestException, InvalidItemContentException, InvalidKeyId, InvalidNextToken, InvalidNotificationConfig, InvalidOptionException, InvalidOutputFolder, InvalidOutputLocation, InvalidParameters, InvalidPermissionType, InvalidPluginName, InvalidPolicyAttributeException, InvalidPolicyTypeException, InvalidResourceId, InvalidResourceType, InvalidResultAttributeException, InvalidRole, InvalidSchedule, InvalidTag, InvalidTarget, InvalidTargetMaps, InvalidTypeNameException, InvalidUpdate, InvocationDoesNotExist, ItemContentMismatchException, ItemSizeLimitExceededException, MalformedResourcePolicyDocumentException, MaxDocumentSizeExceeded, NoLongerSupportedException, OpsItemAccessDeniedException, OpsItemAlreadyExistsException, OpsItemConflictException, OpsItemInvalidParameterException, OpsItemLimitExceededException, OpsItemNotFoundException, OpsItemRelatedItemAlreadyExistsException, OpsItemRelatedItemAssociationNotFoundException, OpsMetadataAlreadyExistsException, OpsMetadataInvalidArgumentException, OpsMetadataKeyLimitExceededException, OpsMetadataLimitExceededException, OpsMetadataNotFoundException, OpsMetadataTooManyUpdatesException, ParameterAlreadyExists, ParameterLimitExceeded, ParameterMaxVersionLimitExceeded, ParameterNotFound, ParameterPatternMismatchException, ParameterVersionLabelLimitExceeded, ParameterVersionNotFound, PoliciesLimitExceededException, ResourceDataSyncAlreadyExistsException, ResourceDataSyncConflictException, ResourceDataSyncCountExceededException, ResourceDataSyncInvalidConfigurationException, ResourceDataSyncNotFoundException, ResourceInUseException, ResourceLimitExceededException, ResourceNotFoundException, ResourcePolicyConflictException, ResourcePolicyInvalidParameterException, ResourcePolicyLimitExceededException, ResourcePolicyNotFoundException, ServiceQuotaExceededException, ServiceSettingNotFound, StatusUnchanged, SubTypeCountLimitExceededException, TargetInUseException, TargetNotConnected, ThrottlingException, TooManyTagsError, TooManyUpdates, TotalSizeLimitExceededException, UnsupportedCalendarException, UnsupportedFeatureRequiredException, UnsupportedInventoryItemContextException, UnsupportedInventorySchemaVersionException, UnsupportedOperatingSystem, UnsupportedOperationException, UnsupportedParameterType, UnsupportedPlatformType, ValidationException, } from "../models/errors";
1467
1517
  import { SSMServiceException } from "../models/SSMServiceException";
1468
1518
  const _s_registry = TypeRegistry.for(_s);
1469
1519
  export var SSMServiceException$ = [-3, _s, "SSMServiceException", 0, [], []];
@@ -1559,6 +1609,12 @@ export var ComplianceTypeCountLimitExceededException$ = [-3, n0, _CTCLEE,
1559
1609
  [0]
1560
1610
  ];
1561
1611
  n0_registry.registerError(ComplianceTypeCountLimitExceededException$, ComplianceTypeCountLimitExceededException);
1612
+ export var ConflictException$ = [-3, n0, _CE,
1613
+ { [_aQE]: [`ConflictException`, 409], [_e]: _c },
1614
+ [_M],
1615
+ [0]
1616
+ ];
1617
+ n0_registry.registerError(ConflictException$, ConflictException);
1562
1618
  export var CustomSchemaCountLimitExceededException$ = [-3, n0, _CSCLEE,
1563
1619
  { [_aQE]: [`CustomSchemaCountLimitExceeded`, 400], [_e]: _c },
1564
1620
  [_M],
@@ -2453,6 +2509,16 @@ export var AutomationExecutionPreview$ = [3, n0, _AEP,
2453
2509
  [_SP, _Re, _TP, _TAo],
2454
2510
  [128 | 1, 64 | 0, () => TargetPreviewList, 1]
2455
2511
  ];
2512
+ export var AzureConfiguration$ = [3, n0, _ACz,
2513
+ 0,
2514
+ [_TI, _AIp, _TDN, _ADN, _Ta],
2515
+ [0, 0, 0, 0, () => ConfigurationTargets$], 2
2516
+ ];
2517
+ export var AzureSubscription$ = [3, n0, _ASz,
2518
+ 0,
2519
+ [_I, _DNi],
2520
+ [0, 0], 1
2521
+ ];
2456
2522
  export var BaselineOverride$ = [3, n0, _BO,
2457
2523
  0,
2458
2524
  [_OSp, _GF, _AR, _AP, _APCL, _RP, _RPA, _APENS, _So, _ASUCS],
@@ -2478,6 +2544,16 @@ export var CancelMaintenanceWindowExecutionResult$ = [3, n0, _CMWERa,
2478
2544
  [_WEI],
2479
2545
  [0]
2480
2546
  ];
2547
+ export var CloudConnectorFilter$ = [3, n0, _CCF,
2548
+ 0,
2549
+ [_FK, _FV],
2550
+ [0, 64 | 0]
2551
+ ];
2552
+ export var CloudConnectorSummary$ = [3, n0, _CCS,
2553
+ 0,
2554
+ [_CCI, _DNi, _D, _RA, _CAr, _UA],
2555
+ [0, 0, 0, 0, 4, 4]
2556
+ ];
2481
2557
  export var CloudWatchOutputConfig$ = [3, n0, _CWOC,
2482
2558
  0,
2483
2559
  [_CWLGN, _CWOE],
@@ -2568,9 +2644,19 @@ export var CreateAssociationResult$ = [3, n0, _CARrea,
2568
2644
  [_AD],
2569
2645
  [[() => AssociationDescription$, 0]]
2570
2646
  ];
2647
+ export var CreateCloudConnectorRequest$ = [3, n0, _CCCR,
2648
+ 0,
2649
+ [_DNi, _RA, _Con, _CCA, _D, _T],
2650
+ [0, 0, () => CloudConnectorConfiguration$, 0, 0, () => TagList], 4
2651
+ ];
2652
+ export var CreateCloudConnectorResult$ = [3, n0, _CCCRr,
2653
+ 0,
2654
+ [_CCI],
2655
+ [0]
2656
+ ];
2571
2657
  export var CreateDocumentRequest$ = [3, n0, _CDR,
2572
2658
  0,
2573
- [_Con, _N, _Req, _At, _DNi, _VN, _DT, _DF, _TT, _T],
2659
+ [_Cont, _N, _Req, _At, _DNi, _VN, _DT, _DF, _TT, _T],
2574
2660
  [0, 0, () => DocumentRequiresList, () => AttachmentsSourceList, 0, 0, 0, 0, 0, () => TagList], 2
2575
2661
  ];
2576
2662
  export var CreateDocumentResult$ = [3, n0, _CDRr,
@@ -2653,6 +2739,16 @@ export var DeleteAssociationResult$ = [3, n0, _DARele,
2653
2739
  [],
2654
2740
  []
2655
2741
  ];
2742
+ export var DeleteCloudConnectorRequest$ = [3, n0, _DCCR,
2743
+ 0,
2744
+ [_CCI],
2745
+ [0], 1
2746
+ ];
2747
+ export var DeleteCloudConnectorResult$ = [3, n0, _DCCRe,
2748
+ 0,
2749
+ [_CCI],
2750
+ [0]
2751
+ ];
2656
2752
  export var DeleteDocumentRequest$ = [3, n0, _DDR,
2657
2753
  0,
2658
2754
  [_N, _DV, _VN, _Fo],
@@ -2745,7 +2841,7 @@ export var DeleteResourceDataSyncResult$ = [3, n0, _DRDSRe,
2745
2841
  ];
2746
2842
  export var DeleteResourcePolicyRequest$ = [3, n0, _DRPR,
2747
2843
  0,
2748
- [_RA, _PI, _PH],
2844
+ [_RAe, _PI, _PH],
2749
2845
  [0, 0, 0], 3
2750
2846
  ];
2751
2847
  export var DeleteResourcePolicyResponse$ = [3, n0, _DRPRe,
@@ -2990,7 +3086,7 @@ export var DescribeMaintenanceWindowExecutionsResult$ = [3, n0, _DMWERe,
2990
3086
  ];
2991
3087
  export var DescribeMaintenanceWindowExecutionTaskInvocationsRequest$ = [3, n0, _DMWETIR,
2992
3088
  0,
2993
- [_WEI, _TI, _Fi, _MR, _NT],
3089
+ [_WEI, _TIa, _Fi, _MR, _NT],
2994
3090
  [0, 0, () => MaintenanceWindowFilterList, 1, 0], 2
2995
3091
  ];
2996
3092
  export var DescribeMaintenanceWindowExecutionTaskInvocationsResult$ = [3, n0, _DMWETIRe,
@@ -3145,7 +3241,7 @@ export var DocumentDefaultVersionDescription$ = [3, n0, _DDVD,
3145
3241
  ];
3146
3242
  export var DocumentDescription$ = [3, n0, _DD,
3147
3243
  0,
3148
- [_Sha, _H, _HT, _N, _DNi, _VN, _Ow, _CD, _St, _SI, _DV, _D, _P, _PTl, _DT, _SV, _LV, _DVe, _DF, _TT, _T, _AItt, _Req, _Au, _RIe, _AVp, _PRV, _RS, _Ca, _CE],
3244
+ [_Sha, _H, _HT, _N, _DNi, _VN, _Ow, _CD, _St, _SI, _DV, _D, _P, _PTl, _DT, _SV, _LV, _DVe, _DF, _TT, _T, _AItt, _Req, _Au, _RIe, _AVp, _PRV, _RS, _Ca, _CEa],
3149
3245
  [0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, [() => DocumentParameterList, 0], [() => PlatformTypeList, 0], 0, 0, 0, 0, 0, 0, () => TagList, [() => AttachmentInformationList, 0], () => DocumentRequiresList, 0, [() => ReviewInformationList, 0], 0, 0, 0, 64 | 0, 64 | 0]
3150
3246
  ];
3151
3247
  export var DocumentFilter$ = [3, n0, _DFo,
@@ -3180,7 +3276,7 @@ export var DocumentRequires$ = [3, n0, _DRo,
3180
3276
  ];
3181
3277
  export var DocumentReviewCommentSource$ = [3, n0, _DRCS,
3182
3278
  0,
3183
- [_Ty, _Con],
3279
+ [_Ty, _Cont],
3184
3280
  [0, 0]
3185
3281
  ];
3186
3282
  export var DocumentReviewerResponseSource$ = [3, n0, _DRRS,
@@ -3243,6 +3339,16 @@ export var GetCalendarStateResponse$ = [3, n0, _GCSRe,
3243
3339
  [_S, _ATt, _NTT],
3244
3340
  [0, 0, 0]
3245
3341
  ];
3342
+ export var GetCloudConnectorRequest$ = [3, n0, _GCCR,
3343
+ 0,
3344
+ [_CCI],
3345
+ [0], 1
3346
+ ];
3347
+ export var GetCloudConnectorResult$ = [3, n0, _GCCRe,
3348
+ 0,
3349
+ [_CCAl, _DNi, _D, _RA, _Con, _CCA, _CAr, _UA],
3350
+ [0, 0, 0, 0, () => CloudConnectorConfiguration$, 0, 4, 4]
3351
+ ];
3246
3352
  export var GetCommandInvocationRequest$ = [3, n0, _GCIR,
3247
3353
  0,
3248
3354
  [_CI, _II, _PNl],
@@ -3290,7 +3396,7 @@ export var GetDocumentRequest$ = [3, n0, _GDR,
3290
3396
  ];
3291
3397
  export var GetDocumentResult$ = [3, n0, _GDRe,
3292
3398
  0,
3293
- [_N, _CD, _DNi, _VN, _DV, _St, _SI, _Con, _DT, _DF, _Req, _ACtt, _RS],
3399
+ [_N, _CD, _DNi, _VN, _DV, _St, _SI, _Cont, _DT, _DF, _Req, _ACtt, _RS],
3294
3400
  [0, 4, 0, 0, 0, 0, 0, 0, 0, 0, () => DocumentRequiresList, [() => AttachmentContentList, 0], 0]
3295
3401
  ];
3296
3402
  export var GetExecutionPreviewRequest$ = [3, n0, _GEPR,
@@ -3305,7 +3411,7 @@ export var GetExecutionPreviewResponse$ = [3, n0, _GEPRe,
3305
3411
  ];
3306
3412
  export var GetInventoryRequest$ = [3, n0, _GIR,
3307
3413
  0,
3308
- [_Fi, _Ag, _RAe, _NT, _MR],
3414
+ [_Fi, _Ag, _RAes, _NT, _MR],
3309
3415
  [[() => InventoryFilterList, 0], [() => InventoryAggregatorList, 0], [() => ResultAttributeList, 0], 0, 1]
3310
3416
  ];
3311
3417
  export var GetInventoryResult$ = [3, n0, _GIRe,
@@ -3330,12 +3436,12 @@ export var GetMaintenanceWindowExecutionRequest$ = [3, n0, _GMWER,
3330
3436
  ];
3331
3437
  export var GetMaintenanceWindowExecutionResult$ = [3, n0, _GMWERe,
3332
3438
  0,
3333
- [_WEI, _TIa, _St, _SD, _STt, _ETn],
3439
+ [_WEI, _TIas, _St, _SD, _STt, _ETn],
3334
3440
  [0, 64 | 0, 0, 0, 4, 4]
3335
3441
  ];
3336
3442
  export var GetMaintenanceWindowExecutionTaskInvocationRequest$ = [3, n0, _GMWETIR,
3337
3443
  0,
3338
- [_WEI, _TI, _IInv],
3444
+ [_WEI, _TIa, _IInv],
3339
3445
  [0, 0, 0], 3
3340
3446
  ];
3341
3447
  export var GetMaintenanceWindowExecutionTaskInvocationResult$ = [3, n0, _GMWETIRe,
@@ -3345,7 +3451,7 @@ export var GetMaintenanceWindowExecutionTaskInvocationResult$ = [3, n0, _GMWETIR
3345
3451
  ];
3346
3452
  export var GetMaintenanceWindowExecutionTaskRequest$ = [3, n0, _GMWETR,
3347
3453
  0,
3348
- [_WEI, _TI],
3454
+ [_WEI, _TIa],
3349
3455
  [0, 0], 2
3350
3456
  ];
3351
3457
  export var GetMaintenanceWindowExecutionTaskResult$ = [3, n0, _GMWETRe,
@@ -3395,7 +3501,7 @@ export var GetOpsMetadataResult$ = [3, n0, _GOMRe,
3395
3501
  ];
3396
3502
  export var GetOpsSummaryRequest$ = [3, n0, _GOSR,
3397
3503
  0,
3398
- [_SN, _Fi, _Ag, _RAe, _NT, _MR],
3504
+ [_SN, _Fi, _Ag, _RAes, _NT, _MR],
3399
3505
  [0, [() => OpsFilterList, 0], [() => OpsAggregatorList, 0], [() => OpsResultAttributeList, 0], 0, 1]
3400
3506
  ];
3401
3507
  export var GetOpsSummaryResult$ = [3, n0, _GOSRe,
@@ -3465,7 +3571,7 @@ export var GetPatchBaselineResult$ = [3, n0, _GPBRe,
3465
3571
  ];
3466
3572
  export var GetResourcePoliciesRequest$ = [3, n0, _GRPR,
3467
3573
  0,
3468
- [_RA, _NT, _MR],
3574
+ [_RAe, _NT, _MR],
3469
3575
  [0, 0, 1], 1
3470
3576
  ];
3471
3577
  export var GetResourcePoliciesResponse$ = [3, n0, _GRPRe,
@@ -3495,7 +3601,7 @@ export var InstanceAggregatedAssociationOverview$ = [3, n0, _IAAO,
3495
3601
  ];
3496
3602
  export var InstanceAssociation$ = [3, n0, _IAns,
3497
3603
  0,
3498
- [_AIs, _II, _Con, _AV],
3604
+ [_AIs, _II, _Cont, _AV],
3499
3605
  [0, 0, 0, 0]
3500
3606
  ];
3501
3607
  export var InstanceAssociationOutputLocation$ = [3, n0, _IAOL,
@@ -3515,13 +3621,13 @@ export var InstanceAssociationStatusInfo$ = [3, n0, _IASIn,
3515
3621
  ];
3516
3622
  export var InstanceInfo$ = [3, n0, _IIns,
3517
3623
  0,
3518
- [_ATg, _AVg, _CNo, _ISn, _IAp, _MS, _PTla, _PNla, _PV, _RTe],
3519
- [0, 0, 0, 0, [() => IPAddress, 0], 0, 0, 0, 0, 0]
3624
+ [_ATg, _AVg, _CNo, _ISn, _IAp, _MS, _N, _PTla, _PNla, _PV, _RTe, _STo, _SIo, _SLo, _AZ, _AZI],
3625
+ [0, 0, 0, 0, [() => IPAddress, 0], 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
3520
3626
  ];
3521
3627
  export var InstanceInformation$ = [3, n0, _IInst,
3522
3628
  0,
3523
- [_II, _PSi, _LPDT, _AVg, _ILV, _PTla, _PNla, _PV, _AIct, _IRa, _RD, _RTe, _N, _IPA, _CNo, _AS, _LAED, _LSAED, _AO, _SIo, _STo],
3524
- [0, 0, 4, 0, 2, 0, 0, 0, 0, 0, 4, 0, 0, [() => IPAddress, 0], 0, 0, 4, 4, () => InstanceAggregatedAssociationOverview$, 0, 0]
3629
+ [_II, _PSi, _LPDT, _AVg, _ILV, _PTla, _PNla, _PV, _AIct, _IRa, _RD, _RTe, _N, _IPA, _CNo, _AS, _LAED, _LSAED, _AO, _SIo, _STo, _SLo],
3630
+ [0, 0, 4, 0, 2, 0, 0, 0, 0, 0, 4, 0, 0, [() => IPAddress, 0], 0, 0, 4, 4, () => InstanceAggregatedAssociationOverview$, 0, 0, 0]
3525
3631
  ];
3526
3632
  export var InstanceInformationFilter$ = [3, n0, _IIF,
3527
3633
  0,
@@ -3545,8 +3651,8 @@ export var InstancePatchStateFilter$ = [3, n0, _IPSF,
3545
3651
  ];
3546
3652
  export var InstanceProperty$ = [3, n0, _IPns,
3547
3653
  0,
3548
- [_N, _II, _ITns, _IRn, _KN, _ISns, _Ar, _IPA, _LTa, _PSi, _LPDT, _AVg, _PTla, _PNla, _PV, _AIct, _IRa, _RD, _RTe, _CNo, _AS, _LAED, _LSAED, _AO, _SIo, _STo],
3549
- [0, 0, 0, 0, 0, 0, 0, [() => IPAddress, 0], 4, 0, 4, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 4, 4, () => InstanceAggregatedAssociationOverview$, 0, 0]
3654
+ [_N, _II, _ITns, _IRn, _KN, _ISns, _Ar, _IPA, _LTa, _PSi, _LPDT, _AVg, _PTla, _PNla, _PV, _AIct, _IRa, _RD, _RTe, _CNo, _AS, _LAED, _LSAED, _AO, _SIo, _STo, _SLo, _AZ],
3655
+ [0, 0, 0, 0, 0, 0, 0, [() => IPAddress, 0], 4, 0, 4, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 4, 4, () => InstanceAggregatedAssociationOverview$, 0, 0, 0, 0]
3550
3656
  ];
3551
3657
  export var InstancePropertyFilter$ = [3, n0, _IPF,
3552
3658
  0,
@@ -3590,7 +3696,7 @@ export var InventoryGroup$ = [3, n0, _IG,
3590
3696
  ];
3591
3697
  export var InventoryItem$ = [3, n0, _IInve,
3592
3698
  0,
3593
- [_TN, _SV, _CTa, _CH, _Con, _Cont],
3699
+ [_TN, _SV, _CTa, _CH, _Cont, _Conte],
3594
3700
  [0, 0, 0, 0, [1, n0, _IIEL, 0, 128 | 0], 128 | 0], 3
3595
3701
  ];
3596
3702
  export var InventoryItemAttribute$ = [3, n0, _IIA,
@@ -3610,7 +3716,7 @@ export var InventoryResultEntity$ = [3, n0, _IRE,
3610
3716
  ];
3611
3717
  export var InventoryResultItem$ = [3, n0, _IRIn,
3612
3718
  0,
3613
- [_TN, _SV, _Con, _CTa, _CH],
3719
+ [_TN, _SV, _Cont, _CTa, _CH],
3614
3720
  [0, 0, [1, n0, _IIEL, 0, 128 | 0], 0, 0], 3
3615
3721
  ];
3616
3722
  export var LabelParameterVersionRequest$ = [3, n0, _LPVR,
@@ -3643,6 +3749,16 @@ export var ListAssociationVersionsResult$ = [3, n0, _LAVRi,
3643
3749
  [_AVs, _NT],
3644
3750
  [[() => AssociationVersionList, 0], 0]
3645
3751
  ];
3752
+ export var ListCloudConnectorsRequest$ = [3, n0, _LCCR,
3753
+ 0,
3754
+ [_MR, _NT, _Fi],
3755
+ [1, 0, () => CloudConnectorFilterList]
3756
+ ];
3757
+ export var ListCloudConnectorsResult$ = [3, n0, _LCCRi,
3758
+ 0,
3759
+ [_CCl, _NT],
3760
+ [() => CloudConnectorSummaryList, 0]
3761
+ ];
3646
3762
  export var ListCommandInvocationsRequest$ = [3, n0, _LCIR,
3647
3763
  0,
3648
3764
  [_CI, _II, _MR, _NT, _Fi, _De],
@@ -3845,7 +3961,7 @@ export var MaintenanceWindowIdentityForTarget$ = [3, n0, _MWIFT,
3845
3961
  ];
3846
3962
  export var MaintenanceWindowLambdaParameters$ = [3, n0, _MWLPa,
3847
3963
  0,
3848
- [_CCl, _Q, _Pay],
3964
+ [_CCli, _Q, _Pay],
3849
3965
  [0, 0, [() => MaintenanceWindowLambdaPayload, 0]]
3850
3966
  ];
3851
3967
  export var MaintenanceWindowRunCommandParameters$ = [3, n0, _MWRCP,
@@ -3935,7 +4051,7 @@ export var OpsEntity$ = [3, n0, _OE,
3935
4051
  ];
3936
4052
  export var OpsEntityItem$ = [3, n0, _OEI,
3937
4053
  0,
3938
- [_CTa, _Con],
4054
+ [_CTa, _Cont],
3939
4055
  [0, [1, n0, _OEIEL, 0, 128 | 0]]
3940
4056
  ];
3941
4057
  export var OpsFilter$ = [3, n0, _OF,
@@ -4095,7 +4211,7 @@ export var PatchRuleGroup$ = [3, n0, _PRG,
4095
4211
  ];
4096
4212
  export var PatchSource$ = [3, n0, _PSat,
4097
4213
  0,
4098
- [_N, _Produ, _Conf],
4214
+ [_N, _Produ, _Con],
4099
4215
  [0, 64 | 0, [() => PatchSourceConfiguration, 0]], 3
4100
4216
  ];
4101
4217
  export var PatchStatus$ = [3, n0, _PSa,
@@ -4140,7 +4256,7 @@ export var PutParameterResult$ = [3, n0, _PPRu,
4140
4256
  ];
4141
4257
  export var PutResourcePolicyRequest$ = [3, n0, _PRPR,
4142
4258
  0,
4143
- [_RA, _Pol, _PI, _PH],
4259
+ [_RAe, _Pol, _PI, _PH],
4144
4260
  [0, 0, 0, 0], 2
4145
4261
  ];
4146
4262
  export var PutResourcePolicyResponse$ = [3, n0, _PRPRu,
@@ -4263,7 +4379,7 @@ export var ResourceDataSyncSourceWithState$ = [3, n0, _RDSSWS,
4263
4379
  [_STo, _AOS, _SRou, _IFR, _S, _EAODS],
4264
4380
  [0, () => ResourceDataSyncAwsOrganizationsSource$, 64 | 0, 2, 0, 2]
4265
4381
  ];
4266
- export var ResultAttribute$ = [3, n0, _RAes,
4382
+ export var ResultAttribute$ = [3, n0, _RAesu,
4267
4383
  0,
4268
4384
  [_TN],
4269
4385
  [0], 1
@@ -4488,6 +4604,16 @@ export var UpdateAssociationStatusResult$ = [3, n0, _UASRp,
4488
4604
  [_AD],
4489
4605
  [[() => AssociationDescription$, 0]]
4490
4606
  ];
4607
+ export var UpdateCloudConnectorRequest$ = [3, n0, _UCCR,
4608
+ 0,
4609
+ [_CCI, _DNi, _Con, _D],
4610
+ [0, 0, () => CloudConnectorConfiguration$, 0], 1
4611
+ ];
4612
+ export var UpdateCloudConnectorResult$ = [3, n0, _UCCRp,
4613
+ 0,
4614
+ [_CCI],
4615
+ [0]
4616
+ ];
4491
4617
  export var UpdateDocumentDefaultVersionRequest$ = [3, n0, _UDDVR,
4492
4618
  0,
4493
4619
  [_N, _DV],
@@ -4510,7 +4636,7 @@ export var UpdateDocumentMetadataResponse$ = [3, n0, _UDMRp,
4510
4636
  ];
4511
4637
  export var UpdateDocumentRequest$ = [3, n0, _UDR,
4512
4638
  0,
4513
- [_Con, _N, _At, _DNi, _VN, _DV, _DF, _TT],
4639
+ [_Cont, _N, _At, _DNi, _VN, _DV, _DF, _TT],
4514
4640
  [0, 0, () => AttachmentsSourceList, 0, 0, 0, 0, 0], 2
4515
4641
  ];
4516
4642
  export var UpdateDocumentResult$ = [3, n0, _UDRp,
@@ -4608,6 +4734,26 @@ export var UpdateServiceSettingResult$ = [3, n0, _USSRp,
4608
4734
  [],
4609
4735
  []
4610
4736
  ];
4737
+ export var ValidateCloudConnectorRequest$ = [3, n0, _VCCR,
4738
+ 0,
4739
+ [_CCI, _MR, _NT],
4740
+ [0, 1, 0], 1
4741
+ ];
4742
+ export var ValidateCloudConnectorResult$ = [3, n0, _VCCRa,
4743
+ 0,
4744
+ [_VF, _NT],
4745
+ [() => ValidationFindingList, 0]
4746
+ ];
4747
+ export var ValidationFinding$ = [3, n0, _VFa,
4748
+ 0,
4749
+ [_Ty, _Cod, _M, _PMr, _Sco],
4750
+ [0, 0, 0, 0, () => ValidationFindingScope$]
4751
+ ];
4752
+ export var ValidationFindingScope$ = [3, n0, _VFS,
4753
+ 0,
4754
+ [_Ty, _I],
4755
+ [0, 0]
4756
+ ];
4611
4757
  var AccountIdList = [1, n0, _AIL,
4612
4758
  0, [0,
4613
4759
  { [_xN]: _AIc }]
@@ -4679,9 +4825,19 @@ var AutomationExecutionMetadataList = [1, n0, _AEML,
4679
4825
  0, () => AutomationExecutionMetadata$
4680
4826
  ];
4681
4827
  var AutomationParameterValueList = 64 | 0;
4828
+ var AzureSubscriptionList = [1, n0, _ASLz,
4829
+ 0, () => AzureSubscription$
4830
+ ];
4682
4831
  var CalendarNameOrARNList = 64 | 0;
4683
4832
  var CategoryEnumList = 64 | 0;
4684
4833
  var CategoryList = 64 | 0;
4834
+ var CloudConnectorFilterList = [1, n0, _CCFL,
4835
+ 0, () => CloudConnectorFilter$
4836
+ ];
4837
+ var CloudConnectorFilterValues = 64 | 0;
4838
+ var CloudConnectorSummaryList = [1, n0, _CCSL,
4839
+ 0, () => CloudConnectorSummary$
4840
+ ];
4685
4841
  var CommandFilterList = [1, n0, _CFL,
4686
4842
  0, () => CommandFilter$
4687
4843
  ];
@@ -5057,7 +5213,7 @@ var ResourceDataSyncSourceRegionList = 64 | 0;
5057
5213
  var ResourcePolicyParameterNamesList = 64 | 0;
5058
5214
  var ResultAttributeList = [1, n0, _RAL,
5059
5215
  0, [() => ResultAttribute$,
5060
- { [_xN]: _RAes }]
5216
+ { [_xN]: _RAesu }]
5061
5217
  ];
5062
5218
  var ReviewInformationList = [1, n0, _RIL,
5063
5219
  0, [() => ReviewInformation$,
@@ -5102,6 +5258,9 @@ var Targets = [1, n0, _Ta,
5102
5258
  0, () => Target$
5103
5259
  ];
5104
5260
  var TargetValues = 64 | 0;
5261
+ var ValidationFindingList = [1, n0, _VFL,
5262
+ 0, () => ValidationFinding$
5263
+ ];
5105
5264
  var ValidNextStepList = 64 | 0;
5106
5265
  var AssociationStatusAggregatedCount = 128 | 1;
5107
5266
  var AutomationParameterMap = [2, n0, _APM,
@@ -5144,6 +5303,16 @@ var StepPreviewMap = 128 | 1;
5144
5303
  var TargetMap = [2, n0, _TMa,
5145
5304
  0, 0, 64 | 0
5146
5305
  ];
5306
+ export var CloudConnectorConfiguration$ = [4, n0, _CCC,
5307
+ 0,
5308
+ [_ACz],
5309
+ [() => AzureConfiguration$]
5310
+ ];
5311
+ export var ConfigurationTargets$ = [4, n0, _CTon,
5312
+ 0,
5313
+ [_Sub],
5314
+ [() => AzureSubscriptionList]
5315
+ ];
5147
5316
  export var ExecutionInputs$ = [4, n0, _EIx,
5148
5317
  0,
5149
5318
  [_Aut],
@@ -5171,15 +5340,18 @@ export var CancelCommand$ = [9, n0, _CCa,
5171
5340
  export var CancelMaintenanceWindowExecution$ = [9, n0, _CMWE,
5172
5341
  0, () => CancelMaintenanceWindowExecutionRequest$, () => CancelMaintenanceWindowExecutionResult$
5173
5342
  ];
5174
- export var CreateActivation$ = [9, n0, _CAr,
5343
+ export var CreateActivation$ = [9, n0, _CAre,
5175
5344
  0, () => CreateActivationRequest$, () => CreateActivationResult$
5176
5345
  ];
5177
- export var CreateAssociation$ = [9, n0, _CAre,
5346
+ export var CreateAssociation$ = [9, n0, _CArea,
5178
5347
  0, () => CreateAssociationRequest$, () => CreateAssociationResult$
5179
5348
  ];
5180
5349
  export var CreateAssociationBatch$ = [9, n0, _CAB,
5181
5350
  0, () => CreateAssociationBatchRequest$, () => CreateAssociationBatchResult$
5182
5351
  ];
5352
+ export var CreateCloudConnector$ = [9, n0, _CCCr,
5353
+ 0, () => CreateCloudConnectorRequest$, () => CreateCloudConnectorResult$
5354
+ ];
5183
5355
  export var CreateDocument$ = [9, n0, _CDre,
5184
5356
  0, () => CreateDocumentRequest$, () => CreateDocumentResult$
5185
5357
  ];
@@ -5204,6 +5376,9 @@ export var DeleteActivation$ = [9, n0, _DA,
5204
5376
  export var DeleteAssociation$ = [9, n0, _DAe,
5205
5377
  0, () => DeleteAssociationRequest$, () => DeleteAssociationResult$
5206
5378
  ];
5379
+ export var DeleteCloudConnector$ = [9, n0, _DCC,
5380
+ 0, () => DeleteCloudConnectorRequest$, () => DeleteCloudConnectorResult$
5381
+ ];
5207
5382
  export var DeleteDocument$ = [9, n0, _DDe,
5208
5383
  0, () => DeleteDocumentRequest$, () => DeleteDocumentResult$
5209
5384
  ];
@@ -5357,6 +5532,9 @@ export var GetAutomationExecution$ = [9, n0, _GAE,
5357
5532
  export var GetCalendarState$ = [9, n0, _GCS,
5358
5533
  0, () => GetCalendarStateRequest$, () => GetCalendarStateResponse$
5359
5534
  ];
5535
+ export var GetCloudConnector$ = [9, n0, _GCC,
5536
+ 0, () => GetCloudConnectorRequest$, () => GetCloudConnectorResult$
5537
+ ];
5360
5538
  export var GetCommandInvocation$ = [9, n0, _GCI,
5361
5539
  0, () => GetCommandInvocationRequest$, () => GetCommandInvocationResult$
5362
5540
  ];
@@ -5438,6 +5616,9 @@ export var ListAssociations$ = [9, n0, _LA,
5438
5616
  export var ListAssociationVersions$ = [9, n0, _LAV,
5439
5617
  0, () => ListAssociationVersionsRequest$, () => ListAssociationVersionsResult$
5440
5618
  ];
5619
+ export var ListCloudConnectors$ = [9, n0, _LCC,
5620
+ 0, () => ListCloudConnectorsRequest$, () => ListCloudConnectorsResult$
5621
+ ];
5441
5622
  export var ListCommandInvocations$ = [9, n0, _LCI,
5442
5623
  0, () => ListCommandInvocationsRequest$, () => ListCommandInvocationsResult$
5443
5624
  ];
@@ -5555,12 +5736,15 @@ export var TerminateSession$ = [9, n0, _TSe,
5555
5736
  export var UnlabelParameterVersion$ = [9, n0, _UPV,
5556
5737
  0, () => UnlabelParameterVersionRequest$, () => UnlabelParameterVersionResult$
5557
5738
  ];
5558
- export var UpdateAssociation$ = [9, n0, _UA,
5739
+ export var UpdateAssociation$ = [9, n0, _UAp,
5559
5740
  0, () => UpdateAssociationRequest$, () => UpdateAssociationResult$
5560
5741
  ];
5561
5742
  export var UpdateAssociationStatus$ = [9, n0, _UAS,
5562
5743
  0, () => UpdateAssociationStatusRequest$, () => UpdateAssociationStatusResult$
5563
5744
  ];
5745
+ export var UpdateCloudConnector$ = [9, n0, _UCC,
5746
+ 0, () => UpdateCloudConnectorRequest$, () => UpdateCloudConnectorResult$
5747
+ ];
5564
5748
  export var UpdateDocument$ = [9, n0, _UD,
5565
5749
  0, () => UpdateDocumentRequest$, () => UpdateDocumentResult$
5566
5750
  ];
@@ -5597,3 +5781,6 @@ export var UpdateResourceDataSync$ = [9, n0, _URDS,
5597
5781
  export var UpdateServiceSetting$ = [9, n0, _USS,
5598
5782
  0, () => UpdateServiceSettingRequest$, () => UpdateServiceSettingResult$
5599
5783
  ];
5784
+ export var ValidateCloudConnector$ = [9, n0, _VCC,
5785
+ 0, () => ValidateCloudConnectorRequest$, () => ValidateCloudConnectorResult$
5786
+ ];