@aws-sdk/client-amp 3.130.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/CreateAlertManagerDefinitionCommand.js +2 -2
  4. package/dist-cjs/commands/CreateRuleGroupsNamespaceCommand.js +2 -2
  5. package/dist-cjs/commands/CreateWorkspaceCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteAlertManagerDefinitionCommand.js +1 -1
  7. package/dist-cjs/commands/DeleteRuleGroupsNamespaceCommand.js +1 -1
  8. package/dist-cjs/commands/DeleteWorkspaceCommand.js +1 -1
  9. package/dist-cjs/commands/DescribeAlertManagerDefinitionCommand.js +2 -2
  10. package/dist-cjs/commands/DescribeRuleGroupsNamespaceCommand.js +2 -2
  11. package/dist-cjs/commands/DescribeWorkspaceCommand.js +2 -2
  12. package/dist-cjs/commands/ListRuleGroupsNamespacesCommand.js +2 -2
  13. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  14. package/dist-cjs/commands/ListWorkspacesCommand.js +2 -2
  15. package/dist-cjs/commands/PutAlertManagerDefinitionCommand.js +2 -2
  16. package/dist-cjs/commands/PutRuleGroupsNamespaceCommand.js +2 -2
  17. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  18. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  19. package/dist-cjs/commands/UpdateWorkspaceAliasCommand.js +1 -1
  20. package/dist-cjs/models/models_0.js +157 -235
  21. package/dist-es/commands/CreateAlertManagerDefinitionCommand.js +3 -3
  22. package/dist-es/commands/CreateRuleGroupsNamespaceCommand.js +3 -3
  23. package/dist-es/commands/CreateWorkspaceCommand.js +3 -3
  24. package/dist-es/commands/DeleteAlertManagerDefinitionCommand.js +2 -2
  25. package/dist-es/commands/DeleteRuleGroupsNamespaceCommand.js +2 -2
  26. package/dist-es/commands/DeleteWorkspaceCommand.js +2 -2
  27. package/dist-es/commands/DescribeAlertManagerDefinitionCommand.js +3 -3
  28. package/dist-es/commands/DescribeRuleGroupsNamespaceCommand.js +3 -3
  29. package/dist-es/commands/DescribeWorkspaceCommand.js +3 -3
  30. package/dist-es/commands/ListRuleGroupsNamespacesCommand.js +3 -3
  31. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  32. package/dist-es/commands/ListWorkspacesCommand.js +3 -3
  33. package/dist-es/commands/PutAlertManagerDefinitionCommand.js +3 -3
  34. package/dist-es/commands/PutRuleGroupsNamespaceCommand.js +3 -3
  35. package/dist-es/commands/TagResourceCommand.js +3 -3
  36. package/dist-es/commands/UntagResourceCommand.js +3 -3
  37. package/dist-es/commands/UpdateWorkspaceAliasCommand.js +2 -2
  38. package/dist-es/models/models_0.js +39 -156
  39. package/dist-types/models/models_0.d.ts +156 -234
  40. package/dist-types/ts3.4/models/models_0.d.ts +78 -156
  41. package/package.json +7 -7
@@ -27,10 +27,6 @@ export interface CreateAlertManagerDefinitionRequest {
27
27
 
28
28
  clientToken?: string;
29
29
  }
