@aws-sdk/client-apprunner 3.926.0 → 3.928.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 +1224 -1483
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/AppRunnerClient.js +2 -0
- package/dist-es/commands/AssociateCustomDomainCommand.js +3 -9
- package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateConnectionCommand.js +3 -9
- package/dist-es/commands/CreateObservabilityConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateServiceCommand.js +3 -10
- package/dist-es/commands/CreateVpcConnectorCommand.js +3 -9
- package/dist-es/commands/CreateVpcIngressConnectionCommand.js +3 -9
- package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteConnectionCommand.js +3 -9
- package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteServiceCommand.js +3 -10
- package/dist-es/commands/DeleteVpcConnectorCommand.js +3 -9
- package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +3 -9
- package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeCustomDomainsCommand.js +3 -9
- package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeServiceCommand.js +3 -10
- package/dist-es/commands/DescribeVpcConnectorCommand.js +3 -9
- package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +3 -9
- package/dist-es/commands/DisassociateCustomDomainCommand.js +3 -9
- package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListConnectionsCommand.js +3 -9
- package/dist-es/commands/ListObservabilityConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListOperationsCommand.js +3 -9
- package/dist-es/commands/ListServicesCommand.js +3 -9
- package/dist-es/commands/ListServicesForAutoScalingConfigurationCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListVpcConnectorsCommand.js +3 -9
- package/dist-es/commands/ListVpcIngressConnectionsCommand.js +3 -9
- package/dist-es/commands/PauseServiceCommand.js +3 -10
- package/dist-es/commands/ResumeServiceCommand.js +3 -10
- package/dist-es/commands/StartDeploymentCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateDefaultAutoScalingConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateServiceCommand.js +3 -10
- package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -75
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +1137 -0
- package/dist-types/AppRunnerClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -60
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +2 -5
- package/dist-types/schemas/schemas_0.d.ts +175 -0
- package/dist-types/ts3.4/AppRunnerClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -43
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +182 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_0.js +0 -1124
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -335
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -449
|
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
|
|
|
5
5
|
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
|
-
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
8
|
+
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput } from "./commands/AssociateCustomDomainCommand";
|
|
11
11
|
import { CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput } from "./commands/CreateAutoScalingConfigurationCommand";
|
|
@@ -178,6 +178,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
178
178
|
* Optional extensions
|
|
179
179
|
*/
|
|
180
180
|
extensions?: RuntimeExtension[];
|
|
181
|
+
/**
|
|
182
|
+
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
183
|
+
* may be overridden. A default will always be set by the client.
|
|
184
|
+
* Available options depend on the service's supported protocols and will not be validated by
|
|
185
|
+
* the client.
|
|
186
|
+
* @alpha
|
|
187
|
+
*
|
|
188
|
+
*/
|
|
189
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
181
190
|
/**
|
|
182
191
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
183
192
|
*/
|
|
@@ -2768,63 +2768,3 @@ export interface UpdateVpcIngressConnectionResponse {
|
|
|
2768
2768
|
*/
|
|
2769
2769
|
VpcIngressConnection: VpcIngressConnection | undefined;
|
|
2770
2770
|
}
|
|
2771
|
-
/**
|
|
2772
|
-
* @internal
|
|
2773
|
-
*/
|
|
2774
|
-
export declare const CodeConfigurationValuesFilterSensitiveLog: (obj: CodeConfigurationValues) => any;
|
|
2775
|
-
/**
|
|
2776
|
-
* @internal
|
|
2777
|
-
*/
|
|
2778
|
-
export declare const CodeConfigurationFilterSensitiveLog: (obj: CodeConfiguration) => any;
|
|
2779
|
-
/**
|
|
2780
|
-
* @internal
|
|
2781
|
-
*/
|
|
2782
|
-
export declare const CodeRepositoryFilterSensitiveLog: (obj: CodeRepository) => any;
|
|
2783
|
-
/**
|
|
2784
|
-
* @internal
|
|
2785
|
-
*/
|
|
2786
|
-
export declare const ImageConfigurationFilterSensitiveLog: (obj: ImageConfiguration) => any;
|
|
2787
|
-
/**
|
|
2788
|
-
* @internal
|
|
2789
|
-
*/
|
|
2790
|
-
export declare const ImageRepositoryFilterSensitiveLog: (obj: ImageRepository) => any;
|
|
2791
|
-
/**
|
|
2792
|
-
* @internal
|
|
2793
|
-
*/
|
|
2794
|
-
export declare const SourceConfigurationFilterSensitiveLog: (obj: SourceConfiguration) => any;
|
|
2795
|
-
/**
|
|
2796
|
-
* @internal
|
|
2797
|
-
*/
|
|
2798
|
-
export declare const CreateServiceRequestFilterSensitiveLog: (obj: CreateServiceRequest) => any;
|
|
2799
|
-
/**
|
|
2800
|
-
* @internal
|
|
2801
|
-
*/
|
|
2802
|
-
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
2803
|
-
/**
|
|
2804
|
-
* @internal
|
|
2805
|
-
*/
|
|
2806
|
-
export declare const CreateServiceResponseFilterSensitiveLog: (obj: CreateServiceResponse) => any;
|
|
2807
|
-
/**
|
|
2808
|
-
* @internal
|
|
2809
|
-
*/
|
|
2810
|
-
export declare const DeleteServiceResponseFilterSensitiveLog: (obj: DeleteServiceResponse) => any;
|
|
2811
|
-
/**
|
|
2812
|
-
* @internal
|
|
2813
|
-
*/
|
|
2814
|
-
export declare const DescribeServiceResponseFilterSensitiveLog: (obj: DescribeServiceResponse) => any;
|
|
2815
|
-
/**
|
|
2816
|
-
* @internal
|
|
2817
|
-
*/
|
|
2818
|
-
export declare const PauseServiceResponseFilterSensitiveLog: (obj: PauseServiceResponse) => any;
|
|
2819
|
-
/**
|
|
2820
|
-
* @internal
|
|
2821
|
-
*/
|
|
2822
|
-
export declare const ResumeServiceResponseFilterSensitiveLog: (obj: ResumeServiceResponse) => any;
|
|
2823
|
-
/**
|
|
2824
|
-
* @internal
|
|
2825
|
-
*/
|
|
2826
|
-
export declare const UpdateServiceRequestFilterSensitiveLog: (obj: UpdateServiceRequest) => any;
|
|
2827
|
-
/**
|
|
2828
|
-
* @internal
|
|
2829
|
-
*/
|
|
2830
|
-
export declare const UpdateServiceResponseFilterSensitiveLog: (obj: UpdateServiceResponse) => any;
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
|
|
|
29
29
|
profile?: string;
|
|
30
30
|
logger: import("@smithy/types").Logger;
|
|
31
31
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
32
33
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
34
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
34
35
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
|
|
|
31
31
|
profile?: string;
|
|
32
32
|
logger: import("@smithy/types").Logger;
|
|
33
33
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
34
35
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
35
36
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
36
37
|
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;
|
|
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
|
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
29
29
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
30
31
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
31
32
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
32
33
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -8,16 +8,13 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
|
|
|
8
8
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
9
9
|
disableHostPrefix: boolean;
|
|
10
10
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
11
|
-
logger
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
?: import("@smithy/types").Logger;
|
|
11
|
+
logger?: import("@smithy/types").Logger;
|
|
16
12
|
}) => import("@smithy/types").EndpointV2;
|
|
17
13
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
18
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppRunnerHttpAuthSchemeProvider;
|
|
19
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
20
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
21
18
|
serviceId: string;
|
|
22
19
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
20
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticMapSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var BuildCommand: StaticSimpleSchema;
|
|
3
|
+
export declare var RuntimeEnvironmentSecretsName: StaticSimpleSchema;
|
|
4
|
+
export declare var RuntimeEnvironmentSecretsValue: StaticSimpleSchema;
|
|
5
|
+
export declare var RuntimeEnvironmentVariablesKey: StaticSimpleSchema;
|
|
6
|
+
export declare var RuntimeEnvironmentVariablesValue: StaticSimpleSchema;
|
|
7
|
+
export declare var StartCommand: StaticSimpleSchema;
|
|
8
|
+
export declare var AssociateCustomDomainRequest: StaticStructureSchema;
|
|
9
|
+
export declare var AssociateCustomDomainResponse: StaticStructureSchema;
|
|
10
|
+
export declare var AuthenticationConfiguration: StaticStructureSchema;
|
|
11
|
+
export declare var AutoScalingConfiguration: StaticStructureSchema;
|
|
12
|
+
export declare var AutoScalingConfigurationSummary: StaticStructureSchema;
|
|
13
|
+
export declare var CertificateValidationRecord: StaticStructureSchema;
|
|
14
|
+
export declare var CodeConfiguration: StaticStructureSchema;
|
|
15
|
+
export declare var CodeConfigurationValues: StaticStructureSchema;
|
|
16
|
+
export declare var CodeRepository: StaticStructureSchema;
|
|
17
|
+
export declare var Connection: StaticStructureSchema;
|
|
18
|
+
export declare var ConnectionSummary: StaticStructureSchema;
|
|
19
|
+
export declare var CreateAutoScalingConfigurationRequest: StaticStructureSchema;
|
|
20
|
+
export declare var CreateAutoScalingConfigurationResponse: StaticStructureSchema;
|
|
21
|
+
export declare var CreateConnectionRequest: StaticStructureSchema;
|
|
22
|
+
export declare var CreateConnectionResponse: StaticStructureSchema;
|
|
23
|
+
export declare var CreateObservabilityConfigurationRequest: StaticStructureSchema;
|
|
24
|
+
export declare var CreateObservabilityConfigurationResponse: StaticStructureSchema;
|
|
25
|
+
export declare var CreateServiceRequest: StaticStructureSchema;
|
|
26
|
+
export declare var CreateServiceResponse: StaticStructureSchema;
|
|
27
|
+
export declare var CreateVpcConnectorRequest: StaticStructureSchema;
|
|
28
|
+
export declare var CreateVpcConnectorResponse: StaticStructureSchema;
|
|
29
|
+
export declare var CreateVpcIngressConnectionRequest: StaticStructureSchema;
|
|
30
|
+
export declare var CreateVpcIngressConnectionResponse: StaticStructureSchema;
|
|
31
|
+
export declare var CustomDomain: StaticStructureSchema;
|
|
32
|
+
export declare var DeleteAutoScalingConfigurationRequest: StaticStructureSchema;
|
|
33
|
+
export declare var DeleteAutoScalingConfigurationResponse: StaticStructureSchema;
|
|
34
|
+
export declare var DeleteConnectionRequest: StaticStructureSchema;
|
|
35
|
+
export declare var DeleteConnectionResponse: StaticStructureSchema;
|
|
36
|
+
export declare var DeleteObservabilityConfigurationRequest: StaticStructureSchema;
|
|
37
|
+
export declare var DeleteObservabilityConfigurationResponse: StaticStructureSchema;
|
|
38
|
+
export declare var DeleteServiceRequest: StaticStructureSchema;
|
|
39
|
+
export declare var DeleteServiceResponse: StaticStructureSchema;
|
|
40
|
+
export declare var DeleteVpcConnectorRequest: StaticStructureSchema;
|
|
41
|
+
export declare var DeleteVpcConnectorResponse: StaticStructureSchema;
|
|
42
|
+
export declare var DeleteVpcIngressConnectionRequest: StaticStructureSchema;
|
|
43
|
+
export declare var DeleteVpcIngressConnectionResponse: StaticStructureSchema;
|
|
44
|
+
export declare var DescribeAutoScalingConfigurationRequest: StaticStructureSchema;
|
|
45
|
+
export declare var DescribeAutoScalingConfigurationResponse: StaticStructureSchema;
|
|
46
|
+
export declare var DescribeCustomDomainsRequest: StaticStructureSchema;
|
|
47
|
+
export declare var DescribeCustomDomainsResponse: StaticStructureSchema;
|
|
48
|
+
export declare var DescribeObservabilityConfigurationRequest: StaticStructureSchema;
|
|
49
|
+
export declare var DescribeObservabilityConfigurationResponse: StaticStructureSchema;
|
|
50
|
+
export declare var DescribeServiceRequest: StaticStructureSchema;
|
|
51
|
+
export declare var DescribeServiceResponse: StaticStructureSchema;
|
|
52
|
+
export declare var DescribeVpcConnectorRequest: StaticStructureSchema;
|
|
53
|
+
export declare var DescribeVpcConnectorResponse: StaticStructureSchema;
|
|
54
|
+
export declare var DescribeVpcIngressConnectionRequest: StaticStructureSchema;
|
|
55
|
+
export declare var DescribeVpcIngressConnectionResponse: StaticStructureSchema;
|
|
56
|
+
export declare var DisassociateCustomDomainRequest: StaticStructureSchema;
|
|
57
|
+
export declare var DisassociateCustomDomainResponse: StaticStructureSchema;
|
|
58
|
+
export declare var EgressConfiguration: StaticStructureSchema;
|
|
59
|
+
export declare var EncryptionConfiguration: StaticStructureSchema;
|
|
60
|
+
export declare var HealthCheckConfiguration: StaticStructureSchema;
|
|
61
|
+
export declare var ImageConfiguration: StaticStructureSchema;
|
|
62
|
+
export declare var ImageRepository: StaticStructureSchema;
|
|
63
|
+
export declare var IngressConfiguration: StaticStructureSchema;
|
|
64
|
+
export declare var IngressVpcConfiguration: StaticStructureSchema;
|
|
65
|
+
export declare var InstanceConfiguration: StaticStructureSchema;
|
|
66
|
+
export declare var InternalServiceErrorException: StaticErrorSchema;
|
|
67
|
+
export declare var InvalidRequestException: StaticErrorSchema;
|
|
68
|
+
export declare var InvalidStateException: StaticErrorSchema;
|
|
69
|
+
export declare var ListAutoScalingConfigurationsRequest: StaticStructureSchema;
|
|
70
|
+
export declare var ListAutoScalingConfigurationsResponse: StaticStructureSchema;
|
|
71
|
+
export declare var ListConnectionsRequest: StaticStructureSchema;
|
|
72
|
+
export declare var ListConnectionsResponse: StaticStructureSchema;
|
|
73
|
+
export declare var ListObservabilityConfigurationsRequest: StaticStructureSchema;
|
|
74
|
+
export declare var ListObservabilityConfigurationsResponse: StaticStructureSchema;
|
|
75
|
+
export declare var ListOperationsRequest: StaticStructureSchema;
|
|
76
|
+
export declare var ListOperationsResponse: StaticStructureSchema;
|
|
77
|
+
export declare var ListServicesForAutoScalingConfigurationRequest: StaticStructureSchema;
|
|
78
|
+
export declare var ListServicesForAutoScalingConfigurationResponse: StaticStructureSchema;
|
|
79
|
+
export declare var ListServicesRequest: StaticStructureSchema;
|
|
80
|
+
export declare var ListServicesResponse: StaticStructureSchema;
|
|
81
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
82
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
83
|
+
export declare var ListVpcConnectorsRequest: StaticStructureSchema;
|
|
84
|
+
export declare var ListVpcConnectorsResponse: StaticStructureSchema;
|
|
85
|
+
export declare var ListVpcIngressConnectionsFilter: StaticStructureSchema;
|
|
86
|
+
export declare var ListVpcIngressConnectionsRequest: StaticStructureSchema;
|
|
87
|
+
export declare var ListVpcIngressConnectionsResponse: StaticStructureSchema;
|
|
88
|
+
export declare var NetworkConfiguration: StaticStructureSchema;
|
|
89
|
+
export declare var ObservabilityConfiguration: StaticStructureSchema;
|
|
90
|
+
export declare var ObservabilityConfigurationSummary: StaticStructureSchema;
|
|
91
|
+
export declare var OperationSummary: StaticStructureSchema;
|
|
92
|
+
export declare var PauseServiceRequest: StaticStructureSchema;
|
|
93
|
+
export declare var PauseServiceResponse: StaticStructureSchema;
|
|
94
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
95
|
+
export declare var ResumeServiceRequest: StaticStructureSchema;
|
|
96
|
+
export declare var ResumeServiceResponse: StaticStructureSchema;
|
|
97
|
+
export declare var Service: StaticStructureSchema;
|
|
98
|
+
export declare var ServiceObservabilityConfiguration: StaticStructureSchema;
|
|
99
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
100
|
+
export declare var ServiceSummary: StaticStructureSchema;
|
|
101
|
+
export declare var SourceCodeVersion: StaticStructureSchema;
|
|
102
|
+
export declare var SourceConfiguration: StaticStructureSchema;
|
|
103
|
+
export declare var StartDeploymentRequest: StaticStructureSchema;
|
|
104
|
+
export declare var StartDeploymentResponse: StaticStructureSchema;
|
|
105
|
+
export declare var Tag: StaticStructureSchema;
|
|
106
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
107
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
108
|
+
export declare var TraceConfiguration: StaticStructureSchema;
|
|
109
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
110
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
111
|
+
export declare var UpdateDefaultAutoScalingConfigurationRequest: StaticStructureSchema;
|
|
112
|
+
export declare var UpdateDefaultAutoScalingConfigurationResponse: StaticStructureSchema;
|
|
113
|
+
export declare var UpdateServiceRequest: StaticStructureSchema;
|
|
114
|
+
export declare var UpdateServiceResponse: StaticStructureSchema;
|
|
115
|
+
export declare var UpdateVpcIngressConnectionRequest: StaticStructureSchema;
|
|
116
|
+
export declare var UpdateVpcIngressConnectionResponse: StaticStructureSchema;
|
|
117
|
+
export declare var VpcConnector: StaticStructureSchema;
|
|
118
|
+
export declare var VpcDNSTarget: StaticStructureSchema;
|
|
119
|
+
export declare var VpcIngressConnection: StaticStructureSchema;
|
|
120
|
+
export declare var VpcIngressConnectionSummary: StaticStructureSchema;
|
|
121
|
+
export declare var __Unit: "unit";
|
|
122
|
+
export declare var AppRunnerServiceException: StaticErrorSchema;
|
|
123
|
+
export declare var AutoScalingConfigurationSummaryList: StaticListSchema;
|
|
124
|
+
export declare var CertificateValidationRecordList: StaticListSchema;
|
|
125
|
+
export declare var ConnectionSummaryList: StaticListSchema;
|
|
126
|
+
export declare var CustomDomainList: StaticListSchema;
|
|
127
|
+
export declare var ObservabilityConfigurationSummaryList: StaticListSchema;
|
|
128
|
+
export declare var OperationSummaryList: StaticListSchema;
|
|
129
|
+
export declare var ServiceArnList: number;
|
|
130
|
+
export declare var ServiceSummaryList: StaticListSchema;
|
|
131
|
+
export declare var StringList: number;
|
|
132
|
+
export declare var TagKeyList: number;
|
|
133
|
+
export declare var TagList: StaticListSchema;
|
|
134
|
+
export declare var VpcConnectors: StaticListSchema;
|
|
135
|
+
export declare var VpcDNSTargetList: StaticListSchema;
|
|
136
|
+
export declare var VpcIngressConnectionSummaryList: StaticListSchema;
|
|
137
|
+
export declare var RuntimeEnvironmentSecrets: StaticMapSchema;
|
|
138
|
+
export declare var RuntimeEnvironmentVariables: StaticMapSchema;
|
|
139
|
+
export declare var AssociateCustomDomain: StaticOperationSchema;
|
|
140
|
+
export declare var CreateAutoScalingConfiguration: StaticOperationSchema;
|
|
141
|
+
export declare var CreateConnection: StaticOperationSchema;
|
|
142
|
+
export declare var CreateObservabilityConfiguration: StaticOperationSchema;
|
|
143
|
+
export declare var CreateService: StaticOperationSchema;
|
|
144
|
+
export declare var CreateVpcConnector: StaticOperationSchema;
|
|
145
|
+
export declare var CreateVpcIngressConnection: StaticOperationSchema;
|
|
146
|
+
export declare var DeleteAutoScalingConfiguration: StaticOperationSchema;
|
|
147
|
+
export declare var DeleteConnection: StaticOperationSchema;
|
|
148
|
+
export declare var DeleteObservabilityConfiguration: StaticOperationSchema;
|
|
149
|
+
export declare var DeleteService: StaticOperationSchema;
|
|
150
|
+
export declare var DeleteVpcConnector: StaticOperationSchema;
|
|
151
|
+
export declare var DeleteVpcIngressConnection: StaticOperationSchema;
|
|
152
|
+
export declare var DescribeAutoScalingConfiguration: StaticOperationSchema;
|
|
153
|
+
export declare var DescribeCustomDomains: StaticOperationSchema;
|
|
154
|
+
export declare var DescribeObservabilityConfiguration: StaticOperationSchema;
|
|
155
|
+
export declare var DescribeService: StaticOperationSchema;
|
|
156
|
+
export declare var DescribeVpcConnector: StaticOperationSchema;
|
|
157
|
+
export declare var DescribeVpcIngressConnection: StaticOperationSchema;
|
|
158
|
+
export declare var DisassociateCustomDomain: StaticOperationSchema;
|
|
159
|
+
export declare var ListAutoScalingConfigurations: StaticOperationSchema;
|
|
160
|
+
export declare var ListConnections: StaticOperationSchema;
|
|
161
|
+
export declare var ListObservabilityConfigurations: StaticOperationSchema;
|
|
162
|
+
export declare var ListOperations: StaticOperationSchema;
|
|
163
|
+
export declare var ListServices: StaticOperationSchema;
|
|
164
|
+
export declare var ListServicesForAutoScalingConfiguration: StaticOperationSchema;
|
|
165
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
166
|
+
export declare var ListVpcConnectors: StaticOperationSchema;
|
|
167
|
+
export declare var ListVpcIngressConnections: StaticOperationSchema;
|
|
168
|
+
export declare var PauseService: StaticOperationSchema;
|
|
169
|
+
export declare var ResumeService: StaticOperationSchema;
|
|
170
|
+
export declare var StartDeployment: StaticOperationSchema;
|
|
171
|
+
export declare var TagResource: StaticOperationSchema;
|
|
172
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
173
|
+
export declare var UpdateDefaultAutoScalingConfiguration: StaticOperationSchema;
|
|
174
|
+
export declare var UpdateService: StaticOperationSchema;
|
|
175
|
+
export declare var UpdateVpcIngressConnection: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -300,6 +303,7 @@ export interface ClientDefaults
|
|
|
300
303
|
retryMode?: string | __Provider<string>;
|
|
301
304
|
logger?: __Logger;
|
|
302
305
|
extensions?: RuntimeExtension[];
|
|
306
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
303
307
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
304
308
|
}
|
|
305
309
|
export type AppRunnerClientConfigType = Partial<
|
|
@@ -700,46 +700,3 @@ export interface UpdateVpcIngressConnectionRequest {
|
|
|
700
700
|
export interface UpdateVpcIngressConnectionResponse {
|
|
701
701
|
VpcIngressConnection: VpcIngressConnection | undefined;
|
|
702
702
|
}
|
|
703
|
-
export declare const CodeConfigurationValuesFilterSensitiveLog: (
|
|
704
|
-
obj: CodeConfigurationValues
|
|
705
|
-
) => any;
|
|
706
|
-
export declare const CodeConfigurationFilterSensitiveLog: (
|
|
707
|
-
obj: CodeConfiguration
|
|
708
|
-
) => any;
|
|
709
|
-
export declare const CodeRepositoryFilterSensitiveLog: (
|
|
710
|
-
obj: CodeRepository
|
|
711
|
-
) => any;
|
|
712
|
-
export declare const ImageConfigurationFilterSensitiveLog: (
|
|
713
|
-
obj: ImageConfiguration
|
|
714
|
-
) => any;
|
|
715
|
-
export declare const ImageRepositoryFilterSensitiveLog: (
|
|
716
|
-
obj: ImageRepository
|
|
717
|
-
) => any;
|
|
718
|
-
export declare const SourceConfigurationFilterSensitiveLog: (
|
|
719
|
-
obj: SourceConfiguration
|
|
720
|
-
) => any;
|
|
721
|
-
export declare const CreateServiceRequestFilterSensitiveLog: (
|
|
722
|
-
obj: CreateServiceRequest
|
|
723
|
-
) => any;
|
|
724
|
-
export declare const ServiceFilterSensitiveLog: (obj: Service) => any;
|
|
725
|
-
export declare const CreateServiceResponseFilterSensitiveLog: (
|
|
726
|
-
obj: CreateServiceResponse
|
|
727
|
-
) => any;
|
|
728
|
-
export declare const DeleteServiceResponseFilterSensitiveLog: (
|
|
729
|
-
obj: DeleteServiceResponse
|
|
730
|
-
) => any;
|
|
731
|
-
export declare const DescribeServiceResponseFilterSensitiveLog: (
|
|
732
|
-
obj: DescribeServiceResponse
|
|
733
|
-
) => any;
|
|
734
|
-
export declare const PauseServiceResponseFilterSensitiveLog: (
|
|
735
|
-
obj: PauseServiceResponse
|
|
736
|
-
) => any;
|
|
737
|
-
export declare const ResumeServiceResponseFilterSensitiveLog: (
|
|
738
|
-
obj: ResumeServiceResponse
|
|
739
|
-
) => any;
|
|
740
|
-
export declare const UpdateServiceRequestFilterSensitiveLog: (
|
|
741
|
-
obj: UpdateServiceRequest
|
|
742
|
-
) => any;
|
|
743
|
-
export declare const UpdateServiceResponseFilterSensitiveLog: (
|
|
744
|
-
obj: UpdateServiceResponse
|
|
745
|
-
) => any;
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: AppRunnerClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").AppRunnerHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticMapSchema,
|
|
5
|
+
StaticOperationSchema,
|
|
6
|
+
StaticSimpleSchema,
|
|
7
|
+
StaticStructureSchema,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
export declare var BuildCommand: StaticSimpleSchema;
|
|
10
|
+
export declare var RuntimeEnvironmentSecretsName: StaticSimpleSchema;
|
|
11
|
+
export declare var RuntimeEnvironmentSecretsValue: StaticSimpleSchema;
|
|
12
|
+
export declare var RuntimeEnvironmentVariablesKey: StaticSimpleSchema;
|
|
13
|
+
export declare var RuntimeEnvironmentVariablesValue: StaticSimpleSchema;
|
|
14
|
+
export declare var StartCommand: StaticSimpleSchema;
|
|
15
|
+
export declare var AssociateCustomDomainRequest: StaticStructureSchema;
|
|
16
|
+
export declare var AssociateCustomDomainResponse: StaticStructureSchema;
|
|
17
|
+
export declare var AuthenticationConfiguration: StaticStructureSchema;
|
|
18
|
+
export declare var AutoScalingConfiguration: StaticStructureSchema;
|
|
19
|
+
export declare var AutoScalingConfigurationSummary: StaticStructureSchema;
|
|
20
|
+
export declare var CertificateValidationRecord: StaticStructureSchema;
|
|
21
|
+
export declare var CodeConfiguration: StaticStructureSchema;
|
|
22
|
+
export declare var CodeConfigurationValues: StaticStructureSchema;
|
|
23
|
+
export declare var CodeRepository: StaticStructureSchema;
|
|
24
|
+
export declare var Connection: StaticStructureSchema;
|
|
25
|
+
export declare var ConnectionSummary: StaticStructureSchema;
|
|
26
|
+
export declare var CreateAutoScalingConfigurationRequest: StaticStructureSchema;
|
|
27
|
+
export declare var CreateAutoScalingConfigurationResponse: StaticStructureSchema;
|
|
28
|
+
export declare var CreateConnectionRequest: StaticStructureSchema;
|
|
29
|
+
export declare var CreateConnectionResponse: StaticStructureSchema;
|
|
30
|
+
export declare var CreateObservabilityConfigurationRequest: StaticStructureSchema;
|
|
31
|
+
export declare var CreateObservabilityConfigurationResponse: StaticStructureSchema;
|
|
32
|
+
export declare var CreateServiceRequest: StaticStructureSchema;
|
|
33
|
+
export declare var CreateServiceResponse: StaticStructureSchema;
|
|
34
|
+
export declare var CreateVpcConnectorRequest: StaticStructureSchema;
|
|
35
|
+
export declare var CreateVpcConnectorResponse: StaticStructureSchema;
|
|
36
|
+
export declare var CreateVpcIngressConnectionRequest: StaticStructureSchema;
|
|
37
|
+
export declare var CreateVpcIngressConnectionResponse: StaticStructureSchema;
|
|
38
|
+
export declare var CustomDomain: StaticStructureSchema;
|
|
39
|
+
export declare var DeleteAutoScalingConfigurationRequest: StaticStructureSchema;
|
|
40
|
+
export declare var DeleteAutoScalingConfigurationResponse: StaticStructureSchema;
|
|
41
|
+
export declare var DeleteConnectionRequest: StaticStructureSchema;
|
|
42
|
+
export declare var DeleteConnectionResponse: StaticStructureSchema;
|
|
43
|
+
export declare var DeleteObservabilityConfigurationRequest: StaticStructureSchema;
|
|
44
|
+
export declare var DeleteObservabilityConfigurationResponse: StaticStructureSchema;
|
|
45
|
+
export declare var DeleteServiceRequest: StaticStructureSchema;
|
|
46
|
+
export declare var DeleteServiceResponse: StaticStructureSchema;
|
|
47
|
+
export declare var DeleteVpcConnectorRequest: StaticStructureSchema;
|
|
48
|
+
export declare var DeleteVpcConnectorResponse: StaticStructureSchema;
|
|
49
|
+
export declare var DeleteVpcIngressConnectionRequest: StaticStructureSchema;
|
|
50
|
+
export declare var DeleteVpcIngressConnectionResponse: StaticStructureSchema;
|
|
51
|
+
export declare var DescribeAutoScalingConfigurationRequest: StaticStructureSchema;
|
|
52
|
+
export declare var DescribeAutoScalingConfigurationResponse: StaticStructureSchema;
|
|
53
|
+
export declare var DescribeCustomDomainsRequest: StaticStructureSchema;
|
|
54
|
+
export declare var DescribeCustomDomainsResponse: StaticStructureSchema;
|
|
55
|
+
export declare var DescribeObservabilityConfigurationRequest: StaticStructureSchema;
|
|
56
|
+
export declare var DescribeObservabilityConfigurationResponse: StaticStructureSchema;
|
|
57
|
+
export declare var DescribeServiceRequest: StaticStructureSchema;
|
|
58
|
+
export declare var DescribeServiceResponse: StaticStructureSchema;
|
|
59
|
+
export declare var DescribeVpcConnectorRequest: StaticStructureSchema;
|
|
60
|
+
export declare var DescribeVpcConnectorResponse: StaticStructureSchema;
|
|
61
|
+
export declare var DescribeVpcIngressConnectionRequest: StaticStructureSchema;
|
|
62
|
+
export declare var DescribeVpcIngressConnectionResponse: StaticStructureSchema;
|
|
63
|
+
export declare var DisassociateCustomDomainRequest: StaticStructureSchema;
|
|
64
|
+
export declare var DisassociateCustomDomainResponse: StaticStructureSchema;
|
|
65
|
+
export declare var EgressConfiguration: StaticStructureSchema;
|
|
66
|
+
export declare var EncryptionConfiguration: StaticStructureSchema;
|
|
67
|
+
export declare var HealthCheckConfiguration: StaticStructureSchema;
|
|
68
|
+
export declare var ImageConfiguration: StaticStructureSchema;
|
|
69
|
+
export declare var ImageRepository: StaticStructureSchema;
|
|
70
|
+
export declare var IngressConfiguration: StaticStructureSchema;
|
|
71
|
+
export declare var IngressVpcConfiguration: StaticStructureSchema;
|
|
72
|
+
export declare var InstanceConfiguration: StaticStructureSchema;
|
|
73
|
+
export declare var InternalServiceErrorException: StaticErrorSchema;
|
|
74
|
+
export declare var InvalidRequestException: StaticErrorSchema;
|
|
75
|
+
export declare var InvalidStateException: StaticErrorSchema;
|
|
76
|
+
export declare var ListAutoScalingConfigurationsRequest: StaticStructureSchema;
|
|
77
|
+
export declare var ListAutoScalingConfigurationsResponse: StaticStructureSchema;
|
|
78
|
+
export declare var ListConnectionsRequest: StaticStructureSchema;
|
|
79
|
+
export declare var ListConnectionsResponse: StaticStructureSchema;
|
|
80
|
+
export declare var ListObservabilityConfigurationsRequest: StaticStructureSchema;
|
|
81
|
+
export declare var ListObservabilityConfigurationsResponse: StaticStructureSchema;
|
|
82
|
+
export declare var ListOperationsRequest: StaticStructureSchema;
|
|
83
|
+
export declare var ListOperationsResponse: StaticStructureSchema;
|
|
84
|
+
export declare var ListServicesForAutoScalingConfigurationRequest: StaticStructureSchema;
|
|
85
|
+
export declare var ListServicesForAutoScalingConfigurationResponse: StaticStructureSchema;
|
|
86
|
+
export declare var ListServicesRequest: StaticStructureSchema;
|
|
87
|
+
export declare var ListServicesResponse: StaticStructureSchema;
|
|
88
|
+
export declare var ListTagsForResourceRequest: StaticStructureSchema;
|
|
89
|
+
export declare var ListTagsForResourceResponse: StaticStructureSchema;
|
|
90
|
+
export declare var ListVpcConnectorsRequest: StaticStructureSchema;
|
|
91
|
+
export declare var ListVpcConnectorsResponse: StaticStructureSchema;
|
|
92
|
+
export declare var ListVpcIngressConnectionsFilter: StaticStructureSchema;
|
|
93
|
+
export declare var ListVpcIngressConnectionsRequest: StaticStructureSchema;
|
|
94
|
+
export declare var ListVpcIngressConnectionsResponse: StaticStructureSchema;
|
|
95
|
+
export declare var NetworkConfiguration: StaticStructureSchema;
|
|
96
|
+
export declare var ObservabilityConfiguration: StaticStructureSchema;
|
|
97
|
+
export declare var ObservabilityConfigurationSummary: StaticStructureSchema;
|
|
98
|
+
export declare var OperationSummary: StaticStructureSchema;
|
|
99
|
+
export declare var PauseServiceRequest: StaticStructureSchema;
|
|
100
|
+
export declare var PauseServiceResponse: StaticStructureSchema;
|
|
101
|
+
export declare var ResourceNotFoundException: StaticErrorSchema;
|
|
102
|
+
export declare var ResumeServiceRequest: StaticStructureSchema;
|
|
103
|
+
export declare var ResumeServiceResponse: StaticStructureSchema;
|
|
104
|
+
export declare var Service: StaticStructureSchema;
|
|
105
|
+
export declare var ServiceObservabilityConfiguration: StaticStructureSchema;
|
|
106
|
+
export declare var ServiceQuotaExceededException: StaticErrorSchema;
|
|
107
|
+
export declare var ServiceSummary: StaticStructureSchema;
|
|
108
|
+
export declare var SourceCodeVersion: StaticStructureSchema;
|
|
109
|
+
export declare var SourceConfiguration: StaticStructureSchema;
|
|
110
|
+
export declare var StartDeploymentRequest: StaticStructureSchema;
|
|
111
|
+
export declare var StartDeploymentResponse: StaticStructureSchema;
|
|
112
|
+
export declare var Tag: StaticStructureSchema;
|
|
113
|
+
export declare var TagResourceRequest: StaticStructureSchema;
|
|
114
|
+
export declare var TagResourceResponse: StaticStructureSchema;
|
|
115
|
+
export declare var TraceConfiguration: StaticStructureSchema;
|
|
116
|
+
export declare var UntagResourceRequest: StaticStructureSchema;
|
|
117
|
+
export declare var UntagResourceResponse: StaticStructureSchema;
|
|
118
|
+
export declare var UpdateDefaultAutoScalingConfigurationRequest: StaticStructureSchema;
|
|
119
|
+
export declare var UpdateDefaultAutoScalingConfigurationResponse: StaticStructureSchema;
|
|
120
|
+
export declare var UpdateServiceRequest: StaticStructureSchema;
|
|
121
|
+
export declare var UpdateServiceResponse: StaticStructureSchema;
|
|
122
|
+
export declare var UpdateVpcIngressConnectionRequest: StaticStructureSchema;
|
|
123
|
+
export declare var UpdateVpcIngressConnectionResponse: StaticStructureSchema;
|
|
124
|
+
export declare var VpcConnector: StaticStructureSchema;
|
|
125
|
+
export declare var VpcDNSTarget: StaticStructureSchema;
|
|
126
|
+
export declare var VpcIngressConnection: StaticStructureSchema;
|
|
127
|
+
export declare var VpcIngressConnectionSummary: StaticStructureSchema;
|
|
128
|
+
export declare var __Unit: "unit";
|
|
129
|
+
export declare var AppRunnerServiceException: StaticErrorSchema;
|
|
130
|
+
export declare var AutoScalingConfigurationSummaryList: StaticListSchema;
|
|
131
|
+
export declare var CertificateValidationRecordList: StaticListSchema;
|
|
132
|
+
export declare var ConnectionSummaryList: StaticListSchema;
|
|
133
|
+
export declare var CustomDomainList: StaticListSchema;
|
|
134
|
+
export declare var ObservabilityConfigurationSummaryList: StaticListSchema;
|
|
135
|
+
export declare var OperationSummaryList: StaticListSchema;
|
|
136
|
+
export declare var ServiceArnList: number;
|
|
137
|
+
export declare var ServiceSummaryList: StaticListSchema;
|
|
138
|
+
export declare var StringList: number;
|
|
139
|
+
export declare var TagKeyList: number;
|
|
140
|
+
export declare var TagList: StaticListSchema;
|
|
141
|
+
export declare var VpcConnectors: StaticListSchema;
|
|
142
|
+
export declare var VpcDNSTargetList: StaticListSchema;
|
|
143
|
+
export declare var VpcIngressConnectionSummaryList: StaticListSchema;
|
|
144
|
+
export declare var RuntimeEnvironmentSecrets: StaticMapSchema;
|
|
145
|
+
export declare var RuntimeEnvironmentVariables: StaticMapSchema;
|
|
146
|
+
export declare var AssociateCustomDomain: StaticOperationSchema;
|
|
147
|
+
export declare var CreateAutoScalingConfiguration: StaticOperationSchema;
|
|
148
|
+
export declare var CreateConnection: StaticOperationSchema;
|
|
149
|
+
export declare var CreateObservabilityConfiguration: StaticOperationSchema;
|
|
150
|
+
export declare var CreateService: StaticOperationSchema;
|
|
151
|
+
export declare var CreateVpcConnector: StaticOperationSchema;
|
|
152
|
+
export declare var CreateVpcIngressConnection: StaticOperationSchema;
|
|
153
|
+
export declare var DeleteAutoScalingConfiguration: StaticOperationSchema;
|
|
154
|
+
export declare var DeleteConnection: StaticOperationSchema;
|
|
155
|
+
export declare var DeleteObservabilityConfiguration: StaticOperationSchema;
|
|
156
|
+
export declare var DeleteService: StaticOperationSchema;
|
|
157
|
+
export declare var DeleteVpcConnector: StaticOperationSchema;
|
|
158
|
+
export declare var DeleteVpcIngressConnection: StaticOperationSchema;
|
|
159
|
+
export declare var DescribeAutoScalingConfiguration: StaticOperationSchema;
|
|
160
|
+
export declare var DescribeCustomDomains: StaticOperationSchema;
|
|
161
|
+
export declare var DescribeObservabilityConfiguration: StaticOperationSchema;
|
|
162
|
+
export declare var DescribeService: StaticOperationSchema;
|
|
163
|
+
export declare var DescribeVpcConnector: StaticOperationSchema;
|
|
164
|
+
export declare var DescribeVpcIngressConnection: StaticOperationSchema;
|
|
165
|
+
export declare var DisassociateCustomDomain: StaticOperationSchema;
|
|
166
|
+
export declare var ListAutoScalingConfigurations: StaticOperationSchema;
|
|
167
|
+
export declare var ListConnections: StaticOperationSchema;
|
|
168
|
+
export declare var ListObservabilityConfigurations: StaticOperationSchema;
|
|
169
|
+
export declare var ListOperations: StaticOperationSchema;
|
|
170
|
+
export declare var ListServices: StaticOperationSchema;
|
|
171
|
+
export declare var ListServicesForAutoScalingConfiguration: StaticOperationSchema;
|
|
172
|
+
export declare var ListTagsForResource: StaticOperationSchema;
|
|
173
|
+
export declare var ListVpcConnectors: StaticOperationSchema;
|
|
174
|
+
export declare var ListVpcIngressConnections: StaticOperationSchema;
|
|
175
|
+
export declare var PauseService: StaticOperationSchema;
|
|
176
|
+
export declare var ResumeService: StaticOperationSchema;
|
|
177
|
+
export declare var StartDeployment: StaticOperationSchema;
|
|
178
|
+
export declare var TagResource: StaticOperationSchema;
|
|
179
|
+
export declare var UntagResource: StaticOperationSchema;
|
|
180
|
+
export declare var UpdateDefaultAutoScalingConfiguration: StaticOperationSchema;
|
|
181
|
+
export declare var UpdateService: StaticOperationSchema;
|
|
182
|
+
export declare var UpdateVpcIngressConnection: StaticOperationSchema;
|
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.928.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-apprunner",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.928.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|