@aws-sdk/client-apprunner 3.306.0 → 3.310.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 +35 -35
|
@@ -35,73 +35,283 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
|
|
|
35
35
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
36
36
|
import { UpdateServiceCommandInput, UpdateServiceCommandOutput } from "../commands/UpdateServiceCommand";
|
|
37
37
|
import { UpdateVpcIngressConnectionCommandInput, UpdateVpcIngressConnectionCommandOutput } from "../commands/UpdateVpcIngressConnectionCommand";
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export declare const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export declare const
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export declare const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export declare const
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
export declare const
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
export declare const
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
export declare const
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
export declare const
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
export declare const
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
export declare const
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
export declare const
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
export declare const
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
export declare const
|
|
106
|
-
|
|
107
|
-
|
|
38
|
+
/**
|
|
39
|
+
* serializeAws_json1_0AssociateCustomDomainCommand
|
|
40
|
+
*/
|
|
41
|
+
export declare const se_AssociateCustomDomainCommand: (input: AssociateCustomDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
/**
|
|
43
|
+
* serializeAws_json1_0CreateAutoScalingConfigurationCommand
|
|
44
|
+
*/
|
|
45
|
+
export declare const se_CreateAutoScalingConfigurationCommand: (input: CreateAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
/**
|
|
47
|
+
* serializeAws_json1_0CreateConnectionCommand
|
|
48
|
+
*/
|
|
49
|
+
export declare const se_CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
/**
|
|
51
|
+
* serializeAws_json1_0CreateObservabilityConfigurationCommand
|
|
52
|
+
*/
|
|
53
|
+
export declare const se_CreateObservabilityConfigurationCommand: (input: CreateObservabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_json1_0CreateServiceCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_CreateServiceCommand: (input: CreateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_json1_0CreateVpcConnectorCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_CreateVpcConnectorCommand: (input: CreateVpcConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_json1_0CreateVpcIngressConnectionCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_CreateVpcIngressConnectionCommand: (input: CreateVpcIngressConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_json1_0DeleteAutoScalingConfigurationCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_DeleteAutoScalingConfigurationCommand: (input: DeleteAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_json1_0DeleteConnectionCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_json1_0DeleteObservabilityConfigurationCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_DeleteObservabilityConfigurationCommand: (input: DeleteObservabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_json1_0DeleteServiceCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_DeleteServiceCommand: (input: DeleteServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_json1_0DeleteVpcConnectorCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_DeleteVpcConnectorCommand: (input: DeleteVpcConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_json1_0DeleteVpcIngressConnectionCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_DeleteVpcIngressConnectionCommand: (input: DeleteVpcIngressConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_json1_0DescribeAutoScalingConfigurationCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_DescribeAutoScalingConfigurationCommand: (input: DescribeAutoScalingConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_json1_0DescribeCustomDomainsCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_DescribeCustomDomainsCommand: (input: DescribeCustomDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* serializeAws_json1_0DescribeObservabilityConfigurationCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const se_DescribeObservabilityConfigurationCommand: (input: DescribeObservabilityConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
/**
|
|
103
|
+
* serializeAws_json1_0DescribeServiceCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const se_DescribeServiceCommand: (input: DescribeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* serializeAws_json1_0DescribeVpcConnectorCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const se_DescribeVpcConnectorCommand: (input: DescribeVpcConnectorCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
/**
|
|
111
|
+
* serializeAws_json1_0DescribeVpcIngressConnectionCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const se_DescribeVpcIngressConnectionCommand: (input: DescribeVpcIngressConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_json1_0DisassociateCustomDomainCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_DisassociateCustomDomainCommand: (input: DisassociateCustomDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* serializeAws_json1_0ListAutoScalingConfigurationsCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const se_ListAutoScalingConfigurationsCommand: (input: ListAutoScalingConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
122
|
+
/**
|
|
123
|
+
* serializeAws_json1_0ListConnectionsCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const se_ListConnectionsCommand: (input: ListConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
126
|
+
/**
|
|
127
|
+
* serializeAws_json1_0ListObservabilityConfigurationsCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const se_ListObservabilityConfigurationsCommand: (input: ListObservabilityConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
|
+
/**
|
|
131
|
+
* serializeAws_json1_0ListOperationsCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const se_ListOperationsCommand: (input: ListOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
134
|
+
/**
|
|
135
|
+
* serializeAws_json1_0ListServicesCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const se_ListServicesCommand: (input: ListServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
138
|
+
/**
|
|
139
|
+
* serializeAws_json1_0ListTagsForResourceCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
142
|
+
/**
|
|
143
|
+
* serializeAws_json1_0ListVpcConnectorsCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const se_ListVpcConnectorsCommand: (input: ListVpcConnectorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
146
|
+
/**
|
|
147
|
+
* serializeAws_json1_0ListVpcIngressConnectionsCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const se_ListVpcIngressConnectionsCommand: (input: ListVpcIngressConnectionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
150
|
+
/**
|
|
151
|
+
* serializeAws_json1_0PauseServiceCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const se_PauseServiceCommand: (input: PauseServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
154
|
+
/**
|
|
155
|
+
* serializeAws_json1_0ResumeServiceCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const se_ResumeServiceCommand: (input: ResumeServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
158
|
+
/**
|
|
159
|
+
* serializeAws_json1_0StartDeploymentCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const se_StartDeploymentCommand: (input: StartDeploymentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
+
/**
|
|
163
|
+
* serializeAws_json1_0TagResourceCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
166
|
+
/**
|
|
167
|
+
* serializeAws_json1_0UntagResourceCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
170
|
+
/**
|
|
171
|
+
* serializeAws_json1_0UpdateServiceCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const se_UpdateServiceCommand: (input: UpdateServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
174
|
+
/**
|
|
175
|
+
* serializeAws_json1_0UpdateVpcIngressConnectionCommand
|
|
176
|
+
*/
|
|
177
|
+
export declare const se_UpdateVpcIngressConnectionCommand: (input: UpdateVpcIngressConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
178
|
+
/**
|
|
179
|
+
* deserializeAws_json1_0AssociateCustomDomainCommand
|
|
180
|
+
*/
|
|
181
|
+
export declare const de_AssociateCustomDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateCustomDomainCommandOutput>;
|
|
182
|
+
/**
|
|
183
|
+
* deserializeAws_json1_0CreateAutoScalingConfigurationCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const de_CreateAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAutoScalingConfigurationCommandOutput>;
|
|
186
|
+
/**
|
|
187
|
+
* deserializeAws_json1_0CreateConnectionCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const de_CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
|
|
190
|
+
/**
|
|
191
|
+
* deserializeAws_json1_0CreateObservabilityConfigurationCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const de_CreateObservabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateObservabilityConfigurationCommandOutput>;
|
|
194
|
+
/**
|
|
195
|
+
* deserializeAws_json1_0CreateServiceCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const de_CreateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateServiceCommandOutput>;
|
|
198
|
+
/**
|
|
199
|
+
* deserializeAws_json1_0CreateVpcConnectorCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const de_CreateVpcConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcConnectorCommandOutput>;
|
|
202
|
+
/**
|
|
203
|
+
* deserializeAws_json1_0CreateVpcIngressConnectionCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const de_CreateVpcIngressConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVpcIngressConnectionCommandOutput>;
|
|
206
|
+
/**
|
|
207
|
+
* deserializeAws_json1_0DeleteAutoScalingConfigurationCommand
|
|
208
|
+
*/
|
|
209
|
+
export declare const de_DeleteAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAutoScalingConfigurationCommandOutput>;
|
|
210
|
+
/**
|
|
211
|
+
* deserializeAws_json1_0DeleteConnectionCommand
|
|
212
|
+
*/
|
|
213
|
+
export declare const de_DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
|
|
214
|
+
/**
|
|
215
|
+
* deserializeAws_json1_0DeleteObservabilityConfigurationCommand
|
|
216
|
+
*/
|
|
217
|
+
export declare const de_DeleteObservabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteObservabilityConfigurationCommandOutput>;
|
|
218
|
+
/**
|
|
219
|
+
* deserializeAws_json1_0DeleteServiceCommand
|
|
220
|
+
*/
|
|
221
|
+
export declare const de_DeleteServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteServiceCommandOutput>;
|
|
222
|
+
/**
|
|
223
|
+
* deserializeAws_json1_0DeleteVpcConnectorCommand
|
|
224
|
+
*/
|
|
225
|
+
export declare const de_DeleteVpcConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcConnectorCommandOutput>;
|
|
226
|
+
/**
|
|
227
|
+
* deserializeAws_json1_0DeleteVpcIngressConnectionCommand
|
|
228
|
+
*/
|
|
229
|
+
export declare const de_DeleteVpcIngressConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVpcIngressConnectionCommandOutput>;
|
|
230
|
+
/**
|
|
231
|
+
* deserializeAws_json1_0DescribeAutoScalingConfigurationCommand
|
|
232
|
+
*/
|
|
233
|
+
export declare const de_DescribeAutoScalingConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAutoScalingConfigurationCommandOutput>;
|
|
234
|
+
/**
|
|
235
|
+
* deserializeAws_json1_0DescribeCustomDomainsCommand
|
|
236
|
+
*/
|
|
237
|
+
export declare const de_DescribeCustomDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomDomainsCommandOutput>;
|
|
238
|
+
/**
|
|
239
|
+
* deserializeAws_json1_0DescribeObservabilityConfigurationCommand
|
|
240
|
+
*/
|
|
241
|
+
export declare const de_DescribeObservabilityConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeObservabilityConfigurationCommandOutput>;
|
|
242
|
+
/**
|
|
243
|
+
* deserializeAws_json1_0DescribeServiceCommand
|
|
244
|
+
*/
|
|
245
|
+
export declare const de_DescribeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceCommandOutput>;
|
|
246
|
+
/**
|
|
247
|
+
* deserializeAws_json1_0DescribeVpcConnectorCommand
|
|
248
|
+
*/
|
|
249
|
+
export declare const de_DescribeVpcConnectorCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcConnectorCommandOutput>;
|
|
250
|
+
/**
|
|
251
|
+
* deserializeAws_json1_0DescribeVpcIngressConnectionCommand
|
|
252
|
+
*/
|
|
253
|
+
export declare const de_DescribeVpcIngressConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVpcIngressConnectionCommandOutput>;
|
|
254
|
+
/**
|
|
255
|
+
* deserializeAws_json1_0DisassociateCustomDomainCommand
|
|
256
|
+
*/
|
|
257
|
+
export declare const de_DisassociateCustomDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateCustomDomainCommandOutput>;
|
|
258
|
+
/**
|
|
259
|
+
* deserializeAws_json1_0ListAutoScalingConfigurationsCommand
|
|
260
|
+
*/
|
|
261
|
+
export declare const de_ListAutoScalingConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAutoScalingConfigurationsCommandOutput>;
|
|
262
|
+
/**
|
|
263
|
+
* deserializeAws_json1_0ListConnectionsCommand
|
|
264
|
+
*/
|
|
265
|
+
export declare const de_ListConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConnectionsCommandOutput>;
|
|
266
|
+
/**
|
|
267
|
+
* deserializeAws_json1_0ListObservabilityConfigurationsCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const de_ListObservabilityConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListObservabilityConfigurationsCommandOutput>;
|
|
270
|
+
/**
|
|
271
|
+
* deserializeAws_json1_0ListOperationsCommand
|
|
272
|
+
*/
|
|
273
|
+
export declare const de_ListOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOperationsCommandOutput>;
|
|
274
|
+
/**
|
|
275
|
+
* deserializeAws_json1_0ListServicesCommand
|
|
276
|
+
*/
|
|
277
|
+
export declare const de_ListServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServicesCommandOutput>;
|
|
278
|
+
/**
|
|
279
|
+
* deserializeAws_json1_0ListTagsForResourceCommand
|
|
280
|
+
*/
|
|
281
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
282
|
+
/**
|
|
283
|
+
* deserializeAws_json1_0ListVpcConnectorsCommand
|
|
284
|
+
*/
|
|
285
|
+
export declare const de_ListVpcConnectorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcConnectorsCommandOutput>;
|
|
286
|
+
/**
|
|
287
|
+
* deserializeAws_json1_0ListVpcIngressConnectionsCommand
|
|
288
|
+
*/
|
|
289
|
+
export declare const de_ListVpcIngressConnectionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVpcIngressConnectionsCommandOutput>;
|
|
290
|
+
/**
|
|
291
|
+
* deserializeAws_json1_0PauseServiceCommand
|
|
292
|
+
*/
|
|
293
|
+
export declare const de_PauseServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PauseServiceCommandOutput>;
|
|
294
|
+
/**
|
|
295
|
+
* deserializeAws_json1_0ResumeServiceCommand
|
|
296
|
+
*/
|
|
297
|
+
export declare const de_ResumeServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeServiceCommandOutput>;
|
|
298
|
+
/**
|
|
299
|
+
* deserializeAws_json1_0StartDeploymentCommand
|
|
300
|
+
*/
|
|
301
|
+
export declare const de_StartDeploymentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDeploymentCommandOutput>;
|
|
302
|
+
/**
|
|
303
|
+
* deserializeAws_json1_0TagResourceCommand
|
|
304
|
+
*/
|
|
305
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
306
|
+
/**
|
|
307
|
+
* deserializeAws_json1_0UntagResourceCommand
|
|
308
|
+
*/
|
|
309
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
310
|
+
/**
|
|
311
|
+
* deserializeAws_json1_0UpdateServiceCommand
|
|
312
|
+
*/
|
|
313
|
+
export declare const de_UpdateServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceCommandOutput>;
|
|
314
|
+
/**
|
|
315
|
+
* deserializeAws_json1_0UpdateVpcIngressConnectionCommand
|
|
316
|
+
*/
|
|
317
|
+
export declare const de_UpdateVpcIngressConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVpcIngressConnectionCommandOutput>;
|