@aws-sdk/client-appconfig 3.278.0 → 3.281.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 (45) hide show
  1. package/README.md +347 -0
  2. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateConfigurationProfileCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateDeploymentStrategyCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateEnvironmentCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateExtensionAssociationCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateExtensionCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateHostedConfigurationVersionCommand.d.ts +6 -0
  9. package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -0
  10. package/dist-types/commands/DeleteConfigurationProfileCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteDeploymentStrategyCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteExtensionAssociationCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteExtensionCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteHostedConfigurationVersionCommand.d.ts +6 -0
  16. package/dist-types/commands/GetApplicationCommand.d.ts +6 -0
  17. package/dist-types/commands/GetConfigurationCommand.d.ts +6 -0
  18. package/dist-types/commands/GetConfigurationProfileCommand.d.ts +6 -0
  19. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -0
  20. package/dist-types/commands/GetDeploymentStrategyCommand.d.ts +6 -0
  21. package/dist-types/commands/GetEnvironmentCommand.d.ts +6 -0
  22. package/dist-types/commands/GetExtensionAssociationCommand.d.ts +6 -0
  23. package/dist-types/commands/GetExtensionCommand.d.ts +6 -0
  24. package/dist-types/commands/GetHostedConfigurationVersionCommand.d.ts +6 -0
  25. package/dist-types/commands/ListApplicationsCommand.d.ts +6 -0
  26. package/dist-types/commands/ListConfigurationProfilesCommand.d.ts +6 -0
  27. package/dist-types/commands/ListDeploymentStrategiesCommand.d.ts +6 -0
  28. package/dist-types/commands/ListDeploymentsCommand.d.ts +6 -0
  29. package/dist-types/commands/ListEnvironmentsCommand.d.ts +6 -0
  30. package/dist-types/commands/ListExtensionAssociationsCommand.d.ts +6 -0
  31. package/dist-types/commands/ListExtensionsCommand.d.ts +6 -0
  32. package/dist-types/commands/ListHostedConfigurationVersionsCommand.d.ts +6 -0
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  34. package/dist-types/commands/StartDeploymentCommand.d.ts +6 -0
  35. package/dist-types/commands/StopDeploymentCommand.d.ts +6 -0
  36. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  37. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  38. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -0
  39. package/dist-types/commands/UpdateConfigurationProfileCommand.d.ts +6 -0
  40. package/dist-types/commands/UpdateDeploymentStrategyCommand.d.ts +6 -0
  41. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -0
  42. package/dist-types/commands/UpdateExtensionAssociationCommand.d.ts +6 -0
  43. package/dist-types/commands/UpdateExtensionCommand.d.ts +6 -0
  44. package/dist-types/commands/ValidateConfigurationCommand.d.ts +6 -0
  45. package/package.json +6 -6
