@aws-sdk/client-appconfig 3.296.0 → 3.297.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 (57) hide show
  1. package/dist-types/AppConfig.d.ts +44 -0
  2. package/dist-types/AppConfigClient.d.ts +24 -4
  3. package/dist-types/commands/CreateApplicationCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateEnvironmentCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateExtensionCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteApplicationCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteExtensionCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +16 -0
  17. package/dist-types/commands/GetApplicationCommand.d.ts +16 -0
  18. package/dist-types/commands/GetConfigurationCommand.d.ts +16 -0
  19. package/dist-types/commands/GetConfigurationProfileCommand.d.ts +16 -0
  20. package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
  21. package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +16 -0
  22. package/dist-types/commands/GetEnvironmentCommand.d.ts +16 -0
  23. package/dist-types/commands/GetExtensionAssociationCommand.d.ts +16 -0
  24. package/dist-types/commands/GetExtensionCommand.d.ts +16 -0
  25. package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +16 -0
  26. package/dist-types/commands/ListApplicationsCommand.d.ts +16 -0
  27. package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +16 -0
  28. package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +16 -0
  29. package/dist-types/commands/ListDeploymentsCommand.d.ts +16 -0
  30. package/dist-types/commands/ListEnvironmentsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListExtensionsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +16 -0
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  35. package/dist-types/commands/StartDeploymentCommand.d.ts +16 -0
  36. package/dist-types/commands/StopDeploymentCommand.d.ts +16 -0
  37. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  38. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  39. package/dist-types/commands/UpdateApplicationCommand.d.ts +16 -0
  40. package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +16 -0
  41. package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +16 -0
  42. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +16 -0
  43. package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +16 -0
  44. package/dist-types/commands/UpdateExtensionCommand.d.ts +16 -0
  45. package/dist-types/commands/ValidateConfigurationCommand.d.ts +16 -0
  46. package/dist-types/models/AppConfigServiceException.d.ts +2 -0
  47. package/dist-types/models/models_0.d.ts +236 -0
  48. package/dist-types/pagination/Interfaces.d.ts +3 -0
  49. package/dist-types/pagination/ListApplicationsPaginator.d.ts +3 -0
  50. package/dist-types/pagination/ListConfigurationProfilesPaginator.d.ts +3 -0
  51. package/dist-types/pagination/ListDeploymentStrategiesPaginator.d.ts +3 -0
  52. package/dist-types/pagination/ListDeploymentsPaginator.d.ts +3 -0
  53. package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +3 -0
  54. package/dist-types/pagination/ListExtensionAssociationsPaginator.d.ts +3 -0
  55. package/dist-types/pagination/ListExtensionsPaginator.d.ts +3 -0
  56. package/dist-types/pagination/ListHostedConfigurationVersionsPaginator.d.ts +3 -0
  57. package/package.json +3 -3
