@aws-sdk/client-appconfig 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/AppConfig.d.ts +735 -220
- package/dist-types/ts3.4/AppConfigClient.d.ts +362 -116
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +34 -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 +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +763 -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 +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,116 +1,362 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
import {
|
|
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
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
CreateApplicationCommandInput,
|
|
47
|
+
CreateApplicationCommandOutput,
|
|
48
|
+
} from "./commands/CreateApplicationCommand";
|
|
49
|
+
import {
|
|
50
|
+
CreateConfigurationProfileCommandInput,
|
|
51
|
+
CreateConfigurationProfileCommandOutput,
|
|
52
|
+
} from "./commands/CreateConfigurationProfileCommand";
|
|
53
|
+
import {
|
|
54
|
+
CreateDeploymentStrategyCommandInput,
|
|
55
|
+
CreateDeploymentStrategyCommandOutput,
|
|
56
|
+
} from "./commands/CreateDeploymentStrategyCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateEnvironmentCommandInput,
|
|
59
|
+
CreateEnvironmentCommandOutput,
|
|
60
|
+
} from "./commands/CreateEnvironmentCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateExtensionAssociationCommandInput,
|
|
63
|
+
CreateExtensionAssociationCommandOutput,
|
|
64
|
+
} from "./commands/CreateExtensionAssociationCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateExtensionCommandInput,
|
|
67
|
+
CreateExtensionCommandOutput,
|
|
68
|
+
} from "./commands/CreateExtensionCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateHostedConfigurationVersionCommandInput,
|
|
71
|
+
CreateHostedConfigurationVersionCommandOutput,
|
|
72
|
+
} from "./commands/CreateHostedConfigurationVersionCommand";
|
|
73
|
+
import {
|
|
74
|
+
DeleteApplicationCommandInput,
|
|
75
|
+
DeleteApplicationCommandOutput,
|
|
76
|
+
} from "./commands/DeleteApplicationCommand";
|
|
77
|
+
import {
|
|
78
|
+
DeleteConfigurationProfileCommandInput,
|
|
79
|
+
DeleteConfigurationProfileCommandOutput,
|
|
80
|
+
} from "./commands/DeleteConfigurationProfileCommand";
|
|
81
|
+
import {
|
|
82
|
+
DeleteDeploymentStrategyCommandInput,
|
|
83
|
+
DeleteDeploymentStrategyCommandOutput,
|
|
84
|
+
} from "./commands/DeleteDeploymentStrategyCommand";
|
|
85
|
+
import {
|
|
86
|
+
DeleteEnvironmentCommandInput,
|
|
87
|
+
DeleteEnvironmentCommandOutput,
|
|
88
|
+
} from "./commands/DeleteEnvironmentCommand";
|
|
89
|
+
import {
|
|
90
|
+
DeleteExtensionAssociationCommandInput,
|
|
91
|
+
DeleteExtensionAssociationCommandOutput,
|
|
92
|
+
} from "./commands/DeleteExtensionAssociationCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteExtensionCommandInput,
|
|
95
|
+
DeleteExtensionCommandOutput,
|
|
96
|
+
} from "./commands/DeleteExtensionCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteHostedConfigurationVersionCommandInput,
|
|
99
|
+
DeleteHostedConfigurationVersionCommandOutput,
|
|
100
|
+
} from "./commands/DeleteHostedConfigurationVersionCommand";
|
|
101
|
+
import {
|
|
102
|
+
GetApplicationCommandInput,
|
|
103
|
+
GetApplicationCommandOutput,
|
|
104
|
+
} from "./commands/GetApplicationCommand";
|
|
105
|
+
import {
|
|
106
|
+
GetConfigurationCommandInput,
|
|
107
|
+
GetConfigurationCommandOutput,
|
|
108
|
+
} from "./commands/GetConfigurationCommand";
|
|
109
|
+
import {
|
|
110
|
+
GetConfigurationProfileCommandInput,
|
|
111
|
+
GetConfigurationProfileCommandOutput,
|
|
112
|
+
} from "./commands/GetConfigurationProfileCommand";
|
|
113
|
+
import {
|
|
114
|
+
GetDeploymentCommandInput,
|
|
115
|
+
GetDeploymentCommandOutput,
|
|
116
|
+
} from "./commands/GetDeploymentCommand";
|
|
117
|
+
import {
|
|
118
|
+
GetDeploymentStrategyCommandInput,
|
|
119
|
+
GetDeploymentStrategyCommandOutput,
|
|
120
|
+
} from "./commands/GetDeploymentStrategyCommand";
|
|
121
|
+
import {
|
|
122
|
+
GetEnvironmentCommandInput,
|
|
123
|
+
GetEnvironmentCommandOutput,
|
|
124
|
+
} from "./commands/GetEnvironmentCommand";
|
|
125
|
+
import {
|
|
126
|
+
GetExtensionAssociationCommandInput,
|
|
127
|
+
GetExtensionAssociationCommandOutput,
|
|
128
|
+
} from "./commands/GetExtensionAssociationCommand";
|
|
129
|
+
import {
|
|
130
|
+
GetExtensionCommandInput,
|
|
131
|
+
GetExtensionCommandOutput,
|
|
132
|
+
} from "./commands/GetExtensionCommand";
|
|
133
|
+
import {
|
|
134
|
+
GetHostedConfigurationVersionCommandInput,
|
|
135
|
+
GetHostedConfigurationVersionCommandOutput,
|
|
136
|
+
} from "./commands/GetHostedConfigurationVersionCommand";
|
|
137
|
+
import {
|
|
138
|
+
ListApplicationsCommandInput,
|
|
139
|
+
ListApplicationsCommandOutput,
|
|
140
|
+
} from "./commands/ListApplicationsCommand";
|
|
141
|
+
import {
|
|
142
|
+
ListConfigurationProfilesCommandInput,
|
|
143
|
+
ListConfigurationProfilesCommandOutput,
|
|
144
|
+
} from "./commands/ListConfigurationProfilesCommand";
|
|
145
|
+
import {
|
|
146
|
+
ListDeploymentsCommandInput,
|
|
147
|
+
ListDeploymentsCommandOutput,
|
|
148
|
+
} from "./commands/ListDeploymentsCommand";
|
|
149
|
+
import {
|
|
150
|
+
ListDeploymentStrategiesCommandInput,
|
|
151
|
+
ListDeploymentStrategiesCommandOutput,
|
|
152
|
+
} from "./commands/ListDeploymentStrategiesCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListEnvironmentsCommandInput,
|
|
155
|
+
ListEnvironmentsCommandOutput,
|
|
156
|
+
} from "./commands/ListEnvironmentsCommand";
|
|
157
|
+
import {
|
|
158
|
+
ListExtensionAssociationsCommandInput,
|
|
159
|
+
ListExtensionAssociationsCommandOutput,
|
|
160
|
+
} from "./commands/ListExtensionAssociationsCommand";
|
|
161
|
+
import {
|
|
162
|
+
ListExtensionsCommandInput,
|
|
163
|
+
ListExtensionsCommandOutput,
|
|
164
|
+
} from "./commands/ListExtensionsCommand";
|
|
165
|
+
import {
|
|
166
|
+
ListHostedConfigurationVersionsCommandInput,
|
|
167
|
+
ListHostedConfigurationVersionsCommandOutput,
|
|
168
|
+
} from "./commands/ListHostedConfigurationVersionsCommand";
|
|
169
|
+
import {
|
|
170
|
+
ListTagsForResourceCommandInput,
|
|
171
|
+
ListTagsForResourceCommandOutput,
|
|
172
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
173
|
+
import {
|
|
174
|
+
StartDeploymentCommandInput,
|
|
175
|
+
StartDeploymentCommandOutput,
|
|
176
|
+
} from "./commands/StartDeploymentCommand";
|
|
177
|
+
import {
|
|
178
|
+
StopDeploymentCommandInput,
|
|
179
|
+
StopDeploymentCommandOutput,
|
|
180
|
+
} from "./commands/StopDeploymentCommand";
|
|
181
|
+
import {
|
|
182
|
+
TagResourceCommandInput,
|
|
183
|
+
TagResourceCommandOutput,
|
|
184
|
+
} from "./commands/TagResourceCommand";
|
|
185
|
+
import {
|
|
186
|
+
UntagResourceCommandInput,
|
|
187
|
+
UntagResourceCommandOutput,
|
|
188
|
+
} from "./commands/UntagResourceCommand";
|
|
189
|
+
import {
|
|
190
|
+
UpdateApplicationCommandInput,
|
|
191
|
+
UpdateApplicationCommandOutput,
|
|
192
|
+
} from "./commands/UpdateApplicationCommand";
|
|
193
|
+
import {
|
|
194
|
+
UpdateConfigurationProfileCommandInput,
|
|
195
|
+
UpdateConfigurationProfileCommandOutput,
|
|
196
|
+
} from "./commands/UpdateConfigurationProfileCommand";
|
|
197
|
+
import {
|
|
198
|
+
UpdateDeploymentStrategyCommandInput,
|
|
199
|
+
UpdateDeploymentStrategyCommandOutput,
|
|
200
|
+
} from "./commands/UpdateDeploymentStrategyCommand";
|
|
201
|
+
import {
|
|
202
|
+
UpdateEnvironmentCommandInput,
|
|
203
|
+
UpdateEnvironmentCommandOutput,
|
|
204
|
+
} from "./commands/UpdateEnvironmentCommand";
|
|
205
|
+
import {
|
|
206
|
+
UpdateExtensionAssociationCommandInput,
|
|
207
|
+
UpdateExtensionAssociationCommandOutput,
|
|
208
|
+
} from "./commands/UpdateExtensionAssociationCommand";
|
|
209
|
+
import {
|
|
210
|
+
UpdateExtensionCommandInput,
|
|
211
|
+
UpdateExtensionCommandOutput,
|
|
212
|
+
} from "./commands/UpdateExtensionCommand";
|
|
213
|
+
import {
|
|
214
|
+
ValidateConfigurationCommandInput,
|
|
215
|
+
ValidateConfigurationCommandOutput,
|
|
216
|
+
} from "./commands/ValidateConfigurationCommand";
|
|
217
|
+
export declare type ServiceInputTypes =
|
|
218
|
+
| CreateApplicationCommandInput
|
|
219
|
+
| CreateConfigurationProfileCommandInput
|
|
220
|
+
| CreateDeploymentStrategyCommandInput
|
|
221
|
+
| CreateEnvironmentCommandInput
|
|
222
|
+
| CreateExtensionAssociationCommandInput
|
|
223
|
+
| CreateExtensionCommandInput
|
|
224
|
+
| CreateHostedConfigurationVersionCommandInput
|
|
225
|
+
| DeleteApplicationCommandInput
|
|
226
|
+
| DeleteConfigurationProfileCommandInput
|
|
227
|
+
| DeleteDeploymentStrategyCommandInput
|
|
228
|
+
| DeleteEnvironmentCommandInput
|
|
229
|
+
| DeleteExtensionAssociationCommandInput
|
|
230
|
+
| DeleteExtensionCommandInput
|
|
231
|
+
| DeleteHostedConfigurationVersionCommandInput
|
|
232
|
+
| GetApplicationCommandInput
|
|
233
|
+
| GetConfigurationCommandInput
|
|
234
|
+
| GetConfigurationProfileCommandInput
|
|
235
|
+
| GetDeploymentCommandInput
|
|
236
|
+
| GetDeploymentStrategyCommandInput
|
|
237
|
+
| GetEnvironmentCommandInput
|
|
238
|
+
| GetExtensionAssociationCommandInput
|
|
239
|
+
| GetExtensionCommandInput
|
|
240
|
+
| GetHostedConfigurationVersionCommandInput
|
|
241
|
+
| ListApplicationsCommandInput
|
|
242
|
+
| ListConfigurationProfilesCommandInput
|
|
243
|
+
| ListDeploymentStrategiesCommandInput
|
|
244
|
+
| ListDeploymentsCommandInput
|
|
245
|
+
| ListEnvironmentsCommandInput
|
|
246
|
+
| ListExtensionAssociationsCommandInput
|
|
247
|
+
| ListExtensionsCommandInput
|
|
248
|
+
| ListHostedConfigurationVersionsCommandInput
|
|
249
|
+
| ListTagsForResourceCommandInput
|
|
250
|
+
| StartDeploymentCommandInput
|
|
251
|
+
| StopDeploymentCommandInput
|
|
252
|
+
| TagResourceCommandInput
|
|
253
|
+
| UntagResourceCommandInput
|
|
254
|
+
| UpdateApplicationCommandInput
|
|
255
|
+
| UpdateConfigurationProfileCommandInput
|
|
256
|
+
| UpdateDeploymentStrategyCommandInput
|
|
257
|
+
| UpdateEnvironmentCommandInput
|
|
258
|
+
| UpdateExtensionAssociationCommandInput
|
|
259
|
+
| UpdateExtensionCommandInput
|
|
260
|
+
| ValidateConfigurationCommandInput;
|
|
261
|
+
export declare type ServiceOutputTypes =
|
|
262
|
+
| CreateApplicationCommandOutput
|
|
263
|
+
| CreateConfigurationProfileCommandOutput
|
|
264
|
+
| CreateDeploymentStrategyCommandOutput
|
|
265
|
+
| CreateEnvironmentCommandOutput
|
|
266
|
+
| CreateExtensionAssociationCommandOutput
|
|
267
|
+
| CreateExtensionCommandOutput
|
|
268
|
+
| CreateHostedConfigurationVersionCommandOutput
|
|
269
|
+
| DeleteApplicationCommandOutput
|
|
270
|
+
| DeleteConfigurationProfileCommandOutput
|
|
271
|
+
| DeleteDeploymentStrategyCommandOutput
|
|
272
|
+
| DeleteEnvironmentCommandOutput
|
|
273
|
+
| DeleteExtensionAssociationCommandOutput
|
|
274
|
+
| DeleteExtensionCommandOutput
|
|
275
|
+
| DeleteHostedConfigurationVersionCommandOutput
|
|
276
|
+
| GetApplicationCommandOutput
|
|
277
|
+
| GetConfigurationCommandOutput
|
|
278
|
+
| GetConfigurationProfileCommandOutput
|
|
279
|
+
| GetDeploymentCommandOutput
|
|
280
|
+
| GetDeploymentStrategyCommandOutput
|
|
281
|
+
| GetEnvironmentCommandOutput
|
|
282
|
+
| GetExtensionAssociationCommandOutput
|
|
283
|
+
| GetExtensionCommandOutput
|
|
284
|
+
| GetHostedConfigurationVersionCommandOutput
|
|
285
|
+
| ListApplicationsCommandOutput
|
|
286
|
+
| ListConfigurationProfilesCommandOutput
|
|
287
|
+
| ListDeploymentStrategiesCommandOutput
|
|
288
|
+
| ListDeploymentsCommandOutput
|
|
289
|
+
| ListEnvironmentsCommandOutput
|
|
290
|
+
| ListExtensionAssociationsCommandOutput
|
|
291
|
+
| ListExtensionsCommandOutput
|
|
292
|
+
| ListHostedConfigurationVersionsCommandOutput
|
|
293
|
+
| ListTagsForResourceCommandOutput
|
|
294
|
+
| StartDeploymentCommandOutput
|
|
295
|
+
| StopDeploymentCommandOutput
|
|
296
|
+
| TagResourceCommandOutput
|
|
297
|
+
| UntagResourceCommandOutput
|
|
298
|
+
| UpdateApplicationCommandOutput
|
|
299
|
+
| UpdateConfigurationProfileCommandOutput
|
|
300
|
+
| UpdateDeploymentStrategyCommandOutput
|
|
301
|
+
| UpdateEnvironmentCommandOutput
|
|
302
|
+
| UpdateExtensionAssociationCommandOutput
|
|
303
|
+
| UpdateExtensionCommandOutput
|
|
304
|
+
| ValidateConfigurationCommandOutput;
|
|
305
|
+
export interface ClientDefaults
|
|
306
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
307
|
+
requestHandler?: __HttpHandler;
|
|
308
|
+
sha256?: __HashConstructor;
|
|
309
|
+
urlParser?: __UrlParser;
|
|
310
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
311
|
+
streamCollector?: __StreamCollector;
|
|
312
|
+
base64Decoder?: __Decoder;
|
|
313
|
+
base64Encoder?: __Encoder;
|
|
314
|
+
utf8Decoder?: __Decoder;
|
|
315
|
+
utf8Encoder?: __Encoder;
|
|
316
|
+
runtime?: string;
|
|
317
|
+
disableHostPrefix?: boolean;
|
|
318
|
+
maxAttempts?: number | __Provider<number>;
|
|
319
|
+
retryMode?: string | __Provider<string>;
|
|
320
|
+
logger?: __Logger;
|
|
321
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
322
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
323
|
+
serviceId?: string;
|
|
324
|
+
region?: string | __Provider<string>;
|
|
325
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
326
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
327
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
328
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
329
|
+
}
|
|
330
|
+
declare type AppConfigClientConfigType = Partial<
|
|
331
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
332
|
+
> &
|
|
333
|
+
ClientDefaults &
|
|
334
|
+
RegionInputConfig &
|
|
335
|
+
EndpointsInputConfig &
|
|
336
|
+
RetryInputConfig &
|
|
337
|
+
HostHeaderInputConfig &
|
|
338
|
+
AwsAuthInputConfig &
|
|
339
|
+
UserAgentInputConfig;
|
|
340
|
+
export interface AppConfigClientConfig extends AppConfigClientConfigType {}
|
|
341
|
+
declare type AppConfigClientResolvedConfigType =
|
|
342
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
343
|
+
Required<ClientDefaults> &
|
|
344
|
+
RegionResolvedConfig &
|
|
345
|
+
EndpointsResolvedConfig &
|
|
346
|
+
RetryResolvedConfig &
|
|
347
|
+
HostHeaderResolvedConfig &
|
|
348
|
+
AwsAuthResolvedConfig &
|
|
349
|
+
UserAgentResolvedConfig;
|
|
350
|
+
export interface AppConfigClientResolvedConfig
|
|
351
|
+
extends AppConfigClientResolvedConfigType {}
|
|
352
|
+
export declare class AppConfigClient extends __Client<
|
|
353
|
+
__HttpHandlerOptions,
|
|
354
|
+
ServiceInputTypes,
|
|
355
|
+
ServiceOutputTypes,
|
|
356
|
+
AppConfigClientResolvedConfig
|
|
357
|
+
> {
|
|
358
|
+
readonly config: AppConfigClientResolvedConfig;
|
|
359
|
+
constructor(configuration: AppConfigClientConfig);
|
|
360
|
+
destroy(): void;
|
|
361
|
+
}
|
|
362
|
+
export {};
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import { Application, CreateApplicationRequest } from "../models/models_0";
|
|
14
|
+
export interface CreateApplicationCommandInput
|
|
15
|
+
extends CreateApplicationRequest {}
|
|
16
|
+
export interface CreateApplicationCommandOutput
|
|
17
|
+
extends Application,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
export declare class CreateApplicationCommand extends $Command<
|
|
20
|
+
CreateApplicationCommandInput,
|
|
21
|
+
CreateApplicationCommandOutput,
|
|
22
|
+
AppConfigClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CreateApplicationCommandInput;
|
|
25
|
+
constructor(input: CreateApplicationCommandInput);
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: AppConfigClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import {
|
|
14
|
+
ConfigurationProfile,
|
|
15
|
+
CreateConfigurationProfileRequest,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateConfigurationProfileCommandInput
|
|
18
|
+
extends CreateConfigurationProfileRequest {}
|
|
19
|
+
export interface CreateConfigurationProfileCommandOutput
|
|
20
|
+
extends ConfigurationProfile,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateConfigurationProfileCommand extends $Command<
|
|
23
|
+
CreateConfigurationProfileCommandInput,
|
|
24
|
+
CreateConfigurationProfileCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateConfigurationProfileCommandInput;
|
|
28
|
+
constructor(input: CreateConfigurationProfileCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateConfigurationProfileCommandInput,
|
|
35
|
+
CreateConfigurationProfileCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
AppConfigClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../AppConfigClient";
|
|
13
|
+
import {
|
|
14
|
+
CreateDeploymentStrategyRequest,
|
|
15
|
+
DeploymentStrategy,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDeploymentStrategyCommandInput
|
|
18
|
+
extends CreateDeploymentStrategyRequest {}
|
|
19
|
+
export interface CreateDeploymentStrategyCommandOutput
|
|
20
|
+
extends DeploymentStrategy,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class CreateDeploymentStrategyCommand extends $Command<
|
|
23
|
+
CreateDeploymentStrategyCommandInput,
|
|
24
|
+
CreateDeploymentStrategyCommandOutput,
|
|
25
|
+
AppConfigClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDeploymentStrategyCommandInput;
|
|
28
|
+
constructor(input: CreateDeploymentStrategyCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: AppConfigClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
CreateDeploymentStrategyCommandInput,
|
|
35
|
+
CreateDeploymentStrategyCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|