@cdk8s/awscdk-resolver 0.0.197 → 0.0.198
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-types/models/models_0.d.ts +760 -760
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +81 -81
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +764 -760
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +81 -81
- package/node_modules/@aws-sdk/client-cloudformation/package.json +7 -7
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
- package/node_modules/@aws-sdk/client-sso/package.json +4 -4
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +6 -6
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +56 -56
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +56 -56
- package/node_modules/@aws-sdk/client-sts/package.json +6 -6
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +4 -4
@@ -14,7 +14,7 @@ export interface SetTypeConfigurationInput {
|
|
14
14
|
* configuration for an extension, but not for a specific extension version.</p>
|
15
15
|
* @public
|
16
16
|
*/
|
17
|
-
TypeArn?: string;
|
17
|
+
TypeArn?: string | undefined;
|
18
18
|
/**
|
19
19
|
* <p>The configuration data for the extension, in this account and Region.</p>
|
20
20
|
* <p>The configuration data must be formatted as JSON, and validate against the schema returned
|
@@ -30,21 +30,21 @@ export interface SetTypeConfigurationInput {
|
|
30
30
|
* a resource type extension.</p>
|
31
31
|
* @public
|
32
32
|
*/
|
33
|
-
ConfigurationAlias?: string;
|
33
|
+
ConfigurationAlias?: string | undefined;
|
34
34
|
/**
|
35
35
|
* <p>The name of the extension.</p>
|
36
36
|
* <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
|
37
37
|
* <code>TypeName</code>.</p>
|
38
38
|
* @public
|
39
39
|
*/
|
40
|
-
TypeName?: string;
|
40
|
+
TypeName?: string | undefined;
|
41
41
|
/**
|
42
42
|
* <p>The type of extension.</p>
|
43
43
|
* <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
|
44
44
|
* <code>TypeName</code>.</p>
|
45
45
|
* @public
|
46
46
|
*/
|
47
|
-
Type?: ThirdPartyType;
|
47
|
+
Type?: ThirdPartyType | undefined;
|
48
48
|
}
|
49
49
|
/**
|
50
50
|
* @public
|
@@ -57,7 +57,7 @@ export interface SetTypeConfigurationOutput {
|
|
57
57
|
* <code>TypeName</code>.</p>
|
58
58
|
* @public
|
59
59
|
*/
|
60
|
-
ConfigurationArn?: string;
|
60
|
+
ConfigurationArn?: string | undefined;
|
61
61
|
}
|
62
62
|
/**
|
63
63
|
* @public
|
@@ -70,27 +70,27 @@ export interface SetTypeDefaultVersionInput {
|
|
70
70
|
* <code>Arn</code>.</p>
|
71
71
|
* @public
|
72
72
|
*/
|
73
|
-
Arn?: string;
|
73
|
+
Arn?: string | undefined;
|
74
74
|
/**
|
75
75
|
* <p>The kind of extension.</p>
|
76
76
|
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
77
77
|
* <code>Arn</code>.</p>
|
78
78
|
* @public
|
79
79
|
*/
|
80
|
-
Type?: RegistryType;
|
80
|
+
Type?: RegistryType | undefined;
|
81
81
|
/**
|
82
82
|
* <p>The name of the extension.</p>
|
83
83
|
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or
|
84
84
|
* <code>Arn</code>.</p>
|
85
85
|
* @public
|
86
86
|
*/
|
87
|
-
TypeName?: string;
|
87
|
+
TypeName?: string | undefined;
|
88
88
|
/**
|
89
89
|
* <p>The ID of a specific version of the extension. The version ID is the value at the end of
|
90
90
|
* the Amazon Resource Name (ARN) assigned to the extension version when it is registered.</p>
|
91
91
|
* @public
|
92
92
|
*/
|
93
|
-
VersionId?: string;
|
93
|
+
VersionId?: string | undefined;
|
94
94
|
}
|
95
95
|
/**
|
96
96
|
* @public
|
@@ -160,7 +160,7 @@ export interface SignalResourceInput {
|
|
160
160
|
export declare class ResourceScanLimitExceededException extends __BaseException {
|
161
161
|
readonly name: "ResourceScanLimitExceededException";
|
162
162
|
readonly $fault: "client";
|
163
|
-
Message?: string;
|
163
|
+
Message?: string | undefined;
|
164
164
|
/**
|
165
165
|
* @internal
|
166
166
|
*/
|
@@ -176,7 +176,7 @@ export interface StartResourceScanInput {
|
|
176
176
|
* resource scan.</p>
|
177
177
|
* @public
|
178
178
|
*/
|
179
|
-
ClientRequestToken?: string;
|
179
|
+
ClientRequestToken?: string | undefined;
|
180
180
|
}
|
181
181
|
/**
|
182
182
|
* @public
|
@@ -190,7 +190,7 @@ export interface StartResourceScanOutput {
|
|
190
190
|
* </code>.</p>
|
191
191
|
* @public
|
192
192
|
*/
|
193
|
-
ResourceScanId?: string;
|
193
|
+
ResourceScanId?: string | undefined;
|
194
194
|
}
|
195
195
|
/**
|
196
196
|
* @public
|
@@ -223,7 +223,7 @@ export interface StopStackSetOperationInput {
|
|
223
223
|
* </ul>
|
224
224
|
* @public
|
225
225
|
*/
|
226
|
-
CallAs?: CallAs;
|
226
|
+
CallAs?: CallAs | undefined;
|
227
227
|
}
|
228
228
|
/**
|
229
229
|
* @public
|
@@ -240,21 +240,21 @@ export interface TestTypeInput {
|
|
240
240
|
* <code>Type</code>.</p>
|
241
241
|
* @public
|
242
242
|
*/
|
243
|
-
Arn?: string;
|
243
|
+
Arn?: string | undefined;
|
244
244
|
/**
|
245
245
|
* <p>The type of the extension to test.</p>
|
246
246
|
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
|
247
247
|
* <code>Type</code>.</p>
|
248
248
|
* @public
|
249
249
|
*/
|
250
|
-
Type?: ThirdPartyType;
|
250
|
+
Type?: ThirdPartyType | undefined;
|
251
251
|
/**
|
252
252
|
* <p>The name of the extension to test.</p>
|
253
253
|
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and
|
254
254
|
* <code>Type</code>.</p>
|
255
255
|
* @public
|
256
256
|
*/
|
257
|
-
TypeName?: string;
|
257
|
+
TypeName?: string | undefined;
|
258
258
|
/**
|
259
259
|
* <p>The version of the extension to test.</p>
|
260
260
|
* <p>You can specify the version id with either <code>Arn</code>, or with <code>TypeName</code>
|
@@ -263,7 +263,7 @@ export interface TestTypeInput {
|
|
263
263
|
* this account and Region for testing.</p>
|
264
264
|
* @public
|
265
265
|
*/
|
266
|
-
VersionId?: string;
|
266
|
+
VersionId?: string | undefined;
|
267
267
|
/**
|
268
268
|
* <p>The S3 bucket to which CloudFormation delivers the contract test execution logs.</p>
|
269
269
|
* <p>CloudFormation delivers the logs by the time contract testing has completed and the extension
|
@@ -286,7 +286,7 @@ export interface TestTypeInput {
|
|
286
286
|
* Condition Keys for Amazon S3</a> in the <i>Identity and Access Management User Guide</i>.</p>
|
287
287
|
* @public
|
288
288
|
*/
|
289
|
-
LogDeliveryBucket?: string;
|
289
|
+
LogDeliveryBucket?: string | undefined;
|
290
290
|
}
|
291
291
|
/**
|
292
292
|
* @public
|
@@ -296,7 +296,7 @@ export interface TestTypeOutput {
|
|
296
296
|
* <p>The Amazon Resource Name (ARN) of the extension.</p>
|
297
297
|
* @public
|
298
298
|
*/
|
299
|
-
TypeVersionArn?: string;
|
299
|
+
TypeVersionArn?: string | undefined;
|
300
300
|
}
|
301
301
|
/**
|
302
302
|
* @public
|
@@ -311,17 +311,17 @@ export interface UpdateGeneratedTemplateInput {
|
|
311
311
|
* <p>An optional new name to assign to the generated template.</p>
|
312
312
|
* @public
|
313
313
|
*/
|
314
|
-
NewGeneratedTemplateName?: string;
|
314
|
+
NewGeneratedTemplateName?: string | undefined;
|
315
315
|
/**
|
316
316
|
* <p>An optional list of resources to be added to the generated template.</p>
|
317
317
|
* @public
|
318
318
|
*/
|
319
|
-
AddResources?: ResourceDefinition[];
|
319
|
+
AddResources?: ResourceDefinition[] | undefined;
|
320
320
|
/**
|
321
321
|
* <p>A list of logical ids for resources to remove from the generated template.</p>
|
322
322
|
* @public
|
323
323
|
*/
|
324
|
-
RemoveResources?: string[];
|
324
|
+
RemoveResources?: string[] | undefined;
|
325
325
|
/**
|
326
326
|
* <p>If <code>true</code>, update the resource properties in the generated template with their
|
327
327
|
* current live state. This feature is useful when the resource properties in your generated a
|
@@ -329,13 +329,13 @@ export interface UpdateGeneratedTemplateInput {
|
|
329
329
|
* update the resource properties after generating a template.</p>
|
330
330
|
* @public
|
331
331
|
*/
|
332
|
-
RefreshAllResources?: boolean;
|
332
|
+
RefreshAllResources?: boolean | undefined;
|
333
333
|
/**
|
334
334
|
* <p>The configuration details of the generated template, including the
|
335
335
|
* <code>DeletionPolicy</code> and <code>UpdateReplacePolicy</code>.</p>
|
336
336
|
* @public
|
337
337
|
*/
|
338
|
-
TemplateConfiguration?: TemplateConfiguration;
|
338
|
+
TemplateConfiguration?: TemplateConfiguration | undefined;
|
339
339
|
}
|
340
340
|
/**
|
341
341
|
* @public
|
@@ -349,7 +349,7 @@ export interface UpdateGeneratedTemplateOutput {
|
|
349
349
|
* </code>.</p>
|
350
350
|
* @public
|
351
351
|
*/
|
352
|
-
GeneratedTemplateId?: string;
|
352
|
+
GeneratedTemplateId?: string | undefined;
|
353
353
|
}
|
354
354
|
/**
|
355
355
|
* <p>The input for an <a>UpdateStack</a> action.</p>
|
@@ -369,7 +369,7 @@ export interface UpdateStackInput {
|
|
369
369
|
* <code>UsePreviousTemplate</code> to <code>true</code>.</p>
|
370
370
|
* @public
|
371
371
|
*/
|
372
|
-
TemplateBody?: string;
|
372
|
+
TemplateBody?: string | undefined;
|
373
373
|
/**
|
374
374
|
* <p>Location of file containing the template body. The URL must point to a template that's
|
375
375
|
* located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must
|
@@ -379,7 +379,7 @@ export interface UpdateStackInput {
|
|
379
379
|
* <code>UsePreviousTemplate</code> to <code>true</code>.</p>
|
380
380
|
* @public
|
381
381
|
*/
|
382
|
-
TemplateURL?: string;
|
382
|
+
TemplateURL?: string | undefined;
|
383
383
|
/**
|
384
384
|
* <p>Reuse the existing template that is associated with the stack that you are
|
385
385
|
* updating.</p>
|
@@ -388,7 +388,7 @@ export interface UpdateStackInput {
|
|
388
388
|
* <code>UsePreviousTemplate</code> to <code>true</code>.</p>
|
389
389
|
* @public
|
390
390
|
*/
|
391
|
-
UsePreviousTemplate?: boolean;
|
391
|
+
UsePreviousTemplate?: boolean | undefined;
|
392
392
|
/**
|
393
393
|
* <p>Structure containing the temporary overriding stack policy body. You can specify either
|
394
394
|
* the <code>StackPolicyDuringUpdateBody</code> or the <code>StackPolicyDuringUpdateURL</code>
|
@@ -398,7 +398,7 @@ export interface UpdateStackInput {
|
|
398
398
|
* with the stack will be used.</p>
|
399
399
|
* @public
|
400
400
|
*/
|
401
|
-
StackPolicyDuringUpdateBody?: string;
|
401
|
+
StackPolicyDuringUpdateBody?: string | undefined;
|
402
402
|
/**
|
403
403
|
* <p>Location of a file containing the temporary overriding stack policy. The URL must point to
|
404
404
|
* a policy (max size: 16KB) located in an S3 bucket in the same Region as the stack. The
|
@@ -410,14 +410,14 @@ export interface UpdateStackInput {
|
|
410
410
|
* with the stack will be used.</p>
|
411
411
|
* @public
|
412
412
|
*/
|
413
|
-
StackPolicyDuringUpdateURL?: string;
|
413
|
+
StackPolicyDuringUpdateURL?: string | undefined;
|
414
414
|
/**
|
415
415
|
* <p>A list of <code>Parameter</code> structures that specify input parameters for the stack.
|
416
416
|
* For more information, see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a> data
|
417
417
|
* type.</p>
|
418
418
|
* @public
|
419
419
|
*/
|
420
|
-
Parameters?: Parameter[];
|
420
|
+
Parameters?: Parameter[] | undefined;
|
421
421
|
/**
|
422
422
|
* <p>In some cases, you must explicitly acknowledge that your stack template contains certain
|
423
423
|
* capabilities in order for CloudFormation to update the stack.</p>
|
@@ -521,7 +521,7 @@ export interface UpdateStackInput {
|
|
521
521
|
* </note>
|
522
522
|
* @public
|
523
523
|
*/
|
524
|
-
Capabilities?: Capability[];
|
524
|
+
Capabilities?: Capability[] | undefined;
|
525
525
|
/**
|
526
526
|
* <p>The template resource types that you have permissions to work with for this update stack
|
527
527
|
* action, such as <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or
|
@@ -536,7 +536,7 @@ export interface UpdateStackInput {
|
|
536
536
|
* </note>
|
537
537
|
* @public
|
538
538
|
*/
|
539
|
-
ResourceTypes?: string[];
|
539
|
+
ResourceTypes?: string[] | undefined;
|
540
540
|
/**
|
541
541
|
* <p>The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to update the
|
542
542
|
* stack. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation always
|
@@ -548,13 +548,13 @@ export interface UpdateStackInput {
|
|
548
548
|
* your user credentials.</p>
|
549
549
|
* @public
|
550
550
|
*/
|
551
|
-
RoleARN?: string;
|
551
|
+
RoleARN?: string | undefined;
|
552
552
|
/**
|
553
553
|
* <p>The rollback triggers for CloudFormation to monitor during stack creation and updating
|
554
554
|
* operations, and for the specified monitoring period afterwards.</p>
|
555
555
|
* @public
|
556
556
|
*/
|
557
|
-
RollbackConfiguration?: RollbackConfiguration;
|
557
|
+
RollbackConfiguration?: RollbackConfiguration | undefined;
|
558
558
|
/**
|
559
559
|
* <p>Structure containing a new stack policy body. You can specify either the
|
560
560
|
* <code>StackPolicyBody</code> or the <code>StackPolicyURL</code> parameter, but not
|
@@ -564,7 +564,7 @@ export interface UpdateStackInput {
|
|
564
564
|
* that is associated with the stack is unchanged.</p>
|
565
565
|
* @public
|
566
566
|
*/
|
567
|
-
StackPolicyBody?: string;
|
567
|
+
StackPolicyBody?: string | undefined;
|
568
568
|
/**
|
569
569
|
* <p>Location of a file containing the updated stack policy. The URL must point to a policy
|
570
570
|
* (max size: 16KB) located in an S3 bucket in the same Region as the stack. The location for an
|
@@ -576,13 +576,13 @@ export interface UpdateStackInput {
|
|
576
576
|
* that is associated with the stack is unchanged.</p>
|
577
577
|
* @public
|
578
578
|
*/
|
579
|
-
StackPolicyURL?: string;
|
579
|
+
StackPolicyURL?: string | undefined;
|
580
580
|
/**
|
581
581
|
* <p>Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation
|
582
582
|
* associates with the stack. Specify an empty list to remove all notification topics.</p>
|
583
583
|
* @public
|
584
584
|
*/
|
585
|
-
NotificationARNs?: string[];
|
585
|
+
NotificationARNs?: string[] | undefined;
|
586
586
|
/**
|
587
587
|
* <p>Key-value pairs to associate with this stack. CloudFormation also propagates these tags to
|
588
588
|
* supported resources in the stack. You can specify a maximum number of 50 tags.</p>
|
@@ -590,14 +590,14 @@ export interface UpdateStackInput {
|
|
590
590
|
* specify an empty value, CloudFormation removes all associated tags.</p>
|
591
591
|
* @public
|
592
592
|
*/
|
593
|
-
Tags?: Tag[];
|
593
|
+
Tags?: Tag[] | undefined;
|
594
594
|
/**
|
595
595
|
* <p>Preserve the state of previously provisioned resources when an operation fails.</p>
|
596
596
|
* <p>Default: <code>False</code>
|
597
597
|
* </p>
|
598
598
|
* @public
|
599
599
|
*/
|
600
|
-
DisableRollback?: boolean;
|
600
|
+
DisableRollback?: boolean | undefined;
|
601
601
|
/**
|
602
602
|
* <p>A unique identifier for this <code>UpdateStack</code> request. Specify this token if you
|
603
603
|
* plan to retry requests so that CloudFormation knows that you're not attempting to update a stack
|
@@ -616,7 +616,7 @@ export interface UpdateStackInput {
|
|
616
616
|
* <code>Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002</code>.</p>
|
617
617
|
* @public
|
618
618
|
*/
|
619
|
-
ClientRequestToken?: string;
|
619
|
+
ClientRequestToken?: string | undefined;
|
620
620
|
/**
|
621
621
|
* <p>When set to <code>true</code>, newly created resources are deleted when the operation
|
622
622
|
* rolls back. This includes newly created resources marked with a deletion policy of
|
@@ -625,7 +625,7 @@ export interface UpdateStackInput {
|
|
625
625
|
* </p>
|
626
626
|
* @public
|
627
627
|
*/
|
628
|
-
RetainExceptOnCreate?: boolean;
|
628
|
+
RetainExceptOnCreate?: boolean | undefined;
|
629
629
|
}
|
630
630
|
/**
|
631
631
|
* <p>The output for an <a>UpdateStack</a> action.</p>
|
@@ -636,7 +636,7 @@ export interface UpdateStackOutput {
|
|
636
636
|
* <p>Unique identifier of the stack.</p>
|
637
637
|
* @public
|
638
638
|
*/
|
639
|
-
StackId?: string;
|
639
|
+
StackId?: string | undefined;
|
640
640
|
}
|
641
641
|
/**
|
642
642
|
* @public
|
@@ -655,7 +655,7 @@ export interface UpdateStackInstancesInput {
|
|
655
655
|
* both.</p>
|
656
656
|
* @public
|
657
657
|
*/
|
658
|
-
Accounts?: string[];
|
658
|
+
Accounts?: string[] | undefined;
|
659
659
|
/**
|
660
660
|
* <p>[Service-managed permissions] The Organizations accounts for which you want to
|
661
661
|
* update parameter values for stack instances. If your update targets OUs, the overridden
|
@@ -666,7 +666,7 @@ export interface UpdateStackInstancesInput {
|
|
666
666
|
* both.</p>
|
667
667
|
* @public
|
668
668
|
*/
|
669
|
-
DeploymentTargets?: DeploymentTargets;
|
669
|
+
DeploymentTargets?: DeploymentTargets | undefined;
|
670
670
|
/**
|
671
671
|
* <p>The names of one or more Amazon Web Services Regions in which you want to update parameter values for
|
672
672
|
* stack instances. The overridden parameter values will be applied to all stack instances in the
|
@@ -710,12 +710,12 @@ export interface UpdateStackInstancesInput {
|
|
710
710
|
* override the parameter value using <code>UpdateStackInstances</code>.</p>
|
711
711
|
* @public
|
712
712
|
*/
|
713
|
-
ParameterOverrides?: Parameter[];
|
713
|
+
ParameterOverrides?: Parameter[] | undefined;
|
714
714
|
/**
|
715
715
|
* <p>Preferences for how CloudFormation performs this stack set operation.</p>
|
716
716
|
* @public
|
717
717
|
*/
|
718
|
-
OperationPreferences?: StackSetOperationPreferences;
|
718
|
+
OperationPreferences?: StackSetOperationPreferences | undefined;
|
719
719
|
/**
|
720
720
|
* <p>The unique identifier for this stack set operation.</p>
|
721
721
|
* <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
|
@@ -726,7 +726,7 @@ export interface UpdateStackInstancesInput {
|
|
726
726
|
* automatically.</p>
|
727
727
|
* @public
|
728
728
|
*/
|
729
|
-
OperationId?: string;
|
729
|
+
OperationId?: string | undefined;
|
730
730
|
/**
|
731
731
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
732
732
|
* in the organization's management account or as a delegated administrator in a
|
@@ -747,7 +747,7 @@ export interface UpdateStackInstancesInput {
|
|
747
747
|
* </ul>
|
748
748
|
* @public
|
749
749
|
*/
|
750
|
-
CallAs?: CallAs;
|
750
|
+
CallAs?: CallAs | undefined;
|
751
751
|
}
|
752
752
|
/**
|
753
753
|
* @public
|
@@ -757,7 +757,7 @@ export interface UpdateStackInstancesOutput {
|
|
757
757
|
* <p>The unique identifier for this stack set operation.</p>
|
758
758
|
* @public
|
759
759
|
*/
|
760
|
-
OperationId?: string;
|
760
|
+
OperationId?: string | undefined;
|
761
761
|
}
|
762
762
|
/**
|
763
763
|
* @public
|
@@ -772,7 +772,7 @@ export interface UpdateStackSetInput {
|
|
772
772
|
* <p>A brief description of updates that you are making.</p>
|
773
773
|
* @public
|
774
774
|
*/
|
775
|
-
Description?: string;
|
775
|
+
Description?: string | undefined;
|
776
776
|
/**
|
777
777
|
* <p>The structure that contains the template body, with a minimum length of 1 byte and a
|
778
778
|
* maximum length of 51,200 bytes.</p>
|
@@ -781,7 +781,7 @@ export interface UpdateStackSetInput {
|
|
781
781
|
* <code>UsePreviousTemplate</code> to true.</p>
|
782
782
|
* @public
|
783
783
|
*/
|
784
|
-
TemplateBody?: string;
|
784
|
+
TemplateBody?: string | undefined;
|
785
785
|
/**
|
786
786
|
* <p>The location of the file that contains the template body. The URL must point to a template
|
787
787
|
* (maximum size: 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager
|
@@ -791,7 +791,7 @@ export interface UpdateStackSetInput {
|
|
791
791
|
* <code>UsePreviousTemplate</code> to true.</p>
|
792
792
|
* @public
|
793
793
|
*/
|
794
|
-
TemplateURL?: string;
|
794
|
+
TemplateURL?: string | undefined;
|
795
795
|
/**
|
796
796
|
* <p>Use the existing template that's associated with the stack set that you're
|
797
797
|
* updating.</p>
|
@@ -800,12 +800,12 @@ export interface UpdateStackSetInput {
|
|
800
800
|
* <code>UsePreviousTemplate</code> to true.</p>
|
801
801
|
* @public
|
802
802
|
*/
|
803
|
-
UsePreviousTemplate?: boolean;
|
803
|
+
UsePreviousTemplate?: boolean | undefined;
|
804
804
|
/**
|
805
805
|
* <p>A list of input parameters for the stack set template.</p>
|
806
806
|
* @public
|
807
807
|
*/
|
808
|
-
Parameters?: Parameter[];
|
808
|
+
Parameters?: Parameter[] | undefined;
|
809
809
|
/**
|
810
810
|
* <p>In some cases, you must explicitly acknowledge that your stack template contains certain
|
811
811
|
* capabilities in order for CloudFormation to update the stack set and its associated stack
|
@@ -893,7 +893,7 @@ export interface UpdateStackSetInput {
|
|
893
893
|
* </ul>
|
894
894
|
* @public
|
895
895
|
*/
|
896
|
-
Capabilities?: Capability[];
|
896
|
+
Capabilities?: Capability[] | undefined;
|
897
897
|
/**
|
898
898
|
* <p>The key-value pairs to associate with this stack set and the stacks created from it.
|
899
899
|
* CloudFormation also propagates these tags to supported resources that are created in the stacks.
|
@@ -927,12 +927,12 @@ export interface UpdateStackSetInput {
|
|
927
927
|
* stack set is not updated.</p>
|
928
928
|
* @public
|
929
929
|
*/
|
930
|
-
Tags?: Tag[];
|
930
|
+
Tags?: Tag[] | undefined;
|
931
931
|
/**
|
932
932
|
* <p>Preferences for how CloudFormation performs this stack set operation.</p>
|
933
933
|
* @public
|
934
934
|
*/
|
935
|
-
OperationPreferences?: StackSetOperationPreferences;
|
935
|
+
OperationPreferences?: StackSetOperationPreferences | undefined;
|
936
936
|
/**
|
937
937
|
* <p>The Amazon Resource Name (ARN) of the IAM role to use to update this stack set.</p>
|
938
938
|
* <p>Specify an IAM role only if you are using customized administrator roles to control
|
@@ -944,7 +944,7 @@ export interface UpdateStackSetInput {
|
|
944
944
|
* used with this stack set previously.</p>
|
945
945
|
* @public
|
946
946
|
*/
|
947
|
-
AdministrationRoleARN?: string;
|
947
|
+
AdministrationRoleARN?: string | undefined;
|
948
948
|
/**
|
949
949
|
* <p>The name of the IAM execution role to use to update the stack set. If you do not specify
|
950
950
|
* an execution role, CloudFormation uses the <code>AWSCloudFormationStackSetExecutionRole</code>
|
@@ -957,7 +957,7 @@ export interface UpdateStackSetInput {
|
|
957
957
|
* operations on the stack set.</p>
|
958
958
|
* @public
|
959
959
|
*/
|
960
|
-
ExecutionRoleName?: string;
|
960
|
+
ExecutionRoleName?: string | undefined;
|
961
961
|
/**
|
962
962
|
* <p>[Service-managed permissions] The Organizations accounts in which to update
|
963
963
|
* associated stack instances.</p>
|
@@ -972,7 +972,7 @@ export interface UpdateStackSetInput {
|
|
972
972
|
* all other stack instances with their existing stack instance status.</p>
|
973
973
|
* @public
|
974
974
|
*/
|
975
|
-
DeploymentTargets?: DeploymentTargets;
|
975
|
+
DeploymentTargets?: DeploymentTargets | undefined;
|
976
976
|
/**
|
977
977
|
* <p>Describes how the IAM roles required for stack set operations are created. You cannot
|
978
978
|
* modify <code>PermissionModel</code> if there are stack instances associated with your stack
|
@@ -992,7 +992,7 @@ export interface UpdateStackSetInput {
|
|
992
992
|
* </ul>
|
993
993
|
* @public
|
994
994
|
*/
|
995
|
-
PermissionModel?: PermissionModels;
|
995
|
+
PermissionModel?: PermissionModels | undefined;
|
996
996
|
/**
|
997
997
|
* <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit
|
998
998
|
* (OU).</p>
|
@@ -1000,7 +1000,7 @@ export interface UpdateStackSetInput {
|
|
1000
1000
|
* or <code>Regions</code>.</p>
|
1001
1001
|
* @public
|
1002
1002
|
*/
|
1003
|
-
AutoDeployment?: AutoDeployment;
|
1003
|
+
AutoDeployment?: AutoDeployment | undefined;
|
1004
1004
|
/**
|
1005
1005
|
* <p>The unique ID for this stack set operation.</p>
|
1006
1006
|
* <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
|
@@ -1013,7 +1013,7 @@ export interface UpdateStackSetInput {
|
|
1013
1013
|
* whose status is <code>OUTDATED</code>.</p>
|
1014
1014
|
* @public
|
1015
1015
|
*/
|
1016
|
-
OperationId?: string;
|
1016
|
+
OperationId?: string | undefined;
|
1017
1017
|
/**
|
1018
1018
|
* <p>[Self-managed permissions] The accounts in which to update associated stack instances. If
|
1019
1019
|
* you specify accounts, you must also specify the Amazon Web Services Regions in which to update stack set
|
@@ -1029,7 +1029,7 @@ export interface UpdateStackSetInput {
|
|
1029
1029
|
* leaving all other stack instances with their existing stack instance status.</p>
|
1030
1030
|
* @public
|
1031
1031
|
*/
|
1032
|
-
Accounts?: string[];
|
1032
|
+
Accounts?: string[] | undefined;
|
1033
1033
|
/**
|
1034
1034
|
* <p>The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions,
|
1035
1035
|
* you must also specify accounts in which to update stack set instances.</p>
|
@@ -1044,7 +1044,7 @@ export interface UpdateStackSetInput {
|
|
1044
1044
|
* all other stack instances with their existing stack instance status.</p>
|
1045
1045
|
* @public
|
1046
1046
|
*/
|
1047
|
-
Regions?: string[];
|
1047
|
+
Regions?: string[] | undefined;
|
1048
1048
|
/**
|
1049
1049
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
1050
1050
|
* in the organization's management account or as a delegated administrator in a
|
@@ -1065,13 +1065,13 @@ export interface UpdateStackSetInput {
|
|
1065
1065
|
* </ul>
|
1066
1066
|
* @public
|
1067
1067
|
*/
|
1068
|
-
CallAs?: CallAs;
|
1068
|
+
CallAs?: CallAs | undefined;
|
1069
1069
|
/**
|
1070
1070
|
* <p>Describes whether StackSets performs non-conflicting operations concurrently and queues
|
1071
1071
|
* conflicting operations.</p>
|
1072
1072
|
* @public
|
1073
1073
|
*/
|
1074
|
-
ManagedExecution?: ManagedExecution;
|
1074
|
+
ManagedExecution?: ManagedExecution | undefined;
|
1075
1075
|
}
|
1076
1076
|
/**
|
1077
1077
|
* @public
|
@@ -1081,7 +1081,7 @@ export interface UpdateStackSetOutput {
|
|
1081
1081
|
* <p>The unique ID for this stack set operation.</p>
|
1082
1082
|
* @public
|
1083
1083
|
*/
|
1084
|
-
OperationId?: string;
|
1084
|
+
OperationId?: string | undefined;
|
1085
1085
|
}
|
1086
1086
|
/**
|
1087
1087
|
* @public
|
@@ -1107,7 +1107,7 @@ export interface UpdateTerminationProtectionOutput {
|
|
1107
1107
|
* <p>The unique ID of the stack.</p>
|
1108
1108
|
* @public
|
1109
1109
|
*/
|
1110
|
-
StackId?: string;
|
1110
|
+
StackId?: string | undefined;
|
1111
1111
|
}
|
1112
1112
|
/**
|
1113
1113
|
* <p>The input for <a>ValidateTemplate</a> action.</p>
|
@@ -1121,7 +1121,7 @@ export interface ValidateTemplateInput {
|
|
1121
1121
|
* are passed, only <code>TemplateBody</code> is used.</p>
|
1122
1122
|
* @public
|
1123
1123
|
*/
|
1124
|
-
TemplateBody?: string;
|
1124
|
+
TemplateBody?: string | undefined;
|
1125
1125
|
/**
|
1126
1126
|
* <p>Location of file containing the template body. The URL must point to a template (max size:
|
1127
1127
|
* 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager document. The location
|
@@ -1130,7 +1130,7 @@ export interface ValidateTemplateInput {
|
|
1130
1130
|
* are passed, only <code>TemplateBody</code> is used.</p>
|
1131
1131
|
* @public
|
1132
1132
|
*/
|
1133
|
-
TemplateURL?: string;
|
1133
|
+
TemplateURL?: string | undefined;
|
1134
1134
|
}
|
1135
1135
|
/**
|
1136
1136
|
* <p>The TemplateParameter data type.</p>
|
@@ -1141,23 +1141,23 @@ export interface TemplateParameter {
|
|
1141
1141
|
* <p>The name associated with the parameter.</p>
|
1142
1142
|
* @public
|
1143
1143
|
*/
|
1144
|
-
ParameterKey?: string;
|
1144
|
+
ParameterKey?: string | undefined;
|
1145
1145
|
/**
|
1146
1146
|
* <p>The default value associated with the parameter.</p>
|
1147
1147
|
* @public
|
1148
1148
|
*/
|
1149
|
-
DefaultValue?: string;
|
1149
|
+
DefaultValue?: string | undefined;
|
1150
1150
|
/**
|
1151
1151
|
* <p>Flag indicating whether the parameter should be displayed as plain text in logs and
|
1152
1152
|
* UIs.</p>
|
1153
1153
|
* @public
|
1154
1154
|
*/
|
1155
|
-
NoEcho?: boolean;
|
1155
|
+
NoEcho?: boolean | undefined;
|
1156
1156
|
/**
|
1157
1157
|
* <p>User defined description associated with the parameter.</p>
|
1158
1158
|
* @public
|
1159
1159
|
*/
|
1160
|
-
Description?: string;
|
1160
|
+
Description?: string | undefined;
|
1161
1161
|
}
|
1162
1162
|
/**
|
1163
1163
|
* <p>The output for <a>ValidateTemplate</a> action.</p>
|
@@ -1168,12 +1168,12 @@ export interface ValidateTemplateOutput {
|
|
1168
1168
|
* <p>A list of <code>TemplateParameter</code> structures.</p>
|
1169
1169
|
* @public
|
1170
1170
|
*/
|
1171
|
-
Parameters?: TemplateParameter[];
|
1171
|
+
Parameters?: TemplateParameter[] | undefined;
|
1172
1172
|
/**
|
1173
1173
|
* <p>The description found within the template.</p>
|
1174
1174
|
* @public
|
1175
1175
|
*/
|
1176
|
-
Description?: string;
|
1176
|
+
Description?: string | undefined;
|
1177
1177
|
/**
|
1178
1178
|
* <p>The capabilities found within the template. If your template contains IAM resources, you
|
1179
1179
|
* must specify the CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use
|
@@ -1182,16 +1182,16 @@ export interface ValidateTemplateOutput {
|
|
1182
1182
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#using-iam-capabilities">Acknowledging IAM resources in CloudFormation templates</a>.</p>
|
1183
1183
|
* @public
|
1184
1184
|
*/
|
1185
|
-
Capabilities?: Capability[];
|
1185
|
+
Capabilities?: Capability[] | undefined;
|
1186
1186
|
/**
|
1187
1187
|
* <p>The list of resources that generated the values in the <code>Capabilities</code> response
|
1188
1188
|
* element.</p>
|
1189
1189
|
* @public
|
1190
1190
|
*/
|
1191
|
-
CapabilitiesReason?: string;
|
1191
|
+
CapabilitiesReason?: string | undefined;
|
1192
1192
|
/**
|
1193
1193
|
* <p>A list of the transforms that are declared in the template.</p>
|
1194
1194
|
* @public
|
1195
1195
|
*/
|
1196
|
-
DeclaredTransforms?: string[];
|
1196
|
+
DeclaredTransforms?: string[] | undefined;
|
1197
1197
|
}
|