@aws-sdk/client-cloudformation 3.503.0 → 3.504.0
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/README.md +88 -0
- package/dist-cjs/commands/CreateGeneratedTemplateCommand.js +1 -0
- package/dist-cjs/commands/DeleteGeneratedTemplateCommand.js +1 -0
- package/dist-cjs/commands/DescribeGeneratedTemplateCommand.js +1 -0
- package/dist-cjs/commands/DescribeResourceScanCommand.js +1 -0
- package/dist-cjs/commands/GetGeneratedTemplateCommand.js +1 -0
- package/dist-cjs/commands/ListGeneratedTemplatesCommand.js +1 -0
- package/dist-cjs/commands/ListResourceScanRelatedResourcesCommand.js +1 -0
- package/dist-cjs/commands/ListResourceScanResourcesCommand.js +1 -0
- package/dist-cjs/commands/ListResourceScansCommand.js +1 -0
- package/dist-cjs/commands/StartResourceScanCommand.js +1 -0
- package/dist-cjs/commands/UpdateGeneratedTemplateCommand.js +1 -0
- package/dist-cjs/index.js +1677 -73
- package/dist-cjs/models/models_1.js +1 -0
- package/dist-cjs/pagination/ListGeneratedTemplatesPaginator.js +1 -0
- package/dist-cjs/pagination/ListResourceScanRelatedResourcesPaginator.js +1 -0
- package/dist-cjs/pagination/ListResourceScanResourcesPaginator.js +1 -0
- package/dist-cjs/pagination/ListResourceScansPaginator.js +1 -0
- package/dist-es/CloudFormation.js +22 -0
- package/dist-es/commands/CreateGeneratedTemplateCommand.js +24 -0
- package/dist-es/commands/DeleteGeneratedTemplateCommand.js +24 -0
- package/dist-es/commands/DescribeGeneratedTemplateCommand.js +24 -0
- package/dist-es/commands/DescribeResourceScanCommand.js +24 -0
- package/dist-es/commands/GetGeneratedTemplateCommand.js +24 -0
- package/dist-es/commands/ListGeneratedTemplatesCommand.js +24 -0
- package/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +24 -0
- package/dist-es/commands/ListResourceScanResourcesCommand.js +24 -0
- package/dist-es/commands/ListResourceScansCommand.js +24 -0
- package/dist-es/commands/StartResourceScanCommand.js +24 -0
- package/dist-es/commands/UpdateGeneratedTemplateCommand.js +24 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +104 -0
- package/dist-es/models/models_1.js +1 -0
- package/dist-es/pagination/ListGeneratedTemplatesPaginator.js +4 -0
- package/dist-es/pagination/ListResourceScanRelatedResourcesPaginator.js +4 -0
- package/dist-es/pagination/ListResourceScanResourcesPaginator.js +4 -0
- package/dist-es/pagination/ListResourceScansPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_query.js +1322 -92
- package/dist-types/CloudFormation.d.ts +77 -0
- package/dist-types/CloudFormationClient.d.ts +13 -2
- package/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +116 -0
- package/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +75 -0
- package/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +135 -0
- package/dist-types/commands/DescribeResourceScanCommand.d.ts +168 -0
- package/dist-types/commands/GetGeneratedTemplateCommand.d.ts +100 -0
- package/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +112 -0
- package/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +145 -0
- package/dist-types/commands/ListResourceScanResourcesCommand.d.ts +147 -0
- package/dist-types/commands/ListResourceScansCommand.d.ts +97 -0
- package/dist-types/commands/StartResourceScanCommand.d.ts +91 -0
- package/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +156 -0
- package/dist-types/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/dist-types/commands/UpdateStackSetCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/commands/ValidateTemplateCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +4075 -3877
- package/dist-types/models/models_1.d.ts +974 -0
- package/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListResourceScansPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_query.d.ts +99 -0
- package/dist-types/ts3.4/CloudFormation.d.ts +187 -0
- package/dist-types/ts3.4/CloudFormationClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +26 -0
- package/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TestTypeCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +250 -99
- package/dist-types/ts3.4/models/models_1.d.ts +132 -0
- package/dist-types/ts3.4/pagination/ListGeneratedTemplatesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceScanResourcesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListResourceScansPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +132 -0
- package/package.json +3 -3
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.