@aws-sdk/client-appconfig 3.170.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/AppConfig.d.ts +0 -43
- package/dist-types/ts3.4/AppConfigClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AppConfigServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -317
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-appconfig
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-appconfig
|
|
@@ -172,7 +172,6 @@ import {
|
|
|
172
172
|
ValidateConfigurationCommandInput,
|
|
173
173
|
ValidateConfigurationCommandOutput,
|
|
174
174
|
} from "./commands/ValidateConfigurationCommand";
|
|
175
|
-
|
|
176
175
|
export declare class AppConfig extends AppConfigClient {
|
|
177
176
|
createApplication(
|
|
178
177
|
args: CreateApplicationCommandInput,
|
|
@@ -187,7 +186,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
187
186
|
options: __HttpHandlerOptions,
|
|
188
187
|
cb: (err: any, data?: CreateApplicationCommandOutput) => void
|
|
189
188
|
): void;
|
|
190
|
-
|
|
191
189
|
createConfigurationProfile(
|
|
192
190
|
args: CreateConfigurationProfileCommandInput,
|
|
193
191
|
options?: __HttpHandlerOptions
|
|
@@ -201,7 +199,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
201
199
|
options: __HttpHandlerOptions,
|
|
202
200
|
cb: (err: any, data?: CreateConfigurationProfileCommandOutput) => void
|
|
203
201
|
): void;
|
|
204
|
-
|
|
205
202
|
createDeploymentStrategy(
|
|
206
203
|
args: CreateDeploymentStrategyCommandInput,
|
|
207
204
|
options?: __HttpHandlerOptions
|
|
@@ -215,7 +212,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
215
212
|
options: __HttpHandlerOptions,
|
|
216
213
|
cb: (err: any, data?: CreateDeploymentStrategyCommandOutput) => void
|
|
217
214
|
): void;
|
|
218
|
-
|
|
219
215
|
createEnvironment(
|
|
220
216
|
args: CreateEnvironmentCommandInput,
|
|
221
217
|
options?: __HttpHandlerOptions
|
|
@@ -229,7 +225,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
229
225
|
options: __HttpHandlerOptions,
|
|
230
226
|
cb: (err: any, data?: CreateEnvironmentCommandOutput) => void
|
|
231
227
|
): void;
|
|
232
|
-
|
|
233
228
|
createExtension(
|
|
234
229
|
args: CreateExtensionCommandInput,
|
|
235
230
|
options?: __HttpHandlerOptions
|
|
@@ -243,7 +238,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
243
238
|
options: __HttpHandlerOptions,
|
|
244
239
|
cb: (err: any, data?: CreateExtensionCommandOutput) => void
|
|
245
240
|
): void;
|
|
246
|
-
|
|
247
241
|
createExtensionAssociation(
|
|
248
242
|
args: CreateExtensionAssociationCommandInput,
|
|
249
243
|
options?: __HttpHandlerOptions
|
|
@@ -257,7 +251,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
257
251
|
options: __HttpHandlerOptions,
|
|
258
252
|
cb: (err: any, data?: CreateExtensionAssociationCommandOutput) => void
|
|
259
253
|
): void;
|
|
260
|
-
|
|
261
254
|
createHostedConfigurationVersion(
|
|
262
255
|
args: CreateHostedConfigurationVersionCommandInput,
|
|
263
256
|
options?: __HttpHandlerOptions
|
|
@@ -271,7 +264,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
271
264
|
options: __HttpHandlerOptions,
|
|
272
265
|
cb: (err: any, data?: CreateHostedConfigurationVersionCommandOutput) => void
|
|
273
266
|
): void;
|
|
274
|
-
|
|
275
267
|
deleteApplication(
|
|
276
268
|
args: DeleteApplicationCommandInput,
|
|
277
269
|
options?: __HttpHandlerOptions
|
|
@@ -285,7 +277,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
285
277
|
options: __HttpHandlerOptions,
|
|
286
278
|
cb: (err: any, data?: DeleteApplicationCommandOutput) => void
|
|
287
279
|
): void;
|
|
288
|
-
|
|
289
280
|
deleteConfigurationProfile(
|
|
290
281
|
args: DeleteConfigurationProfileCommandInput,
|
|
291
282
|
options?: __HttpHandlerOptions
|
|
@@ -299,7 +290,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
299
290
|
options: __HttpHandlerOptions,
|
|
300
291
|
cb: (err: any, data?: DeleteConfigurationProfileCommandOutput) => void
|
|
301
292
|
): void;
|
|
302
|
-
|
|
303
293
|
deleteDeploymentStrategy(
|
|
304
294
|
args: DeleteDeploymentStrategyCommandInput,
|
|
305
295
|
options?: __HttpHandlerOptions
|
|
@@ -313,7 +303,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
313
303
|
options: __HttpHandlerOptions,
|
|
314
304
|
cb: (err: any, data?: DeleteDeploymentStrategyCommandOutput) => void
|
|
315
305
|
): void;
|
|
316
|
-
|
|
317
306
|
deleteEnvironment(
|
|
318
307
|
args: DeleteEnvironmentCommandInput,
|
|
319
308
|
options?: __HttpHandlerOptions
|
|
@@ -327,7 +316,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
327
316
|
options: __HttpHandlerOptions,
|
|
328
317
|
cb: (err: any, data?: DeleteEnvironmentCommandOutput) => void
|
|
329
318
|
): void;
|
|
330
|
-
|
|
331
319
|
deleteExtension(
|
|
332
320
|
args: DeleteExtensionCommandInput,
|
|
333
321
|
options?: __HttpHandlerOptions
|
|
@@ -341,7 +329,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
341
329
|
options: __HttpHandlerOptions,
|
|
342
330
|
cb: (err: any, data?: DeleteExtensionCommandOutput) => void
|
|
343
331
|
): void;
|
|
344
|
-
|
|
345
332
|
deleteExtensionAssociation(
|
|
346
333
|
args: DeleteExtensionAssociationCommandInput,
|
|
347
334
|
options?: __HttpHandlerOptions
|
|
@@ -355,7 +342,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
355
342
|
options: __HttpHandlerOptions,
|
|
356
343
|
cb: (err: any, data?: DeleteExtensionAssociationCommandOutput) => void
|
|
357
344
|
): void;
|
|
358
|
-
|
|
359
345
|
deleteHostedConfigurationVersion(
|
|
360
346
|
args: DeleteHostedConfigurationVersionCommandInput,
|
|
361
347
|
options?: __HttpHandlerOptions
|
|
@@ -369,7 +355,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
369
355
|
options: __HttpHandlerOptions,
|
|
370
356
|
cb: (err: any, data?: DeleteHostedConfigurationVersionCommandOutput) => void
|
|
371
357
|
): void;
|
|
372
|
-
|
|
373
358
|
getApplication(
|
|
374
359
|
args: GetApplicationCommandInput,
|
|
375
360
|
options?: __HttpHandlerOptions
|
|
@@ -383,7 +368,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
383
368
|
options: __HttpHandlerOptions,
|
|
384
369
|
cb: (err: any, data?: GetApplicationCommandOutput) => void
|
|
385
370
|
): void;
|
|
386
|
-
|
|
387
371
|
getConfiguration(
|
|
388
372
|
args: GetConfigurationCommandInput,
|
|
389
373
|
options?: __HttpHandlerOptions
|
|
@@ -397,7 +381,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
397
381
|
options: __HttpHandlerOptions,
|
|
398
382
|
cb: (err: any, data?: GetConfigurationCommandOutput) => void
|
|
399
383
|
): void;
|
|
400
|
-
|
|
401
384
|
getConfigurationProfile(
|
|
402
385
|
args: GetConfigurationProfileCommandInput,
|
|
403
386
|
options?: __HttpHandlerOptions
|
|
@@ -411,7 +394,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
411
394
|
options: __HttpHandlerOptions,
|
|
412
395
|
cb: (err: any, data?: GetConfigurationProfileCommandOutput) => void
|
|
413
396
|
): void;
|
|
414
|
-
|
|
415
397
|
getDeployment(
|
|
416
398
|
args: GetDeploymentCommandInput,
|
|
417
399
|
options?: __HttpHandlerOptions
|
|
@@ -425,7 +407,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
425
407
|
options: __HttpHandlerOptions,
|
|
426
408
|
cb: (err: any, data?: GetDeploymentCommandOutput) => void
|
|
427
409
|
): void;
|
|
428
|
-
|
|
429
410
|
getDeploymentStrategy(
|
|
430
411
|
args: GetDeploymentStrategyCommandInput,
|
|
431
412
|
options?: __HttpHandlerOptions
|
|
@@ -439,7 +420,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
439
420
|
options: __HttpHandlerOptions,
|
|
440
421
|
cb: (err: any, data?: GetDeploymentStrategyCommandOutput) => void
|
|
441
422
|
): void;
|
|
442
|
-
|
|
443
423
|
getEnvironment(
|
|
444
424
|
args: GetEnvironmentCommandInput,
|
|
445
425
|
options?: __HttpHandlerOptions
|
|
@@ -453,7 +433,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
453
433
|
options: __HttpHandlerOptions,
|
|
454
434
|
cb: (err: any, data?: GetEnvironmentCommandOutput) => void
|
|
455
435
|
): void;
|
|
456
|
-
|
|
457
436
|
getExtension(
|
|
458
437
|
args: GetExtensionCommandInput,
|
|
459
438
|
options?: __HttpHandlerOptions
|
|
@@ -467,7 +446,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
467
446
|
options: __HttpHandlerOptions,
|
|
468
447
|
cb: (err: any, data?: GetExtensionCommandOutput) => void
|
|
469
448
|
): void;
|
|
470
|
-
|
|
471
449
|
getExtensionAssociation(
|
|
472
450
|
args: GetExtensionAssociationCommandInput,
|
|
473
451
|
options?: __HttpHandlerOptions
|
|
@@ -481,7 +459,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
481
459
|
options: __HttpHandlerOptions,
|
|
482
460
|
cb: (err: any, data?: GetExtensionAssociationCommandOutput) => void
|
|
483
461
|
): void;
|
|
484
|
-
|
|
485
462
|
getHostedConfigurationVersion(
|
|
486
463
|
args: GetHostedConfigurationVersionCommandInput,
|
|
487
464
|
options?: __HttpHandlerOptions
|
|
@@ -495,7 +472,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
495
472
|
options: __HttpHandlerOptions,
|
|
496
473
|
cb: (err: any, data?: GetHostedConfigurationVersionCommandOutput) => void
|
|
497
474
|
): void;
|
|
498
|
-
|
|
499
475
|
listApplications(
|
|
500
476
|
args: ListApplicationsCommandInput,
|
|
501
477
|
options?: __HttpHandlerOptions
|
|
@@ -509,7 +485,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
509
485
|
options: __HttpHandlerOptions,
|
|
510
486
|
cb: (err: any, data?: ListApplicationsCommandOutput) => void
|
|
511
487
|
): void;
|
|
512
|
-
|
|
513
488
|
listConfigurationProfiles(
|
|
514
489
|
args: ListConfigurationProfilesCommandInput,
|
|
515
490
|
options?: __HttpHandlerOptions
|
|
@@ -523,7 +498,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
523
498
|
options: __HttpHandlerOptions,
|
|
524
499
|
cb: (err: any, data?: ListConfigurationProfilesCommandOutput) => void
|
|
525
500
|
): void;
|
|
526
|
-
|
|
527
501
|
listDeployments(
|
|
528
502
|
args: ListDeploymentsCommandInput,
|
|
529
503
|
options?: __HttpHandlerOptions
|
|
@@ -537,7 +511,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
537
511
|
options: __HttpHandlerOptions,
|
|
538
512
|
cb: (err: any, data?: ListDeploymentsCommandOutput) => void
|
|
539
513
|
): void;
|
|
540
|
-
|
|
541
514
|
listDeploymentStrategies(
|
|
542
515
|
args: ListDeploymentStrategiesCommandInput,
|
|
543
516
|
options?: __HttpHandlerOptions
|
|
@@ -551,7 +524,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
551
524
|
options: __HttpHandlerOptions,
|
|
552
525
|
cb: (err: any, data?: ListDeploymentStrategiesCommandOutput) => void
|
|
553
526
|
): void;
|
|
554
|
-
|
|
555
527
|
listEnvironments(
|
|
556
528
|
args: ListEnvironmentsCommandInput,
|
|
557
529
|
options?: __HttpHandlerOptions
|
|
@@ -565,7 +537,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
565
537
|
options: __HttpHandlerOptions,
|
|
566
538
|
cb: (err: any, data?: ListEnvironmentsCommandOutput) => void
|
|
567
539
|
): void;
|
|
568
|
-
|
|
569
540
|
listExtensionAssociations(
|
|
570
541
|
args: ListExtensionAssociationsCommandInput,
|
|
571
542
|
options?: __HttpHandlerOptions
|
|
@@ -579,7 +550,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
579
550
|
options: __HttpHandlerOptions,
|
|
580
551
|
cb: (err: any, data?: ListExtensionAssociationsCommandOutput) => void
|
|
581
552
|
): void;
|
|
582
|
-
|
|
583
553
|
listExtensions(
|
|
584
554
|
args: ListExtensionsCommandInput,
|
|
585
555
|
options?: __HttpHandlerOptions
|
|
@@ -593,7 +563,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
593
563
|
options: __HttpHandlerOptions,
|
|
594
564
|
cb: (err: any, data?: ListExtensionsCommandOutput) => void
|
|
595
565
|
): void;
|
|
596
|
-
|
|
597
566
|
listHostedConfigurationVersions(
|
|
598
567
|
args: ListHostedConfigurationVersionsCommandInput,
|
|
599
568
|
options?: __HttpHandlerOptions
|
|
@@ -607,7 +576,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
607
576
|
options: __HttpHandlerOptions,
|
|
608
577
|
cb: (err: any, data?: ListHostedConfigurationVersionsCommandOutput) => void
|
|
609
578
|
): void;
|
|
610
|
-
|
|
611
579
|
listTagsForResource(
|
|
612
580
|
args: ListTagsForResourceCommandInput,
|
|
613
581
|
options?: __HttpHandlerOptions
|
|
@@ -621,7 +589,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
621
589
|
options: __HttpHandlerOptions,
|
|
622
590
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
623
591
|
): void;
|
|
624
|
-
|
|
625
592
|
startDeployment(
|
|
626
593
|
args: StartDeploymentCommandInput,
|
|
627
594
|
options?: __HttpHandlerOptions
|
|
@@ -635,7 +602,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
635
602
|
options: __HttpHandlerOptions,
|
|
636
603
|
cb: (err: any, data?: StartDeploymentCommandOutput) => void
|
|
637
604
|
): void;
|
|
638
|
-
|
|
639
605
|
stopDeployment(
|
|
640
606
|
args: StopDeploymentCommandInput,
|
|
641
607
|
options?: __HttpHandlerOptions
|
|
@@ -649,7 +615,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
649
615
|
options: __HttpHandlerOptions,
|
|
650
616
|
cb: (err: any, data?: StopDeploymentCommandOutput) => void
|
|
651
617
|
): void;
|
|
652
|
-
|
|
653
618
|
tagResource(
|
|
654
619
|
args: TagResourceCommandInput,
|
|
655
620
|
options?: __HttpHandlerOptions
|
|
@@ -663,7 +628,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
663
628
|
options: __HttpHandlerOptions,
|
|
664
629
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
665
630
|
): void;
|
|
666
|
-
|
|
667
631
|
untagResource(
|
|
668
632
|
args: UntagResourceCommandInput,
|
|
669
633
|
options?: __HttpHandlerOptions
|
|
@@ -677,7 +641,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
677
641
|
options: __HttpHandlerOptions,
|
|
678
642
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
679
643
|
): void;
|
|
680
|
-
|
|
681
644
|
updateApplication(
|
|
682
645
|
args: UpdateApplicationCommandInput,
|
|
683
646
|
options?: __HttpHandlerOptions
|
|
@@ -691,7 +654,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
691
654
|
options: __HttpHandlerOptions,
|
|
692
655
|
cb: (err: any, data?: UpdateApplicationCommandOutput) => void
|
|
693
656
|
): void;
|
|
694
|
-
|
|
695
657
|
updateConfigurationProfile(
|
|
696
658
|
args: UpdateConfigurationProfileCommandInput,
|
|
697
659
|
options?: __HttpHandlerOptions
|
|
@@ -705,7 +667,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
705
667
|
options: __HttpHandlerOptions,
|
|
706
668
|
cb: (err: any, data?: UpdateConfigurationProfileCommandOutput) => void
|
|
707
669
|
): void;
|
|
708
|
-
|
|
709
670
|
updateDeploymentStrategy(
|
|
710
671
|
args: UpdateDeploymentStrategyCommandInput,
|
|
711
672
|
options?: __HttpHandlerOptions
|
|
@@ -719,7 +680,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
719
680
|
options: __HttpHandlerOptions,
|
|
720
681
|
cb: (err: any, data?: UpdateDeploymentStrategyCommandOutput) => void
|
|
721
682
|
): void;
|
|
722
|
-
|
|
723
683
|
updateEnvironment(
|
|
724
684
|
args: UpdateEnvironmentCommandInput,
|
|
725
685
|
options?: __HttpHandlerOptions
|
|
@@ -733,7 +693,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
733
693
|
options: __HttpHandlerOptions,
|
|
734
694
|
cb: (err: any, data?: UpdateEnvironmentCommandOutput) => void
|
|
735
695
|
): void;
|
|
736
|
-
|
|
737
696
|
updateExtension(
|
|
738
697
|
args: UpdateExtensionCommandInput,
|
|
739
698
|
options?: __HttpHandlerOptions
|
|
@@ -747,7 +706,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
747
706
|
options: __HttpHandlerOptions,
|
|
748
707
|
cb: (err: any, data?: UpdateExtensionCommandOutput) => void
|
|
749
708
|
): void;
|
|
750
|
-
|
|
751
709
|
updateExtensionAssociation(
|
|
752
710
|
args: UpdateExtensionAssociationCommandInput,
|
|
753
711
|
options?: __HttpHandlerOptions
|
|
@@ -761,7 +719,6 @@ export declare class AppConfig extends AppConfigClient {
|
|
|
761
719
|
options: __HttpHandlerOptions,
|
|
762
720
|
cb: (err: any, data?: UpdateExtensionAssociationCommandOutput) => void
|
|
763
721
|
): void;
|
|
764
|
-
|
|
765
722
|
validateConfiguration(
|
|
766
723
|
args: ValidateConfigurationCommandInput,
|
|
767
724
|
options?: __HttpHandlerOptions
|
|
@@ -305,47 +305,26 @@ export declare type ServiceOutputTypes =
|
|
|
305
305
|
export interface ClientDefaults
|
|
306
306
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
307
307
|
requestHandler?: __HttpHandler;
|
|
308
|
-
|
|
309
308
|
sha256?: __HashConstructor;
|
|
310
|
-
|
|
311
309
|
urlParser?: __UrlParser;
|
|
312
|
-
|
|
313
310
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
314
|
-
|
|
315
311
|
streamCollector?: __StreamCollector;
|
|
316
|
-
|
|
317
312
|
base64Decoder?: __Decoder;
|
|
318
|
-
|
|
319
313
|
base64Encoder?: __Encoder;
|
|
320
|
-
|
|
321
314
|
utf8Decoder?: __Decoder;
|
|
322
|
-
|
|
323
315
|
utf8Encoder?: __Encoder;
|
|
324
|
-
|
|
325
316
|
runtime?: string;
|
|
326
|
-
|
|
327
317
|
disableHostPrefix?: boolean;
|
|
328
|
-
|
|
329
318
|
maxAttempts?: number | __Provider<number>;
|
|
330
|
-
|
|
331
319
|
retryMode?: string | __Provider<string>;
|
|
332
|
-
|
|
333
320
|
logger?: __Logger;
|
|
334
|
-
|
|
335
321
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
336
|
-
|
|
337
322
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
338
|
-
|
|
339
323
|
serviceId?: string;
|
|
340
|
-
|
|
341
324
|
region?: string | __Provider<string>;
|
|
342
|
-
|
|
343
325
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
344
|
-
|
|
345
326
|
regionInfoProvider?: RegionInfoProvider;
|
|
346
|
-
|
|
347
327
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
348
|
-
|
|
349
328
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
350
329
|
}
|
|
351
330
|
declare type AppConfigClientConfigType = Partial<
|
|
@@ -358,7 +337,6 @@ declare type AppConfigClientConfigType = Partial<
|
|
|
358
337
|
HostHeaderInputConfig &
|
|
359
338
|
AwsAuthInputConfig &
|
|
360
339
|
UserAgentInputConfig;
|
|
361
|
-
|
|
362
340
|
export interface AppConfigClientConfig extends AppConfigClientConfigType {}
|
|
363
341
|
declare type AppConfigClientResolvedConfigType =
|
|
364
342
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -369,10 +347,8 @@ declare type AppConfigClientResolvedConfigType =
|
|
|
369
347
|
HostHeaderResolvedConfig &
|
|
370
348
|
AwsAuthResolvedConfig &
|
|
371
349
|
UserAgentResolvedConfig;
|
|
372
|
-
|
|
373
350
|
export interface AppConfigClientResolvedConfig
|
|
374
351
|
extends AppConfigClientResolvedConfigType {}
|
|
375
|
-
|
|
376
352
|
export declare class AppConfigClient extends __Client<
|
|
377
353
|
__HttpHandlerOptions,
|
|
378
354
|
ServiceInputTypes,
|
|
@@ -381,7 +357,6 @@ export declare class AppConfigClient extends __Client<
|
|
|
381
357
|
> {
|
|
382
358
|
readonly config: AppConfigClientResolvedConfig;
|
|
383
359
|
constructor(configuration: AppConfigClientConfig);
|
|
384
|
-
|
|
385
360
|
destroy(): void;
|
|
386
361
|
}
|
|
387
362
|
export {};
|
|
@@ -16,7 +16,6 @@ export interface CreateApplicationCommandInput
|
|
|
16
16
|
export interface CreateApplicationCommandOutput
|
|
17
17
|
extends Application,
|
|
18
18
|
__MetadataBearer {}
|
|
19
|
-
|
|
20
19
|
export declare class CreateApplicationCommand extends $Command<
|
|
21
20
|
CreateApplicationCommandInput,
|
|
22
21
|
CreateApplicationCommandOutput,
|
|
@@ -24,7 +23,6 @@ export declare class CreateApplicationCommand extends $Command<
|
|
|
24
23
|
> {
|
|
25
24
|
readonly input: CreateApplicationCommandInput;
|
|
26
25
|
constructor(input: CreateApplicationCommandInput);
|
|
27
|
-
|
|
28
26
|
resolveMiddleware(
|
|
29
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
28
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateConfigurationProfileCommandInput
|
|
|
19
19
|
export interface CreateConfigurationProfileCommandOutput
|
|
20
20
|
extends ConfigurationProfile,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateConfigurationProfileCommand extends $Command<
|
|
24
23
|
CreateConfigurationProfileCommandInput,
|
|
25
24
|
CreateConfigurationProfileCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateConfigurationProfileCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateConfigurationProfileCommandInput;
|
|
29
28
|
constructor(input: CreateConfigurationProfileCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateDeploymentStrategyCommandInput
|
|
|
19
19
|
export interface CreateDeploymentStrategyCommandOutput
|
|
20
20
|
extends DeploymentStrategy,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateDeploymentStrategyCommand extends $Command<
|
|
24
23
|
CreateDeploymentStrategyCommandInput,
|
|
25
24
|
CreateDeploymentStrategyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateDeploymentStrategyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateDeploymentStrategyCommandInput;
|
|
29
28
|
constructor(input: CreateDeploymentStrategyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -16,7 +16,6 @@ export interface CreateEnvironmentCommandInput
|
|
|
16
16
|
export interface CreateEnvironmentCommandOutput
|
|
17
17
|
extends Environment,
|
|
18
18
|
__MetadataBearer {}
|
|
19
|
-
|
|
20
19
|
export declare class CreateEnvironmentCommand extends $Command<
|
|
21
20
|
CreateEnvironmentCommandInput,
|
|
22
21
|
CreateEnvironmentCommandOutput,
|
|
@@ -24,7 +23,6 @@ export declare class CreateEnvironmentCommand extends $Command<
|
|
|
24
23
|
> {
|
|
25
24
|
readonly input: CreateEnvironmentCommandInput;
|
|
26
25
|
constructor(input: CreateEnvironmentCommandInput);
|
|
27
|
-
|
|
28
26
|
resolveMiddleware(
|
|
29
27
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
28
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateExtensionAssociationCommandInput
|
|
|
19
19
|
export interface CreateExtensionAssociationCommandOutput
|
|
20
20
|
extends ExtensionAssociation,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateExtensionAssociationCommand extends $Command<
|
|
24
23
|
CreateExtensionAssociationCommandInput,
|
|
25
24
|
CreateExtensionAssociationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateExtensionAssociationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateExtensionAssociationCommandInput;
|
|
29
28
|
constructor(input: CreateExtensionAssociationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateExtensionCommandInput extends CreateExtensionRequest {}
|
|
|
15
15
|
export interface CreateExtensionCommandOutput
|
|
16
16
|
extends Extension,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateExtensionCommand extends $Command<
|
|
20
19
|
CreateExtensionCommandInput,
|
|
21
20
|
CreateExtensionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateExtensionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateExtensionCommandInput;
|
|
25
24
|
constructor(input: CreateExtensionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateHostedConfigurationVersionCommandInput
|
|
|
19
19
|
export interface CreateHostedConfigurationVersionCommandOutput
|
|
20
20
|
extends HostedConfigurationVersion,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateHostedConfigurationVersionCommand extends $Command<
|
|
24
23
|
CreateHostedConfigurationVersionCommandInput,
|
|
25
24
|
CreateHostedConfigurationVersionCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateHostedConfigurationVersionCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateHostedConfigurationVersionCommandInput;
|
|
29
28
|
constructor(input: CreateHostedConfigurationVersionCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteApplicationRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteApplicationCommandInput
|
|
15
15
|
extends DeleteApplicationRequest {}
|
|
16
16
|
export interface DeleteApplicationCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteApplicationCommand extends $Command<
|
|
19
18
|
DeleteApplicationCommandInput,
|
|
20
19
|
DeleteApplicationCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteApplicationCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteApplicationCommandInput;
|
|
24
23
|
constructor(input: DeleteApplicationCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteConfigurationProfileCommandInput
|
|
|
15
15
|
extends DeleteConfigurationProfileRequest {}
|
|
16
16
|
export interface DeleteConfigurationProfileCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteConfigurationProfileCommand extends $Command<
|
|
20
19
|
DeleteConfigurationProfileCommandInput,
|
|
21
20
|
DeleteConfigurationProfileCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteConfigurationProfileCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteConfigurationProfileCommandInput;
|
|
25
24
|
constructor(input: DeleteConfigurationProfileCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteDeploymentStrategyCommandInput
|
|
|
15
15
|
extends DeleteDeploymentStrategyRequest {}
|
|
16
16
|
export interface DeleteDeploymentStrategyCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteDeploymentStrategyCommand extends $Command<
|
|
20
19
|
DeleteDeploymentStrategyCommandInput,
|
|
21
20
|
DeleteDeploymentStrategyCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteDeploymentStrategyCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteDeploymentStrategyCommandInput;
|
|
25
24
|
constructor(input: DeleteDeploymentStrategyCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -14,7 +14,6 @@ import { DeleteEnvironmentRequest } from "../models/models_0";
|
|
|
14
14
|
export interface DeleteEnvironmentCommandInput
|
|
15
15
|
extends DeleteEnvironmentRequest {}
|
|
16
16
|
export interface DeleteEnvironmentCommandOutput extends __MetadataBearer {}
|
|
17
|
-
|
|
18
17
|
export declare class DeleteEnvironmentCommand extends $Command<
|
|
19
18
|
DeleteEnvironmentCommandInput,
|
|
20
19
|
DeleteEnvironmentCommandOutput,
|
|
@@ -22,7 +21,6 @@ export declare class DeleteEnvironmentCommand extends $Command<
|
|
|
22
21
|
> {
|
|
23
22
|
readonly input: DeleteEnvironmentCommandInput;
|
|
24
23
|
constructor(input: DeleteEnvironmentCommandInput);
|
|
25
|
-
|
|
26
24
|
resolveMiddleware(
|
|
27
25
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
26
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteExtensionAssociationCommandInput
|
|
|
15
15
|
extends DeleteExtensionAssociationRequest {}
|
|
16
16
|
export interface DeleteExtensionAssociationCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteExtensionAssociationCommand extends $Command<
|
|
20
19
|
DeleteExtensionAssociationCommandInput,
|
|
21
20
|
DeleteExtensionAssociationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteExtensionAssociationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteExtensionAssociationCommandInput;
|
|
25
24
|
constructor(input: DeleteExtensionAssociationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -13,7 +13,6 @@ import {
|
|
|
13
13
|
import { DeleteExtensionRequest } from "../models/models_0";
|
|
14
14
|
export interface DeleteExtensionCommandInput extends DeleteExtensionRequest {}
|
|
15
15
|
export interface DeleteExtensionCommandOutput extends __MetadataBearer {}
|
|
16
|
-
|
|
17
16
|
export declare class DeleteExtensionCommand extends $Command<
|
|
18
17
|
DeleteExtensionCommandInput,
|
|
19
18
|
DeleteExtensionCommandOutput,
|
|
@@ -21,7 +20,6 @@ export declare class DeleteExtensionCommand extends $Command<
|
|
|
21
20
|
> {
|
|
22
21
|
readonly input: DeleteExtensionCommandInput;
|
|
23
22
|
constructor(input: DeleteExtensionCommandInput);
|
|
24
|
-
|
|
25
23
|
resolveMiddleware(
|
|
26
24
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
25
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteHostedConfigurationVersionCommandInput
|
|
|
15
15
|
extends DeleteHostedConfigurationVersionRequest {}
|
|
16
16
|
export interface DeleteHostedConfigurationVersionCommandOutput
|
|
17
17
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteHostedConfigurationVersionCommand extends $Command<
|
|
20
19
|
DeleteHostedConfigurationVersionCommandInput,
|
|
21
20
|
DeleteHostedConfigurationVersionCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteHostedConfigurationVersionCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteHostedConfigurationVersionCommandInput;
|
|
25
24
|
constructor(input: DeleteHostedConfigurationVersionCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {}
|
|
|
15
15
|
export interface GetApplicationCommandOutput
|
|
16
16
|
extends Application,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetApplicationCommand extends $Command<
|
|
20
19
|
GetApplicationCommandInput,
|
|
21
20
|
GetApplicationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetApplicationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetApplicationCommandInput;
|
|
25
24
|
constructor(input: GetApplicationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetConfigurationCommandInput extends GetConfigurationRequest {}
|
|
|
15
15
|
export interface GetConfigurationCommandOutput
|
|
16
16
|
extends Configuration,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetConfigurationCommand extends $Command<
|
|
20
19
|
GetConfigurationCommandInput,
|
|
21
20
|
GetConfigurationCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetConfigurationCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetConfigurationCommandInput;
|
|
25
24
|
constructor(input: GetConfigurationCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppConfigClientResolvedConfig,
|