@aws-sdk/client-apprunner 3.481.0 → 3.484.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 +2 -0
- package/dist-es/models/models_0.js +2 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +2 -2
- package/dist-types/commands/DeleteServiceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeServiceCommand.d.ts +1 -1
- package/dist-types/commands/PauseServiceCommand.d.ts +1 -1
- package/dist-types/commands/ResumeServiceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateServiceCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +4 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +6 -6
|
@@ -114,8 +114,10 @@ exports.Runtime = {
|
|
|
114
114
|
NODEJS_12: "NODEJS_12",
|
|
115
115
|
NODEJS_14: "NODEJS_14",
|
|
116
116
|
NODEJS_16: "NODEJS_16",
|
|
117
|
+
NODEJS_18: "NODEJS_18",
|
|
117
118
|
PHP_81: "PHP_81",
|
|
118
119
|
PYTHON_3: "PYTHON_3",
|
|
120
|
+
PYTHON_311: "PYTHON_311",
|
|
119
121
|
RUBY_31: "RUBY_31",
|
|
120
122
|
};
|
|
121
123
|
exports.ConfigurationSource = {
|
|
@@ -107,8 +107,10 @@ export const Runtime = {
|
|
|
107
107
|
NODEJS_12: "NODEJS_12",
|
|
108
108
|
NODEJS_14: "NODEJS_14",
|
|
109
109
|
NODEJS_16: "NODEJS_16",
|
|
110
|
+
NODEJS_18: "NODEJS_18",
|
|
110
111
|
PHP_81: "PHP_81",
|
|
111
112
|
PYTHON_3: "PYTHON_3",
|
|
113
|
+
PYTHON_311: "PYTHON_311",
|
|
112
114
|
RUBY_31: "RUBY_31",
|
|
113
115
|
};
|
|
114
116
|
export const ConfigurationSource = {
|
|
@@ -46,7 +46,7 @@ declare const CreateServiceCommand_base: {
|
|
|
46
46
|
* CodeConfiguration: { // CodeConfiguration
|
|
47
47
|
* ConfigurationSource: "REPOSITORY" || "API", // required
|
|
48
48
|
* CodeConfigurationValues: { // CodeConfigurationValues
|
|
49
|
-
* Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31", // required
|
|
49
|
+
* Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
|
|
50
50
|
* BuildCommand: "STRING_VALUE",
|
|
51
51
|
* StartCommand: "STRING_VALUE",
|
|
52
52
|
* Port: "STRING_VALUE",
|
|
@@ -140,7 +140,7 @@ declare const CreateServiceCommand_base: {
|
|
|
140
140
|
* // CodeConfiguration: { // CodeConfiguration
|
|
141
141
|
* // ConfigurationSource: "REPOSITORY" || "API", // required
|
|
142
142
|
* // CodeConfigurationValues: { // CodeConfigurationValues
|
|
143
|
-
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31", // required
|
|
143
|
+
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
|
|
144
144
|
* // BuildCommand: "STRING_VALUE",
|
|
145
145
|
* // StartCommand: "STRING_VALUE",
|
|
146
146
|
* // Port: "STRING_VALUE",
|
|
@@ -64,7 +64,7 @@ declare const DeleteServiceCommand_base: {
|
|
|
64
64
|
* // CodeConfiguration: { // CodeConfiguration
|
|
65
65
|
* // ConfigurationSource: "REPOSITORY" || "API", // required
|
|
66
66
|
* // CodeConfigurationValues: { // CodeConfigurationValues
|
|
67
|
-
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31", // required
|
|
67
|
+
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
|
|
68
68
|
* // BuildCommand: "STRING_VALUE",
|
|
69
69
|
* // StartCommand: "STRING_VALUE",
|
|
70
70
|
* // Port: "STRING_VALUE",
|
|
@@ -58,7 +58,7 @@ declare const DescribeServiceCommand_base: {
|
|
|
58
58
|
* // CodeConfiguration: { // CodeConfiguration
|
|
59
59
|
* // ConfigurationSource: "REPOSITORY" || "API", // required
|
|
60
60
|
* // CodeConfigurationValues: { // CodeConfigurationValues
|
|
61
|
-
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31", // required
|
|
61
|
+
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
|
|
62
62
|
* // BuildCommand: "STRING_VALUE",
|
|
63
63
|
* // StartCommand: "STRING_VALUE",
|
|
64
64
|
* // Port: "STRING_VALUE",
|
|
@@ -61,7 +61,7 @@ declare const PauseServiceCommand_base: {
|
|
|
61
61
|
* // CodeConfiguration: { // CodeConfiguration
|
|
62
62
|
* // ConfigurationSource: "REPOSITORY" || "API", // required
|
|
63
63
|
* // CodeConfigurationValues: { // CodeConfigurationValues
|
|
64
|
-
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31", // required
|
|
64
|
+
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
|
|
65
65
|
* // BuildCommand: "STRING_VALUE",
|
|
66
66
|
* // StartCommand: "STRING_VALUE",
|
|
67
67
|
* // Port: "STRING_VALUE",
|
|
@@ -60,7 +60,7 @@ declare const ResumeServiceCommand_base: {
|
|
|
60
60
|
* // CodeConfiguration: { // CodeConfiguration
|
|
61
61
|
* // ConfigurationSource: "REPOSITORY" || "API", // required
|
|
62
62
|
* // CodeConfigurationValues: { // CodeConfigurationValues
|
|
63
|
-
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31", // required
|
|
63
|
+
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
|
|
64
64
|
* // BuildCommand: "STRING_VALUE",
|
|
65
65
|
* // StartCommand: "STRING_VALUE",
|
|
66
66
|
* // Port: "STRING_VALUE",
|
|
@@ -50,7 +50,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
50
50
|
* CodeConfiguration: { // CodeConfiguration
|
|
51
51
|
* ConfigurationSource: "REPOSITORY" || "API", // required
|
|
52
52
|
* CodeConfigurationValues: { // CodeConfigurationValues
|
|
53
|
-
* Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31", // required
|
|
53
|
+
* Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
|
|
54
54
|
* BuildCommand: "STRING_VALUE",
|
|
55
55
|
* StartCommand: "STRING_VALUE",
|
|
56
56
|
* Port: "STRING_VALUE",
|
|
@@ -135,7 +135,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
135
135
|
* // CodeConfiguration: { // CodeConfiguration
|
|
136
136
|
* // ConfigurationSource: "REPOSITORY" || "API", // required
|
|
137
137
|
* // CodeConfigurationValues: { // CodeConfigurationValues
|
|
138
|
-
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31", // required
|
|
138
|
+
* // Runtime: "PYTHON_3" || "NODEJS_12" || "NODEJS_14" || "CORRETTO_8" || "CORRETTO_11" || "NODEJS_16" || "GO_1" || "DOTNET_6" || "PHP_81" || "RUBY_31" || "PYTHON_311" || "NODEJS_18", // required
|
|
139
139
|
* // BuildCommand: "STRING_VALUE",
|
|
140
140
|
* // StartCommand: "STRING_VALUE",
|
|
141
141
|
* // Port: "STRING_VALUE",
|
|
@@ -779,12 +779,12 @@ export interface NetworkConfiguration {
|
|
|
779
779
|
IngressConfiguration?: IngressConfiguration;
|
|
780
780
|
/**
|
|
781
781
|
* @public
|
|
782
|
-
* <p>App Runner provides you with the option to choose between <i>Internet Protocol version 4 (IPv4)</i> and <i>dual
|
|
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
783
|
* for your incoming public network configuration. This is an optional parameter.
|
|
784
784
|
* If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p>
|
|
785
785
|
* <note>
|
|
786
786
|
* <p>
|
|
787
|
-
* Currently, App Runner supports dual
|
|
787
|
+
* Currently, App Runner supports dual stack for only Public endpoint. Only IPv4 is supported for Private endpoint.
|
|
788
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
789
|
* </p>
|
|
790
790
|
* </note>
|
|
@@ -846,8 +846,10 @@ export declare const Runtime: {
|
|
|
846
846
|
readonly NODEJS_12: "NODEJS_12";
|
|
847
847
|
readonly NODEJS_14: "NODEJS_14";
|
|
848
848
|
readonly NODEJS_16: "NODEJS_16";
|
|
849
|
+
readonly NODEJS_18: "NODEJS_18";
|
|
849
850
|
readonly PHP_81: "PHP_81";
|
|
850
851
|
readonly PYTHON_3: "PYTHON_3";
|
|
852
|
+
readonly PYTHON_311: "PYTHON_311";
|
|
851
853
|
readonly RUBY_31: "RUBY_31";
|
|
852
854
|
};
|
|
853
855
|
/**
|
|
@@ -231,8 +231,10 @@ export declare const Runtime: {
|
|
|
231
231
|
readonly NODEJS_12: "NODEJS_12";
|
|
232
232
|
readonly NODEJS_14: "NODEJS_14";
|
|
233
233
|
readonly NODEJS_16: "NODEJS_16";
|
|
234
|
+
readonly NODEJS_18: "NODEJS_18";
|
|
234
235
|
readonly PHP_81: "PHP_81";
|
|
235
236
|
readonly PYTHON_3: "PYTHON_3";
|
|
237
|
+
readonly PYTHON_311: "PYTHON_311";
|
|
236
238
|
readonly RUBY_31: "RUBY_31";
|
|
237
239
|
};
|
|
238
240
|
export type Runtime = (typeof Runtime)[keyof typeof Runtime];
|
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.484.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",
|
|
@@ -20,20 +20,20 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.484.0",
|
|
24
24
|
"@aws-sdk/core": "3.481.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.484.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
30
|
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.484.0",
|
|
32
32
|
"@aws-sdk/types": "3.468.0",
|
|
33
33
|
"@aws-sdk/util-endpoints": "3.478.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
|
-
"@smithy/config-resolver": "^2.0.
|
|
36
|
+
"@smithy/config-resolver": "^2.0.22",
|
|
37
37
|
"@smithy/core": "^1.2.1",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
39
39
|
"@smithy/hash-node": "^2.0.17",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@smithy/util-body-length-browser": "^2.0.1",
|
|
54
54
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
55
55
|
"@smithy/util-defaults-mode-browser": "^2.0.23",
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.0.31",
|
|
57
57
|
"@smithy/util-endpoints": "^1.0.7",
|
|
58
58
|
"@smithy/util-retry": "^2.0.8",
|
|
59
59
|
"@smithy/util-utf8": "^2.0.2",
|