@aws-sdk/client-apprunner 3.490.0 → 3.496.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/AppRunner.js +1 -85
- package/dist-cjs/AppRunnerClient.js +1 -43
- package/dist-cjs/commands/AssociateCustomDomainCommand.js +1 -28
- package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateConnectionCommand.js +1 -28
- package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +1 -28
- package/dist-cjs/commands/CreateServiceCommand.js +1 -29
- package/dist-cjs/commands/CreateVpcConnectorCommand.js +1 -28
- package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +1 -28
- package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteConnectionCommand.js +1 -28
- package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DeleteServiceCommand.js +1 -29
- package/dist-cjs/commands/DeleteVpcConnectorCommand.js +1 -28
- package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +1 -28
- package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeCustomDomainsCommand.js +1 -28
- package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +1 -28
- package/dist-cjs/commands/DescribeServiceCommand.js +1 -29
- package/dist-cjs/commands/DescribeVpcConnectorCommand.js +1 -28
- package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +1 -28
- package/dist-cjs/commands/DisassociateCustomDomainCommand.js +1 -28
- package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListConnectionsCommand.js +1 -28
- package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +1 -28
- package/dist-cjs/commands/ListOperationsCommand.js +1 -28
- package/dist-cjs/commands/ListServicesCommand.js +1 -28
- package/dist-cjs/commands/ListServicesForAutoScalingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListVpcConnectorsCommand.js +1 -28
- package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +1 -28
- package/dist-cjs/commands/PauseServiceCommand.js +1 -29
- package/dist-cjs/commands/ResumeServiceCommand.js +1 -29
- package/dist-cjs/commands/StartDeploymentCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateDefaultAutoScalingConfigurationCommand.js +1 -28
- package/dist-cjs/commands/UpdateServiceCommand.js +1 -29
- package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -40
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +3368 -11
- package/dist-cjs/models/AppRunnerServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -275
- package/dist-cjs/pagination/DescribeCustomDomainsPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAutoScalingConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListConnectionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListObservabilityConfigurationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListOperationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListServicesForAutoScalingConfigurationPaginator.js +1 -7
- package/dist-cjs/pagination/ListServicesPaginator.js +1 -7
- package/dist-cjs/pagination/ListVpcConnectorsPaginator.js +1 -7
- package/dist-cjs/pagination/ListVpcIngressConnectionsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_json1_0.js +1 -2150
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -1,12 +1,3369 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
var
|
|
12
|
-
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all)
|
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
10
|
+
};
|
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
13
|
+
for (let key of __getOwnPropNames(from))
|
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
|
+
}
|
|
17
|
+
return to;
|
|
18
|
+
};
|
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
|
+
|
|
21
|
+
// src/index.ts
|
|
22
|
+
var src_exports = {};
|
|
23
|
+
__export(src_exports, {
|
|
24
|
+
AppRunner: () => AppRunner,
|
|
25
|
+
AppRunnerClient: () => AppRunnerClient,
|
|
26
|
+
AppRunnerServiceException: () => AppRunnerServiceException,
|
|
27
|
+
AssociateCustomDomainCommand: () => AssociateCustomDomainCommand,
|
|
28
|
+
AutoScalingConfigurationStatus: () => AutoScalingConfigurationStatus,
|
|
29
|
+
CertificateValidationRecordStatus: () => CertificateValidationRecordStatus,
|
|
30
|
+
CodeConfigurationFilterSensitiveLog: () => CodeConfigurationFilterSensitiveLog,
|
|
31
|
+
CodeConfigurationValuesFilterSensitiveLog: () => CodeConfigurationValuesFilterSensitiveLog,
|
|
32
|
+
CodeRepositoryFilterSensitiveLog: () => CodeRepositoryFilterSensitiveLog,
|
|
33
|
+
ConfigurationSource: () => ConfigurationSource,
|
|
34
|
+
ConnectionStatus: () => ConnectionStatus,
|
|
35
|
+
CreateAutoScalingConfigurationCommand: () => CreateAutoScalingConfigurationCommand,
|
|
36
|
+
CreateConnectionCommand: () => CreateConnectionCommand,
|
|
37
|
+
CreateObservabilityConfigurationCommand: () => CreateObservabilityConfigurationCommand,
|
|
38
|
+
CreateServiceCommand: () => CreateServiceCommand,
|
|
39
|
+
CreateServiceRequestFilterSensitiveLog: () => CreateServiceRequestFilterSensitiveLog,
|
|
40
|
+
CreateServiceResponseFilterSensitiveLog: () => CreateServiceResponseFilterSensitiveLog,
|
|
41
|
+
CreateVpcConnectorCommand: () => CreateVpcConnectorCommand,
|
|
42
|
+
CreateVpcIngressConnectionCommand: () => CreateVpcIngressConnectionCommand,
|
|
43
|
+
CustomDomainAssociationStatus: () => CustomDomainAssociationStatus,
|
|
44
|
+
DeleteAutoScalingConfigurationCommand: () => DeleteAutoScalingConfigurationCommand,
|
|
45
|
+
DeleteConnectionCommand: () => DeleteConnectionCommand,
|
|
46
|
+
DeleteObservabilityConfigurationCommand: () => DeleteObservabilityConfigurationCommand,
|
|
47
|
+
DeleteServiceCommand: () => DeleteServiceCommand,
|
|
48
|
+
DeleteServiceResponseFilterSensitiveLog: () => DeleteServiceResponseFilterSensitiveLog,
|
|
49
|
+
DeleteVpcConnectorCommand: () => DeleteVpcConnectorCommand,
|
|
50
|
+
DeleteVpcIngressConnectionCommand: () => DeleteVpcIngressConnectionCommand,
|
|
51
|
+
DescribeAutoScalingConfigurationCommand: () => DescribeAutoScalingConfigurationCommand,
|
|
52
|
+
DescribeCustomDomainsCommand: () => DescribeCustomDomainsCommand,
|
|
53
|
+
DescribeObservabilityConfigurationCommand: () => DescribeObservabilityConfigurationCommand,
|
|
54
|
+
DescribeServiceCommand: () => DescribeServiceCommand,
|
|
55
|
+
DescribeServiceResponseFilterSensitiveLog: () => DescribeServiceResponseFilterSensitiveLog,
|
|
56
|
+
DescribeVpcConnectorCommand: () => DescribeVpcConnectorCommand,
|
|
57
|
+
DescribeVpcIngressConnectionCommand: () => DescribeVpcIngressConnectionCommand,
|
|
58
|
+
DisassociateCustomDomainCommand: () => DisassociateCustomDomainCommand,
|
|
59
|
+
EgressType: () => EgressType,
|
|
60
|
+
HealthCheckProtocol: () => HealthCheckProtocol,
|
|
61
|
+
ImageConfigurationFilterSensitiveLog: () => ImageConfigurationFilterSensitiveLog,
|
|
62
|
+
ImageRepositoryFilterSensitiveLog: () => ImageRepositoryFilterSensitiveLog,
|
|
63
|
+
ImageRepositoryType: () => ImageRepositoryType,
|
|
64
|
+
InternalServiceErrorException: () => InternalServiceErrorException,
|
|
65
|
+
InvalidRequestException: () => InvalidRequestException,
|
|
66
|
+
InvalidStateException: () => InvalidStateException,
|
|
67
|
+
IpAddressType: () => IpAddressType,
|
|
68
|
+
ListAutoScalingConfigurationsCommand: () => ListAutoScalingConfigurationsCommand,
|
|
69
|
+
ListConnectionsCommand: () => ListConnectionsCommand,
|
|
70
|
+
ListObservabilityConfigurationsCommand: () => ListObservabilityConfigurationsCommand,
|
|
71
|
+
ListOperationsCommand: () => ListOperationsCommand,
|
|
72
|
+
ListServicesCommand: () => ListServicesCommand,
|
|
73
|
+
ListServicesForAutoScalingConfigurationCommand: () => ListServicesForAutoScalingConfigurationCommand,
|
|
74
|
+
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
75
|
+
ListVpcConnectorsCommand: () => ListVpcConnectorsCommand,
|
|
76
|
+
ListVpcIngressConnectionsCommand: () => ListVpcIngressConnectionsCommand,
|
|
77
|
+
ObservabilityConfigurationStatus: () => ObservabilityConfigurationStatus,
|
|
78
|
+
OperationStatus: () => OperationStatus,
|
|
79
|
+
OperationType: () => OperationType,
|
|
80
|
+
PauseServiceCommand: () => PauseServiceCommand,
|
|
81
|
+
PauseServiceResponseFilterSensitiveLog: () => PauseServiceResponseFilterSensitiveLog,
|
|
82
|
+
ProviderType: () => ProviderType,
|
|
83
|
+
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
84
|
+
ResumeServiceCommand: () => ResumeServiceCommand,
|
|
85
|
+
ResumeServiceResponseFilterSensitiveLog: () => ResumeServiceResponseFilterSensitiveLog,
|
|
86
|
+
Runtime: () => Runtime,
|
|
87
|
+
ServiceFilterSensitiveLog: () => ServiceFilterSensitiveLog,
|
|
88
|
+
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
89
|
+
ServiceStatus: () => ServiceStatus,
|
|
90
|
+
SourceCodeVersionType: () => SourceCodeVersionType,
|
|
91
|
+
SourceConfigurationFilterSensitiveLog: () => SourceConfigurationFilterSensitiveLog,
|
|
92
|
+
StartDeploymentCommand: () => StartDeploymentCommand,
|
|
93
|
+
TagResourceCommand: () => TagResourceCommand,
|
|
94
|
+
TracingVendor: () => TracingVendor,
|
|
95
|
+
UntagResourceCommand: () => UntagResourceCommand,
|
|
96
|
+
UpdateDefaultAutoScalingConfigurationCommand: () => UpdateDefaultAutoScalingConfigurationCommand,
|
|
97
|
+
UpdateServiceCommand: () => UpdateServiceCommand,
|
|
98
|
+
UpdateServiceRequestFilterSensitiveLog: () => UpdateServiceRequestFilterSensitiveLog,
|
|
99
|
+
UpdateServiceResponseFilterSensitiveLog: () => UpdateServiceResponseFilterSensitiveLog,
|
|
100
|
+
UpdateVpcIngressConnectionCommand: () => UpdateVpcIngressConnectionCommand,
|
|
101
|
+
VpcConnectorStatus: () => VpcConnectorStatus,
|
|
102
|
+
VpcIngressConnectionStatus: () => VpcIngressConnectionStatus,
|
|
103
|
+
__Client: () => import_smithy_client.Client,
|
|
104
|
+
paginateDescribeCustomDomains: () => paginateDescribeCustomDomains,
|
|
105
|
+
paginateListAutoScalingConfigurations: () => paginateListAutoScalingConfigurations,
|
|
106
|
+
paginateListConnections: () => paginateListConnections,
|
|
107
|
+
paginateListObservabilityConfigurations: () => paginateListObservabilityConfigurations,
|
|
108
|
+
paginateListOperations: () => paginateListOperations,
|
|
109
|
+
paginateListServices: () => paginateListServices,
|
|
110
|
+
paginateListServicesForAutoScalingConfiguration: () => paginateListServicesForAutoScalingConfiguration,
|
|
111
|
+
paginateListVpcConnectors: () => paginateListVpcConnectors,
|
|
112
|
+
paginateListVpcIngressConnections: () => paginateListVpcIngressConnections
|
|
113
|
+
});
|
|
114
|
+
module.exports = __toCommonJS(src_exports);
|
|
115
|
+
|
|
116
|
+
// src/AppRunnerClient.ts
|
|
117
|
+
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
118
|
+
var import_middleware_logger = require("@aws-sdk/middleware-logger");
|
|
119
|
+
var import_middleware_recursion_detection = require("@aws-sdk/middleware-recursion-detection");
|
|
120
|
+
var import_middleware_signing = require("@aws-sdk/middleware-signing");
|
|
121
|
+
var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
|
|
122
|
+
var import_config_resolver = require("@smithy/config-resolver");
|
|
123
|
+
var import_middleware_content_length = require("@smithy/middleware-content-length");
|
|
124
|
+
var import_middleware_endpoint = require("@smithy/middleware-endpoint");
|
|
125
|
+
var import_middleware_retry = require("@smithy/middleware-retry");
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
// src/endpoint/EndpointParameters.ts
|
|
129
|
+
var resolveClientEndpointParameters = /* @__PURE__ */ __name((options) => {
|
|
130
|
+
return {
|
|
131
|
+
...options,
|
|
132
|
+
useDualstackEndpoint: options.useDualstackEndpoint ?? false,
|
|
133
|
+
useFipsEndpoint: options.useFipsEndpoint ?? false,
|
|
134
|
+
defaultSigningName: "apprunner"
|
|
135
|
+
};
|
|
136
|
+
}, "resolveClientEndpointParameters");
|
|
137
|
+
var commonParams = {
|
|
138
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
139
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
140
|
+
Region: { type: "builtInParams", name: "region" },
|
|
141
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
// src/AppRunnerClient.ts
|
|
145
|
+
var import_runtimeConfig = require("././runtimeConfig");
|
|
146
|
+
|
|
147
|
+
// src/runtimeExtensions.ts
|
|
148
|
+
var import_region_config_resolver = require("@aws-sdk/region-config-resolver");
|
|
149
|
+
var import_protocol_http = require("@smithy/protocol-http");
|
|
150
|
+
var import_smithy_client = require("@smithy/smithy-client");
|
|
151
|
+
var asPartial = /* @__PURE__ */ __name((t) => t, "asPartial");
|
|
152
|
+
var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions) => {
|
|
153
|
+
const extensionConfiguration = {
|
|
154
|
+
...asPartial((0, import_region_config_resolver.getAwsRegionExtensionConfiguration)(runtimeConfig)),
|
|
155
|
+
...asPartial((0, import_smithy_client.getDefaultExtensionConfiguration)(runtimeConfig)),
|
|
156
|
+
...asPartial((0, import_protocol_http.getHttpHandlerExtensionConfiguration)(runtimeConfig))
|
|
157
|
+
};
|
|
158
|
+
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
159
|
+
return {
|
|
160
|
+
...runtimeConfig,
|
|
161
|
+
...(0, import_region_config_resolver.resolveAwsRegionExtensionConfiguration)(extensionConfiguration),
|
|
162
|
+
...(0, import_smithy_client.resolveDefaultRuntimeConfig)(extensionConfiguration),
|
|
163
|
+
...(0, import_protocol_http.resolveHttpHandlerRuntimeConfig)(extensionConfiguration)
|
|
164
|
+
};
|
|
165
|
+
}, "resolveRuntimeExtensions");
|
|
166
|
+
|
|
167
|
+
// src/AppRunnerClient.ts
|
|
168
|
+
var _AppRunnerClient = class _AppRunnerClient extends import_smithy_client.Client {
|
|
169
|
+
constructor(...[configuration]) {
|
|
170
|
+
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
171
|
+
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
172
|
+
const _config_2 = (0, import_config_resolver.resolveRegionConfig)(_config_1);
|
|
173
|
+
const _config_3 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_2);
|
|
174
|
+
const _config_4 = (0, import_middleware_retry.resolveRetryConfig)(_config_3);
|
|
175
|
+
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
176
|
+
const _config_6 = (0, import_middleware_signing.resolveAwsAuthConfig)(_config_5);
|
|
177
|
+
const _config_7 = (0, import_middleware_user_agent.resolveUserAgentConfig)(_config_6);
|
|
178
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
|
|
179
|
+
super(_config_8);
|
|
180
|
+
this.config = _config_8;
|
|
181
|
+
this.middlewareStack.use((0, import_middleware_retry.getRetryPlugin)(this.config));
|
|
182
|
+
this.middlewareStack.use((0, import_middleware_content_length.getContentLengthPlugin)(this.config));
|
|
183
|
+
this.middlewareStack.use((0, import_middleware_host_header.getHostHeaderPlugin)(this.config));
|
|
184
|
+
this.middlewareStack.use((0, import_middleware_logger.getLoggerPlugin)(this.config));
|
|
185
|
+
this.middlewareStack.use((0, import_middleware_recursion_detection.getRecursionDetectionPlugin)(this.config));
|
|
186
|
+
this.middlewareStack.use((0, import_middleware_signing.getAwsAuthPlugin)(this.config));
|
|
187
|
+
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
191
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
192
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
193
|
+
*/
|
|
194
|
+
destroy() {
|
|
195
|
+
super.destroy();
|
|
196
|
+
}
|
|
197
|
+
};
|
|
198
|
+
__name(_AppRunnerClient, "AppRunnerClient");
|
|
199
|
+
var AppRunnerClient = _AppRunnerClient;
|
|
200
|
+
|
|
201
|
+
// src/AppRunner.ts
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
// src/commands/AssociateCustomDomainCommand.ts
|
|
205
|
+
|
|
206
|
+
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
207
|
+
|
|
208
|
+
var import_types = require("@smithy/types");
|
|
209
|
+
|
|
210
|
+
// src/protocols/Aws_json1_0.ts
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
// src/models/AppRunnerServiceException.ts
|
|
215
|
+
|
|
216
|
+
var _AppRunnerServiceException = class _AppRunnerServiceException extends import_smithy_client.ServiceException {
|
|
217
|
+
/**
|
|
218
|
+
* @internal
|
|
219
|
+
*/
|
|
220
|
+
constructor(options) {
|
|
221
|
+
super(options);
|
|
222
|
+
Object.setPrototypeOf(this, _AppRunnerServiceException.prototype);
|
|
223
|
+
}
|
|
224
|
+
};
|
|
225
|
+
__name(_AppRunnerServiceException, "AppRunnerServiceException");
|
|
226
|
+
var AppRunnerServiceException = _AppRunnerServiceException;
|
|
227
|
+
|
|
228
|
+
// src/models/models_0.ts
|
|
229
|
+
|
|
230
|
+
var CertificateValidationRecordStatus = {
|
|
231
|
+
FAILED: "FAILED",
|
|
232
|
+
PENDING_VALIDATION: "PENDING_VALIDATION",
|
|
233
|
+
SUCCESS: "SUCCESS"
|
|
234
|
+
};
|
|
235
|
+
var CustomDomainAssociationStatus = {
|
|
236
|
+
ACTIVE: "ACTIVE",
|
|
237
|
+
BINDING_CERTIFICATE: "BINDING_CERTIFICATE",
|
|
238
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
239
|
+
CREATING: "CREATING",
|
|
240
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
241
|
+
DELETING: "DELETING",
|
|
242
|
+
PENDING_CERTIFICATE_DNS_VALIDATION: "PENDING_CERTIFICATE_DNS_VALIDATION"
|
|
243
|
+
};
|
|
244
|
+
var _InternalServiceErrorException = class _InternalServiceErrorException extends AppRunnerServiceException {
|
|
245
|
+
/**
|
|
246
|
+
* @internal
|
|
247
|
+
*/
|
|
248
|
+
constructor(opts) {
|
|
249
|
+
super({
|
|
250
|
+
name: "InternalServiceErrorException",
|
|
251
|
+
$fault: "server",
|
|
252
|
+
...opts
|
|
253
|
+
});
|
|
254
|
+
this.name = "InternalServiceErrorException";
|
|
255
|
+
this.$fault = "server";
|
|
256
|
+
Object.setPrototypeOf(this, _InternalServiceErrorException.prototype);
|
|
257
|
+
this.Message = opts.Message;
|
|
258
|
+
}
|
|
259
|
+
};
|
|
260
|
+
__name(_InternalServiceErrorException, "InternalServiceErrorException");
|
|
261
|
+
var InternalServiceErrorException = _InternalServiceErrorException;
|
|
262
|
+
var _InvalidRequestException = class _InvalidRequestException extends AppRunnerServiceException {
|
|
263
|
+
/**
|
|
264
|
+
* @internal
|
|
265
|
+
*/
|
|
266
|
+
constructor(opts) {
|
|
267
|
+
super({
|
|
268
|
+
name: "InvalidRequestException",
|
|
269
|
+
$fault: "client",
|
|
270
|
+
...opts
|
|
271
|
+
});
|
|
272
|
+
this.name = "InvalidRequestException";
|
|
273
|
+
this.$fault = "client";
|
|
274
|
+
Object.setPrototypeOf(this, _InvalidRequestException.prototype);
|
|
275
|
+
this.Message = opts.Message;
|
|
276
|
+
}
|
|
277
|
+
};
|
|
278
|
+
__name(_InvalidRequestException, "InvalidRequestException");
|
|
279
|
+
var InvalidRequestException = _InvalidRequestException;
|
|
280
|
+
var _InvalidStateException = class _InvalidStateException extends AppRunnerServiceException {
|
|
281
|
+
/**
|
|
282
|
+
* @internal
|
|
283
|
+
*/
|
|
284
|
+
constructor(opts) {
|
|
285
|
+
super({
|
|
286
|
+
name: "InvalidStateException",
|
|
287
|
+
$fault: "client",
|
|
288
|
+
...opts
|
|
289
|
+
});
|
|
290
|
+
this.name = "InvalidStateException";
|
|
291
|
+
this.$fault = "client";
|
|
292
|
+
Object.setPrototypeOf(this, _InvalidStateException.prototype);
|
|
293
|
+
this.Message = opts.Message;
|
|
294
|
+
}
|
|
295
|
+
};
|
|
296
|
+
__name(_InvalidStateException, "InvalidStateException");
|
|
297
|
+
var InvalidStateException = _InvalidStateException;
|
|
298
|
+
var AutoScalingConfigurationStatus = {
|
|
299
|
+
ACTIVE: "ACTIVE",
|
|
300
|
+
INACTIVE: "INACTIVE"
|
|
301
|
+
};
|
|
302
|
+
var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends AppRunnerServiceException {
|
|
303
|
+
/**
|
|
304
|
+
* @internal
|
|
305
|
+
*/
|
|
306
|
+
constructor(opts) {
|
|
307
|
+
super({
|
|
308
|
+
name: "ServiceQuotaExceededException",
|
|
309
|
+
$fault: "client",
|
|
310
|
+
...opts
|
|
311
|
+
});
|
|
312
|
+
this.name = "ServiceQuotaExceededException";
|
|
313
|
+
this.$fault = "client";
|
|
314
|
+
Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
|
|
315
|
+
this.Message = opts.Message;
|
|
316
|
+
}
|
|
317
|
+
};
|
|
318
|
+
__name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
|
|
319
|
+
var ServiceQuotaExceededException = _ServiceQuotaExceededException;
|
|
320
|
+
var ProviderType = {
|
|
321
|
+
BITBUCKET: "BITBUCKET",
|
|
322
|
+
GITHUB: "GITHUB"
|
|
323
|
+
};
|
|
324
|
+
var ConnectionStatus = {
|
|
325
|
+
AVAILABLE: "AVAILABLE",
|
|
326
|
+
DELETED: "DELETED",
|
|
327
|
+
ERROR: "ERROR",
|
|
328
|
+
PENDING_HANDSHAKE: "PENDING_HANDSHAKE"
|
|
329
|
+
};
|
|
330
|
+
var TracingVendor = {
|
|
331
|
+
AWSXRAY: "AWSXRAY"
|
|
332
|
+
};
|
|
333
|
+
var ObservabilityConfigurationStatus = {
|
|
334
|
+
ACTIVE: "ACTIVE",
|
|
335
|
+
INACTIVE: "INACTIVE"
|
|
336
|
+
};
|
|
337
|
+
var HealthCheckProtocol = {
|
|
338
|
+
HTTP: "HTTP",
|
|
339
|
+
TCP: "TCP"
|
|
340
|
+
};
|
|
341
|
+
var EgressType = {
|
|
342
|
+
DEFAULT: "DEFAULT",
|
|
343
|
+
VPC: "VPC"
|
|
344
|
+
};
|
|
345
|
+
var IpAddressType = {
|
|
346
|
+
DUAL_STACK: "DUAL_STACK",
|
|
347
|
+
IPV4: "IPV4"
|
|
348
|
+
};
|
|
349
|
+
var Runtime = {
|
|
350
|
+
CORRETTO_11: "CORRETTO_11",
|
|
351
|
+
CORRETTO_8: "CORRETTO_8",
|
|
352
|
+
DOTNET_6: "DOTNET_6",
|
|
353
|
+
GO_1: "GO_1",
|
|
354
|
+
NODEJS_12: "NODEJS_12",
|
|
355
|
+
NODEJS_14: "NODEJS_14",
|
|
356
|
+
NODEJS_16: "NODEJS_16",
|
|
357
|
+
NODEJS_18: "NODEJS_18",
|
|
358
|
+
PHP_81: "PHP_81",
|
|
359
|
+
PYTHON_3: "PYTHON_3",
|
|
360
|
+
PYTHON_311: "PYTHON_311",
|
|
361
|
+
RUBY_31: "RUBY_31"
|
|
362
|
+
};
|
|
363
|
+
var ConfigurationSource = {
|
|
364
|
+
API: "API",
|
|
365
|
+
REPOSITORY: "REPOSITORY"
|
|
366
|
+
};
|
|
367
|
+
var SourceCodeVersionType = {
|
|
368
|
+
BRANCH: "BRANCH"
|
|
369
|
+
};
|
|
370
|
+
var ImageRepositoryType = {
|
|
371
|
+
ECR: "ECR",
|
|
372
|
+
ECR_PUBLIC: "ECR_PUBLIC"
|
|
373
|
+
};
|
|
374
|
+
var ServiceStatus = {
|
|
375
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
376
|
+
DELETED: "DELETED",
|
|
377
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
378
|
+
OPERATION_IN_PROGRESS: "OPERATION_IN_PROGRESS",
|
|
379
|
+
PAUSED: "PAUSED",
|
|
380
|
+
RUNNING: "RUNNING"
|
|
381
|
+
};
|
|
382
|
+
var VpcConnectorStatus = {
|
|
383
|
+
ACTIVE: "ACTIVE",
|
|
384
|
+
INACTIVE: "INACTIVE"
|
|
385
|
+
};
|
|
386
|
+
var VpcIngressConnectionStatus = {
|
|
387
|
+
AVAILABLE: "AVAILABLE",
|
|
388
|
+
DELETED: "DELETED",
|
|
389
|
+
FAILED_CREATION: "FAILED_CREATION",
|
|
390
|
+
FAILED_DELETION: "FAILED_DELETION",
|
|
391
|
+
FAILED_UPDATE: "FAILED_UPDATE",
|
|
392
|
+
PENDING_CREATION: "PENDING_CREATION",
|
|
393
|
+
PENDING_DELETION: "PENDING_DELETION",
|
|
394
|
+
PENDING_UPDATE: "PENDING_UPDATE"
|
|
395
|
+
};
|
|
396
|
+
var _ResourceNotFoundException = class _ResourceNotFoundException extends AppRunnerServiceException {
|
|
397
|
+
/**
|
|
398
|
+
* @internal
|
|
399
|
+
*/
|
|
400
|
+
constructor(opts) {
|
|
401
|
+
super({
|
|
402
|
+
name: "ResourceNotFoundException",
|
|
403
|
+
$fault: "client",
|
|
404
|
+
...opts
|
|
405
|
+
});
|
|
406
|
+
this.name = "ResourceNotFoundException";
|
|
407
|
+
this.$fault = "client";
|
|
408
|
+
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
409
|
+
this.Message = opts.Message;
|
|
410
|
+
}
|
|
411
|
+
};
|
|
412
|
+
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
413
|
+
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
414
|
+
var OperationStatus = {
|
|
415
|
+
FAILED: "FAILED",
|
|
416
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
417
|
+
PENDING: "PENDING",
|
|
418
|
+
ROLLBACK_FAILED: "ROLLBACK_FAILED",
|
|
419
|
+
ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS",
|
|
420
|
+
ROLLBACK_SUCCEEDED: "ROLLBACK_SUCCEEDED",
|
|
421
|
+
SUCCEEDED: "SUCCEEDED"
|
|
422
|
+
};
|
|
423
|
+
var OperationType = {
|
|
424
|
+
CREATE_SERVICE: "CREATE_SERVICE",
|
|
425
|
+
DELETE_SERVICE: "DELETE_SERVICE",
|
|
426
|
+
PAUSE_SERVICE: "PAUSE_SERVICE",
|
|
427
|
+
RESUME_SERVICE: "RESUME_SERVICE",
|
|
428
|
+
START_DEPLOYMENT: "START_DEPLOYMENT",
|
|
429
|
+
UPDATE_SERVICE: "UPDATE_SERVICE"
|
|
430
|
+
};
|
|
431
|
+
var CodeConfigurationValuesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
432
|
+
...obj,
|
|
433
|
+
...obj.BuildCommand && { BuildCommand: import_smithy_client.SENSITIVE_STRING },
|
|
434
|
+
...obj.StartCommand && { StartCommand: import_smithy_client.SENSITIVE_STRING },
|
|
435
|
+
...obj.RuntimeEnvironmentVariables && { RuntimeEnvironmentVariables: import_smithy_client.SENSITIVE_STRING },
|
|
436
|
+
...obj.RuntimeEnvironmentSecrets && { RuntimeEnvironmentSecrets: import_smithy_client.SENSITIVE_STRING }
|
|
437
|
+
}), "CodeConfigurationValuesFilterSensitiveLog");
|
|
438
|
+
var CodeConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
439
|
+
...obj,
|
|
440
|
+
...obj.CodeConfigurationValues && {
|
|
441
|
+
CodeConfigurationValues: CodeConfigurationValuesFilterSensitiveLog(obj.CodeConfigurationValues)
|
|
442
|
+
}
|
|
443
|
+
}), "CodeConfigurationFilterSensitiveLog");
|
|
444
|
+
var CodeRepositoryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
445
|
+
...obj,
|
|
446
|
+
...obj.CodeConfiguration && { CodeConfiguration: CodeConfigurationFilterSensitiveLog(obj.CodeConfiguration) }
|
|
447
|
+
}), "CodeRepositoryFilterSensitiveLog");
|
|
448
|
+
var ImageConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
449
|
+
...obj,
|
|
450
|
+
...obj.RuntimeEnvironmentVariables && { RuntimeEnvironmentVariables: import_smithy_client.SENSITIVE_STRING },
|
|
451
|
+
...obj.StartCommand && { StartCommand: import_smithy_client.SENSITIVE_STRING },
|
|
452
|
+
...obj.RuntimeEnvironmentSecrets && { RuntimeEnvironmentSecrets: import_smithy_client.SENSITIVE_STRING }
|
|
453
|
+
}), "ImageConfigurationFilterSensitiveLog");
|
|
454
|
+
var ImageRepositoryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
455
|
+
...obj,
|
|
456
|
+
...obj.ImageConfiguration && { ImageConfiguration: ImageConfigurationFilterSensitiveLog(obj.ImageConfiguration) }
|
|
457
|
+
}), "ImageRepositoryFilterSensitiveLog");
|
|
458
|
+
var SourceConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
459
|
+
...obj,
|
|
460
|
+
...obj.CodeRepository && { CodeRepository: CodeRepositoryFilterSensitiveLog(obj.CodeRepository) },
|
|
461
|
+
...obj.ImageRepository && { ImageRepository: ImageRepositoryFilterSensitiveLog(obj.ImageRepository) }
|
|
462
|
+
}), "SourceConfigurationFilterSensitiveLog");
|
|
463
|
+
var CreateServiceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
464
|
+
...obj,
|
|
465
|
+
...obj.SourceConfiguration && {
|
|
466
|
+
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration)
|
|
467
|
+
}
|
|
468
|
+
}), "CreateServiceRequestFilterSensitiveLog");
|
|
469
|
+
var ServiceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
470
|
+
...obj,
|
|
471
|
+
...obj.SourceConfiguration && {
|
|
472
|
+
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration)
|
|
473
|
+
}
|
|
474
|
+
}), "ServiceFilterSensitiveLog");
|
|
475
|
+
var CreateServiceResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
476
|
+
...obj,
|
|
477
|
+
...obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }
|
|
478
|
+
}), "CreateServiceResponseFilterSensitiveLog");
|
|
479
|
+
var DeleteServiceResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
480
|
+
...obj,
|
|
481
|
+
...obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }
|
|
482
|
+
}), "DeleteServiceResponseFilterSensitiveLog");
|
|
483
|
+
var DescribeServiceResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
484
|
+
...obj,
|
|
485
|
+
...obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }
|
|
486
|
+
}), "DescribeServiceResponseFilterSensitiveLog");
|
|
487
|
+
var PauseServiceResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
488
|
+
...obj,
|
|
489
|
+
...obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }
|
|
490
|
+
}), "PauseServiceResponseFilterSensitiveLog");
|
|
491
|
+
var ResumeServiceResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
492
|
+
...obj,
|
|
493
|
+
...obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }
|
|
494
|
+
}), "ResumeServiceResponseFilterSensitiveLog");
|
|
495
|
+
var UpdateServiceRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
496
|
+
...obj,
|
|
497
|
+
...obj.SourceConfiguration && {
|
|
498
|
+
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration)
|
|
499
|
+
}
|
|
500
|
+
}), "UpdateServiceRequestFilterSensitiveLog");
|
|
501
|
+
var UpdateServiceResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
502
|
+
...obj,
|
|
503
|
+
...obj.Service && { Service: ServiceFilterSensitiveLog(obj.Service) }
|
|
504
|
+
}), "UpdateServiceResponseFilterSensitiveLog");
|
|
505
|
+
|
|
506
|
+
// src/protocols/Aws_json1_0.ts
|
|
507
|
+
var se_AssociateCustomDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
508
|
+
const headers = sharedHeaders("AssociateCustomDomain");
|
|
509
|
+
let body;
|
|
510
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
511
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
512
|
+
}, "se_AssociateCustomDomainCommand");
|
|
513
|
+
var se_CreateAutoScalingConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
514
|
+
const headers = sharedHeaders("CreateAutoScalingConfiguration");
|
|
515
|
+
let body;
|
|
516
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
517
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
518
|
+
}, "se_CreateAutoScalingConfigurationCommand");
|
|
519
|
+
var se_CreateConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
520
|
+
const headers = sharedHeaders("CreateConnection");
|
|
521
|
+
let body;
|
|
522
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
523
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
524
|
+
}, "se_CreateConnectionCommand");
|
|
525
|
+
var se_CreateObservabilityConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
526
|
+
const headers = sharedHeaders("CreateObservabilityConfiguration");
|
|
527
|
+
let body;
|
|
528
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
529
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
530
|
+
}, "se_CreateObservabilityConfigurationCommand");
|
|
531
|
+
var se_CreateServiceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
532
|
+
const headers = sharedHeaders("CreateService");
|
|
533
|
+
let body;
|
|
534
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
535
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
536
|
+
}, "se_CreateServiceCommand");
|
|
537
|
+
var se_CreateVpcConnectorCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
538
|
+
const headers = sharedHeaders("CreateVpcConnector");
|
|
539
|
+
let body;
|
|
540
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
541
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
542
|
+
}, "se_CreateVpcConnectorCommand");
|
|
543
|
+
var se_CreateVpcIngressConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
544
|
+
const headers = sharedHeaders("CreateVpcIngressConnection");
|
|
545
|
+
let body;
|
|
546
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
547
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
548
|
+
}, "se_CreateVpcIngressConnectionCommand");
|
|
549
|
+
var se_DeleteAutoScalingConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
550
|
+
const headers = sharedHeaders("DeleteAutoScalingConfiguration");
|
|
551
|
+
let body;
|
|
552
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
553
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
554
|
+
}, "se_DeleteAutoScalingConfigurationCommand");
|
|
555
|
+
var se_DeleteConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
556
|
+
const headers = sharedHeaders("DeleteConnection");
|
|
557
|
+
let body;
|
|
558
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
559
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
560
|
+
}, "se_DeleteConnectionCommand");
|
|
561
|
+
var se_DeleteObservabilityConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
562
|
+
const headers = sharedHeaders("DeleteObservabilityConfiguration");
|
|
563
|
+
let body;
|
|
564
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
565
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
566
|
+
}, "se_DeleteObservabilityConfigurationCommand");
|
|
567
|
+
var se_DeleteServiceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
568
|
+
const headers = sharedHeaders("DeleteService");
|
|
569
|
+
let body;
|
|
570
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
571
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
572
|
+
}, "se_DeleteServiceCommand");
|
|
573
|
+
var se_DeleteVpcConnectorCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
574
|
+
const headers = sharedHeaders("DeleteVpcConnector");
|
|
575
|
+
let body;
|
|
576
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
577
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
578
|
+
}, "se_DeleteVpcConnectorCommand");
|
|
579
|
+
var se_DeleteVpcIngressConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
580
|
+
const headers = sharedHeaders("DeleteVpcIngressConnection");
|
|
581
|
+
let body;
|
|
582
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
583
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
584
|
+
}, "se_DeleteVpcIngressConnectionCommand");
|
|
585
|
+
var se_DescribeAutoScalingConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
586
|
+
const headers = sharedHeaders("DescribeAutoScalingConfiguration");
|
|
587
|
+
let body;
|
|
588
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
589
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
590
|
+
}, "se_DescribeAutoScalingConfigurationCommand");
|
|
591
|
+
var se_DescribeCustomDomainsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
592
|
+
const headers = sharedHeaders("DescribeCustomDomains");
|
|
593
|
+
let body;
|
|
594
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
595
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
596
|
+
}, "se_DescribeCustomDomainsCommand");
|
|
597
|
+
var se_DescribeObservabilityConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
598
|
+
const headers = sharedHeaders("DescribeObservabilityConfiguration");
|
|
599
|
+
let body;
|
|
600
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
601
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
602
|
+
}, "se_DescribeObservabilityConfigurationCommand");
|
|
603
|
+
var se_DescribeServiceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
604
|
+
const headers = sharedHeaders("DescribeService");
|
|
605
|
+
let body;
|
|
606
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
607
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
608
|
+
}, "se_DescribeServiceCommand");
|
|
609
|
+
var se_DescribeVpcConnectorCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
610
|
+
const headers = sharedHeaders("DescribeVpcConnector");
|
|
611
|
+
let body;
|
|
612
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
613
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
614
|
+
}, "se_DescribeVpcConnectorCommand");
|
|
615
|
+
var se_DescribeVpcIngressConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
616
|
+
const headers = sharedHeaders("DescribeVpcIngressConnection");
|
|
617
|
+
let body;
|
|
618
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
619
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
620
|
+
}, "se_DescribeVpcIngressConnectionCommand");
|
|
621
|
+
var se_DisassociateCustomDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
622
|
+
const headers = sharedHeaders("DisassociateCustomDomain");
|
|
623
|
+
let body;
|
|
624
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
625
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
626
|
+
}, "se_DisassociateCustomDomainCommand");
|
|
627
|
+
var se_ListAutoScalingConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
628
|
+
const headers = sharedHeaders("ListAutoScalingConfigurations");
|
|
629
|
+
let body;
|
|
630
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
631
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
632
|
+
}, "se_ListAutoScalingConfigurationsCommand");
|
|
633
|
+
var se_ListConnectionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
634
|
+
const headers = sharedHeaders("ListConnections");
|
|
635
|
+
let body;
|
|
636
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
637
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
638
|
+
}, "se_ListConnectionsCommand");
|
|
639
|
+
var se_ListObservabilityConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
640
|
+
const headers = sharedHeaders("ListObservabilityConfigurations");
|
|
641
|
+
let body;
|
|
642
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
643
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
644
|
+
}, "se_ListObservabilityConfigurationsCommand");
|
|
645
|
+
var se_ListOperationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
646
|
+
const headers = sharedHeaders("ListOperations");
|
|
647
|
+
let body;
|
|
648
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
649
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
650
|
+
}, "se_ListOperationsCommand");
|
|
651
|
+
var se_ListServicesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
652
|
+
const headers = sharedHeaders("ListServices");
|
|
653
|
+
let body;
|
|
654
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
655
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
656
|
+
}, "se_ListServicesCommand");
|
|
657
|
+
var se_ListServicesForAutoScalingConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
658
|
+
const headers = sharedHeaders("ListServicesForAutoScalingConfiguration");
|
|
659
|
+
let body;
|
|
660
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
661
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
662
|
+
}, "se_ListServicesForAutoScalingConfigurationCommand");
|
|
663
|
+
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
664
|
+
const headers = sharedHeaders("ListTagsForResource");
|
|
665
|
+
let body;
|
|
666
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
667
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
668
|
+
}, "se_ListTagsForResourceCommand");
|
|
669
|
+
var se_ListVpcConnectorsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
670
|
+
const headers = sharedHeaders("ListVpcConnectors");
|
|
671
|
+
let body;
|
|
672
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
673
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
674
|
+
}, "se_ListVpcConnectorsCommand");
|
|
675
|
+
var se_ListVpcIngressConnectionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
676
|
+
const headers = sharedHeaders("ListVpcIngressConnections");
|
|
677
|
+
let body;
|
|
678
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
679
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
680
|
+
}, "se_ListVpcIngressConnectionsCommand");
|
|
681
|
+
var se_PauseServiceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
682
|
+
const headers = sharedHeaders("PauseService");
|
|
683
|
+
let body;
|
|
684
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
685
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
686
|
+
}, "se_PauseServiceCommand");
|
|
687
|
+
var se_ResumeServiceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
688
|
+
const headers = sharedHeaders("ResumeService");
|
|
689
|
+
let body;
|
|
690
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
691
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
692
|
+
}, "se_ResumeServiceCommand");
|
|
693
|
+
var se_StartDeploymentCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
694
|
+
const headers = sharedHeaders("StartDeployment");
|
|
695
|
+
let body;
|
|
696
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
697
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
698
|
+
}, "se_StartDeploymentCommand");
|
|
699
|
+
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
700
|
+
const headers = sharedHeaders("TagResource");
|
|
701
|
+
let body;
|
|
702
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
703
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
704
|
+
}, "se_TagResourceCommand");
|
|
705
|
+
var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
706
|
+
const headers = sharedHeaders("UntagResource");
|
|
707
|
+
let body;
|
|
708
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
709
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
710
|
+
}, "se_UntagResourceCommand");
|
|
711
|
+
var se_UpdateDefaultAutoScalingConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
712
|
+
const headers = sharedHeaders("UpdateDefaultAutoScalingConfiguration");
|
|
713
|
+
let body;
|
|
714
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
715
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
716
|
+
}, "se_UpdateDefaultAutoScalingConfigurationCommand");
|
|
717
|
+
var se_UpdateServiceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
718
|
+
const headers = sharedHeaders("UpdateService");
|
|
719
|
+
let body;
|
|
720
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
721
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
722
|
+
}, "se_UpdateServiceCommand");
|
|
723
|
+
var se_UpdateVpcIngressConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
724
|
+
const headers = sharedHeaders("UpdateVpcIngressConnection");
|
|
725
|
+
let body;
|
|
726
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
727
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
728
|
+
}, "se_UpdateVpcIngressConnectionCommand");
|
|
729
|
+
var de_AssociateCustomDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
730
|
+
if (output.statusCode >= 300) {
|
|
731
|
+
return de_AssociateCustomDomainCommandError(output, context);
|
|
732
|
+
}
|
|
733
|
+
const data = await parseBody(output.body, context);
|
|
734
|
+
let contents = {};
|
|
735
|
+
contents = (0, import_smithy_client._json)(data);
|
|
736
|
+
const response = {
|
|
737
|
+
$metadata: deserializeMetadata(output),
|
|
738
|
+
...contents
|
|
739
|
+
};
|
|
740
|
+
return response;
|
|
741
|
+
}, "de_AssociateCustomDomainCommand");
|
|
742
|
+
var de_AssociateCustomDomainCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
743
|
+
const parsedOutput = {
|
|
744
|
+
...output,
|
|
745
|
+
body: await parseErrorBody(output.body, context)
|
|
746
|
+
};
|
|
747
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
748
|
+
switch (errorCode) {
|
|
749
|
+
case "InternalServiceErrorException":
|
|
750
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
751
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
752
|
+
case "InvalidRequestException":
|
|
753
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
754
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
755
|
+
case "InvalidStateException":
|
|
756
|
+
case "com.amazonaws.apprunner#InvalidStateException":
|
|
757
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
758
|
+
default:
|
|
759
|
+
const parsedBody = parsedOutput.body;
|
|
760
|
+
return throwDefaultError({
|
|
761
|
+
output,
|
|
762
|
+
parsedBody,
|
|
763
|
+
errorCode
|
|
764
|
+
});
|
|
765
|
+
}
|
|
766
|
+
}, "de_AssociateCustomDomainCommandError");
|
|
767
|
+
var de_CreateAutoScalingConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
768
|
+
if (output.statusCode >= 300) {
|
|
769
|
+
return de_CreateAutoScalingConfigurationCommandError(output, context);
|
|
770
|
+
}
|
|
771
|
+
const data = await parseBody(output.body, context);
|
|
772
|
+
let contents = {};
|
|
773
|
+
contents = de_CreateAutoScalingConfigurationResponse(data, context);
|
|
774
|
+
const response = {
|
|
775
|
+
$metadata: deserializeMetadata(output),
|
|
776
|
+
...contents
|
|
777
|
+
};
|
|
778
|
+
return response;
|
|
779
|
+
}, "de_CreateAutoScalingConfigurationCommand");
|
|
780
|
+
var de_CreateAutoScalingConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
781
|
+
const parsedOutput = {
|
|
782
|
+
...output,
|
|
783
|
+
body: await parseErrorBody(output.body, context)
|
|
784
|
+
};
|
|
785
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
786
|
+
switch (errorCode) {
|
|
787
|
+
case "InternalServiceErrorException":
|
|
788
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
789
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
790
|
+
case "InvalidRequestException":
|
|
791
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
792
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
793
|
+
case "ServiceQuotaExceededException":
|
|
794
|
+
case "com.amazonaws.apprunner#ServiceQuotaExceededException":
|
|
795
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
796
|
+
default:
|
|
797
|
+
const parsedBody = parsedOutput.body;
|
|
798
|
+
return throwDefaultError({
|
|
799
|
+
output,
|
|
800
|
+
parsedBody,
|
|
801
|
+
errorCode
|
|
802
|
+
});
|
|
803
|
+
}
|
|
804
|
+
}, "de_CreateAutoScalingConfigurationCommandError");
|
|
805
|
+
var de_CreateConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
806
|
+
if (output.statusCode >= 300) {
|
|
807
|
+
return de_CreateConnectionCommandError(output, context);
|
|
808
|
+
}
|
|
809
|
+
const data = await parseBody(output.body, context);
|
|
810
|
+
let contents = {};
|
|
811
|
+
contents = de_CreateConnectionResponse(data, context);
|
|
812
|
+
const response = {
|
|
813
|
+
$metadata: deserializeMetadata(output),
|
|
814
|
+
...contents
|
|
815
|
+
};
|
|
816
|
+
return response;
|
|
817
|
+
}, "de_CreateConnectionCommand");
|
|
818
|
+
var de_CreateConnectionCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
819
|
+
const parsedOutput = {
|
|
820
|
+
...output,
|
|
821
|
+
body: await parseErrorBody(output.body, context)
|
|
822
|
+
};
|
|
823
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
824
|
+
switch (errorCode) {
|
|
825
|
+
case "InternalServiceErrorException":
|
|
826
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
827
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
828
|
+
case "InvalidRequestException":
|
|
829
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
830
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
831
|
+
case "ServiceQuotaExceededException":
|
|
832
|
+
case "com.amazonaws.apprunner#ServiceQuotaExceededException":
|
|
833
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
834
|
+
default:
|
|
835
|
+
const parsedBody = parsedOutput.body;
|
|
836
|
+
return throwDefaultError({
|
|
837
|
+
output,
|
|
838
|
+
parsedBody,
|
|
839
|
+
errorCode
|
|
840
|
+
});
|
|
841
|
+
}
|
|
842
|
+
}, "de_CreateConnectionCommandError");
|
|
843
|
+
var de_CreateObservabilityConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
844
|
+
if (output.statusCode >= 300) {
|
|
845
|
+
return de_CreateObservabilityConfigurationCommandError(output, context);
|
|
846
|
+
}
|
|
847
|
+
const data = await parseBody(output.body, context);
|
|
848
|
+
let contents = {};
|
|
849
|
+
contents = de_CreateObservabilityConfigurationResponse(data, context);
|
|
850
|
+
const response = {
|
|
851
|
+
$metadata: deserializeMetadata(output),
|
|
852
|
+
...contents
|
|
853
|
+
};
|
|
854
|
+
return response;
|
|
855
|
+
}, "de_CreateObservabilityConfigurationCommand");
|
|
856
|
+
var de_CreateObservabilityConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
857
|
+
const parsedOutput = {
|
|
858
|
+
...output,
|
|
859
|
+
body: await parseErrorBody(output.body, context)
|
|
860
|
+
};
|
|
861
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
862
|
+
switch (errorCode) {
|
|
863
|
+
case "InternalServiceErrorException":
|
|
864
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
865
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
866
|
+
case "InvalidRequestException":
|
|
867
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
868
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
869
|
+
case "ServiceQuotaExceededException":
|
|
870
|
+
case "com.amazonaws.apprunner#ServiceQuotaExceededException":
|
|
871
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
872
|
+
default:
|
|
873
|
+
const parsedBody = parsedOutput.body;
|
|
874
|
+
return throwDefaultError({
|
|
875
|
+
output,
|
|
876
|
+
parsedBody,
|
|
877
|
+
errorCode
|
|
878
|
+
});
|
|
879
|
+
}
|
|
880
|
+
}, "de_CreateObservabilityConfigurationCommandError");
|
|
881
|
+
var de_CreateServiceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
882
|
+
if (output.statusCode >= 300) {
|
|
883
|
+
return de_CreateServiceCommandError(output, context);
|
|
884
|
+
}
|
|
885
|
+
const data = await parseBody(output.body, context);
|
|
886
|
+
let contents = {};
|
|
887
|
+
contents = de_CreateServiceResponse(data, context);
|
|
888
|
+
const response = {
|
|
889
|
+
$metadata: deserializeMetadata(output),
|
|
890
|
+
...contents
|
|
891
|
+
};
|
|
892
|
+
return response;
|
|
893
|
+
}, "de_CreateServiceCommand");
|
|
894
|
+
var de_CreateServiceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
895
|
+
const parsedOutput = {
|
|
896
|
+
...output,
|
|
897
|
+
body: await parseErrorBody(output.body, context)
|
|
898
|
+
};
|
|
899
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
900
|
+
switch (errorCode) {
|
|
901
|
+
case "InternalServiceErrorException":
|
|
902
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
903
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
904
|
+
case "InvalidRequestException":
|
|
905
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
906
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
907
|
+
case "ServiceQuotaExceededException":
|
|
908
|
+
case "com.amazonaws.apprunner#ServiceQuotaExceededException":
|
|
909
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
910
|
+
default:
|
|
911
|
+
const parsedBody = parsedOutput.body;
|
|
912
|
+
return throwDefaultError({
|
|
913
|
+
output,
|
|
914
|
+
parsedBody,
|
|
915
|
+
errorCode
|
|
916
|
+
});
|
|
917
|
+
}
|
|
918
|
+
}, "de_CreateServiceCommandError");
|
|
919
|
+
var de_CreateVpcConnectorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
920
|
+
if (output.statusCode >= 300) {
|
|
921
|
+
return de_CreateVpcConnectorCommandError(output, context);
|
|
922
|
+
}
|
|
923
|
+
const data = await parseBody(output.body, context);
|
|
924
|
+
let contents = {};
|
|
925
|
+
contents = de_CreateVpcConnectorResponse(data, context);
|
|
926
|
+
const response = {
|
|
927
|
+
$metadata: deserializeMetadata(output),
|
|
928
|
+
...contents
|
|
929
|
+
};
|
|
930
|
+
return response;
|
|
931
|
+
}, "de_CreateVpcConnectorCommand");
|
|
932
|
+
var de_CreateVpcConnectorCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
933
|
+
const parsedOutput = {
|
|
934
|
+
...output,
|
|
935
|
+
body: await parseErrorBody(output.body, context)
|
|
936
|
+
};
|
|
937
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
938
|
+
switch (errorCode) {
|
|
939
|
+
case "InternalServiceErrorException":
|
|
940
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
941
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
942
|
+
case "InvalidRequestException":
|
|
943
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
944
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
945
|
+
case "ServiceQuotaExceededException":
|
|
946
|
+
case "com.amazonaws.apprunner#ServiceQuotaExceededException":
|
|
947
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
948
|
+
default:
|
|
949
|
+
const parsedBody = parsedOutput.body;
|
|
950
|
+
return throwDefaultError({
|
|
951
|
+
output,
|
|
952
|
+
parsedBody,
|
|
953
|
+
errorCode
|
|
954
|
+
});
|
|
955
|
+
}
|
|
956
|
+
}, "de_CreateVpcConnectorCommandError");
|
|
957
|
+
var de_CreateVpcIngressConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
958
|
+
if (output.statusCode >= 300) {
|
|
959
|
+
return de_CreateVpcIngressConnectionCommandError(output, context);
|
|
960
|
+
}
|
|
961
|
+
const data = await parseBody(output.body, context);
|
|
962
|
+
let contents = {};
|
|
963
|
+
contents = de_CreateVpcIngressConnectionResponse(data, context);
|
|
964
|
+
const response = {
|
|
965
|
+
$metadata: deserializeMetadata(output),
|
|
966
|
+
...contents
|
|
967
|
+
};
|
|
968
|
+
return response;
|
|
969
|
+
}, "de_CreateVpcIngressConnectionCommand");
|
|
970
|
+
var de_CreateVpcIngressConnectionCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
971
|
+
const parsedOutput = {
|
|
972
|
+
...output,
|
|
973
|
+
body: await parseErrorBody(output.body, context)
|
|
974
|
+
};
|
|
975
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
976
|
+
switch (errorCode) {
|
|
977
|
+
case "InternalServiceErrorException":
|
|
978
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
979
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
980
|
+
case "InvalidRequestException":
|
|
981
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
982
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
983
|
+
case "InvalidStateException":
|
|
984
|
+
case "com.amazonaws.apprunner#InvalidStateException":
|
|
985
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
986
|
+
case "ServiceQuotaExceededException":
|
|
987
|
+
case "com.amazonaws.apprunner#ServiceQuotaExceededException":
|
|
988
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
989
|
+
default:
|
|
990
|
+
const parsedBody = parsedOutput.body;
|
|
991
|
+
return throwDefaultError({
|
|
992
|
+
output,
|
|
993
|
+
parsedBody,
|
|
994
|
+
errorCode
|
|
995
|
+
});
|
|
996
|
+
}
|
|
997
|
+
}, "de_CreateVpcIngressConnectionCommandError");
|
|
998
|
+
var de_DeleteAutoScalingConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
999
|
+
if (output.statusCode >= 300) {
|
|
1000
|
+
return de_DeleteAutoScalingConfigurationCommandError(output, context);
|
|
1001
|
+
}
|
|
1002
|
+
const data = await parseBody(output.body, context);
|
|
1003
|
+
let contents = {};
|
|
1004
|
+
contents = de_DeleteAutoScalingConfigurationResponse(data, context);
|
|
1005
|
+
const response = {
|
|
1006
|
+
$metadata: deserializeMetadata(output),
|
|
1007
|
+
...contents
|
|
1008
|
+
};
|
|
1009
|
+
return response;
|
|
1010
|
+
}, "de_DeleteAutoScalingConfigurationCommand");
|
|
1011
|
+
var de_DeleteAutoScalingConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1012
|
+
const parsedOutput = {
|
|
1013
|
+
...output,
|
|
1014
|
+
body: await parseErrorBody(output.body, context)
|
|
1015
|
+
};
|
|
1016
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1017
|
+
switch (errorCode) {
|
|
1018
|
+
case "InternalServiceErrorException":
|
|
1019
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1020
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1021
|
+
case "InvalidRequestException":
|
|
1022
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1023
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1024
|
+
case "ResourceNotFoundException":
|
|
1025
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1026
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1027
|
+
default:
|
|
1028
|
+
const parsedBody = parsedOutput.body;
|
|
1029
|
+
return throwDefaultError({
|
|
1030
|
+
output,
|
|
1031
|
+
parsedBody,
|
|
1032
|
+
errorCode
|
|
1033
|
+
});
|
|
1034
|
+
}
|
|
1035
|
+
}, "de_DeleteAutoScalingConfigurationCommandError");
|
|
1036
|
+
var de_DeleteConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1037
|
+
if (output.statusCode >= 300) {
|
|
1038
|
+
return de_DeleteConnectionCommandError(output, context);
|
|
1039
|
+
}
|
|
1040
|
+
const data = await parseBody(output.body, context);
|
|
1041
|
+
let contents = {};
|
|
1042
|
+
contents = de_DeleteConnectionResponse(data, context);
|
|
1043
|
+
const response = {
|
|
1044
|
+
$metadata: deserializeMetadata(output),
|
|
1045
|
+
...contents
|
|
1046
|
+
};
|
|
1047
|
+
return response;
|
|
1048
|
+
}, "de_DeleteConnectionCommand");
|
|
1049
|
+
var de_DeleteConnectionCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1050
|
+
const parsedOutput = {
|
|
1051
|
+
...output,
|
|
1052
|
+
body: await parseErrorBody(output.body, context)
|
|
1053
|
+
};
|
|
1054
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1055
|
+
switch (errorCode) {
|
|
1056
|
+
case "InternalServiceErrorException":
|
|
1057
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1058
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1059
|
+
case "InvalidRequestException":
|
|
1060
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1061
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1062
|
+
case "ResourceNotFoundException":
|
|
1063
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1064
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1065
|
+
default:
|
|
1066
|
+
const parsedBody = parsedOutput.body;
|
|
1067
|
+
return throwDefaultError({
|
|
1068
|
+
output,
|
|
1069
|
+
parsedBody,
|
|
1070
|
+
errorCode
|
|
1071
|
+
});
|
|
1072
|
+
}
|
|
1073
|
+
}, "de_DeleteConnectionCommandError");
|
|
1074
|
+
var de_DeleteObservabilityConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1075
|
+
if (output.statusCode >= 300) {
|
|
1076
|
+
return de_DeleteObservabilityConfigurationCommandError(output, context);
|
|
1077
|
+
}
|
|
1078
|
+
const data = await parseBody(output.body, context);
|
|
1079
|
+
let contents = {};
|
|
1080
|
+
contents = de_DeleteObservabilityConfigurationResponse(data, context);
|
|
1081
|
+
const response = {
|
|
1082
|
+
$metadata: deserializeMetadata(output),
|
|
1083
|
+
...contents
|
|
1084
|
+
};
|
|
1085
|
+
return response;
|
|
1086
|
+
}, "de_DeleteObservabilityConfigurationCommand");
|
|
1087
|
+
var de_DeleteObservabilityConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1088
|
+
const parsedOutput = {
|
|
1089
|
+
...output,
|
|
1090
|
+
body: await parseErrorBody(output.body, context)
|
|
1091
|
+
};
|
|
1092
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1093
|
+
switch (errorCode) {
|
|
1094
|
+
case "InternalServiceErrorException":
|
|
1095
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1096
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1097
|
+
case "InvalidRequestException":
|
|
1098
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1099
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1100
|
+
case "ResourceNotFoundException":
|
|
1101
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1102
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1103
|
+
default:
|
|
1104
|
+
const parsedBody = parsedOutput.body;
|
|
1105
|
+
return throwDefaultError({
|
|
1106
|
+
output,
|
|
1107
|
+
parsedBody,
|
|
1108
|
+
errorCode
|
|
1109
|
+
});
|
|
1110
|
+
}
|
|
1111
|
+
}, "de_DeleteObservabilityConfigurationCommandError");
|
|
1112
|
+
var de_DeleteServiceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1113
|
+
if (output.statusCode >= 300) {
|
|
1114
|
+
return de_DeleteServiceCommandError(output, context);
|
|
1115
|
+
}
|
|
1116
|
+
const data = await parseBody(output.body, context);
|
|
1117
|
+
let contents = {};
|
|
1118
|
+
contents = de_DeleteServiceResponse(data, context);
|
|
1119
|
+
const response = {
|
|
1120
|
+
$metadata: deserializeMetadata(output),
|
|
1121
|
+
...contents
|
|
1122
|
+
};
|
|
1123
|
+
return response;
|
|
1124
|
+
}, "de_DeleteServiceCommand");
|
|
1125
|
+
var de_DeleteServiceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1126
|
+
const parsedOutput = {
|
|
1127
|
+
...output,
|
|
1128
|
+
body: await parseErrorBody(output.body, context)
|
|
1129
|
+
};
|
|
1130
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1131
|
+
switch (errorCode) {
|
|
1132
|
+
case "InternalServiceErrorException":
|
|
1133
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1134
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1135
|
+
case "InvalidRequestException":
|
|
1136
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1137
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1138
|
+
case "InvalidStateException":
|
|
1139
|
+
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1140
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1141
|
+
case "ResourceNotFoundException":
|
|
1142
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1143
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1144
|
+
default:
|
|
1145
|
+
const parsedBody = parsedOutput.body;
|
|
1146
|
+
return throwDefaultError({
|
|
1147
|
+
output,
|
|
1148
|
+
parsedBody,
|
|
1149
|
+
errorCode
|
|
1150
|
+
});
|
|
1151
|
+
}
|
|
1152
|
+
}, "de_DeleteServiceCommandError");
|
|
1153
|
+
var de_DeleteVpcConnectorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1154
|
+
if (output.statusCode >= 300) {
|
|
1155
|
+
return de_DeleteVpcConnectorCommandError(output, context);
|
|
1156
|
+
}
|
|
1157
|
+
const data = await parseBody(output.body, context);
|
|
1158
|
+
let contents = {};
|
|
1159
|
+
contents = de_DeleteVpcConnectorResponse(data, context);
|
|
1160
|
+
const response = {
|
|
1161
|
+
$metadata: deserializeMetadata(output),
|
|
1162
|
+
...contents
|
|
1163
|
+
};
|
|
1164
|
+
return response;
|
|
1165
|
+
}, "de_DeleteVpcConnectorCommand");
|
|
1166
|
+
var de_DeleteVpcConnectorCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1167
|
+
const parsedOutput = {
|
|
1168
|
+
...output,
|
|
1169
|
+
body: await parseErrorBody(output.body, context)
|
|
1170
|
+
};
|
|
1171
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1172
|
+
switch (errorCode) {
|
|
1173
|
+
case "InternalServiceErrorException":
|
|
1174
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1175
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1176
|
+
case "InvalidRequestException":
|
|
1177
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1178
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1179
|
+
case "ResourceNotFoundException":
|
|
1180
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1181
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1182
|
+
default:
|
|
1183
|
+
const parsedBody = parsedOutput.body;
|
|
1184
|
+
return throwDefaultError({
|
|
1185
|
+
output,
|
|
1186
|
+
parsedBody,
|
|
1187
|
+
errorCode
|
|
1188
|
+
});
|
|
1189
|
+
}
|
|
1190
|
+
}, "de_DeleteVpcConnectorCommandError");
|
|
1191
|
+
var de_DeleteVpcIngressConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1192
|
+
if (output.statusCode >= 300) {
|
|
1193
|
+
return de_DeleteVpcIngressConnectionCommandError(output, context);
|
|
1194
|
+
}
|
|
1195
|
+
const data = await parseBody(output.body, context);
|
|
1196
|
+
let contents = {};
|
|
1197
|
+
contents = de_DeleteVpcIngressConnectionResponse(data, context);
|
|
1198
|
+
const response = {
|
|
1199
|
+
$metadata: deserializeMetadata(output),
|
|
1200
|
+
...contents
|
|
1201
|
+
};
|
|
1202
|
+
return response;
|
|
1203
|
+
}, "de_DeleteVpcIngressConnectionCommand");
|
|
1204
|
+
var de_DeleteVpcIngressConnectionCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1205
|
+
const parsedOutput = {
|
|
1206
|
+
...output,
|
|
1207
|
+
body: await parseErrorBody(output.body, context)
|
|
1208
|
+
};
|
|
1209
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1210
|
+
switch (errorCode) {
|
|
1211
|
+
case "InternalServiceErrorException":
|
|
1212
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1213
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1214
|
+
case "InvalidRequestException":
|
|
1215
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1216
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1217
|
+
case "InvalidStateException":
|
|
1218
|
+
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1219
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1220
|
+
case "ResourceNotFoundException":
|
|
1221
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1222
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1223
|
+
default:
|
|
1224
|
+
const parsedBody = parsedOutput.body;
|
|
1225
|
+
return throwDefaultError({
|
|
1226
|
+
output,
|
|
1227
|
+
parsedBody,
|
|
1228
|
+
errorCode
|
|
1229
|
+
});
|
|
1230
|
+
}
|
|
1231
|
+
}, "de_DeleteVpcIngressConnectionCommandError");
|
|
1232
|
+
var de_DescribeAutoScalingConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1233
|
+
if (output.statusCode >= 300) {
|
|
1234
|
+
return de_DescribeAutoScalingConfigurationCommandError(output, context);
|
|
1235
|
+
}
|
|
1236
|
+
const data = await parseBody(output.body, context);
|
|
1237
|
+
let contents = {};
|
|
1238
|
+
contents = de_DescribeAutoScalingConfigurationResponse(data, context);
|
|
1239
|
+
const response = {
|
|
1240
|
+
$metadata: deserializeMetadata(output),
|
|
1241
|
+
...contents
|
|
1242
|
+
};
|
|
1243
|
+
return response;
|
|
1244
|
+
}, "de_DescribeAutoScalingConfigurationCommand");
|
|
1245
|
+
var de_DescribeAutoScalingConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1246
|
+
const parsedOutput = {
|
|
1247
|
+
...output,
|
|
1248
|
+
body: await parseErrorBody(output.body, context)
|
|
1249
|
+
};
|
|
1250
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1251
|
+
switch (errorCode) {
|
|
1252
|
+
case "InternalServiceErrorException":
|
|
1253
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1254
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1255
|
+
case "InvalidRequestException":
|
|
1256
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1257
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1258
|
+
case "ResourceNotFoundException":
|
|
1259
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1260
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1261
|
+
default:
|
|
1262
|
+
const parsedBody = parsedOutput.body;
|
|
1263
|
+
return throwDefaultError({
|
|
1264
|
+
output,
|
|
1265
|
+
parsedBody,
|
|
1266
|
+
errorCode
|
|
1267
|
+
});
|
|
1268
|
+
}
|
|
1269
|
+
}, "de_DescribeAutoScalingConfigurationCommandError");
|
|
1270
|
+
var de_DescribeCustomDomainsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1271
|
+
if (output.statusCode >= 300) {
|
|
1272
|
+
return de_DescribeCustomDomainsCommandError(output, context);
|
|
1273
|
+
}
|
|
1274
|
+
const data = await parseBody(output.body, context);
|
|
1275
|
+
let contents = {};
|
|
1276
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1277
|
+
const response = {
|
|
1278
|
+
$metadata: deserializeMetadata(output),
|
|
1279
|
+
...contents
|
|
1280
|
+
};
|
|
1281
|
+
return response;
|
|
1282
|
+
}, "de_DescribeCustomDomainsCommand");
|
|
1283
|
+
var de_DescribeCustomDomainsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1284
|
+
const parsedOutput = {
|
|
1285
|
+
...output,
|
|
1286
|
+
body: await parseErrorBody(output.body, context)
|
|
1287
|
+
};
|
|
1288
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1289
|
+
switch (errorCode) {
|
|
1290
|
+
case "InternalServiceErrorException":
|
|
1291
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1292
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1293
|
+
case "InvalidRequestException":
|
|
1294
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1295
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1296
|
+
case "ResourceNotFoundException":
|
|
1297
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1298
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1299
|
+
default:
|
|
1300
|
+
const parsedBody = parsedOutput.body;
|
|
1301
|
+
return throwDefaultError({
|
|
1302
|
+
output,
|
|
1303
|
+
parsedBody,
|
|
1304
|
+
errorCode
|
|
1305
|
+
});
|
|
1306
|
+
}
|
|
1307
|
+
}, "de_DescribeCustomDomainsCommandError");
|
|
1308
|
+
var de_DescribeObservabilityConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1309
|
+
if (output.statusCode >= 300) {
|
|
1310
|
+
return de_DescribeObservabilityConfigurationCommandError(output, context);
|
|
1311
|
+
}
|
|
1312
|
+
const data = await parseBody(output.body, context);
|
|
1313
|
+
let contents = {};
|
|
1314
|
+
contents = de_DescribeObservabilityConfigurationResponse(data, context);
|
|
1315
|
+
const response = {
|
|
1316
|
+
$metadata: deserializeMetadata(output),
|
|
1317
|
+
...contents
|
|
1318
|
+
};
|
|
1319
|
+
return response;
|
|
1320
|
+
}, "de_DescribeObservabilityConfigurationCommand");
|
|
1321
|
+
var de_DescribeObservabilityConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1322
|
+
const parsedOutput = {
|
|
1323
|
+
...output,
|
|
1324
|
+
body: await parseErrorBody(output.body, context)
|
|
1325
|
+
};
|
|
1326
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1327
|
+
switch (errorCode) {
|
|
1328
|
+
case "InternalServiceErrorException":
|
|
1329
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1330
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1331
|
+
case "InvalidRequestException":
|
|
1332
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1333
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1334
|
+
case "ResourceNotFoundException":
|
|
1335
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1336
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1337
|
+
default:
|
|
1338
|
+
const parsedBody = parsedOutput.body;
|
|
1339
|
+
return throwDefaultError({
|
|
1340
|
+
output,
|
|
1341
|
+
parsedBody,
|
|
1342
|
+
errorCode
|
|
1343
|
+
});
|
|
1344
|
+
}
|
|
1345
|
+
}, "de_DescribeObservabilityConfigurationCommandError");
|
|
1346
|
+
var de_DescribeServiceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1347
|
+
if (output.statusCode >= 300) {
|
|
1348
|
+
return de_DescribeServiceCommandError(output, context);
|
|
1349
|
+
}
|
|
1350
|
+
const data = await parseBody(output.body, context);
|
|
1351
|
+
let contents = {};
|
|
1352
|
+
contents = de_DescribeServiceResponse(data, context);
|
|
1353
|
+
const response = {
|
|
1354
|
+
$metadata: deserializeMetadata(output),
|
|
1355
|
+
...contents
|
|
1356
|
+
};
|
|
1357
|
+
return response;
|
|
1358
|
+
}, "de_DescribeServiceCommand");
|
|
1359
|
+
var de_DescribeServiceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1360
|
+
const parsedOutput = {
|
|
1361
|
+
...output,
|
|
1362
|
+
body: await parseErrorBody(output.body, context)
|
|
1363
|
+
};
|
|
1364
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1365
|
+
switch (errorCode) {
|
|
1366
|
+
case "InternalServiceErrorException":
|
|
1367
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1368
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1369
|
+
case "InvalidRequestException":
|
|
1370
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1371
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1372
|
+
case "ResourceNotFoundException":
|
|
1373
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1374
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1375
|
+
default:
|
|
1376
|
+
const parsedBody = parsedOutput.body;
|
|
1377
|
+
return throwDefaultError({
|
|
1378
|
+
output,
|
|
1379
|
+
parsedBody,
|
|
1380
|
+
errorCode
|
|
1381
|
+
});
|
|
1382
|
+
}
|
|
1383
|
+
}, "de_DescribeServiceCommandError");
|
|
1384
|
+
var de_DescribeVpcConnectorCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1385
|
+
if (output.statusCode >= 300) {
|
|
1386
|
+
return de_DescribeVpcConnectorCommandError(output, context);
|
|
1387
|
+
}
|
|
1388
|
+
const data = await parseBody(output.body, context);
|
|
1389
|
+
let contents = {};
|
|
1390
|
+
contents = de_DescribeVpcConnectorResponse(data, context);
|
|
1391
|
+
const response = {
|
|
1392
|
+
$metadata: deserializeMetadata(output),
|
|
1393
|
+
...contents
|
|
1394
|
+
};
|
|
1395
|
+
return response;
|
|
1396
|
+
}, "de_DescribeVpcConnectorCommand");
|
|
1397
|
+
var de_DescribeVpcConnectorCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1398
|
+
const parsedOutput = {
|
|
1399
|
+
...output,
|
|
1400
|
+
body: await parseErrorBody(output.body, context)
|
|
1401
|
+
};
|
|
1402
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1403
|
+
switch (errorCode) {
|
|
1404
|
+
case "InternalServiceErrorException":
|
|
1405
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1406
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1407
|
+
case "InvalidRequestException":
|
|
1408
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1409
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1410
|
+
case "ResourceNotFoundException":
|
|
1411
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1412
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1413
|
+
default:
|
|
1414
|
+
const parsedBody = parsedOutput.body;
|
|
1415
|
+
return throwDefaultError({
|
|
1416
|
+
output,
|
|
1417
|
+
parsedBody,
|
|
1418
|
+
errorCode
|
|
1419
|
+
});
|
|
1420
|
+
}
|
|
1421
|
+
}, "de_DescribeVpcConnectorCommandError");
|
|
1422
|
+
var de_DescribeVpcIngressConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1423
|
+
if (output.statusCode >= 300) {
|
|
1424
|
+
return de_DescribeVpcIngressConnectionCommandError(output, context);
|
|
1425
|
+
}
|
|
1426
|
+
const data = await parseBody(output.body, context);
|
|
1427
|
+
let contents = {};
|
|
1428
|
+
contents = de_DescribeVpcIngressConnectionResponse(data, context);
|
|
1429
|
+
const response = {
|
|
1430
|
+
$metadata: deserializeMetadata(output),
|
|
1431
|
+
...contents
|
|
1432
|
+
};
|
|
1433
|
+
return response;
|
|
1434
|
+
}, "de_DescribeVpcIngressConnectionCommand");
|
|
1435
|
+
var de_DescribeVpcIngressConnectionCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1436
|
+
const parsedOutput = {
|
|
1437
|
+
...output,
|
|
1438
|
+
body: await parseErrorBody(output.body, context)
|
|
1439
|
+
};
|
|
1440
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1441
|
+
switch (errorCode) {
|
|
1442
|
+
case "InternalServiceErrorException":
|
|
1443
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1444
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1445
|
+
case "InvalidRequestException":
|
|
1446
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1447
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1448
|
+
case "ResourceNotFoundException":
|
|
1449
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1450
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1451
|
+
default:
|
|
1452
|
+
const parsedBody = parsedOutput.body;
|
|
1453
|
+
return throwDefaultError({
|
|
1454
|
+
output,
|
|
1455
|
+
parsedBody,
|
|
1456
|
+
errorCode
|
|
1457
|
+
});
|
|
1458
|
+
}
|
|
1459
|
+
}, "de_DescribeVpcIngressConnectionCommandError");
|
|
1460
|
+
var de_DisassociateCustomDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1461
|
+
if (output.statusCode >= 300) {
|
|
1462
|
+
return de_DisassociateCustomDomainCommandError(output, context);
|
|
1463
|
+
}
|
|
1464
|
+
const data = await parseBody(output.body, context);
|
|
1465
|
+
let contents = {};
|
|
1466
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1467
|
+
const response = {
|
|
1468
|
+
$metadata: deserializeMetadata(output),
|
|
1469
|
+
...contents
|
|
1470
|
+
};
|
|
1471
|
+
return response;
|
|
1472
|
+
}, "de_DisassociateCustomDomainCommand");
|
|
1473
|
+
var de_DisassociateCustomDomainCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1474
|
+
const parsedOutput = {
|
|
1475
|
+
...output,
|
|
1476
|
+
body: await parseErrorBody(output.body, context)
|
|
1477
|
+
};
|
|
1478
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1479
|
+
switch (errorCode) {
|
|
1480
|
+
case "InternalServiceErrorException":
|
|
1481
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1482
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1483
|
+
case "InvalidRequestException":
|
|
1484
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1485
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1486
|
+
case "InvalidStateException":
|
|
1487
|
+
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1488
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1489
|
+
case "ResourceNotFoundException":
|
|
1490
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1491
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1492
|
+
default:
|
|
1493
|
+
const parsedBody = parsedOutput.body;
|
|
1494
|
+
return throwDefaultError({
|
|
1495
|
+
output,
|
|
1496
|
+
parsedBody,
|
|
1497
|
+
errorCode
|
|
1498
|
+
});
|
|
1499
|
+
}
|
|
1500
|
+
}, "de_DisassociateCustomDomainCommandError");
|
|
1501
|
+
var de_ListAutoScalingConfigurationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1502
|
+
if (output.statusCode >= 300) {
|
|
1503
|
+
return de_ListAutoScalingConfigurationsCommandError(output, context);
|
|
1504
|
+
}
|
|
1505
|
+
const data = await parseBody(output.body, context);
|
|
1506
|
+
let contents = {};
|
|
1507
|
+
contents = de_ListAutoScalingConfigurationsResponse(data, context);
|
|
1508
|
+
const response = {
|
|
1509
|
+
$metadata: deserializeMetadata(output),
|
|
1510
|
+
...contents
|
|
1511
|
+
};
|
|
1512
|
+
return response;
|
|
1513
|
+
}, "de_ListAutoScalingConfigurationsCommand");
|
|
1514
|
+
var de_ListAutoScalingConfigurationsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1515
|
+
const parsedOutput = {
|
|
1516
|
+
...output,
|
|
1517
|
+
body: await parseErrorBody(output.body, context)
|
|
1518
|
+
};
|
|
1519
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1520
|
+
switch (errorCode) {
|
|
1521
|
+
case "InternalServiceErrorException":
|
|
1522
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1523
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1524
|
+
case "InvalidRequestException":
|
|
1525
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1526
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1527
|
+
default:
|
|
1528
|
+
const parsedBody = parsedOutput.body;
|
|
1529
|
+
return throwDefaultError({
|
|
1530
|
+
output,
|
|
1531
|
+
parsedBody,
|
|
1532
|
+
errorCode
|
|
1533
|
+
});
|
|
1534
|
+
}
|
|
1535
|
+
}, "de_ListAutoScalingConfigurationsCommandError");
|
|
1536
|
+
var de_ListConnectionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1537
|
+
if (output.statusCode >= 300) {
|
|
1538
|
+
return de_ListConnectionsCommandError(output, context);
|
|
1539
|
+
}
|
|
1540
|
+
const data = await parseBody(output.body, context);
|
|
1541
|
+
let contents = {};
|
|
1542
|
+
contents = de_ListConnectionsResponse(data, context);
|
|
1543
|
+
const response = {
|
|
1544
|
+
$metadata: deserializeMetadata(output),
|
|
1545
|
+
...contents
|
|
1546
|
+
};
|
|
1547
|
+
return response;
|
|
1548
|
+
}, "de_ListConnectionsCommand");
|
|
1549
|
+
var de_ListConnectionsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1550
|
+
const parsedOutput = {
|
|
1551
|
+
...output,
|
|
1552
|
+
body: await parseErrorBody(output.body, context)
|
|
1553
|
+
};
|
|
1554
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1555
|
+
switch (errorCode) {
|
|
1556
|
+
case "InternalServiceErrorException":
|
|
1557
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1558
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1559
|
+
case "InvalidRequestException":
|
|
1560
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1561
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1562
|
+
default:
|
|
1563
|
+
const parsedBody = parsedOutput.body;
|
|
1564
|
+
return throwDefaultError({
|
|
1565
|
+
output,
|
|
1566
|
+
parsedBody,
|
|
1567
|
+
errorCode
|
|
1568
|
+
});
|
|
1569
|
+
}
|
|
1570
|
+
}, "de_ListConnectionsCommandError");
|
|
1571
|
+
var de_ListObservabilityConfigurationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1572
|
+
if (output.statusCode >= 300) {
|
|
1573
|
+
return de_ListObservabilityConfigurationsCommandError(output, context);
|
|
1574
|
+
}
|
|
1575
|
+
const data = await parseBody(output.body, context);
|
|
1576
|
+
let contents = {};
|
|
1577
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1578
|
+
const response = {
|
|
1579
|
+
$metadata: deserializeMetadata(output),
|
|
1580
|
+
...contents
|
|
1581
|
+
};
|
|
1582
|
+
return response;
|
|
1583
|
+
}, "de_ListObservabilityConfigurationsCommand");
|
|
1584
|
+
var de_ListObservabilityConfigurationsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1585
|
+
const parsedOutput = {
|
|
1586
|
+
...output,
|
|
1587
|
+
body: await parseErrorBody(output.body, context)
|
|
1588
|
+
};
|
|
1589
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1590
|
+
switch (errorCode) {
|
|
1591
|
+
case "InternalServiceErrorException":
|
|
1592
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1593
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1594
|
+
case "InvalidRequestException":
|
|
1595
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1596
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1597
|
+
default:
|
|
1598
|
+
const parsedBody = parsedOutput.body;
|
|
1599
|
+
return throwDefaultError({
|
|
1600
|
+
output,
|
|
1601
|
+
parsedBody,
|
|
1602
|
+
errorCode
|
|
1603
|
+
});
|
|
1604
|
+
}
|
|
1605
|
+
}, "de_ListObservabilityConfigurationsCommandError");
|
|
1606
|
+
var de_ListOperationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1607
|
+
if (output.statusCode >= 300) {
|
|
1608
|
+
return de_ListOperationsCommandError(output, context);
|
|
1609
|
+
}
|
|
1610
|
+
const data = await parseBody(output.body, context);
|
|
1611
|
+
let contents = {};
|
|
1612
|
+
contents = de_ListOperationsResponse(data, context);
|
|
1613
|
+
const response = {
|
|
1614
|
+
$metadata: deserializeMetadata(output),
|
|
1615
|
+
...contents
|
|
1616
|
+
};
|
|
1617
|
+
return response;
|
|
1618
|
+
}, "de_ListOperationsCommand");
|
|
1619
|
+
var de_ListOperationsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1620
|
+
const parsedOutput = {
|
|
1621
|
+
...output,
|
|
1622
|
+
body: await parseErrorBody(output.body, context)
|
|
1623
|
+
};
|
|
1624
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1625
|
+
switch (errorCode) {
|
|
1626
|
+
case "InternalServiceErrorException":
|
|
1627
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1628
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1629
|
+
case "InvalidRequestException":
|
|
1630
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1631
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1632
|
+
case "ResourceNotFoundException":
|
|
1633
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1634
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1635
|
+
default:
|
|
1636
|
+
const parsedBody = parsedOutput.body;
|
|
1637
|
+
return throwDefaultError({
|
|
1638
|
+
output,
|
|
1639
|
+
parsedBody,
|
|
1640
|
+
errorCode
|
|
1641
|
+
});
|
|
1642
|
+
}
|
|
1643
|
+
}, "de_ListOperationsCommandError");
|
|
1644
|
+
var de_ListServicesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1645
|
+
if (output.statusCode >= 300) {
|
|
1646
|
+
return de_ListServicesCommandError(output, context);
|
|
1647
|
+
}
|
|
1648
|
+
const data = await parseBody(output.body, context);
|
|
1649
|
+
let contents = {};
|
|
1650
|
+
contents = de_ListServicesResponse(data, context);
|
|
1651
|
+
const response = {
|
|
1652
|
+
$metadata: deserializeMetadata(output),
|
|
1653
|
+
...contents
|
|
1654
|
+
};
|
|
1655
|
+
return response;
|
|
1656
|
+
}, "de_ListServicesCommand");
|
|
1657
|
+
var de_ListServicesCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1658
|
+
const parsedOutput = {
|
|
1659
|
+
...output,
|
|
1660
|
+
body: await parseErrorBody(output.body, context)
|
|
1661
|
+
};
|
|
1662
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1663
|
+
switch (errorCode) {
|
|
1664
|
+
case "InternalServiceErrorException":
|
|
1665
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1666
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1667
|
+
case "InvalidRequestException":
|
|
1668
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1669
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1670
|
+
default:
|
|
1671
|
+
const parsedBody = parsedOutput.body;
|
|
1672
|
+
return throwDefaultError({
|
|
1673
|
+
output,
|
|
1674
|
+
parsedBody,
|
|
1675
|
+
errorCode
|
|
1676
|
+
});
|
|
1677
|
+
}
|
|
1678
|
+
}, "de_ListServicesCommandError");
|
|
1679
|
+
var de_ListServicesForAutoScalingConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1680
|
+
if (output.statusCode >= 300) {
|
|
1681
|
+
return de_ListServicesForAutoScalingConfigurationCommandError(output, context);
|
|
1682
|
+
}
|
|
1683
|
+
const data = await parseBody(output.body, context);
|
|
1684
|
+
let contents = {};
|
|
1685
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1686
|
+
const response = {
|
|
1687
|
+
$metadata: deserializeMetadata(output),
|
|
1688
|
+
...contents
|
|
1689
|
+
};
|
|
1690
|
+
return response;
|
|
1691
|
+
}, "de_ListServicesForAutoScalingConfigurationCommand");
|
|
1692
|
+
var de_ListServicesForAutoScalingConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1693
|
+
const parsedOutput = {
|
|
1694
|
+
...output,
|
|
1695
|
+
body: await parseErrorBody(output.body, context)
|
|
1696
|
+
};
|
|
1697
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1698
|
+
switch (errorCode) {
|
|
1699
|
+
case "InternalServiceErrorException":
|
|
1700
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1701
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1702
|
+
case "InvalidRequestException":
|
|
1703
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1704
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1705
|
+
case "ResourceNotFoundException":
|
|
1706
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1707
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1708
|
+
default:
|
|
1709
|
+
const parsedBody = parsedOutput.body;
|
|
1710
|
+
return throwDefaultError({
|
|
1711
|
+
output,
|
|
1712
|
+
parsedBody,
|
|
1713
|
+
errorCode
|
|
1714
|
+
});
|
|
1715
|
+
}
|
|
1716
|
+
}, "de_ListServicesForAutoScalingConfigurationCommandError");
|
|
1717
|
+
var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1718
|
+
if (output.statusCode >= 300) {
|
|
1719
|
+
return de_ListTagsForResourceCommandError(output, context);
|
|
1720
|
+
}
|
|
1721
|
+
const data = await parseBody(output.body, context);
|
|
1722
|
+
let contents = {};
|
|
1723
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1724
|
+
const response = {
|
|
1725
|
+
$metadata: deserializeMetadata(output),
|
|
1726
|
+
...contents
|
|
1727
|
+
};
|
|
1728
|
+
return response;
|
|
1729
|
+
}, "de_ListTagsForResourceCommand");
|
|
1730
|
+
var de_ListTagsForResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1731
|
+
const parsedOutput = {
|
|
1732
|
+
...output,
|
|
1733
|
+
body: await parseErrorBody(output.body, context)
|
|
1734
|
+
};
|
|
1735
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1736
|
+
switch (errorCode) {
|
|
1737
|
+
case "InternalServiceErrorException":
|
|
1738
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1739
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1740
|
+
case "InvalidRequestException":
|
|
1741
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1742
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1743
|
+
case "InvalidStateException":
|
|
1744
|
+
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1745
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1746
|
+
case "ResourceNotFoundException":
|
|
1747
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1748
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1749
|
+
default:
|
|
1750
|
+
const parsedBody = parsedOutput.body;
|
|
1751
|
+
return throwDefaultError({
|
|
1752
|
+
output,
|
|
1753
|
+
parsedBody,
|
|
1754
|
+
errorCode
|
|
1755
|
+
});
|
|
1756
|
+
}
|
|
1757
|
+
}, "de_ListTagsForResourceCommandError");
|
|
1758
|
+
var de_ListVpcConnectorsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1759
|
+
if (output.statusCode >= 300) {
|
|
1760
|
+
return de_ListVpcConnectorsCommandError(output, context);
|
|
1761
|
+
}
|
|
1762
|
+
const data = await parseBody(output.body, context);
|
|
1763
|
+
let contents = {};
|
|
1764
|
+
contents = de_ListVpcConnectorsResponse(data, context);
|
|
1765
|
+
const response = {
|
|
1766
|
+
$metadata: deserializeMetadata(output),
|
|
1767
|
+
...contents
|
|
1768
|
+
};
|
|
1769
|
+
return response;
|
|
1770
|
+
}, "de_ListVpcConnectorsCommand");
|
|
1771
|
+
var de_ListVpcConnectorsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1772
|
+
const parsedOutput = {
|
|
1773
|
+
...output,
|
|
1774
|
+
body: await parseErrorBody(output.body, context)
|
|
1775
|
+
};
|
|
1776
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1777
|
+
switch (errorCode) {
|
|
1778
|
+
case "InternalServiceErrorException":
|
|
1779
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1780
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1781
|
+
case "InvalidRequestException":
|
|
1782
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1783
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1784
|
+
default:
|
|
1785
|
+
const parsedBody = parsedOutput.body;
|
|
1786
|
+
return throwDefaultError({
|
|
1787
|
+
output,
|
|
1788
|
+
parsedBody,
|
|
1789
|
+
errorCode
|
|
1790
|
+
});
|
|
1791
|
+
}
|
|
1792
|
+
}, "de_ListVpcConnectorsCommandError");
|
|
1793
|
+
var de_ListVpcIngressConnectionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1794
|
+
if (output.statusCode >= 300) {
|
|
1795
|
+
return de_ListVpcIngressConnectionsCommandError(output, context);
|
|
1796
|
+
}
|
|
1797
|
+
const data = await parseBody(output.body, context);
|
|
1798
|
+
let contents = {};
|
|
1799
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1800
|
+
const response = {
|
|
1801
|
+
$metadata: deserializeMetadata(output),
|
|
1802
|
+
...contents
|
|
1803
|
+
};
|
|
1804
|
+
return response;
|
|
1805
|
+
}, "de_ListVpcIngressConnectionsCommand");
|
|
1806
|
+
var de_ListVpcIngressConnectionsCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1807
|
+
const parsedOutput = {
|
|
1808
|
+
...output,
|
|
1809
|
+
body: await parseErrorBody(output.body, context)
|
|
1810
|
+
};
|
|
1811
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1812
|
+
switch (errorCode) {
|
|
1813
|
+
case "InternalServiceErrorException":
|
|
1814
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1815
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1816
|
+
case "InvalidRequestException":
|
|
1817
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1818
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1819
|
+
default:
|
|
1820
|
+
const parsedBody = parsedOutput.body;
|
|
1821
|
+
return throwDefaultError({
|
|
1822
|
+
output,
|
|
1823
|
+
parsedBody,
|
|
1824
|
+
errorCode
|
|
1825
|
+
});
|
|
1826
|
+
}
|
|
1827
|
+
}, "de_ListVpcIngressConnectionsCommandError");
|
|
1828
|
+
var de_PauseServiceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1829
|
+
if (output.statusCode >= 300) {
|
|
1830
|
+
return de_PauseServiceCommandError(output, context);
|
|
1831
|
+
}
|
|
1832
|
+
const data = await parseBody(output.body, context);
|
|
1833
|
+
let contents = {};
|
|
1834
|
+
contents = de_PauseServiceResponse(data, context);
|
|
1835
|
+
const response = {
|
|
1836
|
+
$metadata: deserializeMetadata(output),
|
|
1837
|
+
...contents
|
|
1838
|
+
};
|
|
1839
|
+
return response;
|
|
1840
|
+
}, "de_PauseServiceCommand");
|
|
1841
|
+
var de_PauseServiceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1842
|
+
const parsedOutput = {
|
|
1843
|
+
...output,
|
|
1844
|
+
body: await parseErrorBody(output.body, context)
|
|
1845
|
+
};
|
|
1846
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1847
|
+
switch (errorCode) {
|
|
1848
|
+
case "InternalServiceErrorException":
|
|
1849
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1850
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1851
|
+
case "InvalidRequestException":
|
|
1852
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1853
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1854
|
+
case "InvalidStateException":
|
|
1855
|
+
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1856
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1857
|
+
case "ResourceNotFoundException":
|
|
1858
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1859
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1860
|
+
default:
|
|
1861
|
+
const parsedBody = parsedOutput.body;
|
|
1862
|
+
return throwDefaultError({
|
|
1863
|
+
output,
|
|
1864
|
+
parsedBody,
|
|
1865
|
+
errorCode
|
|
1866
|
+
});
|
|
1867
|
+
}
|
|
1868
|
+
}, "de_PauseServiceCommandError");
|
|
1869
|
+
var de_ResumeServiceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1870
|
+
if (output.statusCode >= 300) {
|
|
1871
|
+
return de_ResumeServiceCommandError(output, context);
|
|
1872
|
+
}
|
|
1873
|
+
const data = await parseBody(output.body, context);
|
|
1874
|
+
let contents = {};
|
|
1875
|
+
contents = de_ResumeServiceResponse(data, context);
|
|
1876
|
+
const response = {
|
|
1877
|
+
$metadata: deserializeMetadata(output),
|
|
1878
|
+
...contents
|
|
1879
|
+
};
|
|
1880
|
+
return response;
|
|
1881
|
+
}, "de_ResumeServiceCommand");
|
|
1882
|
+
var de_ResumeServiceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1883
|
+
const parsedOutput = {
|
|
1884
|
+
...output,
|
|
1885
|
+
body: await parseErrorBody(output.body, context)
|
|
1886
|
+
};
|
|
1887
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1888
|
+
switch (errorCode) {
|
|
1889
|
+
case "InternalServiceErrorException":
|
|
1890
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1891
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1892
|
+
case "InvalidRequestException":
|
|
1893
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1894
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1895
|
+
case "InvalidStateException":
|
|
1896
|
+
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1897
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1898
|
+
case "ResourceNotFoundException":
|
|
1899
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1900
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1901
|
+
default:
|
|
1902
|
+
const parsedBody = parsedOutput.body;
|
|
1903
|
+
return throwDefaultError({
|
|
1904
|
+
output,
|
|
1905
|
+
parsedBody,
|
|
1906
|
+
errorCode
|
|
1907
|
+
});
|
|
1908
|
+
}
|
|
1909
|
+
}, "de_ResumeServiceCommandError");
|
|
1910
|
+
var de_StartDeploymentCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1911
|
+
if (output.statusCode >= 300) {
|
|
1912
|
+
return de_StartDeploymentCommandError(output, context);
|
|
1913
|
+
}
|
|
1914
|
+
const data = await parseBody(output.body, context);
|
|
1915
|
+
let contents = {};
|
|
1916
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1917
|
+
const response = {
|
|
1918
|
+
$metadata: deserializeMetadata(output),
|
|
1919
|
+
...contents
|
|
1920
|
+
};
|
|
1921
|
+
return response;
|
|
1922
|
+
}, "de_StartDeploymentCommand");
|
|
1923
|
+
var de_StartDeploymentCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1924
|
+
const parsedOutput = {
|
|
1925
|
+
...output,
|
|
1926
|
+
body: await parseErrorBody(output.body, context)
|
|
1927
|
+
};
|
|
1928
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1929
|
+
switch (errorCode) {
|
|
1930
|
+
case "InternalServiceErrorException":
|
|
1931
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1932
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1933
|
+
case "InvalidRequestException":
|
|
1934
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1935
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1936
|
+
case "ResourceNotFoundException":
|
|
1937
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1938
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1939
|
+
default:
|
|
1940
|
+
const parsedBody = parsedOutput.body;
|
|
1941
|
+
return throwDefaultError({
|
|
1942
|
+
output,
|
|
1943
|
+
parsedBody,
|
|
1944
|
+
errorCode
|
|
1945
|
+
});
|
|
1946
|
+
}
|
|
1947
|
+
}, "de_StartDeploymentCommandError");
|
|
1948
|
+
var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1949
|
+
if (output.statusCode >= 300) {
|
|
1950
|
+
return de_TagResourceCommandError(output, context);
|
|
1951
|
+
}
|
|
1952
|
+
const data = await parseBody(output.body, context);
|
|
1953
|
+
let contents = {};
|
|
1954
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1955
|
+
const response = {
|
|
1956
|
+
$metadata: deserializeMetadata(output),
|
|
1957
|
+
...contents
|
|
1958
|
+
};
|
|
1959
|
+
return response;
|
|
1960
|
+
}, "de_TagResourceCommand");
|
|
1961
|
+
var de_TagResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
1962
|
+
const parsedOutput = {
|
|
1963
|
+
...output,
|
|
1964
|
+
body: await parseErrorBody(output.body, context)
|
|
1965
|
+
};
|
|
1966
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1967
|
+
switch (errorCode) {
|
|
1968
|
+
case "InternalServiceErrorException":
|
|
1969
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1970
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1971
|
+
case "InvalidRequestException":
|
|
1972
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1973
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1974
|
+
case "InvalidStateException":
|
|
1975
|
+
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1976
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1977
|
+
case "ResourceNotFoundException":
|
|
1978
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1979
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1980
|
+
default:
|
|
1981
|
+
const parsedBody = parsedOutput.body;
|
|
1982
|
+
return throwDefaultError({
|
|
1983
|
+
output,
|
|
1984
|
+
parsedBody,
|
|
1985
|
+
errorCode
|
|
1986
|
+
});
|
|
1987
|
+
}
|
|
1988
|
+
}, "de_TagResourceCommandError");
|
|
1989
|
+
var de_UntagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1990
|
+
if (output.statusCode >= 300) {
|
|
1991
|
+
return de_UntagResourceCommandError(output, context);
|
|
1992
|
+
}
|
|
1993
|
+
const data = await parseBody(output.body, context);
|
|
1994
|
+
let contents = {};
|
|
1995
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1996
|
+
const response = {
|
|
1997
|
+
$metadata: deserializeMetadata(output),
|
|
1998
|
+
...contents
|
|
1999
|
+
};
|
|
2000
|
+
return response;
|
|
2001
|
+
}, "de_UntagResourceCommand");
|
|
2002
|
+
var de_UntagResourceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2003
|
+
const parsedOutput = {
|
|
2004
|
+
...output,
|
|
2005
|
+
body: await parseErrorBody(output.body, context)
|
|
2006
|
+
};
|
|
2007
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2008
|
+
switch (errorCode) {
|
|
2009
|
+
case "InternalServiceErrorException":
|
|
2010
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
2011
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
2012
|
+
case "InvalidRequestException":
|
|
2013
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
2014
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
2015
|
+
case "InvalidStateException":
|
|
2016
|
+
case "com.amazonaws.apprunner#InvalidStateException":
|
|
2017
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
2018
|
+
case "ResourceNotFoundException":
|
|
2019
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
2020
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2021
|
+
default:
|
|
2022
|
+
const parsedBody = parsedOutput.body;
|
|
2023
|
+
return throwDefaultError({
|
|
2024
|
+
output,
|
|
2025
|
+
parsedBody,
|
|
2026
|
+
errorCode
|
|
2027
|
+
});
|
|
2028
|
+
}
|
|
2029
|
+
}, "de_UntagResourceCommandError");
|
|
2030
|
+
var de_UpdateDefaultAutoScalingConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2031
|
+
if (output.statusCode >= 300) {
|
|
2032
|
+
return de_UpdateDefaultAutoScalingConfigurationCommandError(output, context);
|
|
2033
|
+
}
|
|
2034
|
+
const data = await parseBody(output.body, context);
|
|
2035
|
+
let contents = {};
|
|
2036
|
+
contents = de_UpdateDefaultAutoScalingConfigurationResponse(data, context);
|
|
2037
|
+
const response = {
|
|
2038
|
+
$metadata: deserializeMetadata(output),
|
|
2039
|
+
...contents
|
|
2040
|
+
};
|
|
2041
|
+
return response;
|
|
2042
|
+
}, "de_UpdateDefaultAutoScalingConfigurationCommand");
|
|
2043
|
+
var de_UpdateDefaultAutoScalingConfigurationCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2044
|
+
const parsedOutput = {
|
|
2045
|
+
...output,
|
|
2046
|
+
body: await parseErrorBody(output.body, context)
|
|
2047
|
+
};
|
|
2048
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2049
|
+
switch (errorCode) {
|
|
2050
|
+
case "InternalServiceErrorException":
|
|
2051
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
2052
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
2053
|
+
case "InvalidRequestException":
|
|
2054
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
2055
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
2056
|
+
case "ResourceNotFoundException":
|
|
2057
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
2058
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2059
|
+
default:
|
|
2060
|
+
const parsedBody = parsedOutput.body;
|
|
2061
|
+
return throwDefaultError({
|
|
2062
|
+
output,
|
|
2063
|
+
parsedBody,
|
|
2064
|
+
errorCode
|
|
2065
|
+
});
|
|
2066
|
+
}
|
|
2067
|
+
}, "de_UpdateDefaultAutoScalingConfigurationCommandError");
|
|
2068
|
+
var de_UpdateServiceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2069
|
+
if (output.statusCode >= 300) {
|
|
2070
|
+
return de_UpdateServiceCommandError(output, context);
|
|
2071
|
+
}
|
|
2072
|
+
const data = await parseBody(output.body, context);
|
|
2073
|
+
let contents = {};
|
|
2074
|
+
contents = de_UpdateServiceResponse(data, context);
|
|
2075
|
+
const response = {
|
|
2076
|
+
$metadata: deserializeMetadata(output),
|
|
2077
|
+
...contents
|
|
2078
|
+
};
|
|
2079
|
+
return response;
|
|
2080
|
+
}, "de_UpdateServiceCommand");
|
|
2081
|
+
var de_UpdateServiceCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2082
|
+
const parsedOutput = {
|
|
2083
|
+
...output,
|
|
2084
|
+
body: await parseErrorBody(output.body, context)
|
|
2085
|
+
};
|
|
2086
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2087
|
+
switch (errorCode) {
|
|
2088
|
+
case "InternalServiceErrorException":
|
|
2089
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
2090
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
2091
|
+
case "InvalidRequestException":
|
|
2092
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
2093
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
2094
|
+
case "InvalidStateException":
|
|
2095
|
+
case "com.amazonaws.apprunner#InvalidStateException":
|
|
2096
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
2097
|
+
case "ResourceNotFoundException":
|
|
2098
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
2099
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2100
|
+
default:
|
|
2101
|
+
const parsedBody = parsedOutput.body;
|
|
2102
|
+
return throwDefaultError({
|
|
2103
|
+
output,
|
|
2104
|
+
parsedBody,
|
|
2105
|
+
errorCode
|
|
2106
|
+
});
|
|
2107
|
+
}
|
|
2108
|
+
}, "de_UpdateServiceCommandError");
|
|
2109
|
+
var de_UpdateVpcIngressConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2110
|
+
if (output.statusCode >= 300) {
|
|
2111
|
+
return de_UpdateVpcIngressConnectionCommandError(output, context);
|
|
2112
|
+
}
|
|
2113
|
+
const data = await parseBody(output.body, context);
|
|
2114
|
+
let contents = {};
|
|
2115
|
+
contents = de_UpdateVpcIngressConnectionResponse(data, context);
|
|
2116
|
+
const response = {
|
|
2117
|
+
$metadata: deserializeMetadata(output),
|
|
2118
|
+
...contents
|
|
2119
|
+
};
|
|
2120
|
+
return response;
|
|
2121
|
+
}, "de_UpdateVpcIngressConnectionCommand");
|
|
2122
|
+
var de_UpdateVpcIngressConnectionCommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
2123
|
+
const parsedOutput = {
|
|
2124
|
+
...output,
|
|
2125
|
+
body: await parseErrorBody(output.body, context)
|
|
2126
|
+
};
|
|
2127
|
+
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
2128
|
+
switch (errorCode) {
|
|
2129
|
+
case "InternalServiceErrorException":
|
|
2130
|
+
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
2131
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
2132
|
+
case "InvalidRequestException":
|
|
2133
|
+
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
2134
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
2135
|
+
case "InvalidStateException":
|
|
2136
|
+
case "com.amazonaws.apprunner#InvalidStateException":
|
|
2137
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
2138
|
+
case "ResourceNotFoundException":
|
|
2139
|
+
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
2140
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
2141
|
+
default:
|
|
2142
|
+
const parsedBody = parsedOutput.body;
|
|
2143
|
+
return throwDefaultError({
|
|
2144
|
+
output,
|
|
2145
|
+
parsedBody,
|
|
2146
|
+
errorCode
|
|
2147
|
+
});
|
|
2148
|
+
}
|
|
2149
|
+
}, "de_UpdateVpcIngressConnectionCommandError");
|
|
2150
|
+
var de_InternalServiceErrorExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2151
|
+
const body = parsedOutput.body;
|
|
2152
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2153
|
+
const exception = new InternalServiceErrorException({
|
|
2154
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2155
|
+
...deserialized
|
|
2156
|
+
});
|
|
2157
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2158
|
+
}, "de_InternalServiceErrorExceptionRes");
|
|
2159
|
+
var de_InvalidRequestExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2160
|
+
const body = parsedOutput.body;
|
|
2161
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2162
|
+
const exception = new InvalidRequestException({
|
|
2163
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2164
|
+
...deserialized
|
|
2165
|
+
});
|
|
2166
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2167
|
+
}, "de_InvalidRequestExceptionRes");
|
|
2168
|
+
var de_InvalidStateExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2169
|
+
const body = parsedOutput.body;
|
|
2170
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2171
|
+
const exception = new InvalidStateException({
|
|
2172
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2173
|
+
...deserialized
|
|
2174
|
+
});
|
|
2175
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2176
|
+
}, "de_InvalidStateExceptionRes");
|
|
2177
|
+
var de_ResourceNotFoundExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2178
|
+
const body = parsedOutput.body;
|
|
2179
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2180
|
+
const exception = new ResourceNotFoundException({
|
|
2181
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2182
|
+
...deserialized
|
|
2183
|
+
});
|
|
2184
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2185
|
+
}, "de_ResourceNotFoundExceptionRes");
|
|
2186
|
+
var de_ServiceQuotaExceededExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, context) => {
|
|
2187
|
+
const body = parsedOutput.body;
|
|
2188
|
+
const deserialized = (0, import_smithy_client._json)(body);
|
|
2189
|
+
const exception = new ServiceQuotaExceededException({
|
|
2190
|
+
$metadata: deserializeMetadata(parsedOutput),
|
|
2191
|
+
...deserialized
|
|
2192
|
+
});
|
|
2193
|
+
return (0, import_smithy_client.decorateServiceException)(exception, body);
|
|
2194
|
+
}, "de_ServiceQuotaExceededExceptionRes");
|
|
2195
|
+
var de_AutoScalingConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
2196
|
+
return (0, import_smithy_client.take)(output, {
|
|
2197
|
+
AutoScalingConfigurationArn: import_smithy_client.expectString,
|
|
2198
|
+
AutoScalingConfigurationName: import_smithy_client.expectString,
|
|
2199
|
+
AutoScalingConfigurationRevision: import_smithy_client.expectInt32,
|
|
2200
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2201
|
+
DeletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2202
|
+
HasAssociatedService: import_smithy_client.expectBoolean,
|
|
2203
|
+
IsDefault: import_smithy_client.expectBoolean,
|
|
2204
|
+
Latest: import_smithy_client.expectBoolean,
|
|
2205
|
+
MaxConcurrency: import_smithy_client.expectInt32,
|
|
2206
|
+
MaxSize: import_smithy_client.expectInt32,
|
|
2207
|
+
MinSize: import_smithy_client.expectInt32,
|
|
2208
|
+
Status: import_smithy_client.expectString
|
|
2209
|
+
});
|
|
2210
|
+
}, "de_AutoScalingConfiguration");
|
|
2211
|
+
var de_AutoScalingConfigurationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2212
|
+
return (0, import_smithy_client.take)(output, {
|
|
2213
|
+
AutoScalingConfigurationArn: import_smithy_client.expectString,
|
|
2214
|
+
AutoScalingConfigurationName: import_smithy_client.expectString,
|
|
2215
|
+
AutoScalingConfigurationRevision: import_smithy_client.expectInt32,
|
|
2216
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2217
|
+
HasAssociatedService: import_smithy_client.expectBoolean,
|
|
2218
|
+
IsDefault: import_smithy_client.expectBoolean,
|
|
2219
|
+
Status: import_smithy_client.expectString
|
|
2220
|
+
});
|
|
2221
|
+
}, "de_AutoScalingConfigurationSummary");
|
|
2222
|
+
var de_AutoScalingConfigurationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
2223
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2224
|
+
return de_AutoScalingConfigurationSummary(entry, context);
|
|
2225
|
+
});
|
|
2226
|
+
return retVal;
|
|
2227
|
+
}, "de_AutoScalingConfigurationSummaryList");
|
|
2228
|
+
var de_Connection = /* @__PURE__ */ __name((output, context) => {
|
|
2229
|
+
return (0, import_smithy_client.take)(output, {
|
|
2230
|
+
ConnectionArn: import_smithy_client.expectString,
|
|
2231
|
+
ConnectionName: import_smithy_client.expectString,
|
|
2232
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2233
|
+
ProviderType: import_smithy_client.expectString,
|
|
2234
|
+
Status: import_smithy_client.expectString
|
|
2235
|
+
});
|
|
2236
|
+
}, "de_Connection");
|
|
2237
|
+
var de_ConnectionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2238
|
+
return (0, import_smithy_client.take)(output, {
|
|
2239
|
+
ConnectionArn: import_smithy_client.expectString,
|
|
2240
|
+
ConnectionName: import_smithy_client.expectString,
|
|
2241
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2242
|
+
ProviderType: import_smithy_client.expectString,
|
|
2243
|
+
Status: import_smithy_client.expectString
|
|
2244
|
+
});
|
|
2245
|
+
}, "de_ConnectionSummary");
|
|
2246
|
+
var de_ConnectionSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
2247
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2248
|
+
return de_ConnectionSummary(entry, context);
|
|
2249
|
+
});
|
|
2250
|
+
return retVal;
|
|
2251
|
+
}, "de_ConnectionSummaryList");
|
|
2252
|
+
var de_CreateAutoScalingConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2253
|
+
return (0, import_smithy_client.take)(output, {
|
|
2254
|
+
AutoScalingConfiguration: (_) => de_AutoScalingConfiguration(_, context)
|
|
2255
|
+
});
|
|
2256
|
+
}, "de_CreateAutoScalingConfigurationResponse");
|
|
2257
|
+
var de_CreateConnectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2258
|
+
return (0, import_smithy_client.take)(output, {
|
|
2259
|
+
Connection: (_) => de_Connection(_, context)
|
|
2260
|
+
});
|
|
2261
|
+
}, "de_CreateConnectionResponse");
|
|
2262
|
+
var de_CreateObservabilityConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2263
|
+
return (0, import_smithy_client.take)(output, {
|
|
2264
|
+
ObservabilityConfiguration: (_) => de_ObservabilityConfiguration(_, context)
|
|
2265
|
+
});
|
|
2266
|
+
}, "de_CreateObservabilityConfigurationResponse");
|
|
2267
|
+
var de_CreateServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2268
|
+
return (0, import_smithy_client.take)(output, {
|
|
2269
|
+
OperationId: import_smithy_client.expectString,
|
|
2270
|
+
Service: (_) => de_Service(_, context)
|
|
2271
|
+
});
|
|
2272
|
+
}, "de_CreateServiceResponse");
|
|
2273
|
+
var de_CreateVpcConnectorResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2274
|
+
return (0, import_smithy_client.take)(output, {
|
|
2275
|
+
VpcConnector: (_) => de_VpcConnector(_, context)
|
|
2276
|
+
});
|
|
2277
|
+
}, "de_CreateVpcConnectorResponse");
|
|
2278
|
+
var de_CreateVpcIngressConnectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2279
|
+
return (0, import_smithy_client.take)(output, {
|
|
2280
|
+
VpcIngressConnection: (_) => de_VpcIngressConnection(_, context)
|
|
2281
|
+
});
|
|
2282
|
+
}, "de_CreateVpcIngressConnectionResponse");
|
|
2283
|
+
var de_DeleteAutoScalingConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2284
|
+
return (0, import_smithy_client.take)(output, {
|
|
2285
|
+
AutoScalingConfiguration: (_) => de_AutoScalingConfiguration(_, context)
|
|
2286
|
+
});
|
|
2287
|
+
}, "de_DeleteAutoScalingConfigurationResponse");
|
|
2288
|
+
var de_DeleteConnectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2289
|
+
return (0, import_smithy_client.take)(output, {
|
|
2290
|
+
Connection: (_) => de_Connection(_, context)
|
|
2291
|
+
});
|
|
2292
|
+
}, "de_DeleteConnectionResponse");
|
|
2293
|
+
var de_DeleteObservabilityConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2294
|
+
return (0, import_smithy_client.take)(output, {
|
|
2295
|
+
ObservabilityConfiguration: (_) => de_ObservabilityConfiguration(_, context)
|
|
2296
|
+
});
|
|
2297
|
+
}, "de_DeleteObservabilityConfigurationResponse");
|
|
2298
|
+
var de_DeleteServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2299
|
+
return (0, import_smithy_client.take)(output, {
|
|
2300
|
+
OperationId: import_smithy_client.expectString,
|
|
2301
|
+
Service: (_) => de_Service(_, context)
|
|
2302
|
+
});
|
|
2303
|
+
}, "de_DeleteServiceResponse");
|
|
2304
|
+
var de_DeleteVpcConnectorResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2305
|
+
return (0, import_smithy_client.take)(output, {
|
|
2306
|
+
VpcConnector: (_) => de_VpcConnector(_, context)
|
|
2307
|
+
});
|
|
2308
|
+
}, "de_DeleteVpcConnectorResponse");
|
|
2309
|
+
var de_DeleteVpcIngressConnectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2310
|
+
return (0, import_smithy_client.take)(output, {
|
|
2311
|
+
VpcIngressConnection: (_) => de_VpcIngressConnection(_, context)
|
|
2312
|
+
});
|
|
2313
|
+
}, "de_DeleteVpcIngressConnectionResponse");
|
|
2314
|
+
var de_DescribeAutoScalingConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2315
|
+
return (0, import_smithy_client.take)(output, {
|
|
2316
|
+
AutoScalingConfiguration: (_) => de_AutoScalingConfiguration(_, context)
|
|
2317
|
+
});
|
|
2318
|
+
}, "de_DescribeAutoScalingConfigurationResponse");
|
|
2319
|
+
var de_DescribeObservabilityConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2320
|
+
return (0, import_smithy_client.take)(output, {
|
|
2321
|
+
ObservabilityConfiguration: (_) => de_ObservabilityConfiguration(_, context)
|
|
2322
|
+
});
|
|
2323
|
+
}, "de_DescribeObservabilityConfigurationResponse");
|
|
2324
|
+
var de_DescribeServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2325
|
+
return (0, import_smithy_client.take)(output, {
|
|
2326
|
+
Service: (_) => de_Service(_, context)
|
|
2327
|
+
});
|
|
2328
|
+
}, "de_DescribeServiceResponse");
|
|
2329
|
+
var de_DescribeVpcConnectorResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2330
|
+
return (0, import_smithy_client.take)(output, {
|
|
2331
|
+
VpcConnector: (_) => de_VpcConnector(_, context)
|
|
2332
|
+
});
|
|
2333
|
+
}, "de_DescribeVpcConnectorResponse");
|
|
2334
|
+
var de_DescribeVpcIngressConnectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2335
|
+
return (0, import_smithy_client.take)(output, {
|
|
2336
|
+
VpcIngressConnection: (_) => de_VpcIngressConnection(_, context)
|
|
2337
|
+
});
|
|
2338
|
+
}, "de_DescribeVpcIngressConnectionResponse");
|
|
2339
|
+
var de_ListAutoScalingConfigurationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2340
|
+
return (0, import_smithy_client.take)(output, {
|
|
2341
|
+
AutoScalingConfigurationSummaryList: (_) => de_AutoScalingConfigurationSummaryList(_, context),
|
|
2342
|
+
NextToken: import_smithy_client.expectString
|
|
2343
|
+
});
|
|
2344
|
+
}, "de_ListAutoScalingConfigurationsResponse");
|
|
2345
|
+
var de_ListConnectionsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2346
|
+
return (0, import_smithy_client.take)(output, {
|
|
2347
|
+
ConnectionSummaryList: (_) => de_ConnectionSummaryList(_, context),
|
|
2348
|
+
NextToken: import_smithy_client.expectString
|
|
2349
|
+
});
|
|
2350
|
+
}, "de_ListConnectionsResponse");
|
|
2351
|
+
var de_ListOperationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2352
|
+
return (0, import_smithy_client.take)(output, {
|
|
2353
|
+
NextToken: import_smithy_client.expectString,
|
|
2354
|
+
OperationSummaryList: (_) => de_OperationSummaryList(_, context)
|
|
2355
|
+
});
|
|
2356
|
+
}, "de_ListOperationsResponse");
|
|
2357
|
+
var de_ListServicesResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2358
|
+
return (0, import_smithy_client.take)(output, {
|
|
2359
|
+
NextToken: import_smithy_client.expectString,
|
|
2360
|
+
ServiceSummaryList: (_) => de_ServiceSummaryList(_, context)
|
|
2361
|
+
});
|
|
2362
|
+
}, "de_ListServicesResponse");
|
|
2363
|
+
var de_ListVpcConnectorsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2364
|
+
return (0, import_smithy_client.take)(output, {
|
|
2365
|
+
NextToken: import_smithy_client.expectString,
|
|
2366
|
+
VpcConnectors: (_) => de_VpcConnectors(_, context)
|
|
2367
|
+
});
|
|
2368
|
+
}, "de_ListVpcConnectorsResponse");
|
|
2369
|
+
var de_ObservabilityConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
2370
|
+
return (0, import_smithy_client.take)(output, {
|
|
2371
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2372
|
+
DeletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2373
|
+
Latest: import_smithy_client.expectBoolean,
|
|
2374
|
+
ObservabilityConfigurationArn: import_smithy_client.expectString,
|
|
2375
|
+
ObservabilityConfigurationName: import_smithy_client.expectString,
|
|
2376
|
+
ObservabilityConfigurationRevision: import_smithy_client.expectInt32,
|
|
2377
|
+
Status: import_smithy_client.expectString,
|
|
2378
|
+
TraceConfiguration: import_smithy_client._json
|
|
2379
|
+
});
|
|
2380
|
+
}, "de_ObservabilityConfiguration");
|
|
2381
|
+
var de_OperationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2382
|
+
return (0, import_smithy_client.take)(output, {
|
|
2383
|
+
EndedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2384
|
+
Id: import_smithy_client.expectString,
|
|
2385
|
+
StartedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2386
|
+
Status: import_smithy_client.expectString,
|
|
2387
|
+
TargetArn: import_smithy_client.expectString,
|
|
2388
|
+
Type: import_smithy_client.expectString,
|
|
2389
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2390
|
+
});
|
|
2391
|
+
}, "de_OperationSummary");
|
|
2392
|
+
var de_OperationSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
2393
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2394
|
+
return de_OperationSummary(entry, context);
|
|
2395
|
+
});
|
|
2396
|
+
return retVal;
|
|
2397
|
+
}, "de_OperationSummaryList");
|
|
2398
|
+
var de_PauseServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2399
|
+
return (0, import_smithy_client.take)(output, {
|
|
2400
|
+
OperationId: import_smithy_client.expectString,
|
|
2401
|
+
Service: (_) => de_Service(_, context)
|
|
2402
|
+
});
|
|
2403
|
+
}, "de_PauseServiceResponse");
|
|
2404
|
+
var de_ResumeServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2405
|
+
return (0, import_smithy_client.take)(output, {
|
|
2406
|
+
OperationId: import_smithy_client.expectString,
|
|
2407
|
+
Service: (_) => de_Service(_, context)
|
|
2408
|
+
});
|
|
2409
|
+
}, "de_ResumeServiceResponse");
|
|
2410
|
+
var de_Service = /* @__PURE__ */ __name((output, context) => {
|
|
2411
|
+
return (0, import_smithy_client.take)(output, {
|
|
2412
|
+
AutoScalingConfigurationSummary: (_) => de_AutoScalingConfigurationSummary(_, context),
|
|
2413
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2414
|
+
DeletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2415
|
+
EncryptionConfiguration: import_smithy_client._json,
|
|
2416
|
+
HealthCheckConfiguration: import_smithy_client._json,
|
|
2417
|
+
InstanceConfiguration: import_smithy_client._json,
|
|
2418
|
+
NetworkConfiguration: import_smithy_client._json,
|
|
2419
|
+
ObservabilityConfiguration: import_smithy_client._json,
|
|
2420
|
+
ServiceArn: import_smithy_client.expectString,
|
|
2421
|
+
ServiceId: import_smithy_client.expectString,
|
|
2422
|
+
ServiceName: import_smithy_client.expectString,
|
|
2423
|
+
ServiceUrl: import_smithy_client.expectString,
|
|
2424
|
+
SourceConfiguration: import_smithy_client._json,
|
|
2425
|
+
Status: import_smithy_client.expectString,
|
|
2426
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2427
|
+
});
|
|
2428
|
+
}, "de_Service");
|
|
2429
|
+
var de_ServiceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2430
|
+
return (0, import_smithy_client.take)(output, {
|
|
2431
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2432
|
+
ServiceArn: import_smithy_client.expectString,
|
|
2433
|
+
ServiceId: import_smithy_client.expectString,
|
|
2434
|
+
ServiceName: import_smithy_client.expectString,
|
|
2435
|
+
ServiceUrl: import_smithy_client.expectString,
|
|
2436
|
+
Status: import_smithy_client.expectString,
|
|
2437
|
+
UpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
2438
|
+
});
|
|
2439
|
+
}, "de_ServiceSummary");
|
|
2440
|
+
var de_ServiceSummaryList = /* @__PURE__ */ __name((output, context) => {
|
|
2441
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2442
|
+
return de_ServiceSummary(entry, context);
|
|
2443
|
+
});
|
|
2444
|
+
return retVal;
|
|
2445
|
+
}, "de_ServiceSummaryList");
|
|
2446
|
+
var de_UpdateDefaultAutoScalingConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2447
|
+
return (0, import_smithy_client.take)(output, {
|
|
2448
|
+
AutoScalingConfiguration: (_) => de_AutoScalingConfiguration(_, context)
|
|
2449
|
+
});
|
|
2450
|
+
}, "de_UpdateDefaultAutoScalingConfigurationResponse");
|
|
2451
|
+
var de_UpdateServiceResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2452
|
+
return (0, import_smithy_client.take)(output, {
|
|
2453
|
+
OperationId: import_smithy_client.expectString,
|
|
2454
|
+
Service: (_) => de_Service(_, context)
|
|
2455
|
+
});
|
|
2456
|
+
}, "de_UpdateServiceResponse");
|
|
2457
|
+
var de_UpdateVpcIngressConnectionResponse = /* @__PURE__ */ __name((output, context) => {
|
|
2458
|
+
return (0, import_smithy_client.take)(output, {
|
|
2459
|
+
VpcIngressConnection: (_) => de_VpcIngressConnection(_, context)
|
|
2460
|
+
});
|
|
2461
|
+
}, "de_UpdateVpcIngressConnectionResponse");
|
|
2462
|
+
var de_VpcConnector = /* @__PURE__ */ __name((output, context) => {
|
|
2463
|
+
return (0, import_smithy_client.take)(output, {
|
|
2464
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2465
|
+
DeletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2466
|
+
SecurityGroups: import_smithy_client._json,
|
|
2467
|
+
Status: import_smithy_client.expectString,
|
|
2468
|
+
Subnets: import_smithy_client._json,
|
|
2469
|
+
VpcConnectorArn: import_smithy_client.expectString,
|
|
2470
|
+
VpcConnectorName: import_smithy_client.expectString,
|
|
2471
|
+
VpcConnectorRevision: import_smithy_client.expectInt32
|
|
2472
|
+
});
|
|
2473
|
+
}, "de_VpcConnector");
|
|
2474
|
+
var de_VpcConnectors = /* @__PURE__ */ __name((output, context) => {
|
|
2475
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2476
|
+
return de_VpcConnector(entry, context);
|
|
2477
|
+
});
|
|
2478
|
+
return retVal;
|
|
2479
|
+
}, "de_VpcConnectors");
|
|
2480
|
+
var de_VpcIngressConnection = /* @__PURE__ */ __name((output, context) => {
|
|
2481
|
+
return (0, import_smithy_client.take)(output, {
|
|
2482
|
+
AccountId: import_smithy_client.expectString,
|
|
2483
|
+
CreatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2484
|
+
DeletedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
2485
|
+
DomainName: import_smithy_client.expectString,
|
|
2486
|
+
IngressVpcConfiguration: import_smithy_client._json,
|
|
2487
|
+
ServiceArn: import_smithy_client.expectString,
|
|
2488
|
+
Status: import_smithy_client.expectString,
|
|
2489
|
+
VpcIngressConnectionArn: import_smithy_client.expectString,
|
|
2490
|
+
VpcIngressConnectionName: import_smithy_client.expectString
|
|
2491
|
+
});
|
|
2492
|
+
}, "de_VpcIngressConnection");
|
|
2493
|
+
var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
2494
|
+
httpStatusCode: output.statusCode,
|
|
2495
|
+
requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],
|
|
2496
|
+
extendedRequestId: output.headers["x-amz-id-2"],
|
|
2497
|
+
cfId: output.headers["x-amz-cf-id"]
|
|
2498
|
+
}), "deserializeMetadata");
|
|
2499
|
+
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
|
2500
|
+
var throwDefaultError = (0, import_smithy_client.withBaseException)(AppRunnerServiceException);
|
|
2501
|
+
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
|
2502
|
+
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
|
2503
|
+
const contents = {
|
|
2504
|
+
protocol,
|
|
2505
|
+
hostname,
|
|
2506
|
+
port,
|
|
2507
|
+
method: "POST",
|
|
2508
|
+
path: basePath.endsWith("/") ? basePath.slice(0, -1) + path : basePath + path,
|
|
2509
|
+
headers
|
|
2510
|
+
};
|
|
2511
|
+
if (resolvedHostname !== void 0) {
|
|
2512
|
+
contents.hostname = resolvedHostname;
|
|
2513
|
+
}
|
|
2514
|
+
if (body !== void 0) {
|
|
2515
|
+
contents.body = body;
|
|
2516
|
+
}
|
|
2517
|
+
return new import_protocol_http.HttpRequest(contents);
|
|
2518
|
+
}, "buildHttpRpcRequest");
|
|
2519
|
+
function sharedHeaders(operation) {
|
|
2520
|
+
return {
|
|
2521
|
+
"content-type": "application/x-amz-json-1.0",
|
|
2522
|
+
"x-amz-target": `AppRunner.${operation}`
|
|
2523
|
+
};
|
|
2524
|
+
}
|
|
2525
|
+
__name(sharedHeaders, "sharedHeaders");
|
|
2526
|
+
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
|
2527
|
+
if (encoded.length) {
|
|
2528
|
+
return JSON.parse(encoded);
|
|
2529
|
+
}
|
|
2530
|
+
return {};
|
|
2531
|
+
}), "parseBody");
|
|
2532
|
+
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
|
2533
|
+
const value = await parseBody(errorBody, context);
|
|
2534
|
+
value.message = value.message ?? value.Message;
|
|
2535
|
+
return value;
|
|
2536
|
+
}, "parseErrorBody");
|
|
2537
|
+
var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
2538
|
+
const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
|
|
2539
|
+
const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
|
|
2540
|
+
let cleanValue = rawValue;
|
|
2541
|
+
if (typeof cleanValue === "number") {
|
|
2542
|
+
cleanValue = cleanValue.toString();
|
|
2543
|
+
}
|
|
2544
|
+
if (cleanValue.indexOf(",") >= 0) {
|
|
2545
|
+
cleanValue = cleanValue.split(",")[0];
|
|
2546
|
+
}
|
|
2547
|
+
if (cleanValue.indexOf(":") >= 0) {
|
|
2548
|
+
cleanValue = cleanValue.split(":")[0];
|
|
2549
|
+
}
|
|
2550
|
+
if (cleanValue.indexOf("#") >= 0) {
|
|
2551
|
+
cleanValue = cleanValue.split("#")[1];
|
|
2552
|
+
}
|
|
2553
|
+
return cleanValue;
|
|
2554
|
+
}, "sanitizeErrorCode");
|
|
2555
|
+
const headerKey = findKey(output.headers, "x-amzn-errortype");
|
|
2556
|
+
if (headerKey !== void 0) {
|
|
2557
|
+
return sanitizeErrorCode(output.headers[headerKey]);
|
|
2558
|
+
}
|
|
2559
|
+
if (data.code !== void 0) {
|
|
2560
|
+
return sanitizeErrorCode(data.code);
|
|
2561
|
+
}
|
|
2562
|
+
if (data["__type"] !== void 0) {
|
|
2563
|
+
return sanitizeErrorCode(data["__type"]);
|
|
2564
|
+
}
|
|
2565
|
+
}, "loadRestJsonErrorCode");
|
|
2566
|
+
|
|
2567
|
+
// src/commands/AssociateCustomDomainCommand.ts
|
|
2568
|
+
var _AssociateCustomDomainCommand = class _AssociateCustomDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2569
|
+
...commonParams
|
|
2570
|
+
}).m(function(Command, cs, config, o) {
|
|
2571
|
+
return [
|
|
2572
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2573
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2574
|
+
];
|
|
2575
|
+
}).s("AppRunner", "AssociateCustomDomain", {}).n("AppRunnerClient", "AssociateCustomDomainCommand").f(void 0, void 0).ser(se_AssociateCustomDomainCommand).de(de_AssociateCustomDomainCommand).build() {
|
|
2576
|
+
};
|
|
2577
|
+
__name(_AssociateCustomDomainCommand, "AssociateCustomDomainCommand");
|
|
2578
|
+
var AssociateCustomDomainCommand = _AssociateCustomDomainCommand;
|
|
2579
|
+
|
|
2580
|
+
// src/commands/CreateAutoScalingConfigurationCommand.ts
|
|
2581
|
+
|
|
2582
|
+
|
|
2583
|
+
|
|
2584
|
+
|
|
2585
|
+
var _CreateAutoScalingConfigurationCommand = class _CreateAutoScalingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2586
|
+
...commonParams
|
|
2587
|
+
}).m(function(Command, cs, config, o) {
|
|
2588
|
+
return [
|
|
2589
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2590
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2591
|
+
];
|
|
2592
|
+
}).s("AppRunner", "CreateAutoScalingConfiguration", {}).n("AppRunnerClient", "CreateAutoScalingConfigurationCommand").f(void 0, void 0).ser(se_CreateAutoScalingConfigurationCommand).de(de_CreateAutoScalingConfigurationCommand).build() {
|
|
2593
|
+
};
|
|
2594
|
+
__name(_CreateAutoScalingConfigurationCommand, "CreateAutoScalingConfigurationCommand");
|
|
2595
|
+
var CreateAutoScalingConfigurationCommand = _CreateAutoScalingConfigurationCommand;
|
|
2596
|
+
|
|
2597
|
+
// src/commands/CreateConnectionCommand.ts
|
|
2598
|
+
|
|
2599
|
+
|
|
2600
|
+
|
|
2601
|
+
|
|
2602
|
+
var _CreateConnectionCommand = class _CreateConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2603
|
+
...commonParams
|
|
2604
|
+
}).m(function(Command, cs, config, o) {
|
|
2605
|
+
return [
|
|
2606
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2607
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2608
|
+
];
|
|
2609
|
+
}).s("AppRunner", "CreateConnection", {}).n("AppRunnerClient", "CreateConnectionCommand").f(void 0, void 0).ser(se_CreateConnectionCommand).de(de_CreateConnectionCommand).build() {
|
|
2610
|
+
};
|
|
2611
|
+
__name(_CreateConnectionCommand, "CreateConnectionCommand");
|
|
2612
|
+
var CreateConnectionCommand = _CreateConnectionCommand;
|
|
2613
|
+
|
|
2614
|
+
// src/commands/CreateObservabilityConfigurationCommand.ts
|
|
2615
|
+
|
|
2616
|
+
|
|
2617
|
+
|
|
2618
|
+
|
|
2619
|
+
var _CreateObservabilityConfigurationCommand = class _CreateObservabilityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2620
|
+
...commonParams
|
|
2621
|
+
}).m(function(Command, cs, config, o) {
|
|
2622
|
+
return [
|
|
2623
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2624
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2625
|
+
];
|
|
2626
|
+
}).s("AppRunner", "CreateObservabilityConfiguration", {}).n("AppRunnerClient", "CreateObservabilityConfigurationCommand").f(void 0, void 0).ser(se_CreateObservabilityConfigurationCommand).de(de_CreateObservabilityConfigurationCommand).build() {
|
|
2627
|
+
};
|
|
2628
|
+
__name(_CreateObservabilityConfigurationCommand, "CreateObservabilityConfigurationCommand");
|
|
2629
|
+
var CreateObservabilityConfigurationCommand = _CreateObservabilityConfigurationCommand;
|
|
2630
|
+
|
|
2631
|
+
// src/commands/CreateServiceCommand.ts
|
|
2632
|
+
|
|
2633
|
+
|
|
2634
|
+
|
|
2635
|
+
|
|
2636
|
+
var _CreateServiceCommand = class _CreateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2637
|
+
...commonParams
|
|
2638
|
+
}).m(function(Command, cs, config, o) {
|
|
2639
|
+
return [
|
|
2640
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2641
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2642
|
+
];
|
|
2643
|
+
}).s("AppRunner", "CreateService", {}).n("AppRunnerClient", "CreateServiceCommand").f(CreateServiceRequestFilterSensitiveLog, CreateServiceResponseFilterSensitiveLog).ser(se_CreateServiceCommand).de(de_CreateServiceCommand).build() {
|
|
2644
|
+
};
|
|
2645
|
+
__name(_CreateServiceCommand, "CreateServiceCommand");
|
|
2646
|
+
var CreateServiceCommand = _CreateServiceCommand;
|
|
2647
|
+
|
|
2648
|
+
// src/commands/CreateVpcConnectorCommand.ts
|
|
2649
|
+
|
|
2650
|
+
|
|
2651
|
+
|
|
2652
|
+
|
|
2653
|
+
var _CreateVpcConnectorCommand = class _CreateVpcConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2654
|
+
...commonParams
|
|
2655
|
+
}).m(function(Command, cs, config, o) {
|
|
2656
|
+
return [
|
|
2657
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2658
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2659
|
+
];
|
|
2660
|
+
}).s("AppRunner", "CreateVpcConnector", {}).n("AppRunnerClient", "CreateVpcConnectorCommand").f(void 0, void 0).ser(se_CreateVpcConnectorCommand).de(de_CreateVpcConnectorCommand).build() {
|
|
2661
|
+
};
|
|
2662
|
+
__name(_CreateVpcConnectorCommand, "CreateVpcConnectorCommand");
|
|
2663
|
+
var CreateVpcConnectorCommand = _CreateVpcConnectorCommand;
|
|
2664
|
+
|
|
2665
|
+
// src/commands/CreateVpcIngressConnectionCommand.ts
|
|
2666
|
+
|
|
2667
|
+
|
|
2668
|
+
|
|
2669
|
+
|
|
2670
|
+
var _CreateVpcIngressConnectionCommand = class _CreateVpcIngressConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2671
|
+
...commonParams
|
|
2672
|
+
}).m(function(Command, cs, config, o) {
|
|
2673
|
+
return [
|
|
2674
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2675
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2676
|
+
];
|
|
2677
|
+
}).s("AppRunner", "CreateVpcIngressConnection", {}).n("AppRunnerClient", "CreateVpcIngressConnectionCommand").f(void 0, void 0).ser(se_CreateVpcIngressConnectionCommand).de(de_CreateVpcIngressConnectionCommand).build() {
|
|
2678
|
+
};
|
|
2679
|
+
__name(_CreateVpcIngressConnectionCommand, "CreateVpcIngressConnectionCommand");
|
|
2680
|
+
var CreateVpcIngressConnectionCommand = _CreateVpcIngressConnectionCommand;
|
|
2681
|
+
|
|
2682
|
+
// src/commands/DeleteAutoScalingConfigurationCommand.ts
|
|
2683
|
+
|
|
2684
|
+
|
|
2685
|
+
|
|
2686
|
+
|
|
2687
|
+
var _DeleteAutoScalingConfigurationCommand = class _DeleteAutoScalingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2688
|
+
...commonParams
|
|
2689
|
+
}).m(function(Command, cs, config, o) {
|
|
2690
|
+
return [
|
|
2691
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2692
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2693
|
+
];
|
|
2694
|
+
}).s("AppRunner", "DeleteAutoScalingConfiguration", {}).n("AppRunnerClient", "DeleteAutoScalingConfigurationCommand").f(void 0, void 0).ser(se_DeleteAutoScalingConfigurationCommand).de(de_DeleteAutoScalingConfigurationCommand).build() {
|
|
2695
|
+
};
|
|
2696
|
+
__name(_DeleteAutoScalingConfigurationCommand, "DeleteAutoScalingConfigurationCommand");
|
|
2697
|
+
var DeleteAutoScalingConfigurationCommand = _DeleteAutoScalingConfigurationCommand;
|
|
2698
|
+
|
|
2699
|
+
// src/commands/DeleteConnectionCommand.ts
|
|
2700
|
+
|
|
2701
|
+
|
|
2702
|
+
|
|
2703
|
+
|
|
2704
|
+
var _DeleteConnectionCommand = class _DeleteConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2705
|
+
...commonParams
|
|
2706
|
+
}).m(function(Command, cs, config, o) {
|
|
2707
|
+
return [
|
|
2708
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2709
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2710
|
+
];
|
|
2711
|
+
}).s("AppRunner", "DeleteConnection", {}).n("AppRunnerClient", "DeleteConnectionCommand").f(void 0, void 0).ser(se_DeleteConnectionCommand).de(de_DeleteConnectionCommand).build() {
|
|
2712
|
+
};
|
|
2713
|
+
__name(_DeleteConnectionCommand, "DeleteConnectionCommand");
|
|
2714
|
+
var DeleteConnectionCommand = _DeleteConnectionCommand;
|
|
2715
|
+
|
|
2716
|
+
// src/commands/DeleteObservabilityConfigurationCommand.ts
|
|
2717
|
+
|
|
2718
|
+
|
|
2719
|
+
|
|
2720
|
+
|
|
2721
|
+
var _DeleteObservabilityConfigurationCommand = class _DeleteObservabilityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2722
|
+
...commonParams
|
|
2723
|
+
}).m(function(Command, cs, config, o) {
|
|
2724
|
+
return [
|
|
2725
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2726
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2727
|
+
];
|
|
2728
|
+
}).s("AppRunner", "DeleteObservabilityConfiguration", {}).n("AppRunnerClient", "DeleteObservabilityConfigurationCommand").f(void 0, void 0).ser(se_DeleteObservabilityConfigurationCommand).de(de_DeleteObservabilityConfigurationCommand).build() {
|
|
2729
|
+
};
|
|
2730
|
+
__name(_DeleteObservabilityConfigurationCommand, "DeleteObservabilityConfigurationCommand");
|
|
2731
|
+
var DeleteObservabilityConfigurationCommand = _DeleteObservabilityConfigurationCommand;
|
|
2732
|
+
|
|
2733
|
+
// src/commands/DeleteServiceCommand.ts
|
|
2734
|
+
|
|
2735
|
+
|
|
2736
|
+
|
|
2737
|
+
|
|
2738
|
+
var _DeleteServiceCommand = class _DeleteServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2739
|
+
...commonParams
|
|
2740
|
+
}).m(function(Command, cs, config, o) {
|
|
2741
|
+
return [
|
|
2742
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2743
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2744
|
+
];
|
|
2745
|
+
}).s("AppRunner", "DeleteService", {}).n("AppRunnerClient", "DeleteServiceCommand").f(void 0, DeleteServiceResponseFilterSensitiveLog).ser(se_DeleteServiceCommand).de(de_DeleteServiceCommand).build() {
|
|
2746
|
+
};
|
|
2747
|
+
__name(_DeleteServiceCommand, "DeleteServiceCommand");
|
|
2748
|
+
var DeleteServiceCommand = _DeleteServiceCommand;
|
|
2749
|
+
|
|
2750
|
+
// src/commands/DeleteVpcConnectorCommand.ts
|
|
2751
|
+
|
|
2752
|
+
|
|
2753
|
+
|
|
2754
|
+
|
|
2755
|
+
var _DeleteVpcConnectorCommand = class _DeleteVpcConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2756
|
+
...commonParams
|
|
2757
|
+
}).m(function(Command, cs, config, o) {
|
|
2758
|
+
return [
|
|
2759
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2760
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2761
|
+
];
|
|
2762
|
+
}).s("AppRunner", "DeleteVpcConnector", {}).n("AppRunnerClient", "DeleteVpcConnectorCommand").f(void 0, void 0).ser(se_DeleteVpcConnectorCommand).de(de_DeleteVpcConnectorCommand).build() {
|
|
2763
|
+
};
|
|
2764
|
+
__name(_DeleteVpcConnectorCommand, "DeleteVpcConnectorCommand");
|
|
2765
|
+
var DeleteVpcConnectorCommand = _DeleteVpcConnectorCommand;
|
|
2766
|
+
|
|
2767
|
+
// src/commands/DeleteVpcIngressConnectionCommand.ts
|
|
2768
|
+
|
|
2769
|
+
|
|
2770
|
+
|
|
2771
|
+
|
|
2772
|
+
var _DeleteVpcIngressConnectionCommand = class _DeleteVpcIngressConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2773
|
+
...commonParams
|
|
2774
|
+
}).m(function(Command, cs, config, o) {
|
|
2775
|
+
return [
|
|
2776
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2777
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2778
|
+
];
|
|
2779
|
+
}).s("AppRunner", "DeleteVpcIngressConnection", {}).n("AppRunnerClient", "DeleteVpcIngressConnectionCommand").f(void 0, void 0).ser(se_DeleteVpcIngressConnectionCommand).de(de_DeleteVpcIngressConnectionCommand).build() {
|
|
2780
|
+
};
|
|
2781
|
+
__name(_DeleteVpcIngressConnectionCommand, "DeleteVpcIngressConnectionCommand");
|
|
2782
|
+
var DeleteVpcIngressConnectionCommand = _DeleteVpcIngressConnectionCommand;
|
|
2783
|
+
|
|
2784
|
+
// src/commands/DescribeAutoScalingConfigurationCommand.ts
|
|
2785
|
+
|
|
2786
|
+
|
|
2787
|
+
|
|
2788
|
+
|
|
2789
|
+
var _DescribeAutoScalingConfigurationCommand = class _DescribeAutoScalingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2790
|
+
...commonParams
|
|
2791
|
+
}).m(function(Command, cs, config, o) {
|
|
2792
|
+
return [
|
|
2793
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2794
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2795
|
+
];
|
|
2796
|
+
}).s("AppRunner", "DescribeAutoScalingConfiguration", {}).n("AppRunnerClient", "DescribeAutoScalingConfigurationCommand").f(void 0, void 0).ser(se_DescribeAutoScalingConfigurationCommand).de(de_DescribeAutoScalingConfigurationCommand).build() {
|
|
2797
|
+
};
|
|
2798
|
+
__name(_DescribeAutoScalingConfigurationCommand, "DescribeAutoScalingConfigurationCommand");
|
|
2799
|
+
var DescribeAutoScalingConfigurationCommand = _DescribeAutoScalingConfigurationCommand;
|
|
2800
|
+
|
|
2801
|
+
// src/commands/DescribeCustomDomainsCommand.ts
|
|
2802
|
+
|
|
2803
|
+
|
|
2804
|
+
|
|
2805
|
+
|
|
2806
|
+
var _DescribeCustomDomainsCommand = class _DescribeCustomDomainsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2807
|
+
...commonParams
|
|
2808
|
+
}).m(function(Command, cs, config, o) {
|
|
2809
|
+
return [
|
|
2810
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2811
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2812
|
+
];
|
|
2813
|
+
}).s("AppRunner", "DescribeCustomDomains", {}).n("AppRunnerClient", "DescribeCustomDomainsCommand").f(void 0, void 0).ser(se_DescribeCustomDomainsCommand).de(de_DescribeCustomDomainsCommand).build() {
|
|
2814
|
+
};
|
|
2815
|
+
__name(_DescribeCustomDomainsCommand, "DescribeCustomDomainsCommand");
|
|
2816
|
+
var DescribeCustomDomainsCommand = _DescribeCustomDomainsCommand;
|
|
2817
|
+
|
|
2818
|
+
// src/commands/DescribeObservabilityConfigurationCommand.ts
|
|
2819
|
+
|
|
2820
|
+
|
|
2821
|
+
|
|
2822
|
+
|
|
2823
|
+
var _DescribeObservabilityConfigurationCommand = class _DescribeObservabilityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2824
|
+
...commonParams
|
|
2825
|
+
}).m(function(Command, cs, config, o) {
|
|
2826
|
+
return [
|
|
2827
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2828
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2829
|
+
];
|
|
2830
|
+
}).s("AppRunner", "DescribeObservabilityConfiguration", {}).n("AppRunnerClient", "DescribeObservabilityConfigurationCommand").f(void 0, void 0).ser(se_DescribeObservabilityConfigurationCommand).de(de_DescribeObservabilityConfigurationCommand).build() {
|
|
2831
|
+
};
|
|
2832
|
+
__name(_DescribeObservabilityConfigurationCommand, "DescribeObservabilityConfigurationCommand");
|
|
2833
|
+
var DescribeObservabilityConfigurationCommand = _DescribeObservabilityConfigurationCommand;
|
|
2834
|
+
|
|
2835
|
+
// src/commands/DescribeServiceCommand.ts
|
|
2836
|
+
|
|
2837
|
+
|
|
2838
|
+
|
|
2839
|
+
|
|
2840
|
+
var _DescribeServiceCommand = class _DescribeServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2841
|
+
...commonParams
|
|
2842
|
+
}).m(function(Command, cs, config, o) {
|
|
2843
|
+
return [
|
|
2844
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2845
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2846
|
+
];
|
|
2847
|
+
}).s("AppRunner", "DescribeService", {}).n("AppRunnerClient", "DescribeServiceCommand").f(void 0, DescribeServiceResponseFilterSensitiveLog).ser(se_DescribeServiceCommand).de(de_DescribeServiceCommand).build() {
|
|
2848
|
+
};
|
|
2849
|
+
__name(_DescribeServiceCommand, "DescribeServiceCommand");
|
|
2850
|
+
var DescribeServiceCommand = _DescribeServiceCommand;
|
|
2851
|
+
|
|
2852
|
+
// src/commands/DescribeVpcConnectorCommand.ts
|
|
2853
|
+
|
|
2854
|
+
|
|
2855
|
+
|
|
2856
|
+
|
|
2857
|
+
var _DescribeVpcConnectorCommand = class _DescribeVpcConnectorCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2858
|
+
...commonParams
|
|
2859
|
+
}).m(function(Command, cs, config, o) {
|
|
2860
|
+
return [
|
|
2861
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2862
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2863
|
+
];
|
|
2864
|
+
}).s("AppRunner", "DescribeVpcConnector", {}).n("AppRunnerClient", "DescribeVpcConnectorCommand").f(void 0, void 0).ser(se_DescribeVpcConnectorCommand).de(de_DescribeVpcConnectorCommand).build() {
|
|
2865
|
+
};
|
|
2866
|
+
__name(_DescribeVpcConnectorCommand, "DescribeVpcConnectorCommand");
|
|
2867
|
+
var DescribeVpcConnectorCommand = _DescribeVpcConnectorCommand;
|
|
2868
|
+
|
|
2869
|
+
// src/commands/DescribeVpcIngressConnectionCommand.ts
|
|
2870
|
+
|
|
2871
|
+
|
|
2872
|
+
|
|
2873
|
+
|
|
2874
|
+
var _DescribeVpcIngressConnectionCommand = class _DescribeVpcIngressConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2875
|
+
...commonParams
|
|
2876
|
+
}).m(function(Command, cs, config, o) {
|
|
2877
|
+
return [
|
|
2878
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2879
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2880
|
+
];
|
|
2881
|
+
}).s("AppRunner", "DescribeVpcIngressConnection", {}).n("AppRunnerClient", "DescribeVpcIngressConnectionCommand").f(void 0, void 0).ser(se_DescribeVpcIngressConnectionCommand).de(de_DescribeVpcIngressConnectionCommand).build() {
|
|
2882
|
+
};
|
|
2883
|
+
__name(_DescribeVpcIngressConnectionCommand, "DescribeVpcIngressConnectionCommand");
|
|
2884
|
+
var DescribeVpcIngressConnectionCommand = _DescribeVpcIngressConnectionCommand;
|
|
2885
|
+
|
|
2886
|
+
// src/commands/DisassociateCustomDomainCommand.ts
|
|
2887
|
+
|
|
2888
|
+
|
|
2889
|
+
|
|
2890
|
+
|
|
2891
|
+
var _DisassociateCustomDomainCommand = class _DisassociateCustomDomainCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2892
|
+
...commonParams
|
|
2893
|
+
}).m(function(Command, cs, config, o) {
|
|
2894
|
+
return [
|
|
2895
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2896
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2897
|
+
];
|
|
2898
|
+
}).s("AppRunner", "DisassociateCustomDomain", {}).n("AppRunnerClient", "DisassociateCustomDomainCommand").f(void 0, void 0).ser(se_DisassociateCustomDomainCommand).de(de_DisassociateCustomDomainCommand).build() {
|
|
2899
|
+
};
|
|
2900
|
+
__name(_DisassociateCustomDomainCommand, "DisassociateCustomDomainCommand");
|
|
2901
|
+
var DisassociateCustomDomainCommand = _DisassociateCustomDomainCommand;
|
|
2902
|
+
|
|
2903
|
+
// src/commands/ListAutoScalingConfigurationsCommand.ts
|
|
2904
|
+
|
|
2905
|
+
|
|
2906
|
+
|
|
2907
|
+
|
|
2908
|
+
var _ListAutoScalingConfigurationsCommand = class _ListAutoScalingConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2909
|
+
...commonParams
|
|
2910
|
+
}).m(function(Command, cs, config, o) {
|
|
2911
|
+
return [
|
|
2912
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2913
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2914
|
+
];
|
|
2915
|
+
}).s("AppRunner", "ListAutoScalingConfigurations", {}).n("AppRunnerClient", "ListAutoScalingConfigurationsCommand").f(void 0, void 0).ser(se_ListAutoScalingConfigurationsCommand).de(de_ListAutoScalingConfigurationsCommand).build() {
|
|
2916
|
+
};
|
|
2917
|
+
__name(_ListAutoScalingConfigurationsCommand, "ListAutoScalingConfigurationsCommand");
|
|
2918
|
+
var ListAutoScalingConfigurationsCommand = _ListAutoScalingConfigurationsCommand;
|
|
2919
|
+
|
|
2920
|
+
// src/commands/ListConnectionsCommand.ts
|
|
2921
|
+
|
|
2922
|
+
|
|
2923
|
+
|
|
2924
|
+
|
|
2925
|
+
var _ListConnectionsCommand = class _ListConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2926
|
+
...commonParams
|
|
2927
|
+
}).m(function(Command, cs, config, o) {
|
|
2928
|
+
return [
|
|
2929
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2930
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2931
|
+
];
|
|
2932
|
+
}).s("AppRunner", "ListConnections", {}).n("AppRunnerClient", "ListConnectionsCommand").f(void 0, void 0).ser(se_ListConnectionsCommand).de(de_ListConnectionsCommand).build() {
|
|
2933
|
+
};
|
|
2934
|
+
__name(_ListConnectionsCommand, "ListConnectionsCommand");
|
|
2935
|
+
var ListConnectionsCommand = _ListConnectionsCommand;
|
|
2936
|
+
|
|
2937
|
+
// src/commands/ListObservabilityConfigurationsCommand.ts
|
|
2938
|
+
|
|
2939
|
+
|
|
2940
|
+
|
|
2941
|
+
|
|
2942
|
+
var _ListObservabilityConfigurationsCommand = class _ListObservabilityConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2943
|
+
...commonParams
|
|
2944
|
+
}).m(function(Command, cs, config, o) {
|
|
2945
|
+
return [
|
|
2946
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2947
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2948
|
+
];
|
|
2949
|
+
}).s("AppRunner", "ListObservabilityConfigurations", {}).n("AppRunnerClient", "ListObservabilityConfigurationsCommand").f(void 0, void 0).ser(se_ListObservabilityConfigurationsCommand).de(de_ListObservabilityConfigurationsCommand).build() {
|
|
2950
|
+
};
|
|
2951
|
+
__name(_ListObservabilityConfigurationsCommand, "ListObservabilityConfigurationsCommand");
|
|
2952
|
+
var ListObservabilityConfigurationsCommand = _ListObservabilityConfigurationsCommand;
|
|
2953
|
+
|
|
2954
|
+
// src/commands/ListOperationsCommand.ts
|
|
2955
|
+
|
|
2956
|
+
|
|
2957
|
+
|
|
2958
|
+
|
|
2959
|
+
var _ListOperationsCommand = class _ListOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2960
|
+
...commonParams
|
|
2961
|
+
}).m(function(Command, cs, config, o) {
|
|
2962
|
+
return [
|
|
2963
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2964
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2965
|
+
];
|
|
2966
|
+
}).s("AppRunner", "ListOperations", {}).n("AppRunnerClient", "ListOperationsCommand").f(void 0, void 0).ser(se_ListOperationsCommand).de(de_ListOperationsCommand).build() {
|
|
2967
|
+
};
|
|
2968
|
+
__name(_ListOperationsCommand, "ListOperationsCommand");
|
|
2969
|
+
var ListOperationsCommand = _ListOperationsCommand;
|
|
2970
|
+
|
|
2971
|
+
// src/commands/ListServicesCommand.ts
|
|
2972
|
+
|
|
2973
|
+
|
|
2974
|
+
|
|
2975
|
+
|
|
2976
|
+
var _ListServicesCommand = class _ListServicesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2977
|
+
...commonParams
|
|
2978
|
+
}).m(function(Command, cs, config, o) {
|
|
2979
|
+
return [
|
|
2980
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2981
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2982
|
+
];
|
|
2983
|
+
}).s("AppRunner", "ListServices", {}).n("AppRunnerClient", "ListServicesCommand").f(void 0, void 0).ser(se_ListServicesCommand).de(de_ListServicesCommand).build() {
|
|
2984
|
+
};
|
|
2985
|
+
__name(_ListServicesCommand, "ListServicesCommand");
|
|
2986
|
+
var ListServicesCommand = _ListServicesCommand;
|
|
2987
|
+
|
|
2988
|
+
// src/commands/ListServicesForAutoScalingConfigurationCommand.ts
|
|
2989
|
+
|
|
2990
|
+
|
|
2991
|
+
|
|
2992
|
+
|
|
2993
|
+
var _ListServicesForAutoScalingConfigurationCommand = class _ListServicesForAutoScalingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2994
|
+
...commonParams
|
|
2995
|
+
}).m(function(Command, cs, config, o) {
|
|
2996
|
+
return [
|
|
2997
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2998
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2999
|
+
];
|
|
3000
|
+
}).s("AppRunner", "ListServicesForAutoScalingConfiguration", {}).n("AppRunnerClient", "ListServicesForAutoScalingConfigurationCommand").f(void 0, void 0).ser(se_ListServicesForAutoScalingConfigurationCommand).de(de_ListServicesForAutoScalingConfigurationCommand).build() {
|
|
3001
|
+
};
|
|
3002
|
+
__name(_ListServicesForAutoScalingConfigurationCommand, "ListServicesForAutoScalingConfigurationCommand");
|
|
3003
|
+
var ListServicesForAutoScalingConfigurationCommand = _ListServicesForAutoScalingConfigurationCommand;
|
|
3004
|
+
|
|
3005
|
+
// src/commands/ListTagsForResourceCommand.ts
|
|
3006
|
+
|
|
3007
|
+
|
|
3008
|
+
|
|
3009
|
+
|
|
3010
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3011
|
+
...commonParams
|
|
3012
|
+
}).m(function(Command, cs, config, o) {
|
|
3013
|
+
return [
|
|
3014
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3015
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3016
|
+
];
|
|
3017
|
+
}).s("AppRunner", "ListTagsForResource", {}).n("AppRunnerClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
3018
|
+
};
|
|
3019
|
+
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
3020
|
+
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
3021
|
+
|
|
3022
|
+
// src/commands/ListVpcConnectorsCommand.ts
|
|
3023
|
+
|
|
3024
|
+
|
|
3025
|
+
|
|
3026
|
+
|
|
3027
|
+
var _ListVpcConnectorsCommand = class _ListVpcConnectorsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3028
|
+
...commonParams
|
|
3029
|
+
}).m(function(Command, cs, config, o) {
|
|
3030
|
+
return [
|
|
3031
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3032
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3033
|
+
];
|
|
3034
|
+
}).s("AppRunner", "ListVpcConnectors", {}).n("AppRunnerClient", "ListVpcConnectorsCommand").f(void 0, void 0).ser(se_ListVpcConnectorsCommand).de(de_ListVpcConnectorsCommand).build() {
|
|
3035
|
+
};
|
|
3036
|
+
__name(_ListVpcConnectorsCommand, "ListVpcConnectorsCommand");
|
|
3037
|
+
var ListVpcConnectorsCommand = _ListVpcConnectorsCommand;
|
|
3038
|
+
|
|
3039
|
+
// src/commands/ListVpcIngressConnectionsCommand.ts
|
|
3040
|
+
|
|
3041
|
+
|
|
3042
|
+
|
|
3043
|
+
|
|
3044
|
+
var _ListVpcIngressConnectionsCommand = class _ListVpcIngressConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3045
|
+
...commonParams
|
|
3046
|
+
}).m(function(Command, cs, config, o) {
|
|
3047
|
+
return [
|
|
3048
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3049
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3050
|
+
];
|
|
3051
|
+
}).s("AppRunner", "ListVpcIngressConnections", {}).n("AppRunnerClient", "ListVpcIngressConnectionsCommand").f(void 0, void 0).ser(se_ListVpcIngressConnectionsCommand).de(de_ListVpcIngressConnectionsCommand).build() {
|
|
3052
|
+
};
|
|
3053
|
+
__name(_ListVpcIngressConnectionsCommand, "ListVpcIngressConnectionsCommand");
|
|
3054
|
+
var ListVpcIngressConnectionsCommand = _ListVpcIngressConnectionsCommand;
|
|
3055
|
+
|
|
3056
|
+
// src/commands/PauseServiceCommand.ts
|
|
3057
|
+
|
|
3058
|
+
|
|
3059
|
+
|
|
3060
|
+
|
|
3061
|
+
var _PauseServiceCommand = class _PauseServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3062
|
+
...commonParams
|
|
3063
|
+
}).m(function(Command, cs, config, o) {
|
|
3064
|
+
return [
|
|
3065
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3066
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3067
|
+
];
|
|
3068
|
+
}).s("AppRunner", "PauseService", {}).n("AppRunnerClient", "PauseServiceCommand").f(void 0, PauseServiceResponseFilterSensitiveLog).ser(se_PauseServiceCommand).de(de_PauseServiceCommand).build() {
|
|
3069
|
+
};
|
|
3070
|
+
__name(_PauseServiceCommand, "PauseServiceCommand");
|
|
3071
|
+
var PauseServiceCommand = _PauseServiceCommand;
|
|
3072
|
+
|
|
3073
|
+
// src/commands/ResumeServiceCommand.ts
|
|
3074
|
+
|
|
3075
|
+
|
|
3076
|
+
|
|
3077
|
+
|
|
3078
|
+
var _ResumeServiceCommand = class _ResumeServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3079
|
+
...commonParams
|
|
3080
|
+
}).m(function(Command, cs, config, o) {
|
|
3081
|
+
return [
|
|
3082
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3083
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3084
|
+
];
|
|
3085
|
+
}).s("AppRunner", "ResumeService", {}).n("AppRunnerClient", "ResumeServiceCommand").f(void 0, ResumeServiceResponseFilterSensitiveLog).ser(se_ResumeServiceCommand).de(de_ResumeServiceCommand).build() {
|
|
3086
|
+
};
|
|
3087
|
+
__name(_ResumeServiceCommand, "ResumeServiceCommand");
|
|
3088
|
+
var ResumeServiceCommand = _ResumeServiceCommand;
|
|
3089
|
+
|
|
3090
|
+
// src/commands/StartDeploymentCommand.ts
|
|
3091
|
+
|
|
3092
|
+
|
|
3093
|
+
|
|
3094
|
+
|
|
3095
|
+
var _StartDeploymentCommand = class _StartDeploymentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3096
|
+
...commonParams
|
|
3097
|
+
}).m(function(Command, cs, config, o) {
|
|
3098
|
+
return [
|
|
3099
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3100
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3101
|
+
];
|
|
3102
|
+
}).s("AppRunner", "StartDeployment", {}).n("AppRunnerClient", "StartDeploymentCommand").f(void 0, void 0).ser(se_StartDeploymentCommand).de(de_StartDeploymentCommand).build() {
|
|
3103
|
+
};
|
|
3104
|
+
__name(_StartDeploymentCommand, "StartDeploymentCommand");
|
|
3105
|
+
var StartDeploymentCommand = _StartDeploymentCommand;
|
|
3106
|
+
|
|
3107
|
+
// src/commands/TagResourceCommand.ts
|
|
3108
|
+
|
|
3109
|
+
|
|
3110
|
+
|
|
3111
|
+
|
|
3112
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3113
|
+
...commonParams
|
|
3114
|
+
}).m(function(Command, cs, config, o) {
|
|
3115
|
+
return [
|
|
3116
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3117
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3118
|
+
];
|
|
3119
|
+
}).s("AppRunner", "TagResource", {}).n("AppRunnerClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
3120
|
+
};
|
|
3121
|
+
__name(_TagResourceCommand, "TagResourceCommand");
|
|
3122
|
+
var TagResourceCommand = _TagResourceCommand;
|
|
3123
|
+
|
|
3124
|
+
// src/commands/UntagResourceCommand.ts
|
|
3125
|
+
|
|
3126
|
+
|
|
3127
|
+
|
|
3128
|
+
|
|
3129
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3130
|
+
...commonParams
|
|
3131
|
+
}).m(function(Command, cs, config, o) {
|
|
3132
|
+
return [
|
|
3133
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3134
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3135
|
+
];
|
|
3136
|
+
}).s("AppRunner", "UntagResource", {}).n("AppRunnerClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
3137
|
+
};
|
|
3138
|
+
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
3139
|
+
var UntagResourceCommand = _UntagResourceCommand;
|
|
3140
|
+
|
|
3141
|
+
// src/commands/UpdateDefaultAutoScalingConfigurationCommand.ts
|
|
3142
|
+
|
|
3143
|
+
|
|
3144
|
+
|
|
3145
|
+
|
|
3146
|
+
var _UpdateDefaultAutoScalingConfigurationCommand = class _UpdateDefaultAutoScalingConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3147
|
+
...commonParams
|
|
3148
|
+
}).m(function(Command, cs, config, o) {
|
|
3149
|
+
return [
|
|
3150
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3151
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3152
|
+
];
|
|
3153
|
+
}).s("AppRunner", "UpdateDefaultAutoScalingConfiguration", {}).n("AppRunnerClient", "UpdateDefaultAutoScalingConfigurationCommand").f(void 0, void 0).ser(se_UpdateDefaultAutoScalingConfigurationCommand).de(de_UpdateDefaultAutoScalingConfigurationCommand).build() {
|
|
3154
|
+
};
|
|
3155
|
+
__name(_UpdateDefaultAutoScalingConfigurationCommand, "UpdateDefaultAutoScalingConfigurationCommand");
|
|
3156
|
+
var UpdateDefaultAutoScalingConfigurationCommand = _UpdateDefaultAutoScalingConfigurationCommand;
|
|
3157
|
+
|
|
3158
|
+
// src/commands/UpdateServiceCommand.ts
|
|
3159
|
+
|
|
3160
|
+
|
|
3161
|
+
|
|
3162
|
+
|
|
3163
|
+
var _UpdateServiceCommand = class _UpdateServiceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3164
|
+
...commonParams
|
|
3165
|
+
}).m(function(Command, cs, config, o) {
|
|
3166
|
+
return [
|
|
3167
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3168
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3169
|
+
];
|
|
3170
|
+
}).s("AppRunner", "UpdateService", {}).n("AppRunnerClient", "UpdateServiceCommand").f(UpdateServiceRequestFilterSensitiveLog, UpdateServiceResponseFilterSensitiveLog).ser(se_UpdateServiceCommand).de(de_UpdateServiceCommand).build() {
|
|
3171
|
+
};
|
|
3172
|
+
__name(_UpdateServiceCommand, "UpdateServiceCommand");
|
|
3173
|
+
var UpdateServiceCommand = _UpdateServiceCommand;
|
|
3174
|
+
|
|
3175
|
+
// src/commands/UpdateVpcIngressConnectionCommand.ts
|
|
3176
|
+
|
|
3177
|
+
|
|
3178
|
+
|
|
3179
|
+
|
|
3180
|
+
var _UpdateVpcIngressConnectionCommand = class _UpdateVpcIngressConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3181
|
+
...commonParams
|
|
3182
|
+
}).m(function(Command, cs, config, o) {
|
|
3183
|
+
return [
|
|
3184
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3185
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3186
|
+
];
|
|
3187
|
+
}).s("AppRunner", "UpdateVpcIngressConnection", {}).n("AppRunnerClient", "UpdateVpcIngressConnectionCommand").f(void 0, void 0).ser(se_UpdateVpcIngressConnectionCommand).de(de_UpdateVpcIngressConnectionCommand).build() {
|
|
3188
|
+
};
|
|
3189
|
+
__name(_UpdateVpcIngressConnectionCommand, "UpdateVpcIngressConnectionCommand");
|
|
3190
|
+
var UpdateVpcIngressConnectionCommand = _UpdateVpcIngressConnectionCommand;
|
|
3191
|
+
|
|
3192
|
+
// src/AppRunner.ts
|
|
3193
|
+
var commands = {
|
|
3194
|
+
AssociateCustomDomainCommand,
|
|
3195
|
+
CreateAutoScalingConfigurationCommand,
|
|
3196
|
+
CreateConnectionCommand,
|
|
3197
|
+
CreateObservabilityConfigurationCommand,
|
|
3198
|
+
CreateServiceCommand,
|
|
3199
|
+
CreateVpcConnectorCommand,
|
|
3200
|
+
CreateVpcIngressConnectionCommand,
|
|
3201
|
+
DeleteAutoScalingConfigurationCommand,
|
|
3202
|
+
DeleteConnectionCommand,
|
|
3203
|
+
DeleteObservabilityConfigurationCommand,
|
|
3204
|
+
DeleteServiceCommand,
|
|
3205
|
+
DeleteVpcConnectorCommand,
|
|
3206
|
+
DeleteVpcIngressConnectionCommand,
|
|
3207
|
+
DescribeAutoScalingConfigurationCommand,
|
|
3208
|
+
DescribeCustomDomainsCommand,
|
|
3209
|
+
DescribeObservabilityConfigurationCommand,
|
|
3210
|
+
DescribeServiceCommand,
|
|
3211
|
+
DescribeVpcConnectorCommand,
|
|
3212
|
+
DescribeVpcIngressConnectionCommand,
|
|
3213
|
+
DisassociateCustomDomainCommand,
|
|
3214
|
+
ListAutoScalingConfigurationsCommand,
|
|
3215
|
+
ListConnectionsCommand,
|
|
3216
|
+
ListObservabilityConfigurationsCommand,
|
|
3217
|
+
ListOperationsCommand,
|
|
3218
|
+
ListServicesCommand,
|
|
3219
|
+
ListServicesForAutoScalingConfigurationCommand,
|
|
3220
|
+
ListTagsForResourceCommand,
|
|
3221
|
+
ListVpcConnectorsCommand,
|
|
3222
|
+
ListVpcIngressConnectionsCommand,
|
|
3223
|
+
PauseServiceCommand,
|
|
3224
|
+
ResumeServiceCommand,
|
|
3225
|
+
StartDeploymentCommand,
|
|
3226
|
+
TagResourceCommand,
|
|
3227
|
+
UntagResourceCommand,
|
|
3228
|
+
UpdateDefaultAutoScalingConfigurationCommand,
|
|
3229
|
+
UpdateServiceCommand,
|
|
3230
|
+
UpdateVpcIngressConnectionCommand
|
|
3231
|
+
};
|
|
3232
|
+
var _AppRunner = class _AppRunner extends AppRunnerClient {
|
|
3233
|
+
};
|
|
3234
|
+
__name(_AppRunner, "AppRunner");
|
|
3235
|
+
var AppRunner = _AppRunner;
|
|
3236
|
+
(0, import_smithy_client.createAggregatedClient)(commands, AppRunner);
|
|
3237
|
+
|
|
3238
|
+
// src/pagination/DescribeCustomDomainsPaginator.ts
|
|
3239
|
+
var import_core = require("@smithy/core");
|
|
3240
|
+
var paginateDescribeCustomDomains = (0, import_core.createPaginator)(AppRunnerClient, DescribeCustomDomainsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3241
|
+
|
|
3242
|
+
// src/pagination/ListAutoScalingConfigurationsPaginator.ts
|
|
3243
|
+
|
|
3244
|
+
var paginateListAutoScalingConfigurations = (0, import_core.createPaginator)(AppRunnerClient, ListAutoScalingConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3245
|
+
|
|
3246
|
+
// src/pagination/ListConnectionsPaginator.ts
|
|
3247
|
+
|
|
3248
|
+
var paginateListConnections = (0, import_core.createPaginator)(AppRunnerClient, ListConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3249
|
+
|
|
3250
|
+
// src/pagination/ListObservabilityConfigurationsPaginator.ts
|
|
3251
|
+
|
|
3252
|
+
var paginateListObservabilityConfigurations = (0, import_core.createPaginator)(AppRunnerClient, ListObservabilityConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3253
|
+
|
|
3254
|
+
// src/pagination/ListOperationsPaginator.ts
|
|
3255
|
+
|
|
3256
|
+
var paginateListOperations = (0, import_core.createPaginator)(AppRunnerClient, ListOperationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3257
|
+
|
|
3258
|
+
// src/pagination/ListServicesForAutoScalingConfigurationPaginator.ts
|
|
3259
|
+
|
|
3260
|
+
var paginateListServicesForAutoScalingConfiguration = (0, import_core.createPaginator)(AppRunnerClient, ListServicesForAutoScalingConfigurationCommand, "NextToken", "NextToken", "MaxResults");
|
|
3261
|
+
|
|
3262
|
+
// src/pagination/ListServicesPaginator.ts
|
|
3263
|
+
|
|
3264
|
+
var paginateListServices = (0, import_core.createPaginator)(AppRunnerClient, ListServicesCommand, "NextToken", "NextToken", "MaxResults");
|
|
3265
|
+
|
|
3266
|
+
// src/pagination/ListVpcConnectorsPaginator.ts
|
|
3267
|
+
|
|
3268
|
+
var paginateListVpcConnectors = (0, import_core.createPaginator)(AppRunnerClient, ListVpcConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3269
|
+
|
|
3270
|
+
// src/pagination/ListVpcIngressConnectionsPaginator.ts
|
|
3271
|
+
|
|
3272
|
+
var paginateListVpcIngressConnections = (0, import_core.createPaginator)(AppRunnerClient, ListVpcIngressConnectionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
3273
|
+
|
|
3274
|
+
// src/index.ts
|
|
3275
|
+
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
3276
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
3277
|
+
|
|
3278
|
+
0 && (module.exports = {
|
|
3279
|
+
AppRunner,
|
|
3280
|
+
AppRunnerClient,
|
|
3281
|
+
AppRunnerServiceException,
|
|
3282
|
+
AssociateCustomDomainCommand,
|
|
3283
|
+
AutoScalingConfigurationStatus,
|
|
3284
|
+
CertificateValidationRecordStatus,
|
|
3285
|
+
CodeConfigurationFilterSensitiveLog,
|
|
3286
|
+
CodeConfigurationValuesFilterSensitiveLog,
|
|
3287
|
+
CodeRepositoryFilterSensitiveLog,
|
|
3288
|
+
ConfigurationSource,
|
|
3289
|
+
ConnectionStatus,
|
|
3290
|
+
CreateAutoScalingConfigurationCommand,
|
|
3291
|
+
CreateConnectionCommand,
|
|
3292
|
+
CreateObservabilityConfigurationCommand,
|
|
3293
|
+
CreateServiceCommand,
|
|
3294
|
+
CreateServiceRequestFilterSensitiveLog,
|
|
3295
|
+
CreateServiceResponseFilterSensitiveLog,
|
|
3296
|
+
CreateVpcConnectorCommand,
|
|
3297
|
+
CreateVpcIngressConnectionCommand,
|
|
3298
|
+
CustomDomainAssociationStatus,
|
|
3299
|
+
DeleteAutoScalingConfigurationCommand,
|
|
3300
|
+
DeleteConnectionCommand,
|
|
3301
|
+
DeleteObservabilityConfigurationCommand,
|
|
3302
|
+
DeleteServiceCommand,
|
|
3303
|
+
DeleteServiceResponseFilterSensitiveLog,
|
|
3304
|
+
DeleteVpcConnectorCommand,
|
|
3305
|
+
DeleteVpcIngressConnectionCommand,
|
|
3306
|
+
DescribeAutoScalingConfigurationCommand,
|
|
3307
|
+
DescribeCustomDomainsCommand,
|
|
3308
|
+
DescribeObservabilityConfigurationCommand,
|
|
3309
|
+
DescribeServiceCommand,
|
|
3310
|
+
DescribeServiceResponseFilterSensitiveLog,
|
|
3311
|
+
DescribeVpcConnectorCommand,
|
|
3312
|
+
DescribeVpcIngressConnectionCommand,
|
|
3313
|
+
DisassociateCustomDomainCommand,
|
|
3314
|
+
EgressType,
|
|
3315
|
+
HealthCheckProtocol,
|
|
3316
|
+
ImageConfigurationFilterSensitiveLog,
|
|
3317
|
+
ImageRepositoryFilterSensitiveLog,
|
|
3318
|
+
ImageRepositoryType,
|
|
3319
|
+
InternalServiceErrorException,
|
|
3320
|
+
InvalidRequestException,
|
|
3321
|
+
InvalidStateException,
|
|
3322
|
+
IpAddressType,
|
|
3323
|
+
ListAutoScalingConfigurationsCommand,
|
|
3324
|
+
ListConnectionsCommand,
|
|
3325
|
+
ListObservabilityConfigurationsCommand,
|
|
3326
|
+
ListOperationsCommand,
|
|
3327
|
+
ListServicesCommand,
|
|
3328
|
+
ListServicesForAutoScalingConfigurationCommand,
|
|
3329
|
+
ListTagsForResourceCommand,
|
|
3330
|
+
ListVpcConnectorsCommand,
|
|
3331
|
+
ListVpcIngressConnectionsCommand,
|
|
3332
|
+
ObservabilityConfigurationStatus,
|
|
3333
|
+
OperationStatus,
|
|
3334
|
+
OperationType,
|
|
3335
|
+
PauseServiceCommand,
|
|
3336
|
+
PauseServiceResponseFilterSensitiveLog,
|
|
3337
|
+
ProviderType,
|
|
3338
|
+
ResourceNotFoundException,
|
|
3339
|
+
ResumeServiceCommand,
|
|
3340
|
+
ResumeServiceResponseFilterSensitiveLog,
|
|
3341
|
+
Runtime,
|
|
3342
|
+
ServiceFilterSensitiveLog,
|
|
3343
|
+
ServiceQuotaExceededException,
|
|
3344
|
+
ServiceStatus,
|
|
3345
|
+
SourceCodeVersionType,
|
|
3346
|
+
SourceConfigurationFilterSensitiveLog,
|
|
3347
|
+
StartDeploymentCommand,
|
|
3348
|
+
TagResourceCommand,
|
|
3349
|
+
TracingVendor,
|
|
3350
|
+
UntagResourceCommand,
|
|
3351
|
+
UpdateDefaultAutoScalingConfigurationCommand,
|
|
3352
|
+
UpdateServiceCommand,
|
|
3353
|
+
UpdateServiceRequestFilterSensitiveLog,
|
|
3354
|
+
UpdateServiceResponseFilterSensitiveLog,
|
|
3355
|
+
UpdateVpcIngressConnectionCommand,
|
|
3356
|
+
VpcConnectorStatus,
|
|
3357
|
+
VpcIngressConnectionStatus,
|
|
3358
|
+
__Client,
|
|
3359
|
+
paginateDescribeCustomDomains,
|
|
3360
|
+
paginateListAutoScalingConfigurations,
|
|
3361
|
+
paginateListConnections,
|
|
3362
|
+
paginateListObservabilityConfigurations,
|
|
3363
|
+
paginateListOperations,
|
|
3364
|
+
paginateListServices,
|
|
3365
|
+
paginateListServicesForAutoScalingConfiguration,
|
|
3366
|
+
paginateListVpcConnectors,
|
|
3367
|
+
paginateListVpcIngressConnections
|
|
3368
|
+
});
|
|
3369
|
+
|