@aws-sdk/client-ram 3.721.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 +321 -252
- package/dist-es/RAMClient.js +1 -0
- package/dist-es/models/models_0.js +56 -56
- 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 +43 -43
package/dist-es/RAMClient.js
CHANGED
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class RAMClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -17,182 +17,182 @@ export const ResourceShareInvitationStatus = {
|
|
|
17
17
|
REJECTED: "REJECTED",
|
|
18
18
|
};
|
|
19
19
|
export class IdempotentParameterMismatchException extends __BaseException {
|
|
20
|
+
name = "IdempotentParameterMismatchException";
|
|
21
|
+
$fault = "client";
|
|
20
22
|
constructor(opts) {
|
|
21
23
|
super({
|
|
22
24
|
name: "IdempotentParameterMismatchException",
|
|
23
25
|
$fault: "client",
|
|
24
26
|
...opts,
|
|
25
27
|
});
|
|
26
|
-
this.name = "IdempotentParameterMismatchException";
|
|
27
|
-
this.$fault = "client";
|
|
28
28
|
Object.setPrototypeOf(this, IdempotentParameterMismatchException.prototype);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
export class InvalidClientTokenException extends __BaseException {
|
|
32
|
+
name = "InvalidClientTokenException";
|
|
33
|
+
$fault = "client";
|
|
32
34
|
constructor(opts) {
|
|
33
35
|
super({
|
|
34
36
|
name: "InvalidClientTokenException",
|
|
35
37
|
$fault: "client",
|
|
36
38
|
...opts,
|
|
37
39
|
});
|
|
38
|
-
this.name = "InvalidClientTokenException";
|
|
39
|
-
this.$fault = "client";
|
|
40
40
|
Object.setPrototypeOf(this, InvalidClientTokenException.prototype);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
export class MalformedArnException extends __BaseException {
|
|
44
|
+
name = "MalformedArnException";
|
|
45
|
+
$fault = "client";
|
|
44
46
|
constructor(opts) {
|
|
45
47
|
super({
|
|
46
48
|
name: "MalformedArnException",
|
|
47
49
|
$fault: "client",
|
|
48
50
|
...opts,
|
|
49
51
|
});
|
|
50
|
-
this.name = "MalformedArnException";
|
|
51
|
-
this.$fault = "client";
|
|
52
52
|
Object.setPrototypeOf(this, MalformedArnException.prototype);
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
export class OperationNotPermittedException extends __BaseException {
|
|
56
|
+
name = "OperationNotPermittedException";
|
|
57
|
+
$fault = "client";
|
|
56
58
|
constructor(opts) {
|
|
57
59
|
super({
|
|
58
60
|
name: "OperationNotPermittedException",
|
|
59
61
|
$fault: "client",
|
|
60
62
|
...opts,
|
|
61
63
|
});
|
|
62
|
-
this.name = "OperationNotPermittedException";
|
|
63
|
-
this.$fault = "client";
|
|
64
64
|
Object.setPrototypeOf(this, OperationNotPermittedException.prototype);
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
export class ResourceShareInvitationAlreadyAcceptedException extends __BaseException {
|
|
68
|
+
name = "ResourceShareInvitationAlreadyAcceptedException";
|
|
69
|
+
$fault = "client";
|
|
68
70
|
constructor(opts) {
|
|
69
71
|
super({
|
|
70
72
|
name: "ResourceShareInvitationAlreadyAcceptedException",
|
|
71
73
|
$fault: "client",
|
|
72
74
|
...opts,
|
|
73
75
|
});
|
|
74
|
-
this.name = "ResourceShareInvitationAlreadyAcceptedException";
|
|
75
|
-
this.$fault = "client";
|
|
76
76
|
Object.setPrototypeOf(this, ResourceShareInvitationAlreadyAcceptedException.prototype);
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
export class ResourceShareInvitationAlreadyRejectedException extends __BaseException {
|
|
80
|
+
name = "ResourceShareInvitationAlreadyRejectedException";
|
|
81
|
+
$fault = "client";
|
|
80
82
|
constructor(opts) {
|
|
81
83
|
super({
|
|
82
84
|
name: "ResourceShareInvitationAlreadyRejectedException",
|
|
83
85
|
$fault: "client",
|
|
84
86
|
...opts,
|
|
85
87
|
});
|
|
86
|
-
this.name = "ResourceShareInvitationAlreadyRejectedException";
|
|
87
|
-
this.$fault = "client";
|
|
88
88
|
Object.setPrototypeOf(this, ResourceShareInvitationAlreadyRejectedException.prototype);
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
export class ResourceShareInvitationArnNotFoundException extends __BaseException {
|
|
92
|
+
name = "ResourceShareInvitationArnNotFoundException";
|
|
93
|
+
$fault = "client";
|
|
92
94
|
constructor(opts) {
|
|
93
95
|
super({
|
|
94
96
|
name: "ResourceShareInvitationArnNotFoundException",
|
|
95
97
|
$fault: "client",
|
|
96
98
|
...opts,
|
|
97
99
|
});
|
|
98
|
-
this.name = "ResourceShareInvitationArnNotFoundException";
|
|
99
|
-
this.$fault = "client";
|
|
100
100
|
Object.setPrototypeOf(this, ResourceShareInvitationArnNotFoundException.prototype);
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
export class ResourceShareInvitationExpiredException extends __BaseException {
|
|
104
|
+
name = "ResourceShareInvitationExpiredException";
|
|
105
|
+
$fault = "client";
|
|
104
106
|
constructor(opts) {
|
|
105
107
|
super({
|
|
106
108
|
name: "ResourceShareInvitationExpiredException",
|
|
107
109
|
$fault: "client",
|
|
108
110
|
...opts,
|
|
109
111
|
});
|
|
110
|
-
this.name = "ResourceShareInvitationExpiredException";
|
|
111
|
-
this.$fault = "client";
|
|
112
112
|
Object.setPrototypeOf(this, ResourceShareInvitationExpiredException.prototype);
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
export class ServerInternalException extends __BaseException {
|
|
116
|
+
name = "ServerInternalException";
|
|
117
|
+
$fault = "server";
|
|
116
118
|
constructor(opts) {
|
|
117
119
|
super({
|
|
118
120
|
name: "ServerInternalException",
|
|
119
121
|
$fault: "server",
|
|
120
122
|
...opts,
|
|
121
123
|
});
|
|
122
|
-
this.name = "ServerInternalException";
|
|
123
|
-
this.$fault = "server";
|
|
124
124
|
Object.setPrototypeOf(this, ServerInternalException.prototype);
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
export class ServiceUnavailableException extends __BaseException {
|
|
128
|
+
name = "ServiceUnavailableException";
|
|
129
|
+
$fault = "server";
|
|
128
130
|
constructor(opts) {
|
|
129
131
|
super({
|
|
130
132
|
name: "ServiceUnavailableException",
|
|
131
133
|
$fault: "server",
|
|
132
134
|
...opts,
|
|
133
135
|
});
|
|
134
|
-
this.name = "ServiceUnavailableException";
|
|
135
|
-
this.$fault = "server";
|
|
136
136
|
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
export class InvalidParameterException extends __BaseException {
|
|
140
|
+
name = "InvalidParameterException";
|
|
141
|
+
$fault = "client";
|
|
140
142
|
constructor(opts) {
|
|
141
143
|
super({
|
|
142
144
|
name: "InvalidParameterException",
|
|
143
145
|
$fault: "client",
|
|
144
146
|
...opts,
|
|
145
147
|
});
|
|
146
|
-
this.name = "InvalidParameterException";
|
|
147
|
-
this.$fault = "client";
|
|
148
148
|
Object.setPrototypeOf(this, InvalidParameterException.prototype);
|
|
149
149
|
}
|
|
150
150
|
}
|
|
151
151
|
export class InvalidStateTransitionException extends __BaseException {
|
|
152
|
+
name = "InvalidStateTransitionException";
|
|
153
|
+
$fault = "client";
|
|
152
154
|
constructor(opts) {
|
|
153
155
|
super({
|
|
154
156
|
name: "InvalidStateTransitionException",
|
|
155
157
|
$fault: "client",
|
|
156
158
|
...opts,
|
|
157
159
|
});
|
|
158
|
-
this.name = "InvalidStateTransitionException";
|
|
159
|
-
this.$fault = "client";
|
|
160
160
|
Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);
|
|
161
161
|
}
|
|
162
162
|
}
|
|
163
163
|
export class ResourceShareLimitExceededException extends __BaseException {
|
|
164
|
+
name = "ResourceShareLimitExceededException";
|
|
165
|
+
$fault = "client";
|
|
164
166
|
constructor(opts) {
|
|
165
167
|
super({
|
|
166
168
|
name: "ResourceShareLimitExceededException",
|
|
167
169
|
$fault: "client",
|
|
168
170
|
...opts,
|
|
169
171
|
});
|
|
170
|
-
this.name = "ResourceShareLimitExceededException";
|
|
171
|
-
this.$fault = "client";
|
|
172
172
|
Object.setPrototypeOf(this, ResourceShareLimitExceededException.prototype);
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
export class ThrottlingException extends __BaseException {
|
|
176
|
+
name = "ThrottlingException";
|
|
177
|
+
$fault = "client";
|
|
176
178
|
constructor(opts) {
|
|
177
179
|
super({
|
|
178
180
|
name: "ThrottlingException",
|
|
179
181
|
$fault: "client",
|
|
180
182
|
...opts,
|
|
181
183
|
});
|
|
182
|
-
this.name = "ThrottlingException";
|
|
183
|
-
this.$fault = "client";
|
|
184
184
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
185
185
|
}
|
|
186
186
|
}
|
|
187
187
|
export class UnknownResourceException extends __BaseException {
|
|
188
|
+
name = "UnknownResourceException";
|
|
189
|
+
$fault = "client";
|
|
188
190
|
constructor(opts) {
|
|
189
191
|
super({
|
|
190
192
|
name: "UnknownResourceException",
|
|
191
193
|
$fault: "client",
|
|
192
194
|
...opts,
|
|
193
195
|
});
|
|
194
|
-
this.name = "UnknownResourceException";
|
|
195
|
-
this.$fault = "client";
|
|
196
196
|
Object.setPrototypeOf(this, UnknownResourceException.prototype);
|
|
197
197
|
}
|
|
198
198
|
}
|
|
@@ -206,50 +206,50 @@ export const PermissionType = {
|
|
|
206
206
|
CUSTOMER_MANAGED: "CUSTOMER_MANAGED",
|
|
207
207
|
};
|
|
208
208
|
export class InvalidPolicyException extends __BaseException {
|
|
209
|
+
name = "InvalidPolicyException";
|
|
210
|
+
$fault = "client";
|
|
209
211
|
constructor(opts) {
|
|
210
212
|
super({
|
|
211
213
|
name: "InvalidPolicyException",
|
|
212
214
|
$fault: "client",
|
|
213
215
|
...opts,
|
|
214
216
|
});
|
|
215
|
-
this.name = "InvalidPolicyException";
|
|
216
|
-
this.$fault = "client";
|
|
217
217
|
Object.setPrototypeOf(this, InvalidPolicyException.prototype);
|
|
218
218
|
}
|
|
219
219
|
}
|
|
220
220
|
export class MalformedPolicyTemplateException extends __BaseException {
|
|
221
|
+
name = "MalformedPolicyTemplateException";
|
|
222
|
+
$fault = "client";
|
|
221
223
|
constructor(opts) {
|
|
222
224
|
super({
|
|
223
225
|
name: "MalformedPolicyTemplateException",
|
|
224
226
|
$fault: "client",
|
|
225
227
|
...opts,
|
|
226
228
|
});
|
|
227
|
-
this.name = "MalformedPolicyTemplateException";
|
|
228
|
-
this.$fault = "client";
|
|
229
229
|
Object.setPrototypeOf(this, MalformedPolicyTemplateException.prototype);
|
|
230
230
|
}
|
|
231
231
|
}
|
|
232
232
|
export class PermissionAlreadyExistsException extends __BaseException {
|
|
233
|
+
name = "PermissionAlreadyExistsException";
|
|
234
|
+
$fault = "client";
|
|
233
235
|
constructor(opts) {
|
|
234
236
|
super({
|
|
235
237
|
name: "PermissionAlreadyExistsException",
|
|
236
238
|
$fault: "client",
|
|
237
239
|
...opts,
|
|
238
240
|
});
|
|
239
|
-
this.name = "PermissionAlreadyExistsException";
|
|
240
|
-
this.$fault = "client";
|
|
241
241
|
Object.setPrototypeOf(this, PermissionAlreadyExistsException.prototype);
|
|
242
242
|
}
|
|
243
243
|
}
|
|
244
244
|
export class PermissionLimitExceededException extends __BaseException {
|
|
245
|
+
name = "PermissionLimitExceededException";
|
|
246
|
+
$fault = "client";
|
|
245
247
|
constructor(opts) {
|
|
246
248
|
super({
|
|
247
249
|
name: "PermissionLimitExceededException",
|
|
248
250
|
$fault: "client",
|
|
249
251
|
...opts,
|
|
250
252
|
});
|
|
251
|
-
this.name = "PermissionLimitExceededException";
|
|
252
|
-
this.$fault = "client";
|
|
253
253
|
Object.setPrototypeOf(this, PermissionLimitExceededException.prototype);
|
|
254
254
|
}
|
|
255
255
|
}
|
|
@@ -260,14 +260,14 @@ export const PermissionStatus = {
|
|
|
260
260
|
UNATTACHABLE: "UNATTACHABLE",
|
|
261
261
|
};
|
|
262
262
|
export class PermissionVersionsLimitExceededException extends __BaseException {
|
|
263
|
+
name = "PermissionVersionsLimitExceededException";
|
|
264
|
+
$fault = "client";
|
|
263
265
|
constructor(opts) {
|
|
264
266
|
super({
|
|
265
267
|
name: "PermissionVersionsLimitExceededException",
|
|
266
268
|
$fault: "client",
|
|
267
269
|
...opts,
|
|
268
270
|
});
|
|
269
|
-
this.name = "PermissionVersionsLimitExceededException";
|
|
270
|
-
this.$fault = "client";
|
|
271
271
|
Object.setPrototypeOf(this, PermissionVersionsLimitExceededException.prototype);
|
|
272
272
|
}
|
|
273
273
|
}
|
|
@@ -284,62 +284,62 @@ export const ResourceShareStatus = {
|
|
|
284
284
|
PENDING: "PENDING",
|
|
285
285
|
};
|
|
286
286
|
export class TagLimitExceededException extends __BaseException {
|
|
287
|
+
name = "TagLimitExceededException";
|
|
288
|
+
$fault = "client";
|
|
287
289
|
constructor(opts) {
|
|
288
290
|
super({
|
|
289
291
|
name: "TagLimitExceededException",
|
|
290
292
|
$fault: "client",
|
|
291
293
|
...opts,
|
|
292
294
|
});
|
|
293
|
-
this.name = "TagLimitExceededException";
|
|
294
|
-
this.$fault = "client";
|
|
295
295
|
Object.setPrototypeOf(this, TagLimitExceededException.prototype);
|
|
296
296
|
}
|
|
297
297
|
}
|
|
298
298
|
export class TagPolicyViolationException extends __BaseException {
|
|
299
|
+
name = "TagPolicyViolationException";
|
|
300
|
+
$fault = "client";
|
|
299
301
|
constructor(opts) {
|
|
300
302
|
super({
|
|
301
303
|
name: "TagPolicyViolationException",
|
|
302
304
|
$fault: "client",
|
|
303
305
|
...opts,
|
|
304
306
|
});
|
|
305
|
-
this.name = "TagPolicyViolationException";
|
|
306
|
-
this.$fault = "client";
|
|
307
307
|
Object.setPrototypeOf(this, TagPolicyViolationException.prototype);
|
|
308
308
|
}
|
|
309
309
|
}
|
|
310
310
|
export class InvalidNextTokenException extends __BaseException {
|
|
311
|
+
name = "InvalidNextTokenException";
|
|
312
|
+
$fault = "client";
|
|
311
313
|
constructor(opts) {
|
|
312
314
|
super({
|
|
313
315
|
name: "InvalidNextTokenException",
|
|
314
316
|
$fault: "client",
|
|
315
317
|
...opts,
|
|
316
318
|
});
|
|
317
|
-
this.name = "InvalidNextTokenException";
|
|
318
|
-
this.$fault = "client";
|
|
319
319
|
Object.setPrototypeOf(this, InvalidNextTokenException.prototype);
|
|
320
320
|
}
|
|
321
321
|
}
|
|
322
322
|
export class ResourceArnNotFoundException extends __BaseException {
|
|
323
|
+
name = "ResourceArnNotFoundException";
|
|
324
|
+
$fault = "client";
|
|
323
325
|
constructor(opts) {
|
|
324
326
|
super({
|
|
325
327
|
name: "ResourceArnNotFoundException",
|
|
326
328
|
$fault: "client",
|
|
327
329
|
...opts,
|
|
328
330
|
});
|
|
329
|
-
this.name = "ResourceArnNotFoundException";
|
|
330
|
-
this.$fault = "client";
|
|
331
331
|
Object.setPrototypeOf(this, ResourceArnNotFoundException.prototype);
|
|
332
332
|
}
|
|
333
333
|
}
|
|
334
334
|
export class InvalidMaxResultsException extends __BaseException {
|
|
335
|
+
name = "InvalidMaxResultsException";
|
|
336
|
+
$fault = "client";
|
|
335
337
|
constructor(opts) {
|
|
336
338
|
super({
|
|
337
339
|
name: "InvalidMaxResultsException",
|
|
338
340
|
$fault: "client",
|
|
339
341
|
...opts,
|
|
340
342
|
});
|
|
341
|
-
this.name = "InvalidMaxResultsException";
|
|
342
|
-
this.$fault = "client";
|
|
343
343
|
Object.setPrototypeOf(this, InvalidMaxResultsException.prototype);
|
|
344
344
|
}
|
|
345
345
|
}
|
|
@@ -364,14 +364,14 @@ export const ResourceStatus = {
|
|
|
364
364
|
ZONAL_RESOURCE_INACCESSIBLE: "ZONAL_RESOURCE_INACCESSIBLE",
|
|
365
365
|
};
|
|
366
366
|
export class MissingRequiredParameterException extends __BaseException {
|
|
367
|
+
name = "MissingRequiredParameterException";
|
|
368
|
+
$fault = "client";
|
|
367
369
|
constructor(opts) {
|
|
368
370
|
super({
|
|
369
371
|
name: "MissingRequiredParameterException",
|
|
370
372
|
$fault: "client",
|
|
371
373
|
...opts,
|
|
372
374
|
});
|
|
373
|
-
this.name = "MissingRequiredParameterException";
|
|
374
|
-
this.$fault = "client";
|
|
375
375
|
Object.setPrototypeOf(this, MissingRequiredParameterException.prototype);
|
|
376
376
|
}
|
|
377
377
|
}
|
|
@@ -386,26 +386,26 @@ export const ReplacePermissionAssociationsWorkStatus = {
|
|
|
386
386
|
IN_PROGRESS: "IN_PROGRESS",
|
|
387
387
|
};
|
|
388
388
|
export class InvalidResourceTypeException extends __BaseException {
|
|
389
|
+
name = "InvalidResourceTypeException";
|
|
390
|
+
$fault = "client";
|
|
389
391
|
constructor(opts) {
|
|
390
392
|
super({
|
|
391
393
|
name: "InvalidResourceTypeException",
|
|
392
394
|
$fault: "client",
|
|
393
395
|
...opts,
|
|
394
396
|
});
|
|
395
|
-
this.name = "InvalidResourceTypeException";
|
|
396
|
-
this.$fault = "client";
|
|
397
397
|
Object.setPrototypeOf(this, InvalidResourceTypeException.prototype);
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
400
|
export class UnmatchedPolicyPermissionException extends __BaseException {
|
|
401
|
+
name = "UnmatchedPolicyPermissionException";
|
|
402
|
+
$fault = "client";
|
|
401
403
|
constructor(opts) {
|
|
402
404
|
super({
|
|
403
405
|
name: "UnmatchedPolicyPermissionException",
|
|
404
406
|
$fault: "client",
|
|
405
407
|
...opts,
|
|
406
408
|
});
|
|
407
|
-
this.name = "UnmatchedPolicyPermissionException";
|
|
408
|
-
this.$fault = "client";
|
|
409
409
|
Object.setPrototypeOf(this, UnmatchedPolicyPermissionException.prototype);
|
|
410
410
|
}
|
|
411
411
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: RAMClientConfig) => {
|
|
|
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: RAMClientConfig) => {
|
|
|
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: RAMClientConfig) => {
|
|
|
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: RAMClientConfig) => {
|
|
|
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: RAMClientConfig) => {
|
|
|
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: RAMClientConfig) => {
|
|
|
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: RAMClientConfig) => {
|
|
|
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: RAMClientConfig) => {
|
|
|
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-ram",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ram 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-ram",
|
|
@@ -20,56 +20,56 @@
|
|
|
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": "^
|
|
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
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@tsconfig/
|
|
65
|
-
"@types/node": "^
|
|
64
|
+
"@tsconfig/node18": "18.2.4",
|
|
65
|
+
"@types/node": "^18.19.69",
|
|
66
66
|
"concurrently": "7.0.0",
|
|
67
67
|
"downlevel-dts": "0.10.1",
|
|
68
68
|
"rimraf": "3.0.2",
|
|
69
|
-
"typescript": "~
|
|
69
|
+
"typescript": "~5.2.2"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
|
-
"node": ">=
|
|
72
|
+
"node": ">=18.0.0"
|
|
73
73
|
},
|
|
74
74
|
"typesVersions": {
|
|
75
75
|
"<4.0": {
|