@aws-sdk/client-apprunner 3.1019.0 → 3.1021.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-es/AppRunner.js +1 -1
- package/dist-types/AppRunner.d.ts +37 -37
- package/dist-types/AppRunnerClient.d.ts +40 -40
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/DescribeCustomDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAutoScalingConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListObservabilityConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOperationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServicesForAutoScalingConfigurationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListServicesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVpcConnectorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVpcIngressConnectionsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/AppRunnerClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
package/dist-es/AppRunner.js
CHANGED
|
@@ -32,7 +32,7 @@ import { ListVpcIngressConnectionsCommand, } from "./commands/ListVpcIngressConn
|
|
|
32
32
|
import { PauseServiceCommand, } from "./commands/PauseServiceCommand";
|
|
33
33
|
import { ResumeServiceCommand, } from "./commands/ResumeServiceCommand";
|
|
34
34
|
import { StartDeploymentCommand, } from "./commands/StartDeploymentCommand";
|
|
35
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
35
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
36
36
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
37
37
|
import { UpdateDefaultAutoScalingConfigurationCommand, } from "./commands/UpdateDefaultAutoScalingConfigurationCommand";
|
|
38
38
|
import { UpdateServiceCommand, } from "./commands/UpdateServiceCommand";
|
|
@@ -1,42 +1,42 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
2
|
import { AppRunnerClient } from "./AppRunnerClient";
|
|
3
|
-
import { AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput } from "./commands/AssociateCustomDomainCommand";
|
|
4
|
-
import { CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput } from "./commands/CreateAutoScalingConfigurationCommand";
|
|
5
|
-
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
6
|
-
import { CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput } from "./commands/CreateObservabilityConfigurationCommand";
|
|
7
|
-
import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
|
|
8
|
-
import { CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput } from "./commands/CreateVpcConnectorCommand";
|
|
9
|
-
import { CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput } from "./commands/CreateVpcIngressConnectionCommand";
|
|
10
|
-
import { DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput } from "./commands/DeleteAutoScalingConfigurationCommand";
|
|
11
|
-
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
12
|
-
import { DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput } from "./commands/DeleteObservabilityConfigurationCommand";
|
|
13
|
-
import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
|
|
14
|
-
import { DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput } from "./commands/DeleteVpcConnectorCommand";
|
|
15
|
-
import { DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput } from "./commands/DeleteVpcIngressConnectionCommand";
|
|
16
|
-
import { DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput } from "./commands/DescribeAutoScalingConfigurationCommand";
|
|
17
|
-
import { DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput } from "./commands/DescribeCustomDomainsCommand";
|
|
18
|
-
import { DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput } from "./commands/DescribeObservabilityConfigurationCommand";
|
|
19
|
-
import { DescribeServiceCommandInput, DescribeServiceCommandOutput } from "./commands/DescribeServiceCommand";
|
|
20
|
-
import { DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput } from "./commands/DescribeVpcConnectorCommand";
|
|
21
|
-
import { DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput } from "./commands/DescribeVpcIngressConnectionCommand";
|
|
22
|
-
import { DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput } from "./commands/DisassociateCustomDomainCommand";
|
|
23
|
-
import { ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput } from "./commands/ListAutoScalingConfigurationsCommand";
|
|
24
|
-
import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
|
|
25
|
-
import { ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput } from "./commands/ListObservabilityConfigurationsCommand";
|
|
26
|
-
import { ListOperationsCommandInput, ListOperationsCommandOutput } from "./commands/ListOperationsCommand";
|
|
27
|
-
import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
|
|
28
|
-
import { ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput } from "./commands/ListServicesForAutoScalingConfigurationCommand";
|
|
29
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
30
|
-
import { ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput } from "./commands/ListVpcConnectorsCommand";
|
|
31
|
-
import { ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput } from "./commands/ListVpcIngressConnectionsCommand";
|
|
32
|
-
import { PauseServiceCommandInput, PauseServiceCommandOutput } from "./commands/PauseServiceCommand";
|
|
33
|
-
import { ResumeServiceCommandInput, ResumeServiceCommandOutput } from "./commands/ResumeServiceCommand";
|
|
34
|
-
import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "./commands/StartDeploymentCommand";
|
|
35
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
36
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
37
|
-
import { UpdateDefaultAutoScalingConfigurationCommandInput, UpdateDefaultAutoScalingConfigurationCommandOutput } from "./commands/UpdateDefaultAutoScalingConfigurationCommand";
|
|
38
|
-
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
39
|
-
import { UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput } from "./commands/UpdateVpcIngressConnectionCommand";
|
|
3
|
+
import { type AssociateCustomDomainCommandInput, type AssociateCustomDomainCommandOutput } from "./commands/AssociateCustomDomainCommand";
|
|
4
|
+
import { type CreateAutoScalingConfigurationCommandInput, type CreateAutoScalingConfigurationCommandOutput } from "./commands/CreateAutoScalingConfigurationCommand";
|
|
5
|
+
import { type CreateConnectionCommandInput, type CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
6
|
+
import { type CreateObservabilityConfigurationCommandInput, type CreateObservabilityConfigurationCommandOutput } from "./commands/CreateObservabilityConfigurationCommand";
|
|
7
|
+
import { type CreateServiceCommandInput, type CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
|
|
8
|
+
import { type CreateVpcConnectorCommandInput, type CreateVpcConnectorCommandOutput } from "./commands/CreateVpcConnectorCommand";
|
|
9
|
+
import { type CreateVpcIngressConnectionCommandInput, type CreateVpcIngressConnectionCommandOutput } from "./commands/CreateVpcIngressConnectionCommand";
|
|
10
|
+
import { type DeleteAutoScalingConfigurationCommandInput, type DeleteAutoScalingConfigurationCommandOutput } from "./commands/DeleteAutoScalingConfigurationCommand";
|
|
11
|
+
import { type DeleteConnectionCommandInput, type DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
12
|
+
import { type DeleteObservabilityConfigurationCommandInput, type DeleteObservabilityConfigurationCommandOutput } from "./commands/DeleteObservabilityConfigurationCommand";
|
|
13
|
+
import { type DeleteServiceCommandInput, type DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
|
|
14
|
+
import { type DeleteVpcConnectorCommandInput, type DeleteVpcConnectorCommandOutput } from "./commands/DeleteVpcConnectorCommand";
|
|
15
|
+
import { type DeleteVpcIngressConnectionCommandInput, type DeleteVpcIngressConnectionCommandOutput } from "./commands/DeleteVpcIngressConnectionCommand";
|
|
16
|
+
import { type DescribeAutoScalingConfigurationCommandInput, type DescribeAutoScalingConfigurationCommandOutput } from "./commands/DescribeAutoScalingConfigurationCommand";
|
|
17
|
+
import { type DescribeCustomDomainsCommandInput, type DescribeCustomDomainsCommandOutput } from "./commands/DescribeCustomDomainsCommand";
|
|
18
|
+
import { type DescribeObservabilityConfigurationCommandInput, type DescribeObservabilityConfigurationCommandOutput } from "./commands/DescribeObservabilityConfigurationCommand";
|
|
19
|
+
import { type DescribeServiceCommandInput, type DescribeServiceCommandOutput } from "./commands/DescribeServiceCommand";
|
|
20
|
+
import { type DescribeVpcConnectorCommandInput, type DescribeVpcConnectorCommandOutput } from "./commands/DescribeVpcConnectorCommand";
|
|
21
|
+
import { type DescribeVpcIngressConnectionCommandInput, type DescribeVpcIngressConnectionCommandOutput } from "./commands/DescribeVpcIngressConnectionCommand";
|
|
22
|
+
import { type DisassociateCustomDomainCommandInput, type DisassociateCustomDomainCommandOutput } from "./commands/DisassociateCustomDomainCommand";
|
|
23
|
+
import { type ListAutoScalingConfigurationsCommandInput, type ListAutoScalingConfigurationsCommandOutput } from "./commands/ListAutoScalingConfigurationsCommand";
|
|
24
|
+
import { type ListConnectionsCommandInput, type ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
|
|
25
|
+
import { type ListObservabilityConfigurationsCommandInput, type ListObservabilityConfigurationsCommandOutput } from "./commands/ListObservabilityConfigurationsCommand";
|
|
26
|
+
import { type ListOperationsCommandInput, type ListOperationsCommandOutput } from "./commands/ListOperationsCommand";
|
|
27
|
+
import { type ListServicesCommandInput, type ListServicesCommandOutput } from "./commands/ListServicesCommand";
|
|
28
|
+
import { type ListServicesForAutoScalingConfigurationCommandInput, type ListServicesForAutoScalingConfigurationCommandOutput } from "./commands/ListServicesForAutoScalingConfigurationCommand";
|
|
29
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
30
|
+
import { type ListVpcConnectorsCommandInput, type ListVpcConnectorsCommandOutput } from "./commands/ListVpcConnectorsCommand";
|
|
31
|
+
import { type ListVpcIngressConnectionsCommandInput, type ListVpcIngressConnectionsCommandOutput } from "./commands/ListVpcIngressConnectionsCommand";
|
|
32
|
+
import { type PauseServiceCommandInput, type PauseServiceCommandOutput } from "./commands/PauseServiceCommand";
|
|
33
|
+
import { type ResumeServiceCommandInput, type ResumeServiceCommandOutput } from "./commands/ResumeServiceCommand";
|
|
34
|
+
import { type StartDeploymentCommandInput, type StartDeploymentCommandOutput } from "./commands/StartDeploymentCommand";
|
|
35
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
36
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
37
|
+
import { type UpdateDefaultAutoScalingConfigurationCommandInput, type UpdateDefaultAutoScalingConfigurationCommandOutput } from "./commands/UpdateDefaultAutoScalingConfigurationCommand";
|
|
38
|
+
import { type UpdateServiceCommandInput, type UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
39
|
+
import { type UpdateVpcIngressConnectionCommandInput, type UpdateVpcIngressConnectionCommandOutput } from "./commands/UpdateVpcIngressConnectionCommand";
|
|
40
40
|
export interface AppRunner {
|
|
41
41
|
/**
|
|
42
42
|
* @see {@link AssociateCustomDomainCommand}
|
|
@@ -5,46 +5,46 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { 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, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput } from "./commands/AssociateCustomDomainCommand";
|
|
11
|
-
import { CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput } from "./commands/CreateAutoScalingConfigurationCommand";
|
|
12
|
-
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
13
|
-
import { CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput } from "./commands/CreateObservabilityConfigurationCommand";
|
|
14
|
-
import { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
|
|
15
|
-
import { CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput } from "./commands/CreateVpcConnectorCommand";
|
|
16
|
-
import { CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput } from "./commands/CreateVpcIngressConnectionCommand";
|
|
17
|
-
import { DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput } from "./commands/DeleteAutoScalingConfigurationCommand";
|
|
18
|
-
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
19
|
-
import { DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput } from "./commands/DeleteObservabilityConfigurationCommand";
|
|
20
|
-
import { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
|
|
21
|
-
import { DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput } from "./commands/DeleteVpcConnectorCommand";
|
|
22
|
-
import { DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput } from "./commands/DeleteVpcIngressConnectionCommand";
|
|
23
|
-
import { DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput } from "./commands/DescribeAutoScalingConfigurationCommand";
|
|
24
|
-
import { DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput } from "./commands/DescribeCustomDomainsCommand";
|
|
25
|
-
import { DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput } from "./commands/DescribeObservabilityConfigurationCommand";
|
|
26
|
-
import { DescribeServiceCommandInput, DescribeServiceCommandOutput } from "./commands/DescribeServiceCommand";
|
|
27
|
-
import { DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput } from "./commands/DescribeVpcConnectorCommand";
|
|
28
|
-
import { DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput } from "./commands/DescribeVpcIngressConnectionCommand";
|
|
29
|
-
import { DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput } from "./commands/DisassociateCustomDomainCommand";
|
|
30
|
-
import { ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput } from "./commands/ListAutoScalingConfigurationsCommand";
|
|
31
|
-
import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
|
|
32
|
-
import { ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput } from "./commands/ListObservabilityConfigurationsCommand";
|
|
33
|
-
import { ListOperationsCommandInput, ListOperationsCommandOutput } from "./commands/ListOperationsCommand";
|
|
34
|
-
import { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
|
|
35
|
-
import { ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput } from "./commands/ListServicesForAutoScalingConfigurationCommand";
|
|
36
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
37
|
-
import { ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput } from "./commands/ListVpcConnectorsCommand";
|
|
38
|
-
import { ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput } from "./commands/ListVpcIngressConnectionsCommand";
|
|
39
|
-
import { PauseServiceCommandInput, PauseServiceCommandOutput } from "./commands/PauseServiceCommand";
|
|
40
|
-
import { ResumeServiceCommandInput, ResumeServiceCommandOutput } from "./commands/ResumeServiceCommand";
|
|
41
|
-
import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "./commands/StartDeploymentCommand";
|
|
42
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
43
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
44
|
-
import { UpdateDefaultAutoScalingConfigurationCommandInput, UpdateDefaultAutoScalingConfigurationCommandOutput } from "./commands/UpdateDefaultAutoScalingConfigurationCommand";
|
|
45
|
-
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
46
|
-
import { UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput } from "./commands/UpdateVpcIngressConnectionCommand";
|
|
47
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AssociateCustomDomainCommandInput, AssociateCustomDomainCommandOutput } from "./commands/AssociateCustomDomainCommand";
|
|
11
|
+
import type { CreateAutoScalingConfigurationCommandInput, CreateAutoScalingConfigurationCommandOutput } from "./commands/CreateAutoScalingConfigurationCommand";
|
|
12
|
+
import type { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
13
|
+
import type { CreateObservabilityConfigurationCommandInput, CreateObservabilityConfigurationCommandOutput } from "./commands/CreateObservabilityConfigurationCommand";
|
|
14
|
+
import type { CreateServiceCommandInput, CreateServiceCommandOutput } from "./commands/CreateServiceCommand";
|
|
15
|
+
import type { CreateVpcConnectorCommandInput, CreateVpcConnectorCommandOutput } from "./commands/CreateVpcConnectorCommand";
|
|
16
|
+
import type { CreateVpcIngressConnectionCommandInput, CreateVpcIngressConnectionCommandOutput } from "./commands/CreateVpcIngressConnectionCommand";
|
|
17
|
+
import type { DeleteAutoScalingConfigurationCommandInput, DeleteAutoScalingConfigurationCommandOutput } from "./commands/DeleteAutoScalingConfigurationCommand";
|
|
18
|
+
import type { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
19
|
+
import type { DeleteObservabilityConfigurationCommandInput, DeleteObservabilityConfigurationCommandOutput } from "./commands/DeleteObservabilityConfigurationCommand";
|
|
20
|
+
import type { DeleteServiceCommandInput, DeleteServiceCommandOutput } from "./commands/DeleteServiceCommand";
|
|
21
|
+
import type { DeleteVpcConnectorCommandInput, DeleteVpcConnectorCommandOutput } from "./commands/DeleteVpcConnectorCommand";
|
|
22
|
+
import type { DeleteVpcIngressConnectionCommandInput, DeleteVpcIngressConnectionCommandOutput } from "./commands/DeleteVpcIngressConnectionCommand";
|
|
23
|
+
import type { DescribeAutoScalingConfigurationCommandInput, DescribeAutoScalingConfigurationCommandOutput } from "./commands/DescribeAutoScalingConfigurationCommand";
|
|
24
|
+
import type { DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput } from "./commands/DescribeCustomDomainsCommand";
|
|
25
|
+
import type { DescribeObservabilityConfigurationCommandInput, DescribeObservabilityConfigurationCommandOutput } from "./commands/DescribeObservabilityConfigurationCommand";
|
|
26
|
+
import type { DescribeServiceCommandInput, DescribeServiceCommandOutput } from "./commands/DescribeServiceCommand";
|
|
27
|
+
import type { DescribeVpcConnectorCommandInput, DescribeVpcConnectorCommandOutput } from "./commands/DescribeVpcConnectorCommand";
|
|
28
|
+
import type { DescribeVpcIngressConnectionCommandInput, DescribeVpcIngressConnectionCommandOutput } from "./commands/DescribeVpcIngressConnectionCommand";
|
|
29
|
+
import type { DisassociateCustomDomainCommandInput, DisassociateCustomDomainCommandOutput } from "./commands/DisassociateCustomDomainCommand";
|
|
30
|
+
import type { ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput } from "./commands/ListAutoScalingConfigurationsCommand";
|
|
31
|
+
import type { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "./commands/ListConnectionsCommand";
|
|
32
|
+
import type { ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput } from "./commands/ListObservabilityConfigurationsCommand";
|
|
33
|
+
import type { ListOperationsCommandInput, ListOperationsCommandOutput } from "./commands/ListOperationsCommand";
|
|
34
|
+
import type { ListServicesCommandInput, ListServicesCommandOutput } from "./commands/ListServicesCommand";
|
|
35
|
+
import type { ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput } from "./commands/ListServicesForAutoScalingConfigurationCommand";
|
|
36
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
37
|
+
import type { ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput } from "./commands/ListVpcConnectorsCommand";
|
|
38
|
+
import type { ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput } from "./commands/ListVpcIngressConnectionsCommand";
|
|
39
|
+
import type { PauseServiceCommandInput, PauseServiceCommandOutput } from "./commands/PauseServiceCommand";
|
|
40
|
+
import type { ResumeServiceCommandInput, ResumeServiceCommandOutput } from "./commands/ResumeServiceCommand";
|
|
41
|
+
import type { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "./commands/StartDeploymentCommand";
|
|
42
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
43
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
44
|
+
import type { UpdateDefaultAutoScalingConfigurationCommandInput, UpdateDefaultAutoScalingConfigurationCommandOutput } from "./commands/UpdateDefaultAutoScalingConfigurationCommand";
|
|
45
|
+
import type { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "./commands/UpdateServiceCommand";
|
|
46
|
+
import type { UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput } from "./commands/UpdateVpcIngressConnectionCommand";
|
|
47
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
48
48
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
49
49
|
export { __Client };
|
|
50
50
|
/**
|
|
@@ -153,7 +153,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
153
153
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
154
154
|
* @internal
|
|
155
155
|
*/
|
|
156
|
-
defaultUserAgentProvider?:
|
|
156
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
157
157
|
/**
|
|
158
158
|
* Default credentials provider; Not available in browser runtime.
|
|
159
159
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { AppRunnerHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
*/
|
|
22
22
|
export * from "./AppRunnerClient";
|
|
23
23
|
export * from "./AppRunner";
|
|
24
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
24
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
25
25
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
26
26
|
export type { AppRunnerExtensionConfiguration } from "./extensionConfiguration";
|
|
27
27
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AutoScalingConfigurationStatus, CertificateValidationRecordStatus, ConfigurationSource, ConnectionStatus, CustomDomainAssociationStatus, EgressType, HealthCheckProtocol, ImageRepositoryType, IpAddressType, ObservabilityConfigurationStatus, OperationStatus, OperationType, ProviderType, Runtime, ServiceStatus, SourceCodeVersionType, TracingVendor, VpcConnectorStatus, VpcIngressConnectionStatus } from "./enums";
|
|
1
|
+
import type { AutoScalingConfigurationStatus, CertificateValidationRecordStatus, ConfigurationSource, ConnectionStatus, CustomDomainAssociationStatus, EgressType, HealthCheckProtocol, ImageRepositoryType, IpAddressType, ObservabilityConfigurationStatus, OperationStatus, OperationType, ProviderType, Runtime, ServiceStatus, SourceCodeVersionType, TracingVendor, VpcConnectorStatus, VpcIngressConnectionStatus } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* @public
|
|
4
4
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeCustomDomainsCommandInput, DescribeCustomDomainsCommandOutput } from "../commands/DescribeCustomDomainsCommand";
|
|
3
|
-
import { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAutoScalingConfigurationsCommandInput, ListAutoScalingConfigurationsCommandOutput } from "../commands/ListAutoScalingConfigurationsCommand";
|
|
3
|
-
import { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListConnectionsCommandInput, ListConnectionsCommandOutput } from "../commands/ListConnectionsCommand";
|
|
3
|
-
import { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListObservabilityConfigurationsCommandInput, ListObservabilityConfigurationsCommandOutput } from "../commands/ListObservabilityConfigurationsCommand";
|
|
3
|
-
import { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListOperationsCommandInput, ListOperationsCommandOutput } from "../commands/ListOperationsCommand";
|
|
3
|
-
import { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListServicesForAutoScalingConfigurationCommandInput, ListServicesForAutoScalingConfigurationCommandOutput } from "../commands/ListServicesForAutoScalingConfigurationCommand";
|
|
3
|
-
import { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListServicesCommandInput, ListServicesCommandOutput } from "../commands/ListServicesCommand";
|
|
3
|
-
import { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListVpcConnectorsCommandInput, ListVpcConnectorsCommandOutput } from "../commands/ListVpcConnectorsCommand";
|
|
3
|
-
import { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListVpcIngressConnectionsCommandInput, ListVpcIngressConnectionsCommandOutput } from "../commands/ListVpcIngressConnectionsCommand";
|
|
3
|
-
import { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { AppRunnerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -294,7 +293,7 @@ export interface ClientDefaults
|
|
|
294
293
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
295
294
|
region?: string | __Provider<string>;
|
|
296
295
|
profile?: string;
|
|
297
|
-
defaultUserAgentProvider?:
|
|
296
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
298
297
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
299
298
|
maxAttempts?: number | __Provider<number>;
|
|
300
299
|
retryMode?: string | __Provider<string>;
|
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.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-apprunner",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|