30
- export declare namespace CreateAlertManagerDefinitionRequest {
31
-
32
- const filterSensitiveLog: (obj: CreateAlertManagerDefinitionRequest) => any;
33
- }
34
30
  export declare enum AlertManagerDefinitionStatusCode {
35
31
 
36
32
  ACTIVE = "ACTIVE",
@@ -52,19 +48,11 @@ export interface AlertManagerDefinitionStatus {
52
48
 
53
49
  statusReason?: string;
54
50
  }
55
- export declare namespace AlertManagerDefinitionStatus {
56
-
57
- const filterSensitiveLog: (obj: AlertManagerDefinitionStatus) => any;
58
- }
59
51
 
60
52
  export interface CreateAlertManagerDefinitionResponse {
61
53
 
62
54
  status: AlertManagerDefinitionStatus | undefined;
63
55
  }
64
- export declare namespace CreateAlertManagerDefinitionResponse {
65
-
66
- const filterSensitiveLog: (obj: CreateAlertManagerDefinitionResponse) => any;
67
- }
68
56
 
69
57
  export declare class InternalServerException extends __BaseException {
70
58
  readonly name: "InternalServerException";
@@ -122,10 +110,6 @@ export interface ValidationExceptionField {
122
110
 
123
111
  message: string | undefined;
124
112
  }
125
- export declare namespace ValidationExceptionField {
126
-
127
- const filterSensitiveLog: (obj: ValidationExceptionField) => any;
128
- }
129
113
  export declare enum ValidationExceptionReason {
130
114
  CANNOT_PARSE = "CANNOT_PARSE",
131
115
  FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
@@ -150,19 +134,11 @@ export interface DeleteAlertManagerDefinitionRequest {
150
134
 
151
135
  clientToken?: string;
152
136
  }
153
- export declare namespace DeleteAlertManagerDefinitionRequest {
154
-
155
- const filterSensitiveLog: (obj: DeleteAlertManagerDefinitionRequest) => any;
156
- }
157
137
 
158
138
  export interface DescribeAlertManagerDefinitionRequest {
159
139
 
160
140
  workspaceId: string | undefined;
161
141
  }
162
- export declare namespace DescribeAlertManagerDefinitionRequest {
163
-
164
- const filterSensitiveLog: (obj: DescribeAlertManagerDefinitionRequest) => any;
165
- }
166
142
 
167
143
  export interface AlertManagerDefinitionDescription {
168
144
 
@@ -174,19 +150,11 @@ export interface AlertManagerDefinitionDescription {
174
150
 
175
151
  modifiedAt: Date | undefined;
176
152
  }
177
- export declare namespace AlertManagerDefinitionDescription {
178
-
179
- const filterSensitiveLog: (obj: AlertManagerDefinitionDescription) => any;
180
- }
181
153
 
182
154
  export interface DescribeAlertManagerDefinitionResponse {
183
155
 
184
156
  alertManagerDefinition: AlertManagerDefinitionDescription | undefined;
185
157
  }
186
- export declare namespace DescribeAlertManagerDefinitionResponse {
187
-
188
- const filterSensitiveLog: (obj: DescribeAlertManagerDefinitionResponse) => any;
189
- }
190
158
 
191
159
  export interface PutAlertManagerDefinitionRequest {
192
160
 
@@ -196,67 +164,35 @@ export interface PutAlertManagerDefinitionRequest {
196
164
 
197
165
  clientToken?: string;
198
166
  }
199
- export declare namespace PutAlertManagerDefinitionRequest {
200
-
201
- const filterSensitiveLog: (obj: PutAlertManagerDefinitionRequest) => any;
202
- }
203
167
 
204
168
  export interface PutAlertManagerDefinitionResponse {
205
169
 
206
170
  status: AlertManagerDefinitionStatus | undefined;
207
171
  }
208
- export declare namespace PutAlertManagerDefinitionResponse {
209
-
210
- const filterSensitiveLog: (obj: PutAlertManagerDefinitionResponse) => any;
211
- }
212
172
  export interface ListTagsForResourceRequest {
213
173
 
214
174
  resourceArn: string | undefined;
215
175
  }
216
- export declare namespace ListTagsForResourceRequest {
217
-
218
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
219
- }
220
176
  export interface ListTagsForResourceResponse {
221
177
 
222
178
  tags?: Record<string, string>;
223
179
  }
224
- export declare namespace ListTagsForResourceResponse {
225
-
226
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
227
- }
228
180
  export interface TagResourceRequest {
229
181
 
230
182
  resourceArn: string | undefined;
231
183
 
232
184
  tags: Record<string, string> | undefined;
233
185
  }
234
- export declare namespace TagResourceRequest {
235
-
236
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
237
- }
238
186
  export interface TagResourceResponse {
239
187
  }
240
- export declare namespace TagResourceResponse {
241
-
242
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
243
- }
244
188
  export interface UntagResourceRequest {
245
189
 
246
190
  resourceArn: string | undefined;
247
191
 
248
192
  tagKeys: string[] | undefined;
249
193
  }
250
- export declare namespace UntagResourceRequest {
251
-
252
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
253
- }
254
194
  export interface UntagResourceResponse {
255
195
  }
256
- export declare namespace UntagResourceResponse {
257
-
258
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
259
- }
260
196
 
261
197
  export interface CreateWorkspaceRequest {
262
198
 
@@ -266,10 +202,6 @@ export interface CreateWorkspaceRequest {
266
202
 
267
203
  tags?: Record<string, string>;
268
204
  }
269
- export declare namespace CreateWorkspaceRequest {
270
-
271
- const filterSensitiveLog: (obj: CreateWorkspaceRequest) => any;
272
- }
273
205
  export declare enum WorkspaceStatusCode {
274
206
 
275
207
  ACTIVE = "ACTIVE",
@@ -287,10 +219,6 @@ export interface WorkspaceStatus {
287
219
 
288
220
  statusCode: WorkspaceStatusCode | string | undefined;
289
221
  }
290
- export declare namespace WorkspaceStatus {
291
-
292
- const filterSensitiveLog: (obj: WorkspaceStatus) => any;
293
- }
294
222
 
295
223
  export interface CreateWorkspaceResponse {
296
224
 
@@ -302,10 +230,6 @@ export interface CreateWorkspaceResponse {
302
230
 
303
231
  tags?: Record<string, string>;
304
232
  }
305
- export declare namespace CreateWorkspaceResponse {
306
-
307
- const filterSensitiveLog: (obj: CreateWorkspaceResponse) => any;
308
- }
309
233
 
310
234
  export interface DeleteWorkspaceRequest {
311
235
 
@@ -313,19 +237,11 @@ export interface DeleteWorkspaceRequest {
313
237
 
314
238
  clientToken?: string;
315
239
  }
316
- export declare namespace DeleteWorkspaceRequest {
317
-
318
- const filterSensitiveLog: (obj: DeleteWorkspaceRequest) => any;
319
- }
320
240
 
321
241
  export interface DescribeWorkspaceRequest {
322
242
 
323
243
  workspaceId: string | undefined;
324
244
  }
325
- export declare namespace DescribeWorkspaceRequest {
326
-
327
- const filterSensitiveLog: (obj: DescribeWorkspaceRequest) => any;
328
- }
329
245
 
330
246
  export interface WorkspaceDescription {
331
247
 
@@ -343,19 +259,11 @@ export interface WorkspaceDescription {
343
259
 
344
260
  tags?: Record<string, string>;
345
261
  }
346
- export declare namespace WorkspaceDescription {
347
-
348
- const filterSensitiveLog: (obj: WorkspaceDescription) => any;
349
- }
350
262
 
351
263
  export interface DescribeWorkspaceResponse {
352
264
 
353
265
  workspace: WorkspaceDescription | undefined;
354
266
  }
355
- export declare namespace DescribeWorkspaceResponse {
356
-
357
- const filterSensitiveLog: (obj: DescribeWorkspaceResponse) => any;
358
- }
359
267
 
360
268
  export interface ListWorkspacesRequest {
361
269
 
@@ -365,10 +273,6 @@ export interface ListWorkspacesRequest {
365
273
 
366
274
  maxResults?: number;
367
275
  }
368
- export declare namespace ListWorkspacesRequest {
369
-
370
- const filterSensitiveLog: (obj: ListWorkspacesRequest) => any;
371
- }
372
276
 
373
277
  export interface WorkspaceSummary {
374
278
 
@@ -384,10 +288,6 @@ export interface WorkspaceSummary {
384
288
 
385
289
  tags?: Record<string, string>;
386
290
  }
387
- export declare namespace WorkspaceSummary {
388
-
389
- const filterSensitiveLog: (obj: WorkspaceSummary) => any;
390
- }
391
291
 
392
292
  export interface ListWorkspacesResponse {
393
293
 
@@ -395,10 +295,6 @@ export interface ListWorkspacesResponse {
395
295
 
396
296
  nextToken?: string;
397
297
  }
398
- export declare namespace ListWorkspacesResponse {
399
-
400
- const filterSensitiveLog: (obj: ListWorkspacesResponse) => any;
401
- }
402
298
 
403
299
  export interface CreateRuleGroupsNamespaceRequest {
404
300
 
@@ -412,10 +308,6 @@ export interface CreateRuleGroupsNamespaceRequest {
412
308
 
413
309
  tags?: Record<string, string>;
414
310
  }
415
- export declare namespace CreateRuleGroupsNamespaceRequest {
416
-
417
- const filterSensitiveLog: (obj: CreateRuleGroupsNamespaceRequest) => any;
418
- }
419
311
  export declare enum RuleGroupsNamespaceStatusCode {
420
312
 
421
313
  ACTIVE = "ACTIVE",
@@ -437,10 +329,6 @@ export interface RuleGroupsNamespaceStatus {
437
329
 
438
330
  statusReason?: string;
439
331
  }
440
- export declare namespace RuleGroupsNamespaceStatus {
441
-
442
- const filterSensitiveLog: (obj: RuleGroupsNamespaceStatus) => any;
443
- }
444
332
 
445
333
  export interface CreateRuleGroupsNamespaceResponse {
446
334
 
@@ -452,10 +340,6 @@ export interface CreateRuleGroupsNamespaceResponse {
452
340
 
453
341
  tags?: Record<string, string>;
454
342
  }
455
- export declare namespace CreateRuleGroupsNamespaceResponse {
456
-
457
- const filterSensitiveLog: (obj: CreateRuleGroupsNamespaceResponse) => any;
458
- }
459
343
 
460
344
  export interface DeleteRuleGroupsNamespaceRequest {
461
345
 
@@ -465,10 +349,6 @@ export interface DeleteRuleGroupsNamespaceRequest {
465
349
 
466
350
  clientToken?: string;
467
351
  }
468
- export declare namespace DeleteRuleGroupsNamespaceRequest {
469
-
470
- const filterSensitiveLog: (obj: DeleteRuleGroupsNamespaceRequest) => any;
471
- }
472
352
 
473
353
  export interface DescribeRuleGroupsNamespaceRequest {
474
354
 
@@ -476,10 +356,6 @@ export interface DescribeRuleGroupsNamespaceRequest {
476
356
 
477
357
  name: string | undefined;
478
358
  }
479
- export declare namespace DescribeRuleGroupsNamespaceRequest {
480
-
481
- const filterSensitiveLog: (obj: DescribeRuleGroupsNamespaceRequest) => any;
482
- }
483
359
 
484
360
  export interface RuleGroupsNamespaceDescription {
485
361
 
@@ -497,19 +373,11 @@ export interface RuleGroupsNamespaceDescription {
497
373
 
498
374
  tags?: Record<string, string>;
499
375
  }
500
- export declare namespace RuleGroupsNamespaceDescription {
501
-
502
- const filterSensitiveLog: (obj: RuleGroupsNamespaceDescription) => any;
503
- }
504
376
 
505
377
  export interface DescribeRuleGroupsNamespaceResponse {
506
378
 
507
379
  ruleGroupsNamespace: RuleGroupsNamespaceDescription | undefined;
508
380
  }
509
- export declare namespace DescribeRuleGroupsNamespaceResponse {
510
-
511
- const filterSensitiveLog: (obj: DescribeRuleGroupsNamespaceResponse) => any;
512
- }
513
381
 
514
382
  export interface ListRuleGroupsNamespacesRequest {
515
383
 
@@ -521,10 +389,6 @@ export interface ListRuleGroupsNamespacesRequest {
521
389
 
522
390
  maxResults?: number;
523
391
  }
524
- export declare namespace ListRuleGroupsNamespacesRequest {
525
-
526
- const filterSensitiveLog: (obj: ListRuleGroupsNamespacesRequest) => any;
527
- }
528
392
 
529
393
  export interface RuleGroupsNamespaceSummary {
530
394
 
@@ -540,10 +404,6 @@ export interface RuleGroupsNamespaceSummary {
540
404
 
541
405
  tags?: Record<string, string>;
542
406
  }
543
- export declare namespace RuleGroupsNamespaceSummary {
544
-
545
- const filterSensitiveLog: (obj: RuleGroupsNamespaceSummary) => any;
546
- }
547
407
 
548
408
  export interface ListRuleGroupsNamespacesResponse {
549
409
 
@@ -551,10 +411,6 @@ export interface ListRuleGroupsNamespacesResponse {
551
411
 
552
412
  nextToken?: string;
553
413
  }
554
- export declare namespace ListRuleGroupsNamespacesResponse {
555
-
556
- const filterSensitiveLog: (obj: ListRuleGroupsNamespacesResponse) => any;
557
- }
558
414
 
559
415
  export interface PutRuleGroupsNamespaceRequest {
560
416
 
@@ -566,10 +422,6 @@ export interface PutRuleGroupsNamespaceRequest {
566
422
 
567
423
  clientToken?: string;
568
424
  }
569
- export declare namespace PutRuleGroupsNamespaceRequest {
570
-
571
- const filterSensitiveLog: (obj: PutRuleGroupsNamespaceRequest) => any;
572
- }
573
425
 
574
426
  export interface PutRuleGroupsNamespaceResponse {
575
427
 
@@ -581,10 +433,6 @@ export interface PutRuleGroupsNamespaceResponse {
581
433
 
582
434
  tags?: Record<string, string>;
583
435
  }
584
- export declare namespace PutRuleGroupsNamespaceResponse {
585
-
586
- const filterSensitiveLog: (obj: PutRuleGroupsNamespaceResponse) => any;
587
- }
588
436
 
589
437
  export interface UpdateWorkspaceAliasRequest {
590
438
 
@@ -594,7 +442,81 @@ export interface UpdateWorkspaceAliasRequest {
594
442
 
595
443
  clientToken?: string;
596
444
  }
597
- export declare namespace UpdateWorkspaceAliasRequest {
598
-
599
- const filterSensitiveLog: (obj: UpdateWorkspaceAliasRequest) => any;
600
- }
445
+
446
+ export declare const CreateAlertManagerDefinitionRequestFilterSensitiveLog: (obj: CreateAlertManagerDefinitionRequest) => any;
447
+
448
+ export declare const AlertManagerDefinitionStatusFilterSensitiveLog: (obj: AlertManagerDefinitionStatus) => any;
449
+
450
+ export declare const CreateAlertManagerDefinitionResponseFilterSensitiveLog: (obj: CreateAlertManagerDefinitionResponse) => any;
451
+
452
+ export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
453
+
454
+ export declare const DeleteAlertManagerDefinitionRequestFilterSensitiveLog: (obj: DeleteAlertManagerDefinitionRequest) => any;
455
+
456
+ export declare const DescribeAlertManagerDefinitionRequestFilterSensitiveLog: (obj: DescribeAlertManagerDefinitionRequest) => any;
457
+
458
+ export declare const AlertManagerDefinitionDescriptionFilterSensitiveLog: (obj: AlertManagerDefinitionDescription) => any;
459
+
460
+ export declare const DescribeAlertManagerDefinitionResponseFilterSensitiveLog: (obj: DescribeAlertManagerDefinitionResponse) => any;
461
+
462
+ export declare const PutAlertManagerDefinitionRequestFilterSensitiveLog: (obj: PutAlertManagerDefinitionRequest) => any;
463
+
464
+ export declare const PutAlertManagerDefinitionResponseFilterSensitiveLog: (obj: PutAlertManagerDefinitionResponse) => any;
465
+
466
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
467
+
468
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
469
+
470
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
471
+
472
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
473
+
474
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
475
+
476
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
477
+
478
+ export declare const CreateWorkspaceRequestFilterSensitiveLog: (obj: CreateWorkspaceRequest) => any;
479
+
480
+ export declare const WorkspaceStatusFilterSensitiveLog: (obj: WorkspaceStatus) => any;
481
+
482
+ export declare const CreateWorkspaceResponseFilterSensitiveLog: (obj: CreateWorkspaceResponse) => any;
483
+
484
+ export declare const DeleteWorkspaceRequestFilterSensitiveLog: (obj: DeleteWorkspaceRequest) => any;
485
+
486
+ export declare const DescribeWorkspaceRequestFilterSensitiveLog: (obj: DescribeWorkspaceRequest) => any;
487
+
488
+ export declare const WorkspaceDescriptionFilterSensitiveLog: (obj: WorkspaceDescription) => any;
489
+
490
+ export declare const DescribeWorkspaceResponseFilterSensitiveLog: (obj: DescribeWorkspaceResponse) => any;
491
+
492
+ export declare const ListWorkspacesRequestFilterSensitiveLog: (obj: ListWorkspacesRequest) => any;
493
+
494
+ export declare const WorkspaceSummaryFilterSensitiveLog: (obj: WorkspaceSummary) => any;
495
+
496
+ export declare const ListWorkspacesResponseFilterSensitiveLog: (obj: ListWorkspacesResponse) => any;
497
+
498
+ export declare const CreateRuleGroupsNamespaceRequestFilterSensitiveLog: (obj: CreateRuleGroupsNamespaceRequest) => any;
499
+
500
+ export declare const RuleGroupsNamespaceStatusFilterSensitiveLog: (obj: RuleGroupsNamespaceStatus) => any;
501
+
502
+ export declare const CreateRuleGroupsNamespaceResponseFilterSensitiveLog: (obj: CreateRuleGroupsNamespaceResponse) => any;
503
+
504
+ export declare const DeleteRuleGroupsNamespaceRequestFilterSensitiveLog: (obj: DeleteRuleGroupsNamespaceRequest) => any;
505
+
506
+ export declare const DescribeRuleGroupsNamespaceRequestFilterSensitiveLog: (obj: DescribeRuleGroupsNamespaceRequest) => any;
507
+
508
+ export declare const RuleGroupsNamespaceDescriptionFilterSensitiveLog: (obj: RuleGroupsNamespaceDescription) => any;
509
+
510
+ export declare const DescribeRuleGroupsNamespaceResponseFilterSensitiveLog: (obj: DescribeRuleGroupsNamespaceResponse) => any;
511
+
512
+ export declare const ListRuleGroupsNamespacesRequestFilterSensitiveLog: (obj: ListRuleGroupsNamespacesRequest) => any;
513
+
514
+ export declare const RuleGroupsNamespaceSummaryFilterSensitiveLog: (obj: RuleGroupsNamespaceSummary) => any;
515
+
516
+ export declare const ListRuleGroupsNamespacesResponseFilterSensitiveLog: (obj: ListRuleGroupsNamespacesResponse) => any;
517
+
518
+ export declare const PutRuleGroupsNamespaceRequestFilterSensitiveLog: (obj: PutRuleGroupsNamespaceRequest) => any;
519
+
520
+ export declare const PutRuleGroupsNamespaceResponseFilterSensitiveLog: (obj: PutRuleGroupsNamespaceResponse) => any;
521
+
522
+ export declare const UpdateWorkspaceAliasRequestFilterSensitiveLog: (obj: UpdateWorkspaceAliasRequest) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-amp",
3
3
  "description": "AWS SDK for JavaScript Amp Client for Node.js, Browser and React Native",
4
- "version": "3.130.0",
4
+ "version": "3.141.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,10 +18,10 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.130.0",
21
+ "@aws-sdk/client-sts": "3.141.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.130.0",
24
- "@aws-sdk/fetch-http-handler": "3.127.0",
23
+ "@aws-sdk/credential-provider-node": "3.141.0",
24
+ "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
27
27
  "@aws-sdk/middleware-content-length": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.137.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.130.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.137.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.137.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",