@aws-sdk/client-synthetics 3.296.0 → 3.298.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/commands/AssociateResourceCommand.js +2 -3
- package/dist-cjs/commands/CreateCanaryCommand.js +2 -3
- package/dist-cjs/commands/CreateGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteCanaryCommand.js +2 -3
- package/dist-cjs/commands/DeleteGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeCanariesCommand.js +2 -3
- package/dist-cjs/commands/DescribeCanariesLastRunCommand.js +2 -3
- package/dist-cjs/commands/DescribeRuntimeVersionsCommand.js +2 -3
- package/dist-cjs/commands/DisassociateResourceCommand.js +2 -3
- package/dist-cjs/commands/GetCanaryCommand.js +2 -3
- package/dist-cjs/commands/GetCanaryRunsCommand.js +2 -3
- package/dist-cjs/commands/GetGroupCommand.js +2 -3
- package/dist-cjs/commands/ListAssociatedGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListGroupResourcesCommand.js +2 -3
- package/dist-cjs/commands/ListGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/StartCanaryCommand.js +2 -3
- package/dist-cjs/commands/StopCanaryCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateCanaryCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -266
- package/dist-es/commands/AssociateResourceCommand.js +2 -3
- package/dist-es/commands/CreateCanaryCommand.js +2 -3
- package/dist-es/commands/CreateGroupCommand.js +2 -3
- package/dist-es/commands/DeleteCanaryCommand.js +2 -3
- package/dist-es/commands/DeleteGroupCommand.js +2 -3
- package/dist-es/commands/DescribeCanariesCommand.js +2 -3
- package/dist-es/commands/DescribeCanariesLastRunCommand.js +2 -3
- package/dist-es/commands/DescribeRuntimeVersionsCommand.js +2 -3
- package/dist-es/commands/DisassociateResourceCommand.js +2 -3
- package/dist-es/commands/GetCanaryCommand.js +2 -3
- package/dist-es/commands/GetCanaryRunsCommand.js +2 -3
- package/dist-es/commands/GetGroupCommand.js +2 -3
- package/dist-es/commands/ListAssociatedGroupsCommand.js +2 -3
- package/dist-es/commands/ListGroupResourcesCommand.js +2 -3
- package/dist-es/commands/ListGroupsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/StartCanaryCommand.js +2 -3
- package/dist-es/commands/StopCanaryCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateCanaryCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -198
- package/dist-types/Synthetics.d.ts +22 -0
- package/dist-types/SyntheticsClient.d.ts +24 -4
- package/dist-types/commands/AssociateResourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateCanaryCommand.d.ts +16 -0
- package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCanaryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCanariesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCanariesLastRunCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRuntimeVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateResourceCommand.d.ts +16 -0
- package/dist-types/commands/GetCanaryCommand.d.ts +16 -0
- package/dist-types/commands/GetCanaryRunsCommand.d.ts +16 -0
- package/dist-types/commands/GetGroupCommand.d.ts +16 -0
- package/dist-types/commands/ListAssociatedGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupResourcesCommand.d.ts +16 -0
- package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/StartCanaryCommand.d.ts +16 -0
- package/dist-types/commands/StopCanaryCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCanaryCommand.d.ts +16 -0
- package/dist-types/models/SyntheticsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +176 -265
- package/dist-types/pagination/DescribeCanariesLastRunPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCanariesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeRuntimeVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCanaryRunsPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAssociatedGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroupResourcesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListGroupsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -188
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeCanariesLastRunCommandInput, DescribeCanariesLastRunCommandOutput } from "../commands/DescribeCanariesLastRunCommand";
|
|
3
3
|
import { SyntheticsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeCanariesLastRun(config: SyntheticsPaginationConfiguration, input: DescribeCanariesLastRunCommandInput, ...additionalArguments: any): Paginator<DescribeCanariesLastRunCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeCanariesCommandInput, DescribeCanariesCommandOutput } from "../commands/DescribeCanariesCommand";
|
|
3
3
|
import { SyntheticsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeCanaries(config: SyntheticsPaginationConfiguration, input: DescribeCanariesCommandInput, ...additionalArguments: any): Paginator<DescribeCanariesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeRuntimeVersionsCommandInput, DescribeRuntimeVersionsCommandOutput } from "../commands/DescribeRuntimeVersionsCommand";
|
|
3
3
|
import { SyntheticsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeRuntimeVersions(config: SyntheticsPaginationConfiguration, input: DescribeRuntimeVersionsCommandInput, ...additionalArguments: any): Paginator<DescribeRuntimeVersionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { GetCanaryRunsCommandInput, GetCanaryRunsCommandOutput } from "../commands/GetCanaryRunsCommand";
|
|
3
3
|
import { SyntheticsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateGetCanaryRuns(config: SyntheticsPaginationConfiguration, input: GetCanaryRunsCommandInput, ...additionalArguments: any): Paginator<GetCanaryRunsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAssociatedGroupsCommandInput, ListAssociatedGroupsCommandOutput } from "../commands/ListAssociatedGroupsCommand";
|
|
3
3
|
import { SyntheticsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAssociatedGroups(config: SyntheticsPaginationConfiguration, input: ListAssociatedGroupsCommandInput, ...additionalArguments: any): Paginator<ListAssociatedGroupsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListGroupResourcesCommandInput, ListGroupResourcesCommandOutput } from "../commands/ListGroupResourcesCommand";
|
|
3
3
|
import { SyntheticsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListGroupResources(config: SyntheticsPaginationConfiguration, input: ListGroupResourcesCommandInput, ...additionalArguments: any): Paginator<ListGroupResourcesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListGroupsCommandInput, ListGroupsCommandOutput } from "../commands/ListGroupsCommand";
|
|
3
3
|
import { SyntheticsPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListGroups(config: SyntheticsPaginationConfiguration, input: ListGroupsCommandInput, ...additionalArguments: any): Paginator<ListGroupsCommandOutput>;
|
|
@@ -399,191 +399,3 @@ export interface UpdateCanaryRequest {
|
|
|
399
399
|
ArtifactConfig?: ArtifactConfigInput;
|
|
400
400
|
}
|
|
401
401
|
export interface UpdateCanaryResponse {}
|
|
402
|
-
export declare const S3EncryptionConfigFilterSensitiveLog: (
|
|
403
|
-
obj: S3EncryptionConfig
|
|
404
|
-
) => any;
|
|
405
|
-
export declare const ArtifactConfigInputFilterSensitiveLog: (
|
|
406
|
-
obj: ArtifactConfigInput
|
|
407
|
-
) => any;
|
|
408
|
-
export declare const ArtifactConfigOutputFilterSensitiveLog: (
|
|
409
|
-
obj: ArtifactConfigOutput
|
|
410
|
-
) => any;
|
|
411
|
-
export declare const AssociateResourceRequestFilterSensitiveLog: (
|
|
412
|
-
obj: AssociateResourceRequest
|
|
413
|
-
) => any;
|
|
414
|
-
export declare const AssociateResourceResponseFilterSensitiveLog: (
|
|
415
|
-
obj: AssociateResourceResponse
|
|
416
|
-
) => any;
|
|
417
|
-
export declare const BaseScreenshotFilterSensitiveLog: (
|
|
418
|
-
obj: BaseScreenshot
|
|
419
|
-
) => any;
|
|
420
|
-
export declare const CanaryCodeOutputFilterSensitiveLog: (
|
|
421
|
-
obj: CanaryCodeOutput
|
|
422
|
-
) => any;
|
|
423
|
-
export declare const CanaryRunConfigOutputFilterSensitiveLog: (
|
|
424
|
-
obj: CanaryRunConfigOutput
|
|
425
|
-
) => any;
|
|
426
|
-
export declare const CanaryScheduleOutputFilterSensitiveLog: (
|
|
427
|
-
obj: CanaryScheduleOutput
|
|
428
|
-
) => any;
|
|
429
|
-
export declare const CanaryStatusFilterSensitiveLog: (obj: CanaryStatus) => any;
|
|
430
|
-
export declare const CanaryTimelineFilterSensitiveLog: (
|
|
431
|
-
obj: CanaryTimeline
|
|
432
|
-
) => any;
|
|
433
|
-
export declare const VisualReferenceOutputFilterSensitiveLog: (
|
|
434
|
-
obj: VisualReferenceOutput
|
|
435
|
-
) => any;
|
|
436
|
-
export declare const VpcConfigOutputFilterSensitiveLog: (
|
|
437
|
-
obj: VpcConfigOutput
|
|
438
|
-
) => any;
|
|
439
|
-
export declare const CanaryFilterSensitiveLog: (obj: Canary) => any;
|
|
440
|
-
export declare const CanaryRunStatusFilterSensitiveLog: (
|
|
441
|
-
obj: CanaryRunStatus
|
|
442
|
-
) => any;
|
|
443
|
-
export declare const CanaryRunTimelineFilterSensitiveLog: (
|
|
444
|
-
obj: CanaryRunTimeline
|
|
445
|
-
) => any;
|
|
446
|
-
export declare const CanaryRunFilterSensitiveLog: (obj: CanaryRun) => any;
|
|
447
|
-
export declare const CanaryLastRunFilterSensitiveLog: (
|
|
448
|
-
obj: CanaryLastRun
|
|
449
|
-
) => any;
|
|
450
|
-
export declare const CanaryCodeInputFilterSensitiveLog: (
|
|
451
|
-
obj: CanaryCodeInput
|
|
452
|
-
) => any;
|
|
453
|
-
export declare const CanaryRunConfigInputFilterSensitiveLog: (
|
|
454
|
-
obj: CanaryRunConfigInput
|
|
455
|
-
) => any;
|
|
456
|
-
export declare const CanaryScheduleInputFilterSensitiveLog: (
|
|
457
|
-
obj: CanaryScheduleInput
|
|
458
|
-
) => any;
|
|
459
|
-
export declare const VpcConfigInputFilterSensitiveLog: (
|
|
460
|
-
obj: VpcConfigInput
|
|
461
|
-
) => any;
|
|
462
|
-
export declare const CreateCanaryRequestFilterSensitiveLog: (
|
|
463
|
-
obj: CreateCanaryRequest
|
|
464
|
-
) => any;
|
|
465
|
-
export declare const CreateCanaryResponseFilterSensitiveLog: (
|
|
466
|
-
obj: CreateCanaryResponse
|
|
467
|
-
) => any;
|
|
468
|
-
export declare const CreateGroupRequestFilterSensitiveLog: (
|
|
469
|
-
obj: CreateGroupRequest
|
|
470
|
-
) => any;
|
|
471
|
-
export declare const GroupFilterSensitiveLog: (obj: Group) => any;
|
|
472
|
-
export declare const CreateGroupResponseFilterSensitiveLog: (
|
|
473
|
-
obj: CreateGroupResponse
|
|
474
|
-
) => any;
|
|
475
|
-
export declare const DeleteCanaryRequestFilterSensitiveLog: (
|
|
476
|
-
obj: DeleteCanaryRequest
|
|
477
|
-
) => any;
|
|
478
|
-
export declare const DeleteCanaryResponseFilterSensitiveLog: (
|
|
479
|
-
obj: DeleteCanaryResponse
|
|
480
|
-
) => any;
|
|
481
|
-
export declare const DeleteGroupRequestFilterSensitiveLog: (
|
|
482
|
-
obj: DeleteGroupRequest
|
|
483
|
-
) => any;
|
|
484
|
-
export declare const DeleteGroupResponseFilterSensitiveLog: (
|
|
485
|
-
obj: DeleteGroupResponse
|
|
486
|
-
) => any;
|
|
487
|
-
export declare const DescribeCanariesRequestFilterSensitiveLog: (
|
|
488
|
-
obj: DescribeCanariesRequest
|
|
489
|
-
) => any;
|
|
490
|
-
export declare const DescribeCanariesResponseFilterSensitiveLog: (
|
|
491
|
-
obj: DescribeCanariesResponse
|
|
492
|
-
) => any;
|
|
493
|
-
export declare const DescribeCanariesLastRunRequestFilterSensitiveLog: (
|
|
494
|
-
obj: DescribeCanariesLastRunRequest
|
|
495
|
-
) => any;
|
|
496
|
-
export declare const DescribeCanariesLastRunResponseFilterSensitiveLog: (
|
|
497
|
-
obj: DescribeCanariesLastRunResponse
|
|
498
|
-
) => any;
|
|
499
|
-
export declare const DescribeRuntimeVersionsRequestFilterSensitiveLog: (
|
|
500
|
-
obj: DescribeRuntimeVersionsRequest
|
|
501
|
-
) => any;
|
|
502
|
-
export declare const RuntimeVersionFilterSensitiveLog: (
|
|
503
|
-
obj: RuntimeVersion
|
|
504
|
-
) => any;
|
|
505
|
-
export declare const DescribeRuntimeVersionsResponseFilterSensitiveLog: (
|
|
506
|
-
obj: DescribeRuntimeVersionsResponse
|
|
507
|
-
) => any;
|
|
508
|
-
export declare const DisassociateResourceRequestFilterSensitiveLog: (
|
|
509
|
-
obj: DisassociateResourceRequest
|
|
510
|
-
) => any;
|
|
511
|
-
export declare const DisassociateResourceResponseFilterSensitiveLog: (
|
|
512
|
-
obj: DisassociateResourceResponse
|
|
513
|
-
) => any;
|
|
514
|
-
export declare const GetCanaryRequestFilterSensitiveLog: (
|
|
515
|
-
obj: GetCanaryRequest
|
|
516
|
-
) => any;
|
|
517
|
-
export declare const GetCanaryResponseFilterSensitiveLog: (
|
|
518
|
-
obj: GetCanaryResponse
|
|
519
|
-
) => any;
|
|
520
|
-
export declare const GetCanaryRunsRequestFilterSensitiveLog: (
|
|
521
|
-
obj: GetCanaryRunsRequest
|
|
522
|
-
) => any;
|
|
523
|
-
export declare const GetCanaryRunsResponseFilterSensitiveLog: (
|
|
524
|
-
obj: GetCanaryRunsResponse
|
|
525
|
-
) => any;
|
|
526
|
-
export declare const GetGroupRequestFilterSensitiveLog: (
|
|
527
|
-
obj: GetGroupRequest
|
|
528
|
-
) => any;
|
|
529
|
-
export declare const GetGroupResponseFilterSensitiveLog: (
|
|
530
|
-
obj: GetGroupResponse
|
|
531
|
-
) => any;
|
|
532
|
-
export declare const GroupSummaryFilterSensitiveLog: (obj: GroupSummary) => any;
|
|
533
|
-
export declare const ListAssociatedGroupsRequestFilterSensitiveLog: (
|
|
534
|
-
obj: ListAssociatedGroupsRequest
|
|
535
|
-
) => any;
|
|
536
|
-
export declare const ListAssociatedGroupsResponseFilterSensitiveLog: (
|
|
537
|
-
obj: ListAssociatedGroupsResponse
|
|
538
|
-
) => any;
|
|
539
|
-
export declare const ListGroupResourcesRequestFilterSensitiveLog: (
|
|
540
|
-
obj: ListGroupResourcesRequest
|
|
541
|
-
) => any;
|
|
542
|
-
export declare const ListGroupResourcesResponseFilterSensitiveLog: (
|
|
543
|
-
obj: ListGroupResourcesResponse
|
|
544
|
-
) => any;
|
|
545
|
-
export declare const ListGroupsRequestFilterSensitiveLog: (
|
|
546
|
-
obj: ListGroupsRequest
|
|
547
|
-
) => any;
|
|
548
|
-
export declare const ListGroupsResponseFilterSensitiveLog: (
|
|
549
|
-
obj: ListGroupsResponse
|
|
550
|
-
) => any;
|
|
551
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
552
|
-
obj: ListTagsForResourceRequest
|
|
553
|
-
) => any;
|
|
554
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
555
|
-
obj: ListTagsForResourceResponse
|
|
556
|
-
) => any;
|
|
557
|
-
export declare const StartCanaryRequestFilterSensitiveLog: (
|
|
558
|
-
obj: StartCanaryRequest
|
|
559
|
-
) => any;
|
|
560
|
-
export declare const StartCanaryResponseFilterSensitiveLog: (
|
|
561
|
-
obj: StartCanaryResponse
|
|
562
|
-
) => any;
|
|
563
|
-
export declare const StopCanaryRequestFilterSensitiveLog: (
|
|
564
|
-
obj: StopCanaryRequest
|
|
565
|
-
) => any;
|
|
566
|
-
export declare const StopCanaryResponseFilterSensitiveLog: (
|
|
567
|
-
obj: StopCanaryResponse
|
|
568
|
-
) => any;
|
|
569
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
570
|
-
obj: TagResourceRequest
|
|
571
|
-
) => any;
|
|
572
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
573
|
-
obj: TagResourceResponse
|
|
574
|
-
) => any;
|
|
575
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
576
|
-
obj: UntagResourceRequest
|
|
577
|
-
) => any;
|
|
578
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
579
|
-
obj: UntagResourceResponse
|
|
580
|
-
) => any;
|
|
581
|
-
export declare const VisualReferenceInputFilterSensitiveLog: (
|
|
582
|
-
obj: VisualReferenceInput
|
|
583
|
-
) => any;
|
|
584
|
-
export declare const UpdateCanaryRequestFilterSensitiveLog: (
|
|
585
|
-
obj: UpdateCanaryRequest
|
|
586
|
-
) => any;
|
|
587
|
-
export declare const UpdateCanaryResponseFilterSensitiveLog: (
|
|
588
|
-
obj: UpdateCanaryResponse
|
|
589
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-synthetics",
|
|
3
3
|
"description": "AWS SDK for JavaScript Synthetics Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.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",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo synthetics"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|