@cdk8s/awscdk-resolver 0.0.14 → 0.0.16
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 +4 -4
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +135 -134
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +135 -134
- package/node_modules/@aws-sdk/client-cloudformation/package.json +11 -11
- package/node_modules/@aws-sdk/client-sso/package.json +9 -9
- package/node_modules/@aws-sdk/client-sts/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +1 -1
- package/node_modules/@aws-sdk/middleware-host-header/package.json +1 -1
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +320 -183
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +321 -184
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +231 -93
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +237 -98
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +2 -2
- package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +11 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +11 -8
- package/node_modules/@smithy/shared-ini-file-loader/package.json +1 -1
- package/node_modules/@smithy/util-defaults-mode-node/package.json +4 -4
- package/package.json +7 -7
@@ -80,7 +80,7 @@ export interface AccountGateResult {
|
|
80
80
|
* </li>
|
81
81
|
* </ul>
|
82
82
|
*/
|
83
|
-
Status?: AccountGateStatus
|
83
|
+
Status?: AccountGateStatus;
|
84
84
|
/**
|
85
85
|
* @public
|
86
86
|
* <p>The reason for the account gate status assigned to this account and Region for the stack set operation.</p>
|
@@ -208,7 +208,7 @@ export interface ActivateTypeInput {
|
|
208
208
|
* <p>Conditional: You must specify <code>PublicTypeArn</code>, or <code>TypeName</code>, <code>Type</code>, and
|
209
209
|
* <code>PublisherId</code>.</p>
|
210
210
|
*/
|
211
|
-
Type?: ThirdPartyType
|
211
|
+
Type?: ThirdPartyType;
|
212
212
|
/**
|
213
213
|
* @public
|
214
214
|
* <p>The Amazon Resource Name (ARN) of the public extension.</p>
|
@@ -275,7 +275,7 @@ export interface ActivateTypeInput {
|
|
275
275
|
* </li>
|
276
276
|
* </ul>
|
277
277
|
*/
|
278
|
-
VersionBump?: VersionBump
|
278
|
+
VersionBump?: VersionBump;
|
279
279
|
/**
|
280
280
|
* @public
|
281
281
|
* <p>The major version of this extension you want to activate, if multiple major versions are available. The default
|
@@ -391,7 +391,7 @@ export interface TypeConfigurationIdentifier {
|
|
391
391
|
* @public
|
392
392
|
* <p>The type of extension.</p>
|
393
393
|
*/
|
394
|
-
Type?: ThirdPartyType
|
394
|
+
Type?: ThirdPartyType;
|
395
395
|
/**
|
396
396
|
* @public
|
397
397
|
* <p>The name of the extension type to which this configuration applies.</p>
|
@@ -654,6 +654,7 @@ export declare const ResourceAttribute: {
|
|
654
654
|
readonly Properties: "Properties";
|
655
655
|
readonly Tags: "Tags";
|
656
656
|
readonly UpdatePolicy: "UpdatePolicy";
|
657
|
+
readonly UpdateReplacePolicy: "UpdateReplacePolicy";
|
657
658
|
};
|
658
659
|
/**
|
659
660
|
* @public
|
@@ -683,7 +684,7 @@ export interface ResourceTargetDefinition {
|
|
683
684
|
* <p>Indicates which resource attribute is triggering this update, such as a change in the resource attribute's
|
684
685
|
* <code>Metadata</code>, <code>Properties</code>, or <code>Tags</code>.</p>
|
685
686
|
*/
|
686
|
-
Attribute?: ResourceAttribute
|
687
|
+
Attribute?: ResourceAttribute;
|
687
688
|
/**
|
688
689
|
* @public
|
689
690
|
* <p>If the <code>Attribute</code> value is <code>Properties</code>, the name of the property. For all other
|
@@ -698,7 +699,7 @@ export interface ResourceTargetDefinition {
|
|
698
699
|
* behavior for that <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">property</a> in the
|
699
700
|
* CloudFormation User Guide.</p>
|
700
701
|
*/
|
701
|
-
RequiresRecreation?: RequiresRecreation
|
702
|
+
RequiresRecreation?: RequiresRecreation;
|
702
703
|
}
|
703
704
|
/**
|
704
705
|
* @public
|
@@ -726,7 +727,7 @@ export interface ResourceChangeDetail {
|
|
726
727
|
* resource is recreated, it will have a new physical ID, so all references to that resource will also be
|
727
728
|
* updated.</p>
|
728
729
|
*/
|
729
|
-
Evaluation?: EvaluationType
|
730
|
+
Evaluation?: EvaluationType;
|
730
731
|
/**
|
731
732
|
* @public
|
732
733
|
* <p>The group to which the <code>CausingEntity</code> value belongs. There are five entity groups:</p>
|
@@ -760,7 +761,7 @@ export interface ResourceChangeDetail {
|
|
760
761
|
* </li>
|
761
762
|
* </ul>
|
762
763
|
*/
|
763
|
-
ChangeSource?: ChangeSource
|
764
|
+
ChangeSource?: ChangeSource;
|
764
765
|
/**
|
765
766
|
* @public
|
766
767
|
* <p>The identity of the entity that triggered this change. This entity is a member of the group that's specified by
|
@@ -830,7 +831,7 @@ export interface ResourceChange {
|
|
830
831
|
* <code>Modify</code> (changes a resource), <code>Remove</code> (deletes a resource), <code>Import</code> (imports a
|
831
832
|
* resource), or <code>Dynamic</code> (exact action for the resource can't be determined).</p>
|
832
833
|
*/
|
833
|
-
Action?: ChangeAction
|
834
|
+
Action?: ChangeAction;
|
834
835
|
/**
|
835
836
|
* @public
|
836
837
|
* <p>The resource's logical ID, which is defined in the stack's template.</p>
|
@@ -860,13 +861,13 @@ export interface ResourceChange {
|
|
860
861
|
* value depends on the change with the most impact. A <code>RequiresRecreation</code> value of <code>Always</code> has
|
861
862
|
* the most impact, followed by <code>Conditionally</code>, and then <code>Never</code>.</p>
|
862
863
|
*/
|
863
|
-
Replacement?: Replacement
|
864
|
+
Replacement?: Replacement;
|
864
865
|
/**
|
865
866
|
* @public
|
866
867
|
* <p>For the <code>Modify</code> action, indicates which resource attribute is triggering this update, such as a
|
867
868
|
* change in the resource attribute's <code>Metadata</code>, <code>Properties</code>, or <code>Tags</code>.</p>
|
868
869
|
*/
|
869
|
-
Scope?:
|
870
|
+
Scope?: ResourceAttribute[];
|
870
871
|
/**
|
871
872
|
* @public
|
872
873
|
* <p>For the <code>Modify</code> action, a list of <code>ResourceChangeDetail</code> structures that describes the
|
@@ -907,7 +908,7 @@ export interface Change {
|
|
907
908
|
* <p>The type of entity that CloudFormation changes. Currently, the only entity type is
|
908
909
|
* <code>Resource</code>.</p>
|
909
910
|
*/
|
910
|
-
Type?: ChangeType
|
911
|
+
Type?: ChangeType;
|
911
912
|
/**
|
912
913
|
* @public
|
913
914
|
* <p>Is either <code>null</code>, if no hooks invoke for the resource, or contains the number of hooks that will
|
@@ -963,7 +964,7 @@ export interface ChangeSetHookResourceTargetDetails {
|
|
963
964
|
* @public
|
964
965
|
* <p>Specifies the action of the resource.</p>
|
965
966
|
*/
|
966
|
-
ResourceAction?: ChangeAction
|
967
|
+
ResourceAction?: ChangeAction;
|
967
968
|
}
|
968
969
|
/**
|
969
970
|
* @public
|
@@ -985,7 +986,7 @@ export interface ChangeSetHookTargetDetails {
|
|
985
986
|
* @public
|
986
987
|
* <p>The name of the type.</p>
|
987
988
|
*/
|
988
|
-
TargetType?: HookTargetType
|
989
|
+
TargetType?: HookTargetType;
|
989
990
|
/**
|
990
991
|
* @public
|
991
992
|
* <p>Required if <code>TargetType</code> is <code>RESOURCE</code>.</p>
|
@@ -1001,7 +1002,7 @@ export interface ChangeSetHook {
|
|
1001
1002
|
* @public
|
1002
1003
|
* <p>Specifies the points in provisioning logic where a hook is invoked.</p>
|
1003
1004
|
*/
|
1004
|
-
InvocationPoint?: HookInvocationPoint
|
1005
|
+
InvocationPoint?: HookInvocationPoint;
|
1005
1006
|
/**
|
1006
1007
|
* @public
|
1007
1008
|
* <p>Specify the hook failure mode for non-compliant resources in the followings ways.</p>
|
@@ -1016,7 +1017,7 @@ export interface ChangeSetHook {
|
|
1016
1017
|
* </li>
|
1017
1018
|
* </ul>
|
1018
1019
|
*/
|
1019
|
-
FailureMode?: HookFailureMode
|
1020
|
+
FailureMode?: HookFailureMode;
|
1020
1021
|
/**
|
1021
1022
|
* @public
|
1022
1023
|
* <p>The unique name for your hook. Specifies a three-part namespace for your hook, with a recommended pattern of
|
@@ -1173,13 +1174,13 @@ export interface ChangeSetSummary {
|
|
1173
1174
|
* state because CloudFormation is still creating it or in an <code>OBSOLETE</code> state because the stack was
|
1174
1175
|
* already updated.</p>
|
1175
1176
|
*/
|
1176
|
-
ExecutionStatus?: ExecutionStatus
|
1177
|
+
ExecutionStatus?: ExecutionStatus;
|
1177
1178
|
/**
|
1178
1179
|
* @public
|
1179
1180
|
* <p>The state of the change set, such as <code>CREATE_IN_PROGRESS</code>, <code>CREATE_COMPLETE</code>, or
|
1180
1181
|
* <code>FAILED</code>.</p>
|
1181
1182
|
*/
|
1182
|
-
Status?: ChangeSetStatus
|
1183
|
+
Status?: ChangeSetStatus;
|
1183
1184
|
/**
|
1184
1185
|
* @public
|
1185
1186
|
* <p>A description of the change set's status. For example, if your change set is in the <code>FAILED</code> state,
|
@@ -1585,7 +1586,7 @@ export interface CreateChangeSetInput {
|
|
1585
1586
|
* </li>
|
1586
1587
|
* </ul>
|
1587
1588
|
*/
|
1588
|
-
Capabilities?:
|
1589
|
+
Capabilities?: Capability[];
|
1589
1590
|
/**
|
1590
1591
|
* @public
|
1591
1592
|
* <p>The template resource types that you have permissions to work with if you execute this change set, such as
|
@@ -1660,7 +1661,7 @@ export interface CreateChangeSetInput {
|
|
1660
1661
|
* create a change set for a new stack or the <code>CREATE</code> type to create a change set for an existing
|
1661
1662
|
* stack.</p>
|
1662
1663
|
*/
|
1663
|
-
ChangeSetType?: ChangeSetType
|
1664
|
+
ChangeSetType?: ChangeSetType;
|
1664
1665
|
/**
|
1665
1666
|
* @public
|
1666
1667
|
* <p>The resources to import into your stack.</p>
|
@@ -1701,7 +1702,7 @@ export interface CreateChangeSetInput {
|
|
1701
1702
|
* set for the parent stack, any failure in a child stack will cause the parent stack creation to fail and all stacks to
|
1702
1703
|
* be deleted.</p>
|
1703
1704
|
*/
|
1704
|
-
OnStackFailure?: OnStackFailure
|
1705
|
+
OnStackFailure?: OnStackFailure;
|
1705
1706
|
}
|
1706
1707
|
/**
|
1707
1708
|
* @public
|
@@ -1924,7 +1925,7 @@ export interface CreateStackInput {
|
|
1924
1925
|
* </li>
|
1925
1926
|
* </ul>
|
1926
1927
|
*/
|
1927
|
-
Capabilities?:
|
1928
|
+
Capabilities?: Capability[];
|
1928
1929
|
/**
|
1929
1930
|
* @public
|
1930
1931
|
* <p>The template resource types that you have permissions to work with for this create stack action, such as
|
@@ -1960,7 +1961,7 @@ export interface CreateStackInput {
|
|
1960
1961
|
* <p>Default: <code>ROLLBACK</code>
|
1961
1962
|
* </p>
|
1962
1963
|
*/
|
1963
|
-
OnFailure?: OnFailure
|
1964
|
+
OnFailure?: OnFailure;
|
1964
1965
|
/**
|
1965
1966
|
* @public
|
1966
1967
|
* <p>Structure containing the stack policy body. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html"> Prevent Updates to Stack Resources</a> in
|
@@ -2079,7 +2080,7 @@ export interface DeploymentTargets {
|
|
2079
2080
|
* </li>
|
2080
2081
|
* </ul>
|
2081
2082
|
*/
|
2082
|
-
AccountFilterType?: AccountFilterType
|
2083
|
+
AccountFilterType?: AccountFilterType;
|
2083
2084
|
}
|
2084
2085
|
/**
|
2085
2086
|
* @public
|
@@ -2105,7 +2106,7 @@ export interface StackSetOperationPreferences {
|
|
2105
2106
|
* <p>The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a
|
2106
2107
|
* time.</p>
|
2107
2108
|
*/
|
2108
|
-
RegionConcurrencyType?: RegionConcurrencyType
|
2109
|
+
RegionConcurrencyType?: RegionConcurrencyType;
|
2109
2110
|
/**
|
2110
2111
|
* @public
|
2111
2112
|
* <p>The order of the Regions where you want to perform the stack operation.</p>
|
@@ -2251,7 +2252,7 @@ export interface CreateStackInstancesInput {
|
|
2251
2252
|
* </li>
|
2252
2253
|
* </ul>
|
2253
2254
|
*/
|
2254
|
-
CallAs?: CallAs
|
2255
|
+
CallAs?: CallAs;
|
2255
2256
|
}
|
2256
2257
|
/**
|
2257
2258
|
* @public
|
@@ -2498,7 +2499,7 @@ export interface CreateStackSetInput {
|
|
2498
2499
|
* </li>
|
2499
2500
|
* </ul>
|
2500
2501
|
*/
|
2501
|
-
Capabilities?:
|
2502
|
+
Capabilities?: Capability[];
|
2502
2503
|
/**
|
2503
2504
|
* @public
|
2504
2505
|
* <p>The key-value pairs to associate with this stack set and the stacks created from it. CloudFormation also
|
@@ -2544,7 +2545,7 @@ export interface CreateStackSetInput {
|
|
2544
2545
|
* </li>
|
2545
2546
|
* </ul>
|
2546
2547
|
*/
|
2547
|
-
PermissionModel?: PermissionModels
|
2548
|
+
PermissionModel?: PermissionModels;
|
2548
2549
|
/**
|
2549
2550
|
* @public
|
2550
2551
|
* <p>Describes whether StackSets automatically deploys to Organizations accounts that are added to the target
|
@@ -2574,7 +2575,7 @@ export interface CreateStackSetInput {
|
|
2574
2575
|
* <p>Stack sets with service-managed permissions are created in the management account, including stack
|
2575
2576
|
* sets that are created by delegated administrators.</p>
|
2576
2577
|
*/
|
2577
|
-
CallAs?: CallAs
|
2578
|
+
CallAs?: CallAs;
|
2578
2579
|
/**
|
2579
2580
|
* @public
|
2580
2581
|
* <p>A unique identifier for this <code>CreateStackSet</code> request. Specify this token if you plan to retry
|
@@ -2640,7 +2641,7 @@ export interface DeactivateTypeInput {
|
|
2640
2641
|
* <p>The extension type.</p>
|
2641
2642
|
* <p>Conditional: You must specify either <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</p>
|
2642
2643
|
*/
|
2643
|
-
Type?: ThirdPartyType
|
2644
|
+
Type?: ThirdPartyType;
|
2644
2645
|
/**
|
2645
2646
|
* @public
|
2646
2647
|
* <p>The Amazon Resource Name (ARN) for the extension, in this account and Region.</p>
|
@@ -2803,7 +2804,7 @@ export interface DeleteStackInstancesInput {
|
|
2803
2804
|
* </li>
|
2804
2805
|
* </ul>
|
2805
2806
|
*/
|
2806
|
-
CallAs?: CallAs
|
2807
|
+
CallAs?: CallAs;
|
2807
2808
|
}
|
2808
2809
|
/**
|
2809
2810
|
* @public
|
@@ -2841,7 +2842,7 @@ export interface DeleteStackSetInput {
|
|
2841
2842
|
* </li>
|
2842
2843
|
* </ul>
|
2843
2844
|
*/
|
2844
|
-
CallAs?: CallAs
|
2845
|
+
CallAs?: CallAs;
|
2845
2846
|
}
|
2846
2847
|
/**
|
2847
2848
|
* @public
|
@@ -2890,7 +2891,7 @@ export interface DeregisterTypeInput {
|
|
2890
2891
|
* <p>The kind of extension.</p>
|
2891
2892
|
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or <code>Arn</code>.</p>
|
2892
2893
|
*/
|
2893
|
-
Type?: RegistryType
|
2894
|
+
Type?: RegistryType;
|
2894
2895
|
/**
|
2895
2896
|
* @public
|
2896
2897
|
* <p>The name of the extension.</p>
|
@@ -3008,13 +3009,13 @@ export interface DescribeChangeSetOutput {
|
|
3008
3009
|
* state because CloudFormation is still creating it or in an <code>OBSOLETE</code> state because the stack was
|
3009
3010
|
* already updated.</p>
|
3010
3011
|
*/
|
3011
|
-
ExecutionStatus?: ExecutionStatus
|
3012
|
+
ExecutionStatus?: ExecutionStatus;
|
3012
3013
|
/**
|
3013
3014
|
* @public
|
3014
3015
|
* <p>The current status of the change set, such as <code>CREATE_IN_PROGRESS</code>, <code>CREATE_COMPLETE</code>, or
|
3015
3016
|
* <code>FAILED</code>.</p>
|
3016
3017
|
*/
|
3017
|
-
Status?: ChangeSetStatus
|
3018
|
+
Status?: ChangeSetStatus;
|
3018
3019
|
/**
|
3019
3020
|
* @public
|
3020
3021
|
* <p>A description of the change set's status. For example, if your attempt to create a change set failed, CloudFormation shows the error message.</p>
|
@@ -3037,7 +3038,7 @@ export interface DescribeChangeSetOutput {
|
|
3037
3038
|
* <p>If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set
|
3038
3039
|
* was created.</p>
|
3039
3040
|
*/
|
3040
|
-
Capabilities?:
|
3041
|
+
Capabilities?: Capability[];
|
3041
3042
|
/**
|
3042
3043
|
* @public
|
3043
3044
|
* <p>If you execute the change set, the tags that will be associated with the stack.</p>
|
@@ -3096,7 +3097,7 @@ export interface DescribeChangeSetOutput {
|
|
3096
3097
|
* </li>
|
3097
3098
|
* </ul>
|
3098
3099
|
*/
|
3099
|
-
OnStackFailure?: OnStackFailure
|
3100
|
+
OnStackFailure?: OnStackFailure;
|
3100
3101
|
}
|
3101
3102
|
/**
|
3102
3103
|
* @public
|
@@ -3148,7 +3149,7 @@ export interface DescribeChangeSetHooksOutput {
|
|
3148
3149
|
* @public
|
3149
3150
|
* <p>Provides the status of the change set hook.</p>
|
3150
3151
|
*/
|
3151
|
-
Status?: ChangeSetHooksStatus
|
3152
|
+
Status?: ChangeSetHooksStatus;
|
3152
3153
|
/**
|
3153
3154
|
* @public
|
3154
3155
|
* <p>Pagination token, <code>null</code> or empty if no more results.</p>
|
@@ -3190,7 +3191,7 @@ export interface DescribeOrganizationsAccessInput {
|
|
3190
3191
|
* </li>
|
3191
3192
|
* </ul>
|
3192
3193
|
*/
|
3193
|
-
CallAs?: CallAs
|
3194
|
+
CallAs?: CallAs;
|
3194
3195
|
}
|
3195
3196
|
/**
|
3196
3197
|
* @public
|
@@ -3213,7 +3214,7 @@ export interface DescribeOrganizationsAccessOutput {
|
|
3213
3214
|
* @public
|
3214
3215
|
* <p>Presents the status of the <code>OrganizationAccess</code>.</p>
|
3215
3216
|
*/
|
3216
|
-
Status?: OrganizationStatus
|
3217
|
+
Status?: OrganizationStatus;
|
3217
3218
|
}
|
3218
3219
|
/**
|
3219
3220
|
* @public
|
@@ -3265,12 +3266,12 @@ export interface DescribePublisherOutput {
|
|
3265
3266
|
* @public
|
3266
3267
|
* <p>Whether the publisher is verified. Currently, all registered publishers are verified.</p>
|
3267
3268
|
*/
|
3268
|
-
PublisherStatus?: PublisherStatus
|
3269
|
+
PublisherStatus?: PublisherStatus;
|
3269
3270
|
/**
|
3270
3271
|
* @public
|
3271
3272
|
* <p>The type of account used as the identity provider when registering this publisher with CloudFormation.</p>
|
3272
3273
|
*/
|
3273
|
-
IdentityProvider?: IdentityProvider
|
3274
|
+
IdentityProvider?: IdentityProvider;
|
3274
3275
|
/**
|
3275
3276
|
* @public
|
3276
3277
|
* <p>The URL to the publisher's profile with the identity provider.</p>
|
@@ -3356,7 +3357,7 @@ export interface DescribeStackDriftDetectionStatusOutput {
|
|
3356
3357
|
* </li>
|
3357
3358
|
* </ul>
|
3358
3359
|
*/
|
3359
|
-
StackDriftStatus?: StackDriftStatus
|
3360
|
+
StackDriftStatus?: StackDriftStatus;
|
3360
3361
|
/**
|
3361
3362
|
* @public
|
3362
3363
|
* <p>The status of the stack drift detection operation.</p>
|
@@ -3380,7 +3381,7 @@ export interface DescribeStackDriftDetectionStatusOutput {
|
|
3380
3381
|
* </li>
|
3381
3382
|
* </ul>
|
3382
3383
|
*/
|
3383
|
-
DetectionStatus: StackDriftDetectionStatus |
|
3384
|
+
DetectionStatus: StackDriftDetectionStatus | undefined;
|
3384
3385
|
/**
|
3385
3386
|
* @public
|
3386
3387
|
* <p>The reason the stack drift detection operation has its current status.</p>
|
@@ -3515,7 +3516,7 @@ export interface StackEvent {
|
|
3515
3516
|
* @public
|
3516
3517
|
* <p>Current status of the resource.</p>
|
3517
3518
|
*/
|
3518
|
-
ResourceStatus?: ResourceStatus
|
3519
|
+
ResourceStatus?: ResourceStatus;
|
3519
3520
|
/**
|
3520
3521
|
* @public
|
3521
3522
|
* <p>Success/failure message associated with the resource.</p>
|
@@ -3549,7 +3550,7 @@ export interface StackEvent {
|
|
3549
3550
|
* @public
|
3550
3551
|
* <p>Provides the status of the change set hook.</p>
|
3551
3552
|
*/
|
3552
|
-
HookStatus?: HookStatus
|
3553
|
+
HookStatus?: HookStatus;
|
3553
3554
|
/**
|
3554
3555
|
* @public
|
3555
3556
|
* <p>Provides the reason for the hook status.</p>
|
@@ -3559,7 +3560,7 @@ export interface StackEvent {
|
|
3559
3560
|
* @public
|
3560
3561
|
* <p>Invocation points are points in provisioning logic where hooks are initiated.</p>
|
3561
3562
|
*/
|
3562
|
-
HookInvocationPoint?: HookInvocationPoint
|
3563
|
+
HookInvocationPoint?: HookInvocationPoint;
|
3563
3564
|
/**
|
3564
3565
|
* @public
|
3565
3566
|
* <p>Specify the hook failure mode for non-compliant resources in the followings ways.</p>
|
@@ -3574,7 +3575,7 @@ export interface StackEvent {
|
|
3574
3575
|
* </li>
|
3575
3576
|
* </ul>
|
3576
3577
|
*/
|
3577
|
-
HookFailureMode?: HookFailureMode
|
3578
|
+
HookFailureMode?: HookFailureMode;
|
3578
3579
|
}
|
3579
3580
|
/**
|
3580
3581
|
* @public
|
@@ -3629,7 +3630,7 @@ export interface DescribeStackInstanceInput {
|
|
3629
3630
|
* </li>
|
3630
3631
|
* </ul>
|
3631
3632
|
*/
|
3632
|
-
CallAs?: CallAs
|
3633
|
+
CallAs?: CallAs;
|
3633
3634
|
}
|
3634
3635
|
/**
|
3635
3636
|
* @public
|
@@ -3694,7 +3695,7 @@ export interface StackInstanceComprehensiveStatus {
|
|
3694
3695
|
* </li>
|
3695
3696
|
* </ul>
|
3696
3697
|
*/
|
3697
|
-
DetailedStatus?: StackInstanceDetailedStatus
|
3698
|
+
DetailedStatus?: StackInstanceDetailedStatus;
|
3698
3699
|
}
|
3699
3700
|
/**
|
3700
3701
|
* @public
|
@@ -3776,7 +3777,7 @@ export interface StackInstance {
|
|
3776
3777
|
* </li>
|
3777
3778
|
* </ul>
|
3778
3779
|
*/
|
3779
|
-
Status?: StackInstanceStatus
|
3780
|
+
Status?: StackInstanceStatus;
|
3780
3781
|
/**
|
3781
3782
|
* @public
|
3782
3783
|
* <p>The detailed status of the stack instance.</p>
|
@@ -3820,7 +3821,7 @@ export interface StackInstance {
|
|
3820
3821
|
* </li>
|
3821
3822
|
* </ul>
|
3822
3823
|
*/
|
3823
|
-
DriftStatus?: StackDriftStatus
|
3824
|
+
DriftStatus?: StackDriftStatus;
|
3824
3825
|
/**
|
3825
3826
|
* @public
|
3826
3827
|
* <p>Most recent time when CloudFormation performed a drift detection operation on the stack instance. This
|
@@ -3928,7 +3929,7 @@ export interface StackResourceDriftInformation {
|
|
3928
3929
|
* </li>
|
3929
3930
|
* </ul>
|
3930
3931
|
*/
|
3931
|
-
StackResourceDriftStatus: StackResourceDriftStatus |
|
3932
|
+
StackResourceDriftStatus: StackResourceDriftStatus | undefined;
|
3932
3933
|
/**
|
3933
3934
|
* @public
|
3934
3935
|
* <p>When CloudFormation last checked if the resource had drifted from its expected configuration.</p>
|
@@ -3975,7 +3976,7 @@ export interface StackResourceDetail {
|
|
3975
3976
|
* @public
|
3976
3977
|
* <p>Current status of the resource.</p>
|
3977
3978
|
*/
|
3978
|
-
ResourceStatus: ResourceStatus |
|
3979
|
+
ResourceStatus: ResourceStatus | undefined;
|
3979
3980
|
/**
|
3980
3981
|
* @public
|
3981
3982
|
* <p>Success/failure message associated with the resource.</p>
|
@@ -4050,7 +4051,7 @@ export interface DescribeStackResourceDriftsInput {
|
|
4050
4051
|
* </li>
|
4051
4052
|
* </ul>
|
4052
4053
|
*/
|
4053
|
-
StackResourceDriftStatusFilters?:
|
4054
|
+
StackResourceDriftStatusFilters?: StackResourceDriftStatus[];
|
4054
4055
|
/**
|
4055
4056
|
* @public
|
4056
4057
|
* <p>A string that identifies the next page of stack resource drift results.</p>
|
@@ -4138,7 +4139,7 @@ export interface PropertyDifference {
|
|
4138
4139
|
* </li>
|
4139
4140
|
* </ul>
|
4140
4141
|
*/
|
4141
|
-
DifferenceType: DifferenceType |
|
4142
|
+
DifferenceType: DifferenceType | undefined;
|
4142
4143
|
}
|
4143
4144
|
/**
|
4144
4145
|
* @public
|
@@ -4226,7 +4227,7 @@ export interface StackResourceDrift {
|
|
4226
4227
|
* </li>
|
4227
4228
|
* </ul>
|
4228
4229
|
*/
|
4229
|
-
StackResourceDriftStatus: StackResourceDriftStatus |
|
4230
|
+
StackResourceDriftStatus: StackResourceDriftStatus | undefined;
|
4230
4231
|
/**
|
4231
4232
|
* @public
|
4232
4233
|
* <p>Time at which CloudFormation performed drift detection on the stack resource.</p>
|
@@ -4341,7 +4342,7 @@ export interface StackResource {
|
|
4341
4342
|
* @public
|
4342
4343
|
* <p>Current status of the resource.</p>
|
4343
4344
|
*/
|
4344
|
-
ResourceStatus: ResourceStatus |
|
4345
|
+
ResourceStatus: ResourceStatus | undefined;
|
4345
4346
|
/**
|
4346
4347
|
* @public
|
4347
4348
|
* <p>Success/failure message associated with the resource.</p>
|
@@ -4443,7 +4444,7 @@ export interface StackDriftInformation {
|
|
4443
4444
|
* </li>
|
4444
4445
|
* </ul>
|
4445
4446
|
*/
|
4446
|
-
StackDriftStatus: StackDriftStatus |
|
4447
|
+
StackDriftStatus: StackDriftStatus | undefined;
|
4447
4448
|
/**
|
4448
4449
|
* @public
|
4449
4450
|
* <p>Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources
|
@@ -4566,7 +4567,7 @@ export interface Stack {
|
|
4566
4567
|
* @public
|
4567
4568
|
* <p>Current status of the stack.</p>
|
4568
4569
|
*/
|
4569
|
-
StackStatus: StackStatus |
|
4570
|
+
StackStatus: StackStatus | undefined;
|
4570
4571
|
/**
|
4571
4572
|
* @public
|
4572
4573
|
* <p>Success/failure message associated with the stack status.</p>
|
@@ -4601,7 +4602,7 @@ export interface Stack {
|
|
4601
4602
|
* @public
|
4602
4603
|
* <p>The capabilities allowed in the stack.</p>
|
4603
4604
|
*/
|
4604
|
-
Capabilities?:
|
4605
|
+
Capabilities?: Capability[];
|
4605
4606
|
/**
|
4606
4607
|
* @public
|
4607
4608
|
* <p>A list of output structures.</p>
|
@@ -4702,7 +4703,7 @@ export interface DescribeStackSetInput {
|
|
4702
4703
|
* </li>
|
4703
4704
|
* </ul>
|
4704
4705
|
*/
|
4705
|
-
CallAs?: CallAs
|
4706
|
+
CallAs?: CallAs;
|
4706
4707
|
}
|
4707
4708
|
/**
|
4708
4709
|
* @public
|
@@ -4766,7 +4767,7 @@ export interface StackSetDriftDetectionDetails {
|
|
4766
4767
|
* </li>
|
4767
4768
|
* </ul>
|
4768
4769
|
*/
|
4769
|
-
DriftStatus?: StackSetDriftStatus
|
4770
|
+
DriftStatus?: StackSetDriftStatus;
|
4770
4771
|
/**
|
4771
4772
|
* @public
|
4772
4773
|
* <p>The status of the stack set drift detection operation.</p>
|
@@ -4794,7 +4795,7 @@ export interface StackSetDriftDetectionDetails {
|
|
4794
4795
|
* </li>
|
4795
4796
|
* </ul>
|
4796
4797
|
*/
|
4797
|
-
DriftDetectionStatus?: StackSetDriftDetectionStatus
|
4798
|
+
DriftDetectionStatus?: StackSetDriftDetectionStatus;
|
4798
4799
|
/**
|
4799
4800
|
* @public
|
4800
4801
|
* <p>Most recent time when CloudFormation performed a drift detection operation on the stack set. This value
|
@@ -4883,7 +4884,7 @@ export interface StackSet {
|
|
4883
4884
|
* @public
|
4884
4885
|
* <p>The status of the stack set.</p>
|
4885
4886
|
*/
|
4886
|
-
Status?: StackSetStatus
|
4887
|
+
Status?: StackSetStatus;
|
4887
4888
|
/**
|
4888
4889
|
* @public
|
4889
4890
|
* <p>The structure that contains the body of the template that was used to create or update the stack set.</p>
|
@@ -4901,7 +4902,7 @@ export interface StackSet {
|
|
4901
4902
|
* Resources in CloudFormation Templates.</a>
|
4902
4903
|
* </p>
|
4903
4904
|
*/
|
4904
|
-
Capabilities?:
|
4905
|
+
Capabilities?: Capability[];
|
4905
4906
|
/**
|
4906
4907
|
* @public
|
4907
4908
|
* <p>A list of tags that specify information about the stack set. A maximum number of 50 tags can be
|
@@ -4957,7 +4958,7 @@ export interface StackSet {
|
|
4957
4958
|
* </li>
|
4958
4959
|
* </ul>
|
4959
4960
|
*/
|
4960
|
-
PermissionModel?: PermissionModels
|
4961
|
+
PermissionModel?: PermissionModels;
|
4961
4962
|
/**
|
4962
4963
|
* @public
|
4963
4964
|
* <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for
|
@@ -5017,7 +5018,7 @@ export interface DescribeStackSetOperationInput {
|
|
5017
5018
|
* </li>
|
5018
5019
|
* </ul>
|
5019
5020
|
*/
|
5020
|
-
CallAs?: CallAs
|
5021
|
+
CallAs?: CallAs;
|
5021
5022
|
}
|
5022
5023
|
/**
|
5023
5024
|
* @public
|
@@ -5082,7 +5083,7 @@ export interface StackSetOperation {
|
|
5082
5083
|
* Update operations affect both the stack set itself, in addition to <i>all</i> associated stack set
|
5083
5084
|
* instances.</p>
|
5084
5085
|
*/
|
5085
|
-
Action?: StackSetOperationAction
|
5086
|
+
Action?: StackSetOperationAction;
|
5086
5087
|
/**
|
5087
5088
|
* @public
|
5088
5089
|
* <p>The status of the operation.</p>
|
@@ -5119,7 +5120,7 @@ export interface StackSetOperation {
|
|
5119
5120
|
* </li>
|
5120
5121
|
* </ul>
|
5121
5122
|
*/
|
5122
|
-
Status?: StackSetOperationStatus
|
5123
|
+
Status?: StackSetOperationStatus;
|
5123
5124
|
/**
|
5124
5125
|
* @public
|
5125
5126
|
* <p>The preferences for how CloudFormation performs this stack set operation.</p>
|
@@ -5207,7 +5208,7 @@ export interface DescribeTypeInput {
|
|
5207
5208
|
* <p>The kind of extension.</p>
|
5208
5209
|
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or <code>Arn</code>.</p>
|
5209
5210
|
*/
|
5210
|
-
Type?: RegistryType
|
5211
|
+
Type?: RegistryType;
|
5211
5212
|
/**
|
5212
5213
|
* @public
|
5213
5214
|
* <p>The name of the extension.</p>
|
@@ -5339,7 +5340,7 @@ export interface DescribeTypeOutput {
|
|
5339
5340
|
* @public
|
5340
5341
|
* <p>The kind of extension.</p>
|
5341
5342
|
*/
|
5342
|
-
Type?: RegistryType
|
5343
|
+
Type?: RegistryType;
|
5343
5344
|
/**
|
5344
5345
|
* @public
|
5345
5346
|
* <p>The name of the extension.</p>
|
@@ -5393,7 +5394,7 @@ export interface DescribeTypeOutput {
|
|
5393
5394
|
* </li>
|
5394
5395
|
* </ul>
|
5395
5396
|
*/
|
5396
|
-
TypeTestsStatus?: TypeTestsStatus
|
5397
|
+
TypeTestsStatus?: TypeTestsStatus;
|
5397
5398
|
/**
|
5398
5399
|
* @public
|
5399
5400
|
* <p>The description of the test status. To return the extension test status of a specific extension version, you
|
@@ -5448,7 +5449,7 @@ export interface DescribeTypeOutput {
|
|
5448
5449
|
* </li>
|
5449
5450
|
* </ul>
|
5450
5451
|
*/
|
5451
|
-
ProvisioningType?: ProvisioningType
|
5452
|
+
ProvisioningType?: ProvisioningType;
|
5452
5453
|
/**
|
5453
5454
|
* @public
|
5454
5455
|
* <p>The deprecation status of the extension version.</p>
|
@@ -5467,7 +5468,7 @@ export interface DescribeTypeOutput {
|
|
5467
5468
|
* </ul>
|
5468
5469
|
* <p>For public third-party extensions, CloudFormation returns <code>null</code>.</p>
|
5469
5470
|
*/
|
5470
|
-
DeprecatedStatus?: DeprecatedStatus
|
5471
|
+
DeprecatedStatus?: DeprecatedStatus;
|
5471
5472
|
/**
|
5472
5473
|
* @public
|
5473
5474
|
* <p>Contains logging configuration information for private extensions. This applies only to private extensions you
|
@@ -5510,7 +5511,7 @@ export interface DescribeTypeOutput {
|
|
5510
5511
|
* </li>
|
5511
5512
|
* </ul>
|
5512
5513
|
*/
|
5513
|
-
Visibility?: Visibility
|
5514
|
+
Visibility?: Visibility;
|
5514
5515
|
/**
|
5515
5516
|
* @public
|
5516
5517
|
* <p>The URL of the source code for the extension.</p>
|
@@ -5634,7 +5635,7 @@ export interface DescribeTypeRegistrationOutput {
|
|
5634
5635
|
* @public
|
5635
5636
|
* <p>The current status of the extension registration request.</p>
|
5636
5637
|
*/
|
5637
|
-
ProgressStatus?: RegistrationStatus
|
5638
|
+
ProgressStatus?: RegistrationStatus;
|
5638
5639
|
/**
|
5639
5640
|
* @public
|
5640
5641
|
* <p>The description of the extension registration request.</p>
|
@@ -5748,7 +5749,7 @@ export interface DetectStackSetDriftInput {
|
|
5748
5749
|
* </li>
|
5749
5750
|
* </ul>
|
5750
5751
|
*/
|
5751
|
-
CallAs?: CallAs
|
5752
|
+
CallAs?: CallAs;
|
5752
5753
|
}
|
5753
5754
|
/**
|
5754
5755
|
* @public
|
@@ -5931,7 +5932,7 @@ export interface GetTemplateInput {
|
|
5931
5932
|
* <p>If the template doesn't include transforms, <code>Original</code> and <code>Processed</code> return the same
|
5932
5933
|
* template. By default, CloudFormation specifies <code>Processed</code>.</p>
|
5933
5934
|
*/
|
5934
|
-
TemplateStage?: TemplateStage
|
5935
|
+
TemplateStage?: TemplateStage;
|
5935
5936
|
}
|
5936
5937
|
/**
|
5937
5938
|
* @public
|
@@ -5952,7 +5953,7 @@ export interface GetTemplateOutput {
|
|
5952
5953
|
* available. After CloudFormation finishes creating the change set, the <code>Processed</code> template becomes
|
5953
5954
|
* available.</p>
|
5954
5955
|
*/
|
5955
|
-
StagesAvailable?:
|
5956
|
+
StagesAvailable?: TemplateStage[];
|
5956
5957
|
}
|
5957
5958
|
/**
|
5958
5959
|
* @public
|
@@ -6023,7 +6024,7 @@ export interface GetTemplateSummaryInput {
|
|
6023
6024
|
* </li>
|
6024
6025
|
* </ul>
|
6025
6026
|
*/
|
6026
|
-
CallAs?: CallAs
|
6027
|
+
CallAs?: CallAs;
|
6027
6028
|
/**
|
6028
6029
|
* @public
|
6029
6030
|
* <p>Specifies options for the <code>GetTemplateSummary</code> API action.</p>
|
@@ -6140,7 +6141,7 @@ export interface GetTemplateSummaryOutput {
|
|
6140
6141
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM
|
6141
6142
|
* Resources in CloudFormation Templates</a>.</p>
|
6142
6143
|
*/
|
6143
|
-
Capabilities?:
|
6144
|
+
Capabilities?: Capability[];
|
6144
6145
|
/**
|
6145
6146
|
* @public
|
6146
6147
|
* <p>The list of resources that generated the values in the <code>Capabilities</code> response element.</p>
|
@@ -6232,7 +6233,7 @@ export interface ImportStacksToStackSetInput {
|
|
6232
6233
|
* </li>
|
6233
6234
|
* </ul>
|
6234
6235
|
*/
|
6235
|
-
CallAs?: CallAs
|
6236
|
+
CallAs?: CallAs;
|
6236
6237
|
}
|
6237
6238
|
/**
|
6238
6239
|
* @public
|
@@ -6427,7 +6428,7 @@ export interface ListStackInstanceResourceDriftsInput {
|
|
6427
6428
|
* </li>
|
6428
6429
|
* </ul>
|
6429
6430
|
*/
|
6430
|
-
StackInstanceResourceDriftStatuses?:
|
6431
|
+
StackInstanceResourceDriftStatuses?: StackResourceDriftStatus[];
|
6431
6432
|
/**
|
6432
6433
|
* @public
|
6433
6434
|
* <p>The name of the Amazon Web Services account that you want to list resource drifts for.</p>
|
@@ -6463,7 +6464,7 @@ export interface ListStackInstanceResourceDriftsInput {
|
|
6463
6464
|
* </li>
|
6464
6465
|
* </ul>
|
6465
6466
|
*/
|
6466
|
-
CallAs?: CallAs
|
6467
|
+
CallAs?: CallAs;
|
6467
6468
|
}
|
6468
6469
|
/**
|
6469
6470
|
* @public
|
@@ -6533,7 +6534,7 @@ export interface StackInstanceResourceDriftsSummary {
|
|
6533
6534
|
* </li>
|
6534
6535
|
* </ul>
|
6535
6536
|
*/
|
6536
|
-
StackResourceDriftStatus: StackResourceDriftStatus |
|
6537
|
+
StackResourceDriftStatus: StackResourceDriftStatus | undefined;
|
6537
6538
|
/**
|
6538
6539
|
* @public
|
6539
6540
|
* <p>Time at which the stack instance drift detection operation was initiated.</p>
|
@@ -6582,7 +6583,7 @@ export interface StackInstanceFilter {
|
|
6582
6583
|
* @public
|
6583
6584
|
* <p>The type of filter to apply.</p>
|
6584
6585
|
*/
|
6585
|
-
Name?: StackInstanceFilterName
|
6586
|
+
Name?: StackInstanceFilterName;
|
6586
6587
|
/**
|
6587
6588
|
* @public
|
6588
6589
|
* <p>The status to filter by.</p>
|
@@ -6645,7 +6646,7 @@ export interface ListStackInstancesInput {
|
|
6645
6646
|
* </li>
|
6646
6647
|
* </ul>
|
6647
6648
|
*/
|
6648
|
-
CallAs?: CallAs
|
6649
|
+
CallAs?: CallAs;
|
6649
6650
|
}
|
6650
6651
|
/**
|
6651
6652
|
* @public
|
@@ -6704,7 +6705,7 @@ export interface StackInstanceSummary {
|
|
6704
6705
|
* </li>
|
6705
6706
|
* </ul>
|
6706
6707
|
*/
|
6707
|
-
Status?: StackInstanceStatus
|
6708
|
+
Status?: StackInstanceStatus;
|
6708
6709
|
/**
|
6709
6710
|
* @public
|
6710
6711
|
* <p>The explanation for the specific status code assigned to this stack instance.</p>
|
@@ -6748,7 +6749,7 @@ export interface StackInstanceSummary {
|
|
6748
6749
|
* </li>
|
6749
6750
|
* </ul>
|
6750
6751
|
*/
|
6751
|
-
DriftStatus?: StackDriftStatus
|
6752
|
+
DriftStatus?: StackDriftStatus;
|
6752
6753
|
/**
|
6753
6754
|
* @public
|
6754
6755
|
* <p>Most recent time when CloudFormation performed a drift detection operation on the stack instance. This
|
@@ -6839,7 +6840,7 @@ export interface StackResourceDriftInformationSummary {
|
|
6839
6840
|
* </li>
|
6840
6841
|
* </ul>
|
6841
6842
|
*/
|
6842
|
-
StackResourceDriftStatus: StackResourceDriftStatus |
|
6843
|
+
StackResourceDriftStatus: StackResourceDriftStatus | undefined;
|
6843
6844
|
/**
|
6844
6845
|
* @public
|
6845
6846
|
* <p>When CloudFormation last checked if the resource had drifted from its expected configuration.</p>
|
@@ -6876,7 +6877,7 @@ export interface StackResourceSummary {
|
|
6876
6877
|
* @public
|
6877
6878
|
* <p>Current status of the resource.</p>
|
6878
6879
|
*/
|
6879
|
-
ResourceStatus: ResourceStatus |
|
6880
|
+
ResourceStatus: ResourceStatus | undefined;
|
6880
6881
|
/**
|
6881
6882
|
* @public
|
6882
6883
|
* <p>Success/failure message associated with the resource.</p>
|
@@ -6928,7 +6929,7 @@ export interface ListStacksInput {
|
|
6928
6929
|
* <p>Stack status to use as a filter. Specify one or more stack status codes to list only stacks with the specified
|
6929
6930
|
* status codes. For a complete list of stack status codes, see the <code>StackStatus</code> parameter of the <a>Stack</a> data type.</p>
|
6930
6931
|
*/
|
6931
|
-
StackStatusFilter?:
|
6932
|
+
StackStatusFilter?: StackStatus[];
|
6932
6933
|
}
|
6933
6934
|
/**
|
6934
6935
|
* @public
|
@@ -6962,7 +6963,7 @@ export interface StackDriftInformationSummary {
|
|
6962
6963
|
* </li>
|
6963
6964
|
* </ul>
|
6964
6965
|
*/
|
6965
|
-
StackDriftStatus: StackDriftStatus |
|
6966
|
+
StackDriftStatus: StackDriftStatus | undefined;
|
6966
6967
|
/**
|
6967
6968
|
* @public
|
6968
6969
|
* <p>Most recent time when a drift detection operation was initiated on the stack, or any of its individual resources
|
@@ -7010,7 +7011,7 @@ export interface StackSummary {
|
|
7010
7011
|
* @public
|
7011
7012
|
* <p>The current status of the stack.</p>
|
7012
7013
|
*/
|
7013
|
-
StackStatus: StackStatus |
|
7014
|
+
StackStatus: StackStatus | undefined;
|
7014
7015
|
/**
|
7015
7016
|
* @public
|
7016
7017
|
* <p>Success/Failure message associated with the stack status.</p>
|
@@ -7078,7 +7079,7 @@ export interface OperationResultFilter {
|
|
7078
7079
|
* @public
|
7079
7080
|
* <p>The type of filter to apply.</p>
|
7080
7081
|
*/
|
7081
|
-
Name?: OperationResultFilterName
|
7082
|
+
Name?: OperationResultFilterName;
|
7082
7083
|
/**
|
7083
7084
|
* @public
|
7084
7085
|
* <p>The value to filter by.</p>
|
@@ -7132,7 +7133,7 @@ export interface ListStackSetOperationResultsInput {
|
|
7132
7133
|
* </li>
|
7133
7134
|
* </ul>
|
7134
7135
|
*/
|
7135
|
-
CallAs?: CallAs
|
7136
|
+
CallAs?: CallAs;
|
7136
7137
|
/**
|
7137
7138
|
* @public
|
7138
7139
|
* <p>The filter to apply to operation results.</p>
|
@@ -7200,7 +7201,7 @@ export interface StackSetOperationResultSummary {
|
|
7200
7201
|
* </li>
|
7201
7202
|
* </ul>
|
7202
7203
|
*/
|
7203
|
-
Status?: StackSetOperationResultStatus
|
7204
|
+
Status?: StackSetOperationResultStatus;
|
7204
7205
|
/**
|
7205
7206
|
* @public
|
7206
7207
|
* <p>The reason for the assigned result status.</p>
|
@@ -7280,7 +7281,7 @@ export interface ListStackSetOperationsInput {
|
|
7280
7281
|
* </li>
|
7281
7282
|
* </ul>
|
7282
7283
|
*/
|
7283
|
-
CallAs?: CallAs
|
7284
|
+
CallAs?: CallAs;
|
7284
7285
|
}
|
7285
7286
|
/**
|
7286
7287
|
* @public
|
@@ -7298,7 +7299,7 @@ export interface StackSetOperationSummary {
|
|
7298
7299
|
* operations affect only the specified stack instances that are associated with the specified stack set. Update
|
7299
7300
|
* operations affect both the stack set itself and <i>all</i> associated stack set instances.</p>
|
7300
7301
|
*/
|
7301
|
-
Action?: StackSetOperationAction
|
7302
|
+
Action?: StackSetOperationAction;
|
7302
7303
|
/**
|
7303
7304
|
* @public
|
7304
7305
|
* <p>The overall status of the operation.</p>
|
@@ -7335,7 +7336,7 @@ export interface StackSetOperationSummary {
|
|
7335
7336
|
* </li>
|
7336
7337
|
* </ul>
|
7337
7338
|
*/
|
7338
|
-
Status?: StackSetOperationStatus
|
7339
|
+
Status?: StackSetOperationStatus;
|
7339
7340
|
/**
|
7340
7341
|
* @public
|
7341
7342
|
* <p>The time at which the operation was initiated. Note that the creation times for the stack set operation might
|
@@ -7412,7 +7413,7 @@ export interface ListStackSetsInput {
|
|
7412
7413
|
* @public
|
7413
7414
|
* <p>The status of the stack sets that you want to get summary information about.</p>
|
7414
7415
|
*/
|
7415
|
-
Status?: StackSetStatus
|
7416
|
+
Status?: StackSetStatus;
|
7416
7417
|
/**
|
7417
7418
|
* @public
|
7418
7419
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the management account or as a delegated administrator in a member account.</p>
|
@@ -7429,7 +7430,7 @@ export interface ListStackSetsInput {
|
|
7429
7430
|
* </li>
|
7430
7431
|
* </ul>
|
7431
7432
|
*/
|
7432
|
-
CallAs?: CallAs
|
7433
|
+
CallAs?: CallAs;
|
7433
7434
|
}
|
7434
7435
|
/**
|
7435
7436
|
* @public
|
@@ -7455,7 +7456,7 @@ export interface StackSetSummary {
|
|
7455
7456
|
* @public
|
7456
7457
|
* <p>The status of the stack set.</p>
|
7457
7458
|
*/
|
7458
|
-
Status?: StackSetStatus
|
7459
|
+
Status?: StackSetStatus;
|
7459
7460
|
/**
|
7460
7461
|
* @public
|
7461
7462
|
* <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations
|
@@ -7478,7 +7479,7 @@ export interface StackSetSummary {
|
|
7478
7479
|
* </li>
|
7479
7480
|
* </ul>
|
7480
7481
|
*/
|
7481
|
-
PermissionModel?: PermissionModels
|
7482
|
+
PermissionModel?: PermissionModels;
|
7482
7483
|
/**
|
7483
7484
|
* @public
|
7484
7485
|
* <p>Status of the stack set's actual configuration compared to its expected template and parameter configuration. A
|
@@ -7506,7 +7507,7 @@ export interface StackSetSummary {
|
|
7506
7507
|
* </li>
|
7507
7508
|
* </ul>
|
7508
7509
|
*/
|
7509
|
-
DriftStatus?: StackDriftStatus
|
7510
|
+
DriftStatus?: StackDriftStatus;
|
7510
7511
|
/**
|
7511
7512
|
* @public
|
7512
7513
|
* <p>Most recent time when CloudFormation performed a drift detection operation on the stack set. This value
|
@@ -7547,7 +7548,7 @@ export interface ListTypeRegistrationsInput {
|
|
7547
7548
|
* <p>The kind of extension.</p>
|
7548
7549
|
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or <code>Arn</code>.</p>
|
7549
7550
|
*/
|
7550
|
-
Type?: RegistryType
|
7551
|
+
Type?: RegistryType;
|
7551
7552
|
/**
|
7552
7553
|
* @public
|
7553
7554
|
* <p>The name of the extension.</p>
|
@@ -7565,7 +7566,7 @@ export interface ListTypeRegistrationsInput {
|
|
7565
7566
|
* <p>The current status of the extension registration request.</p>
|
7566
7567
|
* <p>The default is <code>IN_PROGRESS</code>.</p>
|
7567
7568
|
*/
|
7568
|
-
RegistrationStatusFilter?: RegistrationStatus
|
7569
|
+
RegistrationStatusFilter?: RegistrationStatus;
|
7569
7570
|
/**
|
7570
7571
|
* @public
|
7571
7572
|
* <p>The maximum number of results to be returned with a single call. If the number of available results exceeds this
|
@@ -7637,7 +7638,7 @@ export interface TypeFilters {
|
|
7637
7638
|
* </li>
|
7638
7639
|
* </ul>
|
7639
7640
|
*/
|
7640
|
-
Category?: Category
|
7641
|
+
Category?: Category;
|
7641
7642
|
/**
|
7642
7643
|
* @public
|
7643
7644
|
* <p>The id of the publisher of the extension.</p>
|
@@ -7681,7 +7682,7 @@ export interface ListTypesInput {
|
|
7681
7682
|
* </ul>
|
7682
7683
|
* <p>The default is <code>PRIVATE</code>.</p>
|
7683
7684
|
*/
|
7684
|
-
Visibility?: Visibility
|
7685
|
+
Visibility?: Visibility;
|
7685
7686
|
/**
|
7686
7687
|
* @public
|
7687
7688
|
* <p>For resource types, the provisioning behavior of the resource type. CloudFormation determines the provisioning type
|
@@ -7706,7 +7707,7 @@ export interface ListTypesInput {
|
|
7706
7707
|
* </ul>
|
7707
7708
|
* <p>The default is <code>FULLY_MUTABLE</code>.</p>
|
7708
7709
|
*/
|
7709
|
-
ProvisioningType?: ProvisioningType
|
7710
|
+
ProvisioningType?: ProvisioningType;
|
7710
7711
|
/**
|
7711
7712
|
* @public
|
7712
7713
|
* <p>The deprecation status of the extension that you want to get summary information about.</p>
|
@@ -7722,12 +7723,12 @@ export interface ListTypesInput {
|
|
7722
7723
|
* </li>
|
7723
7724
|
* </ul>
|
7724
7725
|
*/
|
7725
|
-
DeprecatedStatus?: DeprecatedStatus
|
7726
|
+
DeprecatedStatus?: DeprecatedStatus;
|
7726
7727
|
/**
|
7727
7728
|
* @public
|
7728
7729
|
* <p>The type of extension.</p>
|
7729
7730
|
*/
|
7730
|
-
Type?: RegistryType
|
7731
|
+
Type?: RegistryType;
|
7731
7732
|
/**
|
7732
7733
|
* @public
|
7733
7734
|
* <p>Filter criteria to use in determining which extensions to return.</p>
|
@@ -7761,7 +7762,7 @@ export interface TypeSummary {
|
|
7761
7762
|
* @public
|
7762
7763
|
* <p>The kind of extension.</p>
|
7763
7764
|
*/
|
7764
|
-
Type?: RegistryType
|
7765
|
+
Type?: RegistryType;
|
7765
7766
|
/**
|
7766
7767
|
* @public
|
7767
7768
|
* <p>The name of the extension.</p>
|
@@ -7846,7 +7847,7 @@ export interface TypeSummary {
|
|
7846
7847
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/publish-extension.html">Registering your account to publish CloudFormation extensions</a> in the <i> CFN-CLI User Guide for Extension
|
7847
7848
|
* Development</i>.</p>
|
7848
7849
|
*/
|
7849
|
-
PublisherIdentity?: IdentityProvider
|
7850
|
+
PublisherIdentity?: IdentityProvider;
|
7850
7851
|
/**
|
7851
7852
|
* @public
|
7852
7853
|
* <p>The publisher name, as defined in the public profile for that publisher in the service used to verify the
|
@@ -7887,7 +7888,7 @@ export interface ListTypeVersionsInput {
|
|
7887
7888
|
* <p>The kind of the extension.</p>
|
7888
7889
|
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or <code>Arn</code>.</p>
|
7889
7890
|
*/
|
7890
|
-
Type?: RegistryType
|
7891
|
+
Type?: RegistryType;
|
7891
7892
|
/**
|
7892
7893
|
* @public
|
7893
7894
|
* <p>The name of the extension for which you want version summary information.</p>
|
@@ -7932,7 +7933,7 @@ export interface ListTypeVersionsInput {
|
|
7932
7933
|
* </ul>
|
7933
7934
|
* <p>The default is <code>LIVE</code>.</p>
|
7934
7935
|
*/
|
7935
|
-
DeprecatedStatus?: DeprecatedStatus
|
7936
|
+
DeprecatedStatus?: DeprecatedStatus;
|
7936
7937
|
/**
|
7937
7938
|
* @public
|
7938
7939
|
* <p>The publisher ID of the extension publisher.</p>
|
@@ -7949,7 +7950,7 @@ export interface TypeVersionSummary {
|
|
7949
7950
|
* @public
|
7950
7951
|
* <p>The kind of extension.</p>
|
7951
7952
|
*/
|
7952
|
-
Type?: RegistryType
|
7953
|
+
Type?: RegistryType;
|
7953
7954
|
/**
|
7954
7955
|
* @public
|
7955
7956
|
* <p>The name of the extension.</p>
|
@@ -8023,7 +8024,7 @@ export interface PublishTypeInput {
|
|
8023
8024
|
* <p>The type of the extension.</p>
|
8024
8025
|
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</p>
|
8025
8026
|
*/
|
8026
|
-
Type?: ThirdPartyType
|
8027
|
+
Type?: ThirdPartyType;
|
8027
8028
|
/**
|
8028
8029
|
* @public
|
8029
8030
|
* <p>The Amazon Resource Name (ARN) of the extension.</p>
|
@@ -8148,13 +8149,13 @@ export interface RecordHandlerProgressInput {
|
|
8148
8149
|
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
8149
8150
|
* CLI</a>.</p>
|
8150
8151
|
*/
|
8151
|
-
OperationStatus: OperationStatus |
|
8152
|
+
OperationStatus: OperationStatus | undefined;
|
8152
8153
|
/**
|
8153
8154
|
* @public
|
8154
8155
|
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
8155
8156
|
* CLI</a>.</p>
|
8156
8157
|
*/
|
8157
|
-
CurrentOperationStatus?: OperationStatus
|
8158
|
+
CurrentOperationStatus?: OperationStatus;
|
8158
8159
|
/**
|
8159
8160
|
* @public
|
8160
8161
|
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
@@ -8166,7 +8167,7 @@ export interface RecordHandlerProgressInput {
|
|
8166
8167
|
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
8167
8168
|
* CLI</a>.</p>
|
8168
8169
|
*/
|
8169
|
-
ErrorCode?: HandlerErrorCode
|
8170
|
+
ErrorCode?: HandlerErrorCode;
|
8170
8171
|
/**
|
8171
8172
|
* @public
|
8172
8173
|
* <p>Reserved for use by the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/what-is-cloudformation-cli.html">CloudFormation
|
@@ -8225,7 +8226,7 @@ export interface RegisterTypeInput {
|
|
8225
8226
|
* @public
|
8226
8227
|
* <p>The kind of extension.</p>
|
8227
8228
|
*/
|
8228
|
-
Type?: RegistryType
|
8229
|
+
Type?: RegistryType;
|
8229
8230
|
/**
|
8230
8231
|
* @public
|
8231
8232
|
* <p>The name of the extension being registered.</p>
|
@@ -8445,7 +8446,7 @@ export interface SetTypeConfigurationInput {
|
|
8445
8446
|
* <p>Conditional: You must specify <code>ConfigurationArn</code>, or <code>Type</code> and
|
8446
8447
|
* <code>TypeName</code>.</p>
|
8447
8448
|
*/
|
8448
|
-
Type?: ThirdPartyType
|
8449
|
+
Type?: ThirdPartyType;
|
8449
8450
|
}
|
8450
8451
|
/**
|
8451
8452
|
* @public
|
@@ -8474,7 +8475,7 @@ export interface SetTypeDefaultVersionInput {
|
|
8474
8475
|
* <p>The kind of extension.</p>
|
8475
8476
|
* <p>Conditional: You must specify either <code>TypeName</code> and <code>Type</code>, or <code>Arn</code>.</p>
|
8476
8477
|
*/
|
8477
|
-
Type?: RegistryType
|
8478
|
+
Type?: RegistryType;
|
8478
8479
|
/**
|
8479
8480
|
* @public
|
8480
8481
|
* <p>The name of the extension.</p>
|
@@ -8533,7 +8534,7 @@ export interface SignalResourceInput {
|
|
8533
8534
|
* <p>The status of the signal, which is either success or failure. A failure signal causes CloudFormation to
|
8534
8535
|
* immediately fail the stack creation or update.</p>
|
8535
8536
|
*/
|
8536
|
-
Status: ResourceSignalStatus |
|
8537
|
+
Status: ResourceSignalStatus | undefined;
|
8537
8538
|
}
|
8538
8539
|
/**
|
8539
8540
|
* @public
|
@@ -8566,7 +8567,7 @@ export interface StopStackSetOperationInput {
|
|
8566
8567
|
* </li>
|
8567
8568
|
* </ul>
|
8568
8569
|
*/
|
8569
|
-
CallAs?: CallAs
|
8570
|
+
CallAs?: CallAs;
|
8570
8571
|
}
|
8571
8572
|
/**
|
8572
8573
|
* @public
|
@@ -8588,7 +8589,7 @@ export interface TestTypeInput {
|
|
8588
8589
|
* <p>The type of the extension to test.</p>
|
8589
8590
|
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</p>
|
8590
8591
|
*/
|
8591
|
-
Type?: ThirdPartyType
|
8592
|
+
Type?: ThirdPartyType;
|
8592
8593
|
/**
|
8593
8594
|
* @public
|
8594
8595
|
* <p>The name of the extension to test.</p>
|
@@ -8796,7 +8797,7 @@ export interface UpdateStackInput {
|
|
8796
8797
|
* </li>
|
8797
8798
|
* </ul>
|
8798
8799
|
*/
|
8799
|
-
Capabilities?:
|
8800
|
+
Capabilities?: Capability[];
|
8800
8801
|
/**
|
8801
8802
|
* @public
|
8802
8803
|
* <p>The template resource types that you have permissions to work with for this update stack action, such as
|
@@ -8996,7 +8997,7 @@ export interface UpdateStackInstancesInput {
|
|
8996
8997
|
* </li>
|
8997
8998
|
* </ul>
|
8998
8999
|
*/
|
8999
|
-
CallAs?: CallAs
|
9000
|
+
CallAs?: CallAs;
|
9000
9001
|
}
|
9001
9002
|
/**
|
9002
9003
|
* @public
|
@@ -9145,7 +9146,7 @@ export interface UpdateStackSetInput {
|
|
9145
9146
|
* </li>
|
9146
9147
|
* </ul>
|
9147
9148
|
*/
|
9148
|
-
Capabilities?:
|
9149
|
+
Capabilities?: Capability[];
|
9149
9150
|
/**
|
9150
9151
|
* @public
|
9151
9152
|
* <p>The key-value pairs to associate with this stack set and the stacks created from it. CloudFormation also
|
@@ -9231,7 +9232,7 @@ export interface UpdateStackSetInput {
|
|
9231
9232
|
* </li>
|
9232
9233
|
* </ul>
|
9233
9234
|
*/
|
9234
|
-
PermissionModel?: PermissionModels
|
9235
|
+
PermissionModel?: PermissionModels;
|
9235
9236
|
/**
|
9236
9237
|
* @public
|
9237
9238
|
* <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations
|
@@ -9296,7 +9297,7 @@ export interface UpdateStackSetInput {
|
|
9296
9297
|
* </li>
|
9297
9298
|
* </ul>
|
9298
9299
|
*/
|
9299
|
-
CallAs?: CallAs
|
9300
|
+
CallAs?: CallAs;
|
9300
9301
|
/**
|
9301
9302
|
* @public
|
9302
9303
|
* <p>Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
|
@@ -9411,7 +9412,7 @@ export interface ValidateTemplateOutput {
|
|
9411
9412
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM
|
9412
9413
|
* Resources in CloudFormation Templates</a>.</p>
|
9413
9414
|
*/
|
9414
|
-
Capabilities?:
|
9415
|
+
Capabilities?: Capability[];
|
9415
9416
|
/**
|
9416
9417
|
* @public
|
9417
9418
|
* <p>The list of resources that generated the values in the <code>Capabilities</code> response element.</p>
|