@cdk8s/awscdk-resolver 0.0.691 → 0.0.693
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/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +187 -181
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +184 -180
- package/node_modules/@aws-sdk/client-cloudformation/package.json +8 -8
- package/node_modules/@aws-sdk/core/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +14 -11
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +13 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +9 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +9 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +33 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +22 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +22 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +40 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +14 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +9 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +9 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +6 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +22 -37
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +26 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +49 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +12 -7
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +22 -22
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +0 -15
- package/node_modules/@smithy/core/dist-es/submodules/client/index.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js +8 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/exceptions.js +18 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +49 -8
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +12 -7
- package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client.d.ts +11 -3
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +17 -7
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/client/smithy-client/client.d.ts +11 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +21 -7
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +2 -2
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/types/dist-types/metrics.d.ts +8 -7
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/metrics.d.ts +8 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +5 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/package.json +3 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { WaiterResult } from "@smithy/core/client";
|
|
2
2
|
import {
|
|
3
3
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
4
|
+
MetricsRecorder as __MetricsRecorder,
|
|
4
5
|
PaginationConfiguration,
|
|
5
6
|
Paginator,
|
|
6
7
|
WaiterConfiguration,
|
|
@@ -337,11 +338,14 @@ import {
|
|
|
337
338
|
ValidateTemplateCommandOutput,
|
|
338
339
|
} from "./commands/ValidateTemplateCommand";
|
|
339
340
|
import { CloudFormationServiceException } from "./models/CloudFormationServiceException";
|
|
341
|
+
export interface CloudFormationRequestOptions extends __HttpHandlerOptions {
|
|
342
|
+
metricsRecorder?: __MetricsRecorder<unknown>;
|
|
343
|
+
}
|
|
340
344
|
export interface CloudFormation {
|
|
341
345
|
activateOrganizationsAccess(): Promise<ActivateOrganizationsAccessCommandOutput>;
|
|
342
346
|
activateOrganizationsAccess(
|
|
343
347
|
args: ActivateOrganizationsAccessCommandInput,
|
|
344
|
-
options?:
|
|
348
|
+
options?: CloudFormationRequestOptions,
|
|
345
349
|
): Promise<ActivateOrganizationsAccessCommandOutput>;
|
|
346
350
|
activateOrganizationsAccess(
|
|
347
351
|
args: ActivateOrganizationsAccessCommandInput,
|
|
@@ -349,13 +353,13 @@ export interface CloudFormation {
|
|
|
349
353
|
): void;
|
|
350
354
|
activateOrganizationsAccess(
|
|
351
355
|
args: ActivateOrganizationsAccessCommandInput,
|
|
352
|
-
options:
|
|
356
|
+
options: CloudFormationRequestOptions,
|
|
353
357
|
cb: (err: any, data?: ActivateOrganizationsAccessCommandOutput) => void,
|
|
354
358
|
): void;
|
|
355
359
|
activateType(): Promise<ActivateTypeCommandOutput>;
|
|
356
360
|
activateType(
|
|
357
361
|
args: ActivateTypeCommandInput,
|
|
358
|
-
options?:
|
|
362
|
+
options?: CloudFormationRequestOptions,
|
|
359
363
|
): Promise<ActivateTypeCommandOutput>;
|
|
360
364
|
activateType(
|
|
361
365
|
args: ActivateTypeCommandInput,
|
|
@@ -363,12 +367,12 @@ export interface CloudFormation {
|
|
|
363
367
|
): void;
|
|
364
368
|
activateType(
|
|
365
369
|
args: ActivateTypeCommandInput,
|
|
366
|
-
options:
|
|
370
|
+
options: CloudFormationRequestOptions,
|
|
367
371
|
cb: (err: any, data?: ActivateTypeCommandOutput) => void,
|
|
368
372
|
): void;
|
|
369
373
|
batchDescribeTypeConfigurations(
|
|
370
374
|
args: BatchDescribeTypeConfigurationsCommandInput,
|
|
371
|
-
options?:
|
|
375
|
+
options?: CloudFormationRequestOptions,
|
|
372
376
|
): Promise<BatchDescribeTypeConfigurationsCommandOutput>;
|
|
373
377
|
batchDescribeTypeConfigurations(
|
|
374
378
|
args: BatchDescribeTypeConfigurationsCommandInput,
|
|
@@ -376,12 +380,12 @@ export interface CloudFormation {
|
|
|
376
380
|
): void;
|
|
377
381
|
batchDescribeTypeConfigurations(
|
|
378
382
|
args: BatchDescribeTypeConfigurationsCommandInput,
|
|
379
|
-
options:
|
|
383
|
+
options: CloudFormationRequestOptions,
|
|
380
384
|
cb: (err: any, data?: BatchDescribeTypeConfigurationsCommandOutput) => void,
|
|
381
385
|
): void;
|
|
382
386
|
cancelUpdateStack(
|
|
383
387
|
args: CancelUpdateStackCommandInput,
|
|
384
|
-
options?:
|
|
388
|
+
options?: CloudFormationRequestOptions,
|
|
385
389
|
): Promise<CancelUpdateStackCommandOutput>;
|
|
386
390
|
cancelUpdateStack(
|
|
387
391
|
args: CancelUpdateStackCommandInput,
|
|
@@ -389,12 +393,12 @@ export interface CloudFormation {
|
|
|
389
393
|
): void;
|
|
390
394
|
cancelUpdateStack(
|
|
391
395
|
args: CancelUpdateStackCommandInput,
|
|
392
|
-
options:
|
|
396
|
+
options: CloudFormationRequestOptions,
|
|
393
397
|
cb: (err: any, data?: CancelUpdateStackCommandOutput) => void,
|
|
394
398
|
): void;
|
|
395
399
|
continueUpdateRollback(
|
|
396
400
|
args: ContinueUpdateRollbackCommandInput,
|
|
397
|
-
options?:
|
|
401
|
+
options?: CloudFormationRequestOptions,
|
|
398
402
|
): Promise<ContinueUpdateRollbackCommandOutput>;
|
|
399
403
|
continueUpdateRollback(
|
|
400
404
|
args: ContinueUpdateRollbackCommandInput,
|
|
@@ -402,12 +406,12 @@ export interface CloudFormation {
|
|
|
402
406
|
): void;
|
|
403
407
|
continueUpdateRollback(
|
|
404
408
|
args: ContinueUpdateRollbackCommandInput,
|
|
405
|
-
options:
|
|
409
|
+
options: CloudFormationRequestOptions,
|
|
406
410
|
cb: (err: any, data?: ContinueUpdateRollbackCommandOutput) => void,
|
|
407
411
|
): void;
|
|
408
412
|
createChangeSet(
|
|
409
413
|
args: CreateChangeSetCommandInput,
|
|
410
|
-
options?:
|
|
414
|
+
options?: CloudFormationRequestOptions,
|
|
411
415
|
): Promise<CreateChangeSetCommandOutput>;
|
|
412
416
|
createChangeSet(
|
|
413
417
|
args: CreateChangeSetCommandInput,
|
|
@@ -415,12 +419,12 @@ export interface CloudFormation {
|
|
|
415
419
|
): void;
|
|
416
420
|
createChangeSet(
|
|
417
421
|
args: CreateChangeSetCommandInput,
|
|
418
|
-
options:
|
|
422
|
+
options: CloudFormationRequestOptions,
|
|
419
423
|
cb: (err: any, data?: CreateChangeSetCommandOutput) => void,
|
|
420
424
|
): void;
|
|
421
425
|
createGeneratedTemplate(
|
|
422
426
|
args: CreateGeneratedTemplateCommandInput,
|
|
423
|
-
options?:
|
|
427
|
+
options?: CloudFormationRequestOptions,
|
|
424
428
|
): Promise<CreateGeneratedTemplateCommandOutput>;
|
|
425
429
|
createGeneratedTemplate(
|
|
426
430
|
args: CreateGeneratedTemplateCommandInput,
|
|
@@ -428,12 +432,12 @@ export interface CloudFormation {
|
|
|
428
432
|
): void;
|
|
429
433
|
createGeneratedTemplate(
|
|
430
434
|
args: CreateGeneratedTemplateCommandInput,
|
|
431
|
-
options:
|
|
435
|
+
options: CloudFormationRequestOptions,
|
|
432
436
|
cb: (err: any, data?: CreateGeneratedTemplateCommandOutput) => void,
|
|
433
437
|
): void;
|
|
434
438
|
createStack(
|
|
435
439
|
args: CreateStackCommandInput,
|
|
436
|
-
options?:
|
|
440
|
+
options?: CloudFormationRequestOptions,
|
|
437
441
|
): Promise<CreateStackCommandOutput>;
|
|
438
442
|
createStack(
|
|
439
443
|
args: CreateStackCommandInput,
|
|
@@ -441,12 +445,12 @@ export interface CloudFormation {
|
|
|
441
445
|
): void;
|
|
442
446
|
createStack(
|
|
443
447
|
args: CreateStackCommandInput,
|
|
444
|
-
options:
|
|
448
|
+
options: CloudFormationRequestOptions,
|
|
445
449
|
cb: (err: any, data?: CreateStackCommandOutput) => void,
|
|
446
450
|
): void;
|
|
447
451
|
createStackInstances(
|
|
448
452
|
args: CreateStackInstancesCommandInput,
|
|
449
|
-
options?:
|
|
453
|
+
options?: CloudFormationRequestOptions,
|
|
450
454
|
): Promise<CreateStackInstancesCommandOutput>;
|
|
451
455
|
createStackInstances(
|
|
452
456
|
args: CreateStackInstancesCommandInput,
|
|
@@ -454,12 +458,12 @@ export interface CloudFormation {
|
|
|
454
458
|
): void;
|
|
455
459
|
createStackInstances(
|
|
456
460
|
args: CreateStackInstancesCommandInput,
|
|
457
|
-
options:
|
|
461
|
+
options: CloudFormationRequestOptions,
|
|
458
462
|
cb: (err: any, data?: CreateStackInstancesCommandOutput) => void,
|
|
459
463
|
): void;
|
|
460
464
|
createStackRefactor(
|
|
461
465
|
args: CreateStackRefactorCommandInput,
|
|
462
|
-
options?:
|
|
466
|
+
options?: CloudFormationRequestOptions,
|
|
463
467
|
): Promise<CreateStackRefactorCommandOutput>;
|
|
464
468
|
createStackRefactor(
|
|
465
469
|
args: CreateStackRefactorCommandInput,
|
|
@@ -467,12 +471,12 @@ export interface CloudFormation {
|
|
|
467
471
|
): void;
|
|
468
472
|
createStackRefactor(
|
|
469
473
|
args: CreateStackRefactorCommandInput,
|
|
470
|
-
options:
|
|
474
|
+
options: CloudFormationRequestOptions,
|
|
471
475
|
cb: (err: any, data?: CreateStackRefactorCommandOutput) => void,
|
|
472
476
|
): void;
|
|
473
477
|
createStackSet(
|
|
474
478
|
args: CreateStackSetCommandInput,
|
|
475
|
-
options?:
|
|
479
|
+
options?: CloudFormationRequestOptions,
|
|
476
480
|
): Promise<CreateStackSetCommandOutput>;
|
|
477
481
|
createStackSet(
|
|
478
482
|
args: CreateStackSetCommandInput,
|
|
@@ -480,13 +484,13 @@ export interface CloudFormation {
|
|
|
480
484
|
): void;
|
|
481
485
|
createStackSet(
|
|
482
486
|
args: CreateStackSetCommandInput,
|
|
483
|
-
options:
|
|
487
|
+
options: CloudFormationRequestOptions,
|
|
484
488
|
cb: (err: any, data?: CreateStackSetCommandOutput) => void,
|
|
485
489
|
): void;
|
|
486
490
|
deactivateOrganizationsAccess(): Promise<DeactivateOrganizationsAccessCommandOutput>;
|
|
487
491
|
deactivateOrganizationsAccess(
|
|
488
492
|
args: DeactivateOrganizationsAccessCommandInput,
|
|
489
|
-
options?:
|
|
493
|
+
options?: CloudFormationRequestOptions,
|
|
490
494
|
): Promise<DeactivateOrganizationsAccessCommandOutput>;
|
|
491
495
|
deactivateOrganizationsAccess(
|
|
492
496
|
args: DeactivateOrganizationsAccessCommandInput,
|
|
@@ -494,13 +498,13 @@ export interface CloudFormation {
|
|
|
494
498
|
): void;
|
|
495
499
|
deactivateOrganizationsAccess(
|
|
496
500
|
args: DeactivateOrganizationsAccessCommandInput,
|
|
497
|
-
options:
|
|
501
|
+
options: CloudFormationRequestOptions,
|
|
498
502
|
cb: (err: any, data?: DeactivateOrganizationsAccessCommandOutput) => void,
|
|
499
503
|
): void;
|
|
500
504
|
deactivateType(): Promise<DeactivateTypeCommandOutput>;
|
|
501
505
|
deactivateType(
|
|
502
506
|
args: DeactivateTypeCommandInput,
|
|
503
|
-
options?:
|
|
507
|
+
options?: CloudFormationRequestOptions,
|
|
504
508
|
): Promise<DeactivateTypeCommandOutput>;
|
|
505
509
|
deactivateType(
|
|
506
510
|
args: DeactivateTypeCommandInput,
|
|
@@ -508,12 +512,12 @@ export interface CloudFormation {
|
|
|
508
512
|
): void;
|
|
509
513
|
deactivateType(
|
|
510
514
|
args: DeactivateTypeCommandInput,
|
|
511
|
-
options:
|
|
515
|
+
options: CloudFormationRequestOptions,
|
|
512
516
|
cb: (err: any, data?: DeactivateTypeCommandOutput) => void,
|
|
513
517
|
): void;
|
|
514
518
|
deleteChangeSet(
|
|
515
519
|
args: DeleteChangeSetCommandInput,
|
|
516
|
-
options?:
|
|
520
|
+
options?: CloudFormationRequestOptions,
|
|
517
521
|
): Promise<DeleteChangeSetCommandOutput>;
|
|
518
522
|
deleteChangeSet(
|
|
519
523
|
args: DeleteChangeSetCommandInput,
|
|
@@ -521,12 +525,12 @@ export interface CloudFormation {
|
|
|
521
525
|
): void;
|
|
522
526
|
deleteChangeSet(
|
|
523
527
|
args: DeleteChangeSetCommandInput,
|
|
524
|
-
options:
|
|
528
|
+
options: CloudFormationRequestOptions,
|
|
525
529
|
cb: (err: any, data?: DeleteChangeSetCommandOutput) => void,
|
|
526
530
|
): void;
|
|
527
531
|
deleteGeneratedTemplate(
|
|
528
532
|
args: DeleteGeneratedTemplateCommandInput,
|
|
529
|
-
options?:
|
|
533
|
+
options?: CloudFormationRequestOptions,
|
|
530
534
|
): Promise<DeleteGeneratedTemplateCommandOutput>;
|
|
531
535
|
deleteGeneratedTemplate(
|
|
532
536
|
args: DeleteGeneratedTemplateCommandInput,
|
|
@@ -534,12 +538,12 @@ export interface CloudFormation {
|
|
|
534
538
|
): void;
|
|
535
539
|
deleteGeneratedTemplate(
|
|
536
540
|
args: DeleteGeneratedTemplateCommandInput,
|
|
537
|
-
options:
|
|
541
|
+
options: CloudFormationRequestOptions,
|
|
538
542
|
cb: (err: any, data?: DeleteGeneratedTemplateCommandOutput) => void,
|
|
539
543
|
): void;
|
|
540
544
|
deleteStack(
|
|
541
545
|
args: DeleteStackCommandInput,
|
|
542
|
-
options?:
|
|
546
|
+
options?: CloudFormationRequestOptions,
|
|
543
547
|
): Promise<DeleteStackCommandOutput>;
|
|
544
548
|
deleteStack(
|
|
545
549
|
args: DeleteStackCommandInput,
|
|
@@ -547,12 +551,12 @@ export interface CloudFormation {
|
|
|
547
551
|
): void;
|
|
548
552
|
deleteStack(
|
|
549
553
|
args: DeleteStackCommandInput,
|
|
550
|
-
options:
|
|
554
|
+
options: CloudFormationRequestOptions,
|
|
551
555
|
cb: (err: any, data?: DeleteStackCommandOutput) => void,
|
|
552
556
|
): void;
|
|
553
557
|
deleteStackInstances(
|
|
554
558
|
args: DeleteStackInstancesCommandInput,
|
|
555
|
-
options?:
|
|
559
|
+
options?: CloudFormationRequestOptions,
|
|
556
560
|
): Promise<DeleteStackInstancesCommandOutput>;
|
|
557
561
|
deleteStackInstances(
|
|
558
562
|
args: DeleteStackInstancesCommandInput,
|
|
@@ -560,12 +564,12 @@ export interface CloudFormation {
|
|
|
560
564
|
): void;
|
|
561
565
|
deleteStackInstances(
|
|
562
566
|
args: DeleteStackInstancesCommandInput,
|
|
563
|
-
options:
|
|
567
|
+
options: CloudFormationRequestOptions,
|
|
564
568
|
cb: (err: any, data?: DeleteStackInstancesCommandOutput) => void,
|
|
565
569
|
): void;
|
|
566
570
|
deleteStackSet(
|
|
567
571
|
args: DeleteStackSetCommandInput,
|
|
568
|
-
options?:
|
|
572
|
+
options?: CloudFormationRequestOptions,
|
|
569
573
|
): Promise<DeleteStackSetCommandOutput>;
|
|
570
574
|
deleteStackSet(
|
|
571
575
|
args: DeleteStackSetCommandInput,
|
|
@@ -573,13 +577,13 @@ export interface CloudFormation {
|
|
|
573
577
|
): void;
|
|
574
578
|
deleteStackSet(
|
|
575
579
|
args: DeleteStackSetCommandInput,
|
|
576
|
-
options:
|
|
580
|
+
options: CloudFormationRequestOptions,
|
|
577
581
|
cb: (err: any, data?: DeleteStackSetCommandOutput) => void,
|
|
578
582
|
): void;
|
|
579
583
|
deregisterType(): Promise<DeregisterTypeCommandOutput>;
|
|
580
584
|
deregisterType(
|
|
581
585
|
args: DeregisterTypeCommandInput,
|
|
582
|
-
options?:
|
|
586
|
+
options?: CloudFormationRequestOptions,
|
|
583
587
|
): Promise<DeregisterTypeCommandOutput>;
|
|
584
588
|
deregisterType(
|
|
585
589
|
args: DeregisterTypeCommandInput,
|
|
@@ -587,13 +591,13 @@ export interface CloudFormation {
|
|
|
587
591
|
): void;
|
|
588
592
|
deregisterType(
|
|
589
593
|
args: DeregisterTypeCommandInput,
|
|
590
|
-
options:
|
|
594
|
+
options: CloudFormationRequestOptions,
|
|
591
595
|
cb: (err: any, data?: DeregisterTypeCommandOutput) => void,
|
|
592
596
|
): void;
|
|
593
597
|
describeAccountLimits(): Promise<DescribeAccountLimitsCommandOutput>;
|
|
594
598
|
describeAccountLimits(
|
|
595
599
|
args: DescribeAccountLimitsCommandInput,
|
|
596
|
-
options?:
|
|
600
|
+
options?: CloudFormationRequestOptions,
|
|
597
601
|
): Promise<DescribeAccountLimitsCommandOutput>;
|
|
598
602
|
describeAccountLimits(
|
|
599
603
|
args: DescribeAccountLimitsCommandInput,
|
|
@@ -601,12 +605,12 @@ export interface CloudFormation {
|
|
|
601
605
|
): void;
|
|
602
606
|
describeAccountLimits(
|
|
603
607
|
args: DescribeAccountLimitsCommandInput,
|
|
604
|
-
options:
|
|
608
|
+
options: CloudFormationRequestOptions,
|
|
605
609
|
cb: (err: any, data?: DescribeAccountLimitsCommandOutput) => void,
|
|
606
610
|
): void;
|
|
607
611
|
describeChangeSet(
|
|
608
612
|
args: DescribeChangeSetCommandInput,
|
|
609
|
-
options?:
|
|
613
|
+
options?: CloudFormationRequestOptions,
|
|
610
614
|
): Promise<DescribeChangeSetCommandOutput>;
|
|
611
615
|
describeChangeSet(
|
|
612
616
|
args: DescribeChangeSetCommandInput,
|
|
@@ -614,12 +618,12 @@ export interface CloudFormation {
|
|
|
614
618
|
): void;
|
|
615
619
|
describeChangeSet(
|
|
616
620
|
args: DescribeChangeSetCommandInput,
|
|
617
|
-
options:
|
|
621
|
+
options: CloudFormationRequestOptions,
|
|
618
622
|
cb: (err: any, data?: DescribeChangeSetCommandOutput) => void,
|
|
619
623
|
): void;
|
|
620
624
|
describeChangeSetHooks(
|
|
621
625
|
args: DescribeChangeSetHooksCommandInput,
|
|
622
|
-
options?:
|
|
626
|
+
options?: CloudFormationRequestOptions,
|
|
623
627
|
): Promise<DescribeChangeSetHooksCommandOutput>;
|
|
624
628
|
describeChangeSetHooks(
|
|
625
629
|
args: DescribeChangeSetHooksCommandInput,
|
|
@@ -627,13 +631,13 @@ export interface CloudFormation {
|
|
|
627
631
|
): void;
|
|
628
632
|
describeChangeSetHooks(
|
|
629
633
|
args: DescribeChangeSetHooksCommandInput,
|
|
630
|
-
options:
|
|
634
|
+
options: CloudFormationRequestOptions,
|
|
631
635
|
cb: (err: any, data?: DescribeChangeSetHooksCommandOutput) => void,
|
|
632
636
|
): void;
|
|
633
637
|
describeEvents(): Promise<DescribeEventsCommandOutput>;
|
|
634
638
|
describeEvents(
|
|
635
639
|
args: DescribeEventsCommandInput,
|
|
636
|
-
options?:
|
|
640
|
+
options?: CloudFormationRequestOptions,
|
|
637
641
|
): Promise<DescribeEventsCommandOutput>;
|
|
638
642
|
describeEvents(
|
|
639
643
|
args: DescribeEventsCommandInput,
|
|
@@ -641,12 +645,12 @@ export interface CloudFormation {
|
|
|
641
645
|
): void;
|
|
642
646
|
describeEvents(
|
|
643
647
|
args: DescribeEventsCommandInput,
|
|
644
|
-
options:
|
|
648
|
+
options: CloudFormationRequestOptions,
|
|
645
649
|
cb: (err: any, data?: DescribeEventsCommandOutput) => void,
|
|
646
650
|
): void;
|
|
647
651
|
describeGeneratedTemplate(
|
|
648
652
|
args: DescribeGeneratedTemplateCommandInput,
|
|
649
|
-
options?:
|
|
653
|
+
options?: CloudFormationRequestOptions,
|
|
650
654
|
): Promise<DescribeGeneratedTemplateCommandOutput>;
|
|
651
655
|
describeGeneratedTemplate(
|
|
652
656
|
args: DescribeGeneratedTemplateCommandInput,
|
|
@@ -654,13 +658,13 @@ export interface CloudFormation {
|
|
|
654
658
|
): void;
|
|
655
659
|
describeGeneratedTemplate(
|
|
656
660
|
args: DescribeGeneratedTemplateCommandInput,
|
|
657
|
-
options:
|
|
661
|
+
options: CloudFormationRequestOptions,
|
|
658
662
|
cb: (err: any, data?: DescribeGeneratedTemplateCommandOutput) => void,
|
|
659
663
|
): void;
|
|
660
664
|
describeOrganizationsAccess(): Promise<DescribeOrganizationsAccessCommandOutput>;
|
|
661
665
|
describeOrganizationsAccess(
|
|
662
666
|
args: DescribeOrganizationsAccessCommandInput,
|
|
663
|
-
options?:
|
|
667
|
+
options?: CloudFormationRequestOptions,
|
|
664
668
|
): Promise<DescribeOrganizationsAccessCommandOutput>;
|
|
665
669
|
describeOrganizationsAccess(
|
|
666
670
|
args: DescribeOrganizationsAccessCommandInput,
|
|
@@ -668,13 +672,13 @@ export interface CloudFormation {
|
|
|
668
672
|
): void;
|
|
669
673
|
describeOrganizationsAccess(
|
|
670
674
|
args: DescribeOrganizationsAccessCommandInput,
|
|
671
|
-
options:
|
|
675
|
+
options: CloudFormationRequestOptions,
|
|
672
676
|
cb: (err: any, data?: DescribeOrganizationsAccessCommandOutput) => void,
|
|
673
677
|
): void;
|
|
674
678
|
describePublisher(): Promise<DescribePublisherCommandOutput>;
|
|
675
679
|
describePublisher(
|
|
676
680
|
args: DescribePublisherCommandInput,
|
|
677
|
-
options?:
|
|
681
|
+
options?: CloudFormationRequestOptions,
|
|
678
682
|
): Promise<DescribePublisherCommandOutput>;
|
|
679
683
|
describePublisher(
|
|
680
684
|
args: DescribePublisherCommandInput,
|
|
@@ -682,12 +686,12 @@ export interface CloudFormation {
|
|
|
682
686
|
): void;
|
|
683
687
|
describePublisher(
|
|
684
688
|
args: DescribePublisherCommandInput,
|
|
685
|
-
options:
|
|
689
|
+
options: CloudFormationRequestOptions,
|
|
686
690
|
cb: (err: any, data?: DescribePublisherCommandOutput) => void,
|
|
687
691
|
): void;
|
|
688
692
|
describeResourceScan(
|
|
689
693
|
args: DescribeResourceScanCommandInput,
|
|
690
|
-
options?:
|
|
694
|
+
options?: CloudFormationRequestOptions,
|
|
691
695
|
): Promise<DescribeResourceScanCommandOutput>;
|
|
692
696
|
describeResourceScan(
|
|
693
697
|
args: DescribeResourceScanCommandInput,
|
|
@@ -695,12 +699,12 @@ export interface CloudFormation {
|
|
|
695
699
|
): void;
|
|
696
700
|
describeResourceScan(
|
|
697
701
|
args: DescribeResourceScanCommandInput,
|
|
698
|
-
options:
|
|
702
|
+
options: CloudFormationRequestOptions,
|
|
699
703
|
cb: (err: any, data?: DescribeResourceScanCommandOutput) => void,
|
|
700
704
|
): void;
|
|
701
705
|
describeStackDriftDetectionStatus(
|
|
702
706
|
args: DescribeStackDriftDetectionStatusCommandInput,
|
|
703
|
-
options?:
|
|
707
|
+
options?: CloudFormationRequestOptions,
|
|
704
708
|
): Promise<DescribeStackDriftDetectionStatusCommandOutput>;
|
|
705
709
|
describeStackDriftDetectionStatus(
|
|
706
710
|
args: DescribeStackDriftDetectionStatusCommandInput,
|
|
@@ -708,12 +712,12 @@ export interface CloudFormation {
|
|
|
708
712
|
): void;
|
|
709
713
|
describeStackDriftDetectionStatus(
|
|
710
714
|
args: DescribeStackDriftDetectionStatusCommandInput,
|
|
711
|
-
options:
|
|
715
|
+
options: CloudFormationRequestOptions,
|
|
712
716
|
cb: (err: any, data?: DescribeStackDriftDetectionStatusCommandOutput) => void,
|
|
713
717
|
): void;
|
|
714
718
|
describeStackEvents(
|
|
715
719
|
args: DescribeStackEventsCommandInput,
|
|
716
|
-
options?:
|
|
720
|
+
options?: CloudFormationRequestOptions,
|
|
717
721
|
): Promise<DescribeStackEventsCommandOutput>;
|
|
718
722
|
describeStackEvents(
|
|
719
723
|
args: DescribeStackEventsCommandInput,
|
|
@@ -721,12 +725,12 @@ export interface CloudFormation {
|
|
|
721
725
|
): void;
|
|
722
726
|
describeStackEvents(
|
|
723
727
|
args: DescribeStackEventsCommandInput,
|
|
724
|
-
options:
|
|
728
|
+
options: CloudFormationRequestOptions,
|
|
725
729
|
cb: (err: any, data?: DescribeStackEventsCommandOutput) => void,
|
|
726
730
|
): void;
|
|
727
731
|
describeStackInstance(
|
|
728
732
|
args: DescribeStackInstanceCommandInput,
|
|
729
|
-
options?:
|
|
733
|
+
options?: CloudFormationRequestOptions,
|
|
730
734
|
): Promise<DescribeStackInstanceCommandOutput>;
|
|
731
735
|
describeStackInstance(
|
|
732
736
|
args: DescribeStackInstanceCommandInput,
|
|
@@ -734,12 +738,12 @@ export interface CloudFormation {
|
|
|
734
738
|
): void;
|
|
735
739
|
describeStackInstance(
|
|
736
740
|
args: DescribeStackInstanceCommandInput,
|
|
737
|
-
options:
|
|
741
|
+
options: CloudFormationRequestOptions,
|
|
738
742
|
cb: (err: any, data?: DescribeStackInstanceCommandOutput) => void,
|
|
739
743
|
): void;
|
|
740
744
|
describeStackRefactor(
|
|
741
745
|
args: DescribeStackRefactorCommandInput,
|
|
742
|
-
options?:
|
|
746
|
+
options?: CloudFormationRequestOptions,
|
|
743
747
|
): Promise<DescribeStackRefactorCommandOutput>;
|
|
744
748
|
describeStackRefactor(
|
|
745
749
|
args: DescribeStackRefactorCommandInput,
|
|
@@ -747,12 +751,12 @@ export interface CloudFormation {
|
|
|
747
751
|
): void;
|
|
748
752
|
describeStackRefactor(
|
|
749
753
|
args: DescribeStackRefactorCommandInput,
|
|
750
|
-
options:
|
|
754
|
+
options: CloudFormationRequestOptions,
|
|
751
755
|
cb: (err: any, data?: DescribeStackRefactorCommandOutput) => void,
|
|
752
756
|
): void;
|
|
753
757
|
describeStackResource(
|
|
754
758
|
args: DescribeStackResourceCommandInput,
|
|
755
|
-
options?:
|
|
759
|
+
options?: CloudFormationRequestOptions,
|
|
756
760
|
): Promise<DescribeStackResourceCommandOutput>;
|
|
757
761
|
describeStackResource(
|
|
758
762
|
args: DescribeStackResourceCommandInput,
|
|
@@ -760,12 +764,12 @@ export interface CloudFormation {
|
|
|
760
764
|
): void;
|
|
761
765
|
describeStackResource(
|
|
762
766
|
args: DescribeStackResourceCommandInput,
|
|
763
|
-
options:
|
|
767
|
+
options: CloudFormationRequestOptions,
|
|
764
768
|
cb: (err: any, data?: DescribeStackResourceCommandOutput) => void,
|
|
765
769
|
): void;
|
|
766
770
|
describeStackResourceDrifts(
|
|
767
771
|
args: DescribeStackResourceDriftsCommandInput,
|
|
768
|
-
options?:
|
|
772
|
+
options?: CloudFormationRequestOptions,
|
|
769
773
|
): Promise<DescribeStackResourceDriftsCommandOutput>;
|
|
770
774
|
describeStackResourceDrifts(
|
|
771
775
|
args: DescribeStackResourceDriftsCommandInput,
|
|
@@ -773,13 +777,13 @@ export interface CloudFormation {
|
|
|
773
777
|
): void;
|
|
774
778
|
describeStackResourceDrifts(
|
|
775
779
|
args: DescribeStackResourceDriftsCommandInput,
|
|
776
|
-
options:
|
|
780
|
+
options: CloudFormationRequestOptions,
|
|
777
781
|
cb: (err: any, data?: DescribeStackResourceDriftsCommandOutput) => void,
|
|
778
782
|
): void;
|
|
779
783
|
describeStackResources(): Promise<DescribeStackResourcesCommandOutput>;
|
|
780
784
|
describeStackResources(
|
|
781
785
|
args: DescribeStackResourcesCommandInput,
|
|
782
|
-
options?:
|
|
786
|
+
options?: CloudFormationRequestOptions,
|
|
783
787
|
): Promise<DescribeStackResourcesCommandOutput>;
|
|
784
788
|
describeStackResources(
|
|
785
789
|
args: DescribeStackResourcesCommandInput,
|
|
@@ -787,13 +791,13 @@ export interface CloudFormation {
|
|
|
787
791
|
): void;
|
|
788
792
|
describeStackResources(
|
|
789
793
|
args: DescribeStackResourcesCommandInput,
|
|
790
|
-
options:
|
|
794
|
+
options: CloudFormationRequestOptions,
|
|
791
795
|
cb: (err: any, data?: DescribeStackResourcesCommandOutput) => void,
|
|
792
796
|
): void;
|
|
793
797
|
describeStacks(): Promise<DescribeStacksCommandOutput>;
|
|
794
798
|
describeStacks(
|
|
795
799
|
args: DescribeStacksCommandInput,
|
|
796
|
-
options?:
|
|
800
|
+
options?: CloudFormationRequestOptions,
|
|
797
801
|
): Promise<DescribeStacksCommandOutput>;
|
|
798
802
|
describeStacks(
|
|
799
803
|
args: DescribeStacksCommandInput,
|
|
@@ -801,12 +805,12 @@ export interface CloudFormation {
|
|
|
801
805
|
): void;
|
|
802
806
|
describeStacks(
|
|
803
807
|
args: DescribeStacksCommandInput,
|
|
804
|
-
options:
|
|
808
|
+
options: CloudFormationRequestOptions,
|
|
805
809
|
cb: (err: any, data?: DescribeStacksCommandOutput) => void,
|
|
806
810
|
): void;
|
|
807
811
|
describeStackSet(
|
|
808
812
|
args: DescribeStackSetCommandInput,
|
|
809
|
-
options?:
|
|
813
|
+
options?: CloudFormationRequestOptions,
|
|
810
814
|
): Promise<DescribeStackSetCommandOutput>;
|
|
811
815
|
describeStackSet(
|
|
812
816
|
args: DescribeStackSetCommandInput,
|
|
@@ -814,12 +818,12 @@ export interface CloudFormation {
|
|
|
814
818
|
): void;
|
|
815
819
|
describeStackSet(
|
|
816
820
|
args: DescribeStackSetCommandInput,
|
|
817
|
-
options:
|
|
821
|
+
options: CloudFormationRequestOptions,
|
|
818
822
|
cb: (err: any, data?: DescribeStackSetCommandOutput) => void,
|
|
819
823
|
): void;
|
|
820
824
|
describeStackSetOperation(
|
|
821
825
|
args: DescribeStackSetOperationCommandInput,
|
|
822
|
-
options?:
|
|
826
|
+
options?: CloudFormationRequestOptions,
|
|
823
827
|
): Promise<DescribeStackSetOperationCommandOutput>;
|
|
824
828
|
describeStackSetOperation(
|
|
825
829
|
args: DescribeStackSetOperationCommandInput,
|
|
@@ -827,13 +831,13 @@ export interface CloudFormation {
|
|
|
827
831
|
): void;
|
|
828
832
|
describeStackSetOperation(
|
|
829
833
|
args: DescribeStackSetOperationCommandInput,
|
|
830
|
-
options:
|
|
834
|
+
options: CloudFormationRequestOptions,
|
|
831
835
|
cb: (err: any, data?: DescribeStackSetOperationCommandOutput) => void,
|
|
832
836
|
): void;
|
|
833
837
|
describeType(): Promise<DescribeTypeCommandOutput>;
|
|
834
838
|
describeType(
|
|
835
839
|
args: DescribeTypeCommandInput,
|
|
836
|
-
options?:
|
|
840
|
+
options?: CloudFormationRequestOptions,
|
|
837
841
|
): Promise<DescribeTypeCommandOutput>;
|
|
838
842
|
describeType(
|
|
839
843
|
args: DescribeTypeCommandInput,
|
|
@@ -841,12 +845,12 @@ export interface CloudFormation {
|
|
|
841
845
|
): void;
|
|
842
846
|
describeType(
|
|
843
847
|
args: DescribeTypeCommandInput,
|
|
844
|
-
options:
|
|
848
|
+
options: CloudFormationRequestOptions,
|
|
845
849
|
cb: (err: any, data?: DescribeTypeCommandOutput) => void,
|
|
846
850
|
): void;
|
|
847
851
|
describeTypeRegistration(
|
|
848
852
|
args: DescribeTypeRegistrationCommandInput,
|
|
849
|
-
options?:
|
|
853
|
+
options?: CloudFormationRequestOptions,
|
|
850
854
|
): Promise<DescribeTypeRegistrationCommandOutput>;
|
|
851
855
|
describeTypeRegistration(
|
|
852
856
|
args: DescribeTypeRegistrationCommandInput,
|
|
@@ -854,12 +858,12 @@ export interface CloudFormation {
|
|
|
854
858
|
): void;
|
|
855
859
|
describeTypeRegistration(
|
|
856
860
|
args: DescribeTypeRegistrationCommandInput,
|
|
857
|
-
options:
|
|
861
|
+
options: CloudFormationRequestOptions,
|
|
858
862
|
cb: (err: any, data?: DescribeTypeRegistrationCommandOutput) => void,
|
|
859
863
|
): void;
|
|
860
864
|
detectStackDrift(
|
|
861
865
|
args: DetectStackDriftCommandInput,
|
|
862
|
-
options?:
|
|
866
|
+
options?: CloudFormationRequestOptions,
|
|
863
867
|
): Promise<DetectStackDriftCommandOutput>;
|
|
864
868
|
detectStackDrift(
|
|
865
869
|
args: DetectStackDriftCommandInput,
|
|
@@ -867,12 +871,12 @@ export interface CloudFormation {
|
|
|
867
871
|
): void;
|
|
868
872
|
detectStackDrift(
|
|
869
873
|
args: DetectStackDriftCommandInput,
|
|
870
|
-
options:
|
|
874
|
+
options: CloudFormationRequestOptions,
|
|
871
875
|
cb: (err: any, data?: DetectStackDriftCommandOutput) => void,
|
|
872
876
|
): void;
|
|
873
877
|
detectStackResourceDrift(
|
|
874
878
|
args: DetectStackResourceDriftCommandInput,
|
|
875
|
-
options?:
|
|
879
|
+
options?: CloudFormationRequestOptions,
|
|
876
880
|
): Promise<DetectStackResourceDriftCommandOutput>;
|
|
877
881
|
detectStackResourceDrift(
|
|
878
882
|
args: DetectStackResourceDriftCommandInput,
|
|
@@ -880,12 +884,12 @@ export interface CloudFormation {
|
|
|
880
884
|
): void;
|
|
881
885
|
detectStackResourceDrift(
|
|
882
886
|
args: DetectStackResourceDriftCommandInput,
|
|
883
|
-
options:
|
|
887
|
+
options: CloudFormationRequestOptions,
|
|
884
888
|
cb: (err: any, data?: DetectStackResourceDriftCommandOutput) => void,
|
|
885
889
|
): void;
|
|
886
890
|
detectStackSetDrift(
|
|
887
891
|
args: DetectStackSetDriftCommandInput,
|
|
888
|
-
options?:
|
|
892
|
+
options?: CloudFormationRequestOptions,
|
|
889
893
|
): Promise<DetectStackSetDriftCommandOutput>;
|
|
890
894
|
detectStackSetDrift(
|
|
891
895
|
args: DetectStackSetDriftCommandInput,
|
|
@@ -893,13 +897,13 @@ export interface CloudFormation {
|
|
|
893
897
|
): void;
|
|
894
898
|
detectStackSetDrift(
|
|
895
899
|
args: DetectStackSetDriftCommandInput,
|
|
896
|
-
options:
|
|
900
|
+
options: CloudFormationRequestOptions,
|
|
897
901
|
cb: (err: any, data?: DetectStackSetDriftCommandOutput) => void,
|
|
898
902
|
): void;
|
|
899
903
|
estimateTemplateCost(): Promise<EstimateTemplateCostCommandOutput>;
|
|
900
904
|
estimateTemplateCost(
|
|
901
905
|
args: EstimateTemplateCostCommandInput,
|
|
902
|
-
options?:
|
|
906
|
+
options?: CloudFormationRequestOptions,
|
|
903
907
|
): Promise<EstimateTemplateCostCommandOutput>;
|
|
904
908
|
estimateTemplateCost(
|
|
905
909
|
args: EstimateTemplateCostCommandInput,
|
|
@@ -907,12 +911,12 @@ export interface CloudFormation {
|
|
|
907
911
|
): void;
|
|
908
912
|
estimateTemplateCost(
|
|
909
913
|
args: EstimateTemplateCostCommandInput,
|
|
910
|
-
options:
|
|
914
|
+
options: CloudFormationRequestOptions,
|
|
911
915
|
cb: (err: any, data?: EstimateTemplateCostCommandOutput) => void,
|
|
912
916
|
): void;
|
|
913
917
|
executeChangeSet(
|
|
914
918
|
args: ExecuteChangeSetCommandInput,
|
|
915
|
-
options?:
|
|
919
|
+
options?: CloudFormationRequestOptions,
|
|
916
920
|
): Promise<ExecuteChangeSetCommandOutput>;
|
|
917
921
|
executeChangeSet(
|
|
918
922
|
args: ExecuteChangeSetCommandInput,
|
|
@@ -920,12 +924,12 @@ export interface CloudFormation {
|
|
|
920
924
|
): void;
|
|
921
925
|
executeChangeSet(
|
|
922
926
|
args: ExecuteChangeSetCommandInput,
|
|
923
|
-
options:
|
|
927
|
+
options: CloudFormationRequestOptions,
|
|
924
928
|
cb: (err: any, data?: ExecuteChangeSetCommandOutput) => void,
|
|
925
929
|
): void;
|
|
926
930
|
executeStackRefactor(
|
|
927
931
|
args: ExecuteStackRefactorCommandInput,
|
|
928
|
-
options?:
|
|
932
|
+
options?: CloudFormationRequestOptions,
|
|
929
933
|
): Promise<ExecuteStackRefactorCommandOutput>;
|
|
930
934
|
executeStackRefactor(
|
|
931
935
|
args: ExecuteStackRefactorCommandInput,
|
|
@@ -933,12 +937,12 @@ export interface CloudFormation {
|
|
|
933
937
|
): void;
|
|
934
938
|
executeStackRefactor(
|
|
935
939
|
args: ExecuteStackRefactorCommandInput,
|
|
936
|
-
options:
|
|
940
|
+
options: CloudFormationRequestOptions,
|
|
937
941
|
cb: (err: any, data?: ExecuteStackRefactorCommandOutput) => void,
|
|
938
942
|
): void;
|
|
939
943
|
getGeneratedTemplate(
|
|
940
944
|
args: GetGeneratedTemplateCommandInput,
|
|
941
|
-
options?:
|
|
945
|
+
options?: CloudFormationRequestOptions,
|
|
942
946
|
): Promise<GetGeneratedTemplateCommandOutput>;
|
|
943
947
|
getGeneratedTemplate(
|
|
944
948
|
args: GetGeneratedTemplateCommandInput,
|
|
@@ -946,13 +950,13 @@ export interface CloudFormation {
|
|
|
946
950
|
): void;
|
|
947
951
|
getGeneratedTemplate(
|
|
948
952
|
args: GetGeneratedTemplateCommandInput,
|
|
949
|
-
options:
|
|
953
|
+
options: CloudFormationRequestOptions,
|
|
950
954
|
cb: (err: any, data?: GetGeneratedTemplateCommandOutput) => void,
|
|
951
955
|
): void;
|
|
952
956
|
getHookResult(): Promise<GetHookResultCommandOutput>;
|
|
953
957
|
getHookResult(
|
|
954
958
|
args: GetHookResultCommandInput,
|
|
955
|
-
options?:
|
|
959
|
+
options?: CloudFormationRequestOptions,
|
|
956
960
|
): Promise<GetHookResultCommandOutput>;
|
|
957
961
|
getHookResult(
|
|
958
962
|
args: GetHookResultCommandInput,
|
|
@@ -960,12 +964,12 @@ export interface CloudFormation {
|
|
|
960
964
|
): void;
|
|
961
965
|
getHookResult(
|
|
962
966
|
args: GetHookResultCommandInput,
|
|
963
|
-
options:
|
|
967
|
+
options: CloudFormationRequestOptions,
|
|
964
968
|
cb: (err: any, data?: GetHookResultCommandOutput) => void,
|
|
965
969
|
): void;
|
|
966
970
|
getStackPolicy(
|
|
967
971
|
args: GetStackPolicyCommandInput,
|
|
968
|
-
options?:
|
|
972
|
+
options?: CloudFormationRequestOptions,
|
|
969
973
|
): Promise<GetStackPolicyCommandOutput>;
|
|
970
974
|
getStackPolicy(
|
|
971
975
|
args: GetStackPolicyCommandInput,
|
|
@@ -973,13 +977,13 @@ export interface CloudFormation {
|
|
|
973
977
|
): void;
|
|
974
978
|
getStackPolicy(
|
|
975
979
|
args: GetStackPolicyCommandInput,
|
|
976
|
-
options:
|
|
980
|
+
options: CloudFormationRequestOptions,
|
|
977
981
|
cb: (err: any, data?: GetStackPolicyCommandOutput) => void,
|
|
978
982
|
): void;
|
|
979
983
|
getTemplate(): Promise<GetTemplateCommandOutput>;
|
|
980
984
|
getTemplate(
|
|
981
985
|
args: GetTemplateCommandInput,
|
|
982
|
-
options?:
|
|
986
|
+
options?: CloudFormationRequestOptions,
|
|
983
987
|
): Promise<GetTemplateCommandOutput>;
|
|
984
988
|
getTemplate(
|
|
985
989
|
args: GetTemplateCommandInput,
|
|
@@ -987,13 +991,13 @@ export interface CloudFormation {
|
|
|
987
991
|
): void;
|
|
988
992
|
getTemplate(
|
|
989
993
|
args: GetTemplateCommandInput,
|
|
990
|
-
options:
|
|
994
|
+
options: CloudFormationRequestOptions,
|
|
991
995
|
cb: (err: any, data?: GetTemplateCommandOutput) => void,
|
|
992
996
|
): void;
|
|
993
997
|
getTemplateSummary(): Promise<GetTemplateSummaryCommandOutput>;
|
|
994
998
|
getTemplateSummary(
|
|
995
999
|
args: GetTemplateSummaryCommandInput,
|
|
996
|
-
options?:
|
|
1000
|
+
options?: CloudFormationRequestOptions,
|
|
997
1001
|
): Promise<GetTemplateSummaryCommandOutput>;
|
|
998
1002
|
getTemplateSummary(
|
|
999
1003
|
args: GetTemplateSummaryCommandInput,
|
|
@@ -1001,12 +1005,12 @@ export interface CloudFormation {
|
|
|
1001
1005
|
): void;
|
|
1002
1006
|
getTemplateSummary(
|
|
1003
1007
|
args: GetTemplateSummaryCommandInput,
|
|
1004
|
-
options:
|
|
1008
|
+
options: CloudFormationRequestOptions,
|
|
1005
1009
|
cb: (err: any, data?: GetTemplateSummaryCommandOutput) => void,
|
|
1006
1010
|
): void;
|
|
1007
1011
|
importStacksToStackSet(
|
|
1008
1012
|
args: ImportStacksToStackSetCommandInput,
|
|
1009
|
-
options?:
|
|
1013
|
+
options?: CloudFormationRequestOptions,
|
|
1010
1014
|
): Promise<ImportStacksToStackSetCommandOutput>;
|
|
1011
1015
|
importStacksToStackSet(
|
|
1012
1016
|
args: ImportStacksToStackSetCommandInput,
|
|
@@ -1014,12 +1018,12 @@ export interface CloudFormation {
|
|
|
1014
1018
|
): void;
|
|
1015
1019
|
importStacksToStackSet(
|
|
1016
1020
|
args: ImportStacksToStackSetCommandInput,
|
|
1017
|
-
options:
|
|
1021
|
+
options: CloudFormationRequestOptions,
|
|
1018
1022
|
cb: (err: any, data?: ImportStacksToStackSetCommandOutput) => void,
|
|
1019
1023
|
): void;
|
|
1020
1024
|
listChangeSets(
|
|
1021
1025
|
args: ListChangeSetsCommandInput,
|
|
1022
|
-
options?:
|
|
1026
|
+
options?: CloudFormationRequestOptions,
|
|
1023
1027
|
): Promise<ListChangeSetsCommandOutput>;
|
|
1024
1028
|
listChangeSets(
|
|
1025
1029
|
args: ListChangeSetsCommandInput,
|
|
@@ -1027,13 +1031,13 @@ export interface CloudFormation {
|
|
|
1027
1031
|
): void;
|
|
1028
1032
|
listChangeSets(
|
|
1029
1033
|
args: ListChangeSetsCommandInput,
|
|
1030
|
-
options:
|
|
1034
|
+
options: CloudFormationRequestOptions,
|
|
1031
1035
|
cb: (err: any, data?: ListChangeSetsCommandOutput) => void,
|
|
1032
1036
|
): void;
|
|
1033
1037
|
listExports(): Promise<ListExportsCommandOutput>;
|
|
1034
1038
|
listExports(
|
|
1035
1039
|
args: ListExportsCommandInput,
|
|
1036
|
-
options?:
|
|
1040
|
+
options?: CloudFormationRequestOptions,
|
|
1037
1041
|
): Promise<ListExportsCommandOutput>;
|
|
1038
1042
|
listExports(
|
|
1039
1043
|
args: ListExportsCommandInput,
|
|
@@ -1041,13 +1045,13 @@ export interface CloudFormation {
|
|
|
1041
1045
|
): void;
|
|
1042
1046
|
listExports(
|
|
1043
1047
|
args: ListExportsCommandInput,
|
|
1044
|
-
options:
|
|
1048
|
+
options: CloudFormationRequestOptions,
|
|
1045
1049
|
cb: (err: any, data?: ListExportsCommandOutput) => void,
|
|
1046
1050
|
): void;
|
|
1047
1051
|
listGeneratedTemplates(): Promise<ListGeneratedTemplatesCommandOutput>;
|
|
1048
1052
|
listGeneratedTemplates(
|
|
1049
1053
|
args: ListGeneratedTemplatesCommandInput,
|
|
1050
|
-
options?:
|
|
1054
|
+
options?: CloudFormationRequestOptions,
|
|
1051
1055
|
): Promise<ListGeneratedTemplatesCommandOutput>;
|
|
1052
1056
|
listGeneratedTemplates(
|
|
1053
1057
|
args: ListGeneratedTemplatesCommandInput,
|
|
@@ -1055,13 +1059,13 @@ export interface CloudFormation {
|
|
|
1055
1059
|
): void;
|
|
1056
1060
|
listGeneratedTemplates(
|
|
1057
1061
|
args: ListGeneratedTemplatesCommandInput,
|
|
1058
|
-
options:
|
|
1062
|
+
options: CloudFormationRequestOptions,
|
|
1059
1063
|
cb: (err: any, data?: ListGeneratedTemplatesCommandOutput) => void,
|
|
1060
1064
|
): void;
|
|
1061
1065
|
listHookResults(): Promise<ListHookResultsCommandOutput>;
|
|
1062
1066
|
listHookResults(
|
|
1063
1067
|
args: ListHookResultsCommandInput,
|
|
1064
|
-
options?:
|
|
1068
|
+
options?: CloudFormationRequestOptions,
|
|
1065
1069
|
): Promise<ListHookResultsCommandOutput>;
|
|
1066
1070
|
listHookResults(
|
|
1067
1071
|
args: ListHookResultsCommandInput,
|
|
@@ -1069,12 +1073,12 @@ export interface CloudFormation {
|
|
|
1069
1073
|
): void;
|
|
1070
1074
|
listHookResults(
|
|
1071
1075
|
args: ListHookResultsCommandInput,
|
|
1072
|
-
options:
|
|
1076
|
+
options: CloudFormationRequestOptions,
|
|
1073
1077
|
cb: (err: any, data?: ListHookResultsCommandOutput) => void,
|
|
1074
1078
|
): void;
|
|
1075
1079
|
listImports(
|
|
1076
1080
|
args: ListImportsCommandInput,
|
|
1077
|
-
options?:
|
|
1081
|
+
options?: CloudFormationRequestOptions,
|
|
1078
1082
|
): Promise<ListImportsCommandOutput>;
|
|
1079
1083
|
listImports(
|
|
1080
1084
|
args: ListImportsCommandInput,
|
|
@@ -1082,12 +1086,12 @@ export interface CloudFormation {
|
|
|
1082
1086
|
): void;
|
|
1083
1087
|
listImports(
|
|
1084
1088
|
args: ListImportsCommandInput,
|
|
1085
|
-
options:
|
|
1089
|
+
options: CloudFormationRequestOptions,
|
|
1086
1090
|
cb: (err: any, data?: ListImportsCommandOutput) => void,
|
|
1087
1091
|
): void;
|
|
1088
1092
|
listResourceScanRelatedResources(
|
|
1089
1093
|
args: ListResourceScanRelatedResourcesCommandInput,
|
|
1090
|
-
options?:
|
|
1094
|
+
options?: CloudFormationRequestOptions,
|
|
1091
1095
|
): Promise<ListResourceScanRelatedResourcesCommandOutput>;
|
|
1092
1096
|
listResourceScanRelatedResources(
|
|
1093
1097
|
args: ListResourceScanRelatedResourcesCommandInput,
|
|
@@ -1095,12 +1099,12 @@ export interface CloudFormation {
|
|
|
1095
1099
|
): void;
|
|
1096
1100
|
listResourceScanRelatedResources(
|
|
1097
1101
|
args: ListResourceScanRelatedResourcesCommandInput,
|
|
1098
|
-
options:
|
|
1102
|
+
options: CloudFormationRequestOptions,
|
|
1099
1103
|
cb: (err: any, data?: ListResourceScanRelatedResourcesCommandOutput) => void,
|
|
1100
1104
|
): void;
|
|
1101
1105
|
listResourceScanResources(
|
|
1102
1106
|
args: ListResourceScanResourcesCommandInput,
|
|
1103
|
-
options?:
|
|
1107
|
+
options?: CloudFormationRequestOptions,
|
|
1104
1108
|
): Promise<ListResourceScanResourcesCommandOutput>;
|
|
1105
1109
|
listResourceScanResources(
|
|
1106
1110
|
args: ListResourceScanResourcesCommandInput,
|
|
@@ -1108,13 +1112,13 @@ export interface CloudFormation {
|
|
|
1108
1112
|
): void;
|
|
1109
1113
|
listResourceScanResources(
|
|
1110
1114
|
args: ListResourceScanResourcesCommandInput,
|
|
1111
|
-
options:
|
|
1115
|
+
options: CloudFormationRequestOptions,
|
|
1112
1116
|
cb: (err: any, data?: ListResourceScanResourcesCommandOutput) => void,
|
|
1113
1117
|
): void;
|
|
1114
1118
|
listResourceScans(): Promise<ListResourceScansCommandOutput>;
|
|
1115
1119
|
listResourceScans(
|
|
1116
1120
|
args: ListResourceScansCommandInput,
|
|
1117
|
-
options?:
|
|
1121
|
+
options?: CloudFormationRequestOptions,
|
|
1118
1122
|
): Promise<ListResourceScansCommandOutput>;
|
|
1119
1123
|
listResourceScans(
|
|
1120
1124
|
args: ListResourceScansCommandInput,
|
|
@@ -1122,12 +1126,12 @@ export interface CloudFormation {
|
|
|
1122
1126
|
): void;
|
|
1123
1127
|
listResourceScans(
|
|
1124
1128
|
args: ListResourceScansCommandInput,
|
|
1125
|
-
options:
|
|
1129
|
+
options: CloudFormationRequestOptions,
|
|
1126
1130
|
cb: (err: any, data?: ListResourceScansCommandOutput) => void,
|
|
1127
1131
|
): void;
|
|
1128
1132
|
listStackInstanceResourceDrifts(
|
|
1129
1133
|
args: ListStackInstanceResourceDriftsCommandInput,
|
|
1130
|
-
options?:
|
|
1134
|
+
options?: CloudFormationRequestOptions,
|
|
1131
1135
|
): Promise<ListStackInstanceResourceDriftsCommandOutput>;
|
|
1132
1136
|
listStackInstanceResourceDrifts(
|
|
1133
1137
|
args: ListStackInstanceResourceDriftsCommandInput,
|
|
@@ -1135,12 +1139,12 @@ export interface CloudFormation {
|
|
|
1135
1139
|
): void;
|
|
1136
1140
|
listStackInstanceResourceDrifts(
|
|
1137
1141
|
args: ListStackInstanceResourceDriftsCommandInput,
|
|
1138
|
-
options:
|
|
1142
|
+
options: CloudFormationRequestOptions,
|
|
1139
1143
|
cb: (err: any, data?: ListStackInstanceResourceDriftsCommandOutput) => void,
|
|
1140
1144
|
): void;
|
|
1141
1145
|
listStackInstances(
|
|
1142
1146
|
args: ListStackInstancesCommandInput,
|
|
1143
|
-
options?:
|
|
1147
|
+
options?: CloudFormationRequestOptions,
|
|
1144
1148
|
): Promise<ListStackInstancesCommandOutput>;
|
|
1145
1149
|
listStackInstances(
|
|
1146
1150
|
args: ListStackInstancesCommandInput,
|
|
@@ -1148,12 +1152,12 @@ export interface CloudFormation {
|
|
|
1148
1152
|
): void;
|
|
1149
1153
|
listStackInstances(
|
|
1150
1154
|
args: ListStackInstancesCommandInput,
|
|
1151
|
-
options:
|
|
1155
|
+
options: CloudFormationRequestOptions,
|
|
1152
1156
|
cb: (err: any, data?: ListStackInstancesCommandOutput) => void,
|
|
1153
1157
|
): void;
|
|
1154
1158
|
listStackRefactorActions(
|
|
1155
1159
|
args: ListStackRefactorActionsCommandInput,
|
|
1156
|
-
options?:
|
|
1160
|
+
options?: CloudFormationRequestOptions,
|
|
1157
1161
|
): Promise<ListStackRefactorActionsCommandOutput>;
|
|
1158
1162
|
listStackRefactorActions(
|
|
1159
1163
|
args: ListStackRefactorActionsCommandInput,
|
|
@@ -1161,13 +1165,13 @@ export interface CloudFormation {
|
|
|
1161
1165
|
): void;
|
|
1162
1166
|
listStackRefactorActions(
|
|
1163
1167
|
args: ListStackRefactorActionsCommandInput,
|
|
1164
|
-
options:
|
|
1168
|
+
options: CloudFormationRequestOptions,
|
|
1165
1169
|
cb: (err: any, data?: ListStackRefactorActionsCommandOutput) => void,
|
|
1166
1170
|
): void;
|
|
1167
1171
|
listStackRefactors(): Promise<ListStackRefactorsCommandOutput>;
|
|
1168
1172
|
listStackRefactors(
|
|
1169
1173
|
args: ListStackRefactorsCommandInput,
|
|
1170
|
-
options?:
|
|
1174
|
+
options?: CloudFormationRequestOptions,
|
|
1171
1175
|
): Promise<ListStackRefactorsCommandOutput>;
|
|
1172
1176
|
listStackRefactors(
|
|
1173
1177
|
args: ListStackRefactorsCommandInput,
|
|
@@ -1175,12 +1179,12 @@ export interface CloudFormation {
|
|
|
1175
1179
|
): void;
|
|
1176
1180
|
listStackRefactors(
|
|
1177
1181
|
args: ListStackRefactorsCommandInput,
|
|
1178
|
-
options:
|
|
1182
|
+
options: CloudFormationRequestOptions,
|
|
1179
1183
|
cb: (err: any, data?: ListStackRefactorsCommandOutput) => void,
|
|
1180
1184
|
): void;
|
|
1181
1185
|
listStackResources(
|
|
1182
1186
|
args: ListStackResourcesCommandInput,
|
|
1183
|
-
options?:
|
|
1187
|
+
options?: CloudFormationRequestOptions,
|
|
1184
1188
|
): Promise<ListStackResourcesCommandOutput>;
|
|
1185
1189
|
listStackResources(
|
|
1186
1190
|
args: ListStackResourcesCommandInput,
|
|
@@ -1188,13 +1192,13 @@ export interface CloudFormation {
|
|
|
1188
1192
|
): void;
|
|
1189
1193
|
listStackResources(
|
|
1190
1194
|
args: ListStackResourcesCommandInput,
|
|
1191
|
-
options:
|
|
1195
|
+
options: CloudFormationRequestOptions,
|
|
1192
1196
|
cb: (err: any, data?: ListStackResourcesCommandOutput) => void,
|
|
1193
1197
|
): void;
|
|
1194
1198
|
listStacks(): Promise<ListStacksCommandOutput>;
|
|
1195
1199
|
listStacks(
|
|
1196
1200
|
args: ListStacksCommandInput,
|
|
1197
|
-
options?:
|
|
1201
|
+
options?: CloudFormationRequestOptions,
|
|
1198
1202
|
): Promise<ListStacksCommandOutput>;
|
|
1199
1203
|
listStacks(
|
|
1200
1204
|
args: ListStacksCommandInput,
|
|
@@ -1202,12 +1206,12 @@ export interface CloudFormation {
|
|
|
1202
1206
|
): void;
|
|
1203
1207
|
listStacks(
|
|
1204
1208
|
args: ListStacksCommandInput,
|
|
1205
|
-
options:
|
|
1209
|
+
options: CloudFormationRequestOptions,
|
|
1206
1210
|
cb: (err: any, data?: ListStacksCommandOutput) => void,
|
|
1207
1211
|
): void;
|
|
1208
1212
|
listStackSetAutoDeploymentTargets(
|
|
1209
1213
|
args: ListStackSetAutoDeploymentTargetsCommandInput,
|
|
1210
|
-
options?:
|
|
1214
|
+
options?: CloudFormationRequestOptions,
|
|
1211
1215
|
): Promise<ListStackSetAutoDeploymentTargetsCommandOutput>;
|
|
1212
1216
|
listStackSetAutoDeploymentTargets(
|
|
1213
1217
|
args: ListStackSetAutoDeploymentTargetsCommandInput,
|
|
@@ -1215,12 +1219,12 @@ export interface CloudFormation {
|
|
|
1215
1219
|
): void;
|
|
1216
1220
|
listStackSetAutoDeploymentTargets(
|
|
1217
1221
|
args: ListStackSetAutoDeploymentTargetsCommandInput,
|
|
1218
|
-
options:
|
|
1222
|
+
options: CloudFormationRequestOptions,
|
|
1219
1223
|
cb: (err: any, data?: ListStackSetAutoDeploymentTargetsCommandOutput) => void,
|
|
1220
1224
|
): void;
|
|
1221
1225
|
listStackSetOperationResults(
|
|
1222
1226
|
args: ListStackSetOperationResultsCommandInput,
|
|
1223
|
-
options?:
|
|
1227
|
+
options?: CloudFormationRequestOptions,
|
|
1224
1228
|
): Promise<ListStackSetOperationResultsCommandOutput>;
|
|
1225
1229
|
listStackSetOperationResults(
|
|
1226
1230
|
args: ListStackSetOperationResultsCommandInput,
|
|
@@ -1228,12 +1232,12 @@ export interface CloudFormation {
|
|
|
1228
1232
|
): void;
|
|
1229
1233
|
listStackSetOperationResults(
|
|
1230
1234
|
args: ListStackSetOperationResultsCommandInput,
|
|
1231
|
-
options:
|
|
1235
|
+
options: CloudFormationRequestOptions,
|
|
1232
1236
|
cb: (err: any, data?: ListStackSetOperationResultsCommandOutput) => void,
|
|
1233
1237
|
): void;
|
|
1234
1238
|
listStackSetOperations(
|
|
1235
1239
|
args: ListStackSetOperationsCommandInput,
|
|
1236
|
-
options?:
|
|
1240
|
+
options?: CloudFormationRequestOptions,
|
|
1237
1241
|
): Promise<ListStackSetOperationsCommandOutput>;
|
|
1238
1242
|
listStackSetOperations(
|
|
1239
1243
|
args: ListStackSetOperationsCommandInput,
|
|
@@ -1241,13 +1245,13 @@ export interface CloudFormation {
|
|
|
1241
1245
|
): void;
|
|
1242
1246
|
listStackSetOperations(
|
|
1243
1247
|
args: ListStackSetOperationsCommandInput,
|
|
1244
|
-
options:
|
|
1248
|
+
options: CloudFormationRequestOptions,
|
|
1245
1249
|
cb: (err: any, data?: ListStackSetOperationsCommandOutput) => void,
|
|
1246
1250
|
): void;
|
|
1247
1251
|
listStackSets(): Promise<ListStackSetsCommandOutput>;
|
|
1248
1252
|
listStackSets(
|
|
1249
1253
|
args: ListStackSetsCommandInput,
|
|
1250
|
-
options?:
|
|
1254
|
+
options?: CloudFormationRequestOptions,
|
|
1251
1255
|
): Promise<ListStackSetsCommandOutput>;
|
|
1252
1256
|
listStackSets(
|
|
1253
1257
|
args: ListStackSetsCommandInput,
|
|
@@ -1255,13 +1259,13 @@ export interface CloudFormation {
|
|
|
1255
1259
|
): void;
|
|
1256
1260
|
listStackSets(
|
|
1257
1261
|
args: ListStackSetsCommandInput,
|
|
1258
|
-
options:
|
|
1262
|
+
options: CloudFormationRequestOptions,
|
|
1259
1263
|
cb: (err: any, data?: ListStackSetsCommandOutput) => void,
|
|
1260
1264
|
): void;
|
|
1261
1265
|
listTypeRegistrations(): Promise<ListTypeRegistrationsCommandOutput>;
|
|
1262
1266
|
listTypeRegistrations(
|
|
1263
1267
|
args: ListTypeRegistrationsCommandInput,
|
|
1264
|
-
options?:
|
|
1268
|
+
options?: CloudFormationRequestOptions,
|
|
1265
1269
|
): Promise<ListTypeRegistrationsCommandOutput>;
|
|
1266
1270
|
listTypeRegistrations(
|
|
1267
1271
|
args: ListTypeRegistrationsCommandInput,
|
|
@@ -1269,13 +1273,13 @@ export interface CloudFormation {
|
|
|
1269
1273
|
): void;
|
|
1270
1274
|
listTypeRegistrations(
|
|
1271
1275
|
args: ListTypeRegistrationsCommandInput,
|
|
1272
|
-
options:
|
|
1276
|
+
options: CloudFormationRequestOptions,
|
|
1273
1277
|
cb: (err: any, data?: ListTypeRegistrationsCommandOutput) => void,
|
|
1274
1278
|
): void;
|
|
1275
1279
|
listTypes(): Promise<ListTypesCommandOutput>;
|
|
1276
1280
|
listTypes(
|
|
1277
1281
|
args: ListTypesCommandInput,
|
|
1278
|
-
options?:
|
|
1282
|
+
options?: CloudFormationRequestOptions,
|
|
1279
1283
|
): Promise<ListTypesCommandOutput>;
|
|
1280
1284
|
listTypes(
|
|
1281
1285
|
args: ListTypesCommandInput,
|
|
@@ -1283,13 +1287,13 @@ export interface CloudFormation {
|
|
|
1283
1287
|
): void;
|
|
1284
1288
|
listTypes(
|
|
1285
1289
|
args: ListTypesCommandInput,
|
|
1286
|
-
options:
|
|
1290
|
+
options: CloudFormationRequestOptions,
|
|
1287
1291
|
cb: (err: any, data?: ListTypesCommandOutput) => void,
|
|
1288
1292
|
): void;
|
|
1289
1293
|
listTypeVersions(): Promise<ListTypeVersionsCommandOutput>;
|
|
1290
1294
|
listTypeVersions(
|
|
1291
1295
|
args: ListTypeVersionsCommandInput,
|
|
1292
|
-
options?:
|
|
1296
|
+
options?: CloudFormationRequestOptions,
|
|
1293
1297
|
): Promise<ListTypeVersionsCommandOutput>;
|
|
1294
1298
|
listTypeVersions(
|
|
1295
1299
|
args: ListTypeVersionsCommandInput,
|
|
@@ -1297,13 +1301,13 @@ export interface CloudFormation {
|
|
|
1297
1301
|
): void;
|
|
1298
1302
|
listTypeVersions(
|
|
1299
1303
|
args: ListTypeVersionsCommandInput,
|
|
1300
|
-
options:
|
|
1304
|
+
options: CloudFormationRequestOptions,
|
|
1301
1305
|
cb: (err: any, data?: ListTypeVersionsCommandOutput) => void,
|
|
1302
1306
|
): void;
|
|
1303
1307
|
publishType(): Promise<PublishTypeCommandOutput>;
|
|
1304
1308
|
publishType(
|
|
1305
1309
|
args: PublishTypeCommandInput,
|
|
1306
|
-
options?:
|
|
1310
|
+
options?: CloudFormationRequestOptions,
|
|
1307
1311
|
): Promise<PublishTypeCommandOutput>;
|
|
1308
1312
|
publishType(
|
|
1309
1313
|
args: PublishTypeCommandInput,
|
|
@@ -1311,12 +1315,12 @@ export interface CloudFormation {
|
|
|
1311
1315
|
): void;
|
|
1312
1316
|
publishType(
|
|
1313
1317
|
args: PublishTypeCommandInput,
|
|
1314
|
-
options:
|
|
1318
|
+
options: CloudFormationRequestOptions,
|
|
1315
1319
|
cb: (err: any, data?: PublishTypeCommandOutput) => void,
|
|
1316
1320
|
): void;
|
|
1317
1321
|
recordHandlerProgress(
|
|
1318
1322
|
args: RecordHandlerProgressCommandInput,
|
|
1319
|
-
options?:
|
|
1323
|
+
options?: CloudFormationRequestOptions,
|
|
1320
1324
|
): Promise<RecordHandlerProgressCommandOutput>;
|
|
1321
1325
|
recordHandlerProgress(
|
|
1322
1326
|
args: RecordHandlerProgressCommandInput,
|
|
@@ -1324,13 +1328,13 @@ export interface CloudFormation {
|
|
|
1324
1328
|
): void;
|
|
1325
1329
|
recordHandlerProgress(
|
|
1326
1330
|
args: RecordHandlerProgressCommandInput,
|
|
1327
|
-
options:
|
|
1331
|
+
options: CloudFormationRequestOptions,
|
|
1328
1332
|
cb: (err: any, data?: RecordHandlerProgressCommandOutput) => void,
|
|
1329
1333
|
): void;
|
|
1330
1334
|
registerPublisher(): Promise<RegisterPublisherCommandOutput>;
|
|
1331
1335
|
registerPublisher(
|
|
1332
1336
|
args: RegisterPublisherCommandInput,
|
|
1333
|
-
options?:
|
|
1337
|
+
options?: CloudFormationRequestOptions,
|
|
1334
1338
|
): Promise<RegisterPublisherCommandOutput>;
|
|
1335
1339
|
registerPublisher(
|
|
1336
1340
|
args: RegisterPublisherCommandInput,
|
|
@@ -1338,12 +1342,12 @@ export interface CloudFormation {
|
|
|
1338
1342
|
): void;
|
|
1339
1343
|
registerPublisher(
|
|
1340
1344
|
args: RegisterPublisherCommandInput,
|
|
1341
|
-
options:
|
|
1345
|
+
options: CloudFormationRequestOptions,
|
|
1342
1346
|
cb: (err: any, data?: RegisterPublisherCommandOutput) => void,
|
|
1343
1347
|
): void;
|
|
1344
1348
|
registerType(
|
|
1345
1349
|
args: RegisterTypeCommandInput,
|
|
1346
|
-
options?:
|
|
1350
|
+
options?: CloudFormationRequestOptions,
|
|
1347
1351
|
): Promise<RegisterTypeCommandOutput>;
|
|
1348
1352
|
registerType(
|
|
1349
1353
|
args: RegisterTypeCommandInput,
|
|
@@ -1351,12 +1355,12 @@ export interface CloudFormation {
|
|
|
1351
1355
|
): void;
|
|
1352
1356
|
registerType(
|
|
1353
1357
|
args: RegisterTypeCommandInput,
|
|
1354
|
-
options:
|
|
1358
|
+
options: CloudFormationRequestOptions,
|
|
1355
1359
|
cb: (err: any, data?: RegisterTypeCommandOutput) => void,
|
|
1356
1360
|
): void;
|
|
1357
1361
|
rollbackStack(
|
|
1358
1362
|
args: RollbackStackCommandInput,
|
|
1359
|
-
options?:
|
|
1363
|
+
options?: CloudFormationRequestOptions,
|
|
1360
1364
|
): Promise<RollbackStackCommandOutput>;
|
|
1361
1365
|
rollbackStack(
|
|
1362
1366
|
args: RollbackStackCommandInput,
|
|
@@ -1364,12 +1368,12 @@ export interface CloudFormation {
|
|
|
1364
1368
|
): void;
|
|
1365
1369
|
rollbackStack(
|
|
1366
1370
|
args: RollbackStackCommandInput,
|
|
1367
|
-
options:
|
|
1371
|
+
options: CloudFormationRequestOptions,
|
|
1368
1372
|
cb: (err: any, data?: RollbackStackCommandOutput) => void,
|
|
1369
1373
|
): void;
|
|
1370
1374
|
setStackPolicy(
|
|
1371
1375
|
args: SetStackPolicyCommandInput,
|
|
1372
|
-
options?:
|
|
1376
|
+
options?: CloudFormationRequestOptions,
|
|
1373
1377
|
): Promise<SetStackPolicyCommandOutput>;
|
|
1374
1378
|
setStackPolicy(
|
|
1375
1379
|
args: SetStackPolicyCommandInput,
|
|
@@ -1377,12 +1381,12 @@ export interface CloudFormation {
|
|
|
1377
1381
|
): void;
|
|
1378
1382
|
setStackPolicy(
|
|
1379
1383
|
args: SetStackPolicyCommandInput,
|
|
1380
|
-
options:
|
|
1384
|
+
options: CloudFormationRequestOptions,
|
|
1381
1385
|
cb: (err: any, data?: SetStackPolicyCommandOutput) => void,
|
|
1382
1386
|
): void;
|
|
1383
1387
|
setTypeConfiguration(
|
|
1384
1388
|
args: SetTypeConfigurationCommandInput,
|
|
1385
|
-
options?:
|
|
1389
|
+
options?: CloudFormationRequestOptions,
|
|
1386
1390
|
): Promise<SetTypeConfigurationCommandOutput>;
|
|
1387
1391
|
setTypeConfiguration(
|
|
1388
1392
|
args: SetTypeConfigurationCommandInput,
|
|
@@ -1390,13 +1394,13 @@ export interface CloudFormation {
|
|
|
1390
1394
|
): void;
|
|
1391
1395
|
setTypeConfiguration(
|
|
1392
1396
|
args: SetTypeConfigurationCommandInput,
|
|
1393
|
-
options:
|
|
1397
|
+
options: CloudFormationRequestOptions,
|
|
1394
1398
|
cb: (err: any, data?: SetTypeConfigurationCommandOutput) => void,
|
|
1395
1399
|
): void;
|
|
1396
1400
|
setTypeDefaultVersion(): Promise<SetTypeDefaultVersionCommandOutput>;
|
|
1397
1401
|
setTypeDefaultVersion(
|
|
1398
1402
|
args: SetTypeDefaultVersionCommandInput,
|
|
1399
|
-
options?:
|
|
1403
|
+
options?: CloudFormationRequestOptions,
|
|
1400
1404
|
): Promise<SetTypeDefaultVersionCommandOutput>;
|
|
1401
1405
|
setTypeDefaultVersion(
|
|
1402
1406
|
args: SetTypeDefaultVersionCommandInput,
|
|
@@ -1404,12 +1408,12 @@ export interface CloudFormation {
|
|
|
1404
1408
|
): void;
|
|
1405
1409
|
setTypeDefaultVersion(
|
|
1406
1410
|
args: SetTypeDefaultVersionCommandInput,
|
|
1407
|
-
options:
|
|
1411
|
+
options: CloudFormationRequestOptions,
|
|
1408
1412
|
cb: (err: any, data?: SetTypeDefaultVersionCommandOutput) => void,
|
|
1409
1413
|
): void;
|
|
1410
1414
|
signalResource(
|
|
1411
1415
|
args: SignalResourceCommandInput,
|
|
1412
|
-
options?:
|
|
1416
|
+
options?: CloudFormationRequestOptions,
|
|
1413
1417
|
): Promise<SignalResourceCommandOutput>;
|
|
1414
1418
|
signalResource(
|
|
1415
1419
|
args: SignalResourceCommandInput,
|
|
@@ -1417,13 +1421,13 @@ export interface CloudFormation {
|
|
|
1417
1421
|
): void;
|
|
1418
1422
|
signalResource(
|
|
1419
1423
|
args: SignalResourceCommandInput,
|
|
1420
|
-
options:
|
|
1424
|
+
options: CloudFormationRequestOptions,
|
|
1421
1425
|
cb: (err: any, data?: SignalResourceCommandOutput) => void,
|
|
1422
1426
|
): void;
|
|
1423
1427
|
startResourceScan(): Promise<StartResourceScanCommandOutput>;
|
|
1424
1428
|
startResourceScan(
|
|
1425
1429
|
args: StartResourceScanCommandInput,
|
|
1426
|
-
options?:
|
|
1430
|
+
options?: CloudFormationRequestOptions,
|
|
1427
1431
|
): Promise<StartResourceScanCommandOutput>;
|
|
1428
1432
|
startResourceScan(
|
|
1429
1433
|
args: StartResourceScanCommandInput,
|
|
@@ -1431,12 +1435,12 @@ export interface CloudFormation {
|
|
|
1431
1435
|
): void;
|
|
1432
1436
|
startResourceScan(
|
|
1433
1437
|
args: StartResourceScanCommandInput,
|
|
1434
|
-
options:
|
|
1438
|
+
options: CloudFormationRequestOptions,
|
|
1435
1439
|
cb: (err: any, data?: StartResourceScanCommandOutput) => void,
|
|
1436
1440
|
): void;
|
|
1437
1441
|
stopStackSetOperation(
|
|
1438
1442
|
args: StopStackSetOperationCommandInput,
|
|
1439
|
-
options?:
|
|
1443
|
+
options?: CloudFormationRequestOptions,
|
|
1440
1444
|
): Promise<StopStackSetOperationCommandOutput>;
|
|
1441
1445
|
stopStackSetOperation(
|
|
1442
1446
|
args: StopStackSetOperationCommandInput,
|
|
@@ -1444,23 +1448,23 @@ export interface CloudFormation {
|
|
|
1444
1448
|
): void;
|
|
1445
1449
|
stopStackSetOperation(
|
|
1446
1450
|
args: StopStackSetOperationCommandInput,
|
|
1447
|
-
options:
|
|
1451
|
+
options: CloudFormationRequestOptions,
|
|
1448
1452
|
cb: (err: any, data?: StopStackSetOperationCommandOutput) => void,
|
|
1449
1453
|
): void;
|
|
1450
1454
|
testType(): Promise<TestTypeCommandOutput>;
|
|
1451
1455
|
testType(
|
|
1452
1456
|
args: TestTypeCommandInput,
|
|
1453
|
-
options?:
|
|
1457
|
+
options?: CloudFormationRequestOptions,
|
|
1454
1458
|
): Promise<TestTypeCommandOutput>;
|
|
1455
1459
|
testType(args: TestTypeCommandInput, cb: (err: any, data?: TestTypeCommandOutput) => void): void;
|
|
1456
1460
|
testType(
|
|
1457
1461
|
args: TestTypeCommandInput,
|
|
1458
|
-
options:
|
|
1462
|
+
options: CloudFormationRequestOptions,
|
|
1459
1463
|
cb: (err: any, data?: TestTypeCommandOutput) => void,
|
|
1460
1464
|
): void;
|
|
1461
1465
|
updateGeneratedTemplate(
|
|
1462
1466
|
args: UpdateGeneratedTemplateCommandInput,
|
|
1463
|
-
options?:
|
|
1467
|
+
options?: CloudFormationRequestOptions,
|
|
1464
1468
|
): Promise<UpdateGeneratedTemplateCommandOutput>;
|
|
1465
1469
|
updateGeneratedTemplate(
|
|
1466
1470
|
args: UpdateGeneratedTemplateCommandInput,
|
|
@@ -1468,12 +1472,12 @@ export interface CloudFormation {
|
|
|
1468
1472
|
): void;
|
|
1469
1473
|
updateGeneratedTemplate(
|
|
1470
1474
|
args: UpdateGeneratedTemplateCommandInput,
|
|
1471
|
-
options:
|
|
1475
|
+
options: CloudFormationRequestOptions,
|
|
1472
1476
|
cb: (err: any, data?: UpdateGeneratedTemplateCommandOutput) => void,
|
|
1473
1477
|
): void;
|
|
1474
1478
|
updateStack(
|
|
1475
1479
|
args: UpdateStackCommandInput,
|
|
1476
|
-
options?:
|
|
1480
|
+
options?: CloudFormationRequestOptions,
|
|
1477
1481
|
): Promise<UpdateStackCommandOutput>;
|
|
1478
1482
|
updateStack(
|
|
1479
1483
|
args: UpdateStackCommandInput,
|
|
@@ -1481,12 +1485,12 @@ export interface CloudFormation {
|
|
|
1481
1485
|
): void;
|
|
1482
1486
|
updateStack(
|
|
1483
1487
|
args: UpdateStackCommandInput,
|
|
1484
|
-
options:
|
|
1488
|
+
options: CloudFormationRequestOptions,
|
|
1485
1489
|
cb: (err: any, data?: UpdateStackCommandOutput) => void,
|
|
1486
1490
|
): void;
|
|
1487
1491
|
updateStackInstances(
|
|
1488
1492
|
args: UpdateStackInstancesCommandInput,
|
|
1489
|
-
options?:
|
|
1493
|
+
options?: CloudFormationRequestOptions,
|
|
1490
1494
|
): Promise<UpdateStackInstancesCommandOutput>;
|
|
1491
1495
|
updateStackInstances(
|
|
1492
1496
|
args: UpdateStackInstancesCommandInput,
|
|
@@ -1494,12 +1498,12 @@ export interface CloudFormation {
|
|
|
1494
1498
|
): void;
|
|
1495
1499
|
updateStackInstances(
|
|
1496
1500
|
args: UpdateStackInstancesCommandInput,
|
|
1497
|
-
options:
|
|
1501
|
+
options: CloudFormationRequestOptions,
|
|
1498
1502
|
cb: (err: any, data?: UpdateStackInstancesCommandOutput) => void,
|
|
1499
1503
|
): void;
|
|
1500
1504
|
updateStackSet(
|
|
1501
1505
|
args: UpdateStackSetCommandInput,
|
|
1502
|
-
options?:
|
|
1506
|
+
options?: CloudFormationRequestOptions,
|
|
1503
1507
|
): Promise<UpdateStackSetCommandOutput>;
|
|
1504
1508
|
updateStackSet(
|
|
1505
1509
|
args: UpdateStackSetCommandInput,
|
|
@@ -1507,12 +1511,12 @@ export interface CloudFormation {
|
|
|
1507
1511
|
): void;
|
|
1508
1512
|
updateStackSet(
|
|
1509
1513
|
args: UpdateStackSetCommandInput,
|
|
1510
|
-
options:
|
|
1514
|
+
options: CloudFormationRequestOptions,
|
|
1511
1515
|
cb: (err: any, data?: UpdateStackSetCommandOutput) => void,
|
|
1512
1516
|
): void;
|
|
1513
1517
|
updateTerminationProtection(
|
|
1514
1518
|
args: UpdateTerminationProtectionCommandInput,
|
|
1515
|
-
options?:
|
|
1519
|
+
options?: CloudFormationRequestOptions,
|
|
1516
1520
|
): Promise<UpdateTerminationProtectionCommandOutput>;
|
|
1517
1521
|
updateTerminationProtection(
|
|
1518
1522
|
args: UpdateTerminationProtectionCommandInput,
|
|
@@ -1520,13 +1524,13 @@ export interface CloudFormation {
|
|
|
1520
1524
|
): void;
|
|
1521
1525
|
updateTerminationProtection(
|
|
1522
1526
|
args: UpdateTerminationProtectionCommandInput,
|
|
1523
|
-
options:
|
|
1527
|
+
options: CloudFormationRequestOptions,
|
|
1524
1528
|
cb: (err: any, data?: UpdateTerminationProtectionCommandOutput) => void,
|
|
1525
1529
|
): void;
|
|
1526
1530
|
validateTemplate(): Promise<ValidateTemplateCommandOutput>;
|
|
1527
1531
|
validateTemplate(
|
|
1528
1532
|
args: ValidateTemplateCommandInput,
|
|
1529
|
-
options?:
|
|
1533
|
+
options?: CloudFormationRequestOptions,
|
|
1530
1534
|
): Promise<ValidateTemplateCommandOutput>;
|
|
1531
1535
|
validateTemplate(
|
|
1532
1536
|
args: ValidateTemplateCommandInput,
|
|
@@ -1534,7 +1538,7 @@ export interface CloudFormation {
|
|
|
1534
1538
|
): void;
|
|
1535
1539
|
validateTemplate(
|
|
1536
1540
|
args: ValidateTemplateCommandInput,
|
|
1537
|
-
options:
|
|
1541
|
+
options: CloudFormationRequestOptions,
|
|
1538
1542
|
cb: (err: any, data?: ValidateTemplateCommandOutput) => void,
|
|
1539
1543
|
): void;
|
|
1540
1544
|
paginateDescribeAccountLimits(
|