@@ -44,6 +44,7 @@ import { UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationComma
44
44
  import { UpdateExtensionCommandInput, UpdateExtensionCommandOutput } from "./commands/UpdateExtensionCommand";
45
45
  import { ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput } from "./commands/ValidateConfigurationCommand";
46
46
  /**
47
+ * @public
47
48
  * <p>Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly
48
49
  * deploy application configurations. AppConfig supports controlled deployments to
49
50
  * applications of any size and includes built-in validation checks and monitoring. You can
@@ -93,6 +94,7 @@ import { ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput }
93
94
  */
94
95
  export declare class AppConfig extends AppConfigClient {
95
96
  /**
97
+ * @public
96
98
  * <p>Creates an application. In AppConfig, an application is simply an
97
99
  * organizational construct like a folder. This organizational construct has a relationship
98
100
  * with some unit of executable code. For example, you could create an application called
@@ -103,6 +105,7 @@ export declare class AppConfig extends AppConfigClient {
103
105
  createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
104
106
  createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
105
107
  /**
108
+ * @public
106
109
  * <p>Creates a configuration profile, which is information that enables AppConfig
107
110
  * to access the configuration source. Valid configuration sources include the
108
111
  * following:</p>
@@ -148,6 +151,7 @@ export declare class AppConfig extends AppConfigClient {
148
151
  createConfigurationProfile(args: CreateConfigurationProfileCommandInput, cb: (err: any, data?: CreateConfigurationProfileCommandOutput) => void): void;
149
152
  createConfigurationProfile(args: CreateConfigurationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfigurationProfileCommandOutput) => void): void;
150
153
  /**
154
+ * @public
151
155
  * <p>Creates a deployment strategy that defines important criteria for rolling out your
152
156
  * configuration to the designated targets. A deployment strategy includes the overall
153
157
  * duration required, a percentage of targets to receive the deployment during each interval,
@@ -157,6 +161,7 @@ export declare class AppConfig extends AppConfigClient {
157
161
  createDeploymentStrategy(args: CreateDeploymentStrategyCommandInput, cb: (err: any, data?: CreateDeploymentStrategyCommandOutput) => void): void;
158
162
  createDeploymentStrategy(args: CreateDeploymentStrategyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDeploymentStrategyCommandOutput) => void): void;
159
163
  /**
164
+ * @public
160
165
  * <p>Creates an environment. For each application, you define one or more environments. An
161
166
  * environment is a deployment group of AppConfig targets, such as applications in a
162
167
  * <code>Beta</code> or <code>Production</code> environment. You can also define
@@ -170,6 +175,7 @@ export declare class AppConfig extends AppConfigClient {
170
175
  createEnvironment(args: CreateEnvironmentCommandInput, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
171
176
  createEnvironment(args: CreateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEnvironmentCommandOutput) => void): void;
172
177
  /**
178
+ * @public
173
179
  * <p>Creates an AppConfig extension. An extension augments your ability to inject
174
180
  * logic or behavior at different points during the AppConfig workflow of creating
175
181
  * or deploying a configuration.</p>
@@ -184,6 +190,7 @@ export declare class AppConfig extends AppConfigClient {
184
190
  createExtension(args: CreateExtensionCommandInput, cb: (err: any, data?: CreateExtensionCommandOutput) => void): void;
185
191
  createExtension(args: CreateExtensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExtensionCommandOutput) => void): void;
186
192
  /**
193
+ * @public
187
194
  * <p>When you create an extension or configure an Amazon Web Services authored extension, you
188
195
  * associate the extension with an AppConfig application, environment, or
189
196
  * configuration profile. For example, you can choose to run the <code>AppConfig
@@ -202,6 +209,7 @@ export declare class AppConfig extends AppConfigClient {
202
209
  createExtensionAssociation(args: CreateExtensionAssociationCommandInput, cb: (err: any, data?: CreateExtensionAssociationCommandOutput) => void): void;
203
210
  createExtensionAssociation(args: CreateExtensionAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateExtensionAssociationCommandOutput) => void): void;
204
211
  /**
212
+ * @public
205
213
  * <p>Creates a new configuration in the AppConfig hosted configuration
206
214
  * store.</p>
207
215
  */
@@ -209,6 +217,7 @@ export declare class AppConfig extends AppConfigClient {
209
217
  createHostedConfigurationVersion(args: CreateHostedConfigurationVersionCommandInput, cb: (err: any, data?: CreateHostedConfigurationVersionCommandOutput) => void): void;
210
218
  createHostedConfigurationVersion(args: CreateHostedConfigurationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateHostedConfigurationVersionCommandOutput) => void): void;
211
219
  /**
220
+ * @public
212
221
  * <p>Deletes an application. Deleting an application does not delete a configuration from a
213
222
  * host.</p>
214
223
  */
@@ -216,6 +225,7 @@ export declare class AppConfig extends AppConfigClient {
216
225
  deleteApplication(args: DeleteApplicationCommandInput, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
217
226
  deleteApplication(args: DeleteApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationCommandOutput) => void): void;
218
227
  /**
228
+ * @public
219
229
  * <p>Deletes a configuration profile. Deleting a configuration profile does not delete a
220
230
  * configuration from a host.</p>
221
231
  */
@@ -223,6 +233,7 @@ export declare class AppConfig extends AppConfigClient {
223
233
  deleteConfigurationProfile(args: DeleteConfigurationProfileCommandInput, cb: (err: any, data?: DeleteConfigurationProfileCommandOutput) => void): void;
224
234
  deleteConfigurationProfile(args: DeleteConfigurationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfigurationProfileCommandOutput) => void): void;
225
235
  /**
236
+ * @public
226
237
  * <p>Deletes a deployment strategy. Deleting a deployment strategy does not delete a
227
238
  * configuration from a host.</p>
228
239
  */
@@ -230,6 +241,7 @@ export declare class AppConfig extends AppConfigClient {
230
241
  deleteDeploymentStrategy(args: DeleteDeploymentStrategyCommandInput, cb: (err: any, data?: DeleteDeploymentStrategyCommandOutput) => void): void;
231
242
  deleteDeploymentStrategy(args: DeleteDeploymentStrategyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDeploymentStrategyCommandOutput) => void): void;
232
243
  /**
244
+ * @public
233
245
  * <p>Deletes an environment. Deleting an environment does not delete a configuration from a
234
246
  * host.</p>
235
247
  */
@@ -237,6 +249,7 @@ export declare class AppConfig extends AppConfigClient {
237
249
  deleteEnvironment(args: DeleteEnvironmentCommandInput, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
238
250
  deleteEnvironment(args: DeleteEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void): void;
239
251
  /**
252
+ * @public
240
253
  * <p>Deletes an AppConfig extension. You must delete all associations to an
241
254
  * extension before you delete the extension.</p>
242
255
  */
@@ -244,6 +257,7 @@ export declare class AppConfig extends AppConfigClient {
244
257
  deleteExtension(args: DeleteExtensionCommandInput, cb: (err: any, data?: DeleteExtensionCommandOutput) => void): void;
245
258
  deleteExtension(args: DeleteExtensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExtensionCommandOutput) => void): void;
246
259
  /**
260
+ * @public
247
261
  * <p>Deletes an extension association. This action doesn't delete extensions defined in the
248
262
  * association.</p>
249
263
  */
@@ -251,6 +265,7 @@ export declare class AppConfig extends AppConfigClient {
251
265
  deleteExtensionAssociation(args: DeleteExtensionAssociationCommandInput, cb: (err: any, data?: DeleteExtensionAssociationCommandOutput) => void): void;
252
266
  deleteExtensionAssociation(args: DeleteExtensionAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteExtensionAssociationCommandOutput) => void): void;
253
267
  /**
268
+ * @public
254
269
  * <p>Deletes a version of a configuration from the AppConfig hosted configuration
255
270
  * store.</p>
256
271
  */
@@ -258,12 +273,14 @@ export declare class AppConfig extends AppConfigClient {
258
273
  deleteHostedConfigurationVersion(args: DeleteHostedConfigurationVersionCommandInput, cb: (err: any, data?: DeleteHostedConfigurationVersionCommandOutput) => void): void;
259
274
  deleteHostedConfigurationVersion(args: DeleteHostedConfigurationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteHostedConfigurationVersionCommandOutput) => void): void;
260
275
  /**
276
+ * @public
261
277
  * <p>Retrieves information about an application.</p>
262
278
  */
263
279
  getApplication(args: GetApplicationCommandInput, options?: __HttpHandlerOptions): Promise<GetApplicationCommandOutput>;
264
280
  getApplication(args: GetApplicationCommandInput, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
265
281
  getApplication(args: GetApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetApplicationCommandOutput) => void): void;
266
282
  /**
283
+ * @public
267
284
  * @deprecated
268
285
  *
269
286
  * <p>(Deprecated) Retrieves the latest deployed configuration.</p>
@@ -286,18 +303,21 @@ export declare class AppConfig extends AppConfigClient {
286
303
  getConfiguration(args: GetConfigurationCommandInput, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
287
304
  getConfiguration(args: GetConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
288
305
  /**
306
+ * @public
289
307
  * <p>Retrieves information about a configuration profile.</p>
290
308
  */
291
309
  getConfigurationProfile(args: GetConfigurationProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigurationProfileCommandOutput>;
292
310
  getConfigurationProfile(args: GetConfigurationProfileCommandInput, cb: (err: any, data?: GetConfigurationProfileCommandOutput) => void): void;
293
311
  getConfigurationProfile(args: GetConfigurationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationProfileCommandOutput) => void): void;
294
312
  /**
313
+ * @public
295
314
  * <p>Retrieves information about a configuration deployment.</p>
296
315
  */
297
316
  getDeployment(args: GetDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<GetDeploymentCommandOutput>;
298
317
  getDeployment(args: GetDeploymentCommandInput, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
299
318
  getDeployment(args: GetDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentCommandOutput) => void): void;
300
319
  /**
320
+ * @public
301
321
  * <p>Retrieves information about a deployment strategy. A deployment strategy defines
302
322
  * important criteria for rolling out your configuration to the designated targets. A
303
323
  * deployment strategy includes the overall duration required, a percentage of targets to
@@ -308,6 +328,7 @@ export declare class AppConfig extends AppConfigClient {
308
328
  getDeploymentStrategy(args: GetDeploymentStrategyCommandInput, cb: (err: any, data?: GetDeploymentStrategyCommandOutput) => void): void;
309
329
  getDeploymentStrategy(args: GetDeploymentStrategyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeploymentStrategyCommandOutput) => void): void;
310
330
  /**
331
+ * @public
311
332
  * <p>Retrieves information about an environment. An environment is a deployment group of
312
333
  * AppConfig applications, such as applications in a <code>Production</code>
313
334
  * environment or in an <code>EU_Region</code> environment. Each configuration deployment
@@ -319,12 +340,14 @@ export declare class AppConfig extends AppConfigClient {
319
340
  getEnvironment(args: GetEnvironmentCommandInput, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
320
341
  getEnvironment(args: GetEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEnvironmentCommandOutput) => void): void;
321
342
  /**
343
+ * @public
322
344
  * <p>Returns information about an AppConfig extension.</p>
323
345
  */
324
346
  getExtension(args: GetExtensionCommandInput, options?: __HttpHandlerOptions): Promise<GetExtensionCommandOutput>;
325
347
  getExtension(args: GetExtensionCommandInput, cb: (err: any, data?: GetExtensionCommandOutput) => void): void;
326
348
  getExtension(args: GetExtensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExtensionCommandOutput) => void): void;
327
349
  /**
350
+ * @public
328
351
  * <p>Returns information about an AppConfig extension association. For more
329
352
  * information about extensions and associations, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Working with
330
353
  * AppConfig extensions</a> in the
@@ -334,42 +357,49 @@ export declare class AppConfig extends AppConfigClient {
334
357
  getExtensionAssociation(args: GetExtensionAssociationCommandInput, cb: (err: any, data?: GetExtensionAssociationCommandOutput) => void): void;
335
358
  getExtensionAssociation(args: GetExtensionAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetExtensionAssociationCommandOutput) => void): void;
336
359
  /**
360
+ * @public
337
361
  * <p>Retrieves information about a specific configuration version.</p>
338
362
  */
339
363
  getHostedConfigurationVersion(args: GetHostedConfigurationVersionCommandInput, options?: __HttpHandlerOptions): Promise<GetHostedConfigurationVersionCommandOutput>;
340
364
  getHostedConfigurationVersion(args: GetHostedConfigurationVersionCommandInput, cb: (err: any, data?: GetHostedConfigurationVersionCommandOutput) => void): void;
341
365
  getHostedConfigurationVersion(args: GetHostedConfigurationVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetHostedConfigurationVersionCommandOutput) => void): void;
342
366
  /**
367
+ * @public
343
368
  * <p>Lists all applications in your Amazon Web Services account.</p>
344
369
  */
345
370
  listApplications(args: ListApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<ListApplicationsCommandOutput>;
346
371
  listApplications(args: ListApplicationsCommandInput, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
347
372
  listApplications(args: ListApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListApplicationsCommandOutput) => void): void;
348
373
  /**
374
+ * @public
349
375
  * <p>Lists the configuration profiles for an application.</p>
350
376
  */
351
377
  listConfigurationProfiles(args: ListConfigurationProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationProfilesCommandOutput>;
352
378
  listConfigurationProfiles(args: ListConfigurationProfilesCommandInput, cb: (err: any, data?: ListConfigurationProfilesCommandOutput) => void): void;
353
379
  listConfigurationProfiles(args: ListConfigurationProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationProfilesCommandOutput) => void): void;
354
380
  /**
381
+ * @public
355
382
  * <p>Lists the deployments for an environment in descending deployment number order.</p>
356
383
  */
357
384
  listDeployments(args: ListDeploymentsCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentsCommandOutput>;
358
385
  listDeployments(args: ListDeploymentsCommandInput, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
359
386
  listDeployments(args: ListDeploymentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentsCommandOutput) => void): void;
360
387
  /**
388
+ * @public
361
389
  * <p>Lists deployment strategies.</p>
362
390
  */
363
391
  listDeploymentStrategies(args: ListDeploymentStrategiesCommandInput, options?: __HttpHandlerOptions): Promise<ListDeploymentStrategiesCommandOutput>;
364
392
  listDeploymentStrategies(args: ListDeploymentStrategiesCommandInput, cb: (err: any, data?: ListDeploymentStrategiesCommandOutput) => void): void;
365
393
  listDeploymentStrategies(args: ListDeploymentStrategiesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeploymentStrategiesCommandOutput) => void): void;
366
394
  /**
395
+ * @public
367
396
  * <p>Lists the environments for an application.</p>
368
397
  */
369
398
  listEnvironments(args: ListEnvironmentsCommandInput, options?: __HttpHandlerOptions): Promise<ListEnvironmentsCommandOutput>;
370
399
  listEnvironments(args: ListEnvironmentsCommandInput, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
371
400
  listEnvironments(args: ListEnvironmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEnvironmentsCommandOutput) => void): void;
372
401
  /**
402
+ * @public
373
403
  * <p>Lists all AppConfig extension associations in the account. For more
374
404
  * information about extensions and associations, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Working with
375
405
  * AppConfig extensions</a> in the
@@ -379,6 +409,7 @@ export declare class AppConfig extends AppConfigClient {
379
409
  listExtensionAssociations(args: ListExtensionAssociationsCommandInput, cb: (err: any, data?: ListExtensionAssociationsCommandOutput) => void): void;
380
410
  listExtensionAssociations(args: ListExtensionAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExtensionAssociationsCommandOutput) => void): void;
381
411
  /**
412
+ * @public
382
413
  * <p>Lists all custom and Amazon Web Services authored AppConfig extensions in the
383
414
  * account. For more information about extensions, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Working with
384
415
  * AppConfig extensions</a> in the
@@ -388,6 +419,7 @@ export declare class AppConfig extends AppConfigClient {
388
419
  listExtensions(args: ListExtensionsCommandInput, cb: (err: any, data?: ListExtensionsCommandOutput) => void): void;
389
420
  listExtensions(args: ListExtensionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListExtensionsCommandOutput) => void): void;
390
421
  /**
422
+ * @public
391
423
  * <p>Lists configurations stored in the AppConfig hosted configuration store by
392
424
  * version.</p>
393
425
  */
@@ -395,18 +427,21 @@ export declare class AppConfig extends AppConfigClient {
395
427
  listHostedConfigurationVersions(args: ListHostedConfigurationVersionsCommandInput, cb: (err: any, data?: ListHostedConfigurationVersionsCommandOutput) => void): void;
396
428
  listHostedConfigurationVersions(args: ListHostedConfigurationVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHostedConfigurationVersionsCommandOutput) => void): void;
397
429
  /**
430
+ * @public
398
431
  * <p>Retrieves the list of key-value tags assigned to the resource.</p>
399
432
  */
400
433
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
401
434
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
402
435
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
403
436
  /**
437
+ * @public
404
438
  * <p>Starts a deployment.</p>
405
439
  */
406
440
  startDeployment(args: StartDeploymentCommandInput, options?: __HttpHandlerOptions): Promise<StartDeploymentCommandOutput>;
407
441
  startDeployment(args: StartDeploymentCommandInput, cb: (err: any, data?: StartDeploymentCommandOutput) => void): void;
408
442
  startDeployment(args: StartDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDeploymentCommandOutput) => void): void;
409
443
  /**
444
+ * @public
410
445
  * <p>Stops a deployment. This API action works only on deployments that have a status of
411
446
  * <code>DEPLOYING</code>. This action moves the deployment to a status of
412
447
  * <code>ROLLED_BACK</code>.</p>
@@ -415,6 +450,7 @@ export declare class AppConfig extends AppConfigClient {
415
450
  stopDeployment(args: StopDeploymentCommandInput, cb: (err: any, data?: StopDeploymentCommandOutput) => void): void;
416
451
  stopDeployment(args: StopDeploymentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDeploymentCommandOutput) => void): void;
417
452
  /**
453
+ * @public
418
454
  * <p>Assigns metadata to an AppConfig resource. Tags help organize and categorize
419
455
  * your AppConfig resources. Each tag consists of a key and an optional value, both
420
456
  * of which you define. You can specify a maximum of 50 tags for a resource.</p>
@@ -423,36 +459,42 @@ export declare class AppConfig extends AppConfigClient {
423
459
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
424
460
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
425
461
  /**
462
+ * @public
426
463
  * <p>Deletes a tag key and value from an AppConfig resource.</p>
427
464
  */
428
465
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
429
466
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
430
467
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
431
468
  /**
469
+ * @public
432
470
  * <p>Updates an application.</p>
433
471
  */
434
472
  updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
435
473
  updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
436
474
  updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
437
475
  /**
476
+ * @public
438
477
  * <p>Updates a configuration profile.</p>
439
478
  */
440
479
  updateConfigurationProfile(args: UpdateConfigurationProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfigurationProfileCommandOutput>;
441
480
  updateConfigurationProfile(args: UpdateConfigurationProfileCommandInput, cb: (err: any, data?: UpdateConfigurationProfileCommandOutput) => void): void;
442
481
  updateConfigurationProfile(args: UpdateConfigurationProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationProfileCommandOutput) => void): void;
443
482
  /**
483
+ * @public
444
484
  * <p>Updates a deployment strategy.</p>
445
485
  */
446
486
  updateDeploymentStrategy(args: UpdateDeploymentStrategyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeploymentStrategyCommandOutput>;
447
487
  updateDeploymentStrategy(args: UpdateDeploymentStrategyCommandInput, cb: (err: any, data?: UpdateDeploymentStrategyCommandOutput) => void): void;
448
488
  updateDeploymentStrategy(args: UpdateDeploymentStrategyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeploymentStrategyCommandOutput) => void): void;
449
489
  /**
490
+ * @public
450
491
  * <p>Updates an environment.</p>
451
492
  */
452
493
  updateEnvironment(args: UpdateEnvironmentCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEnvironmentCommandOutput>;
453
494
  updateEnvironment(args: UpdateEnvironmentCommandInput, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
454
495
  updateEnvironment(args: UpdateEnvironmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void): void;
455
496
  /**
497
+ * @public
456
498
  * <p>Updates an AppConfig extension. For more information about extensions, see
457
499
  * <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Working with
458
500
  * AppConfig extensions</a> in the
@@ -462,6 +504,7 @@ export declare class AppConfig extends AppConfigClient {
462
504
  updateExtension(args: UpdateExtensionCommandInput, cb: (err: any, data?: UpdateExtensionCommandOutput) => void): void;
463
505
  updateExtension(args: UpdateExtensionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateExtensionCommandOutput) => void): void;
464
506
  /**
507
+ * @public
465
508
  * <p>Updates an association. For more information about extensions and associations, see
466
509
  * <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Working with
467
510
  * AppConfig extensions</a> in the
@@ -471,6 +514,7 @@ export declare class AppConfig extends AppConfigClient {
471
514
  updateExtensionAssociation(args: UpdateExtensionAssociationCommandInput, cb: (err: any, data?: UpdateExtensionAssociationCommandOutput) => void): void;
472
515
  updateExtensionAssociation(args: UpdateExtensionAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateExtensionAssociationCommandOutput) => void): void;
473
516
  /**
517
+ * @public
474
518
  * <p>Uses the validators in a configuration profile to validate a configuration.</p>
475
519
  */
476
520
  validateConfiguration(args: ValidateConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<ValidateConfigurationCommandOutput>;
@@ -51,15 +51,24 @@ import { UpdateExtensionAssociationCommandInput, UpdateExtensionAssociationComma
51
51
  import { UpdateExtensionCommandInput, UpdateExtensionCommandOutput } from "./commands/UpdateExtensionCommand";
52
52
  import { ValidateConfigurationCommandInput, ValidateConfigurationCommandOutput } from "./commands/ValidateConfigurationCommand";
53
53
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
54
+ /**
55
+ * @public
56
+ */
54
57
  export 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;
58
+ /**
59
+ * @public
60
+ */
55
61
  export 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;
62
+ /**
63
+ * @public
64
+ */
56
65
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
57
66
  /**
58
67
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
59
68
  */
60
69
  requestHandler?: __HttpHandler;
61
70
  /**
62
- * A constructor for a class implementing the {@link __Checksum} interface
71
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
63
72
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
64
73
  * @internal
65
74
  */
@@ -149,23 +158,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
149
158
  */
150
159
  logger?: __Logger;
151
160
  /**
152
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
161
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
153
162
  */
154
163
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
155
164
  }
165
+ /**
166
+ * @public
167
+ */
156
168
  type AppConfigClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
157
169
  /**
158
- * The configuration interface of AppConfigClient class constructor that set the region, credentials and other options.
170
+ * @public
171
+ *
172
+ * The configuration interface of AppConfigClient class constructor that set the region, credentials and other options.
159
173
  */
160
174
  export interface AppConfigClientConfig extends AppConfigClientConfigType {
161
175
  }
176
+ /**
177
+ * @public
178
+ */
162
179
  type AppConfigClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
163
180
  /**
164
- * The resolved configuration interface of AppConfigClient class. This is resolved and normalized from the {@link AppConfigClientConfig | constructor configuration interface}.
181
+ * @public
182
+ *
183
+ * The resolved configuration interface of AppConfigClient class. This is resolved and normalized from the {@link AppConfigClientConfig | constructor configuration interface}.
165
184
  */
166
185
  export interface AppConfigClientResolvedConfig extends AppConfigClientResolvedConfigType {
167
186
  }
168
187
  /**
188
+ * @public
169
189
  * <p>Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly
170
190
  * deploy application configurations. AppConfig supports controlled deployments to
171
191
  * applications of any size and includes built-in validation checks and monitoring. You can
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Application, CreateApplicationRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateApplicationCommand}.
8
10
  */
9
11
  export interface CreateApplicationCommandInput extends CreateApplicationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateApplicationCommand}.
13
17
  */
14
18
  export interface CreateApplicationCommandOutput extends Application, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an application. In AppConfig, an application is simply an
18
23
  * organizational construct like a folder. This organizational construct has a relationship
19
24
  * with some unit of executable code. For example, you could create an application called
@@ -29,6 +34,8 @@ export interface CreateApplicationCommandOutput extends Application, __MetadataB
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param CreateApplicationCommandInput - {@link CreateApplicationCommandInput}
38
+ * @returns {@link CreateApplicationCommandOutput}
32
39
  * @see {@link CreateApplicationCommandInput} for command's `input` shape.
33
40
  * @see {@link CreateApplicationCommandOutput} for command's `response` shape.
34
41
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -63,11 +70,20 @@ export interface CreateApplicationCommandOutput extends Application, __MetadataB
63
70
  export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, AppConfigClientResolvedConfig> {
64
71
  readonly input: CreateApplicationCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: CreateApplicationCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { ConfigurationProfile, CreateConfigurationProfileRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateConfigurationProfileCommand}.
8
10
  */
9
11
  export interface CreateConfigurationProfileCommandInput extends CreateConfigurationProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateConfigurationProfileCommand}.
13
17
  */
14
18
  export interface CreateConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a configuration profile, which is information that enables AppConfig
18
23
  * to access the configuration source. Valid configuration sources include the
19
24
  * following:</p>
@@ -64,6 +69,8 @@ export interface CreateConfigurationProfileCommandOutput extends ConfigurationPr
64
69
  * const response = await client.send(command);
65
70
  * ```
66
71
  *
72
+ * @param CreateConfigurationProfileCommandInput - {@link CreateConfigurationProfileCommandInput}
73
+ * @returns {@link CreateConfigurationProfileCommandOutput}
67
74
  * @see {@link CreateConfigurationProfileCommandInput} for command's `input` shape.
68
75
  * @see {@link CreateConfigurationProfileCommandOutput} for command's `response` shape.
69
76
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -105,11 +112,20 @@ export interface CreateConfigurationProfileCommandOutput extends ConfigurationPr
105
112
  export declare class CreateConfigurationProfileCommand extends $Command<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput, AppConfigClientResolvedConfig> {
106
113
  readonly input: CreateConfigurationProfileCommandInput;
107
114
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
115
+ /**
116
+ * @public
117
+ */
108
118
  constructor(input: CreateConfigurationProfileCommandInput);
109
119
  /**
110
120
  * @internal
111
121
  */
112
122
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateConfigurationProfileCommandInput, CreateConfigurationProfileCommandOutput>;
123
+ /**
124
+ * @internal
125
+ */
113
126
  private serialize;
127
+ /**
128
+ * @internal
129
+ */
114
130
  private deserialize;
115
131
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { CreateDeploymentStrategyRequest, DeploymentStrategy } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDeploymentStrategyCommand}.
8
10
  */
9
11
  export interface CreateDeploymentStrategyCommandInput extends CreateDeploymentStrategyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDeploymentStrategyCommand}.
13
17
  */
14
18
  export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a deployment strategy that defines important criteria for rolling out your
18
23
  * configuration to the designated targets. A deployment strategy includes the overall
19
24
  * duration required, a percentage of targets to receive the deployment during each interval,
@@ -28,6 +33,8 @@ export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrateg
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param CreateDeploymentStrategyCommandInput - {@link CreateDeploymentStrategyCommandInput}
37
+ * @returns {@link CreateDeploymentStrategyCommandOutput}
31
38
  * @see {@link CreateDeploymentStrategyCommandInput} for command's `input` shape.
32
39
  * @see {@link CreateDeploymentStrategyCommandOutput} for command's `response` shape.
33
40
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -68,11 +75,20 @@ export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrateg
68
75
  export declare class CreateDeploymentStrategyCommand extends $Command<CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput, AppConfigClientResolvedConfig> {
69
76
  readonly input: CreateDeploymentStrategyCommandInput;
70
77
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
+ /**
79
+ * @public
80
+ */
71
81
  constructor(input: CreateDeploymentStrategyCommandInput);
72
82
  /**
73
83
  * @internal
74
84
  */
75
85
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDeploymentStrategyCommandInput, CreateDeploymentStrategyCommandOutput>;
86
+ /**
87
+ * @internal
88
+ */
76
89
  private serialize;
90
+ /**
91
+ * @internal
92
+ */
77
93
  private deserialize;
78
94
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { CreateEnvironmentRequest, Environment } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateEnvironmentCommand}.
8
10
  */
9
11
  export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateEnvironmentCommand}.
13
17
  */
14
18
  export interface CreateEnvironmentCommandOutput extends Environment, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an environment. For each application, you define one or more environments. An
18
23
  * environment is a deployment group of AppConfig targets, such as applications in a
19
24
  * <code>Beta</code> or <code>Production</code> environment. You can also define
@@ -32,6 +37,8 @@ export interface CreateEnvironmentCommandOutput extends Environment, __MetadataB
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param CreateEnvironmentCommandInput - {@link CreateEnvironmentCommandInput}
41
+ * @returns {@link CreateEnvironmentCommandOutput}
35
42
  * @see {@link CreateEnvironmentCommandInput} for command's `input` shape.
36
43
  * @see {@link CreateEnvironmentCommandOutput} for command's `response` shape.
37
44
  * @see {@link AppConfigClientResolvedConfig | config} for AppConfigClient's `config` shape.
@@ -70,11 +77,20 @@ export interface CreateEnvironmentCommandOutput extends Environment, __MetadataB
70
77
  export declare class CreateEnvironmentCommand extends $Command<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput, AppConfigClientResolvedConfig> {
71
78
  readonly input: CreateEnvironmentCommandInput;
72
79
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
80
+ /**
81
+ * @public
82
+ */
73
83
  constructor(input: CreateEnvironmentCommandInput);
74
84
  /**
75
85
  * @internal
76
86
  */
77
87
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: AppConfigClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput>;
88
+ /**
89
+ * @internal
90
+ */
78
91
  private serialize;
92
+ /**
93
+ * @internal
94
+ */
79
95
  private deserialize;
80
96
  }