@aws-sdk/client-apprunner 3.782.0 → 3.796.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 +1 -0
- package/dist-es/models/models_0.js +1 -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 +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -47,7 +47,7 @@ declare const CreateServiceCommand_base: {
|
|
|
47
47
|
* CodeConfiguration: { // CodeConfiguration
|
|
48
48
|
* ConfigurationSource: "REPOSITORY" || "API", // required
|
|
49
49
|
* CodeConfigurationValues: { // CodeConfigurationValues
|
|
50
|
-
* 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
|
+
* 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" || "NODEJS_22", // required
|
|
51
51
|
* BuildCommand: "STRING_VALUE",
|
|
52
52
|
* StartCommand: "STRING_VALUE",
|
|
53
53
|
* Port: "STRING_VALUE",
|
|
@@ -141,7 +141,7 @@ declare const CreateServiceCommand_base: {
|
|
|
141
141
|
* // CodeConfiguration: { // CodeConfiguration
|
|
142
142
|
* // ConfigurationSource: "REPOSITORY" || "API", // required
|
|
143
143
|
* // CodeConfigurationValues: { // CodeConfigurationValues
|
|
144
|
-
* // 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
|
+
* // 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" || "NODEJS_22", // required
|
|
145
145
|
* // BuildCommand: "STRING_VALUE",
|
|
146
146
|
* // StartCommand: "STRING_VALUE",
|
|
147
147
|
* // Port: "STRING_VALUE",
|
|
@@ -65,7 +65,7 @@ declare const DeleteServiceCommand_base: {
|
|
|
65
65
|
* // CodeConfiguration: { // CodeConfiguration
|
|
66
66
|
* // ConfigurationSource: "REPOSITORY" || "API", // required
|
|
67
67
|
* // CodeConfigurationValues: { // CodeConfigurationValues
|
|
68
|
-
* // 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
|
+
* // 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" || "NODEJS_22", // required
|
|
69
69
|
* // BuildCommand: "STRING_VALUE",
|
|
70
70
|
* // StartCommand: "STRING_VALUE",
|
|
71
71
|
* // Port: "STRING_VALUE",
|
|
@@ -59,7 +59,7 @@ declare const DescribeServiceCommand_base: {
|
|
|
59
59
|
* // CodeConfiguration: { // CodeConfiguration
|
|
60
60
|
* // ConfigurationSource: "REPOSITORY" || "API", // required
|
|
61
61
|
* // CodeConfigurationValues: { // CodeConfigurationValues
|
|
62
|
-
* // 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
|
+
* // 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" || "NODEJS_22", // required
|
|
63
63
|
* // BuildCommand: "STRING_VALUE",
|
|
64
64
|
* // StartCommand: "STRING_VALUE",
|
|
65
65
|
* // Port: "STRING_VALUE",
|
|
@@ -62,7 +62,7 @@ declare const PauseServiceCommand_base: {
|
|
|
62
62
|
* // CodeConfiguration: { // CodeConfiguration
|
|
63
63
|
* // ConfigurationSource: "REPOSITORY" || "API", // required
|
|
64
64
|
* // CodeConfigurationValues: { // CodeConfigurationValues
|
|
65
|
-
* // 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
|
+
* // 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" || "NODEJS_22", // required
|
|
66
66
|
* // BuildCommand: "STRING_VALUE",
|
|
67
67
|
* // StartCommand: "STRING_VALUE",
|
|
68
68
|
* // Port: "STRING_VALUE",
|
|
@@ -61,7 +61,7 @@ declare const ResumeServiceCommand_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" || "PYTHON_311" || "NODEJS_18", // 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" || "NODEJS_22", // required
|
|
65
65
|
* // BuildCommand: "STRING_VALUE",
|
|
66
66
|
* // StartCommand: "STRING_VALUE",
|
|
67
67
|
* // Port: "STRING_VALUE",
|
|
@@ -51,7 +51,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
51
51
|
* CodeConfiguration: { // CodeConfiguration
|
|
52
52
|
* ConfigurationSource: "REPOSITORY" || "API", // required
|
|
53
53
|
* CodeConfigurationValues: { // CodeConfigurationValues
|
|
54
|
-
* 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
|
+
* 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" || "NODEJS_22", // required
|
|
55
55
|
* BuildCommand: "STRING_VALUE",
|
|
56
56
|
* StartCommand: "STRING_VALUE",
|
|
57
57
|
* Port: "STRING_VALUE",
|
|
@@ -136,7 +136,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
136
136
|
* // CodeConfiguration: { // CodeConfiguration
|
|
137
137
|
* // ConfigurationSource: "REPOSITORY" || "API", // required
|
|
138
138
|
* // CodeConfigurationValues: { // CodeConfigurationValues
|
|
139
|
-
* // 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
|
+
* // 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" || "NODEJS_22", // required
|
|
140
140
|
* // BuildCommand: "STRING_VALUE",
|
|
141
141
|
* // StartCommand: "STRING_VALUE",
|
|
142
142
|
* // Port: "STRING_VALUE",
|
|
@@ -847,6 +847,7 @@ export declare const Runtime: {
|
|
|
847
847
|
readonly NODEJS_14: "NODEJS_14";
|
|
848
848
|
readonly NODEJS_16: "NODEJS_16";
|
|
849
849
|
readonly NODEJS_18: "NODEJS_18";
|
|
850
|
+
readonly NODEJS_22: "NODEJS_22";
|
|
850
851
|
readonly PHP_81: "PHP_81";
|
|
851
852
|
readonly PYTHON_3: "PYTHON_3";
|
|
852
853
|
readonly PYTHON_311: "PYTHON_311";
|
|
@@ -232,6 +232,7 @@ export declare const Runtime: {
|
|
|
232
232
|
readonly NODEJS_14: "NODEJS_14";
|
|
233
233
|
readonly NODEJS_16: "NODEJS_16";
|
|
234
234
|
readonly NODEJS_18: "NODEJS_18";
|
|
235
|
+
readonly NODEJS_22: "NODEJS_22";
|
|
235
236
|
readonly PHP_81: "PHP_81";
|
|
236
237
|
readonly PYTHON_3: "PYTHON_3";
|
|
237
238
|
readonly PYTHON_311: "PYTHON_311";
|
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.796.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.796.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.796.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.796.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.787.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.796.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|