@aws-sdk/client-amplify 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/CreateBackendEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/CreateDeploymentCommand.js +2 -3
- package/dist-cjs/commands/CreateDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/CreateWebhookCommand.js +2 -3
- package/dist-cjs/commands/DeleteAppCommand.js +1 -1
- package/dist-cjs/commands/DeleteBackendEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/DeleteBranchCommand.js +1 -1
- package/dist-cjs/commands/DeleteDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/DeleteJobCommand.js +2 -3
- package/dist-cjs/commands/DeleteWebhookCommand.js +2 -3
- package/dist-cjs/commands/GenerateAccessLogsCommand.js +2 -3
- package/dist-cjs/commands/GetAppCommand.js +1 -1
- package/dist-cjs/commands/GetArtifactUrlCommand.js +2 -3
- package/dist-cjs/commands/GetBackendEnvironmentCommand.js +2 -3
- package/dist-cjs/commands/GetBranchCommand.js +1 -1
- package/dist-cjs/commands/GetDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/GetJobCommand.js +2 -3
- package/dist-cjs/commands/GetWebhookCommand.js +2 -3
- package/dist-cjs/commands/ListAppsCommand.js +1 -1
- package/dist-cjs/commands/ListArtifactsCommand.js +2 -3
- package/dist-cjs/commands/ListBackendEnvironmentsCommand.js +2 -3
- package/dist-cjs/commands/ListBranchesCommand.js +1 -1
- package/dist-cjs/commands/ListDomainAssociationsCommand.js +2 -3
- package/dist-cjs/commands/ListJobsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListWebhooksCommand.js +2 -3
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -3
- package/dist-cjs/commands/StartJobCommand.js +2 -3
- package/dist-cjs/commands/StopJobCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateDomainAssociationCommand.js +2 -3
- package/dist-cjs/commands/UpdateWebhookCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -287
- package/dist-es/commands/CreateBackendEnvironmentCommand.js +2 -3
- package/dist-es/commands/CreateDeploymentCommand.js +2 -3
- package/dist-es/commands/CreateDomainAssociationCommand.js +2 -3
- package/dist-es/commands/CreateWebhookCommand.js +2 -3
- package/dist-es/commands/DeleteAppCommand.js +2 -2
- package/dist-es/commands/DeleteBackendEnvironmentCommand.js +2 -3
- package/dist-es/commands/DeleteBranchCommand.js +2 -2
- package/dist-es/commands/DeleteDomainAssociationCommand.js +2 -3
- package/dist-es/commands/DeleteJobCommand.js +2 -3
- package/dist-es/commands/DeleteWebhookCommand.js +2 -3
- package/dist-es/commands/GenerateAccessLogsCommand.js +2 -3
- package/dist-es/commands/GetAppCommand.js +2 -2
- package/dist-es/commands/GetArtifactUrlCommand.js +2 -3
- package/dist-es/commands/GetBackendEnvironmentCommand.js +2 -3
- package/dist-es/commands/GetBranchCommand.js +2 -2
- package/dist-es/commands/GetDomainAssociationCommand.js +2 -3
- package/dist-es/commands/GetJobCommand.js +2 -3
- package/dist-es/commands/GetWebhookCommand.js +2 -3
- package/dist-es/commands/ListAppsCommand.js +2 -2
- package/dist-es/commands/ListArtifactsCommand.js +2 -3
- package/dist-es/commands/ListBackendEnvironmentsCommand.js +2 -3
- package/dist-es/commands/ListBranchesCommand.js +2 -2
- package/dist-es/commands/ListDomainAssociationsCommand.js +2 -3
- package/dist-es/commands/ListJobsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListWebhooksCommand.js +2 -3
- package/dist-es/commands/StartDeploymentCommand.js +2 -3
- package/dist-es/commands/StartJobCommand.js +2 -3
- package/dist-es/commands/StopJobCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateDomainAssociationCommand.js +2 -3
- package/dist-es/commands/UpdateWebhookCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -213
- package/dist-types/Amplify.d.ts +38 -0
- package/dist-types/AmplifyClient.d.ts +24 -4
- package/dist-types/commands/CreateAppCommand.d.ts +16 -0
- package/dist-types/commands/CreateBackendEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/CreateBranchCommand.d.ts +16 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/CreateDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/CreateWebhookCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAppCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBackendEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBranchCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +16 -0
- package/dist-types/commands/DeleteWebhookCommand.d.ts +16 -0
- package/dist-types/commands/GenerateAccessLogsCommand.d.ts +16 -0
- package/dist-types/commands/GetAppCommand.d.ts +16 -0
- package/dist-types/commands/GetArtifactUrlCommand.d.ts +16 -0
- package/dist-types/commands/GetBackendEnvironmentCommand.d.ts +16 -0
- package/dist-types/commands/GetBranchCommand.d.ts +16 -0
- package/dist-types/commands/GetDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/GetJobCommand.d.ts +16 -0
- package/dist-types/commands/GetWebhookCommand.d.ts +16 -0
- package/dist-types/commands/ListAppsCommand.d.ts +16 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
- package/dist-types/commands/ListBackendEnvironmentsCommand.d.ts +16 -0
- package/dist-types/commands/ListBranchesCommand.d.ts +16 -0
- package/dist-types/commands/ListDomainAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListJobsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ListWebhooksCommand.d.ts +16 -0
- package/dist-types/commands/StartDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/StartJobCommand.d.ts +16 -0
- package/dist-types/commands/StopJobCommand.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/UpdateAppCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBranchCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDomainAssociationCommand.d.ts +16 -0
- package/dist-types/commands/UpdateWebhookCommand.d.ts +16 -0
- package/dist-types/models/AmplifyServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +123 -284
- package/dist-types/ts3.4/models/models_0.d.ts +0 -197
- package/package.json +4 -3
|
@@ -604,26 +604,13 @@ export interface UpdateWebhookResult {
|
|
|
604
604
|
export declare const AutoBranchCreationConfigFilterSensitiveLog: (
|
|
605
605
|
obj: AutoBranchCreationConfig
|
|
606
606
|
) => any;
|
|
607
|
-
export declare const CustomRuleFilterSensitiveLog: (obj: CustomRule) => any;
|
|
608
607
|
export declare const CreateAppRequestFilterSensitiveLog: (
|
|
609
608
|
obj: CreateAppRequest
|
|
610
609
|
) => any;
|
|
611
|
-
export declare const ProductionBranchFilterSensitiveLog: (
|
|
612
|
-
obj: ProductionBranch
|
|
613
|
-
) => any;
|
|
614
610
|
export declare const AppFilterSensitiveLog: (obj: App) => any;
|
|
615
611
|
export declare const CreateAppResultFilterSensitiveLog: (
|
|
616
612
|
obj: CreateAppResult
|
|
617
613
|
) => any;
|
|
618
|
-
export declare const CreateBackendEnvironmentRequestFilterSensitiveLog: (
|
|
619
|
-
obj: CreateBackendEnvironmentRequest
|
|
620
|
-
) => any;
|
|
621
|
-
export declare const BackendEnvironmentFilterSensitiveLog: (
|
|
622
|
-
obj: BackendEnvironment
|
|
623
|
-
) => any;
|
|
624
|
-
export declare const CreateBackendEnvironmentResultFilterSensitiveLog: (
|
|
625
|
-
obj: CreateBackendEnvironmentResult
|
|
626
|
-
) => any;
|
|
627
614
|
export declare const CreateBranchRequestFilterSensitiveLog: (
|
|
628
615
|
obj: CreateBranchRequest
|
|
629
616
|
) => any;
|
|
@@ -631,194 +618,22 @@ export declare const BranchFilterSensitiveLog: (obj: Branch) => any;
|
|
|
631
618
|
export declare const CreateBranchResultFilterSensitiveLog: (
|
|
632
619
|
obj: CreateBranchResult
|
|
633
620
|
) => any;
|
|
634
|
-
export declare const CreateDeploymentRequestFilterSensitiveLog: (
|
|
635
|
-
obj: CreateDeploymentRequest
|
|
636
|
-
) => any;
|
|
637
|
-
export declare const CreateDeploymentResultFilterSensitiveLog: (
|
|
638
|
-
obj: CreateDeploymentResult
|
|
639
|
-
) => any;
|
|
640
|
-
export declare const SubDomainSettingFilterSensitiveLog: (
|
|
641
|
-
obj: SubDomainSetting
|
|
642
|
-
) => any;
|
|
643
|
-
export declare const CreateDomainAssociationRequestFilterSensitiveLog: (
|
|
644
|
-
obj: CreateDomainAssociationRequest
|
|
645
|
-
) => any;
|
|
646
|
-
export declare const SubDomainFilterSensitiveLog: (obj: SubDomain) => any;
|
|
647
|
-
export declare const DomainAssociationFilterSensitiveLog: (
|
|
648
|
-
obj: DomainAssociation
|
|
649
|
-
) => any;
|
|
650
|
-
export declare const CreateDomainAssociationResultFilterSensitiveLog: (
|
|
651
|
-
obj: CreateDomainAssociationResult
|
|
652
|
-
) => any;
|
|
653
|
-
export declare const CreateWebhookRequestFilterSensitiveLog: (
|
|
654
|
-
obj: CreateWebhookRequest
|
|
655
|
-
) => any;
|
|
656
|
-
export declare const WebhookFilterSensitiveLog: (obj: Webhook) => any;
|
|
657
|
-
export declare const CreateWebhookResultFilterSensitiveLog: (
|
|
658
|
-
obj: CreateWebhookResult
|
|
659
|
-
) => any;
|
|
660
|
-
export declare const DeleteAppRequestFilterSensitiveLog: (
|
|
661
|
-
obj: DeleteAppRequest
|
|
662
|
-
) => any;
|
|
663
621
|
export declare const DeleteAppResultFilterSensitiveLog: (
|
|
664
622
|
obj: DeleteAppResult
|
|
665
623
|
) => any;
|
|
666
|
-
export declare const DeleteBackendEnvironmentRequestFilterSensitiveLog: (
|
|
667
|
-
obj: DeleteBackendEnvironmentRequest
|
|
668
|
-
) => any;
|
|
669
|
-
export declare const DeleteBackendEnvironmentResultFilterSensitiveLog: (
|
|
670
|
-
obj: DeleteBackendEnvironmentResult
|
|
671
|
-
) => any;
|
|
672
|
-
export declare const DeleteBranchRequestFilterSensitiveLog: (
|
|
673
|
-
obj: DeleteBranchRequest
|
|
674
|
-
) => any;
|
|
675
624
|
export declare const DeleteBranchResultFilterSensitiveLog: (
|
|
676
625
|
obj: DeleteBranchResult
|
|
677
626
|
) => any;
|
|
678
|
-
export declare const DeleteDomainAssociationRequestFilterSensitiveLog: (
|
|
679
|
-
obj: DeleteDomainAssociationRequest
|
|
680
|
-
) => any;
|
|
681
|
-
export declare const DeleteDomainAssociationResultFilterSensitiveLog: (
|
|
682
|
-
obj: DeleteDomainAssociationResult
|
|
683
|
-
) => any;
|
|
684
|
-
export declare const DeleteJobRequestFilterSensitiveLog: (
|
|
685
|
-
obj: DeleteJobRequest
|
|
686
|
-
) => any;
|
|
687
|
-
export declare const JobSummaryFilterSensitiveLog: (obj: JobSummary) => any;
|
|
688
|
-
export declare const DeleteJobResultFilterSensitiveLog: (
|
|
689
|
-
obj: DeleteJobResult
|
|
690
|
-
) => any;
|
|
691
|
-
export declare const DeleteWebhookRequestFilterSensitiveLog: (
|
|
692
|
-
obj: DeleteWebhookRequest
|
|
693
|
-
) => any;
|
|
694
|
-
export declare const DeleteWebhookResultFilterSensitiveLog: (
|
|
695
|
-
obj: DeleteWebhookResult
|
|
696
|
-
) => any;
|
|
697
|
-
export declare const GenerateAccessLogsRequestFilterSensitiveLog: (
|
|
698
|
-
obj: GenerateAccessLogsRequest
|
|
699
|
-
) => any;
|
|
700
|
-
export declare const GenerateAccessLogsResultFilterSensitiveLog: (
|
|
701
|
-
obj: GenerateAccessLogsResult
|
|
702
|
-
) => any;
|
|
703
|
-
export declare const GetAppRequestFilterSensitiveLog: (
|
|
704
|
-
obj: GetAppRequest
|
|
705
|
-
) => any;
|
|
706
627
|
export declare const GetAppResultFilterSensitiveLog: (obj: GetAppResult) => any;
|
|
707
|
-
export declare const GetArtifactUrlRequestFilterSensitiveLog: (
|
|
708
|
-
obj: GetArtifactUrlRequest
|
|
709
|
-
) => any;
|
|
710
|
-
export declare const GetArtifactUrlResultFilterSensitiveLog: (
|
|
711
|
-
obj: GetArtifactUrlResult
|
|
712
|
-
) => any;
|
|
713
|
-
export declare const GetBackendEnvironmentRequestFilterSensitiveLog: (
|
|
714
|
-
obj: GetBackendEnvironmentRequest
|
|
715
|
-
) => any;
|
|
716
|
-
export declare const GetBackendEnvironmentResultFilterSensitiveLog: (
|
|
717
|
-
obj: GetBackendEnvironmentResult
|
|
718
|
-
) => any;
|
|
719
|
-
export declare const GetBranchRequestFilterSensitiveLog: (
|
|
720
|
-
obj: GetBranchRequest
|
|
721
|
-
) => any;
|
|
722
628
|
export declare const GetBranchResultFilterSensitiveLog: (
|
|
723
629
|
obj: GetBranchResult
|
|
724
630
|
) => any;
|
|
725
|
-
export declare const GetDomainAssociationRequestFilterSensitiveLog: (
|
|
726
|
-
obj: GetDomainAssociationRequest
|
|
727
|
-
) => any;
|
|
728
|
-
export declare const GetDomainAssociationResultFilterSensitiveLog: (
|
|
729
|
-
obj: GetDomainAssociationResult
|
|
730
|
-
) => any;
|
|
731
|
-
export declare const GetJobRequestFilterSensitiveLog: (
|
|
732
|
-
obj: GetJobRequest
|
|
733
|
-
) => any;
|
|
734
|
-
export declare const StepFilterSensitiveLog: (obj: Step) => any;
|
|
735
|
-
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
736
|
-
export declare const GetJobResultFilterSensitiveLog: (obj: GetJobResult) => any;
|
|
737
|
-
export declare const GetWebhookRequestFilterSensitiveLog: (
|
|
738
|
-
obj: GetWebhookRequest
|
|
739
|
-
) => any;
|
|
740
|
-
export declare const GetWebhookResultFilterSensitiveLog: (
|
|
741
|
-
obj: GetWebhookResult
|
|
742
|
-
) => any;
|
|
743
|
-
export declare const ListAppsRequestFilterSensitiveLog: (
|
|
744
|
-
obj: ListAppsRequest
|
|
745
|
-
) => any;
|
|
746
631
|
export declare const ListAppsResultFilterSensitiveLog: (
|
|
747
632
|
obj: ListAppsResult
|
|
748
633
|
) => any;
|
|
749
|
-
export declare const ListArtifactsRequestFilterSensitiveLog: (
|
|
750
|
-
obj: ListArtifactsRequest
|
|
751
|
-
) => any;
|
|
752
|
-
export declare const ArtifactFilterSensitiveLog: (obj: Artifact) => any;
|
|
753
|
-
export declare const ListArtifactsResultFilterSensitiveLog: (
|
|
754
|
-
obj: ListArtifactsResult
|
|
755
|
-
) => any;
|
|
756
|
-
export declare const ListBackendEnvironmentsRequestFilterSensitiveLog: (
|
|
757
|
-
obj: ListBackendEnvironmentsRequest
|
|
758
|
-
) => any;
|
|
759
|
-
export declare const ListBackendEnvironmentsResultFilterSensitiveLog: (
|
|
760
|
-
obj: ListBackendEnvironmentsResult
|
|
761
|
-
) => any;
|
|
762
|
-
export declare const ListBranchesRequestFilterSensitiveLog: (
|
|
763
|
-
obj: ListBranchesRequest
|
|
764
|
-
) => any;
|
|
765
634
|
export declare const ListBranchesResultFilterSensitiveLog: (
|
|
766
635
|
obj: ListBranchesResult
|
|
767
636
|
) => any;
|
|
768
|
-
export declare const ListDomainAssociationsRequestFilterSensitiveLog: (
|
|
769
|
-
obj: ListDomainAssociationsRequest
|
|
770
|
-
) => any;
|
|
771
|
-
export declare const ListDomainAssociationsResultFilterSensitiveLog: (
|
|
772
|
-
obj: ListDomainAssociationsResult
|
|
773
|
-
) => any;
|
|
774
|
-
export declare const ListJobsRequestFilterSensitiveLog: (
|
|
775
|
-
obj: ListJobsRequest
|
|
776
|
-
) => any;
|
|
777
|
-
export declare const ListJobsResultFilterSensitiveLog: (
|
|
778
|
-
obj: ListJobsResult
|
|
779
|
-
) => any;
|
|
780
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
781
|
-
obj: ListTagsForResourceRequest
|
|
782
|
-
) => any;
|
|
783
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
784
|
-
obj: ListTagsForResourceResponse
|
|
785
|
-
) => any;
|
|
786
|
-
export declare const ListWebhooksRequestFilterSensitiveLog: (
|
|
787
|
-
obj: ListWebhooksRequest
|
|
788
|
-
) => any;
|
|
789
|
-
export declare const ListWebhooksResultFilterSensitiveLog: (
|
|
790
|
-
obj: ListWebhooksResult
|
|
791
|
-
) => any;
|
|
792
|
-
export declare const StartDeploymentRequestFilterSensitiveLog: (
|
|
793
|
-
obj: StartDeploymentRequest
|
|
794
|
-
) => any;
|
|
795
|
-
export declare const StartDeploymentResultFilterSensitiveLog: (
|
|
796
|
-
obj: StartDeploymentResult
|
|
797
|
-
) => any;
|
|
798
|
-
export declare const StartJobRequestFilterSensitiveLog: (
|
|
799
|
-
obj: StartJobRequest
|
|
800
|
-
) => any;
|
|
801
|
-
export declare const StartJobResultFilterSensitiveLog: (
|
|
802
|
-
obj: StartJobResult
|
|
803
|
-
) => any;
|
|
804
|
-
export declare const StopJobRequestFilterSensitiveLog: (
|
|
805
|
-
obj: StopJobRequest
|
|
806
|
-
) => any;
|
|
807
|
-
export declare const StopJobResultFilterSensitiveLog: (
|
|
808
|
-
obj: StopJobResult
|
|
809
|
-
) => any;
|
|
810
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
811
|
-
obj: TagResourceRequest
|
|
812
|
-
) => any;
|
|
813
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
814
|
-
obj: TagResourceResponse
|
|
815
|
-
) => any;
|
|
816
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
817
|
-
obj: UntagResourceRequest
|
|
818
|
-
) => any;
|
|
819
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
820
|
-
obj: UntagResourceResponse
|
|
821
|
-
) => any;
|
|
822
637
|
export declare const UpdateAppRequestFilterSensitiveLog: (
|
|
823
638
|
obj: UpdateAppRequest
|
|
824
639
|
) => any;
|
|
@@ -831,15 +646,3 @@ export declare const UpdateBranchRequestFilterSensitiveLog: (
|
|
|
831
646
|
export declare const UpdateBranchResultFilterSensitiveLog: (
|
|
832
647
|
obj: UpdateBranchResult
|
|
833
648
|
) => any;
|
|
834
|
-
export declare const UpdateDomainAssociationRequestFilterSensitiveLog: (
|
|
835
|
-
obj: UpdateDomainAssociationRequest
|
|
836
|
-
) => any;
|
|
837
|
-
export declare const UpdateDomainAssociationResultFilterSensitiveLog: (
|
|
838
|
-
obj: UpdateDomainAssociationResult
|
|
839
|
-
) => any;
|
|
840
|
-
export declare const UpdateWebhookRequestFilterSensitiveLog: (
|
|
841
|
-
obj: UpdateWebhookRequest
|
|
842
|
-
) => any;
|
|
843
|
-
export declare const UpdateWebhookResultFilterSensitiveLog: (
|
|
844
|
-
obj: UpdateWebhookResult
|
|
845
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-amplify",
|
|
3
3
|
"description": "AWS SDK for JavaScript Amplify 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 amplify"
|
|
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",
|