@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.
Files changed (118) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +10 -11
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +91 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +91 -0
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +10 -11
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -11
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +1 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +4 -3
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +12 -12
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +3 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +1 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +7 -4
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +1 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +1 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -0
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -32
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +1 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +8 -97
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +1 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +1 -0
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +1 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +1 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +1 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +47 -12
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +1 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -0
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +1 -0
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -1
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +1 -42
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +3 -1
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +1 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -30
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +28 -29
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +3 -28
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -0
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -0
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -0
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -2
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +5 -3
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -0
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -0
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -0
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -0
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -0
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +12 -5
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -0
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -0
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +36 -38
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -0
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -0
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -0
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +10 -11
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +141 -219
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +165 -16
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -2
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +11 -17
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +21 -1
  103. package/node_modules/@aws-sdk/client-cloudformation/package.json +2 -2
  104. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
  105. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
  106. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
  107. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
  108. package/node_modules/@aws-sdk/client-sso/package.json +1 -1
  109. package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
  110. package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
  111. package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
  112. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  113. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +46 -0
  114. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  115. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
  116. package/node_modules/@aws-sdk/nested-clients/package.json +1 -1
  117. package/node_modules/@aws-sdk/token-providers/package.json +2 -2
  118. 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. */
@@ -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 provided.</p>
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 {
@@ -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
- * @public
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
- * "ResourceScanId": "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/c19304f6-c4f1-4ff8-8e1f-35162e41d7e1",
89
- * "Resources": [
88
+ * ResourceScanId: "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/c19304f6-c4f1-4ff8-8e1f-35162e41d7e1",
89
+ * Resources: [
90
90
  * {
91
- * "ResourceIdentifier": {
92
- * "BucketName": "jazz-bucket"
91
+ * ResourceIdentifier: {
92
+ * BucketName: "jazz-bucket"
93
93
  * },
94
- * "ResourceType": "AWS::S3::Bucket"
94
+ * ResourceType: "AWS::S3::Bucket"
95
95
  * },
96
96
  * {
97
- * "ResourceIdentifier": {
98
- * "DhcpOptionsId": "random-id123"
97
+ * ResourceIdentifier: {
98
+ * DhcpOptionsId: "random-id123"
99
99
  * },
100
- * "ResourceType": "AWS::EC2::DHCPOptions"
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
- * "RelatedResources": [
108
+ * RelatedResources: [
109
109
  * {
110
- * "ManagedByStack": false,
111
- * "ResourceIdentifier": {
112
- * "DhcpOptionsId": "dopt-98765edcba",
113
- * "VpcId": "vpc-0123456abcdefg"
110
+ * ManagedByStack: false,
111
+ * ResourceIdentifier: {
112
+ * DhcpOptionsId: "dopt-98765edcba",
113
+ * VpcId: "vpc-0123456abcdefg"
114
114
  * },
115
- * "ResourceType": "AWS::EC2::VPCDHCPOptionsAssociation"
115
+ * ResourceType: "AWS::EC2::VPCDHCPOptionsAssociation"
116
116
  * },
117
117
  * {
118
- * "ManagedByStack": false,
119
- * "ResourceIdentifier": {
120
- * "VpcId": "vpc-0123456abcdefgabc"
118
+ * ManagedByStack: false,
119
+ * ResourceIdentifier: {
120
+ * VpcId: "vpc-0123456abcdefgabc"
121
121
  * },
122
- * "ResourceType": "AWS::EC2::VPC"
122
+ * ResourceType: "AWS::EC2::VPC"
123
123
  * },
124
124
  * {
125
- * "ManagedByStack": false,
126
- * "ResourceIdentifier": {
127
- * "DhcpOptionsId": "dopt-98765edcba",
128
- * "VpcId": "vpc-123456abcdef"
125
+ * ManagedByStack: false,
126
+ * ResourceIdentifier: {
127
+ * DhcpOptionsId: "dopt-98765edcba",
128
+ * VpcId: "vpc-123456abcdef"
129
129
  * },
130
- * "ResourceType": "AWS::EC2::VPCDHCPOptionsAssociation"
130
+ * ResourceType: "AWS::EC2::VPCDHCPOptionsAssociation"
131
131
  * },
132
132
  * {
133
- * "ManagedByStack": false,
134
- * "ResourceIdentifier": {
135
- * "VpcId": "vpc-12345678abcd"
133
+ * ManagedByStack: false,
134
+ * ResourceIdentifier: {
135
+ * VpcId: "vpc-12345678abcd"
136
136
  * },
137
- * "ResourceType": "AWS::EC2::VPC"
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
- * @public
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
- * "ResourceScanId": "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/c19304f6-c4f1-4ff8-8e1f-35162e41d7e1"
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
- * "NextToken": "AQICAHjOiFofVZCZ0aEN1VnF1m9jq/xxpTY7MyPexz72BHuAkgETVS8c+PVCFpE6uGVJDxCFAAACbjCCAmoGCSqGSIb3DQEHBqCCAlswggJXAgEAMIICUAYJKoZIhvcNAQcBMB4GCWCGSAFlAwQBLjARBAwJ9QJAYeDzUoBeimECARCAggIh8brcL6H6uMvcZafRTB79hUkdJlOoFavrhYA2U7qdlPUwyvaVqN2DvFMxsl2XC1SaWmr5esMKxg1fLjbOEF32lVQn0Jp8QuoFUvREnqEsR32ZQmiI/Oc9HmwIr/BS3rzljki2Kr8Y0nriS7aFDLUCYsdsRdQ9iL5/iCc6oW7IisCzq1VKcHijlXvuiEipZAinsxEbmYBjmWgT7UYZdrrb6Hq3COEgPzS490ucndtwPjyvuCIMiAfTLMuBgjkzEfp4U97aLwPWaiKw94dMXj/3K67uuH9BjWZO+j6d3nnyZ14FOgI7SQvvVBnxARbTmINttHWjXPrIuE9YuuSWgn6GmuzEEDqkuglOS/OeTHYSPvLPRrFieUiawblljLVoVY9/HDjL/EErSTWiCnytGXIRoMI9Ozp2Yjfm3MBwSDXvMIrscw6QAa3bUA6uJSV2skCBnDoqV8EXd8umh788OgEtDxQ7d/NlUYEhN6AJ0K9TVz/2rZgOlzLCmtvmbIy7loAZCmf/uPNkyu6WuoLWTzQz78SnA8jWPKnxrzhNyPuaIgUH23U3mExhfMRDczitpOo5JM81oHVPECslGoqktLhP55BQqMbJy4w16SZJfr993TXhF5jOZenRN1zDsK3J5cLdJgPK1Ds1Z9DnRKMfXOqoAyme2l94/h0kLIxgAtxOeJFP/g/9hUtt1qGkZeV3Xqw1nkFQnafGIg4fJoWg74Sr7yo=",
93
- * "Resources": [
92
+ * NextToken: "AQICAHjOiFofVZCZ0aEN1VnF1m9jq/xxpTY7MyPexz72BHuAkgETVS8c+PVCFpE6uGVJDxCFAAACbjCCAmoGCSqGSIb3DQEHBqCCAlswggJXAgEAMIICUAYJKoZIhvcNAQcBMB4GCWCGSAFlAwQBLjARBAwJ9QJAYeDzUoBeimECARCAggIh8brcL6H6uMvcZafRTB79hUkdJlOoFavrhYA2U7qdlPUwyvaVqN2DvFMxsl2XC1SaWmr5esMKxg1fLjbOEF32lVQn0Jp8QuoFUvREnqEsR32ZQmiI/Oc9HmwIr/BS3rzljki2Kr8Y0nriS7aFDLUCYsdsRdQ9iL5/iCc6oW7IisCzq1VKcHijlXvuiEipZAinsxEbmYBjmWgT7UYZdrrb6Hq3COEgPzS490ucndtwPjyvuCIMiAfTLMuBgjkzEfp4U97aLwPWaiKw94dMXj/3K67uuH9BjWZO+j6d3nnyZ14FOgI7SQvvVBnxARbTmINttHWjXPrIuE9YuuSWgn6GmuzEEDqkuglOS/OeTHYSPvLPRrFieUiawblljLVoVY9/HDjL/EErSTWiCnytGXIRoMI9Ozp2Yjfm3MBwSDXvMIrscw6QAa3bUA6uJSV2skCBnDoqV8EXd8umh788OgEtDxQ7d/NlUYEhN6AJ0K9TVz/2rZgOlzLCmtvmbIy7loAZCmf/uPNkyu6WuoLWTzQz78SnA8jWPKnxrzhNyPuaIgUH23U3mExhfMRDczitpOo5JM81oHVPECslGoqktLhP55BQqMbJy4w16SZJfr993TXhF5jOZenRN1zDsK3J5cLdJgPK1Ds1Z9DnRKMfXOqoAyme2l94/h0kLIxgAtxOeJFP/g/9hUtt1qGkZeV3Xqw1nkFQnafGIg4fJoWg74Sr7yo=",
93
+ * Resources: [
94
94
  * {
95
- * "ManagedByStack": false,
96
- * "ResourceIdentifier": {
97
- * "Arn": "arn:aws:amplify:us-east-1:123456789012:apps/12345678"
95
+ * ManagedByStack: false,
96
+ * ResourceIdentifier: {
97
+ * Arn: "arn:aws:amplify:us-east-1:123456789012:apps/12345678"
98
98
  * },
99
- * "ResourceType": "AWS::Amplify::App"
99
+ * ResourceType: "AWS::Amplify::App"
100
100
  * },
101
101
  * {
102
- * "ManagedByStack": true,
103
- * "ResourceIdentifier": {
104
- * "DeploymentId": "1234567",
105
- * "RestApiId": "abcdefgh"
102
+ * ManagedByStack: true,
103
+ * ResourceIdentifier: {
104
+ * DeploymentId: "1234567",
105
+ * RestApiId: "abcdefgh"
106
106
  * },
107
- * "ResourceType": "AWS::ApiGateway::Deployment"
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
- * "ResourceScanId": "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/c19304f6-c4f1-4ff8-8e1f-35162e41d7e1",
120
- * "ResourceTypePrefix": "AWS::S3"
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
- * "NextToken": "AQICAHjOiFofVZCZ0aEN1VnF1m9jq/xxpTY7MyPexz72BHuAkgETVS8c+PVCFpE6uGVJDxCFAAACbjCCAmoGCSqGSIb3DQEHBqCCAlswggJXAgEAMIICUAYJKoZIhvcNAQcBMB4GCWCGSAFlAwQBLjARBAwJ9QJAYeDzUoBeimECARCAggIh8brcL6H6uMvcZafRTB79hUkdJlOoFavrhYA2U7qdlPUwyvaVqN2DvFMxsl2XC1SaWmr5esMKxg1fLjbOEF32lVQn0Jp8QuoFUvREnqEsR32ZQmiI/Oc9HmwIr/BS3rzljki2Kr8Y0nriS7aFDLUCYsdsRdQ9iL5/iCc6oW7IisCzq1VKcHijlXvuiEipZAinsxEbmYBjmWgT7UYZdrrb6Hq3COEgPzS490ucndtwPjyvuCIMiAfTLMuBgjkzEfp4U97aLwPWaiKw94dMXj/3K67uuH9BjWZO+j6d3nnyZ14FOgI7SQvvVBnxARbTmINttHWjXPrIuE9YuuSWgn6GmuzEEDqkuglOS/OeTHYSPvLPRrFieUiawblljLVoVY9/HDjL/EErSTWiCnytGXIRoMI9Ozp2Yjfm3MBwSDXvMIrscw6QAa3bUA6uJSV2skCBnDoqV8EXd8umh788OgEtDxQ7d/NlUYEhN6AJ0K9TVz/2rZgOlzLCmtvmbIy7loAZCmf/uPNkyu6WuoLWTzQz78SnA8jWPKnxrzhNyPuaIgUH23U3mExhfMRDczitpOo5JM81oHVPECslGoqktLhP55BQqMbJy4w16SZJfr993TXhF5jOZenRN1zDsK3J5cLdJgPK1Ds1Z9DnRKMfXOqoAyme2l94/h0kLIxgAtxOeJFP/g/9hUtt1qGkZeV3Xqw1nkFQnafGIg4fJoWg74Sr7yo=",
127
- * "Resources": [
125
+ * NextToken: "AQICAHjOiFofVZCZ0aEN1VnF1m9jq/xxpTY7MyPexz72BHuAkgETVS8c+PVCFpE6uGVJDxCFAAACbjCCAmoGCSqGSIb3DQEHBqCCAlswggJXAgEAMIICUAYJKoZIhvcNAQcBMB4GCWCGSAFlAwQBLjARBAwJ9QJAYeDzUoBeimECARCAggIh8brcL6H6uMvcZafRTB79hUkdJlOoFavrhYA2U7qdlPUwyvaVqN2DvFMxsl2XC1SaWmr5esMKxg1fLjbOEF32lVQn0Jp8QuoFUvREnqEsR32ZQmiI/Oc9HmwIr/BS3rzljki2Kr8Y0nriS7aFDLUCYsdsRdQ9iL5/iCc6oW7IisCzq1VKcHijlXvuiEipZAinsxEbmYBjmWgT7UYZdrrb6Hq3COEgPzS490ucndtwPjyvuCIMiAfTLMuBgjkzEfp4U97aLwPWaiKw94dMXj/3K67uuH9BjWZO+j6d3nnyZ14FOgI7SQvvVBnxARbTmINttHWjXPrIuE9YuuSWgn6GmuzEEDqkuglOS/OeTHYSPvLPRrFieUiawblljLVoVY9/HDjL/EErSTWiCnytGXIRoMI9Ozp2Yjfm3MBwSDXvMIrscw6QAa3bUA6uJSV2skCBnDoqV8EXd8umh788OgEtDxQ7d/NlUYEhN6AJ0K9TVz/2rZgOlzLCmtvmbIy7loAZCmf/uPNkyu6WuoLWTzQz78SnA8jWPKnxrzhNyPuaIgUH23U3mExhfMRDczitpOo5JM81oHVPECslGoqktLhP55BQqMbJy4w16SZJfr993TXhF5jOZenRN1zDsK3J5cLdJgPK1Ds1Z9DnRKMfXOqoAyme2l94/h0kLIxgAtxOeJFP/g/9hUtt1qGkZeV3Xqw1nkFQnafGIg4fJoWg74Sr7yo=",
126
+ * Resources: [
128
127
  * {
129
- * "ManagedByStack": true,
130
- * "ResourceIdentifier": {
131
- * "Name": "test-access-point"
128
+ * ManagedByStack: true,
129
+ * ResourceIdentifier: {
130
+ * Name: "test-access-point"
132
131
  * },
133
- * "ResourceType": "AWS::S3::AccessPoint"
132
+ * ResourceType: "AWS::S3::AccessPoint"
134
133
  * },
135
134
  * {
136
- * "ManagedByStack": false,
137
- * "ResourceIdentifier": {
138
- * "Bucket": "a-random-bucket"
135
+ * ManagedByStack: false,
136
+ * ResourceIdentifier: {
137
+ * Bucket: "a-random-bucket"
139
138
  * },
140
- * "ResourceType": "AWS::S3::BucketPolicy"
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 {
@@ -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/models_0";
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 {
@@ -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
- * StackStatusFilter. Summary information for stacks that have been deleted is kept for 90 days
32
- * after the stack is deleted. If no StackStatusFilter is specified, summary information for all
33
- * stacks is returned (including existing stacks and stacks that have been deleted).</p>
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 {
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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 {
@@ -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
- * @public
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
- * "ResourceScanId": "arn:aws:cloudformation:us-east-1:123456789012:resourceScan/88f09db1-d211-4cb7-964b-434e2b8469ca"
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 {
@@ -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 {