package/README.md CHANGED
@@ -248,3 +248,350 @@ To contribute to client you can check our [generate clients scripts](https://git
248
248
  This SDK is distributed under the
249
249
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
250
250
  see LICENSE for more information.
251
+
252
+ ## Client Commands (Operations List)
253
+
254
+ <details>
255
+ <summary>
256
+ CreateApplication
257
+ </summary>
258
+
259
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/createapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createapplicationcommandoutput.html)
260
+
261
+ </details>
262
+ <details>
263
+ <summary>
264
+ CreateConfigurationProfile
265
+ </summary>
266
+
267
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/createconfigurationprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createconfigurationprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createconfigurationprofilecommandoutput.html)
268
+
269
+ </details>
270
+ <details>
271
+ <summary>
272
+ CreateDeploymentStrategy
273
+ </summary>
274
+
275
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/createdeploymentstrategycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createdeploymentstrategycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createdeploymentstrategycommandoutput.html)
276
+
277
+ </details>
278
+ <details>
279
+ <summary>
280
+ CreateEnvironment
281
+ </summary>
282
+
283
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/createenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createenvironmentcommandoutput.html)
284
+
285
+ </details>
286
+ <details>
287
+ <summary>
288
+ CreateExtension
289
+ </summary>
290
+
291
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/createextensioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createextensioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createextensioncommandoutput.html)
292
+
293
+ </details>
294
+ <details>
295
+ <summary>
296
+ CreateExtensionAssociation
297
+ </summary>
298
+
299
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/createextensionassociationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createextensionassociationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createextensionassociationcommandoutput.html)
300
+
301
+ </details>
302
+ <details>
303
+ <summary>
304
+ CreateHostedConfigurationVersion
305
+ </summary>
306
+
307
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/createhostedconfigurationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createhostedconfigurationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/createhostedconfigurationversioncommandoutput.html)
308
+
309
+ </details>
310
+ <details>
311
+ <summary>
312
+ DeleteApplication
313
+ </summary>
314
+
315
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/deleteapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deleteapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deleteapplicationcommandoutput.html)
316
+
317
+ </details>
318
+ <details>
319
+ <summary>
320
+ DeleteConfigurationProfile
321
+ </summary>
322
+
323
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/deleteconfigurationprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deleteconfigurationprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deleteconfigurationprofilecommandoutput.html)
324
+
325
+ </details>
326
+ <details>
327
+ <summary>
328
+ DeleteDeploymentStrategy
329
+ </summary>
330
+
331
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/deletedeploymentstrategycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deletedeploymentstrategycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deletedeploymentstrategycommandoutput.html)
332
+
333
+ </details>
334
+ <details>
335
+ <summary>
336
+ DeleteEnvironment
337
+ </summary>
338
+
339
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/deleteenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deleteenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deleteenvironmentcommandoutput.html)
340
+
341
+ </details>
342
+ <details>
343
+ <summary>
344
+ DeleteExtension
345
+ </summary>
346
+
347
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/deleteextensioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deleteextensioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deleteextensioncommandoutput.html)
348
+
349
+ </details>
350
+ <details>
351
+ <summary>
352
+ DeleteExtensionAssociation
353
+ </summary>
354
+
355
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/deleteextensionassociationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deleteextensionassociationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deleteextensionassociationcommandoutput.html)
356
+
357
+ </details>
358
+ <details>
359
+ <summary>
360
+ DeleteHostedConfigurationVersion
361
+ </summary>
362
+
363
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/deletehostedconfigurationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deletehostedconfigurationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/deletehostedconfigurationversioncommandoutput.html)
364
+
365
+ </details>
366
+ <details>
367
+ <summary>
368
+ GetApplication
369
+ </summary>
370
+
371
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/getapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getapplicationcommandoutput.html)
372
+
373
+ </details>
374
+ <details>
375
+ <summary>
376
+ GetConfiguration
377
+ </summary>
378
+
379
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/getconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getconfigurationcommandoutput.html)
380
+
381
+ </details>
382
+ <details>
383
+ <summary>
384
+ GetConfigurationProfile
385
+ </summary>
386
+
387
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/getconfigurationprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getconfigurationprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getconfigurationprofilecommandoutput.html)
388
+
389
+ </details>
390
+ <details>
391
+ <summary>
392
+ GetDeployment
393
+ </summary>
394
+
395
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/getdeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getdeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getdeploymentcommandoutput.html)
396
+
397
+ </details>
398
+ <details>
399
+ <summary>
400
+ GetDeploymentStrategy
401
+ </summary>
402
+
403
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/getdeploymentstrategycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getdeploymentstrategycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getdeploymentstrategycommandoutput.html)
404
+
405
+ </details>
406
+ <details>
407
+ <summary>
408
+ GetEnvironment
409
+ </summary>
410
+
411
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/getenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getenvironmentcommandoutput.html)
412
+
413
+ </details>
414
+ <details>
415
+ <summary>
416
+ GetExtension
417
+ </summary>
418
+
419
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/getextensioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getextensioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getextensioncommandoutput.html)
420
+
421
+ </details>
422
+ <details>
423
+ <summary>
424
+ GetExtensionAssociation
425
+ </summary>
426
+
427
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/getextensionassociationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getextensionassociationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/getextensionassociationcommandoutput.html)
428
+
429
+ </details>
430
+ <details>
431
+ <summary>
432
+ GetHostedConfigurationVersion
433
+ </summary>
434
+
435
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/gethostedconfigurationversioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/gethostedconfigurationversioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/gethostedconfigurationversioncommandoutput.html)
436
+
437
+ </details>
438
+ <details>
439
+ <summary>
440
+ ListApplications
441
+ </summary>
442
+
443
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/listapplicationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listapplicationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listapplicationscommandoutput.html)
444
+
445
+ </details>
446
+ <details>
447
+ <summary>
448
+ ListConfigurationProfiles
449
+ </summary>
450
+
451
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/listconfigurationprofilescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listconfigurationprofilescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listconfigurationprofilescommandoutput.html)
452
+
453
+ </details>
454
+ <details>
455
+ <summary>
456
+ ListDeployments
457
+ </summary>
458
+
459
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/listdeploymentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listdeploymentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listdeploymentscommandoutput.html)
460
+
461
+ </details>
462
+ <details>
463
+ <summary>
464
+ ListDeploymentStrategies
465
+ </summary>
466
+
467
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/listdeploymentstrategiescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listdeploymentstrategiescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listdeploymentstrategiescommandoutput.html)
468
+
469
+ </details>
470
+ <details>
471
+ <summary>
472
+ ListEnvironments
473
+ </summary>
474
+
475
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/listenvironmentscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listenvironmentscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listenvironmentscommandoutput.html)
476
+
477
+ </details>
478
+ <details>
479
+ <summary>
480
+ ListExtensionAssociations
481
+ </summary>
482
+
483
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/listextensionassociationscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listextensionassociationscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listextensionassociationscommandoutput.html)
484
+
485
+ </details>
486
+ <details>
487
+ <summary>
488
+ ListExtensions
489
+ </summary>
490
+
491
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/listextensionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listextensionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listextensionscommandoutput.html)
492
+
493
+ </details>
494
+ <details>
495
+ <summary>
496
+ ListHostedConfigurationVersions
497
+ </summary>
498
+
499
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/listhostedconfigurationversionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listhostedconfigurationversionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listhostedconfigurationversionscommandoutput.html)
500
+
501
+ </details>
502
+ <details>
503
+ <summary>
504
+ ListTagsForResource
505
+ </summary>
506
+
507
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/listtagsforresourcecommandoutput.html)
508
+
509
+ </details>
510
+ <details>
511
+ <summary>
512
+ StartDeployment
513
+ </summary>
514
+
515
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/startdeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/startdeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/startdeploymentcommandoutput.html)
516
+
517
+ </details>
518
+ <details>
519
+ <summary>
520
+ StopDeployment
521
+ </summary>
522
+
523
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/stopdeploymentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/stopdeploymentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/stopdeploymentcommandoutput.html)
524
+
525
+ </details>
526
+ <details>
527
+ <summary>
528
+ TagResource
529
+ </summary>
530
+
531
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/tagresourcecommandoutput.html)
532
+
533
+ </details>
534
+ <details>
535
+ <summary>
536
+ UntagResource
537
+ </summary>
538
+
539
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/untagresourcecommandoutput.html)
540
+
541
+ </details>
542
+ <details>
543
+ <summary>
544
+ UpdateApplication
545
+ </summary>
546
+
547
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/updateapplicationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/updateapplicationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/updateapplicationcommandoutput.html)
548
+
549
+ </details>
550
+ <details>
551
+ <summary>
552
+ UpdateConfigurationProfile
553
+ </summary>
554
+
555
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/updateconfigurationprofilecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/updateconfigurationprofilecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/updateconfigurationprofilecommandoutput.html)
556
+
557
+ </details>
558
+ <details>
559
+ <summary>
560
+ UpdateDeploymentStrategy
561
+ </summary>
562
+
563
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/updatedeploymentstrategycommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/updatedeploymentstrategycommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/updatedeploymentstrategycommandoutput.html)
564
+
565
+ </details>
566
+ <details>
567
+ <summary>
568
+ UpdateEnvironment
569
+ </summary>
570
+
571
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/updateenvironmentcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/updateenvironmentcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/updateenvironmentcommandoutput.html)
572
+
573
+ </details>
574
+ <details>
575
+ <summary>
576
+ UpdateExtension
577
+ </summary>
578
+
579
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/updateextensioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/updateextensioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/updateextensioncommandoutput.html)
580
+
581
+ </details>
582
+ <details>
583
+ <summary>
584
+ UpdateExtensionAssociation
585
+ </summary>
586
+
587
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/updateextensionassociationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/updateextensionassociationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/updateextensionassociationcommandoutput.html)
588
+
589
+ </details>
590
+ <details>
591
+ <summary>
592
+ ValidateConfiguration
593
+ </summary>
594
+
595
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/classes/validateconfigurationcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/validateconfigurationcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-appconfig/interfaces/validateconfigurationcommandoutput.html)
596
+
597
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Application, CreateApplicationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateApplicationCommand}.
8
+ */
6
9
  export interface CreateApplicationCommandInput extends CreateApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateApplicationCommand}.
