@aws-sdk/client-appconfig 3.168.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.
Files changed (68) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/AppConfig.d.ts +778 -220
  3. package/dist-types/ts3.4/AppConfigClient.d.ts +387 -116
  4. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +35 -17
  8. package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +33 -17
  12. package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +33 -17
  15. package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +36 -17
  47. package/dist-types/ts3.4/commands/index.d.ts +43 -43
  48. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  49. package/dist-types/ts3.4/index.d.ts +6 -6
  50. package/dist-types/ts3.4/models/AppConfigServiceException.d.ts +8 -6
  51. package/dist-types/ts3.4/models/index.d.ts +1 -1
  52. package/dist-types/ts3.4/models/models_0.d.ts +1080 -1022
  53. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  54. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListConfigurationProfilesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListDeploymentStrategiesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListExtensionAssociationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListExtensionsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListHostedConfigurationVersionsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/index.d.ts +9 -9
  63. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +521 -131
  64. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  65. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  66. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  67. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  68. package/package.json +34 -34
@@ -1,116 +1,387 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
10
- import { CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput } from "./commands/CreateConfigurationProfileCommand";
11
- import { CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput } from "./commands/CreateDeploymentStrategyCommand";
12
- import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "./commands/CreateEnvironmentCommand";
13
- import { CreateExtensionAssociationCommandInput, CreateExtensionAssociationCommandOutput } from "./commands/CreateExtensionAssociationCommand";
14
- import { CreateExtensionCommandInput, CreateExtensionCommandOutput } from "./commands/CreateExtensionCommand";
15
- import { CreateHostedConfigurationVersionCommandInput, CreateHostedConfigurationVersionCommandOutput } from "./commands/CreateHostedConfigurationVersionCommand";
16
- import { DeleteApplicationCommandInput, DeleteApplicationCommandOutput } from "./commands/DeleteApplicationCommand";
17
- import { DeleteConfigurationProfileCommandInput, DeleteConfigurationProfileCommandOutput } from "./commands/DeleteConfigurationProfileCommand";
18
- import { DeleteDeploymentStrategyCommandInput, DeleteDeploymentStrategyCommandOutput } from "./commands/DeleteDeploymentStrategyCommand";
19
- import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "./commands/DeleteEnvironmentCommand";
20
- import { DeleteExtensionAssociationCommandInput, DeleteExtensionAssociationCommandOutput } from "./commands/DeleteExtensionAssociationCommand";
21
- import { DeleteExtensionCommandInput, DeleteExtensionCommandOutput } from "./commands/DeleteExtensionCommand";
22
- import { DeleteHostedConfigurationVersionCommandInput, DeleteHostedConfigurationVersionCommandOutput } from "./commands/DeleteHostedConfigurationVersionCommand";
23
- import { GetApplicationCommandInput, GetApplicationCommandOutput } from "./commands/GetApplicationCommand";
24
- import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "./commands/GetConfigurationCommand";
25
- import { GetConfigurationProfileCommandInput, GetConfigurationProfileCommandOutput } from "./commands/GetConfigurationProfileCommand";
26
- import { GetDeploymentCommandInput, GetDeploymentCommandOutput } from "./commands/GetDeploymentCommand";
27
- import { GetDeploymentStrategyCommandInput, GetDeploymentStrategyCommandOutput } from "./commands/GetDeploymentStrategyCommand";
28
- import { GetEnvironmentCommandInput, GetEnvironmentCommandOutput } from "./commands/GetEnvironmentCommand";
29
- import { GetExtensionAssociationCommandInput, GetExtensionAssociationCommandOutput } from "./commands/GetExtensionAssociationCommand";
30
- import { GetExtensionCommandInput, GetExtensionCommandOutput } from "./commands/GetExtensionCommand";
31
- import { GetHostedConfigurationVersionCommandInput, GetHostedConfigurationVersionCommandOutput } from "./commands/GetHostedConfigurationVersionCommand";
32
- import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./commands/ListApplicationsCommand";
33
- import { ListConfigurationProfilesCommandInput, ListConfigurationProfilesCommandOutput } from "./commands/ListConfigurationProfilesCommand";
34
- import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
35
- import { ListDeploymentStrategiesCommandInput, ListDeploymentStrategiesCommandOutput } from "./commands/ListDeploymentStrategiesCommand";
36
- import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "./commands/ListEnvironmentsCommand";
37
- import { ListExtensionAssociationsCommandInput, ListExtensionAssociationsCommandOutput } from "./commands/ListExtensionAssociationsCommand";
38
- import { ListExtensionsCommandInput, ListExtensionsCommandOutput } from "./commands/ListExtensionsCommand";
39
- import { ListHostedConfigurationVersionsCommandInput, ListHostedConfigurationVersionsCommandOutput } from "./commands/ListHostedConfigurationVersionsCommand";
40
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
41
- import { StartDeploymentCommandInput, StartDeploymentCommandOutput } from "./commands/StartDeploymentCommand";
42
- import { StopDeploymentCommandInput, StopDeploymentCommandOutput } from "./commands/StopDeploymentCommand";
43
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
44
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
45
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
46
- import { UpdateConfigurationProfileCommandInput, UpdateConfigurationProfileCommandOutput } from "./commands/UpdateConfigurationProfileCommand";
47
- import { UpdateDeploymentStrategyCommandInput, UpdateDeploymentStrategyCommandOutput } from "./commands/UpdateDeploymentStrategyCommand";
48
- import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "./commands/UpdateEnvironmentCommand";
49
- import { UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationCommandOutput } from "./commands/UpdateExtensionAssociationCommand";
50
- import { UpdateExtensionCommandInput, UpdateExtensionCommandOutput } from "./commands/UpdateExtensionCommand";
51
- import { ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput } from "./commands/ValidateConfigurationCommand";
52
- export declare type ServiceInputTypes = CreateApplicationCommandInput | CreateConfigurationProfileCommandInput | CreateDeploymentStrategyCommandInput | CreateEnvironmentCommandInput | CreateExtensionAssociationCommandInput | CreateExtensionCommandInput | CreateHostedConfigurationVersionCommandInput | DeleteApplicationCommandInput | DeleteConfigurationProfileCommandInput | DeleteDeploymentStrategyCommandInput | DeleteEnvironmentCommandInput | DeleteExtensionAssociationCommandInput | DeleteExtensionCommandInput | DeleteHostedConfigurationVersionCommandInput | GetApplicationCommandInput | GetConfigurationCommandInput | GetConfigurationProfileCommandInput | GetDeploymentCommandInput | GetDeploymentStrategyCommandInput | GetEnvironmentCommandInput | GetExtensionAssociationCommandInput | GetExtensionCommandInput | GetHostedConfigurationVersionCommandInput | ListApplicationsCommandInput | ListConfigurationProfilesCommandInput | ListDeploymentStrategiesCommandInput | ListDeploymentsCommandInput | ListEnvironmentsCommandInput | ListExtensionAssociationsCommandInput | ListExtensionsCommandInput | ListHostedConfigurationVersionsCommandInput | ListTagsForResourceCommandInput | StartDeploymentCommandInput | StopDeploymentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateConfigurationProfileCommandInput | UpdateDeploymentStrategyCommandInput | UpdateEnvironmentCommandInput | UpdateExtensionAssociationCommandInput | UpdateExtensionCommandInput | ValidateConfigurationCommandInput;
53
- export declare type ServiceOutputTypes = CreateApplicationCommandOutput | CreateConfigurationProfileCommandOutput | CreateDeploymentStrategyCommandOutput | CreateEnvironmentCommandOutput | CreateExtensionAssociationCommandOutput | CreateExtensionCommandOutput | CreateHostedConfigurationVersionCommandOutput | DeleteApplicationCommandOutput | DeleteConfigurationProfileCommandOutput | DeleteDeploymentStrategyCommandOutput | DeleteEnvironmentCommandOutput | DeleteExtensionAssociationCommandOutput | DeleteExtensionCommandOutput | DeleteHostedConfigurationVersionCommandOutput | GetApplicationCommandOutput | GetConfigurationCommandOutput | GetConfigurationProfileCommandOutput | GetDeploymentCommandOutput | GetDeploymentStrategyCommandOutput | GetEnvironmentCommandOutput | GetExtensionAssociationCommandOutput | GetExtensionCommandOutput | GetHostedConfigurationVersionCommandOutput | ListApplicationsCommandOutput | ListConfigurationProfilesCommandOutput | ListDeploymentStrategiesCommandOutput | ListDeploymentsCommandOutput | ListEnvironmentsCommandOutput | ListExtensionAssociationsCommandOutput | ListExtensionsCommandOutput | ListHostedConfigurationVersionsCommandOutput | ListTagsForResourceCommandOutput | StartDeploymentCommandOutput | StopDeploymentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateConfigurationProfileCommandOutput | UpdateDeploymentStrategyCommandOutput | UpdateEnvironmentCommandOutput | UpdateExtensionAssociationCommandOutput | UpdateExtensionCommandOutput | ValidateConfigurationCommandOutput;
54
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
55
-
56
- requestHandler?: __HttpHandler;
57
-
58
- sha256?: __HashConstructor;
59
-
60
- urlParser?: __UrlParser;
61
-
62
- bodyLengthChecker?: __BodyLengthCalculator;
63
-
64
- streamCollector?: __StreamCollector;
65
-
66
- base64Decoder?: __Decoder;
67
-
68
- base64Encoder?: __Encoder;
69
-
70
- utf8Decoder?: __Decoder;
71
-
72
- utf8Encoder?: __Encoder;
73
-
74
- runtime?: string;
75
-
76
- disableHostPrefix?: boolean;
77
-
78
- maxAttempts?: number | __Provider<number>;
79
-
80
- retryMode?: string | __Provider<string>;
81
-
82
- logger?: __Logger;
83
-
84
- useDualstackEndpoint?: boolean | __Provider<boolean>;
85
-
86
- useFipsEndpoint?: boolean | __Provider<boolean>;
87
-
88
- serviceId?: string;
89
-
90
- region?: string | __Provider<string>;
91
-
92
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
93
-
94
- regionInfoProvider?: RegionInfoProvider;
95
-
96
- defaultUserAgentProvider?: Provider<__UserAgent>;
97
-
98
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
99
- }
100
- declare type AppConfigClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
101
-
102
- export interface AppConfigClientConfig extends AppConfigClientConfigType {
103
- }
104
- declare type AppConfigClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
105
-
106
- export interface AppConfigClientResolvedConfig extends AppConfigClientResolvedConfigType {
107
- }
108
-
109
- export declare class AppConfigClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, AppConfigClientResolvedConfig> {
110
-
111
- readonly config: AppConfigClientResolvedConfig;
112
- constructor(configuration: AppConfigClientConfig);
113
-
114
- destroy(): void;
115
- }
116
- export {};
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
+
309
+ sha256?: __HashConstructor;
310
+
311
+ urlParser?: __UrlParser;
312
+
313
+ bodyLengthChecker?: __BodyLengthCalculator;
314
+
315
+ streamCollector?: __StreamCollector;
316
+
317
+ base64Decoder?: __Decoder;
318
+
319
+ base64Encoder?: __Encoder;
320
+
321
+ utf8Decoder?: __Decoder;
322
+
323
+ utf8Encoder?: __Encoder;
324
+
325
+ runtime?: string;
326
+
327
+ disableHostPrefix?: boolean;
328
+
329
+ maxAttempts?: number | __Provider<number>;
330
+
331
+ retryMode?: string | __Provider<string>;
332
+
333
+ logger?: __Logger;
334
+
335
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
336
+
337
+ useFipsEndpoint?: boolean | __Provider<boolean>;
338
+
339
+ serviceId?: string;
340
+
341
+ region?: string | __Provider<string>;
342
+
343
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
344
+
345
+ regionInfoProvider?: RegionInfoProvider;
346
+
347
+ defaultUserAgentProvider?: Provider<__UserAgent>;
348
+
349
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
350
+ }
351
+ declare type AppConfigClientConfigType = Partial<
352
+ __SmithyConfiguration<__HttpHandlerOptions>
353
+ > &
354
+ ClientDefaults &
355
+ RegionInputConfig &
356
+ EndpointsInputConfig &
357
+ RetryInputConfig &
358
+ HostHeaderInputConfig &
359
+ AwsAuthInputConfig &
360
+ UserAgentInputConfig;
361
+
362
+ export interface AppConfigClientConfig extends AppConfigClientConfigType {}
363
+ declare type AppConfigClientResolvedConfigType =
364
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
365
+ Required<ClientDefaults> &
366
+ RegionResolvedConfig &
367
+ EndpointsResolvedConfig &
368
+ RetryResolvedConfig &
369
+ HostHeaderResolvedConfig &
370
+ AwsAuthResolvedConfig &
371
+ UserAgentResolvedConfig;
372
+
373
+ export interface AppConfigClientResolvedConfig
374
+ extends AppConfigClientResolvedConfigType {}
375
+
376
+ export declare class AppConfigClient extends __Client<
377
+ __HttpHandlerOptions,
378
+ ServiceInputTypes,
379
+ ServiceOutputTypes,
380
+ AppConfigClientResolvedConfig
381
+ > {
382
+ readonly config: AppConfigClientResolvedConfig;
383
+ constructor(configuration: AppConfigClientConfig);
384
+
385
+ destroy(): void;
386
+ }
387
+ export {};
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { Application, CreateApplicationRequest } from "../models/models_0";
5
- export interface CreateApplicationCommandInput extends CreateApplicationRequest {
6
- }
7
- export interface CreateApplicationCommandOutput extends Application, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: CreateApplicationCommandInput;
12
- constructor(input: CreateApplicationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
20
+ export declare class CreateApplicationCommand extends $Command<
21
+ CreateApplicationCommandInput,
22
+ CreateApplicationCommandOutput,
23
+ AppConfigClientResolvedConfig
24
+ > {
25
+ readonly input: CreateApplicationCommandInput;
26
+ constructor(input: CreateApplicationCommandInput);
27
+
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: AppConfigClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
4
- import { ConfigurationProfile, CreateConfigurationProfileRequest } from "../models/models_0";
5
- export interface CreateConfigurationProfileCommandInput extends CreateConfigurationProfileRequest {
6
- }
7
- export interface CreateConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateConfigurationProfileCommand extends $Command<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig> {
11
- readonly input: CreateConfigurationProfileCommandInput;
12
- constructor(input: CreateConfigurationProfileCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+
23
+ export declare class CreateConfigurationProfileCommand extends $Command<
24
+ CreateConfigurationProfileCommandInput,
25
+ CreateConfigurationProfileCommandOutput,
26
+ AppConfigClientResolvedConfig
27
+ > {
28
+ readonly input: CreateConfigurationProfileCommandInput;
29
+ constructor(input: CreateConfigurationProfileCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: AppConfigClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateConfigurationProfileCommandInput,
37
+ CreateConfigurationProfileCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }