@aws-sdk/client-ssm 3.716.0 → 3.723.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 +1529 -1117
- package/dist-es/SSMClient.js +1 -0
- package/dist-es/models/models_0.js +211 -146
- package/dist-es/models/models_1.js +108 -80
- package/dist-es/models/models_2.js +64 -44
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +44 -44
|
@@ -3,27 +3,29 @@ import { AssociationDescriptionFilterSensitiveLog, PatchSourceFilterSensitiveLog
|
|
|
3
3
|
import { CommandFilterSensitiveLog, MaintenanceWindowTaskInvocationParametersFilterSensitiveLog, } from "./models_1";
|
|
4
4
|
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
5
5
|
export class AutomationStepNotFoundException extends __BaseException {
|
|
6
|
+
name = "AutomationStepNotFoundException";
|
|
7
|
+
$fault = "client";
|
|
8
|
+
Message;
|
|
6
9
|
constructor(opts) {
|
|
7
10
|
super({
|
|
8
11
|
name: "AutomationStepNotFoundException",
|
|
9
12
|
$fault: "client",
|
|
10
13
|
...opts,
|
|
11
14
|
});
|
|
12
|
-
this.name = "AutomationStepNotFoundException";
|
|
13
|
-
this.$fault = "client";
|
|
14
15
|
Object.setPrototypeOf(this, AutomationStepNotFoundException.prototype);
|
|
15
16
|
this.Message = opts.Message;
|
|
16
17
|
}
|
|
17
18
|
}
|
|
18
19
|
export class InvalidAutomationSignalException extends __BaseException {
|
|
20
|
+
name = "InvalidAutomationSignalException";
|
|
21
|
+
$fault = "client";
|
|
22
|
+
Message;
|
|
19
23
|
constructor(opts) {
|
|
20
24
|
super({
|
|
21
25
|
name: "InvalidAutomationSignalException",
|
|
22
26
|
$fault: "client",
|
|
23
27
|
...opts,
|
|
24
28
|
});
|
|
25
|
-
this.name = "InvalidAutomationSignalException";
|
|
26
|
-
this.$fault = "client";
|
|
27
29
|
Object.setPrototypeOf(this, InvalidAutomationSignalException.prototype);
|
|
28
30
|
this.Message = opts.Message;
|
|
29
31
|
}
|
|
@@ -36,117 +38,125 @@ export const SignalType = {
|
|
|
36
38
|
STOP_STEP: "StopStep",
|
|
37
39
|
};
|
|
38
40
|
export class InvalidNotificationConfig extends __BaseException {
|
|
41
|
+
name = "InvalidNotificationConfig";
|
|
42
|
+
$fault = "client";
|
|
43
|
+
Message;
|
|
39
44
|
constructor(opts) {
|
|
40
45
|
super({
|
|
41
46
|
name: "InvalidNotificationConfig",
|
|
42
47
|
$fault: "client",
|
|
43
48
|
...opts,
|
|
44
49
|
});
|
|
45
|
-
this.name = "InvalidNotificationConfig";
|
|
46
|
-
this.$fault = "client";
|
|
47
50
|
Object.setPrototypeOf(this, InvalidNotificationConfig.prototype);
|
|
48
51
|
this.Message = opts.Message;
|
|
49
52
|
}
|
|
50
53
|
}
|
|
51
54
|
export class InvalidOutputFolder extends __BaseException {
|
|
55
|
+
name = "InvalidOutputFolder";
|
|
56
|
+
$fault = "client";
|
|
52
57
|
constructor(opts) {
|
|
53
58
|
super({
|
|
54
59
|
name: "InvalidOutputFolder",
|
|
55
60
|
$fault: "client",
|
|
56
61
|
...opts,
|
|
57
62
|
});
|
|
58
|
-
this.name = "InvalidOutputFolder";
|
|
59
|
-
this.$fault = "client";
|
|
60
63
|
Object.setPrototypeOf(this, InvalidOutputFolder.prototype);
|
|
61
64
|
}
|
|
62
65
|
}
|
|
63
66
|
export class InvalidRole extends __BaseException {
|
|
67
|
+
name = "InvalidRole";
|
|
68
|
+
$fault = "client";
|
|
69
|
+
Message;
|
|
64
70
|
constructor(opts) {
|
|
65
71
|
super({
|
|
66
72
|
name: "InvalidRole",
|
|
67
73
|
$fault: "client",
|
|
68
74
|
...opts,
|
|
69
75
|
});
|
|
70
|
-
this.name = "InvalidRole";
|
|
71
|
-
this.$fault = "client";
|
|
72
76
|
Object.setPrototypeOf(this, InvalidRole.prototype);
|
|
73
77
|
this.Message = opts.Message;
|
|
74
78
|
}
|
|
75
79
|
}
|
|
76
80
|
export class InvalidAssociation extends __BaseException {
|
|
81
|
+
name = "InvalidAssociation";
|
|
82
|
+
$fault = "client";
|
|
83
|
+
Message;
|
|
77
84
|
constructor(opts) {
|
|
78
85
|
super({
|
|
79
86
|
name: "InvalidAssociation",
|
|
80
87
|
$fault: "client",
|
|
81
88
|
...opts,
|
|
82
89
|
});
|
|
83
|
-
this.name = "InvalidAssociation";
|
|
84
|
-
this.$fault = "client";
|
|
85
90
|
Object.setPrototypeOf(this, InvalidAssociation.prototype);
|
|
86
91
|
this.Message = opts.Message;
|
|
87
92
|
}
|
|
88
93
|
}
|
|
89
94
|
export class AutomationDefinitionNotFoundException extends __BaseException {
|
|
95
|
+
name = "AutomationDefinitionNotFoundException";
|
|
96
|
+
$fault = "client";
|
|
97
|
+
Message;
|
|
90
98
|
constructor(opts) {
|
|
91
99
|
super({
|
|
92
100
|
name: "AutomationDefinitionNotFoundException",
|
|
93
101
|
$fault: "client",
|
|
94
102
|
...opts,
|
|
95
103
|
});
|
|
96
|
-
this.name = "AutomationDefinitionNotFoundException";
|
|
97
|
-
this.$fault = "client";
|
|
98
104
|
Object.setPrototypeOf(this, AutomationDefinitionNotFoundException.prototype);
|
|
99
105
|
this.Message = opts.Message;
|
|
100
106
|
}
|
|
101
107
|
}
|
|
102
108
|
export class AutomationDefinitionVersionNotFoundException extends __BaseException {
|
|
109
|
+
name = "AutomationDefinitionVersionNotFoundException";
|
|
110
|
+
$fault = "client";
|
|
111
|
+
Message;
|
|
103
112
|
constructor(opts) {
|
|
104
113
|
super({
|
|
105
114
|
name: "AutomationDefinitionVersionNotFoundException",
|
|
106
115
|
$fault: "client",
|
|
107
116
|
...opts,
|
|
108
117
|
});
|
|
109
|
-
this.name = "AutomationDefinitionVersionNotFoundException";
|
|
110
|
-
this.$fault = "client";
|
|
111
118
|
Object.setPrototypeOf(this, AutomationDefinitionVersionNotFoundException.prototype);
|
|
112
119
|
this.Message = opts.Message;
|
|
113
120
|
}
|
|
114
121
|
}
|
|
115
122
|
export class AutomationExecutionLimitExceededException extends __BaseException {
|
|
123
|
+
name = "AutomationExecutionLimitExceededException";
|
|
124
|
+
$fault = "client";
|
|
125
|
+
Message;
|
|
116
126
|
constructor(opts) {
|
|
117
127
|
super({
|
|
118
128
|
name: "AutomationExecutionLimitExceededException",
|
|
119
129
|
$fault: "client",
|
|
120
130
|
...opts,
|
|
121
131
|
});
|
|
122
|
-
this.name = "AutomationExecutionLimitExceededException";
|
|
123
|
-
this.$fault = "client";
|
|
124
132
|
Object.setPrototypeOf(this, AutomationExecutionLimitExceededException.prototype);
|
|
125
133
|
this.Message = opts.Message;
|
|
126
134
|
}
|
|
127
135
|
}
|
|
128
136
|
export class InvalidAutomationExecutionParametersException extends __BaseException {
|
|
137
|
+
name = "InvalidAutomationExecutionParametersException";
|
|
138
|
+
$fault = "client";
|
|
139
|
+
Message;
|
|
129
140
|
constructor(opts) {
|
|
130
141
|
super({
|
|
131
142
|
name: "InvalidAutomationExecutionParametersException",
|
|
132
143
|
$fault: "client",
|
|
133
144
|
...opts,
|
|
134
145
|
});
|
|
135
|
-
this.name = "InvalidAutomationExecutionParametersException";
|
|
136
|
-
this.$fault = "client";
|
|
137
146
|
Object.setPrototypeOf(this, InvalidAutomationExecutionParametersException.prototype);
|
|
138
147
|
this.Message = opts.Message;
|
|
139
148
|
}
|
|
140
149
|
}
|
|
141
150
|
export class AutomationDefinitionNotApprovedException extends __BaseException {
|
|
151
|
+
name = "AutomationDefinitionNotApprovedException";
|
|
152
|
+
$fault = "client";
|
|
153
|
+
Message;
|
|
142
154
|
constructor(opts) {
|
|
143
155
|
super({
|
|
144
156
|
name: "AutomationDefinitionNotApprovedException",
|
|
145
157
|
$fault: "client",
|
|
146
158
|
...opts,
|
|
147
159
|
});
|
|
148
|
-
this.name = "AutomationDefinitionNotApprovedException";
|
|
149
|
-
this.$fault = "client";
|
|
150
160
|
Object.setPrototypeOf(this, AutomationDefinitionNotApprovedException.prototype);
|
|
151
161
|
this.Message = opts.Message;
|
|
152
162
|
}
|
|
@@ -160,41 +170,45 @@ export var ExecutionInputs;
|
|
|
160
170
|
};
|
|
161
171
|
})(ExecutionInputs || (ExecutionInputs = {}));
|
|
162
172
|
export class ValidationException extends __BaseException {
|
|
173
|
+
name = "ValidationException";
|
|
174
|
+
$fault = "client";
|
|
175
|
+
Message;
|
|
176
|
+
ReasonCode;
|
|
163
177
|
constructor(opts) {
|
|
164
178
|
super({
|
|
165
179
|
name: "ValidationException",
|
|
166
180
|
$fault: "client",
|
|
167
181
|
...opts,
|
|
168
182
|
});
|
|
169
|
-
this.name = "ValidationException";
|
|
170
|
-
this.$fault = "client";
|
|
171
183
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
172
184
|
this.Message = opts.Message;
|
|
173
185
|
this.ReasonCode = opts.ReasonCode;
|
|
174
186
|
}
|
|
175
187
|
}
|
|
176
188
|
export class TargetNotConnected extends __BaseException {
|
|
189
|
+
name = "TargetNotConnected";
|
|
190
|
+
$fault = "client";
|
|
191
|
+
Message;
|
|
177
192
|
constructor(opts) {
|
|
178
193
|
super({
|
|
179
194
|
name: "TargetNotConnected",
|
|
180
195
|
$fault: "client",
|
|
181
196
|
...opts,
|
|
182
197
|
});
|
|
183
|
-
this.name = "TargetNotConnected";
|
|
184
|
-
this.$fault = "client";
|
|
185
198
|
Object.setPrototypeOf(this, TargetNotConnected.prototype);
|
|
186
199
|
this.Message = opts.Message;
|
|
187
200
|
}
|
|
188
201
|
}
|
|
189
202
|
export class InvalidAutomationStatusUpdateException extends __BaseException {
|
|
203
|
+
name = "InvalidAutomationStatusUpdateException";
|
|
204
|
+
$fault = "client";
|
|
205
|
+
Message;
|
|
190
206
|
constructor(opts) {
|
|
191
207
|
super({
|
|
192
208
|
name: "InvalidAutomationStatusUpdateException",
|
|
193
209
|
$fault: "client",
|
|
194
210
|
...opts,
|
|
195
211
|
});
|
|
196
|
-
this.name = "InvalidAutomationStatusUpdateException";
|
|
197
|
-
this.$fault = "client";
|
|
198
212
|
Object.setPrototypeOf(this, InvalidAutomationStatusUpdateException.prototype);
|
|
199
213
|
this.Message = opts.Message;
|
|
200
214
|
}
|
|
@@ -204,78 +218,83 @@ export const StopType = {
|
|
|
204
218
|
COMPLETE: "Complete",
|
|
205
219
|
};
|
|
206
220
|
export class AssociationVersionLimitExceeded extends __BaseException {
|
|
221
|
+
name = "AssociationVersionLimitExceeded";
|
|
222
|
+
$fault = "client";
|
|
223
|
+
Message;
|
|
207
224
|
constructor(opts) {
|
|
208
225
|
super({
|
|
209
226
|
name: "AssociationVersionLimitExceeded",
|
|
210
227
|
$fault: "client",
|
|
211
228
|
...opts,
|
|
212
229
|
});
|
|
213
|
-
this.name = "AssociationVersionLimitExceeded";
|
|
214
|
-
this.$fault = "client";
|
|
215
230
|
Object.setPrototypeOf(this, AssociationVersionLimitExceeded.prototype);
|
|
216
231
|
this.Message = opts.Message;
|
|
217
232
|
}
|
|
218
233
|
}
|
|
219
234
|
export class InvalidUpdate extends __BaseException {
|
|
235
|
+
name = "InvalidUpdate";
|
|
236
|
+
$fault = "client";
|
|
237
|
+
Message;
|
|
220
238
|
constructor(opts) {
|
|
221
239
|
super({
|
|
222
240
|
name: "InvalidUpdate",
|
|
223
241
|
$fault: "client",
|
|
224
242
|
...opts,
|
|
225
243
|
});
|
|
226
|
-
this.name = "InvalidUpdate";
|
|
227
|
-
this.$fault = "client";
|
|
228
244
|
Object.setPrototypeOf(this, InvalidUpdate.prototype);
|
|
229
245
|
this.Message = opts.Message;
|
|
230
246
|
}
|
|
231
247
|
}
|
|
232
248
|
export class StatusUnchanged extends __BaseException {
|
|
249
|
+
name = "StatusUnchanged";
|
|
250
|
+
$fault = "client";
|
|
233
251
|
constructor(opts) {
|
|
234
252
|
super({
|
|
235
253
|
name: "StatusUnchanged",
|
|
236
254
|
$fault: "client",
|
|
237
255
|
...opts,
|
|
238
256
|
});
|
|
239
|
-
this.name = "StatusUnchanged";
|
|
240
|
-
this.$fault = "client";
|
|
241
257
|
Object.setPrototypeOf(this, StatusUnchanged.prototype);
|
|
242
258
|
}
|
|
243
259
|
}
|
|
244
260
|
export class DocumentVersionLimitExceeded extends __BaseException {
|
|
261
|
+
name = "DocumentVersionLimitExceeded";
|
|
262
|
+
$fault = "client";
|
|
263
|
+
Message;
|
|
245
264
|
constructor(opts) {
|
|
246
265
|
super({
|
|
247
266
|
name: "DocumentVersionLimitExceeded",
|
|
248
267
|
$fault: "client",
|
|
249
268
|
...opts,
|
|
250
269
|
});
|
|
251
|
-
this.name = "DocumentVersionLimitExceeded";
|
|
252
|
-
this.$fault = "client";
|
|
253
270
|
Object.setPrototypeOf(this, DocumentVersionLimitExceeded.prototype);
|
|
254
271
|
this.Message = opts.Message;
|
|
255
272
|
}
|
|
256
273
|
}
|
|
257
274
|
export class DuplicateDocumentContent extends __BaseException {
|
|
275
|
+
name = "DuplicateDocumentContent";
|
|
276
|
+
$fault = "client";
|
|
277
|
+
Message;
|
|
258
278
|
constructor(opts) {
|
|
259
279
|
super({
|
|
260
280
|
name: "DuplicateDocumentContent",
|
|
261
281
|
$fault: "client",
|
|
262
282
|
...opts,
|
|
263
283
|
});
|
|
264
|
-
this.name = "DuplicateDocumentContent";
|
|
265
|
-
this.$fault = "client";
|
|
266
284
|
Object.setPrototypeOf(this, DuplicateDocumentContent.prototype);
|
|
267
285
|
this.Message = opts.Message;
|
|
268
286
|
}
|
|
269
287
|
}
|
|
270
288
|
export class DuplicateDocumentVersionName extends __BaseException {
|
|
289
|
+
name = "DuplicateDocumentVersionName";
|
|
290
|
+
$fault = "client";
|
|
291
|
+
Message;
|
|
271
292
|
constructor(opts) {
|
|
272
293
|
super({
|
|
273
294
|
name: "DuplicateDocumentVersionName",
|
|
274
295
|
$fault: "client",
|
|
275
296
|
...opts,
|
|
276
297
|
});
|
|
277
|
-
this.name = "DuplicateDocumentVersionName";
|
|
278
|
-
this.$fault = "client";
|
|
279
298
|
Object.setPrototypeOf(this, DuplicateDocumentVersionName.prototype);
|
|
280
299
|
this.Message = opts.Message;
|
|
281
300
|
}
|
|
@@ -287,26 +306,27 @@ export const DocumentReviewAction = {
|
|
|
287
306
|
UpdateReview: "UpdateReview",
|
|
288
307
|
};
|
|
289
308
|
export class OpsMetadataKeyLimitExceededException extends __BaseException {
|
|
309
|
+
name = "OpsMetadataKeyLimitExceededException";
|
|
310
|
+
$fault = "client";
|
|
290
311
|
constructor(opts) {
|
|
291
312
|
super({
|
|
292
313
|
name: "OpsMetadataKeyLimitExceededException",
|
|
293
314
|
$fault: "client",
|
|
294
315
|
...opts,
|
|
295
316
|
});
|
|
296
|
-
this.name = "OpsMetadataKeyLimitExceededException";
|
|
297
|
-
this.$fault = "client";
|
|
298
317
|
Object.setPrototypeOf(this, OpsMetadataKeyLimitExceededException.prototype);
|
|
299
318
|
}
|
|
300
319
|
}
|
|
301
320
|
export class ResourceDataSyncConflictException extends __BaseException {
|
|
321
|
+
name = "ResourceDataSyncConflictException";
|
|
322
|
+
$fault = "client";
|
|
323
|
+
Message;
|
|
302
324
|
constructor(opts) {
|
|
303
325
|
super({
|
|
304
326
|
name: "ResourceDataSyncConflictException",
|
|
305
327
|
$fault: "client",
|
|
306
328
|
...opts,
|
|
307
329
|
});
|
|
308
|
-
this.name = "ResourceDataSyncConflictException";
|
|
309
|
-
this.$fault = "client";
|
|
310
330
|
Object.setPrototypeOf(this, ResourceDataSyncConflictException.prototype);
|
|
311
331
|
this.Message = opts.Message;
|
|
312
332
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
input: any
|
|
11
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
_: unknown
|
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
14
|
defaultUserAgentProvider: (
|
|
13
15
|
config?:
|
|
14
16
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
init?:
|
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
|
+
| undefined
|
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
17
|
+
>);
|
|
16
18
|
defaultUserAgentProvider: (
|
|
17
19
|
config?:
|
|
18
20
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
28
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
29
29
|
| undefined
|
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
31
|
-
credentialDefaultProvider:
|
|
32
|
-
input: any
|
|
33
|
-
|
|
31
|
+
credentialDefaultProvider:
|
|
32
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
33
|
+
| ((
|
|
34
|
+
_: unknown
|
|
35
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
34
36
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
35
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
36
38
|
logger: import("@smithy/types").Logger;
|
|
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
|
|
|
50
52
|
| import("@smithy/types").RetryStrategyV2
|
|
51
53
|
| undefined;
|
|
52
54
|
endpoint?:
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
| ((
|
|
56
|
+
| string
|
|
57
|
+
| import("@smithy/types").Endpoint
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
59
|
+
| import("@smithy/types").EndpointV2
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
61
|
+
) &
|
|
62
|
+
(
|
|
63
|
+
| string
|
|
64
|
+
| import("@smithy/types").Provider<string>
|
|
65
|
+
| import("@smithy/types").Endpoint
|
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
67
|
+
| import("@smithy/types").EndpointV2
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
69
|
+
))
|
|
58
70
|
| undefined;
|
|
59
71
|
endpointProvider: (
|
|
60
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
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.723.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ssm",
|
|
@@ -20,59 +20,59 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
61
|
-
"@smithy/util-waiter": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
|
+
"@smithy/util-waiter": "^4.0.0",
|
|
62
62
|
"@types/uuid": "^9.0.1",
|
|
63
63
|
"tslib": "^2.6.2",
|
|
64
64
|
"uuid": "^9.0.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@tsconfig/
|
|
68
|
-
"@types/node": "^
|
|
67
|
+
"@tsconfig/node18": "18.2.4",
|
|
68
|
+
"@types/node": "^18.19.69",
|
|
69
69
|
"concurrently": "7.0.0",
|
|
70
70
|
"downlevel-dts": "0.10.1",
|
|
71
71
|
"rimraf": "3.0.2",
|
|
72
|
-
"typescript": "~
|
|
72
|
+
"typescript": "~5.2.2"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|
|
75
|
-
"node": ">=
|
|
75
|
+
"node": ">=18.0.0"
|
|
76
76
|
},
|
|
77
77
|
"typesVersions": {
|
|
78
78
|
"<4.0": {
|