@aws-sdk/client-ssm 3.987.0 → 3.989.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 +165 -8461
- package/dist-cjs/models/SSMServiceException.js +12 -0
- package/dist-cjs/models/errors.js +2059 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +5615 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +1631 -1625
- package/dist-types/schemas/schemas_0.d.ts +146 -139
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -139
- package/package.json +13 -13
|
@@ -1,10 +1,151 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import {
|
|
2
3
|
StaticErrorSchema,
|
|
3
4
|
StaticOperationSchema,
|
|
4
5
|
StaticStructureSchema,
|
|
5
6
|
StaticUnionSchema,
|
|
6
7
|
} from "@smithy/types";
|
|
8
|
+
export declare var SSMServiceException$: StaticErrorSchema;
|
|
7
9
|
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
11
|
+
export declare var AssociatedInstances$: StaticErrorSchema;
|
|
12
|
+
export declare var AssociationAlreadyExists$: StaticErrorSchema;
|
|
13
|
+
export declare var AssociationDoesNotExist$: StaticErrorSchema;
|
|
14
|
+
export declare var AssociationExecutionDoesNotExist$: StaticErrorSchema;
|
|
15
|
+
export declare var AssociationLimitExceeded$: StaticErrorSchema;
|
|
16
|
+
export declare var AssociationVersionLimitExceeded$: StaticErrorSchema;
|
|
17
|
+
export declare var AutomationDefinitionNotApprovedException$: StaticErrorSchema;
|
|
18
|
+
export declare var AutomationDefinitionNotFoundException$: StaticErrorSchema;
|
|
19
|
+
export declare var AutomationDefinitionVersionNotFoundException$: StaticErrorSchema;
|
|
20
|
+
export declare var AutomationExecutionLimitExceededException$: StaticErrorSchema;
|
|
21
|
+
export declare var AutomationExecutionNotFoundException$: StaticErrorSchema;
|
|
22
|
+
export declare var AutomationStepNotFoundException$: StaticErrorSchema;
|
|
23
|
+
export declare var ComplianceTypeCountLimitExceededException$: StaticErrorSchema;
|
|
24
|
+
export declare var CustomSchemaCountLimitExceededException$: StaticErrorSchema;
|
|
25
|
+
export declare var DocumentAlreadyExists$: StaticErrorSchema;
|
|
26
|
+
export declare var DocumentLimitExceeded$: StaticErrorSchema;
|
|
27
|
+
export declare var DocumentPermissionLimit$: StaticErrorSchema;
|
|
28
|
+
export declare var DocumentVersionLimitExceeded$: StaticErrorSchema;
|
|
29
|
+
export declare var DoesNotExistException$: StaticErrorSchema;
|
|
30
|
+
export declare var DuplicateDocumentContent$: StaticErrorSchema;
|
|
31
|
+
export declare var DuplicateDocumentVersionName$: StaticErrorSchema;
|
|
32
|
+
export declare var DuplicateInstanceId$: StaticErrorSchema;
|
|
33
|
+
export declare var FeatureNotAvailableException$: StaticErrorSchema;
|
|
34
|
+
export declare var HierarchyLevelLimitExceededException$: StaticErrorSchema;
|
|
35
|
+
export declare var HierarchyTypeMismatchException$: StaticErrorSchema;
|
|
36
|
+
export declare var IdempotentParameterMismatch$: StaticErrorSchema;
|
|
37
|
+
export declare var IncompatiblePolicyException$: StaticErrorSchema;
|
|
38
|
+
export declare var InternalServerError$: StaticErrorSchema;
|
|
39
|
+
export declare var InvalidActivation$: StaticErrorSchema;
|
|
40
|
+
export declare var InvalidActivationId$: StaticErrorSchema;
|
|
41
|
+
export declare var InvalidAggregatorException$: StaticErrorSchema;
|
|
42
|
+
export declare var InvalidAllowedPatternException$: StaticErrorSchema;
|
|
43
|
+
export declare var InvalidAssociation$: StaticErrorSchema;
|
|
44
|
+
export declare var InvalidAssociationVersion$: StaticErrorSchema;
|
|
45
|
+
export declare var InvalidAutomationExecutionParametersException$: StaticErrorSchema;
|
|
46
|
+
export declare var InvalidAutomationSignalException$: StaticErrorSchema;
|
|
47
|
+
export declare var InvalidAutomationStatusUpdateException$: StaticErrorSchema;
|
|
48
|
+
export declare var InvalidCommandId$: StaticErrorSchema;
|
|
49
|
+
export declare var InvalidDeleteInventoryParametersException$: StaticErrorSchema;
|
|
50
|
+
export declare var InvalidDeletionIdException$: StaticErrorSchema;
|
|
51
|
+
export declare var InvalidDocument$: StaticErrorSchema;
|
|
52
|
+
export declare var InvalidDocumentContent$: StaticErrorSchema;
|
|
53
|
+
export declare var InvalidDocumentOperation$: StaticErrorSchema;
|
|
54
|
+
export declare var InvalidDocumentSchemaVersion$: StaticErrorSchema;
|
|
55
|
+
export declare var InvalidDocumentType$: StaticErrorSchema;
|
|
56
|
+
export declare var InvalidDocumentVersion$: StaticErrorSchema;
|
|
57
|
+
export declare var InvalidFilter$: StaticErrorSchema;
|
|
58
|
+
export declare var InvalidFilterKey$: StaticErrorSchema;
|
|
59
|
+
export declare var InvalidFilterOption$: StaticErrorSchema;
|
|
60
|
+
export declare var InvalidFilterValue$: StaticErrorSchema;
|
|
61
|
+
export declare var InvalidInstanceId$: StaticErrorSchema;
|
|
62
|
+
export declare var InvalidInstanceInformationFilterValue$: StaticErrorSchema;
|
|
63
|
+
export declare var InvalidInstancePropertyFilterValue$: StaticErrorSchema;
|
|
64
|
+
export declare var InvalidInventoryGroupException$: StaticErrorSchema;
|
|
65
|
+
export declare var InvalidInventoryItemContextException$: StaticErrorSchema;
|
|
66
|
+
export declare var InvalidInventoryRequestException$: StaticErrorSchema;
|
|
67
|
+
export declare var InvalidItemContentException$: StaticErrorSchema;
|
|
68
|
+
export declare var InvalidKeyId$: StaticErrorSchema;
|
|
69
|
+
export declare var InvalidNextToken$: StaticErrorSchema;
|
|
70
|
+
export declare var InvalidNotificationConfig$: StaticErrorSchema;
|
|
71
|
+
export declare var InvalidOptionException$: StaticErrorSchema;
|
|
72
|
+
export declare var InvalidOutputFolder$: StaticErrorSchema;
|
|
73
|
+
export declare var InvalidOutputLocation$: StaticErrorSchema;
|
|
74
|
+
export declare var InvalidParameters$: StaticErrorSchema;
|
|
75
|
+
export declare var InvalidPermissionType$: StaticErrorSchema;
|
|
76
|
+
export declare var InvalidPluginName$: StaticErrorSchema;
|
|
77
|
+
export declare var InvalidPolicyAttributeException$: StaticErrorSchema;
|
|
78
|
+
export declare var InvalidPolicyTypeException$: StaticErrorSchema;
|
|
79
|
+
export declare var InvalidResourceId$: StaticErrorSchema;
|
|
80
|
+
export declare var InvalidResourceType$: StaticErrorSchema;
|
|
81
|
+
export declare var InvalidResultAttributeException$: StaticErrorSchema;
|
|
82
|
+
export declare var InvalidRole$: StaticErrorSchema;
|
|
83
|
+
export declare var InvalidSchedule$: StaticErrorSchema;
|
|
84
|
+
export declare var InvalidTag$: StaticErrorSchema;
|
|
85
|
+
export declare var InvalidTarget$: StaticErrorSchema;
|
|
86
|
+
export declare var InvalidTargetMaps$: StaticErrorSchema;
|
|
87
|
+
export declare var InvalidTypeNameException$: StaticErrorSchema;
|
|
88
|
+
export declare var InvalidUpdate$: StaticErrorSchema;
|
|
89
|
+
export declare var InvocationDoesNotExist$: StaticErrorSchema;
|
|
90
|
+
export declare var ItemContentMismatchException$: StaticErrorSchema;
|
|
91
|
+
export declare var ItemSizeLimitExceededException$: StaticErrorSchema;
|
|
92
|
+
export declare var MalformedResourcePolicyDocumentException$: StaticErrorSchema;
|
|
93
|
+
export declare var MaxDocumentSizeExceeded$: StaticErrorSchema;
|
|
94
|
+
export declare var NoLongerSupportedException$: StaticErrorSchema;
|
|
95
|
+
export declare var OpsItemAccessDeniedException$: StaticErrorSchema;
|
|
96
|
+
export declare var OpsItemAlreadyExistsException$: StaticErrorSchema;
|
|
97
|
+
export declare var OpsItemConflictException$: StaticErrorSchema;
|
|
98
|
+
export declare var OpsItemInvalidParameterException$: StaticErrorSchema;
|
|
99
|
+
export declare var OpsItemLimitExceededException$: StaticErrorSchema;
|
|
100
|
+
export declare var OpsItemNotFoundException$: StaticErrorSchema;
|
|
101
|
+
export declare var OpsItemRelatedItemAlreadyExistsException$: StaticErrorSchema;
|
|
102
|
+
export declare var OpsItemRelatedItemAssociationNotFoundException$: StaticErrorSchema;
|
|
103
|
+
export declare var OpsMetadataAlreadyExistsException$: StaticErrorSchema;
|
|
104
|
+
export declare var OpsMetadataInvalidArgumentException$: StaticErrorSchema;
|
|
105
|
+
export declare var OpsMetadataKeyLimitExceededException$: StaticErrorSchema;
|
|
106
|
+
export declare var OpsMetadataLimitExceededException$: StaticErrorSchema;
|
|
107
|
+
export declare var OpsMetadataNotFoundException$: StaticErrorSchema;
|
|
108
|
+
export declare var OpsMetadataTooManyUpdatesException$: StaticErrorSchema;
|
|
109
|
+
export declare var ParameterAlreadyExists$: StaticErrorSchema;
|
|
110
|
+
export declare var ParameterLimitExceeded$: StaticErrorSchema;
|
|
111
|
+
export declare var ParameterMaxVersionLimitExceeded$: StaticErrorSchema;
|
|
112
|
+
export declare var ParameterNotFound$: StaticErrorSchema;
|
|
113
|
+
export declare var ParameterPatternMismatchException$: StaticErrorSchema;
|
|
114
|
+
export declare var ParameterVersionLabelLimitExceeded$: StaticErrorSchema;
|
|
115
|
+
export declare var ParameterVersionNotFound$: StaticErrorSchema;
|
|
116
|
+
export declare var PoliciesLimitExceededException$: StaticErrorSchema;
|
|
117
|
+
export declare var ResourceDataSyncAlreadyExistsException$: StaticErrorSchema;
|
|
118
|
+
export declare var ResourceDataSyncConflictException$: StaticErrorSchema;
|
|
119
|
+
export declare var ResourceDataSyncCountExceededException$: StaticErrorSchema;
|
|
120
|
+
export declare var ResourceDataSyncInvalidConfigurationException$: StaticErrorSchema;
|
|
121
|
+
export declare var ResourceDataSyncNotFoundException$: StaticErrorSchema;
|
|
122
|
+
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
123
|
+
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
124
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
125
|
+
export declare var ResourcePolicyConflictException$: StaticErrorSchema;
|
|
126
|
+
export declare var ResourcePolicyInvalidParameterException$: StaticErrorSchema;
|
|
127
|
+
export declare var ResourcePolicyLimitExceededException$: StaticErrorSchema;
|
|
128
|
+
export declare var ResourcePolicyNotFoundException$: StaticErrorSchema;
|
|
129
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
130
|
+
export declare var ServiceSettingNotFound$: StaticErrorSchema;
|
|
131
|
+
export declare var StatusUnchanged$: StaticErrorSchema;
|
|
132
|
+
export declare var SubTypeCountLimitExceededException$: StaticErrorSchema;
|
|
133
|
+
export declare var TargetInUseException$: StaticErrorSchema;
|
|
134
|
+
export declare var TargetNotConnected$: StaticErrorSchema;
|
|
135
|
+
export declare var ThrottlingException$: StaticErrorSchema;
|
|
136
|
+
export declare var TooManyTagsError$: StaticErrorSchema;
|
|
137
|
+
export declare var TooManyUpdates$: StaticErrorSchema;
|
|
138
|
+
export declare var TotalSizeLimitExceededException$: StaticErrorSchema;
|
|
139
|
+
export declare var UnsupportedCalendarException$: StaticErrorSchema;
|
|
140
|
+
export declare var UnsupportedFeatureRequiredException$: StaticErrorSchema;
|
|
141
|
+
export declare var UnsupportedInventoryItemContextException$: StaticErrorSchema;
|
|
142
|
+
export declare var UnsupportedInventorySchemaVersionException$: StaticErrorSchema;
|
|
143
|
+
export declare var UnsupportedOperatingSystem$: StaticErrorSchema;
|
|
144
|
+
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
145
|
+
export declare var UnsupportedParameterType$: StaticErrorSchema;
|
|
146
|
+
export declare var UnsupportedPlatformType$: StaticErrorSchema;
|
|
147
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
148
|
+
export declare const errorTypeRegistries: TypeRegistry[];
|
|
8
149
|
export declare var AccountSharingInfo$: StaticStructureSchema;
|
|
9
150
|
export declare var Activation$: StaticStructureSchema;
|
|
10
151
|
export declare var AddTagsToResourceRequest$: StaticStructureSchema;
|
|
@@ -12,39 +153,26 @@ export declare var AddTagsToResourceResult$: StaticStructureSchema;
|
|
|
12
153
|
export declare var Alarm$: StaticStructureSchema;
|
|
13
154
|
export declare var AlarmConfiguration$: StaticStructureSchema;
|
|
14
155
|
export declare var AlarmStateInformation$: StaticStructureSchema;
|
|
15
|
-
export declare var AlreadyExistsException$: StaticErrorSchema;
|
|
16
|
-
export declare var AssociatedInstances$: StaticErrorSchema;
|
|
17
156
|
export declare var AssociateOpsItemRelatedItemRequest$: StaticStructureSchema;
|
|
18
157
|
export declare var AssociateOpsItemRelatedItemResponse$: StaticStructureSchema;
|
|
19
158
|
export declare var Association$: StaticStructureSchema;
|
|
20
|
-
export declare var AssociationAlreadyExists$: StaticErrorSchema;
|
|
21
159
|
export declare var AssociationDescription$: StaticStructureSchema;
|
|
22
|
-
export declare var AssociationDoesNotExist$: StaticErrorSchema;
|
|
23
160
|
export declare var AssociationExecution$: StaticStructureSchema;
|
|
24
|
-
export declare var AssociationExecutionDoesNotExist$: StaticErrorSchema;
|
|
25
161
|
export declare var AssociationExecutionFilter$: StaticStructureSchema;
|
|
26
162
|
export declare var AssociationExecutionTarget$: StaticStructureSchema;
|
|
27
163
|
export declare var AssociationExecutionTargetsFilter$: StaticStructureSchema;
|
|
28
164
|
export declare var AssociationFilter$: StaticStructureSchema;
|
|
29
|
-
export declare var AssociationLimitExceeded$: StaticErrorSchema;
|
|
30
165
|
export declare var AssociationOverview$: StaticStructureSchema;
|
|
31
166
|
export declare var AssociationStatus$: StaticStructureSchema;
|
|
32
167
|
export declare var AssociationVersionInfo$: StaticStructureSchema;
|
|
33
|
-
export declare var AssociationVersionLimitExceeded$: StaticErrorSchema;
|
|
34
168
|
export declare var AttachmentContent$: StaticStructureSchema;
|
|
35
169
|
export declare var AttachmentInformation$: StaticStructureSchema;
|
|
36
170
|
export declare var AttachmentsSource$: StaticStructureSchema;
|
|
37
|
-
export declare var AutomationDefinitionNotApprovedException$: StaticErrorSchema;
|
|
38
|
-
export declare var AutomationDefinitionNotFoundException$: StaticErrorSchema;
|
|
39
|
-
export declare var AutomationDefinitionVersionNotFoundException$: StaticErrorSchema;
|
|
40
171
|
export declare var AutomationExecution$: StaticStructureSchema;
|
|
41
172
|
export declare var AutomationExecutionFilter$: StaticStructureSchema;
|
|
42
173
|
export declare var AutomationExecutionInputs$: StaticStructureSchema;
|
|
43
|
-
export declare var AutomationExecutionLimitExceededException$: StaticErrorSchema;
|
|
44
174
|
export declare var AutomationExecutionMetadata$: StaticStructureSchema;
|
|
45
|
-
export declare var AutomationExecutionNotFoundException$: StaticErrorSchema;
|
|
46
175
|
export declare var AutomationExecutionPreview$: StaticStructureSchema;
|
|
47
|
-
export declare var AutomationStepNotFoundException$: StaticErrorSchema;
|
|
48
176
|
export declare var BaselineOverride$: StaticStructureSchema;
|
|
49
177
|
export declare var CancelCommandRequest$: StaticStructureSchema;
|
|
50
178
|
export declare var CancelCommandResult$: StaticStructureSchema;
|
|
@@ -60,7 +188,6 @@ export declare var ComplianceItem$: StaticStructureSchema;
|
|
|
60
188
|
export declare var ComplianceItemEntry$: StaticStructureSchema;
|
|
61
189
|
export declare var ComplianceStringFilter$: StaticStructureSchema;
|
|
62
190
|
export declare var ComplianceSummaryItem$: StaticStructureSchema;
|
|
63
|
-
export declare var ComplianceTypeCountLimitExceededException$: StaticErrorSchema;
|
|
64
191
|
export declare var CompliantSummary$: StaticStructureSchema;
|
|
65
192
|
export declare var CreateActivationRequest$: StaticStructureSchema;
|
|
66
193
|
export declare var CreateActivationResult$: StaticStructureSchema;
|
|
@@ -82,7 +209,6 @@ export declare var CreatePatchBaselineResult$: StaticStructureSchema;
|
|
|
82
209
|
export declare var CreateResourceDataSyncRequest$: StaticStructureSchema;
|
|
83
210
|
export declare var CreateResourceDataSyncResult$: StaticStructureSchema;
|
|
84
211
|
export declare var Credentials$: StaticStructureSchema;
|
|
85
|
-
export declare var CustomSchemaCountLimitExceededException$: StaticErrorSchema;
|
|
86
212
|
export declare var DeleteActivationRequest$: StaticStructureSchema;
|
|
87
213
|
export declare var DeleteActivationResult$: StaticStructureSchema;
|
|
88
214
|
export declare var DeleteAssociationRequest$: StaticStructureSchema;
|
|
@@ -184,30 +310,21 @@ export declare var DescribeSessionsRequest$: StaticStructureSchema;
|
|
|
184
310
|
export declare var DescribeSessionsResponse$: StaticStructureSchema;
|
|
185
311
|
export declare var DisassociateOpsItemRelatedItemRequest$: StaticStructureSchema;
|
|
186
312
|
export declare var DisassociateOpsItemRelatedItemResponse$: StaticStructureSchema;
|
|
187
|
-
export declare var DocumentAlreadyExists$: StaticErrorSchema;
|
|
188
313
|
export declare var DocumentDefaultVersionDescription$: StaticStructureSchema;
|
|
189
314
|
export declare var DocumentDescription$: StaticStructureSchema;
|
|
190
315
|
export declare var DocumentFilter$: StaticStructureSchema;
|
|
191
316
|
export declare var DocumentIdentifier$: StaticStructureSchema;
|
|
192
317
|
export declare var DocumentKeyValuesFilter$: StaticStructureSchema;
|
|
193
|
-
export declare var DocumentLimitExceeded$: StaticErrorSchema;
|
|
194
318
|
export declare var DocumentMetadataResponseInfo$: StaticStructureSchema;
|
|
195
319
|
export declare var DocumentParameter$: StaticStructureSchema;
|
|
196
|
-
export declare var DocumentPermissionLimit$: StaticErrorSchema;
|
|
197
320
|
export declare var DocumentRequires$: StaticStructureSchema;
|
|
198
321
|
export declare var DocumentReviewCommentSource$: StaticStructureSchema;
|
|
199
322
|
export declare var DocumentReviewerResponseSource$: StaticStructureSchema;
|
|
200
323
|
export declare var DocumentReviews$: StaticStructureSchema;
|
|
201
324
|
export declare var DocumentVersionInfo$: StaticStructureSchema;
|
|
202
|
-
export declare var DocumentVersionLimitExceeded$: StaticErrorSchema;
|
|
203
|
-
export declare var DoesNotExistException$: StaticErrorSchema;
|
|
204
|
-
export declare var DuplicateDocumentContent$: StaticErrorSchema;
|
|
205
|
-
export declare var DuplicateDocumentVersionName$: StaticErrorSchema;
|
|
206
|
-
export declare var DuplicateInstanceId$: StaticErrorSchema;
|
|
207
325
|
export declare var EffectivePatch$: StaticStructureSchema;
|
|
208
326
|
export declare var FailedCreateAssociation$: StaticStructureSchema;
|
|
209
327
|
export declare var FailureDetails$: StaticStructureSchema;
|
|
210
|
-
export declare var FeatureNotAvailableException$: StaticErrorSchema;
|
|
211
328
|
export declare var GetAccessTokenRequest$: StaticStructureSchema;
|
|
212
329
|
export declare var GetAccessTokenResponse$: StaticStructureSchema;
|
|
213
330
|
export declare var GetAutomationExecutionRequest$: StaticStructureSchema;
|
|
@@ -263,10 +380,6 @@ export declare var GetResourcePoliciesResponse$: StaticStructureSchema;
|
|
|
263
380
|
export declare var GetResourcePoliciesResponseEntry$: StaticStructureSchema;
|
|
264
381
|
export declare var GetServiceSettingRequest$: StaticStructureSchema;
|
|
265
382
|
export declare var GetServiceSettingResult$: StaticStructureSchema;
|
|
266
|
-
export declare var HierarchyLevelLimitExceededException$: StaticErrorSchema;
|
|
267
|
-
export declare var HierarchyTypeMismatchException$: StaticErrorSchema;
|
|
268
|
-
export declare var IdempotentParameterMismatch$: StaticErrorSchema;
|
|
269
|
-
export declare var IncompatiblePolicyException$: StaticErrorSchema;
|
|
270
383
|
export declare var InstanceAggregatedAssociationOverview$: StaticStructureSchema;
|
|
271
384
|
export declare var InstanceAssociation$: StaticStructureSchema;
|
|
272
385
|
export declare var InstanceAssociationOutputLocation$: StaticStructureSchema;
|
|
@@ -281,57 +394,6 @@ export declare var InstancePatchStateFilter$: StaticStructureSchema;
|
|
|
281
394
|
export declare var InstanceProperty$: StaticStructureSchema;
|
|
282
395
|
export declare var InstancePropertyFilter$: StaticStructureSchema;
|
|
283
396
|
export declare var InstancePropertyStringFilter$: StaticStructureSchema;
|
|
284
|
-
export declare var InternalServerError$: StaticErrorSchema;
|
|
285
|
-
export declare var InvalidActivation$: StaticErrorSchema;
|
|
286
|
-
export declare var InvalidActivationId$: StaticErrorSchema;
|
|
287
|
-
export declare var InvalidAggregatorException$: StaticErrorSchema;
|
|
288
|
-
export declare var InvalidAllowedPatternException$: StaticErrorSchema;
|
|
289
|
-
export declare var InvalidAssociation$: StaticErrorSchema;
|
|
290
|
-
export declare var InvalidAssociationVersion$: StaticErrorSchema;
|
|
291
|
-
export declare var InvalidAutomationExecutionParametersException$: StaticErrorSchema;
|
|
292
|
-
export declare var InvalidAutomationSignalException$: StaticErrorSchema;
|
|
293
|
-
export declare var InvalidAutomationStatusUpdateException$: StaticErrorSchema;
|
|
294
|
-
export declare var InvalidCommandId$: StaticErrorSchema;
|
|
295
|
-
export declare var InvalidDeleteInventoryParametersException$: StaticErrorSchema;
|
|
296
|
-
export declare var InvalidDeletionIdException$: StaticErrorSchema;
|
|
297
|
-
export declare var InvalidDocument$: StaticErrorSchema;
|
|
298
|
-
export declare var InvalidDocumentContent$: StaticErrorSchema;
|
|
299
|
-
export declare var InvalidDocumentOperation$: StaticErrorSchema;
|
|
300
|
-
export declare var InvalidDocumentSchemaVersion$: StaticErrorSchema;
|
|
301
|
-
export declare var InvalidDocumentType$: StaticErrorSchema;
|
|
302
|
-
export declare var InvalidDocumentVersion$: StaticErrorSchema;
|
|
303
|
-
export declare var InvalidFilter$: StaticErrorSchema;
|
|
304
|
-
export declare var InvalidFilterKey$: StaticErrorSchema;
|
|
305
|
-
export declare var InvalidFilterOption$: StaticErrorSchema;
|
|
306
|
-
export declare var InvalidFilterValue$: StaticErrorSchema;
|
|
307
|
-
export declare var InvalidInstanceId$: StaticErrorSchema;
|
|
308
|
-
export declare var InvalidInstanceInformationFilterValue$: StaticErrorSchema;
|
|
309
|
-
export declare var InvalidInstancePropertyFilterValue$: StaticErrorSchema;
|
|
310
|
-
export declare var InvalidInventoryGroupException$: StaticErrorSchema;
|
|
311
|
-
export declare var InvalidInventoryItemContextException$: StaticErrorSchema;
|
|
312
|
-
export declare var InvalidInventoryRequestException$: StaticErrorSchema;
|
|
313
|
-
export declare var InvalidItemContentException$: StaticErrorSchema;
|
|
314
|
-
export declare var InvalidKeyId$: StaticErrorSchema;
|
|
315
|
-
export declare var InvalidNextToken$: StaticErrorSchema;
|
|
316
|
-
export declare var InvalidNotificationConfig$: StaticErrorSchema;
|
|
317
|
-
export declare var InvalidOptionException$: StaticErrorSchema;
|
|
318
|
-
export declare var InvalidOutputFolder$: StaticErrorSchema;
|
|
319
|
-
export declare var InvalidOutputLocation$: StaticErrorSchema;
|
|
320
|
-
export declare var InvalidParameters$: StaticErrorSchema;
|
|
321
|
-
export declare var InvalidPermissionType$: StaticErrorSchema;
|
|
322
|
-
export declare var InvalidPluginName$: StaticErrorSchema;
|
|
323
|
-
export declare var InvalidPolicyAttributeException$: StaticErrorSchema;
|
|
324
|
-
export declare var InvalidPolicyTypeException$: StaticErrorSchema;
|
|
325
|
-
export declare var InvalidResourceId$: StaticErrorSchema;
|
|
326
|
-
export declare var InvalidResourceType$: StaticErrorSchema;
|
|
327
|
-
export declare var InvalidResultAttributeException$: StaticErrorSchema;
|
|
328
|
-
export declare var InvalidRole$: StaticErrorSchema;
|
|
329
|
-
export declare var InvalidSchedule$: StaticErrorSchema;
|
|
330
|
-
export declare var InvalidTag$: StaticErrorSchema;
|
|
331
|
-
export declare var InvalidTarget$: StaticErrorSchema;
|
|
332
|
-
export declare var InvalidTargetMaps$: StaticErrorSchema;
|
|
333
|
-
export declare var InvalidTypeNameException$: StaticErrorSchema;
|
|
334
|
-
export declare var InvalidUpdate$: StaticErrorSchema;
|
|
335
397
|
export declare var InventoryAggregator$: StaticStructureSchema;
|
|
336
398
|
export declare var InventoryDeletionStatusItem$: StaticStructureSchema;
|
|
337
399
|
export declare var InventoryDeletionSummary$: StaticStructureSchema;
|
|
@@ -343,9 +405,6 @@ export declare var InventoryItemAttribute$: StaticStructureSchema;
|
|
|
343
405
|
export declare var InventoryItemSchema$: StaticStructureSchema;
|
|
344
406
|
export declare var InventoryResultEntity$: StaticStructureSchema;
|
|
345
407
|
export declare var InventoryResultItem$: StaticStructureSchema;
|
|
346
|
-
export declare var InvocationDoesNotExist$: StaticErrorSchema;
|
|
347
|
-
export declare var ItemContentMismatchException$: StaticErrorSchema;
|
|
348
|
-
export declare var ItemSizeLimitExceededException$: StaticErrorSchema;
|
|
349
408
|
export declare var LabelParameterVersionRequest$: StaticStructureSchema;
|
|
350
409
|
export declare var LabelParameterVersionResult$: StaticStructureSchema;
|
|
351
410
|
export declare var ListAssociationsRequest$: StaticStructureSchema;
|
|
@@ -399,8 +458,6 @@ export declare var MaintenanceWindowTarget$: StaticStructureSchema;
|
|
|
399
458
|
export declare var MaintenanceWindowTask$: StaticStructureSchema;
|
|
400
459
|
export declare var MaintenanceWindowTaskInvocationParameters$: StaticStructureSchema;
|
|
401
460
|
export declare var MaintenanceWindowTaskParameterValueExpression$: StaticStructureSchema;
|
|
402
|
-
export declare var MalformedResourcePolicyDocumentException$: StaticErrorSchema;
|
|
403
|
-
export declare var MaxDocumentSizeExceeded$: StaticErrorSchema;
|
|
404
461
|
export declare var MetadataValue$: StaticStructureSchema;
|
|
405
462
|
export declare var ModifyDocumentPermissionRequest$: StaticStructureSchema;
|
|
406
463
|
export declare var ModifyDocumentPermissionResponse$: StaticStructureSchema;
|
|
@@ -408,7 +465,6 @@ export declare var Node$: StaticStructureSchema;
|
|
|
408
465
|
export declare var NodeAggregator$: StaticStructureSchema;
|
|
409
466
|
export declare var NodeFilter$: StaticStructureSchema;
|
|
410
467
|
export declare var NodeOwnerInfo$: StaticStructureSchema;
|
|
411
|
-
export declare var NoLongerSupportedException$: StaticErrorSchema;
|
|
412
468
|
export declare var NonCompliantSummary$: StaticStructureSchema;
|
|
413
469
|
export declare var NotificationConfig$: StaticStructureSchema;
|
|
414
470
|
export declare var OpsAggregator$: StaticStructureSchema;
|
|
@@ -416,46 +472,25 @@ export declare var OpsEntity$: StaticStructureSchema;
|
|
|
416
472
|
export declare var OpsEntityItem$: StaticStructureSchema;
|
|
417
473
|
export declare var OpsFilter$: StaticStructureSchema;
|
|
418
474
|
export declare var OpsItem$: StaticStructureSchema;
|
|
419
|
-
export declare var OpsItemAccessDeniedException$: StaticErrorSchema;
|
|
420
|
-
export declare var OpsItemAlreadyExistsException$: StaticErrorSchema;
|
|
421
|
-
export declare var OpsItemConflictException$: StaticErrorSchema;
|
|
422
475
|
export declare var OpsItemDataValue$: StaticStructureSchema;
|
|
423
476
|
export declare var OpsItemEventFilter$: StaticStructureSchema;
|
|
424
477
|
export declare var OpsItemEventSummary$: StaticStructureSchema;
|
|
425
478
|
export declare var OpsItemFilter$: StaticStructureSchema;
|
|
426
479
|
export declare var OpsItemIdentity$: StaticStructureSchema;
|
|
427
|
-
export declare var OpsItemInvalidParameterException$: StaticErrorSchema;
|
|
428
|
-
export declare var OpsItemLimitExceededException$: StaticErrorSchema;
|
|
429
|
-
export declare var OpsItemNotFoundException$: StaticErrorSchema;
|
|
430
480
|
export declare var OpsItemNotification$: StaticStructureSchema;
|
|
431
|
-
export declare var OpsItemRelatedItemAlreadyExistsException$: StaticErrorSchema;
|
|
432
|
-
export declare var OpsItemRelatedItemAssociationNotFoundException$: StaticErrorSchema;
|
|
433
481
|
export declare var OpsItemRelatedItemsFilter$: StaticStructureSchema;
|
|
434
482
|
export declare var OpsItemRelatedItemSummary$: StaticStructureSchema;
|
|
435
483
|
export declare var OpsItemSummary$: StaticStructureSchema;
|
|
436
484
|
export declare var OpsMetadata$: StaticStructureSchema;
|
|
437
|
-
export declare var OpsMetadataAlreadyExistsException$: StaticErrorSchema;
|
|
438
485
|
export declare var OpsMetadataFilter$: StaticStructureSchema;
|
|
439
|
-
export declare var OpsMetadataInvalidArgumentException$: StaticErrorSchema;
|
|
440
|
-
export declare var OpsMetadataKeyLimitExceededException$: StaticErrorSchema;
|
|
441
|
-
export declare var OpsMetadataLimitExceededException$: StaticErrorSchema;
|
|
442
|
-
export declare var OpsMetadataNotFoundException$: StaticErrorSchema;
|
|
443
|
-
export declare var OpsMetadataTooManyUpdatesException$: StaticErrorSchema;
|
|
444
486
|
export declare var OpsResultAttribute$: StaticStructureSchema;
|
|
445
487
|
export declare var OutputSource$: StaticStructureSchema;
|
|
446
488
|
export declare var Parameter$: StaticStructureSchema;
|
|
447
|
-
export declare var ParameterAlreadyExists$: StaticErrorSchema;
|
|
448
489
|
export declare var ParameterHistory$: StaticStructureSchema;
|
|
449
490
|
export declare var ParameterInlinePolicy$: StaticStructureSchema;
|
|
450
|
-
export declare var ParameterLimitExceeded$: StaticErrorSchema;
|
|
451
|
-
export declare var ParameterMaxVersionLimitExceeded$: StaticErrorSchema;
|
|
452
491
|
export declare var ParameterMetadata$: StaticStructureSchema;
|
|
453
|
-
export declare var ParameterNotFound$: StaticErrorSchema;
|
|
454
|
-
export declare var ParameterPatternMismatchException$: StaticErrorSchema;
|
|
455
492
|
export declare var ParametersFilter$: StaticStructureSchema;
|
|
456
493
|
export declare var ParameterStringFilter$: StaticStructureSchema;
|
|
457
|
-
export declare var ParameterVersionLabelLimitExceeded$: StaticErrorSchema;
|
|
458
|
-
export declare var ParameterVersionNotFound$: StaticErrorSchema;
|
|
459
494
|
export declare var ParentStepDetails$: StaticStructureSchema;
|
|
460
495
|
export declare var Patch$: StaticStructureSchema;
|
|
461
496
|
export declare var PatchBaselineIdentity$: StaticStructureSchema;
|
|
@@ -468,7 +503,6 @@ export declare var PatchRule$: StaticStructureSchema;
|
|
|
468
503
|
export declare var PatchRuleGroup$: StaticStructureSchema;
|
|
469
504
|
export declare var PatchSource$: StaticStructureSchema;
|
|
470
505
|
export declare var PatchStatus$: StaticStructureSchema;
|
|
471
|
-
export declare var PoliciesLimitExceededException$: StaticErrorSchema;
|
|
472
506
|
export declare var ProgressCounters$: StaticStructureSchema;
|
|
473
507
|
export declare var PutComplianceItemsRequest$: StaticStructureSchema;
|
|
474
508
|
export declare var PutComplianceItemsResult$: StaticStructureSchema;
|
|
@@ -494,25 +528,13 @@ export declare var ResetServiceSettingRequest$: StaticStructureSchema;
|
|
|
494
528
|
export declare var ResetServiceSettingResult$: StaticStructureSchema;
|
|
495
529
|
export declare var ResolvedTargets$: StaticStructureSchema;
|
|
496
530
|
export declare var ResourceComplianceSummaryItem$: StaticStructureSchema;
|
|
497
|
-
export declare var ResourceDataSyncAlreadyExistsException$: StaticErrorSchema;
|
|
498
531
|
export declare var ResourceDataSyncAwsOrganizationsSource$: StaticStructureSchema;
|
|
499
|
-
export declare var ResourceDataSyncConflictException$: StaticErrorSchema;
|
|
500
|
-
export declare var ResourceDataSyncCountExceededException$: StaticErrorSchema;
|
|
501
532
|
export declare var ResourceDataSyncDestinationDataSharing$: StaticStructureSchema;
|
|
502
|
-
export declare var ResourceDataSyncInvalidConfigurationException$: StaticErrorSchema;
|
|
503
533
|
export declare var ResourceDataSyncItem$: StaticStructureSchema;
|
|
504
|
-
export declare var ResourceDataSyncNotFoundException$: StaticErrorSchema;
|
|
505
534
|
export declare var ResourceDataSyncOrganizationalUnit$: StaticStructureSchema;
|
|
506
535
|
export declare var ResourceDataSyncS3Destination$: StaticStructureSchema;
|
|
507
536
|
export declare var ResourceDataSyncSource$: StaticStructureSchema;
|
|
508
537
|
export declare var ResourceDataSyncSourceWithState$: StaticStructureSchema;
|
|
509
|
-
export declare var ResourceInUseException$: StaticErrorSchema;
|
|
510
|
-
export declare var ResourceLimitExceededException$: StaticErrorSchema;
|
|
511
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
512
|
-
export declare var ResourcePolicyConflictException$: StaticErrorSchema;
|
|
513
|
-
export declare var ResourcePolicyInvalidParameterException$: StaticErrorSchema;
|
|
514
|
-
export declare var ResourcePolicyLimitExceededException$: StaticErrorSchema;
|
|
515
|
-
export declare var ResourcePolicyNotFoundException$: StaticErrorSchema;
|
|
516
538
|
export declare var ResultAttribute$: StaticStructureSchema;
|
|
517
539
|
export declare var ResumeSessionRequest$: StaticStructureSchema;
|
|
518
540
|
export declare var ResumeSessionResponse$: StaticStructureSchema;
|
|
@@ -525,9 +547,7 @@ export declare var SendAutomationSignalRequest$: StaticStructureSchema;
|
|
|
525
547
|
export declare var SendAutomationSignalResult$: StaticStructureSchema;
|
|
526
548
|
export declare var SendCommandRequest$: StaticStructureSchema;
|
|
527
549
|
export declare var SendCommandResult$: StaticStructureSchema;
|
|
528
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
529
550
|
export declare var ServiceSetting$: StaticStructureSchema;
|
|
530
|
-
export declare var ServiceSettingNotFound$: StaticErrorSchema;
|
|
531
551
|
export declare var Session$: StaticStructureSchema;
|
|
532
552
|
export declare var SessionFilter$: StaticStructureSchema;
|
|
533
553
|
export declare var SessionManagerOutputUrl$: StaticStructureSchema;
|
|
@@ -544,34 +564,18 @@ export declare var StartExecutionPreviewRequest$: StaticStructureSchema;
|
|
|
544
564
|
export declare var StartExecutionPreviewResponse$: StaticStructureSchema;
|
|
545
565
|
export declare var StartSessionRequest$: StaticStructureSchema;
|
|
546
566
|
export declare var StartSessionResponse$: StaticStructureSchema;
|
|
547
|
-
export declare var StatusUnchanged$: StaticErrorSchema;
|
|
548
567
|
export declare var StepExecution$: StaticStructureSchema;
|
|
549
568
|
export declare var StepExecutionFilter$: StaticStructureSchema;
|
|
550
569
|
export declare var StopAutomationExecutionRequest$: StaticStructureSchema;
|
|
551
570
|
export declare var StopAutomationExecutionResult$: StaticStructureSchema;
|
|
552
|
-
export declare var SubTypeCountLimitExceededException$: StaticErrorSchema;
|
|
553
571
|
export declare var Tag$: StaticStructureSchema;
|
|
554
572
|
export declare var Target$: StaticStructureSchema;
|
|
555
|
-
export declare var TargetInUseException$: StaticErrorSchema;
|
|
556
573
|
export declare var TargetLocation$: StaticStructureSchema;
|
|
557
|
-
export declare var TargetNotConnected$: StaticErrorSchema;
|
|
558
574
|
export declare var TargetPreview$: StaticStructureSchema;
|
|
559
575
|
export declare var TerminateSessionRequest$: StaticStructureSchema;
|
|
560
576
|
export declare var TerminateSessionResponse$: StaticStructureSchema;
|
|
561
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
562
|
-
export declare var TooManyTagsError$: StaticErrorSchema;
|
|
563
|
-
export declare var TooManyUpdates$: StaticErrorSchema;
|
|
564
|
-
export declare var TotalSizeLimitExceededException$: StaticErrorSchema;
|
|
565
577
|
export declare var UnlabelParameterVersionRequest$: StaticStructureSchema;
|
|
566
578
|
export declare var UnlabelParameterVersionResult$: StaticStructureSchema;
|
|
567
|
-
export declare var UnsupportedCalendarException$: StaticErrorSchema;
|
|
568
|
-
export declare var UnsupportedFeatureRequiredException$: StaticErrorSchema;
|
|
569
|
-
export declare var UnsupportedInventoryItemContextException$: StaticErrorSchema;
|
|
570
|
-
export declare var UnsupportedInventorySchemaVersionException$: StaticErrorSchema;
|
|
571
|
-
export declare var UnsupportedOperatingSystem$: StaticErrorSchema;
|
|
572
|
-
export declare var UnsupportedOperationException$: StaticErrorSchema;
|
|
573
|
-
export declare var UnsupportedParameterType$: StaticErrorSchema;
|
|
574
|
-
export declare var UnsupportedPlatformType$: StaticErrorSchema;
|
|
575
579
|
export declare var UpdateAssociationRequest$: StaticStructureSchema;
|
|
576
580
|
export declare var UpdateAssociationResult$: StaticStructureSchema;
|
|
577
581
|
export declare var UpdateAssociationStatusRequest$: StaticStructureSchema;
|
|
@@ -600,8 +604,6 @@ export declare var UpdateResourceDataSyncRequest$: StaticStructureSchema;
|
|
|
600
604
|
export declare var UpdateResourceDataSyncResult$: StaticStructureSchema;
|
|
601
605
|
export declare var UpdateServiceSettingRequest$: StaticStructureSchema;
|
|
602
606
|
export declare var UpdateServiceSettingResult$: StaticStructureSchema;
|
|
603
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
604
|
-
export declare var SSMServiceException$: StaticErrorSchema;
|
|
605
607
|
export declare var ExecutionInputs$: StaticUnionSchema;
|
|
606
608
|
export declare var ExecutionPreview$: StaticUnionSchema;
|
|
607
609
|
export declare var NodeType$: StaticUnionSchema;
|
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.
|
|
4
|
+
"version": "3.989.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ssm",
|
|
@@ -23,38 +23,38 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.9",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.3",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.3",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.3",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.9",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
33
33
|
"@aws-sdk/types": "^3.973.1",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.989.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.972.7",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.6",
|
|
38
|
-
"@smithy/core": "^3.
|
|
38
|
+
"@smithy/core": "^3.23.0",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.9",
|
|
40
40
|
"@smithy/hash-node": "^4.2.8",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.8",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.8",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.14",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.31",
|
|
45
45
|
"@smithy/middleware-serde": "^4.2.9",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.8",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.8",
|
|
48
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.8",
|
|
50
|
-
"@smithy/smithy-client": "^4.11.
|
|
50
|
+
"@smithy/smithy-client": "^4.11.3",
|
|
51
51
|
"@smithy/types": "^4.12.0",
|
|
52
52
|
"@smithy/url-parser": "^4.2.8",
|
|
53
53
|
"@smithy/util-base64": "^4.3.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.30",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.33",
|
|
58
58
|
"@smithy/util-endpoints": "^3.2.8",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.8",
|
|
60
60
|
"@smithy/util-retry": "^4.2.8",
|