@aws-sdk/client-apprunner 3.441.0 → 3.445.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/models/models_0.js +5 -1
- package/dist-es/models/models_0.js +4 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeServiceCommand.d.ts +1 -0
- package/dist-types/commands/PauseServiceCommand.d.ts +1 -0
- package/dist-types/commands/ResumeServiceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -0
- package/dist-types/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +25 -0
- package/dist-types/ts3.4/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/package.json +4 -4
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateServiceResponseFilterSensitiveLog = exports.UpdateServiceRequestFilterSensitiveLog = exports.ResumeServiceResponseFilterSensitiveLog = exports.PauseServiceResponseFilterSensitiveLog = exports.DescribeServiceResponseFilterSensitiveLog = exports.DeleteServiceResponseFilterSensitiveLog = exports.CreateServiceResponseFilterSensitiveLog = exports.ServiceFilterSensitiveLog = exports.CreateServiceRequestFilterSensitiveLog = exports.SourceConfigurationFilterSensitiveLog = exports.ImageRepositoryFilterSensitiveLog = exports.ImageConfigurationFilterSensitiveLog = exports.CodeRepositoryFilterSensitiveLog = exports.CodeConfigurationFilterSensitiveLog = exports.CodeConfigurationValuesFilterSensitiveLog = exports.OperationType = exports.OperationStatus = exports.ResourceNotFoundException = exports.VpcIngressConnectionStatus = exports.VpcConnectorStatus = exports.ServiceStatus = exports.ImageRepositoryType = exports.SourceCodeVersionType = exports.ConfigurationSource = exports.Runtime = exports.EgressType = exports.HealthCheckProtocol = exports.ObservabilityConfigurationStatus = exports.TracingVendor = exports.ConnectionStatus = exports.ProviderType = exports.ServiceQuotaExceededException = exports.AutoScalingConfigurationStatus = exports.InvalidStateException = exports.InvalidRequestException = exports.InternalServiceErrorException = exports.CustomDomainAssociationStatus = exports.CertificateValidationRecordStatus = void 0;
|
|
3
|
+
exports.UpdateServiceResponseFilterSensitiveLog = exports.UpdateServiceRequestFilterSensitiveLog = exports.ResumeServiceResponseFilterSensitiveLog = exports.PauseServiceResponseFilterSensitiveLog = exports.DescribeServiceResponseFilterSensitiveLog = exports.DeleteServiceResponseFilterSensitiveLog = exports.CreateServiceResponseFilterSensitiveLog = exports.ServiceFilterSensitiveLog = exports.CreateServiceRequestFilterSensitiveLog = exports.SourceConfigurationFilterSensitiveLog = exports.ImageRepositoryFilterSensitiveLog = exports.ImageConfigurationFilterSensitiveLog = exports.CodeRepositoryFilterSensitiveLog = exports.CodeConfigurationFilterSensitiveLog = exports.CodeConfigurationValuesFilterSensitiveLog = exports.OperationType = exports.OperationStatus = exports.ResourceNotFoundException = exports.VpcIngressConnectionStatus = exports.VpcConnectorStatus = exports.ServiceStatus = exports.ImageRepositoryType = exports.SourceCodeVersionType = exports.ConfigurationSource = exports.Runtime = exports.IpAddressType = exports.EgressType = exports.HealthCheckProtocol = exports.ObservabilityConfigurationStatus = exports.TracingVendor = exports.ConnectionStatus = exports.ProviderType = exports.ServiceQuotaExceededException = exports.AutoScalingConfigurationStatus = exports.InvalidStateException = exports.InvalidRequestException = exports.InternalServiceErrorException = exports.CustomDomainAssociationStatus = exports.CertificateValidationRecordStatus = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const AppRunnerServiceException_1 = require("./AppRunnerServiceException");
|
|
6
6
|
exports.CertificateValidationRecordStatus = {
|
|
@@ -102,6 +102,10 @@ exports.EgressType = {
|
|
|
102
102
|
DEFAULT: "DEFAULT",
|
|
103
103
|
VPC: "VPC",
|
|
104
104
|
};
|
|
105
|
+
exports.IpAddressType = {
|
|
106
|
+
DUAL_STACK: "DUAL_STACK",
|
|
107
|
+
IPV4: "IPV4",
|
|
108
|
+
};
|
|
105
109
|
exports.Runtime = {
|
|
106
110
|
CORRETTO_11: "CORRETTO_11",
|
|
107
111
|
CORRETTO_8: "CORRETTO_8",
|
|
@@ -108,6 +108,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
|
|
|
108
108
|
* IngressConfiguration: { // IngressConfiguration
|
|
109
109
|
* IsPubliclyAccessible: true || false,
|
|
110
110
|
* },
|
|
111
|
+
* IpAddressType: "IPV4" || "DUAL_STACK",
|
|
111
112
|
* },
|
|
112
113
|
* ObservabilityConfiguration: { // ServiceObservabilityConfiguration
|
|
113
114
|
* ObservabilityEnabled: true || false, // required
|
|
@@ -203,6 +204,7 @@ export interface CreateServiceCommandOutput extends CreateServiceResponse, __Met
|
|
|
203
204
|
* // IngressConfiguration: { // IngressConfiguration
|
|
204
205
|
* // IsPubliclyAccessible: true || false,
|
|
205
206
|
* // },
|
|
207
|
+
* // IpAddressType: "IPV4" || "DUAL_STACK",
|
|
206
208
|
* // },
|
|
207
209
|
* // ObservabilityConfiguration: { // ServiceObservabilityConfiguration
|
|
208
210
|
* // ObservabilityEnabled: true || false, // required
|
|
@@ -128,6 +128,7 @@ export interface DeleteServiceCommandOutput extends DeleteServiceResponse, __Met
|
|
|
128
128
|
* // IngressConfiguration: { // IngressConfiguration
|
|
129
129
|
* // IsPubliclyAccessible: true || false,
|
|
130
130
|
* // },
|
|
131
|
+
* // IpAddressType: "IPV4" || "DUAL_STACK",
|
|
131
132
|
* // },
|
|
132
133
|
* // ObservabilityConfiguration: { // ServiceObservabilityConfiguration
|
|
133
134
|
* // ObservabilityEnabled: true || false, // required
|
|
@@ -122,6 +122,7 @@ export interface DescribeServiceCommandOutput extends DescribeServiceResponse, _
|
|
|
122
122
|
* // IngressConfiguration: { // IngressConfiguration
|
|
123
123
|
* // IsPubliclyAccessible: true || false,
|
|
124
124
|
* // },
|
|
125
|
+
* // IpAddressType: "IPV4" || "DUAL_STACK",
|
|
125
126
|
* // },
|
|
126
127
|
* // ObservabilityConfiguration: { // ServiceObservabilityConfiguration
|
|
127
128
|
* // ObservabilityEnabled: true || false, // required
|
|
@@ -125,6 +125,7 @@ export interface PauseServiceCommandOutput extends PauseServiceResponse, __Metad
|
|
|
125
125
|
* // IngressConfiguration: { // IngressConfiguration
|
|
126
126
|
* // IsPubliclyAccessible: true || false,
|
|
127
127
|
* // },
|
|
128
|
+
* // IpAddressType: "IPV4" || "DUAL_STACK",
|
|
128
129
|
* // },
|
|
129
130
|
* // ObservabilityConfiguration: { // ServiceObservabilityConfiguration
|
|
130
131
|
* // ObservabilityEnabled: true || false, // required
|
|
@@ -124,6 +124,7 @@ export interface ResumeServiceCommandOutput extends ResumeServiceResponse, __Met
|
|
|
124
124
|
* // IngressConfiguration: { // IngressConfiguration
|
|
125
125
|
* // IsPubliclyAccessible: true || false,
|
|
126
126
|
* // },
|
|
127
|
+
* // IpAddressType: "IPV4" || "DUAL_STACK",
|
|
127
128
|
* // },
|
|
128
129
|
* // ObservabilityConfiguration: { // ServiceObservabilityConfiguration
|
|
129
130
|
* // ObservabilityEnabled: true || false, // required
|
|
@@ -103,6 +103,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
|
|
|
103
103
|
* IngressConfiguration: { // IngressConfiguration
|
|
104
104
|
* IsPubliclyAccessible: true || false,
|
|
105
105
|
* },
|
|
106
|
+
* IpAddressType: "IPV4" || "DUAL_STACK",
|
|
106
107
|
* },
|
|
107
108
|
* ObservabilityConfiguration: { // ServiceObservabilityConfiguration
|
|
108
109
|
* ObservabilityEnabled: true || false, // required
|
|
@@ -198,6 +199,7 @@ export interface UpdateServiceCommandOutput extends UpdateServiceResponse, __Met
|
|
|
198
199
|
* // IngressConfiguration: { // IngressConfiguration
|
|
199
200
|
* // IsPubliclyAccessible: true || false,
|
|
200
201
|
* // },
|
|
202
|
+
* // IpAddressType: "IPV4" || "DUAL_STACK",
|
|
201
203
|
* // },
|
|
202
204
|
* // ObservabilityConfiguration: { // ServiceObservabilityConfiguration
|
|
203
205
|
* // ObservabilityEnabled: true || false, // required
|
package/dist-types/index.d.ts
CHANGED
|
@@ -22,6 +22,8 @@
|
|
|
22
22
|
export * from "./AppRunnerClient";
|
|
23
23
|
export * from "./AppRunner";
|
|
24
24
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
25
|
+
export { RuntimeExtension } from "./runtimeExtensions";
|
|
26
|
+
export { AppRunnerExtensionConfiguration } from "./extensionConfiguration";
|
|
25
27
|
export * from "./commands";
|
|
26
28
|
export * from "./pagination";
|
|
27
29
|
export * from "./models";
|
|
@@ -749,6 +749,18 @@ export interface IngressConfiguration {
|
|
|
749
749
|
*/
|
|
750
750
|
IsPubliclyAccessible?: boolean;
|
|
751
751
|
}
|
|
752
|
+
/**
|
|
753
|
+
* @public
|
|
754
|
+
* @enum
|
|
755
|
+
*/
|
|
756
|
+
export declare const IpAddressType: {
|
|
757
|
+
readonly DUAL_STACK: "DUAL_STACK";
|
|
758
|
+
readonly IPV4: "IPV4";
|
|
759
|
+
};
|
|
760
|
+
/**
|
|
761
|
+
* @public
|
|
762
|
+
*/
|
|
763
|
+
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
|
|
752
764
|
/**
|
|
753
765
|
* @public
|
|
754
766
|
* <p>Describes configuration settings related to network traffic of an App Runner service. Consists of embedded objects for each configurable network
|
|
@@ -765,6 +777,19 @@ export interface NetworkConfiguration {
|
|
|
765
777
|
* <p>Network configuration settings for inbound message traffic.</p>
|
|
766
778
|
*/
|
|
767
779
|
IngressConfiguration?: IngressConfiguration;
|
|
780
|
+
/**
|
|
781
|
+
* @public
|
|
782
|
+
* <p>App Runner provides you with the option to choose between <i>Internet Protocol version 4 (IPv4)</i> and <i>dual-stack</i> (IPv4 and IPv6)
|
|
783
|
+
* for your incoming public network configuration. This is an optional parameter.
|
|
784
|
+
* If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>
|
|
785
|
+
* <note>
|
|
786
|
+
* <p>
|
|
787
|
+
* Currently, App Runner supports dual-stack for only Public endpoint. Only IPv4 is supported for Private endpoint.
|
|
788
|
+
* If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint.
|
|
789
|
+
* </p>
|
|
790
|
+
* </note>
|
|
791
|
+
*/
|
|
792
|
+
IpAddressType?: IpAddressType;
|
|
768
793
|
}
|
|
769
794
|
/**
|
|
770
795
|
* @public
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export * from "./AppRunnerClient";
|
|
2
2
|
export * from "./AppRunner";
|
|
3
3
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
4
|
+
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
|
+
export { AppRunnerExtensionConfiguration } from "./extensionConfiguration";
|
|
4
6
|
export * from "./commands";
|
|
5
7
|
export * from "./pagination";
|
|
6
8
|
export * from "./models";
|
|
@@ -205,9 +205,15 @@ export interface EgressConfiguration {
|
|
|
205
205
|
export interface IngressConfiguration {
|
|
206
206
|
IsPubliclyAccessible?: boolean;
|
|
207
207
|
}
|
|
208
|
+
export declare const IpAddressType: {
|
|
209
|
+
readonly DUAL_STACK: "DUAL_STACK";
|
|
210
|
+
readonly IPV4: "IPV4";
|
|
211
|
+
};
|
|
212
|
+
export type IpAddressType = (typeof IpAddressType)[keyof typeof IpAddressType];
|
|
208
213
|
export interface NetworkConfiguration {
|
|
209
214
|
EgressConfiguration?: EgressConfiguration;
|
|
210
215
|
IngressConfiguration?: IngressConfiguration;
|
|
216
|
+
IpAddressType?: IpAddressType;
|
|
211
217
|
}
|
|
212
218
|
export interface ServiceObservabilityConfiguration {
|
|
213
219
|
ObservabilityEnabled: boolean | undefined;
|
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.445.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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.445.0",
|
|
25
|
+
"@aws-sdk/core": "3.445.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.445.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.433.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.433.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.433.0",
|