@aws-sdk/client-apprunner 3.297.0 → 3.299.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/AssociateCustomDomainCommand.js +2 -3
- package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/CreateConnectionCommand.js +2 -3
- package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +2 -3
- package/dist-cjs/commands/CreateVpcConnectorCommand.js +2 -3
- package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +2 -3
- package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DeleteConnectionCommand.js +2 -3
- package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DeleteServiceCommand.js +1 -1
- package/dist-cjs/commands/DeleteVpcConnectorCommand.js +2 -3
- package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +2 -3
- package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeCustomDomainsCommand.js +2 -3
- package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +2 -3
- package/dist-cjs/commands/DescribeServiceCommand.js +1 -1
- package/dist-cjs/commands/DescribeVpcConnectorCommand.js +2 -3
- package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +2 -3
- package/dist-cjs/commands/DisassociateCustomDomainCommand.js +2 -3
- package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/ListConnectionsCommand.js +2 -3
- package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +2 -3
- package/dist-cjs/commands/ListOperationsCommand.js +2 -3
- package/dist-cjs/commands/ListServicesCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/ListVpcConnectorsCommand.js +2 -3
- package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +2 -3
- package/dist-cjs/commands/PauseServiceCommand.js +1 -1
- package/dist-cjs/commands/ResumeServiceCommand.js +1 -1
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -359
- package/dist-es/commands/AssociateCustomDomainCommand.js +2 -3
- package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +2 -3
- package/dist-es/commands/CreateConnectionCommand.js +2 -3
- package/dist-es/commands/CreateObservabilityConfigurationCommand.js +2 -3
- package/dist-es/commands/CreateVpcConnectorCommand.js +2 -3
- package/dist-es/commands/CreateVpcIngressConnectionCommand.js +2 -3
- package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +2 -3
- package/dist-es/commands/DeleteConnectionCommand.js +2 -3
- package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +2 -3
- package/dist-es/commands/DeleteServiceCommand.js +2 -2
- package/dist-es/commands/DeleteVpcConnectorCommand.js +2 -3
- package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +2 -3
- package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeCustomDomainsCommand.js +2 -3
- package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +2 -3
- package/dist-es/commands/DescribeServiceCommand.js +2 -2
- package/dist-es/commands/DescribeVpcConnectorCommand.js +2 -3
- package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +2 -3
- package/dist-es/commands/DisassociateCustomDomainCommand.js +2 -3
- package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +2 -3
- package/dist-es/commands/ListConnectionsCommand.js +2 -3
- package/dist-es/commands/ListObservabilityConfigurationsCommand.js +2 -3
- package/dist-es/commands/ListOperationsCommand.js +2 -3
- package/dist-es/commands/ListServicesCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/ListVpcConnectorsCommand.js +2 -3
- package/dist-es/commands/ListVpcIngressConnectionsCommand.js +2 -3
- package/dist-es/commands/PauseServiceCommand.js +2 -2
- package/dist-es/commands/ResumeServiceCommand.js +2 -2
- package/dist-es/commands/StartDeploymentCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -267
- package/dist-types/models/models_0.d.ts +0 -356
- package/dist-types/ts3.4/models/models_0.d.ts +0 -257
- package/package.json +11 -10
|
@@ -637,79 +637,12 @@ export interface UpdateVpcIngressConnectionRequest {
|
|
|
637
637
|
export interface UpdateVpcIngressConnectionResponse {
|
|
638
638
|
VpcIngressConnection: VpcIngressConnection | undefined;
|
|
639
639
|
}
|
|
640
|
-
export declare const AssociateCustomDomainRequestFilterSensitiveLog: (
|
|
641
|
-
obj: AssociateCustomDomainRequest
|
|
642
|
-
) => any;
|
|
643
|
-
export declare const CertificateValidationRecordFilterSensitiveLog: (
|
|
644
|
-
obj: CertificateValidationRecord
|
|
645
|
-
) => any;
|
|
646
|
-
export declare const CustomDomainFilterSensitiveLog: (obj: CustomDomain) => any;
|
|
647
|
-
export declare const VpcDNSTargetFilterSensitiveLog: (obj: VpcDNSTarget) => any;
|
|
648
|
-
export declare const AssociateCustomDomainResponseFilterSensitiveLog: (
|
|
649
|
-
obj: AssociateCustomDomainResponse
|
|
650
|
-
) => any;
|
|
651
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
652
|
-
export declare const CreateAutoScalingConfigurationRequestFilterSensitiveLog: (
|
|
653
|
-
obj: CreateAutoScalingConfigurationRequest
|
|
654
|
-
) => any;
|
|
655
|
-
export declare const AutoScalingConfigurationFilterSensitiveLog: (
|
|
656
|
-
obj: AutoScalingConfiguration
|
|
657
|
-
) => any;
|
|
658
|
-
export declare const CreateAutoScalingConfigurationResponseFilterSensitiveLog: (
|
|
659
|
-
obj: CreateAutoScalingConfigurationResponse
|
|
660
|
-
) => any;
|
|
661
|
-
export declare const CreateConnectionRequestFilterSensitiveLog: (
|
|
662
|
-
obj: CreateConnectionRequest
|
|
663
|
-
) => any;
|
|
664
|
-
export declare const ConnectionFilterSensitiveLog: (obj: Connection) => any;
|
|
665
|
-
export declare const CreateConnectionResponseFilterSensitiveLog: (
|
|
666
|
-
obj: CreateConnectionResponse
|
|
667
|
-
) => any;
|
|
668
|
-
export declare const TraceConfigurationFilterSensitiveLog: (
|
|
669
|
-
obj: TraceConfiguration
|
|
670
|
-
) => any;
|
|
671
|
-
export declare const CreateObservabilityConfigurationRequestFilterSensitiveLog: (
|
|
672
|
-
obj: CreateObservabilityConfigurationRequest
|
|
673
|
-
) => any;
|
|
674
|
-
export declare const ObservabilityConfigurationFilterSensitiveLog: (
|
|
675
|
-
obj: ObservabilityConfiguration
|
|
676
|
-
) => any;
|
|
677
|
-
export declare const CreateObservabilityConfigurationResponseFilterSensitiveLog: (
|
|
678
|
-
obj: CreateObservabilityConfigurationResponse
|
|
679
|
-
) => any;
|
|
680
|
-
export declare const EncryptionConfigurationFilterSensitiveLog: (
|
|
681
|
-
obj: EncryptionConfiguration
|
|
682
|
-
) => any;
|
|
683
|
-
export declare const HealthCheckConfigurationFilterSensitiveLog: (
|
|
684
|
-
obj: HealthCheckConfiguration
|
|
685
|
-
) => any;
|
|
686
|
-
export declare const InstanceConfigurationFilterSensitiveLog: (
|
|
687
|
-
obj: InstanceConfiguration
|
|
688
|
-
) => any;
|
|
689
|
-
export declare const EgressConfigurationFilterSensitiveLog: (
|
|
690
|
-
obj: EgressConfiguration
|
|
691
|
-
) => any;
|
|
692
|
-
export declare const IngressConfigurationFilterSensitiveLog: (
|
|
693
|
-
obj: IngressConfiguration
|
|
694
|
-
) => any;
|
|
695
|
-
export declare const NetworkConfigurationFilterSensitiveLog: (
|
|
696
|
-
obj: NetworkConfiguration
|
|
697
|
-
) => any;
|
|
698
|
-
export declare const ServiceObservabilityConfigurationFilterSensitiveLog: (
|
|
699
|
-
obj: ServiceObservabilityConfiguration
|
|
700
|
-
) => any;
|
|
701
|
-
export declare const AuthenticationConfigurationFilterSensitiveLog: (
|
|
702
|
-
obj: AuthenticationConfiguration
|
|
703
|
-
) => any;
|
|
704
640
|
export declare const CodeConfigurationValuesFilterSensitiveLog: (
|
|
705
641
|
obj: CodeConfigurationValues
|
|
706
642
|
) => any;
|
|
707
643
|
export declare const CodeConfigurationFilterSensitiveLog: (
|
|
708
644
|
obj: CodeConfiguration
|
|
709
645
|
) => any;
|
|
710
|
-
export declare const SourceCodeVersionFilterSensitiveLog: (
|
|
711
|
-
obj: SourceCodeVersion
|
|
712
|
-
) => any;
|
|
713
646
|
export declare const CodeRepositoryFilterSensitiveLog: (
|
|
714
647
|
obj: CodeRepository
|
|
715
648
|
) => any;
|
|
@@ -725,215 +658,25 @@ export declare const SourceConfigurationFilterSensitiveLog: (
|
|
|
725
658
|
export declare const CreateServiceRequestFilterSensitiveLog: (
|
|
726
659
|
obj: CreateServiceRequest
|
|
727
660
|
) => any;
|
|
728
|
-
export declare const AutoScalingConfigurationSummaryFilterSensitiveLog: (
|
|
729
|
-
obj: AutoScalingConfigurationSummary
|
|
730
|
-
) => any;
|
|
731
661
|
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
732
662
|
export declare const CreateServiceResponseFilterSensitiveLog: (
|
|
733
663
|
obj: CreateServiceResponse
|
|
734
664
|
) => any;
|
|
735
|
-
export declare const CreateVpcConnectorRequestFilterSensitiveLog: (
|
|
736
|
-
obj: CreateVpcConnectorRequest
|
|
737
|
-
) => any;
|
|
738
|
-
export declare const VpcConnectorFilterSensitiveLog: (obj: VpcConnector) => any;
|
|
739
|
-
export declare const CreateVpcConnectorResponseFilterSensitiveLog: (
|
|
740
|
-
obj: CreateVpcConnectorResponse
|
|
741
|
-
) => any;
|
|
742
|
-
export declare const IngressVpcConfigurationFilterSensitiveLog: (
|
|
743
|
-
obj: IngressVpcConfiguration
|
|
744
|
-
) => any;
|
|
745
|
-
export declare const CreateVpcIngressConnectionRequestFilterSensitiveLog: (
|
|
746
|
-
obj: CreateVpcIngressConnectionRequest
|
|
747
|
-
) => any;
|
|
748
|
-
export declare const VpcIngressConnectionFilterSensitiveLog: (
|
|
749
|
-
obj: VpcIngressConnection
|
|
750
|
-
) => any;
|
|
751
|
-
export declare const CreateVpcIngressConnectionResponseFilterSensitiveLog: (
|
|
752
|
-
obj: CreateVpcIngressConnectionResponse
|
|
753
|
-
) => any;
|
|
754
|
-
export declare const DeleteAutoScalingConfigurationRequestFilterSensitiveLog: (
|
|
755
|
-
obj: DeleteAutoScalingConfigurationRequest
|
|
756
|
-
) => any;
|
|
757
|
-
export declare const DeleteAutoScalingConfigurationResponseFilterSensitiveLog: (
|
|
758
|
-
obj: DeleteAutoScalingConfigurationResponse
|
|
759
|
-
) => any;
|
|
760
|
-
export declare const DeleteConnectionRequestFilterSensitiveLog: (
|
|
761
|
-
obj: DeleteConnectionRequest
|
|
762
|
-
) => any;
|
|
763
|
-
export declare const DeleteConnectionResponseFilterSensitiveLog: (
|
|
764
|
-
obj: DeleteConnectionResponse
|
|
765
|
-
) => any;
|
|
766
|
-
export declare const DeleteObservabilityConfigurationRequestFilterSensitiveLog: (
|
|
767
|
-
obj: DeleteObservabilityConfigurationRequest
|
|
768
|
-
) => any;
|
|
769
|
-
export declare const DeleteObservabilityConfigurationResponseFilterSensitiveLog: (
|
|
770
|
-
obj: DeleteObservabilityConfigurationResponse
|
|
771
|
-
) => any;
|
|
772
|
-
export declare const DeleteServiceRequestFilterSensitiveLog: (
|
|
773
|
-
obj: DeleteServiceRequest
|
|
774
|
-
) => any;
|
|
775
665
|
export declare const DeleteServiceResponseFilterSensitiveLog: (
|
|
776
666
|
obj: DeleteServiceResponse
|
|
777
667
|
) => any;
|
|
778
|
-
export declare const DeleteVpcConnectorRequestFilterSensitiveLog: (
|
|
779
|
-
obj: DeleteVpcConnectorRequest
|
|
780
|
-
) => any;
|
|
781
|
-
export declare const DeleteVpcConnectorResponseFilterSensitiveLog: (
|
|
782
|
-
obj: DeleteVpcConnectorResponse
|
|
783
|
-
) => any;
|
|
784
|
-
export declare const DeleteVpcIngressConnectionRequestFilterSensitiveLog: (
|
|
785
|
-
obj: DeleteVpcIngressConnectionRequest
|
|
786
|
-
) => any;
|
|
787
|
-
export declare const DeleteVpcIngressConnectionResponseFilterSensitiveLog: (
|
|
788
|
-
obj: DeleteVpcIngressConnectionResponse
|
|
789
|
-
) => any;
|
|
790
|
-
export declare const DescribeAutoScalingConfigurationRequestFilterSensitiveLog: (
|
|
791
|
-
obj: DescribeAutoScalingConfigurationRequest
|
|
792
|
-
) => any;
|
|
793
|
-
export declare const DescribeAutoScalingConfigurationResponseFilterSensitiveLog: (
|
|
794
|
-
obj: DescribeAutoScalingConfigurationResponse
|
|
795
|
-
) => any;
|
|
796
|
-
export declare const DescribeCustomDomainsRequestFilterSensitiveLog: (
|
|
797
|
-
obj: DescribeCustomDomainsRequest
|
|
798
|
-
) => any;
|
|
799
|
-
export declare const DescribeCustomDomainsResponseFilterSensitiveLog: (
|
|
800
|
-
obj: DescribeCustomDomainsResponse
|
|
801
|
-
) => any;
|
|
802
|
-
export declare const DescribeObservabilityConfigurationRequestFilterSensitiveLog: (
|
|
803
|
-
obj: DescribeObservabilityConfigurationRequest
|
|
804
|
-
) => any;
|
|
805
|
-
export declare const DescribeObservabilityConfigurationResponseFilterSensitiveLog: (
|
|
806
|
-
obj: DescribeObservabilityConfigurationResponse
|
|
807
|
-
) => any;
|
|
808
|
-
export declare const DescribeServiceRequestFilterSensitiveLog: (
|
|
809
|
-
obj: DescribeServiceRequest
|
|
810
|
-
) => any;
|
|
811
668
|
export declare const DescribeServiceResponseFilterSensitiveLog: (
|
|
812
669
|
obj: DescribeServiceResponse
|
|
813
670
|
) => any;
|
|
814
|
-
export declare const DescribeVpcConnectorRequestFilterSensitiveLog: (
|
|
815
|
-
obj: DescribeVpcConnectorRequest
|
|
816
|
-
) => any;
|
|
817
|
-
export declare const DescribeVpcConnectorResponseFilterSensitiveLog: (
|
|
818
|
-
obj: DescribeVpcConnectorResponse
|
|
819
|
-
) => any;
|
|
820
|
-
export declare const DescribeVpcIngressConnectionRequestFilterSensitiveLog: (
|
|
821
|
-
obj: DescribeVpcIngressConnectionRequest
|
|
822
|
-
) => any;
|
|
823
|
-
export declare const DescribeVpcIngressConnectionResponseFilterSensitiveLog: (
|
|
824
|
-
obj: DescribeVpcIngressConnectionResponse
|
|
825
|
-
) => any;
|
|
826
|
-
export declare const DisassociateCustomDomainRequestFilterSensitiveLog: (
|
|
827
|
-
obj: DisassociateCustomDomainRequest
|
|
828
|
-
) => any;
|
|
829
|
-
export declare const DisassociateCustomDomainResponseFilterSensitiveLog: (
|
|
830
|
-
obj: DisassociateCustomDomainResponse
|
|
831
|
-
) => any;
|
|
832
|
-
export declare const ListAutoScalingConfigurationsRequestFilterSensitiveLog: (
|
|
833
|
-
obj: ListAutoScalingConfigurationsRequest
|
|
834
|
-
) => any;
|
|
835
|
-
export declare const ListAutoScalingConfigurationsResponseFilterSensitiveLog: (
|
|
836
|
-
obj: ListAutoScalingConfigurationsResponse
|
|
837
|
-
) => any;
|
|
838
|
-
export declare const ListConnectionsRequestFilterSensitiveLog: (
|
|
839
|
-
obj: ListConnectionsRequest
|
|
840
|
-
) => any;
|
|
841
|
-
export declare const ConnectionSummaryFilterSensitiveLog: (
|
|
842
|
-
obj: ConnectionSummary
|
|
843
|
-
) => any;
|
|
844
|
-
export declare const ListConnectionsResponseFilterSensitiveLog: (
|
|
845
|
-
obj: ListConnectionsResponse
|
|
846
|
-
) => any;
|
|
847
|
-
export declare const ListObservabilityConfigurationsRequestFilterSensitiveLog: (
|
|
848
|
-
obj: ListObservabilityConfigurationsRequest
|
|
849
|
-
) => any;
|
|
850
|
-
export declare const ObservabilityConfigurationSummaryFilterSensitiveLog: (
|
|
851
|
-
obj: ObservabilityConfigurationSummary
|
|
852
|
-
) => any;
|
|
853
|
-
export declare const ListObservabilityConfigurationsResponseFilterSensitiveLog: (
|
|
854
|
-
obj: ListObservabilityConfigurationsResponse
|
|
855
|
-
) => any;
|
|
856
|
-
export declare const ListOperationsRequestFilterSensitiveLog: (
|
|
857
|
-
obj: ListOperationsRequest
|
|
858
|
-
) => any;
|
|
859
|
-
export declare const OperationSummaryFilterSensitiveLog: (
|
|
860
|
-
obj: OperationSummary
|
|
861
|
-
) => any;
|
|
862
|
-
export declare const ListOperationsResponseFilterSensitiveLog: (
|
|
863
|
-
obj: ListOperationsResponse
|
|
864
|
-
) => any;
|
|
865
|
-
export declare const ListServicesRequestFilterSensitiveLog: (
|
|
866
|
-
obj: ListServicesRequest
|
|
867
|
-
) => any;
|
|
868
|
-
export declare const ServiceSummaryFilterSensitiveLog: (
|
|
869
|
-
obj: ServiceSummary
|
|
870
|
-
) => any;
|
|
871
|
-
export declare const ListServicesResponseFilterSensitiveLog: (
|
|
872
|
-
obj: ListServicesResponse
|
|
873
|
-
) => any;
|
|
874
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
875
|
-
obj: ListTagsForResourceRequest
|
|
876
|
-
) => any;
|
|
877
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
878
|
-
obj: ListTagsForResourceResponse
|
|
879
|
-
) => any;
|
|
880
|
-
export declare const ListVpcConnectorsRequestFilterSensitiveLog: (
|
|
881
|
-
obj: ListVpcConnectorsRequest
|
|
882
|
-
) => any;
|
|
883
|
-
export declare const ListVpcConnectorsResponseFilterSensitiveLog: (
|
|
884
|
-
obj: ListVpcConnectorsResponse
|
|
885
|
-
) => any;
|
|
886
|
-
export declare const ListVpcIngressConnectionsFilterFilterSensitiveLog: (
|
|
887
|
-
obj: ListVpcIngressConnectionsFilter
|
|
888
|
-
) => any;
|
|
889
|
-
export declare const ListVpcIngressConnectionsRequestFilterSensitiveLog: (
|
|
890
|
-
obj: ListVpcIngressConnectionsRequest
|
|
891
|
-
) => any;
|
|
892
|
-
export declare const VpcIngressConnectionSummaryFilterSensitiveLog: (
|
|
893
|
-
obj: VpcIngressConnectionSummary
|
|
894
|
-
) => any;
|
|
895
|
-
export declare const ListVpcIngressConnectionsResponseFilterSensitiveLog: (
|
|
896
|
-
obj: ListVpcIngressConnectionsResponse
|
|
897
|
-
) => any;
|
|
898
|
-
export declare const PauseServiceRequestFilterSensitiveLog: (
|
|
899
|
-
obj: PauseServiceRequest
|
|
900
|
-
) => any;
|
|
901
671
|
export declare const PauseServiceResponseFilterSensitiveLog: (
|
|
902
672
|
obj: PauseServiceResponse
|
|
903
673
|
) => any;
|
|
904
|
-
export declare const ResumeServiceRequestFilterSensitiveLog: (
|
|
905
|
-
obj: ResumeServiceRequest
|
|
906
|
-
) => any;
|
|
907
674
|
export declare const ResumeServiceResponseFilterSensitiveLog: (
|
|
908
675
|
obj: ResumeServiceResponse
|
|
909
676
|
) => any;
|
|
910
|
-
export declare const StartDeploymentRequestFilterSensitiveLog: (
|
|
911
|
-
obj: StartDeploymentRequest
|
|
912
|
-
) => any;
|
|
913
|
-
export declare const StartDeploymentResponseFilterSensitiveLog: (
|
|
914
|
-
obj: StartDeploymentResponse
|
|
915
|
-
) => any;
|
|
916
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
917
|
-
obj: TagResourceRequest
|
|
918
|
-
) => any;
|
|
919
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
920
|
-
obj: TagResourceResponse
|
|
921
|
-
) => any;
|
|
922
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
923
|
-
obj: UntagResourceRequest
|
|
924
|
-
) => any;
|
|
925
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
926
|
-
obj: UntagResourceResponse
|
|
927
|
-
) => any;
|
|
928
677
|
export declare const UpdateServiceRequestFilterSensitiveLog: (
|
|
929
678
|
obj: UpdateServiceRequest
|
|
930
679
|
) => any;
|
|
931
680
|
export declare const UpdateServiceResponseFilterSensitiveLog: (
|
|
932
681
|
obj: UpdateServiceResponse
|
|
933
682
|
) => any;
|
|
934
|
-
export declare const UpdateVpcIngressConnectionRequestFilterSensitiveLog: (
|
|
935
|
-
obj: UpdateVpcIngressConnectionRequest
|
|
936
|
-
) => any;
|
|
937
|
-
export declare const UpdateVpcIngressConnectionResponseFilterSensitiveLog: (
|
|
938
|
-
obj: UpdateVpcIngressConnectionResponse
|
|
939
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-apprunner",
|
|
3
3
|
"description": "AWS SDK for JavaScript Apprunner Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.299.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 apprunner"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,22 +21,22 @@
|
|
|
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/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.299.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.299.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.299.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",
|
|
29
30
|
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.299.0",
|
|
31
32
|
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
33
|
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
34
|
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
35
|
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
36
|
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.299.0",
|
|
37
38
|
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.299.0",
|
|
39
40
|
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
41
|
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
42
|
"@aws-sdk/protocol-http": "3.296.0",
|
|
@@ -46,11 +47,11 @@
|
|
|
46
47
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
48
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
49
|
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.299.0",
|
|
50
51
|
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
52
|
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.299.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.299.0",
|
|
54
55
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
56
|
"tslib": "^2.5.0"
|
|
56
57
|
},
|