@aws-sdk/client-appconfig 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/AppConfig.d.ts +778 -220
- package/dist-types/ts3.4/AppConfigClient.d.ts +387 -116
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +43 -43
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AppConfigServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1080 -1022
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentStrategiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExtensionAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExtensionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHostedConfigurationVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +521 -131
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,131 +1,521 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
CreateApplicationCommandInput,
|
|
8
|
+
CreateApplicationCommandOutput,
|
|
9
|
+
} from "../commands/CreateApplicationCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateConfigurationProfileCommandInput,
|
|
12
|
+
CreateConfigurationProfileCommandOutput,
|
|
13
|
+
} from "../commands/CreateConfigurationProfileCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateDeploymentStrategyCommandInput,
|
|
16
|
+
CreateDeploymentStrategyCommandOutput,
|
|
17
|
+
} from "../commands/CreateDeploymentStrategyCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateEnvironmentCommandInput,
|
|
20
|
+
CreateEnvironmentCommandOutput,
|
|
21
|
+
} from "../commands/CreateEnvironmentCommand";
|
|
22
|
+
import {
|
|
23
|
+
CreateExtensionAssociationCommandInput,
|
|
24
|
+
CreateExtensionAssociationCommandOutput,
|
|
25
|
+
} from "../commands/CreateExtensionAssociationCommand";
|
|
26
|
+
import {
|
|
27
|
+
CreateExtensionCommandInput,
|
|
28
|
+
CreateExtensionCommandOutput,
|
|
29
|
+
} from "../commands/CreateExtensionCommand";
|
|
30
|
+
import {
|
|
31
|
+
CreateHostedConfigurationVersionCommandInput,
|
|
32
|
+
CreateHostedConfigurationVersionCommandOutput,
|
|
33
|
+
} from "../commands/CreateHostedConfigurationVersionCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteApplicationCommandInput,
|
|
36
|
+
DeleteApplicationCommandOutput,
|
|
37
|
+
} from "../commands/DeleteApplicationCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteConfigurationProfileCommandInput,
|
|
40
|
+
DeleteConfigurationProfileCommandOutput,
|
|
41
|
+
} from "../commands/DeleteConfigurationProfileCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteDeploymentStrategyCommandInput,
|
|
44
|
+
DeleteDeploymentStrategyCommandOutput,
|
|
45
|
+
} from "../commands/DeleteDeploymentStrategyCommand";
|
|
46
|
+
import {
|
|
47
|
+
DeleteEnvironmentCommandInput,
|
|
48
|
+
DeleteEnvironmentCommandOutput,
|
|
49
|
+
} from "../commands/DeleteEnvironmentCommand";
|
|
50
|
+
import {
|
|
51
|
+
DeleteExtensionAssociationCommandInput,
|
|
52
|
+
DeleteExtensionAssociationCommandOutput,
|
|
53
|
+
} from "../commands/DeleteExtensionAssociationCommand";
|
|
54
|
+
import {
|
|
55
|
+
DeleteExtensionCommandInput,
|
|
56
|
+
DeleteExtensionCommandOutput,
|
|
57
|
+
} from "../commands/DeleteExtensionCommand";
|
|
58
|
+
import {
|
|
59
|
+
DeleteHostedConfigurationVersionCommandInput,
|
|
60
|
+
DeleteHostedConfigurationVersionCommandOutput,
|
|
61
|
+
} from "../commands/DeleteHostedConfigurationVersionCommand";
|
|
62
|
+
import {
|
|
63
|
+
GetApplicationCommandInput,
|
|
64
|
+
GetApplicationCommandOutput,
|
|
65
|
+
} from "../commands/GetApplicationCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetConfigurationCommandInput,
|
|
68
|
+
GetConfigurationCommandOutput,
|
|
69
|
+
} from "../commands/GetConfigurationCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetConfigurationProfileCommandInput,
|
|
72
|
+
GetConfigurationProfileCommandOutput,
|
|
73
|
+
} from "../commands/GetConfigurationProfileCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetDeploymentCommandInput,
|
|
76
|
+
GetDeploymentCommandOutput,
|
|
77
|
+
} from "../commands/GetDeploymentCommand";
|
|
78
|
+
import {
|
|
79
|
+
GetDeploymentStrategyCommandInput,
|
|
80
|
+
GetDeploymentStrategyCommandOutput,
|
|
81
|
+
} from "../commands/GetDeploymentStrategyCommand";
|
|
82
|
+
import {
|
|
83
|
+
GetEnvironmentCommandInput,
|
|
84
|
+
GetEnvironmentCommandOutput,
|
|
85
|
+
} from "../commands/GetEnvironmentCommand";
|
|
86
|
+
import {
|
|
87
|
+
GetExtensionAssociationCommandInput,
|
|
88
|
+
GetExtensionAssociationCommandOutput,
|
|
89
|
+
} from "../commands/GetExtensionAssociationCommand";
|
|
90
|
+
import {
|
|
91
|
+
GetExtensionCommandInput,
|
|
92
|
+
GetExtensionCommandOutput,
|
|
93
|
+
} from "../commands/GetExtensionCommand";
|
|
94
|
+
import {
|
|
95
|
+
GetHostedConfigurationVersionCommandInput,
|
|
96
|
+
GetHostedConfigurationVersionCommandOutput,
|
|
97
|
+
} from "../commands/GetHostedConfigurationVersionCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListApplicationsCommandInput,
|
|
100
|
+
ListApplicationsCommandOutput,
|
|
101
|
+
} from "../commands/ListApplicationsCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListConfigurationProfilesCommandInput,
|
|
104
|
+
ListConfigurationProfilesCommandOutput,
|
|
105
|
+
} from "../commands/ListConfigurationProfilesCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListDeploymentsCommandInput,
|
|
108
|
+
ListDeploymentsCommandOutput,
|
|
109
|
+
} from "../commands/ListDeploymentsCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListDeploymentStrategiesCommandInput,
|
|
112
|
+
ListDeploymentStrategiesCommandOutput,
|
|
113
|
+
} from "../commands/ListDeploymentStrategiesCommand";
|
|
114
|
+
import {
|
|
115
|
+
ListEnvironmentsCommandInput,
|
|
116
|
+
ListEnvironmentsCommandOutput,
|
|
117
|
+
} from "../commands/ListEnvironmentsCommand";
|
|
118
|
+
import {
|
|
119
|
+
ListExtensionAssociationsCommandInput,
|
|
120
|
+
ListExtensionAssociationsCommandOutput,
|
|
121
|
+
} from "../commands/ListExtensionAssociationsCommand";
|
|
122
|
+
import {
|
|
123
|
+
ListExtensionsCommandInput,
|
|
124
|
+
ListExtensionsCommandOutput,
|
|
125
|
+
} from "../commands/ListExtensionsCommand";
|
|
126
|
+
import {
|
|
127
|
+
ListHostedConfigurationVersionsCommandInput,
|
|
128
|
+
ListHostedConfigurationVersionsCommandOutput,
|
|
129
|
+
} from "../commands/ListHostedConfigurationVersionsCommand";
|
|
130
|
+
import {
|
|
131
|
+
ListTagsForResourceCommandInput,
|
|
132
|
+
ListTagsForResourceCommandOutput,
|
|
133
|
+
} from "../commands/ListTagsForResourceCommand";
|
|
134
|
+
import {
|
|
135
|
+
StartDeploymentCommandInput,
|
|
136
|
+
StartDeploymentCommandOutput,
|
|
137
|
+
} from "../commands/StartDeploymentCommand";
|
|
138
|
+
import {
|
|
139
|
+
StopDeploymentCommandInput,
|
|
140
|
+
StopDeploymentCommandOutput,
|
|
141
|
+
} from "../commands/StopDeploymentCommand";
|
|
142
|
+
import {
|
|
143
|
+
TagResourceCommandInput,
|
|
144
|
+
TagResourceCommandOutput,
|
|
145
|
+
} from "../commands/TagResourceCommand";
|
|
146
|
+
import {
|
|
147
|
+
UntagResourceCommandInput,
|
|
148
|
+
UntagResourceCommandOutput,
|
|
149
|
+
} from "../commands/UntagResourceCommand";
|
|
150
|
+
import {
|
|
151
|
+
UpdateApplicationCommandInput,
|
|
152
|
+
UpdateApplicationCommandOutput,
|
|
153
|
+
} from "../commands/UpdateApplicationCommand";
|
|
154
|
+
import {
|
|
155
|
+
UpdateConfigurationProfileCommandInput,
|
|
156
|
+
UpdateConfigurationProfileCommandOutput,
|
|
157
|
+
} from "../commands/UpdateConfigurationProfileCommand";
|
|
158
|
+
import {
|
|
159
|
+
UpdateDeploymentStrategyCommandInput,
|
|
160
|
+
UpdateDeploymentStrategyCommandOutput,
|
|
161
|
+
} from "../commands/UpdateDeploymentStrategyCommand";
|
|
162
|
+
import {
|
|
163
|
+
UpdateEnvironmentCommandInput,
|
|
164
|
+
UpdateEnvironmentCommandOutput,
|
|
165
|
+
} from "../commands/UpdateEnvironmentCommand";
|
|
166
|
+
import {
|
|
167
|
+
UpdateExtensionAssociationCommandInput,
|
|
168
|
+
UpdateExtensionAssociationCommandOutput,
|
|
169
|
+
} from "../commands/UpdateExtensionAssociationCommand";
|
|
170
|
+
import {
|
|
171
|
+
UpdateExtensionCommandInput,
|
|
172
|
+
UpdateExtensionCommandOutput,
|
|
173
|
+
} from "../commands/UpdateExtensionCommand";
|
|
174
|
+
import {
|
|
175
|
+
ValidateConfigurationCommandInput,
|
|
176
|
+
ValidateConfigurationCommandOutput,
|
|
177
|
+
} from "../commands/ValidateConfigurationCommand";
|
|
178
|
+
export declare const serializeAws_restJson1CreateApplicationCommand: (
|
|
179
|
+
input: CreateApplicationCommandInput,
|
|
180
|
+
context: __SerdeContext
|
|
181
|
+
) => Promise<__HttpRequest>;
|
|
182
|
+
export declare const serializeAws_restJson1CreateConfigurationProfileCommand: (
|
|
183
|
+
input: CreateConfigurationProfileCommandInput,
|
|
184
|
+
context: __SerdeContext
|
|
185
|
+
) => Promise<__HttpRequest>;
|
|
186
|
+
export declare const serializeAws_restJson1CreateDeploymentStrategyCommand: (
|
|
187
|
+
input: CreateDeploymentStrategyCommandInput,
|
|
188
|
+
context: __SerdeContext
|
|
189
|
+
) => Promise<__HttpRequest>;
|
|
190
|
+
export declare const serializeAws_restJson1CreateEnvironmentCommand: (
|
|
191
|
+
input: CreateEnvironmentCommandInput,
|
|
192
|
+
context: __SerdeContext
|
|
193
|
+
) => Promise<__HttpRequest>;
|
|
194
|
+
export declare const serializeAws_restJson1CreateExtensionCommand: (
|
|
195
|
+
input: CreateExtensionCommandInput,
|
|
196
|
+
context: __SerdeContext
|
|
197
|
+
) => Promise<__HttpRequest>;
|
|
198
|
+
export declare const serializeAws_restJson1CreateExtensionAssociationCommand: (
|
|
199
|
+
input: CreateExtensionAssociationCommandInput,
|
|
200
|
+
context: __SerdeContext
|
|
201
|
+
) => Promise<__HttpRequest>;
|
|
202
|
+
export declare const serializeAws_restJson1CreateHostedConfigurationVersionCommand: (
|
|
203
|
+
input: CreateHostedConfigurationVersionCommandInput,
|
|
204
|
+
context: __SerdeContext
|
|
205
|
+
) => Promise<__HttpRequest>;
|
|
206
|
+
export declare const serializeAws_restJson1DeleteApplicationCommand: (
|
|
207
|
+
input: DeleteApplicationCommandInput,
|
|
208
|
+
context: __SerdeContext
|
|
209
|
+
) => Promise<__HttpRequest>;
|
|
210
|
+
export declare const serializeAws_restJson1DeleteConfigurationProfileCommand: (
|
|
211
|
+
input: DeleteConfigurationProfileCommandInput,
|
|
212
|
+
context: __SerdeContext
|
|
213
|
+
) => Promise<__HttpRequest>;
|
|
214
|
+
export declare const serializeAws_restJson1DeleteDeploymentStrategyCommand: (
|
|
215
|
+
input: DeleteDeploymentStrategyCommandInput,
|
|
216
|
+
context: __SerdeContext
|
|
217
|
+
) => Promise<__HttpRequest>;
|
|
218
|
+
export declare const serializeAws_restJson1DeleteEnvironmentCommand: (
|
|
219
|
+
input: DeleteEnvironmentCommandInput,
|
|
220
|
+
context: __SerdeContext
|
|
221
|
+
) => Promise<__HttpRequest>;
|
|
222
|
+
export declare const serializeAws_restJson1DeleteExtensionCommand: (
|
|
223
|
+
input: DeleteExtensionCommandInput,
|
|
224
|
+
context: __SerdeContext
|
|
225
|
+
) => Promise<__HttpRequest>;
|
|
226
|
+
export declare const serializeAws_restJson1DeleteExtensionAssociationCommand: (
|
|
227
|
+
input: DeleteExtensionAssociationCommandInput,
|
|
228
|
+
context: __SerdeContext
|
|
229
|
+
) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_restJson1DeleteHostedConfigurationVersionCommand: (
|
|
231
|
+
input: DeleteHostedConfigurationVersionCommandInput,
|
|
232
|
+
context: __SerdeContext
|
|
233
|
+
) => Promise<__HttpRequest>;
|
|
234
|
+
export declare const serializeAws_restJson1GetApplicationCommand: (
|
|
235
|
+
input: GetApplicationCommandInput,
|
|
236
|
+
context: __SerdeContext
|
|
237
|
+
) => Promise<__HttpRequest>;
|
|
238
|
+
export declare const serializeAws_restJson1GetConfigurationCommand: (
|
|
239
|
+
input: GetConfigurationCommandInput,
|
|
240
|
+
context: __SerdeContext
|
|
241
|
+
) => Promise<__HttpRequest>;
|
|
242
|
+
export declare const serializeAws_restJson1GetConfigurationProfileCommand: (
|
|
243
|
+
input: GetConfigurationProfileCommandInput,
|
|
244
|
+
context: __SerdeContext
|
|
245
|
+
) => Promise<__HttpRequest>;
|
|
246
|
+
export declare const serializeAws_restJson1GetDeploymentCommand: (
|
|
247
|
+
input: GetDeploymentCommandInput,
|
|
248
|
+
context: __SerdeContext
|
|
249
|
+
) => Promise<__HttpRequest>;
|
|
250
|
+
export declare const serializeAws_restJson1GetDeploymentStrategyCommand: (
|
|
251
|
+
input: GetDeploymentStrategyCommandInput,
|
|
252
|
+
context: __SerdeContext
|
|
253
|
+
) => Promise<__HttpRequest>;
|
|
254
|
+
export declare const serializeAws_restJson1GetEnvironmentCommand: (
|
|
255
|
+
input: GetEnvironmentCommandInput,
|
|
256
|
+
context: __SerdeContext
|
|
257
|
+
) => Promise<__HttpRequest>;
|
|
258
|
+
export declare const serializeAws_restJson1GetExtensionCommand: (
|
|
259
|
+
input: GetExtensionCommandInput,
|
|
260
|
+
context: __SerdeContext
|
|
261
|
+
) => Promise<__HttpRequest>;
|
|
262
|
+
export declare const serializeAws_restJson1GetExtensionAssociationCommand: (
|
|
263
|
+
input: GetExtensionAssociationCommandInput,
|
|
264
|
+
context: __SerdeContext
|
|
265
|
+
) => Promise<__HttpRequest>;
|
|
266
|
+
export declare const serializeAws_restJson1GetHostedConfigurationVersionCommand: (
|
|
267
|
+
input: GetHostedConfigurationVersionCommandInput,
|
|
268
|
+
context: __SerdeContext
|
|
269
|
+
) => Promise<__HttpRequest>;
|
|
270
|
+
export declare const serializeAws_restJson1ListApplicationsCommand: (
|
|
271
|
+
input: ListApplicationsCommandInput,
|
|
272
|
+
context: __SerdeContext
|
|
273
|
+
) => Promise<__HttpRequest>;
|
|
274
|
+
export declare const serializeAws_restJson1ListConfigurationProfilesCommand: (
|
|
275
|
+
input: ListConfigurationProfilesCommandInput,
|
|
276
|
+
context: __SerdeContext
|
|
277
|
+
) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_restJson1ListDeploymentsCommand: (
|
|
279
|
+
input: ListDeploymentsCommandInput,
|
|
280
|
+
context: __SerdeContext
|
|
281
|
+
) => Promise<__HttpRequest>;
|
|
282
|
+
export declare const serializeAws_restJson1ListDeploymentStrategiesCommand: (
|
|
283
|
+
input: ListDeploymentStrategiesCommandInput,
|
|
284
|
+
context: __SerdeContext
|
|
285
|
+
) => Promise<__HttpRequest>;
|
|
286
|
+
export declare const serializeAws_restJson1ListEnvironmentsCommand: (
|
|
287
|
+
input: ListEnvironmentsCommandInput,
|
|
288
|
+
context: __SerdeContext
|
|
289
|
+
) => Promise<__HttpRequest>;
|
|
290
|
+
export declare const serializeAws_restJson1ListExtensionAssociationsCommand: (
|
|
291
|
+
input: ListExtensionAssociationsCommandInput,
|
|
292
|
+
context: __SerdeContext
|
|
293
|
+
) => Promise<__HttpRequest>;
|
|
294
|
+
export declare const serializeAws_restJson1ListExtensionsCommand: (
|
|
295
|
+
input: ListExtensionsCommandInput,
|
|
296
|
+
context: __SerdeContext
|
|
297
|
+
) => Promise<__HttpRequest>;
|
|
298
|
+
export declare const serializeAws_restJson1ListHostedConfigurationVersionsCommand: (
|
|
299
|
+
input: ListHostedConfigurationVersionsCommandInput,
|
|
300
|
+
context: __SerdeContext
|
|
301
|
+
) => Promise<__HttpRequest>;
|
|
302
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (
|
|
303
|
+
input: ListTagsForResourceCommandInput,
|
|
304
|
+
context: __SerdeContext
|
|
305
|
+
) => Promise<__HttpRequest>;
|
|
306
|
+
export declare const serializeAws_restJson1StartDeploymentCommand: (
|
|
307
|
+
input: StartDeploymentCommandInput,
|
|
308
|
+
context: __SerdeContext
|
|
309
|
+
) => Promise<__HttpRequest>;
|
|
310
|
+
export declare const serializeAws_restJson1StopDeploymentCommand: (
|
|
311
|
+
input: StopDeploymentCommandInput,
|
|
312
|
+
context: __SerdeContext
|
|
313
|
+
) => Promise<__HttpRequest>;
|
|
314
|
+
export declare const serializeAws_restJson1TagResourceCommand: (
|
|
315
|
+
input: TagResourceCommandInput,
|
|
316
|
+
context: __SerdeContext
|
|
317
|
+
) => Promise<__HttpRequest>;
|
|
318
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (
|
|
319
|
+
input: UntagResourceCommandInput,
|
|
320
|
+
context: __SerdeContext
|
|
321
|
+
) => Promise<__HttpRequest>;
|
|
322
|
+
export declare const serializeAws_restJson1UpdateApplicationCommand: (
|
|
323
|
+
input: UpdateApplicationCommandInput,
|
|
324
|
+
context: __SerdeContext
|
|
325
|
+
) => Promise<__HttpRequest>;
|
|
326
|
+
export declare const serializeAws_restJson1UpdateConfigurationProfileCommand: (
|
|
327
|
+
input: UpdateConfigurationProfileCommandInput,
|
|
328
|
+
context: __SerdeContext
|
|
329
|
+
) => Promise<__HttpRequest>;
|
|
330
|
+
export declare const serializeAws_restJson1UpdateDeploymentStrategyCommand: (
|
|
331
|
+
input: UpdateDeploymentStrategyCommandInput,
|
|
332
|
+
context: __SerdeContext
|
|
333
|
+
) => Promise<__HttpRequest>;
|
|
334
|
+
export declare const serializeAws_restJson1UpdateEnvironmentCommand: (
|
|
335
|
+
input: UpdateEnvironmentCommandInput,
|
|
336
|
+
context: __SerdeContext
|
|
337
|
+
) => Promise<__HttpRequest>;
|
|
338
|
+
export declare const serializeAws_restJson1UpdateExtensionCommand: (
|
|
339
|
+
input: UpdateExtensionCommandInput,
|
|
340
|
+
context: __SerdeContext
|
|
341
|
+
) => Promise<__HttpRequest>;
|
|
342
|
+
export declare const serializeAws_restJson1UpdateExtensionAssociationCommand: (
|
|
343
|
+
input: UpdateExtensionAssociationCommandInput,
|
|
344
|
+
context: __SerdeContext
|
|
345
|
+
) => Promise<__HttpRequest>;
|
|
346
|
+
export declare const serializeAws_restJson1ValidateConfigurationCommand: (
|
|
347
|
+
input: ValidateConfigurationCommandInput,
|
|
348
|
+
context: __SerdeContext
|
|
349
|
+
) => Promise<__HttpRequest>;
|
|
350
|
+
export declare const deserializeAws_restJson1CreateApplicationCommand: (
|
|
351
|
+
output: __HttpResponse,
|
|
352
|
+
context: __SerdeContext
|
|
353
|
+
) => Promise<CreateApplicationCommandOutput>;
|
|
354
|
+
export declare const deserializeAws_restJson1CreateConfigurationProfileCommand: (
|
|
355
|
+
output: __HttpResponse,
|
|
356
|
+
context: __SerdeContext
|
|
357
|
+
) => Promise<CreateConfigurationProfileCommandOutput>;
|
|
358
|
+
export declare const deserializeAws_restJson1CreateDeploymentStrategyCommand: (
|
|
359
|
+
output: __HttpResponse,
|
|
360
|
+
context: __SerdeContext
|
|
361
|
+
) => Promise<CreateDeploymentStrategyCommandOutput>;
|
|
362
|
+
export declare const deserializeAws_restJson1CreateEnvironmentCommand: (
|
|
363
|
+
output: __HttpResponse,
|
|
364
|
+
context: __SerdeContext
|
|
365
|
+
) => Promise<CreateEnvironmentCommandOutput>;
|
|
366
|
+
export declare const deserializeAws_restJson1CreateExtensionCommand: (
|
|
367
|
+
output: __HttpResponse,
|
|
368
|
+
context: __SerdeContext
|
|
369
|
+
) => Promise<CreateExtensionCommandOutput>;
|
|
370
|
+
export declare const deserializeAws_restJson1CreateExtensionAssociationCommand: (
|
|
371
|
+
output: __HttpResponse,
|
|
372
|
+
context: __SerdeContext
|
|
373
|
+
) => Promise<CreateExtensionAssociationCommandOutput>;
|
|
374
|
+
export declare const deserializeAws_restJson1CreateHostedConfigurationVersionCommand: (
|
|
375
|
+
output: __HttpResponse,
|
|
376
|
+
context: __SerdeContext
|
|
377
|
+
) => Promise<CreateHostedConfigurationVersionCommandOutput>;
|
|
378
|
+
export declare const deserializeAws_restJson1DeleteApplicationCommand: (
|
|
379
|
+
output: __HttpResponse,
|
|
380
|
+
context: __SerdeContext
|
|
381
|
+
) => Promise<DeleteApplicationCommandOutput>;
|
|
382
|
+
export declare const deserializeAws_restJson1DeleteConfigurationProfileCommand: (
|
|
383
|
+
output: __HttpResponse,
|
|
384
|
+
context: __SerdeContext
|
|
385
|
+
) => Promise<DeleteConfigurationProfileCommandOutput>;
|
|
386
|
+
export declare const deserializeAws_restJson1DeleteDeploymentStrategyCommand: (
|
|
387
|
+
output: __HttpResponse,
|
|
388
|
+
context: __SerdeContext
|
|
389
|
+
) => Promise<DeleteDeploymentStrategyCommandOutput>;
|
|
390
|
+
export declare const deserializeAws_restJson1DeleteEnvironmentCommand: (
|
|
391
|
+
output: __HttpResponse,
|
|
392
|
+
context: __SerdeContext
|
|
393
|
+
) => Promise<DeleteEnvironmentCommandOutput>;
|
|
394
|
+
export declare const deserializeAws_restJson1DeleteExtensionCommand: (
|
|
395
|
+
output: __HttpResponse,
|
|
396
|
+
context: __SerdeContext
|
|
397
|
+
) => Promise<DeleteExtensionCommandOutput>;
|
|
398
|
+
export declare const deserializeAws_restJson1DeleteExtensionAssociationCommand: (
|
|
399
|
+
output: __HttpResponse,
|
|
400
|
+
context: __SerdeContext
|
|
401
|
+
) => Promise<DeleteExtensionAssociationCommandOutput>;
|
|
402
|
+
export declare const deserializeAws_restJson1DeleteHostedConfigurationVersionCommand: (
|
|
403
|
+
output: __HttpResponse,
|
|
404
|
+
context: __SerdeContext
|
|
405
|
+
) => Promise<DeleteHostedConfigurationVersionCommandOutput>;
|
|
406
|
+
export declare const deserializeAws_restJson1GetApplicationCommand: (
|
|
407
|
+
output: __HttpResponse,
|
|
408
|
+
context: __SerdeContext
|
|
409
|
+
) => Promise<GetApplicationCommandOutput>;
|
|
410
|
+
export declare const deserializeAws_restJson1GetConfigurationCommand: (
|
|
411
|
+
output: __HttpResponse,
|
|
412
|
+
context: __SerdeContext
|
|
413
|
+
) => Promise<GetConfigurationCommandOutput>;
|
|
414
|
+
export declare const deserializeAws_restJson1GetConfigurationProfileCommand: (
|
|
415
|
+
output: __HttpResponse,
|
|
416
|
+
context: __SerdeContext
|
|
417
|
+
) => Promise<GetConfigurationProfileCommandOutput>;
|
|
418
|
+
export declare const deserializeAws_restJson1GetDeploymentCommand: (
|
|
419
|
+
output: __HttpResponse,
|
|
420
|
+
context: __SerdeContext
|
|
421
|
+
) => Promise<GetDeploymentCommandOutput>;
|
|
422
|
+
export declare const deserializeAws_restJson1GetDeploymentStrategyCommand: (
|
|
423
|
+
output: __HttpResponse,
|
|
424
|
+
context: __SerdeContext
|
|
425
|
+
) => Promise<GetDeploymentStrategyCommandOutput>;
|
|
426
|
+
export declare const deserializeAws_restJson1GetEnvironmentCommand: (
|
|
427
|
+
output: __HttpResponse,
|
|
428
|
+
context: __SerdeContext
|
|
429
|
+
) => Promise<GetEnvironmentCommandOutput>;
|
|
430
|
+
export declare const deserializeAws_restJson1GetExtensionCommand: (
|
|
431
|
+
output: __HttpResponse,
|
|
432
|
+
context: __SerdeContext
|
|
433
|
+
) => Promise<GetExtensionCommandOutput>;
|
|
434
|
+
export declare const deserializeAws_restJson1GetExtensionAssociationCommand: (
|
|
435
|
+
output: __HttpResponse,
|
|
436
|
+
context: __SerdeContext
|
|
437
|
+
) => Promise<GetExtensionAssociationCommandOutput>;
|
|
438
|
+
export declare const deserializeAws_restJson1GetHostedConfigurationVersionCommand: (
|
|
439
|
+
output: __HttpResponse,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<GetHostedConfigurationVersionCommandOutput>;
|
|
442
|
+
export declare const deserializeAws_restJson1ListApplicationsCommand: (
|
|
443
|
+
output: __HttpResponse,
|
|
444
|
+
context: __SerdeContext
|
|
445
|
+
) => Promise<ListApplicationsCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_restJson1ListConfigurationProfilesCommand: (
|
|
447
|
+
output: __HttpResponse,
|
|
448
|
+
context: __SerdeContext
|
|
449
|
+
) => Promise<ListConfigurationProfilesCommandOutput>;
|
|
450
|
+
export declare const deserializeAws_restJson1ListDeploymentsCommand: (
|
|
451
|
+
output: __HttpResponse,
|
|
452
|
+
context: __SerdeContext
|
|
453
|
+
) => Promise<ListDeploymentsCommandOutput>;
|
|
454
|
+
export declare const deserializeAws_restJson1ListDeploymentStrategiesCommand: (
|
|
455
|
+
output: __HttpResponse,
|
|
456
|
+
context: __SerdeContext
|
|
457
|
+
) => Promise<ListDeploymentStrategiesCommandOutput>;
|
|
458
|
+
export declare const deserializeAws_restJson1ListEnvironmentsCommand: (
|
|
459
|
+
output: __HttpResponse,
|
|
460
|
+
context: __SerdeContext
|
|
461
|
+
) => Promise<ListEnvironmentsCommandOutput>;
|
|
462
|
+
export declare const deserializeAws_restJson1ListExtensionAssociationsCommand: (
|
|
463
|
+
output: __HttpResponse,
|
|
464
|
+
context: __SerdeContext
|
|
465
|
+
) => Promise<ListExtensionAssociationsCommandOutput>;
|
|
466
|
+
export declare const deserializeAws_restJson1ListExtensionsCommand: (
|
|
467
|
+
output: __HttpResponse,
|
|
468
|
+
context: __SerdeContext
|
|
469
|
+
) => Promise<ListExtensionsCommandOutput>;
|
|
470
|
+
export declare const deserializeAws_restJson1ListHostedConfigurationVersionsCommand: (
|
|
471
|
+
output: __HttpResponse,
|
|
472
|
+
context: __SerdeContext
|
|
473
|
+
) => Promise<ListHostedConfigurationVersionsCommandOutput>;
|
|
474
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
|
|
475
|
+
output: __HttpResponse,
|
|
476
|
+
context: __SerdeContext
|
|
477
|
+
) => Promise<ListTagsForResourceCommandOutput>;
|
|
478
|
+
export declare const deserializeAws_restJson1StartDeploymentCommand: (
|
|
479
|
+
output: __HttpResponse,
|
|
480
|
+
context: __SerdeContext
|
|
481
|
+
) => Promise<StartDeploymentCommandOutput>;
|
|
482
|
+
export declare const deserializeAws_restJson1StopDeploymentCommand: (
|
|
483
|
+
output: __HttpResponse,
|
|
484
|
+
context: __SerdeContext
|
|
485
|
+
) => Promise<StopDeploymentCommandOutput>;
|
|
486
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (
|
|
487
|
+
output: __HttpResponse,
|
|
488
|
+
context: __SerdeContext
|
|
489
|
+
) => Promise<TagResourceCommandOutput>;
|
|
490
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (
|
|
491
|
+
output: __HttpResponse,
|
|
492
|
+
context: __SerdeContext
|
|
493
|
+
) => Promise<UntagResourceCommandOutput>;
|
|
494
|
+
export declare const deserializeAws_restJson1UpdateApplicationCommand: (
|
|
495
|
+
output: __HttpResponse,
|
|
496
|
+
context: __SerdeContext
|
|
497
|
+
) => Promise<UpdateApplicationCommandOutput>;
|
|
498
|
+
export declare const deserializeAws_restJson1UpdateConfigurationProfileCommand: (
|
|
499
|
+
output: __HttpResponse,
|
|
500
|
+
context: __SerdeContext
|
|
501
|
+
) => Promise<UpdateConfigurationProfileCommandOutput>;
|
|
502
|
+
export declare const deserializeAws_restJson1UpdateDeploymentStrategyCommand: (
|
|
503
|
+
output: __HttpResponse,
|
|
504
|
+
context: __SerdeContext
|
|
505
|
+
) => Promise<UpdateDeploymentStrategyCommandOutput>;
|
|
506
|
+
export declare const deserializeAws_restJson1UpdateEnvironmentCommand: (
|
|
507
|
+
output: __HttpResponse,
|
|
508
|
+
context: __SerdeContext
|
|
509
|
+
) => Promise<UpdateEnvironmentCommandOutput>;
|
|
510
|
+
export declare const deserializeAws_restJson1UpdateExtensionCommand: (
|
|
511
|
+
output: __HttpResponse,
|
|
512
|
+
context: __SerdeContext
|
|
513
|
+
) => Promise<UpdateExtensionCommandOutput>;
|
|
514
|
+
export declare const deserializeAws_restJson1UpdateExtensionAssociationCommand: (
|
|
515
|
+
output: __HttpResponse,
|
|
516
|
+
context: __SerdeContext
|
|
517
|
+
) => Promise<UpdateExtensionAssociationCommandOutput>;
|
|
518
|
+
export declare const deserializeAws_restJson1ValidateConfigurationCommand: (
|
|
519
|
+
output: __HttpResponse,
|
|
520
|
+
context: __SerdeContext
|
|
521
|
+
) => Promise<ValidateConfigurationCommandOutput>;
|