@aws-sdk/client-apprunner 3.306.0 → 3.309.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/commands/AssociateCustomDomainCommand.js +2 -2
- package/dist-cjs/commands/CreateAutoScalingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
- package/dist-cjs/commands/CreateObservabilityConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateServiceCommand.js +2 -2
- package/dist-cjs/commands/CreateVpcConnectorCommand.js +2 -2
- package/dist-cjs/commands/CreateVpcIngressConnectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAutoScalingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
- package/dist-cjs/commands/DeleteObservabilityConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteServiceCommand.js +2 -2
- package/dist-cjs/commands/DeleteVpcConnectorCommand.js +2 -2
- package/dist-cjs/commands/DeleteVpcIngressConnectionCommand.js +2 -2
- package/dist-cjs/commands/DescribeAutoScalingConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeCustomDomainsCommand.js +2 -2
- package/dist-cjs/commands/DescribeObservabilityConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeServiceCommand.js +2 -2
- package/dist-cjs/commands/DescribeVpcConnectorCommand.js +2 -2
- package/dist-cjs/commands/DescribeVpcIngressConnectionCommand.js +2 -2
- package/dist-cjs/commands/DisassociateCustomDomainCommand.js +2 -2
- package/dist-cjs/commands/ListAutoScalingConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListConnectionsCommand.js +2 -2
- package/dist-cjs/commands/ListObservabilityConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListOperationsCommand.js +2 -2
- package/dist-cjs/commands/ListServicesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListVpcConnectorsCommand.js +2 -2
- package/dist-cjs/commands/ListVpcIngressConnectionsCommand.js +2 -2
- package/dist-cjs/commands/PauseServiceCommand.js +2 -2
- package/dist-cjs/commands/ResumeServiceCommand.js +2 -2
- package/dist-cjs/commands/StartDeploymentCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateServiceCommand.js +2 -2
- package/dist-cjs/commands/UpdateVpcIngressConnectionCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_0.js +658 -694
- package/dist-es/commands/AssociateCustomDomainCommand.js +3 -3
- package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateConnectionCommand.js +3 -3
- package/dist-es/commands/CreateObservabilityConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateServiceCommand.js +3 -3
- package/dist-es/commands/CreateVpcConnectorCommand.js +3 -3
- package/dist-es/commands/CreateVpcIngressConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteConnectionCommand.js +3 -3
- package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteServiceCommand.js +3 -3
- package/dist-es/commands/DeleteVpcConnectorCommand.js +3 -3
- package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +3 -3
- package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeCustomDomainsCommand.js +3 -3
- package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeServiceCommand.js +3 -3
- package/dist-es/commands/DescribeVpcConnectorCommand.js +3 -3
- package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +3 -3
- package/dist-es/commands/DisassociateCustomDomainCommand.js +3 -3
- package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListConnectionsCommand.js +3 -3
- package/dist-es/commands/ListObservabilityConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListOperationsCommand.js +3 -3
- package/dist-es/commands/ListServicesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListVpcConnectorsCommand.js +3 -3
- package/dist-es/commands/ListVpcIngressConnectionsCommand.js +3 -3
- package/dist-es/commands/PauseServiceCommand.js +3 -3
- package/dist-es/commands/ResumeServiceCommand.js +3 -3
- package/dist-es/commands/StartDeploymentCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateServiceCommand.js +3 -3
- package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_0.js +586 -622
- package/dist-types/protocols/Aws_json1_0.d.ts +280 -70
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +70 -70
- package/package.json +6 -6
|
@@ -2,335 +2,335 @@ import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
|
2
2
|
import { decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, parseEpochTimestamp as __parseEpochTimestamp, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { AppRunnerServiceException as __BaseException } from "../models/AppRunnerServiceException";
|
|
4
4
|
import { InternalServiceErrorException, InvalidRequestException, InvalidStateException, ResourceNotFoundException, ServiceQuotaExceededException, } from "../models/models_0";
|
|
5
|
-
export const
|
|
5
|
+
export const se_AssociateCustomDomainCommand = async (input, context) => {
|
|
6
6
|
const headers = {
|
|
7
7
|
"content-type": "application/x-amz-json-1.0",
|
|
8
8
|
"x-amz-target": "AppRunner.AssociateCustomDomain",
|
|
9
9
|
};
|
|
10
10
|
let body;
|
|
11
|
-
body = JSON.stringify(
|
|
11
|
+
body = JSON.stringify(se_AssociateCustomDomainRequest(input, context));
|
|
12
12
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
13
13
|
};
|
|
14
|
-
export const
|
|
14
|
+
export const se_CreateAutoScalingConfigurationCommand = async (input, context) => {
|
|
15
15
|
const headers = {
|
|
16
16
|
"content-type": "application/x-amz-json-1.0",
|
|
17
17
|
"x-amz-target": "AppRunner.CreateAutoScalingConfiguration",
|
|
18
18
|
};
|
|
19
19
|
let body;
|
|
20
|
-
body = JSON.stringify(
|
|
20
|
+
body = JSON.stringify(se_CreateAutoScalingConfigurationRequest(input, context));
|
|
21
21
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
22
22
|
};
|
|
23
|
-
export const
|
|
23
|
+
export const se_CreateConnectionCommand = async (input, context) => {
|
|
24
24
|
const headers = {
|
|
25
25
|
"content-type": "application/x-amz-json-1.0",
|
|
26
26
|
"x-amz-target": "AppRunner.CreateConnection",
|
|
27
27
|
};
|
|
28
28
|
let body;
|
|
29
|
-
body = JSON.stringify(
|
|
29
|
+
body = JSON.stringify(se_CreateConnectionRequest(input, context));
|
|
30
30
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
31
31
|
};
|
|
32
|
-
export const
|
|
32
|
+
export const se_CreateObservabilityConfigurationCommand = async (input, context) => {
|
|
33
33
|
const headers = {
|
|
34
34
|
"content-type": "application/x-amz-json-1.0",
|
|
35
35
|
"x-amz-target": "AppRunner.CreateObservabilityConfiguration",
|
|
36
36
|
};
|
|
37
37
|
let body;
|
|
38
|
-
body = JSON.stringify(
|
|
38
|
+
body = JSON.stringify(se_CreateObservabilityConfigurationRequest(input, context));
|
|
39
39
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
40
40
|
};
|
|
41
|
-
export const
|
|
41
|
+
export const se_CreateServiceCommand = async (input, context) => {
|
|
42
42
|
const headers = {
|
|
43
43
|
"content-type": "application/x-amz-json-1.0",
|
|
44
44
|
"x-amz-target": "AppRunner.CreateService",
|
|
45
45
|
};
|
|
46
46
|
let body;
|
|
47
|
-
body = JSON.stringify(
|
|
47
|
+
body = JSON.stringify(se_CreateServiceRequest(input, context));
|
|
48
48
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
49
49
|
};
|
|
50
|
-
export const
|
|
50
|
+
export const se_CreateVpcConnectorCommand = async (input, context) => {
|
|
51
51
|
const headers = {
|
|
52
52
|
"content-type": "application/x-amz-json-1.0",
|
|
53
53
|
"x-amz-target": "AppRunner.CreateVpcConnector",
|
|
54
54
|
};
|
|
55
55
|
let body;
|
|
56
|
-
body = JSON.stringify(
|
|
56
|
+
body = JSON.stringify(se_CreateVpcConnectorRequest(input, context));
|
|
57
57
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
58
58
|
};
|
|
59
|
-
export const
|
|
59
|
+
export const se_CreateVpcIngressConnectionCommand = async (input, context) => {
|
|
60
60
|
const headers = {
|
|
61
61
|
"content-type": "application/x-amz-json-1.0",
|
|
62
62
|
"x-amz-target": "AppRunner.CreateVpcIngressConnection",
|
|
63
63
|
};
|
|
64
64
|
let body;
|
|
65
|
-
body = JSON.stringify(
|
|
65
|
+
body = JSON.stringify(se_CreateVpcIngressConnectionRequest(input, context));
|
|
66
66
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
67
67
|
};
|
|
68
|
-
export const
|
|
68
|
+
export const se_DeleteAutoScalingConfigurationCommand = async (input, context) => {
|
|
69
69
|
const headers = {
|
|
70
70
|
"content-type": "application/x-amz-json-1.0",
|
|
71
71
|
"x-amz-target": "AppRunner.DeleteAutoScalingConfiguration",
|
|
72
72
|
};
|
|
73
73
|
let body;
|
|
74
|
-
body = JSON.stringify(
|
|
74
|
+
body = JSON.stringify(se_DeleteAutoScalingConfigurationRequest(input, context));
|
|
75
75
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
76
76
|
};
|
|
77
|
-
export const
|
|
77
|
+
export const se_DeleteConnectionCommand = async (input, context) => {
|
|
78
78
|
const headers = {
|
|
79
79
|
"content-type": "application/x-amz-json-1.0",
|
|
80
80
|
"x-amz-target": "AppRunner.DeleteConnection",
|
|
81
81
|
};
|
|
82
82
|
let body;
|
|
83
|
-
body = JSON.stringify(
|
|
83
|
+
body = JSON.stringify(se_DeleteConnectionRequest(input, context));
|
|
84
84
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
85
85
|
};
|
|
86
|
-
export const
|
|
86
|
+
export const se_DeleteObservabilityConfigurationCommand = async (input, context) => {
|
|
87
87
|
const headers = {
|
|
88
88
|
"content-type": "application/x-amz-json-1.0",
|
|
89
89
|
"x-amz-target": "AppRunner.DeleteObservabilityConfiguration",
|
|
90
90
|
};
|
|
91
91
|
let body;
|
|
92
|
-
body = JSON.stringify(
|
|
92
|
+
body = JSON.stringify(se_DeleteObservabilityConfigurationRequest(input, context));
|
|
93
93
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
94
94
|
};
|
|
95
|
-
export const
|
|
95
|
+
export const se_DeleteServiceCommand = async (input, context) => {
|
|
96
96
|
const headers = {
|
|
97
97
|
"content-type": "application/x-amz-json-1.0",
|
|
98
98
|
"x-amz-target": "AppRunner.DeleteService",
|
|
99
99
|
};
|
|
100
100
|
let body;
|
|
101
|
-
body = JSON.stringify(
|
|
101
|
+
body = JSON.stringify(se_DeleteServiceRequest(input, context));
|
|
102
102
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
103
103
|
};
|
|
104
|
-
export const
|
|
104
|
+
export const se_DeleteVpcConnectorCommand = async (input, context) => {
|
|
105
105
|
const headers = {
|
|
106
106
|
"content-type": "application/x-amz-json-1.0",
|
|
107
107
|
"x-amz-target": "AppRunner.DeleteVpcConnector",
|
|
108
108
|
};
|
|
109
109
|
let body;
|
|
110
|
-
body = JSON.stringify(
|
|
110
|
+
body = JSON.stringify(se_DeleteVpcConnectorRequest(input, context));
|
|
111
111
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
112
112
|
};
|
|
113
|
-
export const
|
|
113
|
+
export const se_DeleteVpcIngressConnectionCommand = async (input, context) => {
|
|
114
114
|
const headers = {
|
|
115
115
|
"content-type": "application/x-amz-json-1.0",
|
|
116
116
|
"x-amz-target": "AppRunner.DeleteVpcIngressConnection",
|
|
117
117
|
};
|
|
118
118
|
let body;
|
|
119
|
-
body = JSON.stringify(
|
|
119
|
+
body = JSON.stringify(se_DeleteVpcIngressConnectionRequest(input, context));
|
|
120
120
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
121
121
|
};
|
|
122
|
-
export const
|
|
122
|
+
export const se_DescribeAutoScalingConfigurationCommand = async (input, context) => {
|
|
123
123
|
const headers = {
|
|
124
124
|
"content-type": "application/x-amz-json-1.0",
|
|
125
125
|
"x-amz-target": "AppRunner.DescribeAutoScalingConfiguration",
|
|
126
126
|
};
|
|
127
127
|
let body;
|
|
128
|
-
body = JSON.stringify(
|
|
128
|
+
body = JSON.stringify(se_DescribeAutoScalingConfigurationRequest(input, context));
|
|
129
129
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
130
130
|
};
|
|
131
|
-
export const
|
|
131
|
+
export const se_DescribeCustomDomainsCommand = async (input, context) => {
|
|
132
132
|
const headers = {
|
|
133
133
|
"content-type": "application/x-amz-json-1.0",
|
|
134
134
|
"x-amz-target": "AppRunner.DescribeCustomDomains",
|
|
135
135
|
};
|
|
136
136
|
let body;
|
|
137
|
-
body = JSON.stringify(
|
|
137
|
+
body = JSON.stringify(se_DescribeCustomDomainsRequest(input, context));
|
|
138
138
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
139
139
|
};
|
|
140
|
-
export const
|
|
140
|
+
export const se_DescribeObservabilityConfigurationCommand = async (input, context) => {
|
|
141
141
|
const headers = {
|
|
142
142
|
"content-type": "application/x-amz-json-1.0",
|
|
143
143
|
"x-amz-target": "AppRunner.DescribeObservabilityConfiguration",
|
|
144
144
|
};
|
|
145
145
|
let body;
|
|
146
|
-
body = JSON.stringify(
|
|
146
|
+
body = JSON.stringify(se_DescribeObservabilityConfigurationRequest(input, context));
|
|
147
147
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
148
148
|
};
|
|
149
|
-
export const
|
|
149
|
+
export const se_DescribeServiceCommand = async (input, context) => {
|
|
150
150
|
const headers = {
|
|
151
151
|
"content-type": "application/x-amz-json-1.0",
|
|
152
152
|
"x-amz-target": "AppRunner.DescribeService",
|
|
153
153
|
};
|
|
154
154
|
let body;
|
|
155
|
-
body = JSON.stringify(
|
|
155
|
+
body = JSON.stringify(se_DescribeServiceRequest(input, context));
|
|
156
156
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
157
157
|
};
|
|
158
|
-
export const
|
|
158
|
+
export const se_DescribeVpcConnectorCommand = async (input, context) => {
|
|
159
159
|
const headers = {
|
|
160
160
|
"content-type": "application/x-amz-json-1.0",
|
|
161
161
|
"x-amz-target": "AppRunner.DescribeVpcConnector",
|
|
162
162
|
};
|
|
163
163
|
let body;
|
|
164
|
-
body = JSON.stringify(
|
|
164
|
+
body = JSON.stringify(se_DescribeVpcConnectorRequest(input, context));
|
|
165
165
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
166
166
|
};
|
|
167
|
-
export const
|
|
167
|
+
export const se_DescribeVpcIngressConnectionCommand = async (input, context) => {
|
|
168
168
|
const headers = {
|
|
169
169
|
"content-type": "application/x-amz-json-1.0",
|
|
170
170
|
"x-amz-target": "AppRunner.DescribeVpcIngressConnection",
|
|
171
171
|
};
|
|
172
172
|
let body;
|
|
173
|
-
body = JSON.stringify(
|
|
173
|
+
body = JSON.stringify(se_DescribeVpcIngressConnectionRequest(input, context));
|
|
174
174
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
175
175
|
};
|
|
176
|
-
export const
|
|
176
|
+
export const se_DisassociateCustomDomainCommand = async (input, context) => {
|
|
177
177
|
const headers = {
|
|
178
178
|
"content-type": "application/x-amz-json-1.0",
|
|
179
179
|
"x-amz-target": "AppRunner.DisassociateCustomDomain",
|
|
180
180
|
};
|
|
181
181
|
let body;
|
|
182
|
-
body = JSON.stringify(
|
|
182
|
+
body = JSON.stringify(se_DisassociateCustomDomainRequest(input, context));
|
|
183
183
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
184
184
|
};
|
|
185
|
-
export const
|
|
185
|
+
export const se_ListAutoScalingConfigurationsCommand = async (input, context) => {
|
|
186
186
|
const headers = {
|
|
187
187
|
"content-type": "application/x-amz-json-1.0",
|
|
188
188
|
"x-amz-target": "AppRunner.ListAutoScalingConfigurations",
|
|
189
189
|
};
|
|
190
190
|
let body;
|
|
191
|
-
body = JSON.stringify(
|
|
191
|
+
body = JSON.stringify(se_ListAutoScalingConfigurationsRequest(input, context));
|
|
192
192
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
193
193
|
};
|
|
194
|
-
export const
|
|
194
|
+
export const se_ListConnectionsCommand = async (input, context) => {
|
|
195
195
|
const headers = {
|
|
196
196
|
"content-type": "application/x-amz-json-1.0",
|
|
197
197
|
"x-amz-target": "AppRunner.ListConnections",
|
|
198
198
|
};
|
|
199
199
|
let body;
|
|
200
|
-
body = JSON.stringify(
|
|
200
|
+
body = JSON.stringify(se_ListConnectionsRequest(input, context));
|
|
201
201
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
202
202
|
};
|
|
203
|
-
export const
|
|
203
|
+
export const se_ListObservabilityConfigurationsCommand = async (input, context) => {
|
|
204
204
|
const headers = {
|
|
205
205
|
"content-type": "application/x-amz-json-1.0",
|
|
206
206
|
"x-amz-target": "AppRunner.ListObservabilityConfigurations",
|
|
207
207
|
};
|
|
208
208
|
let body;
|
|
209
|
-
body = JSON.stringify(
|
|
209
|
+
body = JSON.stringify(se_ListObservabilityConfigurationsRequest(input, context));
|
|
210
210
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
211
211
|
};
|
|
212
|
-
export const
|
|
212
|
+
export const se_ListOperationsCommand = async (input, context) => {
|
|
213
213
|
const headers = {
|
|
214
214
|
"content-type": "application/x-amz-json-1.0",
|
|
215
215
|
"x-amz-target": "AppRunner.ListOperations",
|
|
216
216
|
};
|
|
217
217
|
let body;
|
|
218
|
-
body = JSON.stringify(
|
|
218
|
+
body = JSON.stringify(se_ListOperationsRequest(input, context));
|
|
219
219
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
220
220
|
};
|
|
221
|
-
export const
|
|
221
|
+
export const se_ListServicesCommand = async (input, context) => {
|
|
222
222
|
const headers = {
|
|
223
223
|
"content-type": "application/x-amz-json-1.0",
|
|
224
224
|
"x-amz-target": "AppRunner.ListServices",
|
|
225
225
|
};
|
|
226
226
|
let body;
|
|
227
|
-
body = JSON.stringify(
|
|
227
|
+
body = JSON.stringify(se_ListServicesRequest(input, context));
|
|
228
228
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
229
229
|
};
|
|
230
|
-
export const
|
|
230
|
+
export const se_ListTagsForResourceCommand = async (input, context) => {
|
|
231
231
|
const headers = {
|
|
232
232
|
"content-type": "application/x-amz-json-1.0",
|
|
233
233
|
"x-amz-target": "AppRunner.ListTagsForResource",
|
|
234
234
|
};
|
|
235
235
|
let body;
|
|
236
|
-
body = JSON.stringify(
|
|
236
|
+
body = JSON.stringify(se_ListTagsForResourceRequest(input, context));
|
|
237
237
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
238
238
|
};
|
|
239
|
-
export const
|
|
239
|
+
export const se_ListVpcConnectorsCommand = async (input, context) => {
|
|
240
240
|
const headers = {
|
|
241
241
|
"content-type": "application/x-amz-json-1.0",
|
|
242
242
|
"x-amz-target": "AppRunner.ListVpcConnectors",
|
|
243
243
|
};
|
|
244
244
|
let body;
|
|
245
|
-
body = JSON.stringify(
|
|
245
|
+
body = JSON.stringify(se_ListVpcConnectorsRequest(input, context));
|
|
246
246
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
247
247
|
};
|
|
248
|
-
export const
|
|
248
|
+
export const se_ListVpcIngressConnectionsCommand = async (input, context) => {
|
|
249
249
|
const headers = {
|
|
250
250
|
"content-type": "application/x-amz-json-1.0",
|
|
251
251
|
"x-amz-target": "AppRunner.ListVpcIngressConnections",
|
|
252
252
|
};
|
|
253
253
|
let body;
|
|
254
|
-
body = JSON.stringify(
|
|
254
|
+
body = JSON.stringify(se_ListVpcIngressConnectionsRequest(input, context));
|
|
255
255
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
256
256
|
};
|
|
257
|
-
export const
|
|
257
|
+
export const se_PauseServiceCommand = async (input, context) => {
|
|
258
258
|
const headers = {
|
|
259
259
|
"content-type": "application/x-amz-json-1.0",
|
|
260
260
|
"x-amz-target": "AppRunner.PauseService",
|
|
261
261
|
};
|
|
262
262
|
let body;
|
|
263
|
-
body = JSON.stringify(
|
|
263
|
+
body = JSON.stringify(se_PauseServiceRequest(input, context));
|
|
264
264
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
265
265
|
};
|
|
266
|
-
export const
|
|
266
|
+
export const se_ResumeServiceCommand = async (input, context) => {
|
|
267
267
|
const headers = {
|
|
268
268
|
"content-type": "application/x-amz-json-1.0",
|
|
269
269
|
"x-amz-target": "AppRunner.ResumeService",
|
|
270
270
|
};
|
|
271
271
|
let body;
|
|
272
|
-
body = JSON.stringify(
|
|
272
|
+
body = JSON.stringify(se_ResumeServiceRequest(input, context));
|
|
273
273
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
274
274
|
};
|
|
275
|
-
export const
|
|
275
|
+
export const se_StartDeploymentCommand = async (input, context) => {
|
|
276
276
|
const headers = {
|
|
277
277
|
"content-type": "application/x-amz-json-1.0",
|
|
278
278
|
"x-amz-target": "AppRunner.StartDeployment",
|
|
279
279
|
};
|
|
280
280
|
let body;
|
|
281
|
-
body = JSON.stringify(
|
|
281
|
+
body = JSON.stringify(se_StartDeploymentRequest(input, context));
|
|
282
282
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
283
283
|
};
|
|
284
|
-
export const
|
|
284
|
+
export const se_TagResourceCommand = async (input, context) => {
|
|
285
285
|
const headers = {
|
|
286
286
|
"content-type": "application/x-amz-json-1.0",
|
|
287
287
|
"x-amz-target": "AppRunner.TagResource",
|
|
288
288
|
};
|
|
289
289
|
let body;
|
|
290
|
-
body = JSON.stringify(
|
|
290
|
+
body = JSON.stringify(se_TagResourceRequest(input, context));
|
|
291
291
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
292
292
|
};
|
|
293
|
-
export const
|
|
293
|
+
export const se_UntagResourceCommand = async (input, context) => {
|
|
294
294
|
const headers = {
|
|
295
295
|
"content-type": "application/x-amz-json-1.0",
|
|
296
296
|
"x-amz-target": "AppRunner.UntagResource",
|
|
297
297
|
};
|
|
298
298
|
let body;
|
|
299
|
-
body = JSON.stringify(
|
|
299
|
+
body = JSON.stringify(se_UntagResourceRequest(input, context));
|
|
300
300
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
301
301
|
};
|
|
302
|
-
export const
|
|
302
|
+
export const se_UpdateServiceCommand = async (input, context) => {
|
|
303
303
|
const headers = {
|
|
304
304
|
"content-type": "application/x-amz-json-1.0",
|
|
305
305
|
"x-amz-target": "AppRunner.UpdateService",
|
|
306
306
|
};
|
|
307
307
|
let body;
|
|
308
|
-
body = JSON.stringify(
|
|
308
|
+
body = JSON.stringify(se_UpdateServiceRequest(input, context));
|
|
309
309
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
310
310
|
};
|
|
311
|
-
export const
|
|
311
|
+
export const se_UpdateVpcIngressConnectionCommand = async (input, context) => {
|
|
312
312
|
const headers = {
|
|
313
313
|
"content-type": "application/x-amz-json-1.0",
|
|
314
314
|
"x-amz-target": "AppRunner.UpdateVpcIngressConnection",
|
|
315
315
|
};
|
|
316
316
|
let body;
|
|
317
|
-
body = JSON.stringify(
|
|
317
|
+
body = JSON.stringify(se_UpdateVpcIngressConnectionRequest(input, context));
|
|
318
318
|
return buildHttpRpcRequest(context, headers, "/", undefined, body);
|
|
319
319
|
};
|
|
320
|
-
export const
|
|
320
|
+
export const de_AssociateCustomDomainCommand = async (output, context) => {
|
|
321
321
|
if (output.statusCode >= 300) {
|
|
322
|
-
return
|
|
322
|
+
return de_AssociateCustomDomainCommandError(output, context);
|
|
323
323
|
}
|
|
324
324
|
const data = await parseBody(output.body, context);
|
|
325
325
|
let contents = {};
|
|
326
|
-
contents =
|
|
326
|
+
contents = de_AssociateCustomDomainResponse(data, context);
|
|
327
327
|
const response = {
|
|
328
328
|
$metadata: deserializeMetadata(output),
|
|
329
329
|
...contents,
|
|
330
330
|
};
|
|
331
331
|
return Promise.resolve(response);
|
|
332
332
|
};
|
|
333
|
-
const
|
|
333
|
+
const de_AssociateCustomDomainCommandError = async (output, context) => {
|
|
334
334
|
const parsedOutput = {
|
|
335
335
|
...output,
|
|
336
336
|
body: await parseErrorBody(output.body, context),
|
|
@@ -339,13 +339,13 @@ const deserializeAws_json1_0AssociateCustomDomainCommandError = async (output, c
|
|
|
339
339
|
switch (errorCode) {
|
|
340
340
|
case "InternalServiceErrorException":
|
|
341
341
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
342
|
-
throw await
|
|
342
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
343
343
|
case "InvalidRequestException":
|
|
344
344
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
345
|
-
throw await
|
|
345
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
346
346
|
case "InvalidStateException":
|
|
347
347
|
case "com.amazonaws.apprunner#InvalidStateException":
|
|
348
|
-
throw await
|
|
348
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
349
349
|
default:
|
|
350
350
|
const parsedBody = parsedOutput.body;
|
|
351
351
|
throwDefaultError({
|
|
@@ -356,20 +356,20 @@ const deserializeAws_json1_0AssociateCustomDomainCommandError = async (output, c
|
|
|
356
356
|
});
|
|
357
357
|
}
|
|
358
358
|
};
|
|
359
|
-
export const
|
|
359
|
+
export const de_CreateAutoScalingConfigurationCommand = async (output, context) => {
|
|
360
360
|
if (output.statusCode >= 300) {
|
|
361
|
-
return
|
|
361
|
+
return de_CreateAutoScalingConfigurationCommandError(output, context);
|
|
362
362
|
}
|
|
363
363
|
const data = await parseBody(output.body, context);
|
|
364
364
|
let contents = {};
|
|
365
|
-
contents =
|
|
365
|
+
contents = de_CreateAutoScalingConfigurationResponse(data, context);
|
|
366
366
|
const response = {
|
|
367
367
|
$metadata: deserializeMetadata(output),
|
|
368
368
|
...contents,
|
|
369
369
|
};
|
|
370
370
|
return Promise.resolve(response);
|
|
371
371
|
};
|
|
372
|
-
const
|
|
372
|
+
const de_CreateAutoScalingConfigurationCommandError = async (output, context) => {
|
|
373
373
|
const parsedOutput = {
|
|
374
374
|
...output,
|
|
375
375
|
body: await parseErrorBody(output.body, context),
|
|
@@ -378,13 +378,13 @@ const deserializeAws_json1_0CreateAutoScalingConfigurationCommandError = async (
|
|
|
378
378
|
switch (errorCode) {
|
|
379
379
|
case "InternalServiceErrorException":
|
|
380
380
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
381
|
-
throw await
|
|
381
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
382
382
|
case "InvalidRequestException":
|
|
383
383
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
384
|
-
throw await
|
|
384
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
385
385
|
case "ServiceQuotaExceededException":
|
|
386
386
|
case "com.amazonaws.apprunner#ServiceQuotaExceededException":
|
|
387
|
-
throw await
|
|
387
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
388
388
|
default:
|
|
389
389
|
const parsedBody = parsedOutput.body;
|
|
390
390
|
throwDefaultError({
|
|
@@ -395,20 +395,20 @@ const deserializeAws_json1_0CreateAutoScalingConfigurationCommandError = async (
|
|
|
395
395
|
});
|
|
396
396
|
}
|
|
397
397
|
};
|
|
398
|
-
export const
|
|
398
|
+
export const de_CreateConnectionCommand = async (output, context) => {
|
|
399
399
|
if (output.statusCode >= 300) {
|
|
400
|
-
return
|
|
400
|
+
return de_CreateConnectionCommandError(output, context);
|
|
401
401
|
}
|
|
402
402
|
const data = await parseBody(output.body, context);
|
|
403
403
|
let contents = {};
|
|
404
|
-
contents =
|
|
404
|
+
contents = de_CreateConnectionResponse(data, context);
|
|
405
405
|
const response = {
|
|
406
406
|
$metadata: deserializeMetadata(output),
|
|
407
407
|
...contents,
|
|
408
408
|
};
|
|
409
409
|
return Promise.resolve(response);
|
|
410
410
|
};
|
|
411
|
-
const
|
|
411
|
+
const de_CreateConnectionCommandError = async (output, context) => {
|
|
412
412
|
const parsedOutput = {
|
|
413
413
|
...output,
|
|
414
414
|
body: await parseErrorBody(output.body, context),
|
|
@@ -417,13 +417,13 @@ const deserializeAws_json1_0CreateConnectionCommandError = async (output, contex
|
|
|
417
417
|
switch (errorCode) {
|
|
418
418
|
case "InternalServiceErrorException":
|
|
419
419
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
420
|
-
throw await
|
|
420
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
421
421
|
case "InvalidRequestException":
|
|
422
422
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
423
|
-
throw await
|
|
423
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
424
424
|
case "ServiceQuotaExceededException":
|
|
425
425
|
case "com.amazonaws.apprunner#ServiceQuotaExceededException":
|
|
426
|
-
throw await
|
|
426
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
427
427
|
default:
|
|
428
428
|
const parsedBody = parsedOutput.body;
|
|
429
429
|
throwDefaultError({
|
|
@@ -434,20 +434,20 @@ const deserializeAws_json1_0CreateConnectionCommandError = async (output, contex
|
|
|
434
434
|
});
|
|
435
435
|
}
|
|
436
436
|
};
|
|
437
|
-
export const
|
|
437
|
+
export const de_CreateObservabilityConfigurationCommand = async (output, context) => {
|
|
438
438
|
if (output.statusCode >= 300) {
|
|
439
|
-
return
|
|
439
|
+
return de_CreateObservabilityConfigurationCommandError(output, context);
|
|
440
440
|
}
|
|
441
441
|
const data = await parseBody(output.body, context);
|
|
442
442
|
let contents = {};
|
|
443
|
-
contents =
|
|
443
|
+
contents = de_CreateObservabilityConfigurationResponse(data, context);
|
|
444
444
|
const response = {
|
|
445
445
|
$metadata: deserializeMetadata(output),
|
|
446
446
|
...contents,
|
|
447
447
|
};
|
|
448
448
|
return Promise.resolve(response);
|
|
449
449
|
};
|
|
450
|
-
const
|
|
450
|
+
const de_CreateObservabilityConfigurationCommandError = async (output, context) => {
|
|
451
451
|
const parsedOutput = {
|
|
452
452
|
...output,
|
|
453
453
|
body: await parseErrorBody(output.body, context),
|
|
@@ -456,13 +456,13 @@ const deserializeAws_json1_0CreateObservabilityConfigurationCommandError = async
|
|
|
456
456
|
switch (errorCode) {
|
|
457
457
|
case "InternalServiceErrorException":
|
|
458
458
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
459
|
-
throw await
|
|
459
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
460
460
|
case "InvalidRequestException":
|
|
461
461
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
462
|
-
throw await
|
|
462
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
463
463
|
case "ServiceQuotaExceededException":
|
|
464
464
|
case "com.amazonaws.apprunner#ServiceQuotaExceededException":
|
|
465
|
-
throw await
|
|
465
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
466
466
|
default:
|
|
467
467
|
const parsedBody = parsedOutput.body;
|
|
468
468
|
throwDefaultError({
|
|
@@ -473,20 +473,20 @@ const deserializeAws_json1_0CreateObservabilityConfigurationCommandError = async
|
|
|
473
473
|
});
|
|
474
474
|
}
|
|
475
475
|
};
|
|
476
|
-
export const
|
|
476
|
+
export const de_CreateServiceCommand = async (output, context) => {
|
|
477
477
|
if (output.statusCode >= 300) {
|
|
478
|
-
return
|
|
478
|
+
return de_CreateServiceCommandError(output, context);
|
|
479
479
|
}
|
|
480
480
|
const data = await parseBody(output.body, context);
|
|
481
481
|
let contents = {};
|
|
482
|
-
contents =
|
|
482
|
+
contents = de_CreateServiceResponse(data, context);
|
|
483
483
|
const response = {
|
|
484
484
|
$metadata: deserializeMetadata(output),
|
|
485
485
|
...contents,
|
|
486
486
|
};
|
|
487
487
|
return Promise.resolve(response);
|
|
488
488
|
};
|
|
489
|
-
const
|
|
489
|
+
const de_CreateServiceCommandError = async (output, context) => {
|
|
490
490
|
const parsedOutput = {
|
|
491
491
|
...output,
|
|
492
492
|
body: await parseErrorBody(output.body, context),
|
|
@@ -495,13 +495,13 @@ const deserializeAws_json1_0CreateServiceCommandError = async (output, context)
|
|
|
495
495
|
switch (errorCode) {
|
|
496
496
|
case "InternalServiceErrorException":
|
|
497
497
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
498
|
-
throw await
|
|
498
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
499
499
|
case "InvalidRequestException":
|
|
500
500
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
501
|
-
throw await
|
|
501
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
502
502
|
case "ServiceQuotaExceededException":
|
|
503
503
|
case "com.amazonaws.apprunner#ServiceQuotaExceededException":
|
|
504
|
-
throw await
|
|
504
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
505
505
|
default:
|
|
506
506
|
const parsedBody = parsedOutput.body;
|
|
507
507
|
throwDefaultError({
|
|
@@ -512,20 +512,20 @@ const deserializeAws_json1_0CreateServiceCommandError = async (output, context)
|
|
|
512
512
|
});
|
|
513
513
|
}
|
|
514
514
|
};
|
|
515
|
-
export const
|
|
515
|
+
export const de_CreateVpcConnectorCommand = async (output, context) => {
|
|
516
516
|
if (output.statusCode >= 300) {
|
|
517
|
-
return
|
|
517
|
+
return de_CreateVpcConnectorCommandError(output, context);
|
|
518
518
|
}
|
|
519
519
|
const data = await parseBody(output.body, context);
|
|
520
520
|
let contents = {};
|
|
521
|
-
contents =
|
|
521
|
+
contents = de_CreateVpcConnectorResponse(data, context);
|
|
522
522
|
const response = {
|
|
523
523
|
$metadata: deserializeMetadata(output),
|
|
524
524
|
...contents,
|
|
525
525
|
};
|
|
526
526
|
return Promise.resolve(response);
|
|
527
527
|
};
|
|
528
|
-
const
|
|
528
|
+
const de_CreateVpcConnectorCommandError = async (output, context) => {
|
|
529
529
|
const parsedOutput = {
|
|
530
530
|
...output,
|
|
531
531
|
body: await parseErrorBody(output.body, context),
|
|
@@ -534,13 +534,13 @@ const deserializeAws_json1_0CreateVpcConnectorCommandError = async (output, cont
|
|
|
534
534
|
switch (errorCode) {
|
|
535
535
|
case "InternalServiceErrorException":
|
|
536
536
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
537
|
-
throw await
|
|
537
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
538
538
|
case "InvalidRequestException":
|
|
539
539
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
540
|
-
throw await
|
|
540
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
541
541
|
case "ServiceQuotaExceededException":
|
|
542
542
|
case "com.amazonaws.apprunner#ServiceQuotaExceededException":
|
|
543
|
-
throw await
|
|
543
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
544
544
|
default:
|
|
545
545
|
const parsedBody = parsedOutput.body;
|
|
546
546
|
throwDefaultError({
|
|
@@ -551,20 +551,20 @@ const deserializeAws_json1_0CreateVpcConnectorCommandError = async (output, cont
|
|
|
551
551
|
});
|
|
552
552
|
}
|
|
553
553
|
};
|
|
554
|
-
export const
|
|
554
|
+
export const de_CreateVpcIngressConnectionCommand = async (output, context) => {
|
|
555
555
|
if (output.statusCode >= 300) {
|
|
556
|
-
return
|
|
556
|
+
return de_CreateVpcIngressConnectionCommandError(output, context);
|
|
557
557
|
}
|
|
558
558
|
const data = await parseBody(output.body, context);
|
|
559
559
|
let contents = {};
|
|
560
|
-
contents =
|
|
560
|
+
contents = de_CreateVpcIngressConnectionResponse(data, context);
|
|
561
561
|
const response = {
|
|
562
562
|
$metadata: deserializeMetadata(output),
|
|
563
563
|
...contents,
|
|
564
564
|
};
|
|
565
565
|
return Promise.resolve(response);
|
|
566
566
|
};
|
|
567
|
-
const
|
|
567
|
+
const de_CreateVpcIngressConnectionCommandError = async (output, context) => {
|
|
568
568
|
const parsedOutput = {
|
|
569
569
|
...output,
|
|
570
570
|
body: await parseErrorBody(output.body, context),
|
|
@@ -573,16 +573,16 @@ const deserializeAws_json1_0CreateVpcIngressConnectionCommandError = async (outp
|
|
|
573
573
|
switch (errorCode) {
|
|
574
574
|
case "InternalServiceErrorException":
|
|
575
575
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
576
|
-
throw await
|
|
576
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
577
577
|
case "InvalidRequestException":
|
|
578
578
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
579
|
-
throw await
|
|
579
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
580
580
|
case "InvalidStateException":
|
|
581
581
|
case "com.amazonaws.apprunner#InvalidStateException":
|
|
582
|
-
throw await
|
|
582
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
583
583
|
case "ServiceQuotaExceededException":
|
|
584
584
|
case "com.amazonaws.apprunner#ServiceQuotaExceededException":
|
|
585
|
-
throw await
|
|
585
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
586
586
|
default:
|
|
587
587
|
const parsedBody = parsedOutput.body;
|
|
588
588
|
throwDefaultError({
|
|
@@ -593,20 +593,20 @@ const deserializeAws_json1_0CreateVpcIngressConnectionCommandError = async (outp
|
|
|
593
593
|
});
|
|
594
594
|
}
|
|
595
595
|
};
|
|
596
|
-
export const
|
|
596
|
+
export const de_DeleteAutoScalingConfigurationCommand = async (output, context) => {
|
|
597
597
|
if (output.statusCode >= 300) {
|
|
598
|
-
return
|
|
598
|
+
return de_DeleteAutoScalingConfigurationCommandError(output, context);
|
|
599
599
|
}
|
|
600
600
|
const data = await parseBody(output.body, context);
|
|
601
601
|
let contents = {};
|
|
602
|
-
contents =
|
|
602
|
+
contents = de_DeleteAutoScalingConfigurationResponse(data, context);
|
|
603
603
|
const response = {
|
|
604
604
|
$metadata: deserializeMetadata(output),
|
|
605
605
|
...contents,
|
|
606
606
|
};
|
|
607
607
|
return Promise.resolve(response);
|
|
608
608
|
};
|
|
609
|
-
const
|
|
609
|
+
const de_DeleteAutoScalingConfigurationCommandError = async (output, context) => {
|
|
610
610
|
const parsedOutput = {
|
|
611
611
|
...output,
|
|
612
612
|
body: await parseErrorBody(output.body, context),
|
|
@@ -615,13 +615,13 @@ const deserializeAws_json1_0DeleteAutoScalingConfigurationCommandError = async (
|
|
|
615
615
|
switch (errorCode) {
|
|
616
616
|
case "InternalServiceErrorException":
|
|
617
617
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
618
|
-
throw await
|
|
618
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
619
619
|
case "InvalidRequestException":
|
|
620
620
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
621
|
-
throw await
|
|
621
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
622
622
|
case "ResourceNotFoundException":
|
|
623
623
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
624
|
-
throw await
|
|
624
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
625
625
|
default:
|
|
626
626
|
const parsedBody = parsedOutput.body;
|
|
627
627
|
throwDefaultError({
|
|
@@ -632,20 +632,20 @@ const deserializeAws_json1_0DeleteAutoScalingConfigurationCommandError = async (
|
|
|
632
632
|
});
|
|
633
633
|
}
|
|
634
634
|
};
|
|
635
|
-
export const
|
|
635
|
+
export const de_DeleteConnectionCommand = async (output, context) => {
|
|
636
636
|
if (output.statusCode >= 300) {
|
|
637
|
-
return
|
|
637
|
+
return de_DeleteConnectionCommandError(output, context);
|
|
638
638
|
}
|
|
639
639
|
const data = await parseBody(output.body, context);
|
|
640
640
|
let contents = {};
|
|
641
|
-
contents =
|
|
641
|
+
contents = de_DeleteConnectionResponse(data, context);
|
|
642
642
|
const response = {
|
|
643
643
|
$metadata: deserializeMetadata(output),
|
|
644
644
|
...contents,
|
|
645
645
|
};
|
|
646
646
|
return Promise.resolve(response);
|
|
647
647
|
};
|
|
648
|
-
const
|
|
648
|
+
const de_DeleteConnectionCommandError = async (output, context) => {
|
|
649
649
|
const parsedOutput = {
|
|
650
650
|
...output,
|
|
651
651
|
body: await parseErrorBody(output.body, context),
|
|
@@ -654,13 +654,13 @@ const deserializeAws_json1_0DeleteConnectionCommandError = async (output, contex
|
|
|
654
654
|
switch (errorCode) {
|
|
655
655
|
case "InternalServiceErrorException":
|
|
656
656
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
657
|
-
throw await
|
|
657
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
658
658
|
case "InvalidRequestException":
|
|
659
659
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
660
|
-
throw await
|
|
660
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
661
661
|
case "ResourceNotFoundException":
|
|
662
662
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
663
|
-
throw await
|
|
663
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
664
664
|
default:
|
|
665
665
|
const parsedBody = parsedOutput.body;
|
|
666
666
|
throwDefaultError({
|
|
@@ -671,20 +671,20 @@ const deserializeAws_json1_0DeleteConnectionCommandError = async (output, contex
|
|
|
671
671
|
});
|
|
672
672
|
}
|
|
673
673
|
};
|
|
674
|
-
export const
|
|
674
|
+
export const de_DeleteObservabilityConfigurationCommand = async (output, context) => {
|
|
675
675
|
if (output.statusCode >= 300) {
|
|
676
|
-
return
|
|
676
|
+
return de_DeleteObservabilityConfigurationCommandError(output, context);
|
|
677
677
|
}
|
|
678
678
|
const data = await parseBody(output.body, context);
|
|
679
679
|
let contents = {};
|
|
680
|
-
contents =
|
|
680
|
+
contents = de_DeleteObservabilityConfigurationResponse(data, context);
|
|
681
681
|
const response = {
|
|
682
682
|
$metadata: deserializeMetadata(output),
|
|
683
683
|
...contents,
|
|
684
684
|
};
|
|
685
685
|
return Promise.resolve(response);
|
|
686
686
|
};
|
|
687
|
-
const
|
|
687
|
+
const de_DeleteObservabilityConfigurationCommandError = async (output, context) => {
|
|
688
688
|
const parsedOutput = {
|
|
689
689
|
...output,
|
|
690
690
|
body: await parseErrorBody(output.body, context),
|
|
@@ -693,13 +693,13 @@ const deserializeAws_json1_0DeleteObservabilityConfigurationCommandError = async
|
|
|
693
693
|
switch (errorCode) {
|
|
694
694
|
case "InternalServiceErrorException":
|
|
695
695
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
696
|
-
throw await
|
|
696
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
697
697
|
case "InvalidRequestException":
|
|
698
698
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
699
|
-
throw await
|
|
699
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
700
700
|
case "ResourceNotFoundException":
|
|
701
701
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
702
|
-
throw await
|
|
702
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
703
703
|
default:
|
|
704
704
|
const parsedBody = parsedOutput.body;
|
|
705
705
|
throwDefaultError({
|
|
@@ -710,20 +710,20 @@ const deserializeAws_json1_0DeleteObservabilityConfigurationCommandError = async
|
|
|
710
710
|
});
|
|
711
711
|
}
|
|
712
712
|
};
|
|
713
|
-
export const
|
|
713
|
+
export const de_DeleteServiceCommand = async (output, context) => {
|
|
714
714
|
if (output.statusCode >= 300) {
|
|
715
|
-
return
|
|
715
|
+
return de_DeleteServiceCommandError(output, context);
|
|
716
716
|
}
|
|
717
717
|
const data = await parseBody(output.body, context);
|
|
718
718
|
let contents = {};
|
|
719
|
-
contents =
|
|
719
|
+
contents = de_DeleteServiceResponse(data, context);
|
|
720
720
|
const response = {
|
|
721
721
|
$metadata: deserializeMetadata(output),
|
|
722
722
|
...contents,
|
|
723
723
|
};
|
|
724
724
|
return Promise.resolve(response);
|
|
725
725
|
};
|
|
726
|
-
const
|
|
726
|
+
const de_DeleteServiceCommandError = async (output, context) => {
|
|
727
727
|
const parsedOutput = {
|
|
728
728
|
...output,
|
|
729
729
|
body: await parseErrorBody(output.body, context),
|
|
@@ -732,16 +732,16 @@ const deserializeAws_json1_0DeleteServiceCommandError = async (output, context)
|
|
|
732
732
|
switch (errorCode) {
|
|
733
733
|
case "InternalServiceErrorException":
|
|
734
734
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
735
|
-
throw await
|
|
735
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
736
736
|
case "InvalidRequestException":
|
|
737
737
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
738
|
-
throw await
|
|
738
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
739
739
|
case "InvalidStateException":
|
|
740
740
|
case "com.amazonaws.apprunner#InvalidStateException":
|
|
741
|
-
throw await
|
|
741
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
742
742
|
case "ResourceNotFoundException":
|
|
743
743
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
744
|
-
throw await
|
|
744
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
745
745
|
default:
|
|
746
746
|
const parsedBody = parsedOutput.body;
|
|
747
747
|
throwDefaultError({
|
|
@@ -752,20 +752,20 @@ const deserializeAws_json1_0DeleteServiceCommandError = async (output, context)
|
|
|
752
752
|
});
|
|
753
753
|
}
|
|
754
754
|
};
|
|
755
|
-
export const
|
|
755
|
+
export const de_DeleteVpcConnectorCommand = async (output, context) => {
|
|
756
756
|
if (output.statusCode >= 300) {
|
|
757
|
-
return
|
|
757
|
+
return de_DeleteVpcConnectorCommandError(output, context);
|
|
758
758
|
}
|
|
759
759
|
const data = await parseBody(output.body, context);
|
|
760
760
|
let contents = {};
|
|
761
|
-
contents =
|
|
761
|
+
contents = de_DeleteVpcConnectorResponse(data, context);
|
|
762
762
|
const response = {
|
|
763
763
|
$metadata: deserializeMetadata(output),
|
|
764
764
|
...contents,
|
|
765
765
|
};
|
|
766
766
|
return Promise.resolve(response);
|
|
767
767
|
};
|
|
768
|
-
const
|
|
768
|
+
const de_DeleteVpcConnectorCommandError = async (output, context) => {
|
|
769
769
|
const parsedOutput = {
|
|
770
770
|
...output,
|
|
771
771
|
body: await parseErrorBody(output.body, context),
|
|
@@ -774,13 +774,13 @@ const deserializeAws_json1_0DeleteVpcConnectorCommandError = async (output, cont
|
|
|
774
774
|
switch (errorCode) {
|
|
775
775
|
case "InternalServiceErrorException":
|
|
776
776
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
777
|
-
throw await
|
|
777
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
778
778
|
case "InvalidRequestException":
|
|
779
779
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
780
|
-
throw await
|
|
780
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
781
781
|
case "ResourceNotFoundException":
|
|
782
782
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
783
|
-
throw await
|
|
783
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
784
784
|
default:
|
|
785
785
|
const parsedBody = parsedOutput.body;
|
|
786
786
|
throwDefaultError({
|
|
@@ -791,20 +791,20 @@ const deserializeAws_json1_0DeleteVpcConnectorCommandError = async (output, cont
|
|
|
791
791
|
});
|
|
792
792
|
}
|
|
793
793
|
};
|
|
794
|
-
export const
|
|
794
|
+
export const de_DeleteVpcIngressConnectionCommand = async (output, context) => {
|
|
795
795
|
if (output.statusCode >= 300) {
|
|
796
|
-
return
|
|
796
|
+
return de_DeleteVpcIngressConnectionCommandError(output, context);
|
|
797
797
|
}
|
|
798
798
|
const data = await parseBody(output.body, context);
|
|
799
799
|
let contents = {};
|
|
800
|
-
contents =
|
|
800
|
+
contents = de_DeleteVpcIngressConnectionResponse(data, context);
|
|
801
801
|
const response = {
|
|
802
802
|
$metadata: deserializeMetadata(output),
|
|
803
803
|
...contents,
|
|
804
804
|
};
|
|
805
805
|
return Promise.resolve(response);
|
|
806
806
|
};
|
|
807
|
-
const
|
|
807
|
+
const de_DeleteVpcIngressConnectionCommandError = async (output, context) => {
|
|
808
808
|
const parsedOutput = {
|
|
809
809
|
...output,
|
|
810
810
|
body: await parseErrorBody(output.body, context),
|
|
@@ -813,16 +813,16 @@ const deserializeAws_json1_0DeleteVpcIngressConnectionCommandError = async (outp
|
|
|
813
813
|
switch (errorCode) {
|
|
814
814
|
case "InternalServiceErrorException":
|
|
815
815
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
816
|
-
throw await
|
|
816
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
817
817
|
case "InvalidRequestException":
|
|
818
818
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
819
|
-
throw await
|
|
819
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
820
820
|
case "InvalidStateException":
|
|
821
821
|
case "com.amazonaws.apprunner#InvalidStateException":
|
|
822
|
-
throw await
|
|
822
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
823
823
|
case "ResourceNotFoundException":
|
|
824
824
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
825
|
-
throw await
|
|
825
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
826
826
|
default:
|
|
827
827
|
const parsedBody = parsedOutput.body;
|
|
828
828
|
throwDefaultError({
|
|
@@ -833,20 +833,20 @@ const deserializeAws_json1_0DeleteVpcIngressConnectionCommandError = async (outp
|
|
|
833
833
|
});
|
|
834
834
|
}
|
|
835
835
|
};
|
|
836
|
-
export const
|
|
836
|
+
export const de_DescribeAutoScalingConfigurationCommand = async (output, context) => {
|
|
837
837
|
if (output.statusCode >= 300) {
|
|
838
|
-
return
|
|
838
|
+
return de_DescribeAutoScalingConfigurationCommandError(output, context);
|
|
839
839
|
}
|
|
840
840
|
const data = await parseBody(output.body, context);
|
|
841
841
|
let contents = {};
|
|
842
|
-
contents =
|
|
842
|
+
contents = de_DescribeAutoScalingConfigurationResponse(data, context);
|
|
843
843
|
const response = {
|
|
844
844
|
$metadata: deserializeMetadata(output),
|
|
845
845
|
...contents,
|
|
846
846
|
};
|
|
847
847
|
return Promise.resolve(response);
|
|
848
848
|
};
|
|
849
|
-
const
|
|
849
|
+
const de_DescribeAutoScalingConfigurationCommandError = async (output, context) => {
|
|
850
850
|
const parsedOutput = {
|
|
851
851
|
...output,
|
|
852
852
|
body: await parseErrorBody(output.body, context),
|
|
@@ -855,13 +855,13 @@ const deserializeAws_json1_0DescribeAutoScalingConfigurationCommandError = async
|
|
|
855
855
|
switch (errorCode) {
|
|
856
856
|
case "InternalServiceErrorException":
|
|
857
857
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
858
|
-
throw await
|
|
858
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
859
859
|
case "InvalidRequestException":
|
|
860
860
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
861
|
-
throw await
|
|
861
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
862
862
|
case "ResourceNotFoundException":
|
|
863
863
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
864
|
-
throw await
|
|
864
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
865
865
|
default:
|
|
866
866
|
const parsedBody = parsedOutput.body;
|
|
867
867
|
throwDefaultError({
|
|
@@ -872,20 +872,20 @@ const deserializeAws_json1_0DescribeAutoScalingConfigurationCommandError = async
|
|
|
872
872
|
});
|
|
873
873
|
}
|
|
874
874
|
};
|
|
875
|
-
export const
|
|
875
|
+
export const de_DescribeCustomDomainsCommand = async (output, context) => {
|
|
876
876
|
if (output.statusCode >= 300) {
|
|
877
|
-
return
|
|
877
|
+
return de_DescribeCustomDomainsCommandError(output, context);
|
|
878
878
|
}
|
|
879
879
|
const data = await parseBody(output.body, context);
|
|
880
880
|
let contents = {};
|
|
881
|
-
contents =
|
|
881
|
+
contents = de_DescribeCustomDomainsResponse(data, context);
|
|
882
882
|
const response = {
|
|
883
883
|
$metadata: deserializeMetadata(output),
|
|
884
884
|
...contents,
|
|
885
885
|
};
|
|
886
886
|
return Promise.resolve(response);
|
|
887
887
|
};
|
|
888
|
-
const
|
|
888
|
+
const de_DescribeCustomDomainsCommandError = async (output, context) => {
|
|
889
889
|
const parsedOutput = {
|
|
890
890
|
...output,
|
|
891
891
|
body: await parseErrorBody(output.body, context),
|
|
@@ -894,13 +894,13 @@ const deserializeAws_json1_0DescribeCustomDomainsCommandError = async (output, c
|
|
|
894
894
|
switch (errorCode) {
|
|
895
895
|
case "InternalServiceErrorException":
|
|
896
896
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
897
|
-
throw await
|
|
897
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
898
898
|
case "InvalidRequestException":
|
|
899
899
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
900
|
-
throw await
|
|
900
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
901
901
|
case "ResourceNotFoundException":
|
|
902
902
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
903
|
-
throw await
|
|
903
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
904
904
|
default:
|
|
905
905
|
const parsedBody = parsedOutput.body;
|
|
906
906
|
throwDefaultError({
|
|
@@ -911,20 +911,20 @@ const deserializeAws_json1_0DescribeCustomDomainsCommandError = async (output, c
|
|
|
911
911
|
});
|
|
912
912
|
}
|
|
913
913
|
};
|
|
914
|
-
export const
|
|
914
|
+
export const de_DescribeObservabilityConfigurationCommand = async (output, context) => {
|
|
915
915
|
if (output.statusCode >= 300) {
|
|
916
|
-
return
|
|
916
|
+
return de_DescribeObservabilityConfigurationCommandError(output, context);
|
|
917
917
|
}
|
|
918
918
|
const data = await parseBody(output.body, context);
|
|
919
919
|
let contents = {};
|
|
920
|
-
contents =
|
|
920
|
+
contents = de_DescribeObservabilityConfigurationResponse(data, context);
|
|
921
921
|
const response = {
|
|
922
922
|
$metadata: deserializeMetadata(output),
|
|
923
923
|
...contents,
|
|
924
924
|
};
|
|
925
925
|
return Promise.resolve(response);
|
|
926
926
|
};
|
|
927
|
-
const
|
|
927
|
+
const de_DescribeObservabilityConfigurationCommandError = async (output, context) => {
|
|
928
928
|
const parsedOutput = {
|
|
929
929
|
...output,
|
|
930
930
|
body: await parseErrorBody(output.body, context),
|
|
@@ -933,13 +933,13 @@ const deserializeAws_json1_0DescribeObservabilityConfigurationCommandError = asy
|
|
|
933
933
|
switch (errorCode) {
|
|
934
934
|
case "InternalServiceErrorException":
|
|
935
935
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
936
|
-
throw await
|
|
936
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
937
937
|
case "InvalidRequestException":
|
|
938
938
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
939
|
-
throw await
|
|
939
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
940
940
|
case "ResourceNotFoundException":
|
|
941
941
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
942
|
-
throw await
|
|
942
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
943
943
|
default:
|
|
944
944
|
const parsedBody = parsedOutput.body;
|
|
945
945
|
throwDefaultError({
|
|
@@ -950,20 +950,20 @@ const deserializeAws_json1_0DescribeObservabilityConfigurationCommandError = asy
|
|
|
950
950
|
});
|
|
951
951
|
}
|
|
952
952
|
};
|
|
953
|
-
export const
|
|
953
|
+
export const de_DescribeServiceCommand = async (output, context) => {
|
|
954
954
|
if (output.statusCode >= 300) {
|
|
955
|
-
return
|
|
955
|
+
return de_DescribeServiceCommandError(output, context);
|
|
956
956
|
}
|
|
957
957
|
const data = await parseBody(output.body, context);
|
|
958
958
|
let contents = {};
|
|
959
|
-
contents =
|
|
959
|
+
contents = de_DescribeServiceResponse(data, context);
|
|
960
960
|
const response = {
|
|
961
961
|
$metadata: deserializeMetadata(output),
|
|
962
962
|
...contents,
|
|
963
963
|
};
|
|
964
964
|
return Promise.resolve(response);
|
|
965
965
|
};
|
|
966
|
-
const
|
|
966
|
+
const de_DescribeServiceCommandError = async (output, context) => {
|
|
967
967
|
const parsedOutput = {
|
|
968
968
|
...output,
|
|
969
969
|
body: await parseErrorBody(output.body, context),
|
|
@@ -972,13 +972,13 @@ const deserializeAws_json1_0DescribeServiceCommandError = async (output, context
|
|
|
972
972
|
switch (errorCode) {
|
|
973
973
|
case "InternalServiceErrorException":
|
|
974
974
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
975
|
-
throw await
|
|
975
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
976
976
|
case "InvalidRequestException":
|
|
977
977
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
978
|
-
throw await
|
|
978
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
979
979
|
case "ResourceNotFoundException":
|
|
980
980
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
981
|
-
throw await
|
|
981
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
982
982
|
default:
|
|
983
983
|
const parsedBody = parsedOutput.body;
|
|
984
984
|
throwDefaultError({
|
|
@@ -989,20 +989,20 @@ const deserializeAws_json1_0DescribeServiceCommandError = async (output, context
|
|
|
989
989
|
});
|
|
990
990
|
}
|
|
991
991
|
};
|
|
992
|
-
export const
|
|
992
|
+
export const de_DescribeVpcConnectorCommand = async (output, context) => {
|
|
993
993
|
if (output.statusCode >= 300) {
|
|
994
|
-
return
|
|
994
|
+
return de_DescribeVpcConnectorCommandError(output, context);
|
|
995
995
|
}
|
|
996
996
|
const data = await parseBody(output.body, context);
|
|
997
997
|
let contents = {};
|
|
998
|
-
contents =
|
|
998
|
+
contents = de_DescribeVpcConnectorResponse(data, context);
|
|
999
999
|
const response = {
|
|
1000
1000
|
$metadata: deserializeMetadata(output),
|
|
1001
1001
|
...contents,
|
|
1002
1002
|
};
|
|
1003
1003
|
return Promise.resolve(response);
|
|
1004
1004
|
};
|
|
1005
|
-
const
|
|
1005
|
+
const de_DescribeVpcConnectorCommandError = async (output, context) => {
|
|
1006
1006
|
const parsedOutput = {
|
|
1007
1007
|
...output,
|
|
1008
1008
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1011,13 +1011,13 @@ const deserializeAws_json1_0DescribeVpcConnectorCommandError = async (output, co
|
|
|
1011
1011
|
switch (errorCode) {
|
|
1012
1012
|
case "InternalServiceErrorException":
|
|
1013
1013
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1014
|
-
throw await
|
|
1014
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1015
1015
|
case "InvalidRequestException":
|
|
1016
1016
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1017
|
-
throw await
|
|
1017
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1018
1018
|
case "ResourceNotFoundException":
|
|
1019
1019
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1020
|
-
throw await
|
|
1020
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1021
1021
|
default:
|
|
1022
1022
|
const parsedBody = parsedOutput.body;
|
|
1023
1023
|
throwDefaultError({
|
|
@@ -1028,20 +1028,20 @@ const deserializeAws_json1_0DescribeVpcConnectorCommandError = async (output, co
|
|
|
1028
1028
|
});
|
|
1029
1029
|
}
|
|
1030
1030
|
};
|
|
1031
|
-
export const
|
|
1031
|
+
export const de_DescribeVpcIngressConnectionCommand = async (output, context) => {
|
|
1032
1032
|
if (output.statusCode >= 300) {
|
|
1033
|
-
return
|
|
1033
|
+
return de_DescribeVpcIngressConnectionCommandError(output, context);
|
|
1034
1034
|
}
|
|
1035
1035
|
const data = await parseBody(output.body, context);
|
|
1036
1036
|
let contents = {};
|
|
1037
|
-
contents =
|
|
1037
|
+
contents = de_DescribeVpcIngressConnectionResponse(data, context);
|
|
1038
1038
|
const response = {
|
|
1039
1039
|
$metadata: deserializeMetadata(output),
|
|
1040
1040
|
...contents,
|
|
1041
1041
|
};
|
|
1042
1042
|
return Promise.resolve(response);
|
|
1043
1043
|
};
|
|
1044
|
-
const
|
|
1044
|
+
const de_DescribeVpcIngressConnectionCommandError = async (output, context) => {
|
|
1045
1045
|
const parsedOutput = {
|
|
1046
1046
|
...output,
|
|
1047
1047
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1050,13 +1050,13 @@ const deserializeAws_json1_0DescribeVpcIngressConnectionCommandError = async (ou
|
|
|
1050
1050
|
switch (errorCode) {
|
|
1051
1051
|
case "InternalServiceErrorException":
|
|
1052
1052
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1053
|
-
throw await
|
|
1053
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1054
1054
|
case "InvalidRequestException":
|
|
1055
1055
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1056
|
-
throw await
|
|
1056
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1057
1057
|
case "ResourceNotFoundException":
|
|
1058
1058
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1059
|
-
throw await
|
|
1059
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1060
1060
|
default:
|
|
1061
1061
|
const parsedBody = parsedOutput.body;
|
|
1062
1062
|
throwDefaultError({
|
|
@@ -1067,20 +1067,20 @@ const deserializeAws_json1_0DescribeVpcIngressConnectionCommandError = async (ou
|
|
|
1067
1067
|
});
|
|
1068
1068
|
}
|
|
1069
1069
|
};
|
|
1070
|
-
export const
|
|
1070
|
+
export const de_DisassociateCustomDomainCommand = async (output, context) => {
|
|
1071
1071
|
if (output.statusCode >= 300) {
|
|
1072
|
-
return
|
|
1072
|
+
return de_DisassociateCustomDomainCommandError(output, context);
|
|
1073
1073
|
}
|
|
1074
1074
|
const data = await parseBody(output.body, context);
|
|
1075
1075
|
let contents = {};
|
|
1076
|
-
contents =
|
|
1076
|
+
contents = de_DisassociateCustomDomainResponse(data, context);
|
|
1077
1077
|
const response = {
|
|
1078
1078
|
$metadata: deserializeMetadata(output),
|
|
1079
1079
|
...contents,
|
|
1080
1080
|
};
|
|
1081
1081
|
return Promise.resolve(response);
|
|
1082
1082
|
};
|
|
1083
|
-
const
|
|
1083
|
+
const de_DisassociateCustomDomainCommandError = async (output, context) => {
|
|
1084
1084
|
const parsedOutput = {
|
|
1085
1085
|
...output,
|
|
1086
1086
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1089,16 +1089,16 @@ const deserializeAws_json1_0DisassociateCustomDomainCommandError = async (output
|
|
|
1089
1089
|
switch (errorCode) {
|
|
1090
1090
|
case "InternalServiceErrorException":
|
|
1091
1091
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1092
|
-
throw await
|
|
1092
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1093
1093
|
case "InvalidRequestException":
|
|
1094
1094
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1095
|
-
throw await
|
|
1095
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1096
1096
|
case "InvalidStateException":
|
|
1097
1097
|
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1098
|
-
throw await
|
|
1098
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1099
1099
|
case "ResourceNotFoundException":
|
|
1100
1100
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1101
|
-
throw await
|
|
1101
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1102
1102
|
default:
|
|
1103
1103
|
const parsedBody = parsedOutput.body;
|
|
1104
1104
|
throwDefaultError({
|
|
@@ -1109,20 +1109,20 @@ const deserializeAws_json1_0DisassociateCustomDomainCommandError = async (output
|
|
|
1109
1109
|
});
|
|
1110
1110
|
}
|
|
1111
1111
|
};
|
|
1112
|
-
export const
|
|
1112
|
+
export const de_ListAutoScalingConfigurationsCommand = async (output, context) => {
|
|
1113
1113
|
if (output.statusCode >= 300) {
|
|
1114
|
-
return
|
|
1114
|
+
return de_ListAutoScalingConfigurationsCommandError(output, context);
|
|
1115
1115
|
}
|
|
1116
1116
|
const data = await parseBody(output.body, context);
|
|
1117
1117
|
let contents = {};
|
|
1118
|
-
contents =
|
|
1118
|
+
contents = de_ListAutoScalingConfigurationsResponse(data, context);
|
|
1119
1119
|
const response = {
|
|
1120
1120
|
$metadata: deserializeMetadata(output),
|
|
1121
1121
|
...contents,
|
|
1122
1122
|
};
|
|
1123
1123
|
return Promise.resolve(response);
|
|
1124
1124
|
};
|
|
1125
|
-
const
|
|
1125
|
+
const de_ListAutoScalingConfigurationsCommandError = async (output, context) => {
|
|
1126
1126
|
const parsedOutput = {
|
|
1127
1127
|
...output,
|
|
1128
1128
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1131,10 +1131,10 @@ const deserializeAws_json1_0ListAutoScalingConfigurationsCommandError = async (o
|
|
|
1131
1131
|
switch (errorCode) {
|
|
1132
1132
|
case "InternalServiceErrorException":
|
|
1133
1133
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1134
|
-
throw await
|
|
1134
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1135
1135
|
case "InvalidRequestException":
|
|
1136
1136
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1137
|
-
throw await
|
|
1137
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1138
1138
|
default:
|
|
1139
1139
|
const parsedBody = parsedOutput.body;
|
|
1140
1140
|
throwDefaultError({
|
|
@@ -1145,20 +1145,20 @@ const deserializeAws_json1_0ListAutoScalingConfigurationsCommandError = async (o
|
|
|
1145
1145
|
});
|
|
1146
1146
|
}
|
|
1147
1147
|
};
|
|
1148
|
-
export const
|
|
1148
|
+
export const de_ListConnectionsCommand = async (output, context) => {
|
|
1149
1149
|
if (output.statusCode >= 300) {
|
|
1150
|
-
return
|
|
1150
|
+
return de_ListConnectionsCommandError(output, context);
|
|
1151
1151
|
}
|
|
1152
1152
|
const data = await parseBody(output.body, context);
|
|
1153
1153
|
let contents = {};
|
|
1154
|
-
contents =
|
|
1154
|
+
contents = de_ListConnectionsResponse(data, context);
|
|
1155
1155
|
const response = {
|
|
1156
1156
|
$metadata: deserializeMetadata(output),
|
|
1157
1157
|
...contents,
|
|
1158
1158
|
};
|
|
1159
1159
|
return Promise.resolve(response);
|
|
1160
1160
|
};
|
|
1161
|
-
const
|
|
1161
|
+
const de_ListConnectionsCommandError = async (output, context) => {
|
|
1162
1162
|
const parsedOutput = {
|
|
1163
1163
|
...output,
|
|
1164
1164
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1167,10 +1167,10 @@ const deserializeAws_json1_0ListConnectionsCommandError = async (output, context
|
|
|
1167
1167
|
switch (errorCode) {
|
|
1168
1168
|
case "InternalServiceErrorException":
|
|
1169
1169
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1170
|
-
throw await
|
|
1170
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1171
1171
|
case "InvalidRequestException":
|
|
1172
1172
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1173
|
-
throw await
|
|
1173
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1174
1174
|
default:
|
|
1175
1175
|
const parsedBody = parsedOutput.body;
|
|
1176
1176
|
throwDefaultError({
|
|
@@ -1181,20 +1181,20 @@ const deserializeAws_json1_0ListConnectionsCommandError = async (output, context
|
|
|
1181
1181
|
});
|
|
1182
1182
|
}
|
|
1183
1183
|
};
|
|
1184
|
-
export const
|
|
1184
|
+
export const de_ListObservabilityConfigurationsCommand = async (output, context) => {
|
|
1185
1185
|
if (output.statusCode >= 300) {
|
|
1186
|
-
return
|
|
1186
|
+
return de_ListObservabilityConfigurationsCommandError(output, context);
|
|
1187
1187
|
}
|
|
1188
1188
|
const data = await parseBody(output.body, context);
|
|
1189
1189
|
let contents = {};
|
|
1190
|
-
contents =
|
|
1190
|
+
contents = de_ListObservabilityConfigurationsResponse(data, context);
|
|
1191
1191
|
const response = {
|
|
1192
1192
|
$metadata: deserializeMetadata(output),
|
|
1193
1193
|
...contents,
|
|
1194
1194
|
};
|
|
1195
1195
|
return Promise.resolve(response);
|
|
1196
1196
|
};
|
|
1197
|
-
const
|
|
1197
|
+
const de_ListObservabilityConfigurationsCommandError = async (output, context) => {
|
|
1198
1198
|
const parsedOutput = {
|
|
1199
1199
|
...output,
|
|
1200
1200
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1203,10 +1203,10 @@ const deserializeAws_json1_0ListObservabilityConfigurationsCommandError = async
|
|
|
1203
1203
|
switch (errorCode) {
|
|
1204
1204
|
case "InternalServiceErrorException":
|
|
1205
1205
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1206
|
-
throw await
|
|
1206
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1207
1207
|
case "InvalidRequestException":
|
|
1208
1208
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1209
|
-
throw await
|
|
1209
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1210
1210
|
default:
|
|
1211
1211
|
const parsedBody = parsedOutput.body;
|
|
1212
1212
|
throwDefaultError({
|
|
@@ -1217,20 +1217,20 @@ const deserializeAws_json1_0ListObservabilityConfigurationsCommandError = async
|
|
|
1217
1217
|
});
|
|
1218
1218
|
}
|
|
1219
1219
|
};
|
|
1220
|
-
export const
|
|
1220
|
+
export const de_ListOperationsCommand = async (output, context) => {
|
|
1221
1221
|
if (output.statusCode >= 300) {
|
|
1222
|
-
return
|
|
1222
|
+
return de_ListOperationsCommandError(output, context);
|
|
1223
1223
|
}
|
|
1224
1224
|
const data = await parseBody(output.body, context);
|
|
1225
1225
|
let contents = {};
|
|
1226
|
-
contents =
|
|
1226
|
+
contents = de_ListOperationsResponse(data, context);
|
|
1227
1227
|
const response = {
|
|
1228
1228
|
$metadata: deserializeMetadata(output),
|
|
1229
1229
|
...contents,
|
|
1230
1230
|
};
|
|
1231
1231
|
return Promise.resolve(response);
|
|
1232
1232
|
};
|
|
1233
|
-
const
|
|
1233
|
+
const de_ListOperationsCommandError = async (output, context) => {
|
|
1234
1234
|
const parsedOutput = {
|
|
1235
1235
|
...output,
|
|
1236
1236
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1239,13 +1239,13 @@ const deserializeAws_json1_0ListOperationsCommandError = async (output, context)
|
|
|
1239
1239
|
switch (errorCode) {
|
|
1240
1240
|
case "InternalServiceErrorException":
|
|
1241
1241
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1242
|
-
throw await
|
|
1242
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1243
1243
|
case "InvalidRequestException":
|
|
1244
1244
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1245
|
-
throw await
|
|
1245
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1246
1246
|
case "ResourceNotFoundException":
|
|
1247
1247
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1248
|
-
throw await
|
|
1248
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1249
1249
|
default:
|
|
1250
1250
|
const parsedBody = parsedOutput.body;
|
|
1251
1251
|
throwDefaultError({
|
|
@@ -1256,20 +1256,20 @@ const deserializeAws_json1_0ListOperationsCommandError = async (output, context)
|
|
|
1256
1256
|
});
|
|
1257
1257
|
}
|
|
1258
1258
|
};
|
|
1259
|
-
export const
|
|
1259
|
+
export const de_ListServicesCommand = async (output, context) => {
|
|
1260
1260
|
if (output.statusCode >= 300) {
|
|
1261
|
-
return
|
|
1261
|
+
return de_ListServicesCommandError(output, context);
|
|
1262
1262
|
}
|
|
1263
1263
|
const data = await parseBody(output.body, context);
|
|
1264
1264
|
let contents = {};
|
|
1265
|
-
contents =
|
|
1265
|
+
contents = de_ListServicesResponse(data, context);
|
|
1266
1266
|
const response = {
|
|
1267
1267
|
$metadata: deserializeMetadata(output),
|
|
1268
1268
|
...contents,
|
|
1269
1269
|
};
|
|
1270
1270
|
return Promise.resolve(response);
|
|
1271
1271
|
};
|
|
1272
|
-
const
|
|
1272
|
+
const de_ListServicesCommandError = async (output, context) => {
|
|
1273
1273
|
const parsedOutput = {
|
|
1274
1274
|
...output,
|
|
1275
1275
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1278,10 +1278,10 @@ const deserializeAws_json1_0ListServicesCommandError = async (output, context) =
|
|
|
1278
1278
|
switch (errorCode) {
|
|
1279
1279
|
case "InternalServiceErrorException":
|
|
1280
1280
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1281
|
-
throw await
|
|
1281
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1282
1282
|
case "InvalidRequestException":
|
|
1283
1283
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1284
|
-
throw await
|
|
1284
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1285
1285
|
default:
|
|
1286
1286
|
const parsedBody = parsedOutput.body;
|
|
1287
1287
|
throwDefaultError({
|
|
@@ -1292,20 +1292,20 @@ const deserializeAws_json1_0ListServicesCommandError = async (output, context) =
|
|
|
1292
1292
|
});
|
|
1293
1293
|
}
|
|
1294
1294
|
};
|
|
1295
|
-
export const
|
|
1295
|
+
export const de_ListTagsForResourceCommand = async (output, context) => {
|
|
1296
1296
|
if (output.statusCode >= 300) {
|
|
1297
|
-
return
|
|
1297
|
+
return de_ListTagsForResourceCommandError(output, context);
|
|
1298
1298
|
}
|
|
1299
1299
|
const data = await parseBody(output.body, context);
|
|
1300
1300
|
let contents = {};
|
|
1301
|
-
contents =
|
|
1301
|
+
contents = de_ListTagsForResourceResponse(data, context);
|
|
1302
1302
|
const response = {
|
|
1303
1303
|
$metadata: deserializeMetadata(output),
|
|
1304
1304
|
...contents,
|
|
1305
1305
|
};
|
|
1306
1306
|
return Promise.resolve(response);
|
|
1307
1307
|
};
|
|
1308
|
-
const
|
|
1308
|
+
const de_ListTagsForResourceCommandError = async (output, context) => {
|
|
1309
1309
|
const parsedOutput = {
|
|
1310
1310
|
...output,
|
|
1311
1311
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1314,16 +1314,16 @@ const deserializeAws_json1_0ListTagsForResourceCommandError = async (output, con
|
|
|
1314
1314
|
switch (errorCode) {
|
|
1315
1315
|
case "InternalServiceErrorException":
|
|
1316
1316
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1317
|
-
throw await
|
|
1317
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1318
1318
|
case "InvalidRequestException":
|
|
1319
1319
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1320
|
-
throw await
|
|
1320
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1321
1321
|
case "InvalidStateException":
|
|
1322
1322
|
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1323
|
-
throw await
|
|
1323
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1324
1324
|
case "ResourceNotFoundException":
|
|
1325
1325
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1326
|
-
throw await
|
|
1326
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1327
1327
|
default:
|
|
1328
1328
|
const parsedBody = parsedOutput.body;
|
|
1329
1329
|
throwDefaultError({
|
|
@@ -1334,20 +1334,20 @@ const deserializeAws_json1_0ListTagsForResourceCommandError = async (output, con
|
|
|
1334
1334
|
});
|
|
1335
1335
|
}
|
|
1336
1336
|
};
|
|
1337
|
-
export const
|
|
1337
|
+
export const de_ListVpcConnectorsCommand = async (output, context) => {
|
|
1338
1338
|
if (output.statusCode >= 300) {
|
|
1339
|
-
return
|
|
1339
|
+
return de_ListVpcConnectorsCommandError(output, context);
|
|
1340
1340
|
}
|
|
1341
1341
|
const data = await parseBody(output.body, context);
|
|
1342
1342
|
let contents = {};
|
|
1343
|
-
contents =
|
|
1343
|
+
contents = de_ListVpcConnectorsResponse(data, context);
|
|
1344
1344
|
const response = {
|
|
1345
1345
|
$metadata: deserializeMetadata(output),
|
|
1346
1346
|
...contents,
|
|
1347
1347
|
};
|
|
1348
1348
|
return Promise.resolve(response);
|
|
1349
1349
|
};
|
|
1350
|
-
const
|
|
1350
|
+
const de_ListVpcConnectorsCommandError = async (output, context) => {
|
|
1351
1351
|
const parsedOutput = {
|
|
1352
1352
|
...output,
|
|
1353
1353
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1356,10 +1356,10 @@ const deserializeAws_json1_0ListVpcConnectorsCommandError = async (output, conte
|
|
|
1356
1356
|
switch (errorCode) {
|
|
1357
1357
|
case "InternalServiceErrorException":
|
|
1358
1358
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1359
|
-
throw await
|
|
1359
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1360
1360
|
case "InvalidRequestException":
|
|
1361
1361
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1362
|
-
throw await
|
|
1362
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1363
1363
|
default:
|
|
1364
1364
|
const parsedBody = parsedOutput.body;
|
|
1365
1365
|
throwDefaultError({
|
|
@@ -1370,20 +1370,20 @@ const deserializeAws_json1_0ListVpcConnectorsCommandError = async (output, conte
|
|
|
1370
1370
|
});
|
|
1371
1371
|
}
|
|
1372
1372
|
};
|
|
1373
|
-
export const
|
|
1373
|
+
export const de_ListVpcIngressConnectionsCommand = async (output, context) => {
|
|
1374
1374
|
if (output.statusCode >= 300) {
|
|
1375
|
-
return
|
|
1375
|
+
return de_ListVpcIngressConnectionsCommandError(output, context);
|
|
1376
1376
|
}
|
|
1377
1377
|
const data = await parseBody(output.body, context);
|
|
1378
1378
|
let contents = {};
|
|
1379
|
-
contents =
|
|
1379
|
+
contents = de_ListVpcIngressConnectionsResponse(data, context);
|
|
1380
1380
|
const response = {
|
|
1381
1381
|
$metadata: deserializeMetadata(output),
|
|
1382
1382
|
...contents,
|
|
1383
1383
|
};
|
|
1384
1384
|
return Promise.resolve(response);
|
|
1385
1385
|
};
|
|
1386
|
-
const
|
|
1386
|
+
const de_ListVpcIngressConnectionsCommandError = async (output, context) => {
|
|
1387
1387
|
const parsedOutput = {
|
|
1388
1388
|
...output,
|
|
1389
1389
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1392,10 +1392,10 @@ const deserializeAws_json1_0ListVpcIngressConnectionsCommandError = async (outpu
|
|
|
1392
1392
|
switch (errorCode) {
|
|
1393
1393
|
case "InternalServiceErrorException":
|
|
1394
1394
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1395
|
-
throw await
|
|
1395
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1396
1396
|
case "InvalidRequestException":
|
|
1397
1397
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1398
|
-
throw await
|
|
1398
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1399
1399
|
default:
|
|
1400
1400
|
const parsedBody = parsedOutput.body;
|
|
1401
1401
|
throwDefaultError({
|
|
@@ -1406,20 +1406,20 @@ const deserializeAws_json1_0ListVpcIngressConnectionsCommandError = async (outpu
|
|
|
1406
1406
|
});
|
|
1407
1407
|
}
|
|
1408
1408
|
};
|
|
1409
|
-
export const
|
|
1409
|
+
export const de_PauseServiceCommand = async (output, context) => {
|
|
1410
1410
|
if (output.statusCode >= 300) {
|
|
1411
|
-
return
|
|
1411
|
+
return de_PauseServiceCommandError(output, context);
|
|
1412
1412
|
}
|
|
1413
1413
|
const data = await parseBody(output.body, context);
|
|
1414
1414
|
let contents = {};
|
|
1415
|
-
contents =
|
|
1415
|
+
contents = de_PauseServiceResponse(data, context);
|
|
1416
1416
|
const response = {
|
|
1417
1417
|
$metadata: deserializeMetadata(output),
|
|
1418
1418
|
...contents,
|
|
1419
1419
|
};
|
|
1420
1420
|
return Promise.resolve(response);
|
|
1421
1421
|
};
|
|
1422
|
-
const
|
|
1422
|
+
const de_PauseServiceCommandError = async (output, context) => {
|
|
1423
1423
|
const parsedOutput = {
|
|
1424
1424
|
...output,
|
|
1425
1425
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1428,16 +1428,16 @@ const deserializeAws_json1_0PauseServiceCommandError = async (output, context) =
|
|
|
1428
1428
|
switch (errorCode) {
|
|
1429
1429
|
case "InternalServiceErrorException":
|
|
1430
1430
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1431
|
-
throw await
|
|
1431
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1432
1432
|
case "InvalidRequestException":
|
|
1433
1433
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1434
|
-
throw await
|
|
1434
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1435
1435
|
case "InvalidStateException":
|
|
1436
1436
|
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1437
|
-
throw await
|
|
1437
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1438
1438
|
case "ResourceNotFoundException":
|
|
1439
1439
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1440
|
-
throw await
|
|
1440
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1441
1441
|
default:
|
|
1442
1442
|
const parsedBody = parsedOutput.body;
|
|
1443
1443
|
throwDefaultError({
|
|
@@ -1448,20 +1448,20 @@ const deserializeAws_json1_0PauseServiceCommandError = async (output, context) =
|
|
|
1448
1448
|
});
|
|
1449
1449
|
}
|
|
1450
1450
|
};
|
|
1451
|
-
export const
|
|
1451
|
+
export const de_ResumeServiceCommand = async (output, context) => {
|
|
1452
1452
|
if (output.statusCode >= 300) {
|
|
1453
|
-
return
|
|
1453
|
+
return de_ResumeServiceCommandError(output, context);
|
|
1454
1454
|
}
|
|
1455
1455
|
const data = await parseBody(output.body, context);
|
|
1456
1456
|
let contents = {};
|
|
1457
|
-
contents =
|
|
1457
|
+
contents = de_ResumeServiceResponse(data, context);
|
|
1458
1458
|
const response = {
|
|
1459
1459
|
$metadata: deserializeMetadata(output),
|
|
1460
1460
|
...contents,
|
|
1461
1461
|
};
|
|
1462
1462
|
return Promise.resolve(response);
|
|
1463
1463
|
};
|
|
1464
|
-
const
|
|
1464
|
+
const de_ResumeServiceCommandError = async (output, context) => {
|
|
1465
1465
|
const parsedOutput = {
|
|
1466
1466
|
...output,
|
|
1467
1467
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1470,16 +1470,16 @@ const deserializeAws_json1_0ResumeServiceCommandError = async (output, context)
|
|
|
1470
1470
|
switch (errorCode) {
|
|
1471
1471
|
case "InternalServiceErrorException":
|
|
1472
1472
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1473
|
-
throw await
|
|
1473
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1474
1474
|
case "InvalidRequestException":
|
|
1475
1475
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1476
|
-
throw await
|
|
1476
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1477
1477
|
case "InvalidStateException":
|
|
1478
1478
|
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1479
|
-
throw await
|
|
1479
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1480
1480
|
case "ResourceNotFoundException":
|
|
1481
1481
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1482
|
-
throw await
|
|
1482
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1483
1483
|
default:
|
|
1484
1484
|
const parsedBody = parsedOutput.body;
|
|
1485
1485
|
throwDefaultError({
|
|
@@ -1490,20 +1490,20 @@ const deserializeAws_json1_0ResumeServiceCommandError = async (output, context)
|
|
|
1490
1490
|
});
|
|
1491
1491
|
}
|
|
1492
1492
|
};
|
|
1493
|
-
export const
|
|
1493
|
+
export const de_StartDeploymentCommand = async (output, context) => {
|
|
1494
1494
|
if (output.statusCode >= 300) {
|
|
1495
|
-
return
|
|
1495
|
+
return de_StartDeploymentCommandError(output, context);
|
|
1496
1496
|
}
|
|
1497
1497
|
const data = await parseBody(output.body, context);
|
|
1498
1498
|
let contents = {};
|
|
1499
|
-
contents =
|
|
1499
|
+
contents = de_StartDeploymentResponse(data, context);
|
|
1500
1500
|
const response = {
|
|
1501
1501
|
$metadata: deserializeMetadata(output),
|
|
1502
1502
|
...contents,
|
|
1503
1503
|
};
|
|
1504
1504
|
return Promise.resolve(response);
|
|
1505
1505
|
};
|
|
1506
|
-
const
|
|
1506
|
+
const de_StartDeploymentCommandError = async (output, context) => {
|
|
1507
1507
|
const parsedOutput = {
|
|
1508
1508
|
...output,
|
|
1509
1509
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1512,13 +1512,13 @@ const deserializeAws_json1_0StartDeploymentCommandError = async (output, context
|
|
|
1512
1512
|
switch (errorCode) {
|
|
1513
1513
|
case "InternalServiceErrorException":
|
|
1514
1514
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1515
|
-
throw await
|
|
1515
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1516
1516
|
case "InvalidRequestException":
|
|
1517
1517
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1518
|
-
throw await
|
|
1518
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1519
1519
|
case "ResourceNotFoundException":
|
|
1520
1520
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1521
|
-
throw await
|
|
1521
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1522
1522
|
default:
|
|
1523
1523
|
const parsedBody = parsedOutput.body;
|
|
1524
1524
|
throwDefaultError({
|
|
@@ -1529,20 +1529,20 @@ const deserializeAws_json1_0StartDeploymentCommandError = async (output, context
|
|
|
1529
1529
|
});
|
|
1530
1530
|
}
|
|
1531
1531
|
};
|
|
1532
|
-
export const
|
|
1532
|
+
export const de_TagResourceCommand = async (output, context) => {
|
|
1533
1533
|
if (output.statusCode >= 300) {
|
|
1534
|
-
return
|
|
1534
|
+
return de_TagResourceCommandError(output, context);
|
|
1535
1535
|
}
|
|
1536
1536
|
const data = await parseBody(output.body, context);
|
|
1537
1537
|
let contents = {};
|
|
1538
|
-
contents =
|
|
1538
|
+
contents = de_TagResourceResponse(data, context);
|
|
1539
1539
|
const response = {
|
|
1540
1540
|
$metadata: deserializeMetadata(output),
|
|
1541
1541
|
...contents,
|
|
1542
1542
|
};
|
|
1543
1543
|
return Promise.resolve(response);
|
|
1544
1544
|
};
|
|
1545
|
-
const
|
|
1545
|
+
const de_TagResourceCommandError = async (output, context) => {
|
|
1546
1546
|
const parsedOutput = {
|
|
1547
1547
|
...output,
|
|
1548
1548
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1551,16 +1551,16 @@ const deserializeAws_json1_0TagResourceCommandError = async (output, context) =>
|
|
|
1551
1551
|
switch (errorCode) {
|
|
1552
1552
|
case "InternalServiceErrorException":
|
|
1553
1553
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1554
|
-
throw await
|
|
1554
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1555
1555
|
case "InvalidRequestException":
|
|
1556
1556
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1557
|
-
throw await
|
|
1557
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1558
1558
|
case "InvalidStateException":
|
|
1559
1559
|
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1560
|
-
throw await
|
|
1560
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1561
1561
|
case "ResourceNotFoundException":
|
|
1562
1562
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1563
|
-
throw await
|
|
1563
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1564
1564
|
default:
|
|
1565
1565
|
const parsedBody = parsedOutput.body;
|
|
1566
1566
|
throwDefaultError({
|
|
@@ -1571,20 +1571,20 @@ const deserializeAws_json1_0TagResourceCommandError = async (output, context) =>
|
|
|
1571
1571
|
});
|
|
1572
1572
|
}
|
|
1573
1573
|
};
|
|
1574
|
-
export const
|
|
1574
|
+
export const de_UntagResourceCommand = async (output, context) => {
|
|
1575
1575
|
if (output.statusCode >= 300) {
|
|
1576
|
-
return
|
|
1576
|
+
return de_UntagResourceCommandError(output, context);
|
|
1577
1577
|
}
|
|
1578
1578
|
const data = await parseBody(output.body, context);
|
|
1579
1579
|
let contents = {};
|
|
1580
|
-
contents =
|
|
1580
|
+
contents = de_UntagResourceResponse(data, context);
|
|
1581
1581
|
const response = {
|
|
1582
1582
|
$metadata: deserializeMetadata(output),
|
|
1583
1583
|
...contents,
|
|
1584
1584
|
};
|
|
1585
1585
|
return Promise.resolve(response);
|
|
1586
1586
|
};
|
|
1587
|
-
const
|
|
1587
|
+
const de_UntagResourceCommandError = async (output, context) => {
|
|
1588
1588
|
const parsedOutput = {
|
|
1589
1589
|
...output,
|
|
1590
1590
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1593,16 +1593,16 @@ const deserializeAws_json1_0UntagResourceCommandError = async (output, context)
|
|
|
1593
1593
|
switch (errorCode) {
|
|
1594
1594
|
case "InternalServiceErrorException":
|
|
1595
1595
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1596
|
-
throw await
|
|
1596
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1597
1597
|
case "InvalidRequestException":
|
|
1598
1598
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1599
|
-
throw await
|
|
1599
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1600
1600
|
case "InvalidStateException":
|
|
1601
1601
|
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1602
|
-
throw await
|
|
1602
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1603
1603
|
case "ResourceNotFoundException":
|
|
1604
1604
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1605
|
-
throw await
|
|
1605
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1606
1606
|
default:
|
|
1607
1607
|
const parsedBody = parsedOutput.body;
|
|
1608
1608
|
throwDefaultError({
|
|
@@ -1613,20 +1613,20 @@ const deserializeAws_json1_0UntagResourceCommandError = async (output, context)
|
|
|
1613
1613
|
});
|
|
1614
1614
|
}
|
|
1615
1615
|
};
|
|
1616
|
-
export const
|
|
1616
|
+
export const de_UpdateServiceCommand = async (output, context) => {
|
|
1617
1617
|
if (output.statusCode >= 300) {
|
|
1618
|
-
return
|
|
1618
|
+
return de_UpdateServiceCommandError(output, context);
|
|
1619
1619
|
}
|
|
1620
1620
|
const data = await parseBody(output.body, context);
|
|
1621
1621
|
let contents = {};
|
|
1622
|
-
contents =
|
|
1622
|
+
contents = de_UpdateServiceResponse(data, context);
|
|
1623
1623
|
const response = {
|
|
1624
1624
|
$metadata: deserializeMetadata(output),
|
|
1625
1625
|
...contents,
|
|
1626
1626
|
};
|
|
1627
1627
|
return Promise.resolve(response);
|
|
1628
1628
|
};
|
|
1629
|
-
const
|
|
1629
|
+
const de_UpdateServiceCommandError = async (output, context) => {
|
|
1630
1630
|
const parsedOutput = {
|
|
1631
1631
|
...output,
|
|
1632
1632
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1635,16 +1635,16 @@ const deserializeAws_json1_0UpdateServiceCommandError = async (output, context)
|
|
|
1635
1635
|
switch (errorCode) {
|
|
1636
1636
|
case "InternalServiceErrorException":
|
|
1637
1637
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1638
|
-
throw await
|
|
1638
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1639
1639
|
case "InvalidRequestException":
|
|
1640
1640
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1641
|
-
throw await
|
|
1641
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1642
1642
|
case "InvalidStateException":
|
|
1643
1643
|
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1644
|
-
throw await
|
|
1644
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1645
1645
|
case "ResourceNotFoundException":
|
|
1646
1646
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1647
|
-
throw await
|
|
1647
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1648
1648
|
default:
|
|
1649
1649
|
const parsedBody = parsedOutput.body;
|
|
1650
1650
|
throwDefaultError({
|
|
@@ -1655,20 +1655,20 @@ const deserializeAws_json1_0UpdateServiceCommandError = async (output, context)
|
|
|
1655
1655
|
});
|
|
1656
1656
|
}
|
|
1657
1657
|
};
|
|
1658
|
-
export const
|
|
1658
|
+
export const de_UpdateVpcIngressConnectionCommand = async (output, context) => {
|
|
1659
1659
|
if (output.statusCode >= 300) {
|
|
1660
|
-
return
|
|
1660
|
+
return de_UpdateVpcIngressConnectionCommandError(output, context);
|
|
1661
1661
|
}
|
|
1662
1662
|
const data = await parseBody(output.body, context);
|
|
1663
1663
|
let contents = {};
|
|
1664
|
-
contents =
|
|
1664
|
+
contents = de_UpdateVpcIngressConnectionResponse(data, context);
|
|
1665
1665
|
const response = {
|
|
1666
1666
|
$metadata: deserializeMetadata(output),
|
|
1667
1667
|
...contents,
|
|
1668
1668
|
};
|
|
1669
1669
|
return Promise.resolve(response);
|
|
1670
1670
|
};
|
|
1671
|
-
const
|
|
1671
|
+
const de_UpdateVpcIngressConnectionCommandError = async (output, context) => {
|
|
1672
1672
|
const parsedOutput = {
|
|
1673
1673
|
...output,
|
|
1674
1674
|
body: await parseErrorBody(output.body, context),
|
|
@@ -1677,16 +1677,16 @@ const deserializeAws_json1_0UpdateVpcIngressConnectionCommandError = async (outp
|
|
|
1677
1677
|
switch (errorCode) {
|
|
1678
1678
|
case "InternalServiceErrorException":
|
|
1679
1679
|
case "com.amazonaws.apprunner#InternalServiceErrorException":
|
|
1680
|
-
throw await
|
|
1680
|
+
throw await de_InternalServiceErrorExceptionRes(parsedOutput, context);
|
|
1681
1681
|
case "InvalidRequestException":
|
|
1682
1682
|
case "com.amazonaws.apprunner#InvalidRequestException":
|
|
1683
|
-
throw await
|
|
1683
|
+
throw await de_InvalidRequestExceptionRes(parsedOutput, context);
|
|
1684
1684
|
case "InvalidStateException":
|
|
1685
1685
|
case "com.amazonaws.apprunner#InvalidStateException":
|
|
1686
|
-
throw await
|
|
1686
|
+
throw await de_InvalidStateExceptionRes(parsedOutput, context);
|
|
1687
1687
|
case "ResourceNotFoundException":
|
|
1688
1688
|
case "com.amazonaws.apprunner#ResourceNotFoundException":
|
|
1689
|
-
throw await
|
|
1689
|
+
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1690
1690
|
default:
|
|
1691
1691
|
const parsedBody = parsedOutput.body;
|
|
1692
1692
|
throwDefaultError({
|
|
@@ -1697,98 +1697,98 @@ const deserializeAws_json1_0UpdateVpcIngressConnectionCommandError = async (outp
|
|
|
1697
1697
|
});
|
|
1698
1698
|
}
|
|
1699
1699
|
};
|
|
1700
|
-
const
|
|
1700
|
+
const de_InternalServiceErrorExceptionRes = async (parsedOutput, context) => {
|
|
1701
1701
|
const body = parsedOutput.body;
|
|
1702
|
-
const deserialized =
|
|
1702
|
+
const deserialized = de_InternalServiceErrorException(body, context);
|
|
1703
1703
|
const exception = new InternalServiceErrorException({
|
|
1704
1704
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1705
1705
|
...deserialized,
|
|
1706
1706
|
});
|
|
1707
1707
|
return __decorateServiceException(exception, body);
|
|
1708
1708
|
};
|
|
1709
|
-
const
|
|
1709
|
+
const de_InvalidRequestExceptionRes = async (parsedOutput, context) => {
|
|
1710
1710
|
const body = parsedOutput.body;
|
|
1711
|
-
const deserialized =
|
|
1711
|
+
const deserialized = de_InvalidRequestException(body, context);
|
|
1712
1712
|
const exception = new InvalidRequestException({
|
|
1713
1713
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1714
1714
|
...deserialized,
|
|
1715
1715
|
});
|
|
1716
1716
|
return __decorateServiceException(exception, body);
|
|
1717
1717
|
};
|
|
1718
|
-
const
|
|
1718
|
+
const de_InvalidStateExceptionRes = async (parsedOutput, context) => {
|
|
1719
1719
|
const body = parsedOutput.body;
|
|
1720
|
-
const deserialized =
|
|
1720
|
+
const deserialized = de_InvalidStateException(body, context);
|
|
1721
1721
|
const exception = new InvalidStateException({
|
|
1722
1722
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1723
1723
|
...deserialized,
|
|
1724
1724
|
});
|
|
1725
1725
|
return __decorateServiceException(exception, body);
|
|
1726
1726
|
};
|
|
1727
|
-
const
|
|
1727
|
+
const de_ResourceNotFoundExceptionRes = async (parsedOutput, context) => {
|
|
1728
1728
|
const body = parsedOutput.body;
|
|
1729
|
-
const deserialized =
|
|
1729
|
+
const deserialized = de_ResourceNotFoundException(body, context);
|
|
1730
1730
|
const exception = new ResourceNotFoundException({
|
|
1731
1731
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1732
1732
|
...deserialized,
|
|
1733
1733
|
});
|
|
1734
1734
|
return __decorateServiceException(exception, body);
|
|
1735
1735
|
};
|
|
1736
|
-
const
|
|
1736
|
+
const de_ServiceQuotaExceededExceptionRes = async (parsedOutput, context) => {
|
|
1737
1737
|
const body = parsedOutput.body;
|
|
1738
|
-
const deserialized =
|
|
1738
|
+
const deserialized = de_ServiceQuotaExceededException(body, context);
|
|
1739
1739
|
const exception = new ServiceQuotaExceededException({
|
|
1740
1740
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1741
1741
|
...deserialized,
|
|
1742
1742
|
});
|
|
1743
1743
|
return __decorateServiceException(exception, body);
|
|
1744
1744
|
};
|
|
1745
|
-
const
|
|
1745
|
+
const se_AssociateCustomDomainRequest = (input, context) => {
|
|
1746
1746
|
return {
|
|
1747
1747
|
...(input.DomainName != null && { DomainName: input.DomainName }),
|
|
1748
1748
|
...(input.EnableWWWSubdomain != null && { EnableWWWSubdomain: input.EnableWWWSubdomain }),
|
|
1749
1749
|
...(input.ServiceArn != null && { ServiceArn: input.ServiceArn }),
|
|
1750
1750
|
};
|
|
1751
1751
|
};
|
|
1752
|
-
const
|
|
1752
|
+
const se_AuthenticationConfiguration = (input, context) => {
|
|
1753
1753
|
return {
|
|
1754
1754
|
...(input.AccessRoleArn != null && { AccessRoleArn: input.AccessRoleArn }),
|
|
1755
1755
|
...(input.ConnectionArn != null && { ConnectionArn: input.ConnectionArn }),
|
|
1756
1756
|
};
|
|
1757
1757
|
};
|
|
1758
|
-
const
|
|
1758
|
+
const se_CodeConfiguration = (input, context) => {
|
|
1759
1759
|
return {
|
|
1760
1760
|
...(input.CodeConfigurationValues != null && {
|
|
1761
|
-
CodeConfigurationValues:
|
|
1761
|
+
CodeConfigurationValues: se_CodeConfigurationValues(input.CodeConfigurationValues, context),
|
|
1762
1762
|
}),
|
|
1763
1763
|
...(input.ConfigurationSource != null && { ConfigurationSource: input.ConfigurationSource }),
|
|
1764
1764
|
};
|
|
1765
1765
|
};
|
|
1766
|
-
const
|
|
1766
|
+
const se_CodeConfigurationValues = (input, context) => {
|
|
1767
1767
|
return {
|
|
1768
1768
|
...(input.BuildCommand != null && { BuildCommand: input.BuildCommand }),
|
|
1769
1769
|
...(input.Port != null && { Port: input.Port }),
|
|
1770
1770
|
...(input.Runtime != null && { Runtime: input.Runtime }),
|
|
1771
1771
|
...(input.RuntimeEnvironmentSecrets != null && {
|
|
1772
|
-
RuntimeEnvironmentSecrets:
|
|
1772
|
+
RuntimeEnvironmentSecrets: se_RuntimeEnvironmentSecrets(input.RuntimeEnvironmentSecrets, context),
|
|
1773
1773
|
}),
|
|
1774
1774
|
...(input.RuntimeEnvironmentVariables != null && {
|
|
1775
|
-
RuntimeEnvironmentVariables:
|
|
1775
|
+
RuntimeEnvironmentVariables: se_RuntimeEnvironmentVariables(input.RuntimeEnvironmentVariables, context),
|
|
1776
1776
|
}),
|
|
1777
1777
|
...(input.StartCommand != null && { StartCommand: input.StartCommand }),
|
|
1778
1778
|
};
|
|
1779
1779
|
};
|
|
1780
|
-
const
|
|
1780
|
+
const se_CodeRepository = (input, context) => {
|
|
1781
1781
|
return {
|
|
1782
1782
|
...(input.CodeConfiguration != null && {
|
|
1783
|
-
CodeConfiguration:
|
|
1783
|
+
CodeConfiguration: se_CodeConfiguration(input.CodeConfiguration, context),
|
|
1784
1784
|
}),
|
|
1785
1785
|
...(input.RepositoryUrl != null && { RepositoryUrl: input.RepositoryUrl }),
|
|
1786
1786
|
...(input.SourceCodeVersion != null && {
|
|
1787
|
-
SourceCodeVersion:
|
|
1787
|
+
SourceCodeVersion: se_SourceCodeVersion(input.SourceCodeVersion, context),
|
|
1788
1788
|
}),
|
|
1789
1789
|
};
|
|
1790
1790
|
};
|
|
1791
|
-
const
|
|
1791
|
+
const se_CreateAutoScalingConfigurationRequest = (input, context) => {
|
|
1792
1792
|
return {
|
|
1793
1793
|
...(input.AutoScalingConfigurationName != null && {
|
|
1794
1794
|
AutoScalingConfigurationName: input.AutoScalingConfigurationName,
|
|
@@ -1796,162 +1796,160 @@ const serializeAws_json1_0CreateAutoScalingConfigurationRequest = (input, contex
|
|
|
1796
1796
|
...(input.MaxConcurrency != null && { MaxConcurrency: input.MaxConcurrency }),
|
|
1797
1797
|
...(input.MaxSize != null && { MaxSize: input.MaxSize }),
|
|
1798
1798
|
...(input.MinSize != null && { MinSize: input.MinSize }),
|
|
1799
|
-
...(input.Tags != null && { Tags:
|
|
1799
|
+
...(input.Tags != null && { Tags: se_TagList(input.Tags, context) }),
|
|
1800
1800
|
};
|
|
1801
1801
|
};
|
|
1802
|
-
const
|
|
1802
|
+
const se_CreateConnectionRequest = (input, context) => {
|
|
1803
1803
|
return {
|
|
1804
1804
|
...(input.ConnectionName != null && { ConnectionName: input.ConnectionName }),
|
|
1805
1805
|
...(input.ProviderType != null && { ProviderType: input.ProviderType }),
|
|
1806
|
-
...(input.Tags != null && { Tags:
|
|
1806
|
+
...(input.Tags != null && { Tags: se_TagList(input.Tags, context) }),
|
|
1807
1807
|
};
|
|
1808
1808
|
};
|
|
1809
|
-
const
|
|
1809
|
+
const se_CreateObservabilityConfigurationRequest = (input, context) => {
|
|
1810
1810
|
return {
|
|
1811
1811
|
...(input.ObservabilityConfigurationName != null && {
|
|
1812
1812
|
ObservabilityConfigurationName: input.ObservabilityConfigurationName,
|
|
1813
1813
|
}),
|
|
1814
|
-
...(input.Tags != null && { Tags:
|
|
1814
|
+
...(input.Tags != null && { Tags: se_TagList(input.Tags, context) }),
|
|
1815
1815
|
...(input.TraceConfiguration != null && {
|
|
1816
|
-
TraceConfiguration:
|
|
1816
|
+
TraceConfiguration: se_TraceConfiguration(input.TraceConfiguration, context),
|
|
1817
1817
|
}),
|
|
1818
1818
|
};
|
|
1819
1819
|
};
|
|
1820
|
-
const
|
|
1820
|
+
const se_CreateServiceRequest = (input, context) => {
|
|
1821
1821
|
return {
|
|
1822
1822
|
...(input.AutoScalingConfigurationArn != null && {
|
|
1823
1823
|
AutoScalingConfigurationArn: input.AutoScalingConfigurationArn,
|
|
1824
1824
|
}),
|
|
1825
1825
|
...(input.EncryptionConfiguration != null && {
|
|
1826
|
-
EncryptionConfiguration:
|
|
1826
|
+
EncryptionConfiguration: se_EncryptionConfiguration(input.EncryptionConfiguration, context),
|
|
1827
1827
|
}),
|
|
1828
1828
|
...(input.HealthCheckConfiguration != null && {
|
|
1829
|
-
HealthCheckConfiguration:
|
|
1829
|
+
HealthCheckConfiguration: se_HealthCheckConfiguration(input.HealthCheckConfiguration, context),
|
|
1830
1830
|
}),
|
|
1831
1831
|
...(input.InstanceConfiguration != null && {
|
|
1832
|
-
InstanceConfiguration:
|
|
1832
|
+
InstanceConfiguration: se_InstanceConfiguration(input.InstanceConfiguration, context),
|
|
1833
1833
|
}),
|
|
1834
1834
|
...(input.NetworkConfiguration != null && {
|
|
1835
|
-
NetworkConfiguration:
|
|
1835
|
+
NetworkConfiguration: se_NetworkConfiguration(input.NetworkConfiguration, context),
|
|
1836
1836
|
}),
|
|
1837
1837
|
...(input.ObservabilityConfiguration != null && {
|
|
1838
|
-
ObservabilityConfiguration:
|
|
1838
|
+
ObservabilityConfiguration: se_ServiceObservabilityConfiguration(input.ObservabilityConfiguration, context),
|
|
1839
1839
|
}),
|
|
1840
1840
|
...(input.ServiceName != null && { ServiceName: input.ServiceName }),
|
|
1841
1841
|
...(input.SourceConfiguration != null && {
|
|
1842
|
-
SourceConfiguration:
|
|
1842
|
+
SourceConfiguration: se_SourceConfiguration(input.SourceConfiguration, context),
|
|
1843
1843
|
}),
|
|
1844
|
-
...(input.Tags != null && { Tags:
|
|
1844
|
+
...(input.Tags != null && { Tags: se_TagList(input.Tags, context) }),
|
|
1845
1845
|
};
|
|
1846
1846
|
};
|
|
1847
|
-
const
|
|
1847
|
+
const se_CreateVpcConnectorRequest = (input, context) => {
|
|
1848
1848
|
return {
|
|
1849
|
-
...(input.SecurityGroups != null && {
|
|
1850
|
-
|
|
1851
|
-
}),
|
|
1852
|
-
...(input.Subnets != null && { Subnets: serializeAws_json1_0StringList(input.Subnets, context) }),
|
|
1853
|
-
...(input.Tags != null && { Tags: serializeAws_json1_0TagList(input.Tags, context) }),
|
|
1849
|
+
...(input.SecurityGroups != null && { SecurityGroups: se_StringList(input.SecurityGroups, context) }),
|
|
1850
|
+
...(input.Subnets != null && { Subnets: se_StringList(input.Subnets, context) }),
|
|
1851
|
+
...(input.Tags != null && { Tags: se_TagList(input.Tags, context) }),
|
|
1854
1852
|
...(input.VpcConnectorName != null && { VpcConnectorName: input.VpcConnectorName }),
|
|
1855
1853
|
};
|
|
1856
1854
|
};
|
|
1857
|
-
const
|
|
1855
|
+
const se_CreateVpcIngressConnectionRequest = (input, context) => {
|
|
1858
1856
|
return {
|
|
1859
1857
|
...(input.IngressVpcConfiguration != null && {
|
|
1860
|
-
IngressVpcConfiguration:
|
|
1858
|
+
IngressVpcConfiguration: se_IngressVpcConfiguration(input.IngressVpcConfiguration, context),
|
|
1861
1859
|
}),
|
|
1862
1860
|
...(input.ServiceArn != null && { ServiceArn: input.ServiceArn }),
|
|
1863
|
-
...(input.Tags != null && { Tags:
|
|
1861
|
+
...(input.Tags != null && { Tags: se_TagList(input.Tags, context) }),
|
|
1864
1862
|
...(input.VpcIngressConnectionName != null && { VpcIngressConnectionName: input.VpcIngressConnectionName }),
|
|
1865
1863
|
};
|
|
1866
1864
|
};
|
|
1867
|
-
const
|
|
1865
|
+
const se_DeleteAutoScalingConfigurationRequest = (input, context) => {
|
|
1868
1866
|
return {
|
|
1869
1867
|
...(input.AutoScalingConfigurationArn != null && {
|
|
1870
1868
|
AutoScalingConfigurationArn: input.AutoScalingConfigurationArn,
|
|
1871
1869
|
}),
|
|
1872
1870
|
};
|
|
1873
1871
|
};
|
|
1874
|
-
const
|
|
1872
|
+
const se_DeleteConnectionRequest = (input, context) => {
|
|
1875
1873
|
return {
|
|
1876
1874
|
...(input.ConnectionArn != null && { ConnectionArn: input.ConnectionArn }),
|
|
1877
1875
|
};
|
|
1878
1876
|
};
|
|
1879
|
-
const
|
|
1877
|
+
const se_DeleteObservabilityConfigurationRequest = (input, context) => {
|
|
1880
1878
|
return {
|
|
1881
1879
|
...(input.ObservabilityConfigurationArn != null && {
|
|
1882
1880
|
ObservabilityConfigurationArn: input.ObservabilityConfigurationArn,
|
|
1883
1881
|
}),
|
|
1884
1882
|
};
|
|
1885
1883
|
};
|
|
1886
|
-
const
|
|
1884
|
+
const se_DeleteServiceRequest = (input, context) => {
|
|
1887
1885
|
return {
|
|
1888
1886
|
...(input.ServiceArn != null && { ServiceArn: input.ServiceArn }),
|
|
1889
1887
|
};
|
|
1890
1888
|
};
|
|
1891
|
-
const
|
|
1889
|
+
const se_DeleteVpcConnectorRequest = (input, context) => {
|
|
1892
1890
|
return {
|
|
1893
1891
|
...(input.VpcConnectorArn != null && { VpcConnectorArn: input.VpcConnectorArn }),
|
|
1894
1892
|
};
|
|
1895
1893
|
};
|
|
1896
|
-
const
|
|
1894
|
+
const se_DeleteVpcIngressConnectionRequest = (input, context) => {
|
|
1897
1895
|
return {
|
|
1898
1896
|
...(input.VpcIngressConnectionArn != null && { VpcIngressConnectionArn: input.VpcIngressConnectionArn }),
|
|
1899
1897
|
};
|
|
1900
1898
|
};
|
|
1901
|
-
const
|
|
1899
|
+
const se_DescribeAutoScalingConfigurationRequest = (input, context) => {
|
|
1902
1900
|
return {
|
|
1903
1901
|
...(input.AutoScalingConfigurationArn != null && {
|
|
1904
1902
|
AutoScalingConfigurationArn: input.AutoScalingConfigurationArn,
|
|
1905
1903
|
}),
|
|
1906
1904
|
};
|
|
1907
1905
|
};
|
|
1908
|
-
const
|
|
1906
|
+
const se_DescribeCustomDomainsRequest = (input, context) => {
|
|
1909
1907
|
return {
|
|
1910
1908
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
1911
1909
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
1912
1910
|
...(input.ServiceArn != null && { ServiceArn: input.ServiceArn }),
|
|
1913
1911
|
};
|
|
1914
1912
|
};
|
|
1915
|
-
const
|
|
1913
|
+
const se_DescribeObservabilityConfigurationRequest = (input, context) => {
|
|
1916
1914
|
return {
|
|
1917
1915
|
...(input.ObservabilityConfigurationArn != null && {
|
|
1918
1916
|
ObservabilityConfigurationArn: input.ObservabilityConfigurationArn,
|
|
1919
1917
|
}),
|
|
1920
1918
|
};
|
|
1921
1919
|
};
|
|
1922
|
-
const
|
|
1920
|
+
const se_DescribeServiceRequest = (input, context) => {
|
|
1923
1921
|
return {
|
|
1924
1922
|
...(input.ServiceArn != null && { ServiceArn: input.ServiceArn }),
|
|
1925
1923
|
};
|
|
1926
1924
|
};
|
|
1927
|
-
const
|
|
1925
|
+
const se_DescribeVpcConnectorRequest = (input, context) => {
|
|
1928
1926
|
return {
|
|
1929
1927
|
...(input.VpcConnectorArn != null && { VpcConnectorArn: input.VpcConnectorArn }),
|
|
1930
1928
|
};
|
|
1931
1929
|
};
|
|
1932
|
-
const
|
|
1930
|
+
const se_DescribeVpcIngressConnectionRequest = (input, context) => {
|
|
1933
1931
|
return {
|
|
1934
1932
|
...(input.VpcIngressConnectionArn != null && { VpcIngressConnectionArn: input.VpcIngressConnectionArn }),
|
|
1935
1933
|
};
|
|
1936
1934
|
};
|
|
1937
|
-
const
|
|
1935
|
+
const se_DisassociateCustomDomainRequest = (input, context) => {
|
|
1938
1936
|
return {
|
|
1939
1937
|
...(input.DomainName != null && { DomainName: input.DomainName }),
|
|
1940
1938
|
...(input.ServiceArn != null && { ServiceArn: input.ServiceArn }),
|
|
1941
1939
|
};
|
|
1942
1940
|
};
|
|
1943
|
-
const
|
|
1941
|
+
const se_EgressConfiguration = (input, context) => {
|
|
1944
1942
|
return {
|
|
1945
1943
|
...(input.EgressType != null && { EgressType: input.EgressType }),
|
|
1946
1944
|
...(input.VpcConnectorArn != null && { VpcConnectorArn: input.VpcConnectorArn }),
|
|
1947
1945
|
};
|
|
1948
1946
|
};
|
|
1949
|
-
const
|
|
1947
|
+
const se_EncryptionConfiguration = (input, context) => {
|
|
1950
1948
|
return {
|
|
1951
1949
|
...(input.KmsKey != null && { KmsKey: input.KmsKey }),
|
|
1952
1950
|
};
|
|
1953
1951
|
};
|
|
1954
|
-
const
|
|
1952
|
+
const se_HealthCheckConfiguration = (input, context) => {
|
|
1955
1953
|
return {
|
|
1956
1954
|
...(input.HealthyThreshold != null && { HealthyThreshold: input.HealthyThreshold }),
|
|
1957
1955
|
...(input.Interval != null && { Interval: input.Interval }),
|
|
@@ -1961,46 +1959,46 @@ const serializeAws_json1_0HealthCheckConfiguration = (input, context) => {
|
|
|
1961
1959
|
...(input.UnhealthyThreshold != null && { UnhealthyThreshold: input.UnhealthyThreshold }),
|
|
1962
1960
|
};
|
|
1963
1961
|
};
|
|
1964
|
-
const
|
|
1962
|
+
const se_ImageConfiguration = (input, context) => {
|
|
1965
1963
|
return {
|
|
1966
1964
|
...(input.Port != null && { Port: input.Port }),
|
|
1967
1965
|
...(input.RuntimeEnvironmentSecrets != null && {
|
|
1968
|
-
RuntimeEnvironmentSecrets:
|
|
1966
|
+
RuntimeEnvironmentSecrets: se_RuntimeEnvironmentSecrets(input.RuntimeEnvironmentSecrets, context),
|
|
1969
1967
|
}),
|
|
1970
1968
|
...(input.RuntimeEnvironmentVariables != null && {
|
|
1971
|
-
RuntimeEnvironmentVariables:
|
|
1969
|
+
RuntimeEnvironmentVariables: se_RuntimeEnvironmentVariables(input.RuntimeEnvironmentVariables, context),
|
|
1972
1970
|
}),
|
|
1973
1971
|
...(input.StartCommand != null && { StartCommand: input.StartCommand }),
|
|
1974
1972
|
};
|
|
1975
1973
|
};
|
|
1976
|
-
const
|
|
1974
|
+
const se_ImageRepository = (input, context) => {
|
|
1977
1975
|
return {
|
|
1978
1976
|
...(input.ImageConfiguration != null && {
|
|
1979
|
-
ImageConfiguration:
|
|
1977
|
+
ImageConfiguration: se_ImageConfiguration(input.ImageConfiguration, context),
|
|
1980
1978
|
}),
|
|
1981
1979
|
...(input.ImageIdentifier != null && { ImageIdentifier: input.ImageIdentifier }),
|
|
1982
1980
|
...(input.ImageRepositoryType != null && { ImageRepositoryType: input.ImageRepositoryType }),
|
|
1983
1981
|
};
|
|
1984
1982
|
};
|
|
1985
|
-
const
|
|
1983
|
+
const se_IngressConfiguration = (input, context) => {
|
|
1986
1984
|
return {
|
|
1987
1985
|
...(input.IsPubliclyAccessible != null && { IsPubliclyAccessible: input.IsPubliclyAccessible }),
|
|
1988
1986
|
};
|
|
1989
1987
|
};
|
|
1990
|
-
const
|
|
1988
|
+
const se_IngressVpcConfiguration = (input, context) => {
|
|
1991
1989
|
return {
|
|
1992
1990
|
...(input.VpcEndpointId != null && { VpcEndpointId: input.VpcEndpointId }),
|
|
1993
1991
|
...(input.VpcId != null && { VpcId: input.VpcId }),
|
|
1994
1992
|
};
|
|
1995
1993
|
};
|
|
1996
|
-
const
|
|
1994
|
+
const se_InstanceConfiguration = (input, context) => {
|
|
1997
1995
|
return {
|
|
1998
1996
|
...(input.Cpu != null && { Cpu: input.Cpu }),
|
|
1999
1997
|
...(input.InstanceRoleArn != null && { InstanceRoleArn: input.InstanceRoleArn }),
|
|
2000
1998
|
...(input.Memory != null && { Memory: input.Memory }),
|
|
2001
1999
|
};
|
|
2002
2000
|
};
|
|
2003
|
-
const
|
|
2001
|
+
const se_ListAutoScalingConfigurationsRequest = (input, context) => {
|
|
2004
2002
|
return {
|
|
2005
2003
|
...(input.AutoScalingConfigurationName != null && {
|
|
2006
2004
|
AutoScalingConfigurationName: input.AutoScalingConfigurationName,
|
|
@@ -2010,14 +2008,14 @@ const serializeAws_json1_0ListAutoScalingConfigurationsRequest = (input, context
|
|
|
2010
2008
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
2011
2009
|
};
|
|
2012
2010
|
};
|
|
2013
|
-
const
|
|
2011
|
+
const se_ListConnectionsRequest = (input, context) => {
|
|
2014
2012
|
return {
|
|
2015
2013
|
...(input.ConnectionName != null && { ConnectionName: input.ConnectionName }),
|
|
2016
2014
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
2017
2015
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
2018
2016
|
};
|
|
2019
2017
|
};
|
|
2020
|
-
const
|
|
2018
|
+
const se_ListObservabilityConfigurationsRequest = (input, context) => {
|
|
2021
2019
|
return {
|
|
2022
2020
|
...(input.LatestOnly != null && { LatestOnly: input.LatestOnly }),
|
|
2023
2021
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
@@ -2027,64 +2025,64 @@ const serializeAws_json1_0ListObservabilityConfigurationsRequest = (input, conte
|
|
|
2027
2025
|
}),
|
|
2028
2026
|
};
|
|
2029
2027
|
};
|
|
2030
|
-
const
|
|
2028
|
+
const se_ListOperationsRequest = (input, context) => {
|
|
2031
2029
|
return {
|
|
2032
2030
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
2033
2031
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
2034
2032
|
...(input.ServiceArn != null && { ServiceArn: input.ServiceArn }),
|
|
2035
2033
|
};
|
|
2036
2034
|
};
|
|
2037
|
-
const
|
|
2035
|
+
const se_ListServicesRequest = (input, context) => {
|
|
2038
2036
|
return {
|
|
2039
2037
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
2040
2038
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
2041
2039
|
};
|
|
2042
2040
|
};
|
|
2043
|
-
const
|
|
2041
|
+
const se_ListTagsForResourceRequest = (input, context) => {
|
|
2044
2042
|
return {
|
|
2045
2043
|
...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }),
|
|
2046
2044
|
};
|
|
2047
2045
|
};
|
|
2048
|
-
const
|
|
2046
|
+
const se_ListVpcConnectorsRequest = (input, context) => {
|
|
2049
2047
|
return {
|
|
2050
2048
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
2051
2049
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
2052
2050
|
};
|
|
2053
2051
|
};
|
|
2054
|
-
const
|
|
2052
|
+
const se_ListVpcIngressConnectionsFilter = (input, context) => {
|
|
2055
2053
|
return {
|
|
2056
2054
|
...(input.ServiceArn != null && { ServiceArn: input.ServiceArn }),
|
|
2057
2055
|
...(input.VpcEndpointId != null && { VpcEndpointId: input.VpcEndpointId }),
|
|
2058
2056
|
};
|
|
2059
2057
|
};
|
|
2060
|
-
const
|
|
2058
|
+
const se_ListVpcIngressConnectionsRequest = (input, context) => {
|
|
2061
2059
|
return {
|
|
2062
|
-
...(input.Filter != null && { Filter:
|
|
2060
|
+
...(input.Filter != null && { Filter: se_ListVpcIngressConnectionsFilter(input.Filter, context) }),
|
|
2063
2061
|
...(input.MaxResults != null && { MaxResults: input.MaxResults }),
|
|
2064
2062
|
...(input.NextToken != null && { NextToken: input.NextToken }),
|
|
2065
2063
|
};
|
|
2066
2064
|
};
|
|
2067
|
-
const
|
|
2065
|
+
const se_NetworkConfiguration = (input, context) => {
|
|
2068
2066
|
return {
|
|
2069
2067
|
...(input.EgressConfiguration != null && {
|
|
2070
|
-
EgressConfiguration:
|
|
2068
|
+
EgressConfiguration: se_EgressConfiguration(input.EgressConfiguration, context),
|
|
2071
2069
|
}),
|
|
2072
2070
|
...(input.IngressConfiguration != null && {
|
|
2073
|
-
IngressConfiguration:
|
|
2071
|
+
IngressConfiguration: se_IngressConfiguration(input.IngressConfiguration, context),
|
|
2074
2072
|
}),
|
|
2075
2073
|
};
|
|
2076
2074
|
};
|
|
2077
|
-
const
|
|
2075
|
+
const se_PauseServiceRequest = (input, context) => {
|
|
2078
2076
|
return {
|
|
2079
2077
|
...(input.ServiceArn != null && { ServiceArn: input.ServiceArn }),
|
|
2080
2078
|
};
|
|
2081
2079
|
};
|
|
2082
|
-
const
|
|
2080
|
+
const se_ResumeServiceRequest = (input, context) => {
|
|
2083
2081
|
return {
|
|
2084
2082
|
...(input.ServiceArn != null && { ServiceArn: input.ServiceArn }),
|
|
2085
2083
|
};
|
|
2086
2084
|
};
|
|
2087
|
-
const
|
|
2085
|
+
const se_RuntimeEnvironmentSecrets = (input, context) => {
|
|
2088
2086
|
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
2089
2087
|
if (value === null) {
|
|
2090
2088
|
return acc;
|
|
@@ -2093,7 +2091,7 @@ const serializeAws_json1_0RuntimeEnvironmentSecrets = (input, context) => {
|
|
|
2093
2091
|
return acc;
|
|
2094
2092
|
}, {});
|
|
2095
2093
|
};
|
|
2096
|
-
const
|
|
2094
|
+
const se_RuntimeEnvironmentVariables = (input, context) => {
|
|
2097
2095
|
return Object.entries(input).reduce((acc, [key, value]) => {
|
|
2098
2096
|
if (value === null) {
|
|
2099
2097
|
return acc;
|
|
@@ -2102,7 +2100,7 @@ const serializeAws_json1_0RuntimeEnvironmentVariables = (input, context) => {
|
|
|
2102
2100
|
return acc;
|
|
2103
2101
|
}, {});
|
|
2104
2102
|
};
|
|
2105
|
-
const
|
|
2103
|
+
const se_ServiceObservabilityConfiguration = (input, context) => {
|
|
2106
2104
|
return {
|
|
2107
2105
|
...(input.ObservabilityConfigurationArn != null && {
|
|
2108
2106
|
ObservabilityConfigurationArn: input.ObservabilityConfigurationArn,
|
|
@@ -2110,121 +2108,117 @@ const serializeAws_json1_0ServiceObservabilityConfiguration = (input, context) =
|
|
|
2110
2108
|
...(input.ObservabilityEnabled != null && { ObservabilityEnabled: input.ObservabilityEnabled }),
|
|
2111
2109
|
};
|
|
2112
2110
|
};
|
|
2113
|
-
const
|
|
2111
|
+
const se_SourceCodeVersion = (input, context) => {
|
|
2114
2112
|
return {
|
|
2115
2113
|
...(input.Type != null && { Type: input.Type }),
|
|
2116
2114
|
...(input.Value != null && { Value: input.Value }),
|
|
2117
2115
|
};
|
|
2118
2116
|
};
|
|
2119
|
-
const
|
|
2117
|
+
const se_SourceConfiguration = (input, context) => {
|
|
2120
2118
|
return {
|
|
2121
2119
|
...(input.AuthenticationConfiguration != null && {
|
|
2122
|
-
AuthenticationConfiguration:
|
|
2120
|
+
AuthenticationConfiguration: se_AuthenticationConfiguration(input.AuthenticationConfiguration, context),
|
|
2123
2121
|
}),
|
|
2124
2122
|
...(input.AutoDeploymentsEnabled != null && { AutoDeploymentsEnabled: input.AutoDeploymentsEnabled }),
|
|
2125
|
-
...(input.CodeRepository != null && {
|
|
2126
|
-
|
|
2127
|
-
}),
|
|
2128
|
-
...(input.ImageRepository != null && {
|
|
2129
|
-
ImageRepository: serializeAws_json1_0ImageRepository(input.ImageRepository, context),
|
|
2130
|
-
}),
|
|
2123
|
+
...(input.CodeRepository != null && { CodeRepository: se_CodeRepository(input.CodeRepository, context) }),
|
|
2124
|
+
...(input.ImageRepository != null && { ImageRepository: se_ImageRepository(input.ImageRepository, context) }),
|
|
2131
2125
|
};
|
|
2132
2126
|
};
|
|
2133
|
-
const
|
|
2127
|
+
const se_StartDeploymentRequest = (input, context) => {
|
|
2134
2128
|
return {
|
|
2135
2129
|
...(input.ServiceArn != null && { ServiceArn: input.ServiceArn }),
|
|
2136
2130
|
};
|
|
2137
2131
|
};
|
|
2138
|
-
const
|
|
2132
|
+
const se_StringList = (input, context) => {
|
|
2139
2133
|
return input
|
|
2140
2134
|
.filter((e) => e != null)
|
|
2141
2135
|
.map((entry) => {
|
|
2142
2136
|
return entry;
|
|
2143
2137
|
});
|
|
2144
2138
|
};
|
|
2145
|
-
const
|
|
2139
|
+
const se_Tag = (input, context) => {
|
|
2146
2140
|
return {
|
|
2147
2141
|
...(input.Key != null && { Key: input.Key }),
|
|
2148
2142
|
...(input.Value != null && { Value: input.Value }),
|
|
2149
2143
|
};
|
|
2150
2144
|
};
|
|
2151
|
-
const
|
|
2145
|
+
const se_TagKeyList = (input, context) => {
|
|
2152
2146
|
return input
|
|
2153
2147
|
.filter((e) => e != null)
|
|
2154
2148
|
.map((entry) => {
|
|
2155
2149
|
return entry;
|
|
2156
2150
|
});
|
|
2157
2151
|
};
|
|
2158
|
-
const
|
|
2152
|
+
const se_TagList = (input, context) => {
|
|
2159
2153
|
return input
|
|
2160
2154
|
.filter((e) => e != null)
|
|
2161
2155
|
.map((entry) => {
|
|
2162
|
-
return
|
|
2156
|
+
return se_Tag(entry, context);
|
|
2163
2157
|
});
|
|
2164
2158
|
};
|
|
2165
|
-
const
|
|
2159
|
+
const se_TagResourceRequest = (input, context) => {
|
|
2166
2160
|
return {
|
|
2167
2161
|
...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }),
|
|
2168
|
-
...(input.Tags != null && { Tags:
|
|
2162
|
+
...(input.Tags != null && { Tags: se_TagList(input.Tags, context) }),
|
|
2169
2163
|
};
|
|
2170
2164
|
};
|
|
2171
|
-
const
|
|
2165
|
+
const se_TraceConfiguration = (input, context) => {
|
|
2172
2166
|
return {
|
|
2173
2167
|
...(input.Vendor != null && { Vendor: input.Vendor }),
|
|
2174
2168
|
};
|
|
2175
2169
|
};
|
|
2176
|
-
const
|
|
2170
|
+
const se_UntagResourceRequest = (input, context) => {
|
|
2177
2171
|
return {
|
|
2178
2172
|
...(input.ResourceArn != null && { ResourceArn: input.ResourceArn }),
|
|
2179
|
-
...(input.TagKeys != null && { TagKeys:
|
|
2173
|
+
...(input.TagKeys != null && { TagKeys: se_TagKeyList(input.TagKeys, context) }),
|
|
2180
2174
|
};
|
|
2181
2175
|
};
|
|
2182
|
-
const
|
|
2176
|
+
const se_UpdateServiceRequest = (input, context) => {
|
|
2183
2177
|
return {
|
|
2184
2178
|
...(input.AutoScalingConfigurationArn != null && {
|
|
2185
2179
|
AutoScalingConfigurationArn: input.AutoScalingConfigurationArn,
|
|
2186
2180
|
}),
|
|
2187
2181
|
...(input.HealthCheckConfiguration != null && {
|
|
2188
|
-
HealthCheckConfiguration:
|
|
2182
|
+
HealthCheckConfiguration: se_HealthCheckConfiguration(input.HealthCheckConfiguration, context),
|
|
2189
2183
|
}),
|
|
2190
2184
|
...(input.InstanceConfiguration != null && {
|
|
2191
|
-
InstanceConfiguration:
|
|
2185
|
+
InstanceConfiguration: se_InstanceConfiguration(input.InstanceConfiguration, context),
|
|
2192
2186
|
}),
|
|
2193
2187
|
...(input.NetworkConfiguration != null && {
|
|
2194
|
-
NetworkConfiguration:
|
|
2188
|
+
NetworkConfiguration: se_NetworkConfiguration(input.NetworkConfiguration, context),
|
|
2195
2189
|
}),
|
|
2196
2190
|
...(input.ObservabilityConfiguration != null && {
|
|
2197
|
-
ObservabilityConfiguration:
|
|
2191
|
+
ObservabilityConfiguration: se_ServiceObservabilityConfiguration(input.ObservabilityConfiguration, context),
|
|
2198
2192
|
}),
|
|
2199
2193
|
...(input.ServiceArn != null && { ServiceArn: input.ServiceArn }),
|
|
2200
2194
|
...(input.SourceConfiguration != null && {
|
|
2201
|
-
SourceConfiguration:
|
|
2195
|
+
SourceConfiguration: se_SourceConfiguration(input.SourceConfiguration, context),
|
|
2202
2196
|
}),
|
|
2203
2197
|
};
|
|
2204
2198
|
};
|
|
2205
|
-
const
|
|
2199
|
+
const se_UpdateVpcIngressConnectionRequest = (input, context) => {
|
|
2206
2200
|
return {
|
|
2207
2201
|
...(input.IngressVpcConfiguration != null && {
|
|
2208
|
-
IngressVpcConfiguration:
|
|
2202
|
+
IngressVpcConfiguration: se_IngressVpcConfiguration(input.IngressVpcConfiguration, context),
|
|
2209
2203
|
}),
|
|
2210
2204
|
...(input.VpcIngressConnectionArn != null && { VpcIngressConnectionArn: input.VpcIngressConnectionArn }),
|
|
2211
2205
|
};
|
|
2212
2206
|
};
|
|
2213
|
-
const
|
|
2207
|
+
const de_AssociateCustomDomainResponse = (output, context) => {
|
|
2214
2208
|
return {
|
|
2215
|
-
CustomDomain: output.CustomDomain != null ?
|
|
2209
|
+
CustomDomain: output.CustomDomain != null ? de_CustomDomain(output.CustomDomain, context) : undefined,
|
|
2216
2210
|
DNSTarget: __expectString(output.DNSTarget),
|
|
2217
2211
|
ServiceArn: __expectString(output.ServiceArn),
|
|
2218
|
-
VpcDNSTargets: output.VpcDNSTargets != null ?
|
|
2212
|
+
VpcDNSTargets: output.VpcDNSTargets != null ? de_VpcDNSTargetList(output.VpcDNSTargets, context) : undefined,
|
|
2219
2213
|
};
|
|
2220
2214
|
};
|
|
2221
|
-
const
|
|
2215
|
+
const de_AuthenticationConfiguration = (output, context) => {
|
|
2222
2216
|
return {
|
|
2223
2217
|
AccessRoleArn: __expectString(output.AccessRoleArn),
|
|
2224
2218
|
ConnectionArn: __expectString(output.ConnectionArn),
|
|
2225
2219
|
};
|
|
2226
2220
|
};
|
|
2227
|
-
const
|
|
2221
|
+
const de_AutoScalingConfiguration = (output, context) => {
|
|
2228
2222
|
return {
|
|
2229
2223
|
AutoScalingConfigurationArn: __expectString(output.AutoScalingConfigurationArn),
|
|
2230
2224
|
AutoScalingConfigurationName: __expectString(output.AutoScalingConfigurationName),
|
|
@@ -2238,25 +2232,25 @@ const deserializeAws_json1_0AutoScalingConfiguration = (output, context) => {
|
|
|
2238
2232
|
Status: __expectString(output.Status),
|
|
2239
2233
|
};
|
|
2240
2234
|
};
|
|
2241
|
-
const
|
|
2235
|
+
const de_AutoScalingConfigurationSummary = (output, context) => {
|
|
2242
2236
|
return {
|
|
2243
2237
|
AutoScalingConfigurationArn: __expectString(output.AutoScalingConfigurationArn),
|
|
2244
2238
|
AutoScalingConfigurationName: __expectString(output.AutoScalingConfigurationName),
|
|
2245
2239
|
AutoScalingConfigurationRevision: __expectInt32(output.AutoScalingConfigurationRevision),
|
|
2246
2240
|
};
|
|
2247
2241
|
};
|
|
2248
|
-
const
|
|
2242
|
+
const de_AutoScalingConfigurationSummaryList = (output, context) => {
|
|
2249
2243
|
const retVal = (output || [])
|
|
2250
2244
|
.filter((e) => e != null)
|
|
2251
2245
|
.map((entry) => {
|
|
2252
2246
|
if (entry === null) {
|
|
2253
2247
|
return null;
|
|
2254
2248
|
}
|
|
2255
|
-
return
|
|
2249
|
+
return de_AutoScalingConfigurationSummary(entry, context);
|
|
2256
2250
|
});
|
|
2257
2251
|
return retVal;
|
|
2258
2252
|
};
|
|
2259
|
-
const
|
|
2253
|
+
const de_CertificateValidationRecord = (output, context) => {
|
|
2260
2254
|
return {
|
|
2261
2255
|
Name: __expectString(output.Name),
|
|
2262
2256
|
Status: __expectString(output.Status),
|
|
@@ -2264,51 +2258,47 @@ const deserializeAws_json1_0CertificateValidationRecord = (output, context) => {
|
|
|
2264
2258
|
Value: __expectString(output.Value),
|
|
2265
2259
|
};
|
|
2266
2260
|
};
|
|
2267
|
-
const
|
|
2261
|
+
const de_CertificateValidationRecordList = (output, context) => {
|
|
2268
2262
|
const retVal = (output || [])
|
|
2269
2263
|
.filter((e) => e != null)
|
|
2270
2264
|
.map((entry) => {
|
|
2271
2265
|
if (entry === null) {
|
|
2272
2266
|
return null;
|
|
2273
2267
|
}
|
|
2274
|
-
return
|
|
2268
|
+
return de_CertificateValidationRecord(entry, context);
|
|
2275
2269
|
});
|
|
2276
2270
|
return retVal;
|
|
2277
2271
|
};
|
|
2278
|
-
const
|
|
2272
|
+
const de_CodeConfiguration = (output, context) => {
|
|
2279
2273
|
return {
|
|
2280
2274
|
CodeConfigurationValues: output.CodeConfigurationValues != null
|
|
2281
|
-
?
|
|
2275
|
+
? de_CodeConfigurationValues(output.CodeConfigurationValues, context)
|
|
2282
2276
|
: undefined,
|
|
2283
2277
|
ConfigurationSource: __expectString(output.ConfigurationSource),
|
|
2284
2278
|
};
|
|
2285
2279
|
};
|
|
2286
|
-
const
|
|
2280
|
+
const de_CodeConfigurationValues = (output, context) => {
|
|
2287
2281
|
return {
|
|
2288
2282
|
BuildCommand: __expectString(output.BuildCommand),
|
|
2289
2283
|
Port: __expectString(output.Port),
|
|
2290
2284
|
Runtime: __expectString(output.Runtime),
|
|
2291
2285
|
RuntimeEnvironmentSecrets: output.RuntimeEnvironmentSecrets != null
|
|
2292
|
-
?
|
|
2286
|
+
? de_RuntimeEnvironmentSecrets(output.RuntimeEnvironmentSecrets, context)
|
|
2293
2287
|
: undefined,
|
|
2294
2288
|
RuntimeEnvironmentVariables: output.RuntimeEnvironmentVariables != null
|
|
2295
|
-
?
|
|
2289
|
+
? de_RuntimeEnvironmentVariables(output.RuntimeEnvironmentVariables, context)
|
|
2296
2290
|
: undefined,
|
|
2297
2291
|
StartCommand: __expectString(output.StartCommand),
|
|
2298
2292
|
};
|
|
2299
2293
|
};
|
|
2300
|
-
const
|
|
2294
|
+
const de_CodeRepository = (output, context) => {
|
|
2301
2295
|
return {
|
|
2302
|
-
CodeConfiguration: output.CodeConfiguration != null
|
|
2303
|
-
? deserializeAws_json1_0CodeConfiguration(output.CodeConfiguration, context)
|
|
2304
|
-
: undefined,
|
|
2296
|
+
CodeConfiguration: output.CodeConfiguration != null ? de_CodeConfiguration(output.CodeConfiguration, context) : undefined,
|
|
2305
2297
|
RepositoryUrl: __expectString(output.RepositoryUrl),
|
|
2306
|
-
SourceCodeVersion: output.SourceCodeVersion != null
|
|
2307
|
-
? deserializeAws_json1_0SourceCodeVersion(output.SourceCodeVersion, context)
|
|
2308
|
-
: undefined,
|
|
2298
|
+
SourceCodeVersion: output.SourceCodeVersion != null ? de_SourceCodeVersion(output.SourceCodeVersion, context) : undefined,
|
|
2309
2299
|
};
|
|
2310
2300
|
};
|
|
2311
|
-
const
|
|
2301
|
+
const de_Connection = (output, context) => {
|
|
2312
2302
|
return {
|
|
2313
2303
|
ConnectionArn: __expectString(output.ConnectionArn),
|
|
2314
2304
|
ConnectionName: __expectString(output.ConnectionName),
|
|
@@ -2317,7 +2307,7 @@ const deserializeAws_json1_0Connection = (output, context) => {
|
|
|
2317
2307
|
Status: __expectString(output.Status),
|
|
2318
2308
|
};
|
|
2319
2309
|
};
|
|
2320
|
-
const
|
|
2310
|
+
const de_ConnectionSummary = (output, context) => {
|
|
2321
2311
|
return {
|
|
2322
2312
|
ConnectionArn: __expectString(output.ConnectionArn),
|
|
2323
2313
|
ConnectionName: __expectString(output.ConnectionName),
|
|
@@ -2326,172 +2316,166 @@ const deserializeAws_json1_0ConnectionSummary = (output, context) => {
|
|
|
2326
2316
|
Status: __expectString(output.Status),
|
|
2327
2317
|
};
|
|
2328
2318
|
};
|
|
2329
|
-
const
|
|
2319
|
+
const de_ConnectionSummaryList = (output, context) => {
|
|
2330
2320
|
const retVal = (output || [])
|
|
2331
2321
|
.filter((e) => e != null)
|
|
2332
2322
|
.map((entry) => {
|
|
2333
2323
|
if (entry === null) {
|
|
2334
2324
|
return null;
|
|
2335
2325
|
}
|
|
2336
|
-
return
|
|
2326
|
+
return de_ConnectionSummary(entry, context);
|
|
2337
2327
|
});
|
|
2338
2328
|
return retVal;
|
|
2339
2329
|
};
|
|
2340
|
-
const
|
|
2330
|
+
const de_CreateAutoScalingConfigurationResponse = (output, context) => {
|
|
2341
2331
|
return {
|
|
2342
2332
|
AutoScalingConfiguration: output.AutoScalingConfiguration != null
|
|
2343
|
-
?
|
|
2333
|
+
? de_AutoScalingConfiguration(output.AutoScalingConfiguration, context)
|
|
2344
2334
|
: undefined,
|
|
2345
2335
|
};
|
|
2346
2336
|
};
|
|
2347
|
-
const
|
|
2337
|
+
const de_CreateConnectionResponse = (output, context) => {
|
|
2348
2338
|
return {
|
|
2349
|
-
Connection: output.Connection != null ?
|
|
2339
|
+
Connection: output.Connection != null ? de_Connection(output.Connection, context) : undefined,
|
|
2350
2340
|
};
|
|
2351
2341
|
};
|
|
2352
|
-
const
|
|
2342
|
+
const de_CreateObservabilityConfigurationResponse = (output, context) => {
|
|
2353
2343
|
return {
|
|
2354
2344
|
ObservabilityConfiguration: output.ObservabilityConfiguration != null
|
|
2355
|
-
?
|
|
2345
|
+
? de_ObservabilityConfiguration(output.ObservabilityConfiguration, context)
|
|
2356
2346
|
: undefined,
|
|
2357
2347
|
};
|
|
2358
2348
|
};
|
|
2359
|
-
const
|
|
2349
|
+
const de_CreateServiceResponse = (output, context) => {
|
|
2360
2350
|
return {
|
|
2361
2351
|
OperationId: __expectString(output.OperationId),
|
|
2362
|
-
Service: output.Service != null ?
|
|
2352
|
+
Service: output.Service != null ? de_Service(output.Service, context) : undefined,
|
|
2363
2353
|
};
|
|
2364
2354
|
};
|
|
2365
|
-
const
|
|
2355
|
+
const de_CreateVpcConnectorResponse = (output, context) => {
|
|
2366
2356
|
return {
|
|
2367
|
-
VpcConnector: output.VpcConnector != null ?
|
|
2357
|
+
VpcConnector: output.VpcConnector != null ? de_VpcConnector(output.VpcConnector, context) : undefined,
|
|
2368
2358
|
};
|
|
2369
2359
|
};
|
|
2370
|
-
const
|
|
2360
|
+
const de_CreateVpcIngressConnectionResponse = (output, context) => {
|
|
2371
2361
|
return {
|
|
2372
|
-
VpcIngressConnection: output.VpcIngressConnection != null
|
|
2373
|
-
? deserializeAws_json1_0VpcIngressConnection(output.VpcIngressConnection, context)
|
|
2374
|
-
: undefined,
|
|
2362
|
+
VpcIngressConnection: output.VpcIngressConnection != null ? de_VpcIngressConnection(output.VpcIngressConnection, context) : undefined,
|
|
2375
2363
|
};
|
|
2376
2364
|
};
|
|
2377
|
-
const
|
|
2365
|
+
const de_CustomDomain = (output, context) => {
|
|
2378
2366
|
return {
|
|
2379
2367
|
CertificateValidationRecords: output.CertificateValidationRecords != null
|
|
2380
|
-
?
|
|
2368
|
+
? de_CertificateValidationRecordList(output.CertificateValidationRecords, context)
|
|
2381
2369
|
: undefined,
|
|
2382
2370
|
DomainName: __expectString(output.DomainName),
|
|
2383
2371
|
EnableWWWSubdomain: __expectBoolean(output.EnableWWWSubdomain),
|
|
2384
2372
|
Status: __expectString(output.Status),
|
|
2385
2373
|
};
|
|
2386
2374
|
};
|
|
2387
|
-
const
|
|
2375
|
+
const de_CustomDomainList = (output, context) => {
|
|
2388
2376
|
const retVal = (output || [])
|
|
2389
2377
|
.filter((e) => e != null)
|
|
2390
2378
|
.map((entry) => {
|
|
2391
2379
|
if (entry === null) {
|
|
2392
2380
|
return null;
|
|
2393
2381
|
}
|
|
2394
|
-
return
|
|
2382
|
+
return de_CustomDomain(entry, context);
|
|
2395
2383
|
});
|
|
2396
2384
|
return retVal;
|
|
2397
2385
|
};
|
|
2398
|
-
const
|
|
2386
|
+
const de_DeleteAutoScalingConfigurationResponse = (output, context) => {
|
|
2399
2387
|
return {
|
|
2400
2388
|
AutoScalingConfiguration: output.AutoScalingConfiguration != null
|
|
2401
|
-
?
|
|
2389
|
+
? de_AutoScalingConfiguration(output.AutoScalingConfiguration, context)
|
|
2402
2390
|
: undefined,
|
|
2403
2391
|
};
|
|
2404
2392
|
};
|
|
2405
|
-
const
|
|
2393
|
+
const de_DeleteConnectionResponse = (output, context) => {
|
|
2406
2394
|
return {
|
|
2407
|
-
Connection: output.Connection != null ?
|
|
2395
|
+
Connection: output.Connection != null ? de_Connection(output.Connection, context) : undefined,
|
|
2408
2396
|
};
|
|
2409
2397
|
};
|
|
2410
|
-
const
|
|
2398
|
+
const de_DeleteObservabilityConfigurationResponse = (output, context) => {
|
|
2411
2399
|
return {
|
|
2412
2400
|
ObservabilityConfiguration: output.ObservabilityConfiguration != null
|
|
2413
|
-
?
|
|
2401
|
+
? de_ObservabilityConfiguration(output.ObservabilityConfiguration, context)
|
|
2414
2402
|
: undefined,
|
|
2415
2403
|
};
|
|
2416
2404
|
};
|
|
2417
|
-
const
|
|
2405
|
+
const de_DeleteServiceResponse = (output, context) => {
|
|
2418
2406
|
return {
|
|
2419
2407
|
OperationId: __expectString(output.OperationId),
|
|
2420
|
-
Service: output.Service != null ?
|
|
2408
|
+
Service: output.Service != null ? de_Service(output.Service, context) : undefined,
|
|
2421
2409
|
};
|
|
2422
2410
|
};
|
|
2423
|
-
const
|
|
2411
|
+
const de_DeleteVpcConnectorResponse = (output, context) => {
|
|
2424
2412
|
return {
|
|
2425
|
-
VpcConnector: output.VpcConnector != null ?
|
|
2413
|
+
VpcConnector: output.VpcConnector != null ? de_VpcConnector(output.VpcConnector, context) : undefined,
|
|
2426
2414
|
};
|
|
2427
2415
|
};
|
|
2428
|
-
const
|
|
2416
|
+
const de_DeleteVpcIngressConnectionResponse = (output, context) => {
|
|
2429
2417
|
return {
|
|
2430
|
-
VpcIngressConnection: output.VpcIngressConnection != null
|
|
2431
|
-
? deserializeAws_json1_0VpcIngressConnection(output.VpcIngressConnection, context)
|
|
2432
|
-
: undefined,
|
|
2418
|
+
VpcIngressConnection: output.VpcIngressConnection != null ? de_VpcIngressConnection(output.VpcIngressConnection, context) : undefined,
|
|
2433
2419
|
};
|
|
2434
2420
|
};
|
|
2435
|
-
const
|
|
2421
|
+
const de_DescribeAutoScalingConfigurationResponse = (output, context) => {
|
|
2436
2422
|
return {
|
|
2437
2423
|
AutoScalingConfiguration: output.AutoScalingConfiguration != null
|
|
2438
|
-
?
|
|
2424
|
+
? de_AutoScalingConfiguration(output.AutoScalingConfiguration, context)
|
|
2439
2425
|
: undefined,
|
|
2440
2426
|
};
|
|
2441
2427
|
};
|
|
2442
|
-
const
|
|
2428
|
+
const de_DescribeCustomDomainsResponse = (output, context) => {
|
|
2443
2429
|
return {
|
|
2444
|
-
CustomDomains: output.CustomDomains != null ?
|
|
2430
|
+
CustomDomains: output.CustomDomains != null ? de_CustomDomainList(output.CustomDomains, context) : undefined,
|
|
2445
2431
|
DNSTarget: __expectString(output.DNSTarget),
|
|
2446
2432
|
NextToken: __expectString(output.NextToken),
|
|
2447
2433
|
ServiceArn: __expectString(output.ServiceArn),
|
|
2448
|
-
VpcDNSTargets: output.VpcDNSTargets != null ?
|
|
2434
|
+
VpcDNSTargets: output.VpcDNSTargets != null ? de_VpcDNSTargetList(output.VpcDNSTargets, context) : undefined,
|
|
2449
2435
|
};
|
|
2450
2436
|
};
|
|
2451
|
-
const
|
|
2437
|
+
const de_DescribeObservabilityConfigurationResponse = (output, context) => {
|
|
2452
2438
|
return {
|
|
2453
2439
|
ObservabilityConfiguration: output.ObservabilityConfiguration != null
|
|
2454
|
-
?
|
|
2440
|
+
? de_ObservabilityConfiguration(output.ObservabilityConfiguration, context)
|
|
2455
2441
|
: undefined,
|
|
2456
2442
|
};
|
|
2457
2443
|
};
|
|
2458
|
-
const
|
|
2444
|
+
const de_DescribeServiceResponse = (output, context) => {
|
|
2459
2445
|
return {
|
|
2460
|
-
Service: output.Service != null ?
|
|
2446
|
+
Service: output.Service != null ? de_Service(output.Service, context) : undefined,
|
|
2461
2447
|
};
|
|
2462
2448
|
};
|
|
2463
|
-
const
|
|
2449
|
+
const de_DescribeVpcConnectorResponse = (output, context) => {
|
|
2464
2450
|
return {
|
|
2465
|
-
VpcConnector: output.VpcConnector != null ?
|
|
2451
|
+
VpcConnector: output.VpcConnector != null ? de_VpcConnector(output.VpcConnector, context) : undefined,
|
|
2466
2452
|
};
|
|
2467
2453
|
};
|
|
2468
|
-
const
|
|
2454
|
+
const de_DescribeVpcIngressConnectionResponse = (output, context) => {
|
|
2469
2455
|
return {
|
|
2470
|
-
VpcIngressConnection: output.VpcIngressConnection != null
|
|
2471
|
-
? deserializeAws_json1_0VpcIngressConnection(output.VpcIngressConnection, context)
|
|
2472
|
-
: undefined,
|
|
2456
|
+
VpcIngressConnection: output.VpcIngressConnection != null ? de_VpcIngressConnection(output.VpcIngressConnection, context) : undefined,
|
|
2473
2457
|
};
|
|
2474
2458
|
};
|
|
2475
|
-
const
|
|
2459
|
+
const de_DisassociateCustomDomainResponse = (output, context) => {
|
|
2476
2460
|
return {
|
|
2477
|
-
CustomDomain: output.CustomDomain != null ?
|
|
2461
|
+
CustomDomain: output.CustomDomain != null ? de_CustomDomain(output.CustomDomain, context) : undefined,
|
|
2478
2462
|
DNSTarget: __expectString(output.DNSTarget),
|
|
2479
2463
|
ServiceArn: __expectString(output.ServiceArn),
|
|
2480
|
-
VpcDNSTargets: output.VpcDNSTargets != null ?
|
|
2464
|
+
VpcDNSTargets: output.VpcDNSTargets != null ? de_VpcDNSTargetList(output.VpcDNSTargets, context) : undefined,
|
|
2481
2465
|
};
|
|
2482
2466
|
};
|
|
2483
|
-
const
|
|
2467
|
+
const de_EgressConfiguration = (output, context) => {
|
|
2484
2468
|
return {
|
|
2485
2469
|
EgressType: __expectString(output.EgressType),
|
|
2486
2470
|
VpcConnectorArn: __expectString(output.VpcConnectorArn),
|
|
2487
2471
|
};
|
|
2488
2472
|
};
|
|
2489
|
-
const
|
|
2473
|
+
const de_EncryptionConfiguration = (output, context) => {
|
|
2490
2474
|
return {
|
|
2491
2475
|
KmsKey: __expectString(output.KmsKey),
|
|
2492
2476
|
};
|
|
2493
2477
|
};
|
|
2494
|
-
const
|
|
2478
|
+
const de_HealthCheckConfiguration = (output, context) => {
|
|
2495
2479
|
return {
|
|
2496
2480
|
HealthyThreshold: __expectInt32(output.HealthyThreshold),
|
|
2497
2481
|
Interval: __expectInt32(output.Interval),
|
|
@@ -2501,130 +2485,120 @@ const deserializeAws_json1_0HealthCheckConfiguration = (output, context) => {
|
|
|
2501
2485
|
UnhealthyThreshold: __expectInt32(output.UnhealthyThreshold),
|
|
2502
2486
|
};
|
|
2503
2487
|
};
|
|
2504
|
-
const
|
|
2488
|
+
const de_ImageConfiguration = (output, context) => {
|
|
2505
2489
|
return {
|
|
2506
2490
|
Port: __expectString(output.Port),
|
|
2507
2491
|
RuntimeEnvironmentSecrets: output.RuntimeEnvironmentSecrets != null
|
|
2508
|
-
?
|
|
2492
|
+
? de_RuntimeEnvironmentSecrets(output.RuntimeEnvironmentSecrets, context)
|
|
2509
2493
|
: undefined,
|
|
2510
2494
|
RuntimeEnvironmentVariables: output.RuntimeEnvironmentVariables != null
|
|
2511
|
-
?
|
|
2495
|
+
? de_RuntimeEnvironmentVariables(output.RuntimeEnvironmentVariables, context)
|
|
2512
2496
|
: undefined,
|
|
2513
2497
|
StartCommand: __expectString(output.StartCommand),
|
|
2514
2498
|
};
|
|
2515
2499
|
};
|
|
2516
|
-
const
|
|
2500
|
+
const de_ImageRepository = (output, context) => {
|
|
2517
2501
|
return {
|
|
2518
|
-
ImageConfiguration: output.ImageConfiguration != null
|
|
2519
|
-
? deserializeAws_json1_0ImageConfiguration(output.ImageConfiguration, context)
|
|
2520
|
-
: undefined,
|
|
2502
|
+
ImageConfiguration: output.ImageConfiguration != null ? de_ImageConfiguration(output.ImageConfiguration, context) : undefined,
|
|
2521
2503
|
ImageIdentifier: __expectString(output.ImageIdentifier),
|
|
2522
2504
|
ImageRepositoryType: __expectString(output.ImageRepositoryType),
|
|
2523
2505
|
};
|
|
2524
2506
|
};
|
|
2525
|
-
const
|
|
2507
|
+
const de_IngressConfiguration = (output, context) => {
|
|
2526
2508
|
return {
|
|
2527
2509
|
IsPubliclyAccessible: __expectBoolean(output.IsPubliclyAccessible),
|
|
2528
2510
|
};
|
|
2529
2511
|
};
|
|
2530
|
-
const
|
|
2512
|
+
const de_IngressVpcConfiguration = (output, context) => {
|
|
2531
2513
|
return {
|
|
2532
2514
|
VpcEndpointId: __expectString(output.VpcEndpointId),
|
|
2533
2515
|
VpcId: __expectString(output.VpcId),
|
|
2534
2516
|
};
|
|
2535
2517
|
};
|
|
2536
|
-
const
|
|
2518
|
+
const de_InstanceConfiguration = (output, context) => {
|
|
2537
2519
|
return {
|
|
2538
2520
|
Cpu: __expectString(output.Cpu),
|
|
2539
2521
|
InstanceRoleArn: __expectString(output.InstanceRoleArn),
|
|
2540
2522
|
Memory: __expectString(output.Memory),
|
|
2541
2523
|
};
|
|
2542
2524
|
};
|
|
2543
|
-
const
|
|
2525
|
+
const de_InternalServiceErrorException = (output, context) => {
|
|
2544
2526
|
return {
|
|
2545
2527
|
Message: __expectString(output.Message),
|
|
2546
2528
|
};
|
|
2547
2529
|
};
|
|
2548
|
-
const
|
|
2530
|
+
const de_InvalidRequestException = (output, context) => {
|
|
2549
2531
|
return {
|
|
2550
2532
|
Message: __expectString(output.Message),
|
|
2551
2533
|
};
|
|
2552
2534
|
};
|
|
2553
|
-
const
|
|
2535
|
+
const de_InvalidStateException = (output, context) => {
|
|
2554
2536
|
return {
|
|
2555
2537
|
Message: __expectString(output.Message),
|
|
2556
2538
|
};
|
|
2557
2539
|
};
|
|
2558
|
-
const
|
|
2540
|
+
const de_ListAutoScalingConfigurationsResponse = (output, context) => {
|
|
2559
2541
|
return {
|
|
2560
2542
|
AutoScalingConfigurationSummaryList: output.AutoScalingConfigurationSummaryList != null
|
|
2561
|
-
?
|
|
2543
|
+
? de_AutoScalingConfigurationSummaryList(output.AutoScalingConfigurationSummaryList, context)
|
|
2562
2544
|
: undefined,
|
|
2563
2545
|
NextToken: __expectString(output.NextToken),
|
|
2564
2546
|
};
|
|
2565
2547
|
};
|
|
2566
|
-
const
|
|
2548
|
+
const de_ListConnectionsResponse = (output, context) => {
|
|
2567
2549
|
return {
|
|
2568
2550
|
ConnectionSummaryList: output.ConnectionSummaryList != null
|
|
2569
|
-
?
|
|
2551
|
+
? de_ConnectionSummaryList(output.ConnectionSummaryList, context)
|
|
2570
2552
|
: undefined,
|
|
2571
2553
|
NextToken: __expectString(output.NextToken),
|
|
2572
2554
|
};
|
|
2573
2555
|
};
|
|
2574
|
-
const
|
|
2556
|
+
const de_ListObservabilityConfigurationsResponse = (output, context) => {
|
|
2575
2557
|
return {
|
|
2576
2558
|
NextToken: __expectString(output.NextToken),
|
|
2577
2559
|
ObservabilityConfigurationSummaryList: output.ObservabilityConfigurationSummaryList != null
|
|
2578
|
-
?
|
|
2560
|
+
? de_ObservabilityConfigurationSummaryList(output.ObservabilityConfigurationSummaryList, context)
|
|
2579
2561
|
: undefined,
|
|
2580
2562
|
};
|
|
2581
2563
|
};
|
|
2582
|
-
const
|
|
2564
|
+
const de_ListOperationsResponse = (output, context) => {
|
|
2583
2565
|
return {
|
|
2584
2566
|
NextToken: __expectString(output.NextToken),
|
|
2585
|
-
OperationSummaryList: output.OperationSummaryList != null
|
|
2586
|
-
? deserializeAws_json1_0OperationSummaryList(output.OperationSummaryList, context)
|
|
2587
|
-
: undefined,
|
|
2567
|
+
OperationSummaryList: output.OperationSummaryList != null ? de_OperationSummaryList(output.OperationSummaryList, context) : undefined,
|
|
2588
2568
|
};
|
|
2589
2569
|
};
|
|
2590
|
-
const
|
|
2570
|
+
const de_ListServicesResponse = (output, context) => {
|
|
2591
2571
|
return {
|
|
2592
2572
|
NextToken: __expectString(output.NextToken),
|
|
2593
|
-
ServiceSummaryList: output.ServiceSummaryList != null
|
|
2594
|
-
? deserializeAws_json1_0ServiceSummaryList(output.ServiceSummaryList, context)
|
|
2595
|
-
: undefined,
|
|
2573
|
+
ServiceSummaryList: output.ServiceSummaryList != null ? de_ServiceSummaryList(output.ServiceSummaryList, context) : undefined,
|
|
2596
2574
|
};
|
|
2597
2575
|
};
|
|
2598
|
-
const
|
|
2576
|
+
const de_ListTagsForResourceResponse = (output, context) => {
|
|
2599
2577
|
return {
|
|
2600
|
-
Tags: output.Tags != null ?
|
|
2578
|
+
Tags: output.Tags != null ? de_TagList(output.Tags, context) : undefined,
|
|
2601
2579
|
};
|
|
2602
2580
|
};
|
|
2603
|
-
const
|
|
2581
|
+
const de_ListVpcConnectorsResponse = (output, context) => {
|
|
2604
2582
|
return {
|
|
2605
2583
|
NextToken: __expectString(output.NextToken),
|
|
2606
|
-
VpcConnectors: output.VpcConnectors != null ?
|
|
2584
|
+
VpcConnectors: output.VpcConnectors != null ? de_VpcConnectors(output.VpcConnectors, context) : undefined,
|
|
2607
2585
|
};
|
|
2608
2586
|
};
|
|
2609
|
-
const
|
|
2587
|
+
const de_ListVpcIngressConnectionsResponse = (output, context) => {
|
|
2610
2588
|
return {
|
|
2611
2589
|
NextToken: __expectString(output.NextToken),
|
|
2612
2590
|
VpcIngressConnectionSummaryList: output.VpcIngressConnectionSummaryList != null
|
|
2613
|
-
?
|
|
2591
|
+
? de_VpcIngressConnectionSummaryList(output.VpcIngressConnectionSummaryList, context)
|
|
2614
2592
|
: undefined,
|
|
2615
2593
|
};
|
|
2616
2594
|
};
|
|
2617
|
-
const
|
|
2595
|
+
const de_NetworkConfiguration = (output, context) => {
|
|
2618
2596
|
return {
|
|
2619
|
-
EgressConfiguration: output.EgressConfiguration != null
|
|
2620
|
-
|
|
2621
|
-
: undefined,
|
|
2622
|
-
IngressConfiguration: output.IngressConfiguration != null
|
|
2623
|
-
? deserializeAws_json1_0IngressConfiguration(output.IngressConfiguration, context)
|
|
2624
|
-
: undefined,
|
|
2597
|
+
EgressConfiguration: output.EgressConfiguration != null ? de_EgressConfiguration(output.EgressConfiguration, context) : undefined,
|
|
2598
|
+
IngressConfiguration: output.IngressConfiguration != null ? de_IngressConfiguration(output.IngressConfiguration, context) : undefined,
|
|
2625
2599
|
};
|
|
2626
2600
|
};
|
|
2627
|
-
const
|
|
2601
|
+
const de_ObservabilityConfiguration = (output, context) => {
|
|
2628
2602
|
return {
|
|
2629
2603
|
CreatedAt: output.CreatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedAt))) : undefined,
|
|
2630
2604
|
DeletedAt: output.DeletedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.DeletedAt))) : undefined,
|
|
@@ -2633,30 +2607,28 @@ const deserializeAws_json1_0ObservabilityConfiguration = (output, context) => {
|
|
|
2633
2607
|
ObservabilityConfigurationName: __expectString(output.ObservabilityConfigurationName),
|
|
2634
2608
|
ObservabilityConfigurationRevision: __expectInt32(output.ObservabilityConfigurationRevision),
|
|
2635
2609
|
Status: __expectString(output.Status),
|
|
2636
|
-
TraceConfiguration: output.TraceConfiguration != null
|
|
2637
|
-
? deserializeAws_json1_0TraceConfiguration(output.TraceConfiguration, context)
|
|
2638
|
-
: undefined,
|
|
2610
|
+
TraceConfiguration: output.TraceConfiguration != null ? de_TraceConfiguration(output.TraceConfiguration, context) : undefined,
|
|
2639
2611
|
};
|
|
2640
2612
|
};
|
|
2641
|
-
const
|
|
2613
|
+
const de_ObservabilityConfigurationSummary = (output, context) => {
|
|
2642
2614
|
return {
|
|
2643
2615
|
ObservabilityConfigurationArn: __expectString(output.ObservabilityConfigurationArn),
|
|
2644
2616
|
ObservabilityConfigurationName: __expectString(output.ObservabilityConfigurationName),
|
|
2645
2617
|
ObservabilityConfigurationRevision: __expectInt32(output.ObservabilityConfigurationRevision),
|
|
2646
2618
|
};
|
|
2647
2619
|
};
|
|
2648
|
-
const
|
|
2620
|
+
const de_ObservabilityConfigurationSummaryList = (output, context) => {
|
|
2649
2621
|
const retVal = (output || [])
|
|
2650
2622
|
.filter((e) => e != null)
|
|
2651
2623
|
.map((entry) => {
|
|
2652
2624
|
if (entry === null) {
|
|
2653
2625
|
return null;
|
|
2654
2626
|
}
|
|
2655
|
-
return
|
|
2627
|
+
return de_ObservabilityConfigurationSummary(entry, context);
|
|
2656
2628
|
});
|
|
2657
2629
|
return retVal;
|
|
2658
2630
|
};
|
|
2659
|
-
const
|
|
2631
|
+
const de_OperationSummary = (output, context) => {
|
|
2660
2632
|
return {
|
|
2661
2633
|
EndedAt: output.EndedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.EndedAt))) : undefined,
|
|
2662
2634
|
Id: __expectString(output.Id),
|
|
@@ -2667,35 +2639,35 @@ const deserializeAws_json1_0OperationSummary = (output, context) => {
|
|
|
2667
2639
|
UpdatedAt: output.UpdatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt))) : undefined,
|
|
2668
2640
|
};
|
|
2669
2641
|
};
|
|
2670
|
-
const
|
|
2642
|
+
const de_OperationSummaryList = (output, context) => {
|
|
2671
2643
|
const retVal = (output || [])
|
|
2672
2644
|
.filter((e) => e != null)
|
|
2673
2645
|
.map((entry) => {
|
|
2674
2646
|
if (entry === null) {
|
|
2675
2647
|
return null;
|
|
2676
2648
|
}
|
|
2677
|
-
return
|
|
2649
|
+
return de_OperationSummary(entry, context);
|
|
2678
2650
|
});
|
|
2679
2651
|
return retVal;
|
|
2680
2652
|
};
|
|
2681
|
-
const
|
|
2653
|
+
const de_PauseServiceResponse = (output, context) => {
|
|
2682
2654
|
return {
|
|
2683
2655
|
OperationId: __expectString(output.OperationId),
|
|
2684
|
-
Service: output.Service != null ?
|
|
2656
|
+
Service: output.Service != null ? de_Service(output.Service, context) : undefined,
|
|
2685
2657
|
};
|
|
2686
2658
|
};
|
|
2687
|
-
const
|
|
2659
|
+
const de_ResourceNotFoundException = (output, context) => {
|
|
2688
2660
|
return {
|
|
2689
2661
|
Message: __expectString(output.Message),
|
|
2690
2662
|
};
|
|
2691
2663
|
};
|
|
2692
|
-
const
|
|
2664
|
+
const de_ResumeServiceResponse = (output, context) => {
|
|
2693
2665
|
return {
|
|
2694
2666
|
OperationId: __expectString(output.OperationId),
|
|
2695
|
-
Service: output.Service != null ?
|
|
2667
|
+
Service: output.Service != null ? de_Service(output.Service, context) : undefined,
|
|
2696
2668
|
};
|
|
2697
2669
|
};
|
|
2698
|
-
const
|
|
2670
|
+
const de_RuntimeEnvironmentSecrets = (output, context) => {
|
|
2699
2671
|
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
2700
2672
|
if (value === null) {
|
|
2701
2673
|
return acc;
|
|
@@ -2704,7 +2676,7 @@ const deserializeAws_json1_0RuntimeEnvironmentSecrets = (output, context) => {
|
|
|
2704
2676
|
return acc;
|
|
2705
2677
|
}, {});
|
|
2706
2678
|
};
|
|
2707
|
-
const
|
|
2679
|
+
const de_RuntimeEnvironmentVariables = (output, context) => {
|
|
2708
2680
|
return Object.entries(output).reduce((acc, [key, value]) => {
|
|
2709
2681
|
if (value === null) {
|
|
2710
2682
|
return acc;
|
|
@@ -2713,51 +2685,47 @@ const deserializeAws_json1_0RuntimeEnvironmentVariables = (output, context) => {
|
|
|
2713
2685
|
return acc;
|
|
2714
2686
|
}, {});
|
|
2715
2687
|
};
|
|
2716
|
-
const
|
|
2688
|
+
const de_Service = (output, context) => {
|
|
2717
2689
|
return {
|
|
2718
2690
|
AutoScalingConfigurationSummary: output.AutoScalingConfigurationSummary != null
|
|
2719
|
-
?
|
|
2691
|
+
? de_AutoScalingConfigurationSummary(output.AutoScalingConfigurationSummary, context)
|
|
2720
2692
|
: undefined,
|
|
2721
2693
|
CreatedAt: output.CreatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedAt))) : undefined,
|
|
2722
2694
|
DeletedAt: output.DeletedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.DeletedAt))) : undefined,
|
|
2723
2695
|
EncryptionConfiguration: output.EncryptionConfiguration != null
|
|
2724
|
-
?
|
|
2696
|
+
? de_EncryptionConfiguration(output.EncryptionConfiguration, context)
|
|
2725
2697
|
: undefined,
|
|
2726
2698
|
HealthCheckConfiguration: output.HealthCheckConfiguration != null
|
|
2727
|
-
?
|
|
2699
|
+
? de_HealthCheckConfiguration(output.HealthCheckConfiguration, context)
|
|
2728
2700
|
: undefined,
|
|
2729
2701
|
InstanceConfiguration: output.InstanceConfiguration != null
|
|
2730
|
-
?
|
|
2731
|
-
: undefined,
|
|
2732
|
-
NetworkConfiguration: output.NetworkConfiguration != null
|
|
2733
|
-
? deserializeAws_json1_0NetworkConfiguration(output.NetworkConfiguration, context)
|
|
2702
|
+
? de_InstanceConfiguration(output.InstanceConfiguration, context)
|
|
2734
2703
|
: undefined,
|
|
2704
|
+
NetworkConfiguration: output.NetworkConfiguration != null ? de_NetworkConfiguration(output.NetworkConfiguration, context) : undefined,
|
|
2735
2705
|
ObservabilityConfiguration: output.ObservabilityConfiguration != null
|
|
2736
|
-
?
|
|
2706
|
+
? de_ServiceObservabilityConfiguration(output.ObservabilityConfiguration, context)
|
|
2737
2707
|
: undefined,
|
|
2738
2708
|
ServiceArn: __expectString(output.ServiceArn),
|
|
2739
2709
|
ServiceId: __expectString(output.ServiceId),
|
|
2740
2710
|
ServiceName: __expectString(output.ServiceName),
|
|
2741
2711
|
ServiceUrl: __expectString(output.ServiceUrl),
|
|
2742
|
-
SourceConfiguration: output.SourceConfiguration != null
|
|
2743
|
-
? deserializeAws_json1_0SourceConfiguration(output.SourceConfiguration, context)
|
|
2744
|
-
: undefined,
|
|
2712
|
+
SourceConfiguration: output.SourceConfiguration != null ? de_SourceConfiguration(output.SourceConfiguration, context) : undefined,
|
|
2745
2713
|
Status: __expectString(output.Status),
|
|
2746
2714
|
UpdatedAt: output.UpdatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt))) : undefined,
|
|
2747
2715
|
};
|
|
2748
2716
|
};
|
|
2749
|
-
const
|
|
2717
|
+
const de_ServiceObservabilityConfiguration = (output, context) => {
|
|
2750
2718
|
return {
|
|
2751
2719
|
ObservabilityConfigurationArn: __expectString(output.ObservabilityConfigurationArn),
|
|
2752
2720
|
ObservabilityEnabled: __expectBoolean(output.ObservabilityEnabled),
|
|
2753
2721
|
};
|
|
2754
2722
|
};
|
|
2755
|
-
const
|
|
2723
|
+
const de_ServiceQuotaExceededException = (output, context) => {
|
|
2756
2724
|
return {
|
|
2757
2725
|
Message: __expectString(output.Message),
|
|
2758
2726
|
};
|
|
2759
2727
|
};
|
|
2760
|
-
const
|
|
2728
|
+
const de_ServiceSummary = (output, context) => {
|
|
2761
2729
|
return {
|
|
2762
2730
|
CreatedAt: output.CreatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedAt))) : undefined,
|
|
2763
2731
|
ServiceArn: __expectString(output.ServiceArn),
|
|
@@ -2768,41 +2736,39 @@ const deserializeAws_json1_0ServiceSummary = (output, context) => {
|
|
|
2768
2736
|
UpdatedAt: output.UpdatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.UpdatedAt))) : undefined,
|
|
2769
2737
|
};
|
|
2770
2738
|
};
|
|
2771
|
-
const
|
|
2739
|
+
const de_ServiceSummaryList = (output, context) => {
|
|
2772
2740
|
const retVal = (output || [])
|
|
2773
2741
|
.filter((e) => e != null)
|
|
2774
2742
|
.map((entry) => {
|
|
2775
2743
|
if (entry === null) {
|
|
2776
2744
|
return null;
|
|
2777
2745
|
}
|
|
2778
|
-
return
|
|
2746
|
+
return de_ServiceSummary(entry, context);
|
|
2779
2747
|
});
|
|
2780
2748
|
return retVal;
|
|
2781
2749
|
};
|
|
2782
|
-
const
|
|
2750
|
+
const de_SourceCodeVersion = (output, context) => {
|
|
2783
2751
|
return {
|
|
2784
2752
|
Type: __expectString(output.Type),
|
|
2785
2753
|
Value: __expectString(output.Value),
|
|
2786
2754
|
};
|
|
2787
2755
|
};
|
|
2788
|
-
const
|
|
2756
|
+
const de_SourceConfiguration = (output, context) => {
|
|
2789
2757
|
return {
|
|
2790
2758
|
AuthenticationConfiguration: output.AuthenticationConfiguration != null
|
|
2791
|
-
?
|
|
2759
|
+
? de_AuthenticationConfiguration(output.AuthenticationConfiguration, context)
|
|
2792
2760
|
: undefined,
|
|
2793
2761
|
AutoDeploymentsEnabled: __expectBoolean(output.AutoDeploymentsEnabled),
|
|
2794
|
-
CodeRepository: output.CodeRepository != null ?
|
|
2795
|
-
ImageRepository: output.ImageRepository != null
|
|
2796
|
-
? deserializeAws_json1_0ImageRepository(output.ImageRepository, context)
|
|
2797
|
-
: undefined,
|
|
2762
|
+
CodeRepository: output.CodeRepository != null ? de_CodeRepository(output.CodeRepository, context) : undefined,
|
|
2763
|
+
ImageRepository: output.ImageRepository != null ? de_ImageRepository(output.ImageRepository, context) : undefined,
|
|
2798
2764
|
};
|
|
2799
2765
|
};
|
|
2800
|
-
const
|
|
2766
|
+
const de_StartDeploymentResponse = (output, context) => {
|
|
2801
2767
|
return {
|
|
2802
2768
|
OperationId: __expectString(output.OperationId),
|
|
2803
2769
|
};
|
|
2804
2770
|
};
|
|
2805
|
-
const
|
|
2771
|
+
const de_StringList = (output, context) => {
|
|
2806
2772
|
const retVal = (output || [])
|
|
2807
2773
|
.filter((e) => e != null)
|
|
2808
2774
|
.map((entry) => {
|
|
@@ -2813,96 +2779,94 @@ const deserializeAws_json1_0StringList = (output, context) => {
|
|
|
2813
2779
|
});
|
|
2814
2780
|
return retVal;
|
|
2815
2781
|
};
|
|
2816
|
-
const
|
|
2782
|
+
const de_Tag = (output, context) => {
|
|
2817
2783
|
return {
|
|
2818
2784
|
Key: __expectString(output.Key),
|
|
2819
2785
|
Value: __expectString(output.Value),
|
|
2820
2786
|
};
|
|
2821
2787
|
};
|
|
2822
|
-
const
|
|
2788
|
+
const de_TagList = (output, context) => {
|
|
2823
2789
|
const retVal = (output || [])
|
|
2824
2790
|
.filter((e) => e != null)
|
|
2825
2791
|
.map((entry) => {
|
|
2826
2792
|
if (entry === null) {
|
|
2827
2793
|
return null;
|
|
2828
2794
|
}
|
|
2829
|
-
return
|
|
2795
|
+
return de_Tag(entry, context);
|
|
2830
2796
|
});
|
|
2831
2797
|
return retVal;
|
|
2832
2798
|
};
|
|
2833
|
-
const
|
|
2799
|
+
const de_TagResourceResponse = (output, context) => {
|
|
2834
2800
|
return {};
|
|
2835
2801
|
};
|
|
2836
|
-
const
|
|
2802
|
+
const de_TraceConfiguration = (output, context) => {
|
|
2837
2803
|
return {
|
|
2838
2804
|
Vendor: __expectString(output.Vendor),
|
|
2839
2805
|
};
|
|
2840
2806
|
};
|
|
2841
|
-
const
|
|
2807
|
+
const de_UntagResourceResponse = (output, context) => {
|
|
2842
2808
|
return {};
|
|
2843
2809
|
};
|
|
2844
|
-
const
|
|
2810
|
+
const de_UpdateServiceResponse = (output, context) => {
|
|
2845
2811
|
return {
|
|
2846
2812
|
OperationId: __expectString(output.OperationId),
|
|
2847
|
-
Service: output.Service != null ?
|
|
2813
|
+
Service: output.Service != null ? de_Service(output.Service, context) : undefined,
|
|
2848
2814
|
};
|
|
2849
2815
|
};
|
|
2850
|
-
const
|
|
2816
|
+
const de_UpdateVpcIngressConnectionResponse = (output, context) => {
|
|
2851
2817
|
return {
|
|
2852
|
-
VpcIngressConnection: output.VpcIngressConnection != null
|
|
2853
|
-
? deserializeAws_json1_0VpcIngressConnection(output.VpcIngressConnection, context)
|
|
2854
|
-
: undefined,
|
|
2818
|
+
VpcIngressConnection: output.VpcIngressConnection != null ? de_VpcIngressConnection(output.VpcIngressConnection, context) : undefined,
|
|
2855
2819
|
};
|
|
2856
2820
|
};
|
|
2857
|
-
const
|
|
2821
|
+
const de_VpcConnector = (output, context) => {
|
|
2858
2822
|
return {
|
|
2859
2823
|
CreatedAt: output.CreatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedAt))) : undefined,
|
|
2860
2824
|
DeletedAt: output.DeletedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.DeletedAt))) : undefined,
|
|
2861
|
-
SecurityGroups: output.SecurityGroups != null ?
|
|
2825
|
+
SecurityGroups: output.SecurityGroups != null ? de_StringList(output.SecurityGroups, context) : undefined,
|
|
2862
2826
|
Status: __expectString(output.Status),
|
|
2863
|
-
Subnets: output.Subnets != null ?
|
|
2827
|
+
Subnets: output.Subnets != null ? de_StringList(output.Subnets, context) : undefined,
|
|
2864
2828
|
VpcConnectorArn: __expectString(output.VpcConnectorArn),
|
|
2865
2829
|
VpcConnectorName: __expectString(output.VpcConnectorName),
|
|
2866
2830
|
VpcConnectorRevision: __expectInt32(output.VpcConnectorRevision),
|
|
2867
2831
|
};
|
|
2868
2832
|
};
|
|
2869
|
-
const
|
|
2833
|
+
const de_VpcConnectors = (output, context) => {
|
|
2870
2834
|
const retVal = (output || [])
|
|
2871
2835
|
.filter((e) => e != null)
|
|
2872
2836
|
.map((entry) => {
|
|
2873
2837
|
if (entry === null) {
|
|
2874
2838
|
return null;
|
|
2875
2839
|
}
|
|
2876
|
-
return
|
|
2840
|
+
return de_VpcConnector(entry, context);
|
|
2877
2841
|
});
|
|
2878
2842
|
return retVal;
|
|
2879
2843
|
};
|
|
2880
|
-
const
|
|
2844
|
+
const de_VpcDNSTarget = (output, context) => {
|
|
2881
2845
|
return {
|
|
2882
2846
|
DomainName: __expectString(output.DomainName),
|
|
2883
2847
|
VpcId: __expectString(output.VpcId),
|
|
2884
2848
|
VpcIngressConnectionArn: __expectString(output.VpcIngressConnectionArn),
|
|
2885
2849
|
};
|
|
2886
2850
|
};
|
|
2887
|
-
const
|
|
2851
|
+
const de_VpcDNSTargetList = (output, context) => {
|
|
2888
2852
|
const retVal = (output || [])
|
|
2889
2853
|
.filter((e) => e != null)
|
|
2890
2854
|
.map((entry) => {
|
|
2891
2855
|
if (entry === null) {
|
|
2892
2856
|
return null;
|
|
2893
2857
|
}
|
|
2894
|
-
return
|
|
2858
|
+
return de_VpcDNSTarget(entry, context);
|
|
2895
2859
|
});
|
|
2896
2860
|
return retVal;
|
|
2897
2861
|
};
|
|
2898
|
-
const
|
|
2862
|
+
const de_VpcIngressConnection = (output, context) => {
|
|
2899
2863
|
return {
|
|
2900
2864
|
AccountId: __expectString(output.AccountId),
|
|
2901
2865
|
CreatedAt: output.CreatedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.CreatedAt))) : undefined,
|
|
2902
2866
|
DeletedAt: output.DeletedAt != null ? __expectNonNull(__parseEpochTimestamp(__expectNumber(output.DeletedAt))) : undefined,
|
|
2903
2867
|
DomainName: __expectString(output.DomainName),
|
|
2904
2868
|
IngressVpcConfiguration: output.IngressVpcConfiguration != null
|
|
2905
|
-
?
|
|
2869
|
+
? de_IngressVpcConfiguration(output.IngressVpcConfiguration, context)
|
|
2906
2870
|
: undefined,
|
|
2907
2871
|
ServiceArn: __expectString(output.ServiceArn),
|
|
2908
2872
|
Status: __expectString(output.Status),
|
|
@@ -2910,20 +2874,20 @@ const deserializeAws_json1_0VpcIngressConnection = (output, context) => {
|
|
|
2910
2874
|
VpcIngressConnectionName: __expectString(output.VpcIngressConnectionName),
|
|
2911
2875
|
};
|
|
2912
2876
|
};
|
|
2913
|
-
const
|
|
2877
|
+
const de_VpcIngressConnectionSummary = (output, context) => {
|
|
2914
2878
|
return {
|
|
2915
2879
|
ServiceArn: __expectString(output.ServiceArn),
|
|
2916
2880
|
VpcIngressConnectionArn: __expectString(output.VpcIngressConnectionArn),
|
|
2917
2881
|
};
|
|
2918
2882
|
};
|
|
2919
|
-
const
|
|
2883
|
+
const de_VpcIngressConnectionSummaryList = (output, context) => {
|
|
2920
2884
|
const retVal = (output || [])
|
|
2921
2885
|
.filter((e) => e != null)
|
|
2922
2886
|
.map((entry) => {
|
|
2923
2887
|
if (entry === null) {
|
|
2924
2888
|
return null;
|
|
2925
2889
|
}
|
|
2926
|
-
return
|
|
2890
|
+
return de_VpcIngressConnectionSummary(entry, context);
|
|
2927
2891
|
});
|
|
2928
2892
|
return retVal;
|
|
2929
2893
|
};
|