13
+ */
8
14
  export interface CreateApplicationCommandOutput extends Application, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { ConfigurationProfile, CreateConfigurationProfileRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateConfigurationProfileCommand}.
8
+ */
6
9
  export interface CreateConfigurationProfileCommandInput extends CreateConfigurationProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateConfigurationProfileCommand}.
13
+ */
8
14
  export interface CreateConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { CreateDeploymentStrategyRequest, DeploymentStrategy } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDeploymentStrategyCommand}.
8
+ */
6
9
  export interface CreateDeploymentStrategyCommandInput extends CreateDeploymentStrategyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDeploymentStrategyCommand}.
13
+ */
8
14
  export interface CreateDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { CreateEnvironmentRequest, Environment } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateEnvironmentCommand}.
8
+ */
6
9
  export interface CreateEnvironmentCommandInput extends CreateEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateEnvironmentCommand}.
13
+ */
8
14
  export interface CreateEnvironmentCommandOutput extends Environment, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { CreateExtensionAssociationRequest, ExtensionAssociation } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateExtensionAssociationCommand}.
8
+ */
6
9
  export interface CreateExtensionAssociationCommandInput extends CreateExtensionAssociationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateExtensionAssociationCommand}.
13
+ */
8
14
  export interface CreateExtensionAssociationCommandOutput extends ExtensionAssociation, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { CreateExtensionRequest, Extension } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateExtensionCommand}.
8
+ */
6
9
  export interface CreateExtensionCommandInput extends CreateExtensionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateExtensionCommand}.
13
+ */
8
14
  export interface CreateExtensionCommandOutput extends Extension, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { CreateHostedConfigurationVersionRequest, HostedConfigurationVersion } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateHostedConfigurationVersionCommand}.
8
+ */
6
9
  export interface CreateHostedConfigurationVersionCommandInput extends CreateHostedConfigurationVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateHostedConfigurationVersionCommand}.
13
+ */
8
14
  export interface CreateHostedConfigurationVersionCommandOutput extends HostedConfigurationVersion, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteApplicationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteApplicationCommand}.
8
+ */
6
9
  export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteApplicationCommand}.
13
+ */
8
14
  export interface DeleteApplicationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteConfigurationProfileRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteConfigurationProfileCommand}.
8
+ */
6
9
  export interface DeleteConfigurationProfileCommandInput extends DeleteConfigurationProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteConfigurationProfileCommand}.
13
+ */
8
14
  export interface DeleteConfigurationProfileCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteDeploymentStrategyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteDeploymentStrategyCommand}.
8
+ */
6
9
  export interface DeleteDeploymentStrategyCommandInput extends DeleteDeploymentStrategyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDeploymentStrategyCommand}.
13
+ */
8
14
  export interface DeleteDeploymentStrategyCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteEnvironmentRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteEnvironmentCommand}.
8
+ */
6
9
  export interface DeleteEnvironmentCommandInput extends DeleteEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteEnvironmentCommand}.
13
+ */
8
14
  export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteExtensionAssociationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteExtensionAssociationCommand}.
8
+ */
6
9
  export interface DeleteExtensionAssociationCommandInput extends DeleteExtensionAssociationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteExtensionAssociationCommand}.
13
+ */
8
14
  export interface DeleteExtensionAssociationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteExtensionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteExtensionCommand}.
8
+ */
6
9
  export interface DeleteExtensionCommandInput extends DeleteExtensionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteExtensionCommand}.
13
+ */
8
14
  export interface DeleteExtensionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeleteHostedConfigurationVersionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteHostedConfigurationVersionCommand}.
8
+ */
6
9
  export interface DeleteHostedConfigurationVersionCommandInput extends DeleteHostedConfigurationVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteHostedConfigurationVersionCommand}.
13
+ */
8
14
  export interface DeleteHostedConfigurationVersionCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Application, GetApplicationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetApplicationCommand}.
8
+ */
6
9
  export interface GetApplicationCommandInput extends GetApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetApplicationCommand}.
13
+ */
8
14
  export interface GetApplicationCommandOutput extends Application, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Configuration, GetConfigurationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetConfigurationCommand}.
8
+ */
6
9
  export interface GetConfigurationCommandInput extends GetConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetConfigurationCommand}.
13
+ */
8
14
  export interface GetConfigurationCommandOutput extends Configuration, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { ConfigurationProfile, GetConfigurationProfileRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetConfigurationProfileCommand}.
8
+ */
6
9
  export interface GetConfigurationProfileCommandInput extends GetConfigurationProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetConfigurationProfileCommand}.
13
+ */
8
14
  export interface GetConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Deployment, GetDeploymentRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDeploymentCommand}.
8
+ */
6
9
  export interface GetDeploymentCommandInput extends GetDeploymentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeploymentCommand}.
13
+ */
8
14
  export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeploymentStrategy, GetDeploymentStrategyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDeploymentStrategyCommand}.
8
+ */
6
9
  export interface GetDeploymentStrategyCommandInput extends GetDeploymentStrategyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeploymentStrategyCommand}.
13
+ */
8
14
  export interface GetDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Environment, GetEnvironmentRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetEnvironmentCommand}.
8
+ */
6
9
  export interface GetEnvironmentCommandInput extends GetEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetEnvironmentCommand}.
13
+ */
8
14
  export interface GetEnvironmentCommandOutput extends Environment, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { ExtensionAssociation, GetExtensionAssociationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetExtensionAssociationCommand}.
8
+ */
6
9
  export interface GetExtensionAssociationCommandInput extends GetExtensionAssociationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetExtensionAssociationCommand}.
13
+ */
8
14
  export interface GetExtensionAssociationCommandOutput extends ExtensionAssociation, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Extension, GetExtensionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetExtensionCommand}.
8
+ */
6
9
  export interface GetExtensionCommandInput extends GetExtensionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetExtensionCommand}.
13
+ */
8
14
  export interface GetExtensionCommandOutput extends Extension, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { GetHostedConfigurationVersionRequest, HostedConfigurationVersion } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetHostedConfigurationVersionCommand}.
8
+ */
6
9
  export interface GetHostedConfigurationVersionCommandInput extends GetHostedConfigurationVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetHostedConfigurationVersionCommand}.
13
+ */
8
14
  export interface GetHostedConfigurationVersionCommandOutput extends HostedConfigurationVersion, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Applications, ListApplicationsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListApplicationsCommand}.
8
+ */
6
9
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListApplicationsCommand}.
13
+ */
8
14
  export interface ListApplicationsCommandOutput extends Applications, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { ConfigurationProfiles, ListConfigurationProfilesRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListConfigurationProfilesCommand}.
8
+ */
6
9
  export interface ListConfigurationProfilesCommandInput extends ListConfigurationProfilesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListConfigurationProfilesCommand}.
13
+ */
8
14
  export interface ListConfigurationProfilesCommandOutput extends ConfigurationProfiles, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeploymentStrategies, ListDeploymentStrategiesRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDeploymentStrategiesCommand}.
8
+ */
6
9
  export interface ListDeploymentStrategiesCommandInput extends ListDeploymentStrategiesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDeploymentStrategiesCommand}.
13
+ */
8
14
  export interface ListDeploymentStrategiesCommandOutput extends DeploymentStrategies, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Deployments, ListDeploymentsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListDeploymentsCommand}.
8
+ */
6
9
  export interface ListDeploymentsCommandInput extends ListDeploymentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListDeploymentsCommand}.
13
+ */
8
14
  export interface ListDeploymentsCommandOutput extends Deployments, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Environments, ListEnvironmentsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListEnvironmentsCommand}.
8
+ */
6
9
  export interface ListEnvironmentsCommandInput extends ListEnvironmentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListEnvironmentsCommand}.
13
+ */
8
14
  export interface ListEnvironmentsCommandOutput extends Environments, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { ExtensionAssociations, ListExtensionAssociationsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListExtensionAssociationsCommand}.
8
+ */
6
9
  export interface ListExtensionAssociationsCommandInput extends ListExtensionAssociationsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListExtensionAssociationsCommand}.
13
+ */
8
14
  export interface ListExtensionAssociationsCommandOutput extends ExtensionAssociations, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Extensions, ListExtensionsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListExtensionsCommand}.
8
+ */
6
9
  export interface ListExtensionsCommandInput extends ListExtensionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListExtensionsCommand}.
13
+ */
8
14
  export interface ListExtensionsCommandOutput extends Extensions, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { HostedConfigurationVersions, ListHostedConfigurationVersionsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListHostedConfigurationVersionsCommand}.
8
+ */
6
9
  export interface ListHostedConfigurationVersionsCommandInput extends ListHostedConfigurationVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListHostedConfigurationVersionsCommand}.
13
+ */
8
14
  export interface ListHostedConfigurationVersionsCommandOutput extends HostedConfigurationVersions, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { ListTagsForResourceRequest, ResourceTags } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ResourceTags, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Deployment, StartDeploymentRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartDeploymentCommand}.
8
+ */
6
9
  export interface StartDeploymentCommandInput extends StartDeploymentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StartDeploymentCommand}.
13
+ */
8
14
  export interface StartDeploymentCommandOutput extends Deployment, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Deployment, StopDeploymentRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StopDeploymentCommand}.
8
+ */
6
9
  export interface StopDeploymentCommandInput extends StopDeploymentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link StopDeploymentCommand}.
13
+ */
8
14
  export interface StopDeploymentCommandOutput extends Deployment, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { TagResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { UntagResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Application, UpdateApplicationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateApplicationCommand}.
8
+ */
6
9
  export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateApplicationCommand}.
13
+ */
8
14
  export interface UpdateApplicationCommandOutput extends Application, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { ConfigurationProfile, UpdateConfigurationProfileRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateConfigurationProfileCommand}.
8
+ */
6
9
  export interface UpdateConfigurationProfileCommandInput extends UpdateConfigurationProfileRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateConfigurationProfileCommand}.
13
+ */
8
14
  export interface UpdateConfigurationProfileCommandOutput extends ConfigurationProfile, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { DeploymentStrategy, UpdateDeploymentStrategyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDeploymentStrategyCommand}.
8
+ */
6
9
  export interface UpdateDeploymentStrategyCommandInput extends UpdateDeploymentStrategyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDeploymentStrategyCommand}.
13
+ */
8
14
  export interface UpdateDeploymentStrategyCommandOutput extends DeploymentStrategy, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Environment, UpdateEnvironmentRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateEnvironmentCommand}.
8
+ */
6
9
  export interface UpdateEnvironmentCommandInput extends UpdateEnvironmentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateEnvironmentCommand}.
13
+ */
8
14
  export interface UpdateEnvironmentCommandOutput extends Environment, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { ExtensionAssociation, UpdateExtensionAssociationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateExtensionAssociationCommand}.
8
+ */
6
9
  export interface UpdateExtensionAssociationCommandInput extends UpdateExtensionAssociationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateExtensionAssociationCommand}.
13
+ */
8
14
  export interface UpdateExtensionAssociationCommandOutput extends ExtensionAssociation, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { Extension, UpdateExtensionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateExtensionCommand}.
8
+ */
6
9
  export interface UpdateExtensionCommandInput extends UpdateExtensionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateExtensionCommand}.
13
+ */
8
14
  export interface UpdateExtensionCommandOutput extends Extension, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../AppConfigClient";
5
5
  import { ValidateConfigurationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ValidateConfigurationCommand}.
8
+ */
6
9
  export interface ValidateConfigurationCommandInput extends ValidateConfigurationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ValidateConfigurationCommand}.
13
+ */
8
14
  export interface ValidateConfigurationCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appconfig",
3
3
  "description": "AWS SDK for JavaScript Appconfig Client for Node.js, Browser and React Native",
4
- "version": "3.278.0",
4
+ "version": "3.281.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",