@cdk8s/awscdk-resolver 0.0.271 → 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/index.js +91 -0
- 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-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 +2 -2
- 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 +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- 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 +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/package.json +5 -5
@@ -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 {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts
CHANGED
@@ -85,6 +85,7 @@ declare const ListTypesCommand_base: {
|
|
85
85
|
* @throws {@link CloudFormationServiceException}
|
86
86
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
87
87
|
*
|
88
|
+
*
|
88
89
|
* @public
|
89
90
|
*/
|
90
91
|
export declare class ListTypesCommand extends ListTypesCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts
CHANGED
@@ -69,6 +69,7 @@ declare const PublishTypeCommand_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 PublishTypeCommand extends PublishTypeCommand_base {
|
@@ -68,6 +68,7 @@ declare const RecordHandlerProgressCommand_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 RecordHandlerProgressCommand extends RecordHandlerProgressCommand_base {
|
@@ -64,6 +64,7 @@ declare const RegisterPublisherCommand_base: {
|
|
64
64
|
* @throws {@link CloudFormationServiceException}
|
65
65
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
66
66
|
*
|
67
|
+
*
|
67
68
|
* @public
|
68
69
|
*/
|
69
70
|
export declare class RegisterPublisherCommand extends RegisterPublisherCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts
CHANGED
@@ -90,6 +90,7 @@ declare const RegisterTypeCommand_base: {
|
|
90
90
|
* @throws {@link CloudFormationServiceException}
|
91
91
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
92
92
|
*
|
93
|
+
*
|
93
94
|
* @public
|
94
95
|
*/
|
95
96
|
export declare class RegisterTypeCommand extends RegisterTypeCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts
CHANGED
@@ -94,6 +94,7 @@ declare const RollbackStackCommand_base: {
|
|
94
94
|
* @throws {@link CloudFormationServiceException}
|
95
95
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
96
96
|
*
|
97
|
+
*
|
97
98
|
* @public
|
98
99
|
*/
|
99
100
|
export declare class RollbackStackCommand extends RollbackStackCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts
CHANGED
@@ -54,6 +54,7 @@ declare const SetStackPolicyCommand_base: {
|
|
54
54
|
* @throws {@link CloudFormationServiceException}
|
55
55
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
56
56
|
*
|
57
|
+
*
|
57
58
|
* @public
|
58
59
|
*/
|
59
60
|
export declare class SetStackPolicyCommand extends SetStackPolicyCommand_base {
|
@@ -77,6 +77,7 @@ declare const SetTypeConfigurationCommand_base: {
|
|
77
77
|
* @throws {@link CloudFormationServiceException}
|
78
78
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
79
79
|
*
|
80
|
+
*
|
80
81
|
* @public
|
81
82
|
*/
|
82
83
|
export declare class SetTypeConfigurationCommand extends SetTypeConfigurationCommand_base {
|
@@ -62,6 +62,7 @@ declare const SetTypeDefaultVersionCommand_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
|
* @public
|
66
67
|
*/
|
67
68
|
export declare class SetTypeDefaultVersionCommand extends SetTypeDefaultVersionCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts
CHANGED
@@ -60,6 +60,7 @@ declare const SignalResourceCommand_base: {
|
|
60
60
|
* @throws {@link CloudFormationServiceException}
|
61
61
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
62
62
|
*
|
63
|
+
*
|
63
64
|
* @public
|
64
65
|
*/
|
65
66
|
export declare class SignalResourceCommand extends SignalResourceCommand_base {
|
@@ -37,6 +37,13 @@ declare const StartResourceScanCommand_base: {
|
|
37
37
|
* const client = new CloudFormationClient(config);
|
38
38
|
* const input = { // StartResourceScanInput
|
39
39
|
* ClientRequestToken: "STRING_VALUE",
|
40
|
+
* ScanFilters: [ // ScanFilters
|
41
|
+
* { // ScanFilter
|
42
|
+
* Types: [ // ResourceTypeFilters
|
43
|
+
* "STRING_VALUE",
|
44
|
+
* ],
|
45
|
+
* },
|
46
|
+
* ],
|
40
47
|
* };
|
41
48
|
* const command = new StartResourceScanCommand(input);
|
42
49
|
* const response = await client.send(command);
|
@@ -73,21 +80,21 @@ declare const StartResourceScanCommand_base: {
|
|
73
80
|
* @throws {@link CloudFormationServiceException}
|
74
81
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
75
82
|
*
|
76
|
-
*
|
83
|
+
*
|
77
84
|
* @example To start a resource scan
|
78
85
|
* ```javascript
|
79
86
|
* // This example shows how to start a new resource scan
|
80
|
-
* const input = {};
|
87
|
+
* const input = { /* empty *\/ };
|
81
88
|
* const command = new StartResourceScanCommand(input);
|
82
89
|
* const response = await client.send(command);
|
83
|
-
* /* response
|
90
|
+
* /* response is
|
84
91
|
* {
|
85
|
-
*
|
92
|
+
* ResourceScanId: "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/88f09db1-d211-4cb7-964b-434e2b8469ca"
|
86
93
|
* }
|
87
94
|
* *\/
|
88
|
-
* // example id: to-start-a-generated-template
|
89
95
|
* ```
|
90
96
|
*
|
97
|
+
* @public
|
91
98
|
*/
|
92
99
|
export declare class StartResourceScanCommand extends StartResourceScanCommand_base {
|
93
100
|
/** @internal type navigation helper, not in runtime. */
|
@@ -65,6 +65,7 @@ declare const StopStackSetOperationCommand_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 StopStackSetOperationCommand extends StopStackSetOperationCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts
CHANGED
@@ -88,6 +88,7 @@ declare const TestTypeCommand_base: {
|
|
88
88
|
* @throws {@link CloudFormationServiceException}
|
89
89
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
90
90
|
*
|
91
|
+
*
|
91
92
|
* @public
|
92
93
|
*/
|
93
94
|
export declare class TestTypeCommand extends TestTypeCommand_base {
|