@aws-sdk/client-apprunner 3.775.0 → 3.777.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-types/commands/AssociateCustomDomainCommand.d.ts +1 -0
- package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -0
- package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/CreateServiceCommand.d.ts +1 -0
- package/dist-types/commands/CreateVpcConnectorCommand.d.ts +1 -0
- package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteServiceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +1 -0
- package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeServiceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +1 -0
- package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListOperationsCommand.d.ts +1 -0
- package/dist-types/commands/ListServicesCommand.d.ts +1 -0
- package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/commands/ListVpcConnectorsCommand.d.ts +1 -0
- package/dist-types/commands/ListVpcIngressConnectionsCommand.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/StartDeploymentCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDefaultAutoScalingConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateServiceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVpcIngressConnectionCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -90,6 +90,7 @@ declare const AssociateCustomDomainCommand_base: {
|
|
|
90
90
|
* @throws {@link AppRunnerServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class AssociateCustomDomainCommand extends AssociateCustomDomainCommand_base {
|
|
@@ -95,6 +95,7 @@ declare const CreateAutoScalingConfigurationCommand_base: {
|
|
|
95
95
|
* @throws {@link AppRunnerServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
97
97
|
*
|
|
98
|
+
*
|
|
98
99
|
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class CreateAutoScalingConfigurationCommand extends CreateAutoScalingConfigurationCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
82
82
|
* @throws {@link AppRunnerServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const CreateObservabilityConfigurationCommand_base: {
|
|
|
93
93
|
* @throws {@link AppRunnerServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class CreateObservabilityConfigurationCommand extends CreateObservabilityConfigurationCommand_base {
|
|
@@ -240,6 +240,7 @@ declare const CreateServiceCommand_base: {
|
|
|
240
240
|
* @throws {@link AppRunnerServiceException}
|
|
241
241
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
242
242
|
*
|
|
243
|
+
*
|
|
243
244
|
* @public
|
|
244
245
|
*/
|
|
245
246
|
export declare class CreateServiceCommand extends CreateServiceCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const CreateVpcConnectorCommand_base: {
|
|
|
91
91
|
* @throws {@link AppRunnerServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class CreateVpcConnectorCommand extends CreateVpcConnectorCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const CreateVpcIngressConnectionCommand_base: {
|
|
|
92
92
|
* @throws {@link AppRunnerServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class CreateVpcIngressConnectionCommand extends CreateVpcIngressConnectionCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const DeleteAutoScalingConfigurationCommand_base: {
|
|
|
79
79
|
* @throws {@link AppRunnerServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteAutoScalingConfigurationCommand extends DeleteAutoScalingConfigurationCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const DeleteConnectionCommand_base: {
|
|
|
70
70
|
* @throws {@link AppRunnerServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteObservabilityConfigurationCommand_base: {
|
|
|
75
75
|
* @throws {@link AppRunnerServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteObservabilityConfigurationCommand extends DeleteObservabilityConfigurationCommand_base {
|
|
@@ -165,6 +165,7 @@ declare const DeleteServiceCommand_base: {
|
|
|
165
165
|
* @throws {@link AppRunnerServiceException}
|
|
166
166
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
167
167
|
*
|
|
168
|
+
*
|
|
168
169
|
* @public
|
|
169
170
|
*/
|
|
170
171
|
export declare class DeleteServiceCommand extends DeleteServiceCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const DeleteVpcConnectorCommand_base: {
|
|
|
77
77
|
* @throws {@link AppRunnerServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class DeleteVpcConnectorCommand extends DeleteVpcConnectorCommand_base {
|
|
@@ -102,6 +102,7 @@ declare const DeleteVpcIngressConnectionCommand_base: {
|
|
|
102
102
|
* @throws {@link AppRunnerServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
104
104
|
*
|
|
105
|
+
*
|
|
105
106
|
* @public
|
|
106
107
|
*/
|
|
107
108
|
export declare class DeleteVpcIngressConnectionCommand extends DeleteVpcIngressConnectionCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DescribeAutoScalingConfigurationCommand_base: {
|
|
|
76
76
|
* @throws {@link AppRunnerServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeAutoScalingConfigurationCommand extends DescribeAutoScalingConfigurationCommand_base {
|
|
@@ -89,6 +89,7 @@ declare const DescribeCustomDomainsCommand_base: {
|
|
|
89
89
|
* @throws {@link AppRunnerServiceException}
|
|
90
90
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
91
91
|
*
|
|
92
|
+
*
|
|
92
93
|
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DescribeCustomDomainsCommand extends DescribeCustomDomainsCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DescribeObservabilityConfigurationCommand_base: {
|
|
|
74
74
|
* @throws {@link AppRunnerServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeObservabilityConfigurationCommand extends DescribeObservabilityConfigurationCommand_base {
|
|
@@ -155,6 +155,7 @@ declare const DescribeServiceCommand_base: {
|
|
|
155
155
|
* @throws {@link AppRunnerServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
157
157
|
*
|
|
158
|
+
*
|
|
158
159
|
* @public
|
|
159
160
|
*/
|
|
160
161
|
export declare class DescribeServiceCommand extends DescribeServiceCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DescribeVpcConnectorCommand_base: {
|
|
|
76
76
|
* @throws {@link AppRunnerServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeVpcConnectorCommand extends DescribeVpcConnectorCommand_base {
|
|
@@ -76,6 +76,7 @@ declare const DescribeVpcIngressConnectionCommand_base: {
|
|
|
76
76
|
* @throws {@link AppRunnerServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
78
78
|
*
|
|
79
|
+
*
|
|
79
80
|
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class DescribeVpcIngressConnectionCommand extends DescribeVpcIngressConnectionCommand_base {
|
|
@@ -91,6 +91,7 @@ declare const DisassociateCustomDomainCommand_base: {
|
|
|
91
91
|
* @throws {@link AppRunnerServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
93
93
|
*
|
|
94
|
+
*
|
|
94
95
|
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DisassociateCustomDomainCommand extends DisassociateCustomDomainCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListAutoScalingConfigurationsCommand_base: {
|
|
|
78
78
|
* @throws {@link AppRunnerServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListAutoScalingConfigurationsCommand extends ListAutoScalingConfigurationsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ListConnectionsCommand_base: {
|
|
|
71
71
|
* @throws {@link AppRunnerServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListConnectionsCommand extends ListConnectionsCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const ListObservabilityConfigurationsCommand_base: {
|
|
|
74
74
|
* @throws {@link AppRunnerServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class ListObservabilityConfigurationsCommand extends ListObservabilityConfigurationsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const ListOperationsCommand_base: {
|
|
|
78
78
|
* @throws {@link AppRunnerServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListOperationsCommand extends ListOperationsCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const ListServicesCommand_base: {
|
|
|
72
72
|
* @throws {@link AppRunnerServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListServicesCommand extends ListServicesCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const ListServicesForAutoScalingConfigurationCommand_base: {
|
|
|
68
68
|
* @throws {@link AppRunnerServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListServicesForAutoScalingConfigurationCommand extends ListServicesForAutoScalingConfigurationCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link AppRunnerServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const ListVpcConnectorsCommand_base: {
|
|
|
77
77
|
* @throws {@link AppRunnerServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class ListVpcConnectorsCommand extends ListVpcConnectorsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const ListVpcIngressConnectionsCommand_base: {
|
|
|
71
71
|
* @throws {@link AppRunnerServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class ListVpcIngressConnectionsCommand extends ListVpcIngressConnectionsCommand_base {
|
|
@@ -162,6 +162,7 @@ declare const PauseServiceCommand_base: {
|
|
|
162
162
|
* @throws {@link AppRunnerServiceException}
|
|
163
163
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
164
164
|
*
|
|
165
|
+
*
|
|
165
166
|
* @public
|
|
166
167
|
*/
|
|
167
168
|
export declare class PauseServiceCommand extends PauseServiceCommand_base {
|
|
@@ -161,6 +161,7 @@ declare const ResumeServiceCommand_base: {
|
|
|
161
161
|
* @throws {@link AppRunnerServiceException}
|
|
162
162
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
163
163
|
*
|
|
164
|
+
*
|
|
164
165
|
* @public
|
|
165
166
|
*/
|
|
166
167
|
export declare class ResumeServiceCommand extends ResumeServiceCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const StartDeploymentCommand_base: {
|
|
|
68
68
|
* @throws {@link AppRunnerServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class StartDeploymentCommand extends StartDeploymentCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const TagResourceCommand_base: {
|
|
|
70
70
|
* @throws {@link AppRunnerServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @throws {@link AppRunnerServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -77,6 +77,7 @@ declare const UpdateDefaultAutoScalingConfigurationCommand_base: {
|
|
|
77
77
|
* @throws {@link AppRunnerServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class UpdateDefaultAutoScalingConfigurationCommand extends UpdateDefaultAutoScalingConfigurationCommand_base {
|
|
@@ -236,6 +236,7 @@ declare const UpdateServiceCommand_base: {
|
|
|
236
236
|
* @throws {@link AppRunnerServiceException}
|
|
237
237
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
238
238
|
*
|
|
239
|
+
*
|
|
239
240
|
* @public
|
|
240
241
|
*/
|
|
241
242
|
export declare class UpdateServiceCommand extends UpdateServiceCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const UpdateVpcIngressConnectionCommand_base: {
|
|
|
100
100
|
* @throws {@link AppRunnerServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from AppRunner service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class UpdateVpcIngressConnectionCommand extends UpdateVpcIngressConnectionCommand_base {
|
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.777.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",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.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",
|