@cdk8s/awscdk-resolver 0.0.270 → 0.0.272
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/README.md +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +108 -18
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +91 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -32
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +8 -97
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +47 -12
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +1 -42
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -30
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +28 -29
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +3 -28
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +12 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +36 -38
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +141 -219
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +165 -16
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +11 -17
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +21 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +17 -18
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +4 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +79 -30
- package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +20 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
- package/node_modules/@aws-sdk/core/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +17 -18
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/package.json +5 -5
@@ -62,42 +62,77 @@ declare const GetGeneratedTemplateCommand_base: {
|
|
62
62
|
* @throws {@link CloudFormationServiceException}
|
63
63
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
64
64
|
*
|
65
|
-
*
|
65
|
+
*
|
66
66
|
* @example To get a generated template in JSON format
|
67
67
|
* ```javascript
|
68
68
|
* // This example gets a generated template ins JSON format.
|
69
69
|
* const input = {
|
70
|
-
*
|
70
|
+
* GeneratedTemplateName: "JazzyTemplate"
|
71
71
|
* };
|
72
72
|
* const command = new GetGeneratedTemplateCommand(input);
|
73
73
|
* const response = await client.send(command);
|
74
|
-
* /* response
|
74
|
+
* /* response is
|
75
75
|
* {
|
76
|
-
*
|
77
|
-
*
|
76
|
+
* Status: "COMPLETE",
|
77
|
+
* TemplateBody: `{"Metadata":{"TemplateId":"arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/*"},"Parameters":{"Stage":{"Default":"beta","Type":"String"}},"Resources":{"TestRole":{"Properties":{"AssumeRolePolicyDocument":{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Principal":{"AWS":{"Fn::Sub":["arn:${AWS::Partition}:iam::${AccountId}:root",{"AccountId":{"Fn::AccountIdFromAlias":"test-account-alias"}}]}},"Action":"sts:AssumeRole"}]}},"Type":"AWS::IAM::Role","DeletionPolicy":"Delete"},"DocumentationPartl7ob4vsd76vs":{"UpdateReplacePolicy":"Retain","Type":"AWS::ApiGateway::DocumentationPart","DeletionPolicy":"Retain","Properties":{"RestApiId":"l7ob4vsd76","Properties":"{\n \"description\" : \"ListGeneratedTemplates 200 response\"\n}","Location":{"Path":"/ListGeneratedTemplates","Type":"RESPONSE","Method":"POST","StatusCode":"200"}}}}}`
|
78
78
|
* }
|
79
79
|
* *\/
|
80
|
-
* // example id: to-get-a-generated-template-json
|
81
80
|
* ```
|
82
81
|
*
|
83
82
|
* @example To get a generated template in YAML format
|
84
83
|
* ```javascript
|
85
84
|
* // This example gets a generated template in YAML format.
|
86
85
|
* const input = {
|
87
|
-
*
|
88
|
-
*
|
86
|
+
* Format: "YAML",
|
87
|
+
* GeneratedTemplateName: "JazzyTemplate"
|
89
88
|
* };
|
90
89
|
* const command = new GetGeneratedTemplateCommand(input);
|
91
90
|
* const response = await client.send(command);
|
92
|
-
* /* response
|
91
|
+
* /* response is
|
93
92
|
* {
|
94
|
-
*
|
95
|
-
*
|
93
|
+
* Status: "COMPLETE",
|
94
|
+
* TemplateBody: `---
|
95
|
+
* Metadata:
|
96
|
+
* TemplateId: "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/*"
|
97
|
+
* Parameters:
|
98
|
+
* Stage:
|
99
|
+
* Default: "beta"
|
100
|
+
* Type: "String"
|
101
|
+
* Resources:
|
102
|
+
* TestRole:
|
103
|
+
* Properties:
|
104
|
+
* AssumeRolePolicyDocument:
|
105
|
+
* Version: "2012-10-17"
|
106
|
+
* Statement:
|
107
|
+
* - Effect: "Allow"
|
108
|
+
* Principal:
|
109
|
+
* AWS:
|
110
|
+
* Fn::Sub:
|
111
|
+
* - "arn:${AWS::Partition}:iam::${AccountId}:root"
|
112
|
+
* - AccountId:
|
113
|
+
* Fn::AccountIdFromAlias: "test-account-alias"
|
114
|
+
* Action: "sts:AssumeRole"
|
115
|
+
* Type: "AWS::IAM::Role"
|
116
|
+
* DeletionPolicy: "Delete"
|
117
|
+
* DocumentationPartl7ob4vsd76vsnAlFMLXKVm:
|
118
|
+
* UpdateReplacePolicy: "Retain"
|
119
|
+
* Type: "AWS::ApiGateway::DocumentationPart"
|
120
|
+
* DeletionPolicy: "Retain"
|
121
|
+
* Properties:
|
122
|
+
* RestApiId: "l7ob4vsd76"
|
123
|
+
* Properties: "{\n \"description\" : \"ListGeneratedTemplates 200 response\"\n\
|
124
|
+
* }"
|
125
|
+
* Location:
|
126
|
+
* Path: "/ListGeneratedTemplates"
|
127
|
+
* Type: "RESPONSE"
|
128
|
+
* Method: "POST"
|
129
|
+
* StatusCode: "200"
|
130
|
+
* `
|
96
131
|
* }
|
97
132
|
* *\/
|
98
|
-
* // example id: to-get-a-generated-template-yaml
|
99
133
|
* ```
|
100
134
|
*
|
135
|
+
* @public
|
101
136
|
*/
|
102
137
|
export declare class GetGeneratedTemplateCommand extends GetGeneratedTemplateCommand_base {
|
103
138
|
/** @internal type navigation helper, not in runtime. */
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts
CHANGED
@@ -55,6 +55,7 @@ declare const GetStackPolicyCommand_base: {
|
|
55
55
|
* @throws {@link CloudFormationServiceException}
|
56
56
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
57
57
|
*
|
58
|
+
*
|
58
59
|
* @public
|
59
60
|
*/
|
60
61
|
export declare class GetStackPolicyCommand extends GetStackPolicyCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts
CHANGED
@@ -69,6 +69,7 @@ declare const GetTemplateCommand_base: {
|
|
69
69
|
* @throws {@link CloudFormationServiceException}
|
70
70
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
71
71
|
*
|
72
|
+
*
|
72
73
|
* @public
|
73
74
|
*/
|
74
75
|
export declare class GetTemplateCommand extends GetTemplateCommand_base {
|
@@ -113,6 +113,7 @@ declare const GetTemplateSummaryCommand_base: {
|
|
113
113
|
* @throws {@link CloudFormationServiceException}
|
114
114
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
115
115
|
*
|
116
|
+
*
|
116
117
|
* @public
|
117
118
|
*/
|
118
119
|
export declare class GetTemplateSummaryCommand extends GetTemplateSummaryCommand_base {
|
@@ -101,6 +101,7 @@ declare const ImportStacksToStackSetCommand_base: {
|
|
101
101
|
* @throws {@link CloudFormationServiceException}
|
102
102
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
103
103
|
*
|
104
|
+
*
|
104
105
|
* @public
|
105
106
|
*/
|
106
107
|
export declare class ImportStacksToStackSetCommand extends ImportStacksToStackSetCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts
CHANGED
@@ -74,6 +74,7 @@ declare const ListChangeSetsCommand_base: {
|
|
74
74
|
* @throws {@link CloudFormationServiceException}
|
75
75
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
76
76
|
*
|
77
|
+
*
|
77
78
|
* @public
|
78
79
|
*/
|
79
80
|
export declare class ListChangeSetsCommand extends ListChangeSetsCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts
CHANGED
@@ -31,7 +31,8 @@ declare const ListExportsCommand_base: {
|
|
31
31
|
* Use this action to see the exported output values that you can import into other stacks. To
|
32
32
|
* import values, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">
|
33
33
|
* Fn::ImportValue</a> function.</p>
|
34
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">Get exported outputs
|
34
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">Get exported outputs
|
35
|
+
* from a deployed CloudFormation stack</a>.</p>
|
35
36
|
* @example
|
36
37
|
* Use a bare-bones client and the command you need to make an API call.
|
37
38
|
* ```javascript
|
@@ -65,6 +66,7 @@ declare const ListExportsCommand_base: {
|
|
65
66
|
* @throws {@link CloudFormationServiceException}
|
66
67
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
67
68
|
*
|
69
|
+
*
|
68
70
|
* @public
|
69
71
|
*/
|
70
72
|
export declare class ListExportsCommand extends ListExportsCommand_base {
|
@@ -66,49 +66,8 @@ declare const ListGeneratedTemplatesCommand_base: {
|
|
66
66
|
* @throws {@link CloudFormationServiceException}
|
67
67
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
68
68
|
*
|
69
|
-
* @public
|
70
|
-
* @example To list generated templates
|
71
|
-
* ```javascript
|
72
|
-
* // This example lists the generated templates.
|
73
|
-
* const input = {};
|
74
|
-
* const command = new ListGeneratedTemplatesCommand(input);
|
75
|
-
* const response = await client.send(command);
|
76
|
-
* /* response ==
|
77
|
-
* {
|
78
|
-
* "Summaries": [
|
79
|
-
* {
|
80
|
-
* "CreationTime": "2023-12-28T17:55:20.086000+00:00",
|
81
|
-
* "GeneratedTemplateId": "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/abcdefghi-1234-abcd-abcd-abcdefgh1234567",
|
82
|
-
* "GeneratedTemplateName": "Template3",
|
83
|
-
* "LastUpdatedTime": "2023-12-28T17:57:16.610000+00:00",
|
84
|
-
* "NumberOfResources": 85,
|
85
|
-
* "Status": "COMPLETE",
|
86
|
-
* "StatusReason": "All resources complete"
|
87
|
-
* },
|
88
|
-
* {
|
89
|
-
* "CreationTime": "2023-12-21T01:51:07.764000+00:00",
|
90
|
-
* "GeneratedTemplateId": "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/bbcdefghi-1234-abcd-abcd-abcdefgh1234567",
|
91
|
-
* "GeneratedTemplateName": "Template2",
|
92
|
-
* "LastUpdatedTime": "2023-12-21T01:51:22.664000+00:00",
|
93
|
-
* "NumberOfResources": 12,
|
94
|
-
* "Status": "COMPLETE",
|
95
|
-
* "StatusReason": "All resources complete"
|
96
|
-
* },
|
97
|
-
* {
|
98
|
-
* "CreationTime": "2023-11-20T23:53:28.722000+00:00",
|
99
|
-
* "GeneratedTemplateId": "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/cbcdefghi-1234-abcd-abcd-abcdefgh1234567",
|
100
|
-
* "GeneratedTemplateName": "Template1",
|
101
|
-
* "LastUpdatedTime": "2023-11-21T04:25:30.527000+00:00",
|
102
|
-
* "NumberOfResources": 19,
|
103
|
-
* "Status": "COMPLETE",
|
104
|
-
* "StatusReason": "All resources complete"
|
105
|
-
* }
|
106
|
-
* ]
|
107
|
-
* }
|
108
|
-
* *\/
|
109
|
-
* // example id: to-list-generated-templates
|
110
|
-
* ```
|
111
69
|
*
|
70
|
+
* @public
|
112
71
|
*/
|
113
72
|
export declare class ListGeneratedTemplatesCommand extends ListGeneratedTemplatesCommand_base {
|
114
73
|
/** @internal type navigation helper, not in runtime. */
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts
CHANGED
@@ -27,7 +27,8 @@ declare const ListHookResultsCommand_base: {
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
28
28
|
};
|
29
29
|
/**
|
30
|
-
* <p>Returns summaries of invoked Hooks when a change set or Cloud Control API operation target is
|
30
|
+
* <p>Returns summaries of invoked Hooks when a change set or Cloud Control API operation target is
|
31
|
+
* provided.</p>
|
31
32
|
* @example
|
32
33
|
* Use a bare-bones client and the command you need to make an API call.
|
33
34
|
* ```javascript
|
@@ -72,6 +73,7 @@ declare const ListHookResultsCommand_base: {
|
|
72
73
|
* @throws {@link CloudFormationServiceException}
|
73
74
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
74
75
|
*
|
76
|
+
*
|
75
77
|
* @public
|
76
78
|
*/
|
77
79
|
export declare class ListHookResultsCommand extends ListHookResultsCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts
CHANGED
@@ -61,6 +61,7 @@ declare const ListImportsCommand_base: {
|
|
61
61
|
* @throws {@link CloudFormationServiceException}
|
62
62
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
63
63
|
*
|
64
|
+
*
|
64
65
|
* @public
|
65
66
|
*/
|
66
67
|
export declare class ListImportsCommand extends ListImportsCommand_base {
|
@@ -80,68 +80,68 @@ declare const ListResourceScanRelatedResourcesCommand_base: {
|
|
80
80
|
* @throws {@link CloudFormationServiceException}
|
81
81
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
82
82
|
*
|
83
|
-
*
|
83
|
+
*
|
84
84
|
* @example To list resource scan related resources
|
85
85
|
* ```javascript
|
86
86
|
* // This example lists the resources related to the passed in resources
|
87
87
|
* const input = {
|
88
|
-
*
|
89
|
-
*
|
88
|
+
* ResourceScanId: "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/c19304f6-c4f1-4ff8-8e1f-35162e41d7e1",
|
89
|
+
* Resources: [
|
90
90
|
* {
|
91
|
-
*
|
92
|
-
*
|
91
|
+
* ResourceIdentifier: {
|
92
|
+
* BucketName: "jazz-bucket"
|
93
93
|
* },
|
94
|
-
*
|
94
|
+
* ResourceType: "AWS::S3::Bucket"
|
95
95
|
* },
|
96
96
|
* {
|
97
|
-
*
|
98
|
-
*
|
97
|
+
* ResourceIdentifier: {
|
98
|
+
* DhcpOptionsId: "random-id123"
|
99
99
|
* },
|
100
|
-
*
|
100
|
+
* ResourceType: "AWS::EC2::DHCPOptions"
|
101
101
|
* }
|
102
102
|
* ]
|
103
103
|
* };
|
104
104
|
* const command = new ListResourceScanRelatedResourcesCommand(input);
|
105
105
|
* const response = await client.send(command);
|
106
|
-
* /* response
|
106
|
+
* /* response is
|
107
107
|
* {
|
108
|
-
*
|
108
|
+
* RelatedResources: [
|
109
109
|
* {
|
110
|
-
*
|
111
|
-
*
|
112
|
-
*
|
113
|
-
*
|
110
|
+
* ManagedByStack: false,
|
111
|
+
* ResourceIdentifier: {
|
112
|
+
* DhcpOptionsId: "dopt-98765edcba",
|
113
|
+
* VpcId: "vpc-0123456abcdefg"
|
114
114
|
* },
|
115
|
-
*
|
115
|
+
* ResourceType: "AWS::EC2::VPCDHCPOptionsAssociation"
|
116
116
|
* },
|
117
117
|
* {
|
118
|
-
*
|
119
|
-
*
|
120
|
-
*
|
118
|
+
* ManagedByStack: false,
|
119
|
+
* ResourceIdentifier: {
|
120
|
+
* VpcId: "vpc-0123456abcdefgabc"
|
121
121
|
* },
|
122
|
-
*
|
122
|
+
* ResourceType: "AWS::EC2::VPC"
|
123
123
|
* },
|
124
124
|
* {
|
125
|
-
*
|
126
|
-
*
|
127
|
-
*
|
128
|
-
*
|
125
|
+
* ManagedByStack: false,
|
126
|
+
* ResourceIdentifier: {
|
127
|
+
* DhcpOptionsId: "dopt-98765edcba",
|
128
|
+
* VpcId: "vpc-123456abcdef"
|
129
129
|
* },
|
130
|
-
*
|
130
|
+
* ResourceType: "AWS::EC2::VPCDHCPOptionsAssociation"
|
131
131
|
* },
|
132
132
|
* {
|
133
|
-
*
|
134
|
-
*
|
135
|
-
*
|
133
|
+
* ManagedByStack: false,
|
134
|
+
* ResourceIdentifier: {
|
135
|
+
* VpcId: "vpc-12345678abcd"
|
136
136
|
* },
|
137
|
-
*
|
137
|
+
* ResourceType: "AWS::EC2::VPC"
|
138
138
|
* }
|
139
139
|
* ]
|
140
140
|
* }
|
141
141
|
* *\/
|
142
|
-
* // example id: to-list-resource-scan-related-resources
|
143
142
|
* ```
|
144
143
|
*
|
144
|
+
* @public
|
145
145
|
*/
|
146
146
|
export declare class ListResourceScanRelatedResourcesCommand extends ListResourceScanRelatedResourcesCommand_base {
|
147
147
|
/** @internal type navigation helper, not in runtime. */
|
@@ -78,73 +78,72 @@ declare const ListResourceScanResourcesCommand_base: {
|
|
78
78
|
* @throws {@link CloudFormationServiceException}
|
79
79
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
80
80
|
*
|
81
|
-
*
|
81
|
+
*
|
82
82
|
* @example To list the resources in your resource scan
|
83
83
|
* ```javascript
|
84
84
|
* // This example lists the resources in your resource scan
|
85
85
|
* const input = {
|
86
|
-
*
|
86
|
+
* ResourceScanId: "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/c19304f6-c4f1-4ff8-8e1f-35162e41d7e1"
|
87
87
|
* };
|
88
88
|
* const command = new ListResourceScanResourcesCommand(input);
|
89
89
|
* const response = await client.send(command);
|
90
|
-
* /* response
|
90
|
+
* /* response is
|
91
91
|
* {
|
92
|
-
*
|
93
|
-
*
|
92
|
+
* NextToken: "AQICAHjOiFofVZCZ0aEN1VnF1m9jq/xxpTY7MyPexz72BHuAkgETVS8c+PVCFpE6uGVJDxCFAAACbjCCAmoGCSqGSIb3DQEHBqCCAlswggJXAgEAMIICUAYJKoZIhvcNAQcBMB4GCWCGSAFlAwQBLjARBAwJ9QJAYeDzUoBeimECARCAggIh8brcL6H6uMvcZafRTB79hUkdJlOoFavrhYA2U7qdlPUwyvaVqN2DvFMxsl2XC1SaWmr5esMKxg1fLjbOEF32lVQn0Jp8QuoFUvREnqEsR32ZQmiI/Oc9HmwIr/BS3rzljki2Kr8Y0nriS7aFDLUCYsdsRdQ9iL5/iCc6oW7IisCzq1VKcHijlXvuiEipZAinsxEbmYBjmWgT7UYZdrrb6Hq3COEgPzS490ucndtwPjyvuCIMiAfTLMuBgjkzEfp4U97aLwPWaiKw94dMXj/3K67uuH9BjWZO+j6d3nnyZ14FOgI7SQvvVBnxARbTmINttHWjXPrIuE9YuuSWgn6GmuzEEDqkuglOS/OeTHYSPvLPRrFieUiawblljLVoVY9/HDjL/EErSTWiCnytGXIRoMI9Ozp2Yjfm3MBwSDXvMIrscw6QAa3bUA6uJSV2skCBnDoqV8EXd8umh788OgEtDxQ7d/NlUYEhN6AJ0K9TVz/2rZgOlzLCmtvmbIy7loAZCmf/uPNkyu6WuoLWTzQz78SnA8jWPKnxrzhNyPuaIgUH23U3mExhfMRDczitpOo5JM81oHVPECslGoqktLhP55BQqMbJy4w16SZJfr993TXhF5jOZenRN1zDsK3J5cLdJgPK1Ds1Z9DnRKMfXOqoAyme2l94/h0kLIxgAtxOeJFP/g/9hUtt1qGkZeV3Xqw1nkFQnafGIg4fJoWg74Sr7yo=",
|
93
|
+
* Resources: [
|
94
94
|
* {
|
95
|
-
*
|
96
|
-
*
|
97
|
-
*
|
95
|
+
* ManagedByStack: false,
|
96
|
+
* ResourceIdentifier: {
|
97
|
+
* Arn: "arn:aws:amplify:us-east-1:123456789012:apps/12345678"
|
98
98
|
* },
|
99
|
-
*
|
99
|
+
* ResourceType: "AWS::Amplify::App"
|
100
100
|
* },
|
101
101
|
* {
|
102
|
-
*
|
103
|
-
*
|
104
|
-
*
|
105
|
-
*
|
102
|
+
* ManagedByStack: true,
|
103
|
+
* ResourceIdentifier: {
|
104
|
+
* DeploymentId: "1234567",
|
105
|
+
* RestApiId: "abcdefgh"
|
106
106
|
* },
|
107
|
-
*
|
107
|
+
* ResourceType: "AWS::ApiGateway::Deployment"
|
108
108
|
* }
|
109
109
|
* ]
|
110
110
|
* }
|
111
111
|
* *\/
|
112
|
-
* // example id: to-list-resource-scan-resources
|
113
112
|
* ```
|
114
113
|
*
|
115
114
|
* @example To list the resources in your resource scan for specific resource type
|
116
115
|
* ```javascript
|
117
116
|
* // This example lists the resources in your resource scan filtering only the resources that start with the passed in prefix
|
118
117
|
* const input = {
|
119
|
-
*
|
120
|
-
*
|
118
|
+
* ResourceScanId: "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/c19304f6-c4f1-4ff8-8e1f-35162e41d7e1",
|
119
|
+
* ResourceTypePrefix: "AWS::S3"
|
121
120
|
* };
|
122
121
|
* const command = new ListResourceScanResourcesCommand(input);
|
123
122
|
* const response = await client.send(command);
|
124
|
-
* /* response
|
123
|
+
* /* response is
|
125
124
|
* {
|
126
|
-
*
|
127
|
-
*
|
125
|
+
* NextToken: "AQICAHjOiFofVZCZ0aEN1VnF1m9jq/xxpTY7MyPexz72BHuAkgETVS8c+PVCFpE6uGVJDxCFAAACbjCCAmoGCSqGSIb3DQEHBqCCAlswggJXAgEAMIICUAYJKoZIhvcNAQcBMB4GCWCGSAFlAwQBLjARBAwJ9QJAYeDzUoBeimECARCAggIh8brcL6H6uMvcZafRTB79hUkdJlOoFavrhYA2U7qdlPUwyvaVqN2DvFMxsl2XC1SaWmr5esMKxg1fLjbOEF32lVQn0Jp8QuoFUvREnqEsR32ZQmiI/Oc9HmwIr/BS3rzljki2Kr8Y0nriS7aFDLUCYsdsRdQ9iL5/iCc6oW7IisCzq1VKcHijlXvuiEipZAinsxEbmYBjmWgT7UYZdrrb6Hq3COEgPzS490ucndtwPjyvuCIMiAfTLMuBgjkzEfp4U97aLwPWaiKw94dMXj/3K67uuH9BjWZO+j6d3nnyZ14FOgI7SQvvVBnxARbTmINttHWjXPrIuE9YuuSWgn6GmuzEEDqkuglOS/OeTHYSPvLPRrFieUiawblljLVoVY9/HDjL/EErSTWiCnytGXIRoMI9Ozp2Yjfm3MBwSDXvMIrscw6QAa3bUA6uJSV2skCBnDoqV8EXd8umh788OgEtDxQ7d/NlUYEhN6AJ0K9TVz/2rZgOlzLCmtvmbIy7loAZCmf/uPNkyu6WuoLWTzQz78SnA8jWPKnxrzhNyPuaIgUH23U3mExhfMRDczitpOo5JM81oHVPECslGoqktLhP55BQqMbJy4w16SZJfr993TXhF5jOZenRN1zDsK3J5cLdJgPK1Ds1Z9DnRKMfXOqoAyme2l94/h0kLIxgAtxOeJFP/g/9hUtt1qGkZeV3Xqw1nkFQnafGIg4fJoWg74Sr7yo=",
|
126
|
+
* Resources: [
|
128
127
|
* {
|
129
|
-
*
|
130
|
-
*
|
131
|
-
*
|
128
|
+
* ManagedByStack: true,
|
129
|
+
* ResourceIdentifier: {
|
130
|
+
* Name: "test-access-point"
|
132
131
|
* },
|
133
|
-
*
|
132
|
+
* ResourceType: "AWS::S3::AccessPoint"
|
134
133
|
* },
|
135
134
|
* {
|
136
|
-
*
|
137
|
-
*
|
138
|
-
*
|
135
|
+
* ManagedByStack: false,
|
136
|
+
* ResourceIdentifier: {
|
137
|
+
* Bucket: "a-random-bucket"
|
139
138
|
* },
|
140
|
-
*
|
139
|
+
* ResourceType: "AWS::S3::BucketPolicy"
|
141
140
|
* }
|
142
141
|
* ]
|
143
142
|
* }
|
144
143
|
* *\/
|
145
|
-
* // example id: to-list-resource-scan-resources-with-resource-type-prefix
|
146
144
|
* ```
|
147
145
|
*
|
146
|
+
* @public
|
148
147
|
*/
|
149
148
|
export declare class ListResourceScanResourcesCommand extends ListResourceScanResourcesCommand_base {
|
150
149
|
/** @internal type navigation helper, not in runtime. */
|
@@ -38,6 +38,7 @@ declare const ListResourceScansCommand_base: {
|
|
38
38
|
* const input = { // ListResourceScansInput
|
39
39
|
* NextToken: "STRING_VALUE",
|
40
40
|
* MaxResults: Number("int"),
|
41
|
+
* ScanTypeFilter: "FULL" || "PARTIAL",
|
41
42
|
* };
|
42
43
|
* const command = new ListResourceScansCommand(input);
|
43
44
|
* const response = await client.send(command);
|
@@ -50,6 +51,7 @@ declare const ListResourceScansCommand_base: {
|
|
50
51
|
* // StartTime: new Date("TIMESTAMP"),
|
51
52
|
* // EndTime: new Date("TIMESTAMP"),
|
52
53
|
* // PercentageCompleted: Number("double"),
|
54
|
+
* // ScanType: "FULL" || "PARTIAL",
|
53
55
|
* // },
|
54
56
|
* // ],
|
55
57
|
* // NextToken: "STRING_VALUE",
|
@@ -66,35 +68,8 @@ declare const ListResourceScansCommand_base: {
|
|
66
68
|
* @throws {@link CloudFormationServiceException}
|
67
69
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
68
70
|
*
|
69
|
-
* @public
|
70
|
-
* @example Listing Resource Scans
|
71
|
-
* ```javascript
|
72
|
-
* // This example shows how to list resource scans
|
73
|
-
* const input = {};
|
74
|
-
* const command = new ListResourceScansCommand(input);
|
75
|
-
* const response = await client.send(command);
|
76
|
-
* /* response ==
|
77
|
-
* {
|
78
|
-
* "ResourceScanSummaries": [
|
79
|
-
* {
|
80
|
-
* "PercentageCompleted": 37.4,
|
81
|
-
* "ResourceScanId": "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/51448627-817f-40f0-b37c-f6e0f974340c",
|
82
|
-
* "StartTime": "2024-01-24T00:33:29.673000+00:00",
|
83
|
-
* "Status": "IN_PROGRESS"
|
84
|
-
* },
|
85
|
-
* {
|
86
|
-
* "EndTime": "2024-01-02T23:25:48.075000+00:00",
|
87
|
-
* "PercentageCompleted": 100,
|
88
|
-
* "ResourceScanId": "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/c19304f6-c4f1-4ff8-8e1f-35162e41d7e1",
|
89
|
-
* "StartTime": "2024-01-02T22:15:18.382000+00:00",
|
90
|
-
* "Status": "COMPLETE"
|
91
|
-
* }
|
92
|
-
* ]
|
93
|
-
* }
|
94
|
-
* *\/
|
95
|
-
* // example id: to-list-resource-scans
|
96
|
-
* ```
|
97
71
|
*
|
72
|
+
* @public
|
98
73
|
*/
|
99
74
|
export declare class ListResourceScansCommand extends ListResourceScansCommand_base {
|
100
75
|
/** @internal type navigation helper, not in runtime. */
|
@@ -102,6 +102,7 @@ declare const ListStackInstanceResourceDriftsCommand_base: {
|
|
102
102
|
* @throws {@link CloudFormationServiceException}
|
103
103
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
104
104
|
*
|
105
|
+
*
|
105
106
|
* @public
|
106
107
|
*/
|
107
108
|
export declare class ListStackInstanceResourceDriftsCommand extends ListStackInstanceResourceDriftsCommand_base {
|
@@ -87,6 +87,7 @@ declare const ListStackInstancesCommand_base: {
|
|
87
87
|
* @throws {@link CloudFormationServiceException}
|
88
88
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
89
89
|
*
|
90
|
+
*
|
90
91
|
* @public
|
91
92
|
*/
|
92
93
|
export declare class ListStackInstancesCommand extends ListStackInstancesCommand_base {
|
@@ -86,6 +86,7 @@ declare const ListStackRefactorActionsCommand_base: {
|
|
86
86
|
* @throws {@link CloudFormationServiceException}
|
87
87
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
88
88
|
*
|
89
|
+
*
|
89
90
|
* @public
|
90
91
|
*/
|
91
92
|
export declare class ListStackRefactorActionsCommand extends ListStackRefactorActionsCommand_base {
|
@@ -68,6 +68,7 @@ declare const ListStackRefactorsCommand_base: {
|
|
68
68
|
* @throws {@link CloudFormationServiceException}
|
69
69
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
70
70
|
*
|
71
|
+
*
|
71
72
|
* @public
|
72
73
|
*/
|
73
74
|
export declare class ListStackRefactorsCommand extends ListStackRefactorsCommand_base {
|
@@ -75,6 +75,7 @@ declare const ListStackResourcesCommand_base: {
|
|
75
75
|
* @throws {@link CloudFormationServiceException}
|
76
76
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
77
77
|
*
|
78
|
+
*
|
78
79
|
* @public
|
79
80
|
*/
|
80
81
|
export declare class ListStackResourcesCommand extends ListStackResourcesCommand_base {
|
@@ -68,6 +68,7 @@ declare const ListStackSetAutoDeploymentTargetsCommand_base: {
|
|
68
68
|
* @throws {@link CloudFormationServiceException}
|
69
69
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
70
70
|
*
|
71
|
+
*
|
71
72
|
* @public
|
72
73
|
*/
|
73
74
|
export declare class ListStackSetAutoDeploymentTargetsCommand extends ListStackSetAutoDeploymentTargetsCommand_base {
|
@@ -83,6 +83,7 @@ declare const ListStackSetOperationResultsCommand_base: {
|
|
83
83
|
* @throws {@link CloudFormationServiceException}
|
84
84
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
85
85
|
*
|
86
|
+
*
|
86
87
|
* @public
|
87
88
|
*/
|
88
89
|
export declare class ListStackSetOperationResultsCommand extends ListStackSetOperationResultsCommand_base {
|
@@ -84,6 +84,7 @@ declare const ListStackSetOperationsCommand_base: {
|
|
84
84
|
* @throws {@link CloudFormationServiceException}
|
85
85
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
86
86
|
*
|
87
|
+
*
|
87
88
|
* @public
|
88
89
|
*/
|
89
90
|
export declare class ListStackSetOperationsCommand extends ListStackSetOperationsCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
3
3
|
import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudFormationClient";
|
4
|
-
import { ListStackSetsInput } from "../models/
|
5
|
-
import { ListStackSetsOutput } from "../models/models_1";
|
4
|
+
import { ListStackSetsInput, ListStackSetsOutput } from "../models/models_1";
|
6
5
|
/**
|
7
6
|
* @public
|
8
7
|
*/
|
@@ -94,6 +93,7 @@ declare const ListStackSetsCommand_base: {
|
|
94
93
|
* @throws {@link CloudFormationServiceException}
|
95
94
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
96
95
|
*
|
96
|
+
*
|
97
97
|
* @public
|
98
98
|
*/
|
99
99
|
export declare class ListStackSetsCommand extends ListStackSetsCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts
CHANGED
@@ -28,9 +28,10 @@ declare const ListStacksCommand_base: {
|
|
28
28
|
};
|
29
29
|
/**
|
30
30
|
* <p>Returns the summary information for stacks whose status matches the specified
|
31
|
-
*
|
32
|
-
* after the stack is deleted. If no StackStatusFilter is
|
33
|
-
* stacks is returned (including existing stacks and
|
31
|
+
* <code>StackStatusFilter</code>. Summary information for stacks that have been deleted is
|
32
|
+
* kept for 90 days after the stack is deleted. If no <code>StackStatusFilter</code> is
|
33
|
+
* specified, summary information for all stacks is returned (including existing stacks and
|
34
|
+
* stacks that have been deleted).</p>
|
34
35
|
* @example
|
35
36
|
* Use a bare-bones client and the command you need to make an API call.
|
36
37
|
* ```javascript
|
@@ -78,6 +79,7 @@ declare const ListStacksCommand_base: {
|
|
78
79
|
* @throws {@link CloudFormationServiceException}
|
79
80
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
80
81
|
*
|
82
|
+
*
|
81
83
|
* @public
|
82
84
|
*/
|
83
85
|
export declare class ListStacksCommand extends ListStacksCommand_base {
|
@@ -65,6 +65,7 @@ declare const ListTypeRegistrationsCommand_base: {
|
|
65
65
|
* @throws {@link CloudFormationServiceException}
|
66
66
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
67
67
|
*
|
68
|
+
*
|
68
69
|
* @public
|
69
70
|
*/
|
70
71
|
export declare class ListTypeRegistrationsCommand extends ListTypeRegistrationsCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts
CHANGED
@@ -75,6 +75,7 @@ declare const ListTypeVersionsCommand_base: {
|
|
75
75
|
* @throws {@link CloudFormationServiceException}
|
76
76
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
77
77
|
*
|
78
|
+
*
|
78
79
|
* @public
|
79
80
|
*/
|
80
81
|
export declare class ListTypeVersionsCommand extends ListTypeVersionsCommand_base {
|