@jjrawlins/cdk-diff-pr-github-action 0.0.14-beta → 0.0.14
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 +10 -10
- package/.mergify.yml +7 -28
- package/API.md +17 -0
- package/README.md +26 -36
- package/lib/CdkDiffIamTemplate.js +1 -1
- package/lib/CdkDiffStackWorkflow.js +1 -1
- package/lib/CdkDriftDetectionWorkflow.d.ts +3 -2
- package/lib/CdkDriftDetectionWorkflow.js +14 -71
- package/lib/CdkDriftIamTemplate.js +1 -1
- package/node_modules/@aws/lambda-invoke-store/README.md +35 -27
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +104 -46
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +40 -47
- package/node_modules/@aws/lambda-invoke-store/package.json +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/README.md +18 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +3383 -9491
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeEventsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetHookResultCommand.js +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListHookResultsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +3 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +124 -74
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +10 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeChangeSetPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeEventsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +3185 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +23 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +21 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -2
- 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/CreateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +20 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeEventsCommand.d.ts +143 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetHookResultCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +7 -1
- 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/SetTypeConfigurationCommand.d.ts +1 -2
- 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/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +957 -1030
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +826 -27
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeChangeSetPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeEventsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +467 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +36 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +16 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetHookResultCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +251 -202
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +145 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeChangeSetPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +472 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -35
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +277 -270
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +3 -10
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -26
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +265 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +10 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -24
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/schemas/schemas_0.d.ts +26 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -18
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/schemas/schemas_0.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/package.json +32 -32
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +53 -22
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +53 -22
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +19 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +13 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +1 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +126 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +10 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +4 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +12 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +4 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +4 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +7 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +6 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/package.json +11 -11
- 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 +7 -7
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +246 -310
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +207 -548
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -13
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +211 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -17
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +214 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +10 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +10 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +8 -24
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +26 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -6
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +28 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -10
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +4 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +32 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- 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/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/abort-controller/package.json +2 -2
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +6 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +6 -1
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +4 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +43 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +7 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +0 -1
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +44 -3
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +7 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +3 -3
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +2 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +10 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +1 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +1 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +21 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +5 -5
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +5 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +15 -15
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/js-yaml/README.md +9 -8
- package/node_modules/js-yaml/dist/js-yaml.js +22 -16
- package/node_modules/js-yaml/dist/js-yaml.min.js +2 -2
- package/node_modules/js-yaml/dist/js-yaml.mjs +20 -15
- package/node_modules/js-yaml/lib/loader.js +18 -12
- package/node_modules/js-yaml/package.json +1 -1
- package/package.json +13 -8
- package/.junie/guidelines.md +0 -62
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4341
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4340
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4295
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4311
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4317
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4317
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4070
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4070
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -4070
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -3946
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +0 -3917
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +0 -62
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -276
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -8
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -96
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -144
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -2
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -19
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -137
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -276
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -96
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -144
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -122
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -2
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -19
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -137
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -298
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -144
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -122
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -20
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -396
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -144
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -122
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -20
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -396
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -122
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -3
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -20
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -396
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -18
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -216
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -584
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -18
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -216
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -584
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -18
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -217
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -577
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -17
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -217
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -566
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -21
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -242
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-drift-detection-script.d.ts +0 -15
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-drift-detection-script.js +0 -196
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +0 -599
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +0 -202
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +0 -146
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +0 -101
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +0 -22
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +0 -143
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.d.ts +0 -21
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftDetectionWorkflow.js +0 -242
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.d.ts +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDriftIamTemplate.js +0 -76
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +0 -9
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +0 -256
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-drift-detection-script.d.ts +0 -15
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-drift-detection-script.js +0 -196
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +0 -204
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.d.ts +0 -1
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/detect-drift.js +0 -162
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +0 -4
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +0 -21
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +0 -136
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +0 -10
- package/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +0 -1
- package/lib/bin/describe-cfn-changeset.d.ts +0 -1
- package/lib/bin/describe-cfn-changeset.js +0 -204
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +0 -8938
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +0 -794
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -1061
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
- package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -257
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -17
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -7
- package/yalc.lock +0 -10
- /package/{.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts → node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts} +0 -0
- /package/node_modules/{argparse → js-yaml/node_modules/argparse}/LICENSE +0 -0
- /package/node_modules/{argparse → js-yaml/node_modules/argparse}/README.md +0 -0
- /package/node_modules/{argparse → js-yaml/node_modules/argparse}/argparse.js +0 -0
- /package/node_modules/{argparse → js-yaml/node_modules/argparse}/lib/sub.js +0 -0
- /package/node_modules/{argparse → js-yaml/node_modules/argparse}/lib/textwrap.js +0 -0
- /package/node_modules/{argparse → js-yaml/node_modules/argparse}/package.json +0 -0
|
@@ -336,6 +336,17 @@ export declare class TypeNotFoundException extends __BaseException {
|
|
|
336
336
|
*/
|
|
337
337
|
constructor(opts: __ExceptionOptionType<TypeNotFoundException, __BaseException>);
|
|
338
338
|
}
|
|
339
|
+
/**
|
|
340
|
+
* @public
|
|
341
|
+
* @enum
|
|
342
|
+
*/
|
|
343
|
+
export declare const AfterValueFrom: {
|
|
344
|
+
readonly TEMPLATE: "TEMPLATE";
|
|
345
|
+
};
|
|
346
|
+
/**
|
|
347
|
+
* @public
|
|
348
|
+
*/
|
|
349
|
+
export type AfterValueFrom = (typeof AfterValueFrom)[keyof typeof AfterValueFrom];
|
|
339
350
|
/**
|
|
340
351
|
* <p>The resource with the name requested already exists.</p>
|
|
341
352
|
* @public
|
|
@@ -349,6 +360,76 @@ export declare class AlreadyExistsException extends __BaseException {
|
|
|
349
360
|
*/
|
|
350
361
|
constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
|
|
351
362
|
}
|
|
363
|
+
/**
|
|
364
|
+
* @public
|
|
365
|
+
* @enum
|
|
366
|
+
*/
|
|
367
|
+
export declare const AnnotationSeverityLevel: {
|
|
368
|
+
readonly CRITICAL: "CRITICAL";
|
|
369
|
+
readonly HIGH: "HIGH";
|
|
370
|
+
readonly INFORMATIONAL: "INFORMATIONAL";
|
|
371
|
+
readonly LOW: "LOW";
|
|
372
|
+
readonly MEDIUM: "MEDIUM";
|
|
373
|
+
};
|
|
374
|
+
/**
|
|
375
|
+
* @public
|
|
376
|
+
*/
|
|
377
|
+
export type AnnotationSeverityLevel = (typeof AnnotationSeverityLevel)[keyof typeof AnnotationSeverityLevel];
|
|
378
|
+
/**
|
|
379
|
+
* @public
|
|
380
|
+
* @enum
|
|
381
|
+
*/
|
|
382
|
+
export declare const AnnotationStatus: {
|
|
383
|
+
readonly FAILED: "FAILED";
|
|
384
|
+
readonly PASSED: "PASSED";
|
|
385
|
+
readonly SKIPPED: "SKIPPED";
|
|
386
|
+
};
|
|
387
|
+
/**
|
|
388
|
+
* @public
|
|
389
|
+
*/
|
|
390
|
+
export type AnnotationStatus = (typeof AnnotationStatus)[keyof typeof AnnotationStatus];
|
|
391
|
+
/**
|
|
392
|
+
* <p>The <code>Annotation</code> data type.</p>
|
|
393
|
+
* <p>A <code>GetHookResult</code> call returns detailed information and remediation guidance from
|
|
394
|
+
* Control Tower, Guard, Lambda, or custom Hooks for a Hook invocation result.</p>
|
|
395
|
+
* @public
|
|
396
|
+
*/
|
|
397
|
+
export interface Annotation {
|
|
398
|
+
/**
|
|
399
|
+
* <p>An identifier for the evaluation logic that was used when invoking the Hook. For Control Tower,
|
|
400
|
+
* this is the control ID. For Guard, this is the rule ID. For Lambda and custom Hooks,
|
|
401
|
+
* this is a user-defined identifier.</p>
|
|
402
|
+
* @public
|
|
403
|
+
*/
|
|
404
|
+
AnnotationName?: string | undefined;
|
|
405
|
+
/**
|
|
406
|
+
* <p>The status of the Hook invocation from the downstream service.</p>
|
|
407
|
+
* @public
|
|
408
|
+
*/
|
|
409
|
+
Status?: AnnotationStatus | undefined;
|
|
410
|
+
/**
|
|
411
|
+
* <p>The explanation for the specific status assigned to this Hook invocation. For example,
|
|
412
|
+
* "Bucket does not block public access".</p>
|
|
413
|
+
* @public
|
|
414
|
+
*/
|
|
415
|
+
StatusMessage?: string | undefined;
|
|
416
|
+
/**
|
|
417
|
+
* <p>Suggests what to change if your Hook returns a <code>FAILED</code> status. For example,
|
|
418
|
+
* "Block public access to the bucket".</p>
|
|
419
|
+
* @public
|
|
420
|
+
*/
|
|
421
|
+
RemediationMessage?: string | undefined;
|
|
422
|
+
/**
|
|
423
|
+
* <p>A URL that you can access for additional remediation guidance.</p>
|
|
424
|
+
* @public
|
|
425
|
+
*/
|
|
426
|
+
RemediationLink?: string | undefined;
|
|
427
|
+
/**
|
|
428
|
+
* <p>The relative risk associated with any violations of this type.</p>
|
|
429
|
+
* @public
|
|
430
|
+
*/
|
|
431
|
+
SeverityLevel?: AnnotationSeverityLevel | undefined;
|
|
432
|
+
}
|
|
352
433
|
/**
|
|
353
434
|
* @public
|
|
354
435
|
* @enum
|
|
@@ -357,6 +438,7 @@ export declare const AttributeChangeType: {
|
|
|
357
438
|
readonly Add: "Add";
|
|
358
439
|
readonly Modify: "Modify";
|
|
359
440
|
readonly Remove: "Remove";
|
|
441
|
+
readonly SyncWithActual: "SyncWithActual";
|
|
360
442
|
};
|
|
361
443
|
/**
|
|
362
444
|
* @public
|
|
@@ -546,6 +628,31 @@ export declare class TypeConfigurationNotFoundException extends __BaseException
|
|
|
546
628
|
*/
|
|
547
629
|
constructor(opts: __ExceptionOptionType<TypeConfigurationNotFoundException, __BaseException>);
|
|
548
630
|
}
|
|
631
|
+
/**
|
|
632
|
+
* @public
|
|
633
|
+
* @enum
|
|
634
|
+
*/
|
|
635
|
+
export declare const BeaconStackOperationStatus: {
|
|
636
|
+
readonly FAILED: "FAILED";
|
|
637
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
638
|
+
readonly SUCCEEDED: "SUCCEEDED";
|
|
639
|
+
};
|
|
640
|
+
/**
|
|
641
|
+
* @public
|
|
642
|
+
*/
|
|
643
|
+
export type BeaconStackOperationStatus = (typeof BeaconStackOperationStatus)[keyof typeof BeaconStackOperationStatus];
|
|
644
|
+
/**
|
|
645
|
+
* @public
|
|
646
|
+
* @enum
|
|
647
|
+
*/
|
|
648
|
+
export declare const BeforeValueFrom: {
|
|
649
|
+
readonly ACTUAL_STATE: "ACTUAL_STATE";
|
|
650
|
+
readonly PREVIOUS_DEPLOYMENT_STATE: "PREVIOUS_DEPLOYMENT_STATE";
|
|
651
|
+
};
|
|
652
|
+
/**
|
|
653
|
+
* @public
|
|
654
|
+
*/
|
|
655
|
+
export type BeforeValueFrom = (typeof BeforeValueFrom)[keyof typeof BeforeValueFrom];
|
|
549
656
|
/**
|
|
550
657
|
* @public
|
|
551
658
|
* @enum
|
|
@@ -571,9 +678,9 @@ export interface CancelUpdateStackInput {
|
|
|
571
678
|
* resource-level permissions and avoid returning a response when no parameter is sent in the
|
|
572
679
|
* request:</p>
|
|
573
680
|
* <p>
|
|
574
|
-
* <code>\{ "Version": "2012-10-17",
|
|
575
|
-
* "cloudformation:DescribeStacks", "NotResource":
|
|
576
|
-
* \}</code>
|
|
681
|
+
* <code>\{ "Version": "2012-10-17", "Statement": [\{ "Effect": "Deny",
|
|
682
|
+
* "Action": "cloudformation:DescribeStacks", "NotResource":
|
|
683
|
+
* "arn:aws:cloudformation:*:*:stack/*\/*" \}] \}</code>
|
|
577
684
|
* </p>
|
|
578
685
|
* </note>
|
|
579
686
|
* <p>The name or the unique stack ID that's associated with the stack.</p>
|
|
@@ -639,6 +746,7 @@ export declare const ChangeAction: {
|
|
|
639
746
|
readonly Import: "Import";
|
|
640
747
|
readonly Modify: "Modify";
|
|
641
748
|
readonly Remove: "Remove";
|
|
749
|
+
readonly SyncWithActual: "SyncWithActual";
|
|
642
750
|
};
|
|
643
751
|
/**
|
|
644
752
|
* @public
|
|
@@ -651,6 +759,7 @@ export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
|
|
|
651
759
|
export declare const ChangeSource: {
|
|
652
760
|
readonly Automatic: "Automatic";
|
|
653
761
|
readonly DirectModification: "DirectModification";
|
|
762
|
+
readonly NoModification: "NoModification";
|
|
654
763
|
readonly ParameterReference: "ParameterReference";
|
|
655
764
|
readonly ResourceAttribute: "ResourceAttribute";
|
|
656
765
|
readonly ResourceReference: "ResourceReference";
|
|
@@ -688,6 +797,28 @@ export declare const ResourceAttribute: {
|
|
|
688
797
|
* @public
|
|
689
798
|
*/
|
|
690
799
|
export type ResourceAttribute = (typeof ResourceAttribute)[keyof typeof ResourceAttribute];
|
|
800
|
+
/**
|
|
801
|
+
* <p>Contains drift information for a resource property, including actual value, previous
|
|
802
|
+
* deployment value, and drift detection timestamp.</p>
|
|
803
|
+
* @public
|
|
804
|
+
*/
|
|
805
|
+
export interface LiveResourceDrift {
|
|
806
|
+
/**
|
|
807
|
+
* <p>The configuration value from the previous CloudFormation deployment.</p>
|
|
808
|
+
* @public
|
|
809
|
+
*/
|
|
810
|
+
PreviousValue?: string | undefined;
|
|
811
|
+
/**
|
|
812
|
+
* <p>The current live configuration value of the resource property.</p>
|
|
813
|
+
* @public
|
|
814
|
+
*/
|
|
815
|
+
ActualValue?: string | undefined;
|
|
816
|
+
/**
|
|
817
|
+
* <p>The timestamp when drift was detected for this resource property.</p>
|
|
818
|
+
* @public
|
|
819
|
+
*/
|
|
820
|
+
DriftDetectionTimestamp?: Date | undefined;
|
|
821
|
+
}
|
|
691
822
|
/**
|
|
692
823
|
* @public
|
|
693
824
|
* @enum
|
|
@@ -745,6 +876,41 @@ export interface ResourceTargetDefinition {
|
|
|
745
876
|
* @public
|
|
746
877
|
*/
|
|
747
878
|
AfterValue?: string | undefined;
|
|
879
|
+
/**
|
|
880
|
+
* <p>Indicates the source of the before value. Valid values:</p>
|
|
881
|
+
* <ul>
|
|
882
|
+
* <li>
|
|
883
|
+
* <p>
|
|
884
|
+
* <code>ACTUAL_STATE</code> – The before value represents current actual state.</p>
|
|
885
|
+
* </li>
|
|
886
|
+
* <li>
|
|
887
|
+
* <p>
|
|
888
|
+
* <code>PREVIOUS_DEPLOYMENT_STATE</code> – The before value represents the previous
|
|
889
|
+
* CloudFormation deployment state.</p>
|
|
890
|
+
* </li>
|
|
891
|
+
* </ul>
|
|
892
|
+
* <p>Only present for drift-aware change sets.</p>
|
|
893
|
+
* @public
|
|
894
|
+
*/
|
|
895
|
+
BeforeValueFrom?: BeforeValueFrom | undefined;
|
|
896
|
+
/**
|
|
897
|
+
* <p>Indicates the source of the after value. Valid value:</p>
|
|
898
|
+
* <ul>
|
|
899
|
+
* <li>
|
|
900
|
+
* <p>
|
|
901
|
+
* <code>TEMPLATE</code> – The after value comes from the new template.</p>
|
|
902
|
+
* </li>
|
|
903
|
+
* </ul>
|
|
904
|
+
* <p>Only present for drift-aware change sets.</p>
|
|
905
|
+
* @public
|
|
906
|
+
*/
|
|
907
|
+
AfterValueFrom?: AfterValueFrom | undefined;
|
|
908
|
+
/**
|
|
909
|
+
* <p>Detailed drift information for the resource property, including actual values, previous
|
|
910
|
+
* deployment values, and drift detection timestamps.</p>
|
|
911
|
+
* @public
|
|
912
|
+
*/
|
|
913
|
+
Drift?: LiveResourceDrift | undefined;
|
|
748
914
|
/**
|
|
749
915
|
* <p>The type of change to be made to the property if the change is executed.</p>
|
|
750
916
|
* <ul>
|
|
@@ -760,6 +926,11 @@ export interface ResourceTargetDefinition {
|
|
|
760
926
|
* <p>
|
|
761
927
|
* <code>Modify</code> The item will be modified.</p>
|
|
762
928
|
* </li>
|
|
929
|
+
* <li>
|
|
930
|
+
* <p>
|
|
931
|
+
* <code>SyncWithActual</code> The drift status of this item will be reset but the item will
|
|
932
|
+
* not be modified.</p>
|
|
933
|
+
* </li>
|
|
763
934
|
* </ul>
|
|
764
935
|
* @public
|
|
765
936
|
*/
|
|
@@ -827,6 +998,11 @@ export interface ResourceChangeDetail {
|
|
|
827
998
|
* have changed. Changes to a nested stack's template aren't visible to CloudFormation until you run
|
|
828
999
|
* an update on the parent stack.</p>
|
|
829
1000
|
* </li>
|
|
1001
|
+
* <li>
|
|
1002
|
+
* <p>
|
|
1003
|
+
* <code>NoModification</code> entities are changes made to the template that matches the actual
|
|
1004
|
+
* state of the resource.</p>
|
|
1005
|
+
* </li>
|
|
830
1006
|
* </ul>
|
|
831
1007
|
* @public
|
|
832
1008
|
*/
|
|
@@ -907,6 +1083,62 @@ export declare const Replacement: {
|
|
|
907
1083
|
* @public
|
|
908
1084
|
*/
|
|
909
1085
|
export type Replacement = (typeof Replacement)[keyof typeof Replacement];
|
|
1086
|
+
/**
|
|
1087
|
+
* @public
|
|
1088
|
+
* @enum
|
|
1089
|
+
*/
|
|
1090
|
+
export declare const DriftIgnoredReason: {
|
|
1091
|
+
readonly MANAGED_BY_AWS: "MANAGED_BY_AWS";
|
|
1092
|
+
readonly WRITE_ONLY_PROPERTY: "WRITE_ONLY_PROPERTY";
|
|
1093
|
+
};
|
|
1094
|
+
/**
|
|
1095
|
+
* @public
|
|
1096
|
+
*/
|
|
1097
|
+
export type DriftIgnoredReason = (typeof DriftIgnoredReason)[keyof typeof DriftIgnoredReason];
|
|
1098
|
+
/**
|
|
1099
|
+
* <p>The <code>ResourceDriftIgnoredAttribute</code> data type.</p>
|
|
1100
|
+
* @public
|
|
1101
|
+
*/
|
|
1102
|
+
export interface ResourceDriftIgnoredAttribute {
|
|
1103
|
+
/**
|
|
1104
|
+
* <p>Path of the resource attribute for which drift was ignored.</p>
|
|
1105
|
+
* @public
|
|
1106
|
+
*/
|
|
1107
|
+
Path?: string | undefined;
|
|
1108
|
+
/**
|
|
1109
|
+
* <p>Reason why drift was ignored for the attribute, can have 2 possible values:</p>
|
|
1110
|
+
* <ul>
|
|
1111
|
+
* <li>
|
|
1112
|
+
* <p>
|
|
1113
|
+
* <code>WRITE_ONLY_PROPERTY</code> - Property is not included in read response for the
|
|
1114
|
+
* resource’s live state.</p>
|
|
1115
|
+
* </li>
|
|
1116
|
+
* <li>
|
|
1117
|
+
* <p>
|
|
1118
|
+
* <code>MANAGED_BY_AWS</code> - Property is managed by an Amazon Web Services service and is expected to be
|
|
1119
|
+
* dynamically modified.</p>
|
|
1120
|
+
* </li>
|
|
1121
|
+
* </ul>
|
|
1122
|
+
* @public
|
|
1123
|
+
*/
|
|
1124
|
+
Reason?: DriftIgnoredReason | undefined;
|
|
1125
|
+
}
|
|
1126
|
+
/**
|
|
1127
|
+
* @public
|
|
1128
|
+
* @enum
|
|
1129
|
+
*/
|
|
1130
|
+
export declare const StackResourceDriftStatus: {
|
|
1131
|
+
readonly DELETED: "DELETED";
|
|
1132
|
+
readonly IN_SYNC: "IN_SYNC";
|
|
1133
|
+
readonly MODIFIED: "MODIFIED";
|
|
1134
|
+
readonly NOT_CHECKED: "NOT_CHECKED";
|
|
1135
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
1136
|
+
readonly UNSUPPORTED: "UNSUPPORTED";
|
|
1137
|
+
};
|
|
1138
|
+
/**
|
|
1139
|
+
* @public
|
|
1140
|
+
*/
|
|
1141
|
+
export type StackResourceDriftStatus = (typeof StackResourceDriftStatus)[keyof typeof StackResourceDriftStatus];
|
|
910
1142
|
/**
|
|
911
1143
|
* <p>The <code>ResourceChange</code> structure describes the resource and the action that
|
|
912
1144
|
* CloudFormation will perform on it if you execute this change set.</p>
|
|
@@ -949,8 +1181,9 @@ export interface ResourceChange {
|
|
|
949
1181
|
/**
|
|
950
1182
|
* <p>The action that CloudFormation takes on the resource, such as <code>Add</code> (adds a new
|
|
951
1183
|
* resource), <code>Modify</code> (changes a resource), <code>Remove</code> (deletes a resource),
|
|
952
|
-
* <code>Import</code> (imports a resource),
|
|
953
|
-
* can't be determined)
|
|
1184
|
+
* <code>Import</code> (imports a resource), <code>Dynamic</code> (exact action for the resource
|
|
1185
|
+
* can't be determined), or <code>SyncWithActual</code> (resource will not be changed, only
|
|
1186
|
+
* CloudFormation metadata will change).</p>
|
|
954
1187
|
* @public
|
|
955
1188
|
*/
|
|
956
1189
|
Action?: ChangeAction | undefined;
|
|
@@ -993,6 +1226,43 @@ export interface ResourceChange {
|
|
|
993
1226
|
* @public
|
|
994
1227
|
*/
|
|
995
1228
|
Scope?: ResourceAttribute[] | undefined;
|
|
1229
|
+
/**
|
|
1230
|
+
* <p>The drift status of the resource. Valid values:</p>
|
|
1231
|
+
* <ul>
|
|
1232
|
+
* <li>
|
|
1233
|
+
* <p>
|
|
1234
|
+
* <code>IN_SYNC</code> – The resource matches its template definition.</p>
|
|
1235
|
+
* </li>
|
|
1236
|
+
* <li>
|
|
1237
|
+
* <p>
|
|
1238
|
+
* <code>MODIFIED</code> – Resource properties were modified outside CloudFormation.</p>
|
|
1239
|
+
* </li>
|
|
1240
|
+
* <li>
|
|
1241
|
+
* <p>
|
|
1242
|
+
* <code>DELETED</code> – The resource was deleted outside CloudFormation.</p>
|
|
1243
|
+
* </li>
|
|
1244
|
+
* <li>
|
|
1245
|
+
* <p>
|
|
1246
|
+
* <code>NOT_CHECKED</code> – CloudFormation doesn’t currently return this value.</p>
|
|
1247
|
+
* </li>
|
|
1248
|
+
* <li>
|
|
1249
|
+
* <p>
|
|
1250
|
+
* <code>UNKNOWN</code> – Drift status could not be determined.</p>
|
|
1251
|
+
* </li>
|
|
1252
|
+
* <li>
|
|
1253
|
+
* <p>
|
|
1254
|
+
* <code>UNSUPPORTED</code> – Resource type does not support actual state comparison.</p>
|
|
1255
|
+
* </li>
|
|
1256
|
+
* </ul>
|
|
1257
|
+
* <p>Only present for drift-aware change sets.</p>
|
|
1258
|
+
* @public
|
|
1259
|
+
*/
|
|
1260
|
+
ResourceDriftStatus?: StackResourceDriftStatus | undefined;
|
|
1261
|
+
/**
|
|
1262
|
+
* <p>List of resource attributes for which drift was ignored.</p>
|
|
1263
|
+
* @public
|
|
1264
|
+
*/
|
|
1265
|
+
ResourceDriftIgnoredAttributes?: ResourceDriftIgnoredAttribute[] | undefined;
|
|
996
1266
|
/**
|
|
997
1267
|
* <p>For the <code>Modify</code> action, a list of <code>ResourceChangeDetail</code> structures
|
|
998
1268
|
* that describes the changes that CloudFormation will make to the resource.</p>
|
|
@@ -1022,6 +1292,11 @@ export interface ResourceChange {
|
|
|
1022
1292
|
* @public
|
|
1023
1293
|
*/
|
|
1024
1294
|
AfterContext?: string | undefined;
|
|
1295
|
+
/**
|
|
1296
|
+
* <p>Information about the resource's state from the previous CloudFormation deployment.</p>
|
|
1297
|
+
* @public
|
|
1298
|
+
*/
|
|
1299
|
+
PreviousDeploymentContext?: string | undefined;
|
|
1025
1300
|
}
|
|
1026
1301
|
/**
|
|
1027
1302
|
* @public
|
|
@@ -1125,7 +1400,7 @@ export type HookTargetType = (typeof HookTargetType)[keyof typeof HookTargetType
|
|
|
1125
1400
|
*/
|
|
1126
1401
|
export interface ChangeSetHookTargetDetails {
|
|
1127
1402
|
/**
|
|
1128
|
-
* <p>The
|
|
1403
|
+
* <p>The Hook target type.</p>
|
|
1129
1404
|
* @public
|
|
1130
1405
|
*/
|
|
1131
1406
|
TargetType?: HookTargetType | undefined;
|
|
@@ -1136,8 +1411,7 @@ export interface ChangeSetHookTargetDetails {
|
|
|
1136
1411
|
ResourceTargetDetails?: ChangeSetHookResourceTargetDetails | undefined;
|
|
1137
1412
|
}
|
|
1138
1413
|
/**
|
|
1139
|
-
* <p>Specifies the resource, the Hook, and the Hook version to be
|
|
1140
|
-
* invoked.</p>
|
|
1414
|
+
* <p>Specifies the resource, the Hook, and the Hook version to be invoked.</p>
|
|
1141
1415
|
* @public
|
|
1142
1416
|
*/
|
|
1143
1417
|
export interface ChangeSetHook {
|
|
@@ -1147,8 +1421,7 @@ export interface ChangeSetHook {
|
|
|
1147
1421
|
*/
|
|
1148
1422
|
InvocationPoint?: HookInvocationPoint | undefined;
|
|
1149
1423
|
/**
|
|
1150
|
-
* <p>Specify the Hook failure mode for non-compliant resources in the followings
|
|
1151
|
-
* ways.</p>
|
|
1424
|
+
* <p>Specify the Hook failure mode for non-compliant resources in the followings ways.</p>
|
|
1152
1425
|
* <ul>
|
|
1153
1426
|
* <li>
|
|
1154
1427
|
* <p>
|
|
@@ -1163,11 +1436,11 @@ export interface ChangeSetHook {
|
|
|
1163
1436
|
*/
|
|
1164
1437
|
FailureMode?: HookFailureMode | undefined;
|
|
1165
1438
|
/**
|
|
1166
|
-
* <p>The unique name for your Hook. Specifies a three-part namespace for your
|
|
1167
|
-
*
|
|
1439
|
+
* <p>The unique name for your Hook. Specifies a three-part namespace for your Hook, with a
|
|
1440
|
+
* recommended pattern of <code>Organization::Service::Hook</code>.</p>
|
|
1168
1441
|
* <note>
|
|
1169
|
-
* <p>The following organization namespaces are reserved and can't be used in your Hook
|
|
1170
|
-
*
|
|
1442
|
+
* <p>The following organization namespaces are reserved and can't be used in your Hook type
|
|
1443
|
+
* names:</p>
|
|
1171
1444
|
* <ul>
|
|
1172
1445
|
* <li>
|
|
1173
1446
|
* <p>
|
|
@@ -1452,6 +1725,17 @@ export interface ContinueUpdateRollbackInput {
|
|
|
1452
1725
|
*/
|
|
1453
1726
|
export interface ContinueUpdateRollbackOutput {
|
|
1454
1727
|
}
|
|
1728
|
+
/**
|
|
1729
|
+
* @public
|
|
1730
|
+
* @enum
|
|
1731
|
+
*/
|
|
1732
|
+
export declare const DeploymentMode: {
|
|
1733
|
+
readonly REVERT_DRIFT: "REVERT_DRIFT";
|
|
1734
|
+
};
|
|
1735
|
+
/**
|
|
1736
|
+
* @public
|
|
1737
|
+
*/
|
|
1738
|
+
export type DeploymentMode = (typeof DeploymentMode)[keyof typeof DeploymentMode];
|
|
1455
1739
|
/**
|
|
1456
1740
|
* @public
|
|
1457
1741
|
* @enum
|
|
@@ -1466,7 +1750,7 @@ export declare const OnStackFailure: {
|
|
|
1466
1750
|
*/
|
|
1467
1751
|
export type OnStackFailure = (typeof OnStackFailure)[keyof typeof OnStackFailure];
|
|
1468
1752
|
/**
|
|
1469
|
-
* <p>The Parameter data type.</p>
|
|
1753
|
+
* <p>The <code>Parameter</code> data type.</p>
|
|
1470
1754
|
* @public
|
|
1471
1755
|
*/
|
|
1472
1756
|
export interface Parameter {
|
|
@@ -1600,15 +1884,14 @@ export interface RollbackConfiguration {
|
|
|
1600
1884
|
*/
|
|
1601
1885
|
export interface Tag {
|
|
1602
1886
|
/**
|
|
1603
|
-
* <p>A string used to identify this tag. You can specify a maximum of
|
|
1604
|
-
*
|
|
1605
|
-
* <code>aws:</code>.</p>
|
|
1887
|
+
* <p>A string used to identify this tag. You can specify a maximum of 128 characters for a tag
|
|
1888
|
+
* key. Tags owned by Amazon Web Services have the reserved prefix: <code>aws:</code>.</p>
|
|
1606
1889
|
* @public
|
|
1607
1890
|
*/
|
|
1608
1891
|
Key: string | undefined;
|
|
1609
1892
|
/**
|
|
1610
|
-
* <p>A string that contains the value for this tag. You can specify a
|
|
1611
|
-
*
|
|
1893
|
+
* <p>A string that contains the value for this tag. You can specify a maximum of 256 characters
|
|
1894
|
+
* for a tag value.</p>
|
|
1612
1895
|
* @public
|
|
1613
1896
|
*/
|
|
1614
1897
|
Value: string | undefined;
|
|
@@ -1629,8 +1912,9 @@ export interface CreateChangeSetInput {
|
|
|
1629
1912
|
* <p>A structure that contains the body of the revised template, with a minimum length of 1
|
|
1630
1913
|
* byte and a maximum length of 51,200 bytes. CloudFormation generates the change set by comparing
|
|
1631
1914
|
* this template with the template of the stack that you specified.</p>
|
|
1632
|
-
* <p>Conditional: You must specify only
|
|
1633
|
-
*
|
|
1915
|
+
* <p>Conditional: You must specify only one of the following parameters:
|
|
1916
|
+
* <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
|
|
1917
|
+
* <code>UsePreviousTemplate</code> to <code>true</code>.</p>
|
|
1634
1918
|
* @public
|
|
1635
1919
|
*/
|
|
1636
1920
|
TemplateBody?: string | undefined;
|
|
@@ -1640,14 +1924,21 @@ export interface CreateChangeSetInput {
|
|
|
1640
1924
|
* generates the change set by comparing this template with the stack that you specified. The
|
|
1641
1925
|
* location for an Amazon S3 bucket must start with <code>https://</code>. URLs from S3 static
|
|
1642
1926
|
* websites are not supported.</p>
|
|
1643
|
-
* <p>Conditional: You must specify only
|
|
1644
|
-
*
|
|
1927
|
+
* <p>Conditional: You must specify only one of the following parameters:
|
|
1928
|
+
* <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
|
|
1929
|
+
* <code>UsePreviousTemplate</code> to <code>true</code>.</p>
|
|
1645
1930
|
* @public
|
|
1646
1931
|
*/
|
|
1647
1932
|
TemplateURL?: string | undefined;
|
|
1648
1933
|
/**
|
|
1649
1934
|
* <p>Whether to reuse the template that's associated with the stack to create the change
|
|
1650
1935
|
* set.</p>
|
|
1936
|
+
* <p>When using templates with the <code>AWS::LanguageExtensions</code> transform, provide the
|
|
1937
|
+
* template instead of using <code>UsePreviousTemplate</code> to ensure new parameter values and
|
|
1938
|
+
* Systems Manager parameter updates are applied correctly. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/transform-aws-languageextensions.html">AWS::LanguageExtensions transform</a>.</p>
|
|
1939
|
+
* <p>Conditional: You must specify only one of the following parameters:
|
|
1940
|
+
* <code>TemplateBody</code>, <code>TemplateURL</code>, or set the
|
|
1941
|
+
* <code>UsePreviousTemplate</code> to <code>true</code>.</p>
|
|
1651
1942
|
* @public
|
|
1652
1943
|
*/
|
|
1653
1944
|
UsePreviousTemplate?: boolean | undefined;
|
|
@@ -1666,7 +1957,7 @@ export interface CreateChangeSetInput {
|
|
|
1666
1957
|
* <code>CAPABILITY_IAM</code> and <code>CAPABILITY_NAMED_IAM</code>
|
|
1667
1958
|
* </p>
|
|
1668
1959
|
* <p>Some stack templates might include resources that can affect permissions in your
|
|
1669
|
-
* Amazon Web Services account
|
|
1960
|
+
* Amazon Web Services account, for example, by creating new IAM users. For those stacks, you must
|
|
1670
1961
|
* explicitly acknowledge this by specifying one of these capabilities.</p>
|
|
1671
1962
|
* <p>The following IAM resources require you to specify either the
|
|
1672
1963
|
* <code>CAPABILITY_IAM</code> or <code>CAPABILITY_NAMED_IAM</code> capability.</p>
|
|
@@ -1766,14 +2057,13 @@ export interface CreateChangeSetInput {
|
|
|
1766
2057
|
*/
|
|
1767
2058
|
Capabilities?: Capability[] | undefined;
|
|
1768
2059
|
/**
|
|
1769
|
-
* <p>
|
|
1770
|
-
*
|
|
1771
|
-
* <code>Custom::MyCustomInstance</code>.</p>
|
|
2060
|
+
* <p>Specifies which resource types you can work with, such as <code>AWS::EC2::Instance</code>
|
|
2061
|
+
* or <code>Custom::MyCustomInstance</code>.</p>
|
|
1772
2062
|
* <p>If the list of resource types doesn't include a resource type that you're updating, the
|
|
1773
2063
|
* stack update fails. By default, CloudFormation grants permissions to all resource types. IAM
|
|
1774
2064
|
* uses this parameter for condition keys in IAM policies for CloudFormation. For more information,
|
|
1775
|
-
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html">Control
|
|
1776
|
-
* Identity and Access Management</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
2065
|
+
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html">Control CloudFormation
|
|
2066
|
+
* access with Identity and Access Management</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
1777
2067
|
* <note>
|
|
1778
2068
|
* <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can
|
|
1779
2069
|
* be specified.</p>
|
|
@@ -1903,6 +2193,21 @@ export interface CreateChangeSetInput {
|
|
|
1903
2193
|
* @public
|
|
1904
2194
|
*/
|
|
1905
2195
|
ImportExistingResources?: boolean | undefined;
|
|
2196
|
+
/**
|
|
2197
|
+
* <p>Determines how CloudFormation handles configuration drift during deployment.</p>
|
|
2198
|
+
* <ul>
|
|
2199
|
+
* <li>
|
|
2200
|
+
* <p>
|
|
2201
|
+
* <code>REVERT_DRIFT</code> – Creates a drift-aware change set that brings actual
|
|
2202
|
+
* resource states in line with template definitions. Provides a three-way comparison between
|
|
2203
|
+
* actual state, previous deployment state, and desired state.</p>
|
|
2204
|
+
* </li>
|
|
2205
|
+
* </ul>
|
|
2206
|
+
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/drift-aware-change-sets.html">Using drift-aware
|
|
2207
|
+
* change sets</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
2208
|
+
* @public
|
|
2209
|
+
*/
|
|
2210
|
+
DeploymentMode?: DeploymentMode | undefined;
|
|
1906
2211
|
}
|
|
1907
2212
|
/**
|
|
1908
2213
|
* <p>The output for the <a>CreateChangeSet</a> action.</p>
|
|
@@ -2290,21 +2595,13 @@ export interface CreateStackInput {
|
|
|
2290
2595
|
*/
|
|
2291
2596
|
Capabilities?: Capability[] | undefined;
|
|
2292
2597
|
/**
|
|
2293
|
-
* <p>
|
|
2294
|
-
*
|
|
2295
|
-
* <code>Custom::MyCustomInstance</code>. Use the following syntax to describe template
|
|
2296
|
-
* resource types: <code>AWS::*</code> (for all Amazon Web Services resources), <code>Custom::*</code> (for all
|
|
2297
|
-
* custom resources), <code>Custom::<i>logical_ID</i>
|
|
2298
|
-
* </code> (for a specific custom resource),
|
|
2299
|
-
* <code>AWS::<i>service_name</i>::*</code> (for all resources of a particular
|
|
2300
|
-
* Amazon Web Services service), and
|
|
2301
|
-
* <code>AWS::<i>service_name</i>::<i>resource_logical_ID</i>
|
|
2302
|
-
* </code> (for a specific Amazon Web Services resource).</p>
|
|
2598
|
+
* <p>Specifies which resource types you can work with, such as <code>AWS::EC2::Instance</code>
|
|
2599
|
+
* or <code>Custom::MyCustomInstance</code>.</p>
|
|
2303
2600
|
* <p>If the list of resource types doesn't include a resource that you're creating, the stack
|
|
2304
2601
|
* creation fails. By default, CloudFormation grants permissions to all resource types. IAM uses
|
|
2305
2602
|
* this parameter for CloudFormation-specific condition keys in IAM policies. For more information,
|
|
2306
|
-
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html">Control
|
|
2307
|
-
* Identity and Access Management</a>.</p>
|
|
2603
|
+
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html">Control CloudFormation
|
|
2604
|
+
* access with Identity and Access Management</a>.</p>
|
|
2308
2605
|
* <note>
|
|
2309
2606
|
* <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can
|
|
2310
2607
|
* be specified.</p>
|
|
@@ -2413,6 +2710,12 @@ export interface CreateStackOutput {
|
|
|
2413
2710
|
* @public
|
|
2414
2711
|
*/
|
|
2415
2712
|
StackId?: string | undefined;
|
|
2713
|
+
/**
|
|
2714
|
+
* <p>A unique identifier for this stack operation that can be used to track the operation's
|
|
2715
|
+
* progress and events.</p>
|
|
2716
|
+
* @public
|
|
2717
|
+
*/
|
|
2718
|
+
OperationId?: string | undefined;
|
|
2416
2719
|
}
|
|
2417
2720
|
/**
|
|
2418
2721
|
* <p>Specifies the Organizations accounts where you want to create, update, or delete
|
|
@@ -3544,7 +3847,8 @@ export interface DeregisterTypeOutput {
|
|
|
3544
3847
|
*/
|
|
3545
3848
|
export interface DescribeAccountLimitsInput {
|
|
3546
3849
|
/**
|
|
3547
|
-
* <p>
|
|
3850
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
3851
|
+
* call.)</p>
|
|
3548
3852
|
* @public
|
|
3549
3853
|
*/
|
|
3550
3854
|
NextToken?: string | undefined;
|
|
@@ -3584,8 +3888,8 @@ export interface DescribeChangeSetInput {
|
|
|
3584
3888
|
*/
|
|
3585
3889
|
StackName?: string | undefined;
|
|
3586
3890
|
/**
|
|
3587
|
-
* <p>
|
|
3588
|
-
*
|
|
3891
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
3892
|
+
* call.)</p>
|
|
3589
3893
|
* @public
|
|
3590
3894
|
*/
|
|
3591
3895
|
NextToken?: string | undefined;
|
|
@@ -3596,6 +3900,20 @@ export interface DescribeChangeSetInput {
|
|
|
3596
3900
|
*/
|
|
3597
3901
|
IncludePropertyValues?: boolean | undefined;
|
|
3598
3902
|
}
|
|
3903
|
+
/**
|
|
3904
|
+
* @public
|
|
3905
|
+
* @enum
|
|
3906
|
+
*/
|
|
3907
|
+
export declare const StackDriftStatus: {
|
|
3908
|
+
readonly DRIFTED: "DRIFTED";
|
|
3909
|
+
readonly IN_SYNC: "IN_SYNC";
|
|
3910
|
+
readonly NOT_CHECKED: "NOT_CHECKED";
|
|
3911
|
+
readonly UNKNOWN: "UNKNOWN";
|
|
3912
|
+
};
|
|
3913
|
+
/**
|
|
3914
|
+
* @public
|
|
3915
|
+
*/
|
|
3916
|
+
export type StackDriftStatus = (typeof StackDriftStatus)[keyof typeof StackDriftStatus];
|
|
3599
3917
|
/**
|
|
3600
3918
|
* <p>The output for the <a>DescribeChangeSet</a> action.</p>
|
|
3601
3919
|
* @public
|
|
@@ -3657,6 +3975,30 @@ export interface DescribeChangeSetOutput {
|
|
|
3657
3975
|
* @public
|
|
3658
3976
|
*/
|
|
3659
3977
|
StatusReason?: string | undefined;
|
|
3978
|
+
/**
|
|
3979
|
+
* <p>The drift status of the stack when the change set was created. Valid values:</p>
|
|
3980
|
+
* <ul>
|
|
3981
|
+
* <li>
|
|
3982
|
+
* <p>
|
|
3983
|
+
* <code>DRIFTED</code> – The stack has drifted from its last deployment.</p>
|
|
3984
|
+
* </li>
|
|
3985
|
+
* <li>
|
|
3986
|
+
* <p>
|
|
3987
|
+
* <code>IN_SYNC</code> – The stack is in sync with its last deployment.</p>
|
|
3988
|
+
* </li>
|
|
3989
|
+
* <li>
|
|
3990
|
+
* <p>
|
|
3991
|
+
* <code>NOT_CHECKED</code> – CloudFormation doesn’t currently return this value.</p>
|
|
3992
|
+
* </li>
|
|
3993
|
+
* <li>
|
|
3994
|
+
* <p>
|
|
3995
|
+
* <code>UNKNOWN</code> – The drift status could not be determined.</p>
|
|
3996
|
+
* </li>
|
|
3997
|
+
* </ul>
|
|
3998
|
+
* <p>Only present for drift-aware change sets.</p>
|
|
3999
|
+
* @public
|
|
4000
|
+
*/
|
|
4001
|
+
StackDriftStatus?: StackDriftStatus | undefined;
|
|
3660
4002
|
/**
|
|
3661
4003
|
* <p>The ARNs of the Amazon SNS topics that will be associated with the stack if you execute the
|
|
3662
4004
|
* change set.</p>
|
|
@@ -3747,6 +4089,12 @@ export interface DescribeChangeSetOutput {
|
|
|
3747
4089
|
* @public
|
|
3748
4090
|
*/
|
|
3749
4091
|
ImportExistingResources?: boolean | undefined;
|
|
4092
|
+
/**
|
|
4093
|
+
* <p>The deployment mode specified when the change set was created. Valid value is
|
|
4094
|
+
* <code>REVERT_DRIFT</code>. Only present for drift-aware change sets.</p>
|
|
4095
|
+
* @public
|
|
4096
|
+
*/
|
|
4097
|
+
DeploymentMode?: DeploymentMode | undefined;
|
|
3750
4098
|
}
|
|
3751
4099
|
/**
|
|
3752
4100
|
* @public
|
|
@@ -3764,8 +4112,8 @@ export interface DescribeChangeSetHooksInput {
|
|
|
3764
4112
|
*/
|
|
3765
4113
|
StackName?: string | undefined;
|
|
3766
4114
|
/**
|
|
3767
|
-
* <p>
|
|
3768
|
-
*
|
|
4115
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
4116
|
+
* call.)</p>
|
|
3769
4117
|
* @public
|
|
3770
4118
|
*/
|
|
3771
4119
|
NextToken?: string | undefined;
|
|
@@ -3796,7 +4144,7 @@ export interface DescribeChangeSetHooksOutput {
|
|
|
3796
4144
|
*/
|
|
3797
4145
|
Hooks?: ChangeSetHook[] | undefined;
|
|
3798
4146
|
/**
|
|
3799
|
-
* <p>Provides the status of the change set
|
|
4147
|
+
* <p>Provides the status of the change set Hook.</p>
|
|
3800
4148
|
* @public
|
|
3801
4149
|
*/
|
|
3802
4150
|
Status?: ChangeSetHooksStatus | undefined;
|
|
@@ -3817,37 +4165,349 @@ export interface DescribeChangeSetHooksOutput {
|
|
|
3817
4165
|
StackName?: string | undefined;
|
|
3818
4166
|
}
|
|
3819
4167
|
/**
|
|
4168
|
+
* <p>Event filter allows you to focus on specific events in an operation.</p>
|
|
3820
4169
|
* @public
|
|
3821
4170
|
*/
|
|
3822
|
-
export interface
|
|
4171
|
+
export interface EventFilter {
|
|
3823
4172
|
/**
|
|
3824
|
-
* <p>
|
|
4173
|
+
* <p>When set to true, only returns failed events within the operation. This helps quickly
|
|
4174
|
+
* identify root causes for a failed operation.</p>
|
|
3825
4175
|
* @public
|
|
3826
4176
|
*/
|
|
3827
|
-
|
|
4177
|
+
FailedEvents?: boolean | undefined;
|
|
3828
4178
|
}
|
|
3829
4179
|
/**
|
|
3830
|
-
* <p>A summary of the progress of the template generation.</p>
|
|
3831
4180
|
* @public
|
|
3832
4181
|
*/
|
|
3833
|
-
export interface
|
|
4182
|
+
export interface DescribeEventsInput {
|
|
3834
4183
|
/**
|
|
3835
|
-
* <p>The
|
|
4184
|
+
* <p>The name or unique stack ID for which you want to retrieve events.</p>
|
|
3836
4185
|
* @public
|
|
3837
4186
|
*/
|
|
3838
|
-
|
|
4187
|
+
StackName?: string | undefined;
|
|
3839
4188
|
/**
|
|
3840
|
-
* <p>The
|
|
4189
|
+
* <p>The name or Amazon Resource Name (ARN) of the change set for which you want to retrieve
|
|
4190
|
+
* events.</p>
|
|
3841
4191
|
* @public
|
|
3842
4192
|
*/
|
|
3843
|
-
|
|
4193
|
+
ChangeSetName?: string | undefined;
|
|
3844
4194
|
/**
|
|
3845
|
-
* <p>The
|
|
4195
|
+
* <p>The unique identifier of the operation for which you want to retrieve events.</p>
|
|
3846
4196
|
* @public
|
|
3847
4197
|
*/
|
|
3848
|
-
|
|
4198
|
+
OperationId?: string | undefined;
|
|
3849
4199
|
/**
|
|
3850
|
-
* <p>
|
|
4200
|
+
* <p>Filters to apply when retrieving events.</p>
|
|
4201
|
+
* @public
|
|
4202
|
+
*/
|
|
4203
|
+
Filters?: EventFilter | undefined;
|
|
4204
|
+
/**
|
|
4205
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
4206
|
+
* call.)</p>
|
|
4207
|
+
* @public
|
|
4208
|
+
*/
|
|
4209
|
+
NextToken?: string | undefined;
|
|
4210
|
+
}
|
|
4211
|
+
/**
|
|
4212
|
+
* @public
|
|
4213
|
+
* @enum
|
|
4214
|
+
*/
|
|
4215
|
+
export declare const DetailedStatus: {
|
|
4216
|
+
readonly CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE";
|
|
4217
|
+
readonly VALIDATION_FAILED: "VALIDATION_FAILED";
|
|
4218
|
+
};
|
|
4219
|
+
/**
|
|
4220
|
+
* @public
|
|
4221
|
+
*/
|
|
4222
|
+
export type DetailedStatus = (typeof DetailedStatus)[keyof typeof DetailedStatus];
|
|
4223
|
+
/**
|
|
4224
|
+
* @public
|
|
4225
|
+
* @enum
|
|
4226
|
+
*/
|
|
4227
|
+
export declare const EventType: {
|
|
4228
|
+
readonly HOOK_INVOCATION_ERROR: "HOOK_INVOCATION_ERROR";
|
|
4229
|
+
readonly PROGRESS_EVENT: "PROGRESS_EVENT";
|
|
4230
|
+
readonly PROVISIONING_ERROR: "PROVISIONING_ERROR";
|
|
4231
|
+
readonly STACK_EVENT: "STACK_EVENT";
|
|
4232
|
+
readonly VALIDATION_ERROR: "VALIDATION_ERROR";
|
|
4233
|
+
};
|
|
4234
|
+
/**
|
|
4235
|
+
* @public
|
|
4236
|
+
*/
|
|
4237
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
4238
|
+
/**
|
|
4239
|
+
* @public
|
|
4240
|
+
* @enum
|
|
4241
|
+
*/
|
|
4242
|
+
export declare const HookStatus: {
|
|
4243
|
+
readonly HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED";
|
|
4244
|
+
readonly HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED";
|
|
4245
|
+
readonly HOOK_FAILED: "HOOK_FAILED";
|
|
4246
|
+
readonly HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS";
|
|
4247
|
+
};
|
|
4248
|
+
/**
|
|
4249
|
+
* @public
|
|
4250
|
+
*/
|
|
4251
|
+
export type HookStatus = (typeof HookStatus)[keyof typeof HookStatus];
|
|
4252
|
+
/**
|
|
4253
|
+
* @public
|
|
4254
|
+
* @enum
|
|
4255
|
+
*/
|
|
4256
|
+
export declare const OperationType: {
|
|
4257
|
+
readonly CONTINUE_ROLLBACK: "CONTINUE_ROLLBACK";
|
|
4258
|
+
readonly CREATE_CHANGESET: "CREATE_CHANGESET";
|
|
4259
|
+
readonly CREATE_STACK: "CREATE_STACK";
|
|
4260
|
+
readonly DELETE_STACK: "DELETE_STACK";
|
|
4261
|
+
readonly ROLLBACK: "ROLLBACK";
|
|
4262
|
+
readonly UPDATE_STACK: "UPDATE_STACK";
|
|
4263
|
+
};
|
|
4264
|
+
/**
|
|
4265
|
+
* @public
|
|
4266
|
+
*/
|
|
4267
|
+
export type OperationType = (typeof OperationType)[keyof typeof OperationType];
|
|
4268
|
+
/**
|
|
4269
|
+
* @public
|
|
4270
|
+
* @enum
|
|
4271
|
+
*/
|
|
4272
|
+
export declare const ResourceStatus: {
|
|
4273
|
+
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
4274
|
+
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
4275
|
+
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
4276
|
+
readonly DELETE_COMPLETE: "DELETE_COMPLETE";
|
|
4277
|
+
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
4278
|
+
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
4279
|
+
readonly DELETE_SKIPPED: "DELETE_SKIPPED";
|
|
4280
|
+
readonly EXPORT_COMPLETE: "EXPORT_COMPLETE";
|
|
4281
|
+
readonly EXPORT_FAILED: "EXPORT_FAILED";
|
|
4282
|
+
readonly EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS";
|
|
4283
|
+
readonly EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE";
|
|
4284
|
+
readonly EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED";
|
|
4285
|
+
readonly EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS";
|
|
4286
|
+
readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
|
|
4287
|
+
readonly IMPORT_FAILED: "IMPORT_FAILED";
|
|
4288
|
+
readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
|
|
4289
|
+
readonly IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE";
|
|
4290
|
+
readonly IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED";
|
|
4291
|
+
readonly IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS";
|
|
4292
|
+
readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
|
|
4293
|
+
readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
|
|
4294
|
+
readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
|
|
4295
|
+
readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
|
|
4296
|
+
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
4297
|
+
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
4298
|
+
readonly UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE";
|
|
4299
|
+
readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
|
|
4300
|
+
readonly UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS";
|
|
4301
|
+
};
|
|
4302
|
+
/**
|
|
4303
|
+
* @public
|
|
4304
|
+
*/
|
|
4305
|
+
export type ResourceStatus = (typeof ResourceStatus)[keyof typeof ResourceStatus];
|
|
4306
|
+
/**
|
|
4307
|
+
* @public
|
|
4308
|
+
* @enum
|
|
4309
|
+
*/
|
|
4310
|
+
export declare const ValidationStatus: {
|
|
4311
|
+
readonly FAILED: "FAILED";
|
|
4312
|
+
readonly SKIPPED: "SKIPPED";
|
|
4313
|
+
};
|
|
4314
|
+
/**
|
|
4315
|
+
* @public
|
|
4316
|
+
*/
|
|
4317
|
+
export type ValidationStatus = (typeof ValidationStatus)[keyof typeof ValidationStatus];
|
|
4318
|
+
/**
|
|
4319
|
+
* <p>Contains detailed information about an event that occurred during a CloudFormation
|
|
4320
|
+
* operation.</p>
|
|
4321
|
+
* @public
|
|
4322
|
+
*/
|
|
4323
|
+
export interface OperationEvent {
|
|
4324
|
+
/**
|
|
4325
|
+
* <p>A unique identifier for this event.</p>
|
|
4326
|
+
* @public
|
|
4327
|
+
*/
|
|
4328
|
+
EventId?: string | undefined;
|
|
4329
|
+
/**
|
|
4330
|
+
* <p>The unique ID name of the instance of the stack.</p>
|
|
4331
|
+
* @public
|
|
4332
|
+
*/
|
|
4333
|
+
StackId?: string | undefined;
|
|
4334
|
+
/**
|
|
4335
|
+
* <p>The unique identifier of the operation this event belongs to.</p>
|
|
4336
|
+
* @public
|
|
4337
|
+
*/
|
|
4338
|
+
OperationId?: string | undefined;
|
|
4339
|
+
/**
|
|
4340
|
+
* <p>The type of operation.</p>
|
|
4341
|
+
* @public
|
|
4342
|
+
*/
|
|
4343
|
+
OperationType?: OperationType | undefined;
|
|
4344
|
+
/**
|
|
4345
|
+
* <p>The current status of the operation.</p>
|
|
4346
|
+
* @public
|
|
4347
|
+
*/
|
|
4348
|
+
OperationStatus?: BeaconStackOperationStatus | undefined;
|
|
4349
|
+
/**
|
|
4350
|
+
* <p>The type of event.</p>
|
|
4351
|
+
* @public
|
|
4352
|
+
*/
|
|
4353
|
+
EventType?: EventType | undefined;
|
|
4354
|
+
/**
|
|
4355
|
+
* <p>The logical name of the resource as specified in the template.</p>
|
|
4356
|
+
* @public
|
|
4357
|
+
*/
|
|
4358
|
+
LogicalResourceId?: string | undefined;
|
|
4359
|
+
/**
|
|
4360
|
+
* <p>The name or unique identifier that corresponds to a physical instance ID of a
|
|
4361
|
+
* resource.</p>
|
|
4362
|
+
* @public
|
|
4363
|
+
*/
|
|
4364
|
+
PhysicalResourceId?: string | undefined;
|
|
4365
|
+
/**
|
|
4366
|
+
* <p>Type of resource.</p>
|
|
4367
|
+
* @public
|
|
4368
|
+
*/
|
|
4369
|
+
ResourceType?: string | undefined;
|
|
4370
|
+
/**
|
|
4371
|
+
* <p>Time the status was updated.</p>
|
|
4372
|
+
* @public
|
|
4373
|
+
*/
|
|
4374
|
+
Timestamp?: Date | undefined;
|
|
4375
|
+
/**
|
|
4376
|
+
* <p>The time when the event started.</p>
|
|
4377
|
+
* @public
|
|
4378
|
+
*/
|
|
4379
|
+
StartTime?: Date | undefined;
|
|
4380
|
+
/**
|
|
4381
|
+
* <p>The time when the event ended.</p>
|
|
4382
|
+
* @public
|
|
4383
|
+
*/
|
|
4384
|
+
EndTime?: Date | undefined;
|
|
4385
|
+
/**
|
|
4386
|
+
* <p>Current status of the resource.</p>
|
|
4387
|
+
* @public
|
|
4388
|
+
*/
|
|
4389
|
+
ResourceStatus?: ResourceStatus | undefined;
|
|
4390
|
+
/**
|
|
4391
|
+
* <p>Success or failure message associated with the resource.</p>
|
|
4392
|
+
* @public
|
|
4393
|
+
*/
|
|
4394
|
+
ResourceStatusReason?: string | undefined;
|
|
4395
|
+
/**
|
|
4396
|
+
* <p>The properties used to create the resource.</p>
|
|
4397
|
+
* @public
|
|
4398
|
+
*/
|
|
4399
|
+
ResourceProperties?: string | undefined;
|
|
4400
|
+
/**
|
|
4401
|
+
* <p>A unique identifier for the request that initiated this operation.</p>
|
|
4402
|
+
* @public
|
|
4403
|
+
*/
|
|
4404
|
+
ClientRequestToken?: string | undefined;
|
|
4405
|
+
/**
|
|
4406
|
+
* <p>The type name of the Hook that was invoked.</p>
|
|
4407
|
+
* @public
|
|
4408
|
+
*/
|
|
4409
|
+
HookType?: string | undefined;
|
|
4410
|
+
/**
|
|
4411
|
+
* <p>The status of the Hook invocation. </p>
|
|
4412
|
+
* @public
|
|
4413
|
+
*/
|
|
4414
|
+
HookStatus?: HookStatus | undefined;
|
|
4415
|
+
/**
|
|
4416
|
+
* <p>Additional information about the Hook status.</p>
|
|
4417
|
+
* @public
|
|
4418
|
+
*/
|
|
4419
|
+
HookStatusReason?: string | undefined;
|
|
4420
|
+
/**
|
|
4421
|
+
* <p>The point in the operation lifecycle when the Hook was invoked.</p>
|
|
4422
|
+
* @public
|
|
4423
|
+
*/
|
|
4424
|
+
HookInvocationPoint?: HookInvocationPoint | undefined;
|
|
4425
|
+
/**
|
|
4426
|
+
* <p>Specifies how Hook failures are handled.</p>
|
|
4427
|
+
* @public
|
|
4428
|
+
*/
|
|
4429
|
+
HookFailureMode?: HookFailureMode | undefined;
|
|
4430
|
+
/**
|
|
4431
|
+
* <p>Additional status information about the operation.</p>
|
|
4432
|
+
* @public
|
|
4433
|
+
*/
|
|
4434
|
+
DetailedStatus?: DetailedStatus | undefined;
|
|
4435
|
+
/**
|
|
4436
|
+
* <p>Specifies how validation failures are handled.</p>
|
|
4437
|
+
* @public
|
|
4438
|
+
*/
|
|
4439
|
+
ValidationFailureMode?: HookFailureMode | undefined;
|
|
4440
|
+
/**
|
|
4441
|
+
* <p>The name of the validation that was performed.</p>
|
|
4442
|
+
* @public
|
|
4443
|
+
*/
|
|
4444
|
+
ValidationName?: string | undefined;
|
|
4445
|
+
/**
|
|
4446
|
+
* <p>The status of the validation.</p>
|
|
4447
|
+
* @public
|
|
4448
|
+
*/
|
|
4449
|
+
ValidationStatus?: ValidationStatus | undefined;
|
|
4450
|
+
/**
|
|
4451
|
+
* <p>Additional information about the validation status.</p>
|
|
4452
|
+
* @public
|
|
4453
|
+
*/
|
|
4454
|
+
ValidationStatusReason?: string | undefined;
|
|
4455
|
+
/**
|
|
4456
|
+
* <p>The path within the resource where the validation was applied.</p>
|
|
4457
|
+
* @public
|
|
4458
|
+
*/
|
|
4459
|
+
ValidationPath?: string | undefined;
|
|
4460
|
+
}
|
|
4461
|
+
/**
|
|
4462
|
+
* @public
|
|
4463
|
+
*/
|
|
4464
|
+
export interface DescribeEventsOutput {
|
|
4465
|
+
/**
|
|
4466
|
+
* <p>A list of operation events that match the specified criteria.</p>
|
|
4467
|
+
* @public
|
|
4468
|
+
*/
|
|
4469
|
+
OperationEvents?: OperationEvent[] | undefined;
|
|
4470
|
+
/**
|
|
4471
|
+
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
|
4472
|
+
* a token. To retrieve the next set of results, call <code>DescribeEvents</code> again and
|
|
4473
|
+
* assign that token to the request object's <code>NextToken</code> parameter. If the request
|
|
4474
|
+
* returns all results, <code>NextToken</code> is set to <code>null</code>.</p>
|
|
4475
|
+
* @public
|
|
4476
|
+
*/
|
|
4477
|
+
NextToken?: string | undefined;
|
|
4478
|
+
}
|
|
4479
|
+
/**
|
|
4480
|
+
* @public
|
|
4481
|
+
*/
|
|
4482
|
+
export interface DescribeGeneratedTemplateInput {
|
|
4483
|
+
/**
|
|
4484
|
+
* <p>The name or Amazon Resource Name (ARN) of a generated template.</p>
|
|
4485
|
+
* @public
|
|
4486
|
+
*/
|
|
4487
|
+
GeneratedTemplateName: string | undefined;
|
|
4488
|
+
}
|
|
4489
|
+
/**
|
|
4490
|
+
* <p>A summary of the progress of the template generation.</p>
|
|
4491
|
+
* @public
|
|
4492
|
+
*/
|
|
4493
|
+
export interface TemplateProgress {
|
|
4494
|
+
/**
|
|
4495
|
+
* <p>The number of resources that succeeded the template generation.</p>
|
|
4496
|
+
* @public
|
|
4497
|
+
*/
|
|
4498
|
+
ResourcesSucceeded?: number | undefined;
|
|
4499
|
+
/**
|
|
4500
|
+
* <p>The number of resources that failed the template generation.</p>
|
|
4501
|
+
* @public
|
|
4502
|
+
*/
|
|
4503
|
+
ResourcesFailed?: number | undefined;
|
|
4504
|
+
/**
|
|
4505
|
+
* <p>The number of resources that are in-process for the template generation.</p>
|
|
4506
|
+
* @public
|
|
4507
|
+
*/
|
|
4508
|
+
ResourcesProcessing?: number | undefined;
|
|
4509
|
+
/**
|
|
4510
|
+
* <p>The number of resources that are still pending the template generation.</p>
|
|
3851
4511
|
* @public
|
|
3852
4512
|
*/
|
|
3853
4513
|
ResourcesPending?: number | undefined;
|
|
@@ -4444,20 +5104,6 @@ export declare const StackDriftDetectionStatus: {
|
|
|
4444
5104
|
* @public
|
|
4445
5105
|
*/
|
|
4446
5106
|
export type StackDriftDetectionStatus = (typeof StackDriftDetectionStatus)[keyof typeof StackDriftDetectionStatus];
|
|
4447
|
-
/**
|
|
4448
|
-
* @public
|
|
4449
|
-
* @enum
|
|
4450
|
-
*/
|
|
4451
|
-
export declare const StackDriftStatus: {
|
|
4452
|
-
readonly DRIFTED: "DRIFTED";
|
|
4453
|
-
readonly IN_SYNC: "IN_SYNC";
|
|
4454
|
-
readonly NOT_CHECKED: "NOT_CHECKED";
|
|
4455
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
4456
|
-
};
|
|
4457
|
-
/**
|
|
4458
|
-
* @public
|
|
4459
|
-
*/
|
|
4460
|
-
export type StackDriftStatus = (typeof StackDriftStatus)[keyof typeof StackDriftStatus];
|
|
4461
5107
|
/**
|
|
4462
5108
|
* @public
|
|
4463
5109
|
*/
|
|
@@ -4565,79 +5211,16 @@ export interface DescribeStackEventsInput {
|
|
|
4565
5211
|
* </ul>
|
|
4566
5212
|
* @public
|
|
4567
5213
|
*/
|
|
4568
|
-
StackName
|
|
5214
|
+
StackName: string | undefined;
|
|
4569
5215
|
/**
|
|
4570
|
-
* <p>
|
|
5216
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
5217
|
+
* call.)</p>
|
|
4571
5218
|
* @public
|
|
4572
5219
|
*/
|
|
4573
5220
|
NextToken?: string | undefined;
|
|
4574
5221
|
}
|
|
4575
5222
|
/**
|
|
4576
|
-
*
|
|
4577
|
-
* @enum
|
|
4578
|
-
*/
|
|
4579
|
-
export declare const DetailedStatus: {
|
|
4580
|
-
readonly CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE";
|
|
4581
|
-
readonly VALIDATION_FAILED: "VALIDATION_FAILED";
|
|
4582
|
-
};
|
|
4583
|
-
/**
|
|
4584
|
-
* @public
|
|
4585
|
-
*/
|
|
4586
|
-
export type DetailedStatus = (typeof DetailedStatus)[keyof typeof DetailedStatus];
|
|
4587
|
-
/**
|
|
4588
|
-
* @public
|
|
4589
|
-
* @enum
|
|
4590
|
-
*/
|
|
4591
|
-
export declare const HookStatus: {
|
|
4592
|
-
readonly HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED";
|
|
4593
|
-
readonly HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED";
|
|
4594
|
-
readonly HOOK_FAILED: "HOOK_FAILED";
|
|
4595
|
-
readonly HOOK_IN_PROGRESS: "HOOK_IN_PROGRESS";
|
|
4596
|
-
};
|
|
4597
|
-
/**
|
|
4598
|
-
* @public
|
|
4599
|
-
*/
|
|
4600
|
-
export type HookStatus = (typeof HookStatus)[keyof typeof HookStatus];
|
|
4601
|
-
/**
|
|
4602
|
-
* @public
|
|
4603
|
-
* @enum
|
|
4604
|
-
*/
|
|
4605
|
-
export declare const ResourceStatus: {
|
|
4606
|
-
readonly CREATE_COMPLETE: "CREATE_COMPLETE";
|
|
4607
|
-
readonly CREATE_FAILED: "CREATE_FAILED";
|
|
4608
|
-
readonly CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS";
|
|
4609
|
-
readonly DELETE_COMPLETE: "DELETE_COMPLETE";
|
|
4610
|
-
readonly DELETE_FAILED: "DELETE_FAILED";
|
|
4611
|
-
readonly DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS";
|
|
4612
|
-
readonly DELETE_SKIPPED: "DELETE_SKIPPED";
|
|
4613
|
-
readonly EXPORT_COMPLETE: "EXPORT_COMPLETE";
|
|
4614
|
-
readonly EXPORT_FAILED: "EXPORT_FAILED";
|
|
4615
|
-
readonly EXPORT_IN_PROGRESS: "EXPORT_IN_PROGRESS";
|
|
4616
|
-
readonly EXPORT_ROLLBACK_COMPLETE: "EXPORT_ROLLBACK_COMPLETE";
|
|
4617
|
-
readonly EXPORT_ROLLBACK_FAILED: "EXPORT_ROLLBACK_FAILED";
|
|
4618
|
-
readonly EXPORT_ROLLBACK_IN_PROGRESS: "EXPORT_ROLLBACK_IN_PROGRESS";
|
|
4619
|
-
readonly IMPORT_COMPLETE: "IMPORT_COMPLETE";
|
|
4620
|
-
readonly IMPORT_FAILED: "IMPORT_FAILED";
|
|
4621
|
-
readonly IMPORT_IN_PROGRESS: "IMPORT_IN_PROGRESS";
|
|
4622
|
-
readonly IMPORT_ROLLBACK_COMPLETE: "IMPORT_ROLLBACK_COMPLETE";
|
|
4623
|
-
readonly IMPORT_ROLLBACK_FAILED: "IMPORT_ROLLBACK_FAILED";
|
|
4624
|
-
readonly IMPORT_ROLLBACK_IN_PROGRESS: "IMPORT_ROLLBACK_IN_PROGRESS";
|
|
4625
|
-
readonly ROLLBACK_COMPLETE: "ROLLBACK_COMPLETE";
|
|
4626
|
-
readonly ROLLBACK_FAILED: "ROLLBACK_FAILED";
|
|
4627
|
-
readonly ROLLBACK_IN_PROGRESS: "ROLLBACK_IN_PROGRESS";
|
|
4628
|
-
readonly UPDATE_COMPLETE: "UPDATE_COMPLETE";
|
|
4629
|
-
readonly UPDATE_FAILED: "UPDATE_FAILED";
|
|
4630
|
-
readonly UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS";
|
|
4631
|
-
readonly UPDATE_ROLLBACK_COMPLETE: "UPDATE_ROLLBACK_COMPLETE";
|
|
4632
|
-
readonly UPDATE_ROLLBACK_FAILED: "UPDATE_ROLLBACK_FAILED";
|
|
4633
|
-
readonly UPDATE_ROLLBACK_IN_PROGRESS: "UPDATE_ROLLBACK_IN_PROGRESS";
|
|
4634
|
-
};
|
|
4635
|
-
/**
|
|
4636
|
-
* @public
|
|
4637
|
-
*/
|
|
4638
|
-
export type ResourceStatus = (typeof ResourceStatus)[keyof typeof ResourceStatus];
|
|
4639
|
-
/**
|
|
4640
|
-
* <p>The StackEvent data type.</p>
|
|
5223
|
+
* <p>The <code>StackEvent</code> data type.</p>
|
|
4641
5224
|
* @public
|
|
4642
5225
|
*/
|
|
4643
5226
|
export interface StackEvent {
|
|
@@ -4656,6 +5239,11 @@ export interface StackEvent {
|
|
|
4656
5239
|
* @public
|
|
4657
5240
|
*/
|
|
4658
5241
|
StackName: string | undefined;
|
|
5242
|
+
/**
|
|
5243
|
+
* <p>The unique identifier of the operation that generated this stack event.</p>
|
|
5244
|
+
* @public
|
|
5245
|
+
*/
|
|
5246
|
+
OperationId?: string | undefined;
|
|
4659
5247
|
/**
|
|
4660
5248
|
* <p>The logical name of the resource specified in the template.</p>
|
|
4661
5249
|
* @public
|
|
@@ -4733,8 +5321,7 @@ export interface StackEvent {
|
|
|
4733
5321
|
*/
|
|
4734
5322
|
HookInvocationId?: string | undefined;
|
|
4735
5323
|
/**
|
|
4736
|
-
* <p>Specify the Hook failure mode for non-compliant resources in the followings
|
|
4737
|
-
* ways.</p>
|
|
5324
|
+
* <p>Specify the Hook failure mode for non-compliant resources in the followings ways.</p>
|
|
4738
5325
|
* <ul>
|
|
4739
5326
|
* <li>
|
|
4740
5327
|
* <p>
|
|
@@ -5201,21 +5788,6 @@ export interface DescribeStackResourceInput {
|
|
|
5201
5788
|
*/
|
|
5202
5789
|
LogicalResourceId: string | undefined;
|
|
5203
5790
|
}
|
|
5204
|
-
/**
|
|
5205
|
-
* @public
|
|
5206
|
-
* @enum
|
|
5207
|
-
*/
|
|
5208
|
-
export declare const StackResourceDriftStatus: {
|
|
5209
|
-
readonly DELETED: "DELETED";
|
|
5210
|
-
readonly IN_SYNC: "IN_SYNC";
|
|
5211
|
-
readonly MODIFIED: "MODIFIED";
|
|
5212
|
-
readonly NOT_CHECKED: "NOT_CHECKED";
|
|
5213
|
-
readonly UNKNOWN: "UNKNOWN";
|
|
5214
|
-
};
|
|
5215
|
-
/**
|
|
5216
|
-
* @public
|
|
5217
|
-
*/
|
|
5218
|
-
export type StackResourceDriftStatus = (typeof StackResourceDriftStatus)[keyof typeof StackResourceDriftStatus];
|
|
5219
5791
|
/**
|
|
5220
5792
|
* <p>Contains information about whether the resource's actual configuration differs, or has
|
|
5221
5793
|
* <i>drifted</i>, from its expected configuration.</p>
|
|
@@ -5386,7 +5958,8 @@ export interface DescribeStackResourceDriftsInput {
|
|
|
5386
5958
|
*/
|
|
5387
5959
|
StackResourceDriftStatusFilters?: StackResourceDriftStatus[] | undefined;
|
|
5388
5960
|
/**
|
|
5389
|
-
* <p>
|
|
5961
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
5962
|
+
* call.)</p>
|
|
5390
5963
|
* @public
|
|
5391
5964
|
*/
|
|
5392
5965
|
NextToken?: string | undefined;
|
|
@@ -5658,7 +6231,7 @@ export interface DescribeStackResourcesInput {
|
|
|
5658
6231
|
PhysicalResourceId?: string | undefined;
|
|
5659
6232
|
}
|
|
5660
6233
|
/**
|
|
5661
|
-
* <p>The StackResource data type.</p>
|
|
6234
|
+
* <p>The <code>StackResource</code> data type.</p>
|
|
5662
6235
|
* @public
|
|
5663
6236
|
*/
|
|
5664
6237
|
export interface StackResource {
|
|
@@ -5750,7 +6323,7 @@ export interface DescribeStacksInput {
|
|
|
5750
6323
|
* <p>The IAM policy below can be added to IAM policies when you want to limit
|
|
5751
6324
|
* resource-level permissions and avoid returning a response when no parameter is sent in the
|
|
5752
6325
|
* request:</p>
|
|
5753
|
-
* <p>\{ "Version": "2012-10-17",
|
|
6326
|
+
* <p>\{ "Version": "2012-10-17", "Statement": [\{ "Effect": "Deny", "Action":
|
|
5754
6327
|
* "cloudformation:DescribeStacks", "NotResource": "arn:aws:cloudformation:*:*:stack/*\/*" \}]
|
|
5755
6328
|
* \}</p>
|
|
5756
6329
|
* </note>
|
|
@@ -5768,7 +6341,8 @@ export interface DescribeStacksInput {
|
|
|
5768
6341
|
*/
|
|
5769
6342
|
StackName?: string | undefined;
|
|
5770
6343
|
/**
|
|
5771
|
-
* <p>
|
|
6344
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
6345
|
+
* call.)</p>
|
|
5772
6346
|
* @public
|
|
5773
6347
|
*/
|
|
5774
6348
|
NextToken?: string | undefined;
|
|
@@ -5817,7 +6391,23 @@ export interface StackDriftInformation {
|
|
|
5817
6391
|
LastCheckTimestamp?: Date | undefined;
|
|
5818
6392
|
}
|
|
5819
6393
|
/**
|
|
5820
|
-
* <p>
|
|
6394
|
+
* <p>Contains information about a CloudFormation operation.</p>
|
|
6395
|
+
* @public
|
|
6396
|
+
*/
|
|
6397
|
+
export interface OperationEntry {
|
|
6398
|
+
/**
|
|
6399
|
+
* <p>The type of operation.</p>
|
|
6400
|
+
* @public
|
|
6401
|
+
*/
|
|
6402
|
+
OperationType?: OperationType | undefined;
|
|
6403
|
+
/**
|
|
6404
|
+
* <p>The unique identifier for the operation.</p>
|
|
6405
|
+
* @public
|
|
6406
|
+
*/
|
|
6407
|
+
OperationId?: string | undefined;
|
|
6408
|
+
}
|
|
6409
|
+
/**
|
|
6410
|
+
* <p>The <code>Output</code> data type.</p>
|
|
5821
6411
|
* @public
|
|
5822
6412
|
*/
|
|
5823
6413
|
export interface Output {
|
|
@@ -5876,7 +6466,7 @@ export declare const StackStatus: {
|
|
|
5876
6466
|
*/
|
|
5877
6467
|
export type StackStatus = (typeof StackStatus)[keyof typeof StackStatus];
|
|
5878
6468
|
/**
|
|
5879
|
-
* <p>The Stack data type.</p>
|
|
6469
|
+
* <p>The <code>Stack</code> data type.</p>
|
|
5880
6470
|
* @public
|
|
5881
6471
|
*/
|
|
5882
6472
|
export interface Stack {
|
|
@@ -6051,6 +6641,11 @@ export interface Stack {
|
|
|
6051
6641
|
* @public
|
|
6052
6642
|
*/
|
|
6053
6643
|
DetailedStatus?: DetailedStatus | undefined;
|
|
6644
|
+
/**
|
|
6645
|
+
* <p>Information about the most recent operations performed on this stack.</p>
|
|
6646
|
+
* @public
|
|
6647
|
+
*/
|
|
6648
|
+
LastOperations?: OperationEntry[] | undefined;
|
|
6054
6649
|
}
|
|
6055
6650
|
/**
|
|
6056
6651
|
* <p>The output for a <a>DescribeStacks</a> action.</p>
|
|
@@ -6832,8 +7427,7 @@ export interface DescribeTypeOutput {
|
|
|
6832
7427
|
/**
|
|
6833
7428
|
* <p>The schema that defines the extension.</p>
|
|
6834
7429
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-schema.html">Resource type
|
|
6835
|
-
* schema</a> in the <i>CloudFormation Command Line Interface (CLI) User Guide</i> and the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/what-is-cloudformation-hooks.html">CloudFormation
|
|
6836
|
-
* Hooks User Guide</a>.</p>
|
|
7430
|
+
* schema</a> in the <i>CloudFormation Command Line Interface (CLI) User Guide</i> and the <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/what-is-cloudformation-hooks.html">CloudFormation Hooks User Guide</a>.</p>
|
|
6837
7431
|
* @public
|
|
6838
7432
|
*/
|
|
6839
7433
|
Schema?: string | undefined;
|
|
@@ -7403,6 +7997,165 @@ export interface GetGeneratedTemplateOutput {
|
|
|
7403
7997
|
*/
|
|
7404
7998
|
TemplateBody?: string | undefined;
|
|
7405
7999
|
}
|
|
8000
|
+
/**
|
|
8001
|
+
* @public
|
|
8002
|
+
*/
|
|
8003
|
+
export interface GetHookResultInput {
|
|
8004
|
+
/**
|
|
8005
|
+
* <p>The unique identifier (ID) of the Hook invocation result that you want details about.
|
|
8006
|
+
* You can get the ID from the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListHookResults.html">ListHookResults</a>
|
|
8007
|
+
* operation.</p>
|
|
8008
|
+
* @public
|
|
8009
|
+
*/
|
|
8010
|
+
HookResultId?: string | undefined;
|
|
8011
|
+
}
|
|
8012
|
+
/**
|
|
8013
|
+
* @public
|
|
8014
|
+
* @enum
|
|
8015
|
+
*/
|
|
8016
|
+
export declare const HookTargetAction: {
|
|
8017
|
+
readonly CREATE: "CREATE";
|
|
8018
|
+
readonly DELETE: "DELETE";
|
|
8019
|
+
readonly IMPORT: "IMPORT";
|
|
8020
|
+
readonly UPDATE: "UPDATE";
|
|
8021
|
+
};
|
|
8022
|
+
/**
|
|
8023
|
+
* @public
|
|
8024
|
+
*/
|
|
8025
|
+
export type HookTargetAction = (typeof HookTargetAction)[keyof typeof HookTargetAction];
|
|
8026
|
+
/**
|
|
8027
|
+
* <p>The <code>HookTarget</code> data type.</p>
|
|
8028
|
+
* @public
|
|
8029
|
+
*/
|
|
8030
|
+
export interface HookTarget {
|
|
8031
|
+
/**
|
|
8032
|
+
* <p>The target type.</p>
|
|
8033
|
+
* @public
|
|
8034
|
+
*/
|
|
8035
|
+
TargetType: HookTargetType | undefined;
|
|
8036
|
+
/**
|
|
8037
|
+
* <p>The target name, for example, <code>AWS::S3::Bucket</code>.</p>
|
|
8038
|
+
* @public
|
|
8039
|
+
*/
|
|
8040
|
+
TargetTypeName: string | undefined;
|
|
8041
|
+
/**
|
|
8042
|
+
* <p>The unique identifier of the Hook invocation target.</p>
|
|
8043
|
+
* @public
|
|
8044
|
+
*/
|
|
8045
|
+
TargetId: string | undefined;
|
|
8046
|
+
/**
|
|
8047
|
+
* <p>The action that invoked the Hook.</p>
|
|
8048
|
+
* @public
|
|
8049
|
+
*/
|
|
8050
|
+
Action: HookTargetAction | undefined;
|
|
8051
|
+
}
|
|
8052
|
+
/**
|
|
8053
|
+
* @public
|
|
8054
|
+
*/
|
|
8055
|
+
export interface GetHookResultOutput {
|
|
8056
|
+
/**
|
|
8057
|
+
* <p>The unique identifier of the Hook result.</p>
|
|
8058
|
+
* @public
|
|
8059
|
+
*/
|
|
8060
|
+
HookResultId?: string | undefined;
|
|
8061
|
+
/**
|
|
8062
|
+
* <p>The specific point in the provisioning process where the Hook is invoked.</p>
|
|
8063
|
+
* @public
|
|
8064
|
+
*/
|
|
8065
|
+
InvocationPoint?: HookInvocationPoint | undefined;
|
|
8066
|
+
/**
|
|
8067
|
+
* <p>The failure mode of the invocation.</p>
|
|
8068
|
+
* @public
|
|
8069
|
+
*/
|
|
8070
|
+
FailureMode?: HookFailureMode | undefined;
|
|
8071
|
+
/**
|
|
8072
|
+
* <p>The name of the Hook that was invoked.</p>
|
|
8073
|
+
* @public
|
|
8074
|
+
*/
|
|
8075
|
+
TypeName?: string | undefined;
|
|
8076
|
+
/**
|
|
8077
|
+
* <p>The original public type name of the Hook when an alias is used.</p>
|
|
8078
|
+
* <p>For example, if you activate <code>AWS::Hooks::GuardHook</code> with alias
|
|
8079
|
+
* <code>MyCompany::Custom::GuardHook</code>, then <code>TypeName</code> will be
|
|
8080
|
+
* <code>MyCompany::Custom::GuardHook</code> and <code>OriginalTypeName</code> will be
|
|
8081
|
+
* <code>AWS::Hooks::GuardHook</code>. </p>
|
|
8082
|
+
* @public
|
|
8083
|
+
*/
|
|
8084
|
+
OriginalTypeName?: string | undefined;
|
|
8085
|
+
/**
|
|
8086
|
+
* <p>The version identifier of the Hook that was invoked.</p>
|
|
8087
|
+
* @public
|
|
8088
|
+
*/
|
|
8089
|
+
TypeVersionId?: string | undefined;
|
|
8090
|
+
/**
|
|
8091
|
+
* <p>The version identifier of the Hook configuration data that was used during
|
|
8092
|
+
* invocation.</p>
|
|
8093
|
+
* @public
|
|
8094
|
+
*/
|
|
8095
|
+
TypeConfigurationVersionId?: string | undefined;
|
|
8096
|
+
/**
|
|
8097
|
+
* <p>The Amazon Resource Name (ARN) of the Hook.</p>
|
|
8098
|
+
* @public
|
|
8099
|
+
*/
|
|
8100
|
+
TypeArn?: string | undefined;
|
|
8101
|
+
/**
|
|
8102
|
+
* <p>The status of the Hook invocation. The following statuses are possible:</p>
|
|
8103
|
+
* <ul>
|
|
8104
|
+
* <li>
|
|
8105
|
+
* <p>
|
|
8106
|
+
* <code>HOOK_IN_PROGRESS</code>: The Hook is currently running.</p>
|
|
8107
|
+
* </li>
|
|
8108
|
+
* <li>
|
|
8109
|
+
* <p>
|
|
8110
|
+
* <code>HOOK_COMPLETE_SUCCEEDED</code>: The Hook completed successfully.</p>
|
|
8111
|
+
* </li>
|
|
8112
|
+
* <li>
|
|
8113
|
+
* <p>
|
|
8114
|
+
* <code>HOOK_COMPLETE_FAILED</code>: The Hook completed but failed validation.</p>
|
|
8115
|
+
* </li>
|
|
8116
|
+
* <li>
|
|
8117
|
+
* <p>
|
|
8118
|
+
* <code>HOOK_FAILED</code>: The Hook encountered an error during execution.</p>
|
|
8119
|
+
* </li>
|
|
8120
|
+
* </ul>
|
|
8121
|
+
* @public
|
|
8122
|
+
*/
|
|
8123
|
+
Status?: HookStatus | undefined;
|
|
8124
|
+
/**
|
|
8125
|
+
* <p>A message that provides additional details about the Hook invocation status.</p>
|
|
8126
|
+
* @public
|
|
8127
|
+
*/
|
|
8128
|
+
HookStatusReason?: string | undefined;
|
|
8129
|
+
/**
|
|
8130
|
+
* <p>The timestamp when the Hook was invoked.</p>
|
|
8131
|
+
* @public
|
|
8132
|
+
*/
|
|
8133
|
+
InvokedAt?: Date | undefined;
|
|
8134
|
+
/**
|
|
8135
|
+
* <p>Information about the target of the Hook invocation.</p>
|
|
8136
|
+
* @public
|
|
8137
|
+
*/
|
|
8138
|
+
Target?: HookTarget | undefined;
|
|
8139
|
+
/**
|
|
8140
|
+
* <p>A list of objects with additional information and guidance that can help you resolve a
|
|
8141
|
+
* failed Hook invocation.</p>
|
|
8142
|
+
* @public
|
|
8143
|
+
*/
|
|
8144
|
+
Annotations?: Annotation[] | undefined;
|
|
8145
|
+
}
|
|
8146
|
+
/**
|
|
8147
|
+
* <p>The specified target doesn't have any requested Hook invocations.</p>
|
|
8148
|
+
* @public
|
|
8149
|
+
*/
|
|
8150
|
+
export declare class HookResultNotFoundException extends __BaseException {
|
|
8151
|
+
readonly name: "HookResultNotFoundException";
|
|
8152
|
+
readonly $fault: "client";
|
|
8153
|
+
Message?: string | undefined;
|
|
8154
|
+
/**
|
|
8155
|
+
* @internal
|
|
8156
|
+
*/
|
|
8157
|
+
constructor(opts: __ExceptionOptionType<HookResultNotFoundException, __BaseException>);
|
|
8158
|
+
}
|
|
7406
8159
|
/**
|
|
7407
8160
|
* <p>The input for the <a>GetStackPolicy</a> action.</p>
|
|
7408
8161
|
* @public
|
|
@@ -7421,8 +8174,8 @@ export interface GetStackPolicyInput {
|
|
|
7421
8174
|
*/
|
|
7422
8175
|
export interface GetStackPolicyOutput {
|
|
7423
8176
|
/**
|
|
7424
|
-
* <p>Structure that contains the stack policy body.
|
|
7425
|
-
* <i>CloudFormation User Guide</i
|
|
8177
|
+
* <p>Structure that contains the stack policy body. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html">Prevent updates to stack resources</a> in the
|
|
8178
|
+
* <i>CloudFormation User Guide</i>.</p>
|
|
7426
8179
|
* @public
|
|
7427
8180
|
*/
|
|
7428
8181
|
StackPolicyBody?: string | undefined;
|
|
@@ -7592,7 +8345,7 @@ export interface ParameterConstraints {
|
|
|
7592
8345
|
AllowedValues?: string[] | undefined;
|
|
7593
8346
|
}
|
|
7594
8347
|
/**
|
|
7595
|
-
* <p>The ParameterDeclaration data type.</p>
|
|
8348
|
+
* <p>The <code>ParameterDeclaration</code> data type.</p>
|
|
7596
8349
|
* @public
|
|
7597
8350
|
*/
|
|
7598
8351
|
export interface ParameterDeclaration {
|
|
@@ -7829,8 +8582,8 @@ export interface ListChangeSetsInput {
|
|
|
7829
8582
|
*/
|
|
7830
8583
|
StackName: string | undefined;
|
|
7831
8584
|
/**
|
|
7832
|
-
* <p>
|
|
7833
|
-
*
|
|
8585
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
8586
|
+
* call.)</p>
|
|
7834
8587
|
* @public
|
|
7835
8588
|
*/
|
|
7836
8589
|
NextToken?: string | undefined;
|
|
@@ -7858,8 +8611,8 @@ export interface ListChangeSetsOutput {
|
|
|
7858
8611
|
*/
|
|
7859
8612
|
export interface ListExportsInput {
|
|
7860
8613
|
/**
|
|
7861
|
-
* <p>
|
|
7862
|
-
*
|
|
8614
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
8615
|
+
* call.)</p>
|
|
7863
8616
|
* @public
|
|
7864
8617
|
*/
|
|
7865
8618
|
NextToken?: string | undefined;
|
|
@@ -7911,7 +8664,8 @@ export interface ListExportsOutput {
|
|
|
7911
8664
|
*/
|
|
7912
8665
|
export interface ListGeneratedTemplatesInput {
|
|
7913
8666
|
/**
|
|
7914
|
-
* <p>
|
|
8667
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
8668
|
+
* call.)</p>
|
|
7915
8669
|
* @public
|
|
7916
8670
|
*/
|
|
7917
8671
|
NextToken?: string | undefined;
|
|
@@ -8023,19 +8777,6 @@ export interface ListGeneratedTemplatesOutput {
|
|
|
8023
8777
|
*/
|
|
8024
8778
|
NextToken?: string | undefined;
|
|
8025
8779
|
}
|
|
8026
|
-
/**
|
|
8027
|
-
* <p>The specified target doesn't have any requested Hook invocations.</p>
|
|
8028
|
-
* @public
|
|
8029
|
-
*/
|
|
8030
|
-
export declare class HookResultNotFoundException extends __BaseException {
|
|
8031
|
-
readonly name: "HookResultNotFoundException";
|
|
8032
|
-
readonly $fault: "client";
|
|
8033
|
-
Message?: string | undefined;
|
|
8034
|
-
/**
|
|
8035
|
-
* @internal
|
|
8036
|
-
*/
|
|
8037
|
-
constructor(opts: __ExceptionOptionType<HookResultNotFoundException, __BaseException>);
|
|
8038
|
-
}
|
|
8039
8780
|
/**
|
|
8040
8781
|
* @public
|
|
8041
8782
|
* @enum
|
|
@@ -8078,8 +8819,8 @@ export interface ListHookResultsInput {
|
|
|
8078
8819
|
*/
|
|
8079
8820
|
TypeArn?: string | undefined;
|
|
8080
8821
|
/**
|
|
8081
|
-
* <p>Filters results by the status of Hook invocations. Can only be used in
|
|
8082
|
-
*
|
|
8822
|
+
* <p>Filters results by the status of Hook invocations. Can only be used in combination with
|
|
8823
|
+
* <code>TypeArn</code>. Valid values are:</p>
|
|
8083
8824
|
* <ul>
|
|
8084
8825
|
* <li>
|
|
8085
8826
|
* <p>
|
|
@@ -8087,31 +8828,29 @@ export interface ListHookResultsInput {
|
|
|
8087
8828
|
* </li>
|
|
8088
8829
|
* <li>
|
|
8089
8830
|
* <p>
|
|
8090
|
-
* <code>HOOK_COMPLETE_SUCCEEDED</code>: The Hook completed
|
|
8091
|
-
* successfully.</p>
|
|
8831
|
+
* <code>HOOK_COMPLETE_SUCCEEDED</code>: The Hook completed successfully.</p>
|
|
8092
8832
|
* </li>
|
|
8093
8833
|
* <li>
|
|
8094
8834
|
* <p>
|
|
8095
|
-
* <code>HOOK_COMPLETE_FAILED</code>: The Hook completed but failed
|
|
8096
|
-
* validation.</p>
|
|
8835
|
+
* <code>HOOK_COMPLETE_FAILED</code>: The Hook completed but failed validation.</p>
|
|
8097
8836
|
* </li>
|
|
8098
8837
|
* <li>
|
|
8099
8838
|
* <p>
|
|
8100
|
-
* <code>HOOK_FAILED</code>: The Hook encountered an error during
|
|
8101
|
-
* execution.</p>
|
|
8839
|
+
* <code>HOOK_FAILED</code>: The Hook encountered an error during execution.</p>
|
|
8102
8840
|
* </li>
|
|
8103
8841
|
* </ul>
|
|
8104
8842
|
* @public
|
|
8105
8843
|
*/
|
|
8106
8844
|
Status?: HookStatus | undefined;
|
|
8107
8845
|
/**
|
|
8108
|
-
* <p>
|
|
8846
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
8847
|
+
* call.)</p>
|
|
8109
8848
|
* @public
|
|
8110
8849
|
*/
|
|
8111
8850
|
NextToken?: string | undefined;
|
|
8112
8851
|
}
|
|
8113
8852
|
/**
|
|
8114
|
-
* <p>
|
|
8853
|
+
* <p>A <code>ListHookResults</code> call returns a summary of a Hook invocation.</p>
|
|
8115
8854
|
* @public
|
|
8116
8855
|
*/
|
|
8117
8856
|
export interface HookResultSummary {
|
|
@@ -8158,8 +8897,7 @@ export interface HookResultSummary {
|
|
|
8158
8897
|
* </li>
|
|
8159
8898
|
* <li>
|
|
8160
8899
|
* <p>
|
|
8161
|
-
* <code>HOOK_COMPLETE_FAILED</code>: The Hook completed but failed
|
|
8162
|
-
* validation.</p>
|
|
8900
|
+
* <code>HOOK_COMPLETE_FAILED</code>: The Hook completed but failed validation.</p>
|
|
8163
8901
|
* </li>
|
|
8164
8902
|
* <li>
|
|
8165
8903
|
* <p>
|
|
@@ -8170,8 +8908,8 @@ export interface HookResultSummary {
|
|
|
8170
8908
|
*/
|
|
8171
8909
|
Status?: HookStatus | undefined;
|
|
8172
8910
|
/**
|
|
8173
|
-
* <p>A description of the Hook results status. For example, if the Hook
|
|
8174
|
-
*
|
|
8911
|
+
* <p>A description of the Hook results status. For example, if the Hook result is in a failed
|
|
8912
|
+
* state, this may contain additional information for the failed state.</p>
|
|
8175
8913
|
* @public
|
|
8176
8914
|
*/
|
|
8177
8915
|
HookStatusReason?: string | undefined;
|
|
@@ -8198,7 +8936,8 @@ export interface HookResultSummary {
|
|
|
8198
8936
|
*/
|
|
8199
8937
|
TypeArn?: string | undefined;
|
|
8200
8938
|
/**
|
|
8201
|
-
* <p>The ARN of the target stack or request token of the Cloud Control API
|
|
8939
|
+
* <p>The Amazon Resource Name (ARN) of the target stack or request token of the Cloud Control API
|
|
8940
|
+
* operation.</p>
|
|
8202
8941
|
* <p>Only shown in responses when the request does not specify <code>TargetType</code> and
|
|
8203
8942
|
* <code>TargetId</code> filters.</p>
|
|
8204
8943
|
* @public
|
|
@@ -8220,9 +8959,8 @@ export interface ListHookResultsOutput {
|
|
|
8220
8959
|
*/
|
|
8221
8960
|
TargetId?: string | undefined;
|
|
8222
8961
|
/**
|
|
8223
|
-
* <p>A list of <code>HookResultSummary</code> structures that provides the status and
|
|
8224
|
-
*
|
|
8225
|
-
* target.</p>
|
|
8962
|
+
* <p>A list of <code>HookResultSummary</code> structures that provides the status and Hook
|
|
8963
|
+
* status reason for each Hook invocation for the specified target.</p>
|
|
8226
8964
|
* @public
|
|
8227
8965
|
*/
|
|
8228
8966
|
HookResults?: HookResultSummary[] | undefined;
|
|
@@ -8243,8 +8981,8 @@ export interface ListImportsInput {
|
|
|
8243
8981
|
*/
|
|
8244
8982
|
ExportName: string | undefined;
|
|
8245
8983
|
/**
|
|
8246
|
-
* <p>
|
|
8247
|
-
*
|
|
8984
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
8985
|
+
* call.)</p>
|
|
8248
8986
|
* @public
|
|
8249
8987
|
*/
|
|
8250
8988
|
NextToken?: string | undefined;
|
|
@@ -8306,7 +9044,8 @@ export interface ListResourceScanRelatedResourcesInput {
|
|
|
8306
9044
|
*/
|
|
8307
9045
|
Resources: ScannedResourceIdentifier[] | undefined;
|
|
8308
9046
|
/**
|
|
8309
|
-
* <p>
|
|
9047
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
9048
|
+
* call.)</p>
|
|
8310
9049
|
* @public
|
|
8311
9050
|
*/
|
|
8312
9051
|
NextToken?: string | undefined;
|
|
@@ -8415,7 +9154,8 @@ export interface ListResourceScanResourcesInput {
|
|
|
8415
9154
|
*/
|
|
8416
9155
|
TagValue?: string | undefined;
|
|
8417
9156
|
/**
|
|
8418
|
-
* <p>
|
|
9157
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
9158
|
+
* call.)</p>
|
|
8419
9159
|
* @public
|
|
8420
9160
|
*/
|
|
8421
9161
|
NextToken?: string | undefined;
|
|
@@ -8464,7 +9204,8 @@ export type ScanType = (typeof ScanType)[keyof typeof ScanType];
|
|
|
8464
9204
|
*/
|
|
8465
9205
|
export interface ListResourceScansInput {
|
|
8466
9206
|
/**
|
|
8467
|
-
* <p>
|
|
9207
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
9208
|
+
* call.)</p>
|
|
8468
9209
|
* @public
|
|
8469
9210
|
*/
|
|
8470
9211
|
NextToken?: string | undefined;
|
|
@@ -8587,11 +9328,7 @@ export interface ListStackInstanceResourceDriftsInput {
|
|
|
8587
9328
|
*/
|
|
8588
9329
|
StackSetName: string | undefined;
|
|
8589
9330
|
/**
|
|
8590
|
-
* <p>
|
|
8591
|
-
* object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
|
|
8592
|
-
* results, call this action again and assign that token to the request object's
|
|
8593
|
-
* <code>NextToken</code> parameter. If there are no remaining results, the previous response
|
|
8594
|
-
* object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
|
|
9331
|
+
* <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
|
|
8595
9332
|
* @public
|
|
8596
9333
|
*/
|
|
8597
9334
|
NextToken?: string | undefined;
|
|
@@ -8800,11 +9537,7 @@ export interface ListStackInstancesInput {
|
|
|
8800
9537
|
*/
|
|
8801
9538
|
StackSetName: string | undefined;
|
|
8802
9539
|
/**
|
|
8803
|
-
* <p>
|
|
8804
|
-
* <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
|
|
8805
|
-
* results, call <code>ListStackInstances</code> again and assign that token to the request
|
|
8806
|
-
* object's <code>NextToken</code> parameter. If there are no remaining results, the previous
|
|
8807
|
-
* response object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
|
|
9540
|
+
* <p>The token for the next set of items to return. (You received this token from a previous call.)</p>
|
|
8808
9541
|
* @public
|
|
8809
9542
|
*/
|
|
8810
9543
|
NextToken?: string | undefined;
|
|
@@ -9005,10 +9738,8 @@ export interface ListStackRefactorActionsInput {
|
|
|
9005
9738
|
*/
|
|
9006
9739
|
StackRefactorId: string | undefined;
|
|
9007
9740
|
/**
|
|
9008
|
-
* <p>
|
|
9009
|
-
*
|
|
9010
|
-
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
|
9011
|
-
* <code>NextToken</code> is set to <code>null</code>.</p>
|
|
9741
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
9742
|
+
* call.)</p>
|
|
9012
9743
|
* @public
|
|
9013
9744
|
*/
|
|
9014
9745
|
NextToken?: string | undefined;
|
|
@@ -9168,10 +9899,8 @@ export interface ListStackRefactorsInput {
|
|
|
9168
9899
|
*/
|
|
9169
9900
|
ExecutionStatusFilter?: StackRefactorExecutionStatus[] | undefined;
|
|
9170
9901
|
/**
|
|
9171
|
-
* <p>
|
|
9172
|
-
*
|
|
9173
|
-
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
|
9174
|
-
* <code>NextToken</code> is set to <code>null</code>.</p>
|
|
9902
|
+
* <p>The token for the next set of items to return. (You received this token from a previous
|
|
9903
|
+
* call.)</p>
|
|
9175
9904
|
* @public
|
|
9176
9905
|
*/
|
|
9177
9906
|
NextToken?: string | undefined;
|
|
@@ -9184,805 +9913,3 @@ export interface ListStackRefactorsInput {
|
|
|
9184
9913
|
*/
|
|
9185
9914
|
MaxResults?: number | undefined;
|
|
9186
9915
|
}
|
|
9187
|
-
/**
|
|
9188
|
-
* <p>The summary of a stack refactor operation.</p>
|
|
9189
|
-
* @public
|
|
9190
|
-
*/
|
|
9191
|
-
export interface StackRefactorSummary {
|
|
9192
|
-
/**
|
|
9193
|
-
* <p>The ID associated with the stack refactor created from the <a>CreateStackRefactor</a> action.</p>
|
|
9194
|
-
* @public
|
|
9195
|
-
*/
|
|
9196
|
-
StackRefactorId?: string | undefined;
|
|
9197
|
-
/**
|
|
9198
|
-
* <p>A description to help you identify the refactor.</p>
|
|
9199
|
-
* @public
|
|
9200
|
-
*/
|
|
9201
|
-
Description?: string | undefined;
|
|
9202
|
-
/**
|
|
9203
|
-
* <p>The operation status that's provided after calling the <a>ExecuteStackRefactor</a> action.</p>
|
|
9204
|
-
* @public
|
|
9205
|
-
*/
|
|
9206
|
-
ExecutionStatus?: StackRefactorExecutionStatus | undefined;
|
|
9207
|
-
/**
|
|
9208
|
-
* <p>A detailed explanation for the stack refactor <code>ExecutionStatus</code>.</p>
|
|
9209
|
-
* @public
|
|
9210
|
-
*/
|
|
9211
|
-
ExecutionStatusReason?: string | undefined;
|
|
9212
|
-
/**
|
|
9213
|
-
* <p>The stack refactor operation status that's provided after calling the <a>CreateStackRefactor</a> action.</p>
|
|
9214
|
-
* @public
|
|
9215
|
-
*/
|
|
9216
|
-
Status?: StackRefactorStatus | undefined;
|
|
9217
|
-
/**
|
|
9218
|
-
* <p>A detailed explanation for the stack refactor <code>Status</code>.</p>
|
|
9219
|
-
* @public
|
|
9220
|
-
*/
|
|
9221
|
-
StatusReason?: string | undefined;
|
|
9222
|
-
}
|
|
9223
|
-
/**
|
|
9224
|
-
* @public
|
|
9225
|
-
*/
|
|
9226
|
-
export interface ListStackRefactorsOutput {
|
|
9227
|
-
/**
|
|
9228
|
-
* <p>Provides a summary of a stack refactor, including the following:</p>
|
|
9229
|
-
* <ul>
|
|
9230
|
-
* <li>
|
|
9231
|
-
* <p>
|
|
9232
|
-
* <code>StackRefactorId</code>
|
|
9233
|
-
* </p>
|
|
9234
|
-
* </li>
|
|
9235
|
-
* <li>
|
|
9236
|
-
* <p>
|
|
9237
|
-
* <code>Status</code>
|
|
9238
|
-
* </p>
|
|
9239
|
-
* </li>
|
|
9240
|
-
* <li>
|
|
9241
|
-
* <p>
|
|
9242
|
-
* <code>StatusReason</code>
|
|
9243
|
-
* </p>
|
|
9244
|
-
* </li>
|
|
9245
|
-
* <li>
|
|
9246
|
-
* <p>
|
|
9247
|
-
* <code>ExecutionStatus</code>
|
|
9248
|
-
* </p>
|
|
9249
|
-
* </li>
|
|
9250
|
-
* <li>
|
|
9251
|
-
* <p>
|
|
9252
|
-
* <code>ExecutionStatusReason</code>
|
|
9253
|
-
* </p>
|
|
9254
|
-
* </li>
|
|
9255
|
-
* <li>
|
|
9256
|
-
* <p>
|
|
9257
|
-
* <code>Description</code>
|
|
9258
|
-
* </p>
|
|
9259
|
-
* </li>
|
|
9260
|
-
* </ul>
|
|
9261
|
-
* @public
|
|
9262
|
-
*/
|
|
9263
|
-
StackRefactorSummaries: StackRefactorSummary[] | undefined;
|
|
9264
|
-
/**
|
|
9265
|
-
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
|
9266
|
-
* a token. To retrieve the next set of results, call this action again and assign that token to
|
|
9267
|
-
* the request object's <code>NextToken</code> parameter. If the request returns all results,
|
|
9268
|
-
* <code>NextToken</code> is set to <code>null</code>.</p>
|
|
9269
|
-
* @public
|
|
9270
|
-
*/
|
|
9271
|
-
NextToken?: string | undefined;
|
|
9272
|
-
}
|
|
9273
|
-
/**
|
|
9274
|
-
* <p>The input for the <a>ListStackResource</a> action.</p>
|
|
9275
|
-
* @public
|
|
9276
|
-
*/
|
|
9277
|
-
export interface ListStackResourcesInput {
|
|
9278
|
-
/**
|
|
9279
|
-
* <p>The name or the unique stack ID that is associated with the stack, which aren't always
|
|
9280
|
-
* interchangeable:</p>
|
|
9281
|
-
* <ul>
|
|
9282
|
-
* <li>
|
|
9283
|
-
* <p>Running stacks: You can specify either the stack's name or its unique stack ID.</p>
|
|
9284
|
-
* </li>
|
|
9285
|
-
* <li>
|
|
9286
|
-
* <p>Deleted stacks: You must specify the unique stack ID.</p>
|
|
9287
|
-
* </li>
|
|
9288
|
-
* </ul>
|
|
9289
|
-
* @public
|
|
9290
|
-
*/
|
|
9291
|
-
StackName: string | undefined;
|
|
9292
|
-
/**
|
|
9293
|
-
* <p>A string that identifies the next page of stack resources that you want to
|
|
9294
|
-
* retrieve.</p>
|
|
9295
|
-
* @public
|
|
9296
|
-
*/
|
|
9297
|
-
NextToken?: string | undefined;
|
|
9298
|
-
}
|
|
9299
|
-
/**
|
|
9300
|
-
* <p>Summarizes information about whether the resource's actual configuration differs, or has
|
|
9301
|
-
* <i>drifted</i>, from its expected configuration.</p>
|
|
9302
|
-
* @public
|
|
9303
|
-
*/
|
|
9304
|
-
export interface StackResourceDriftInformationSummary {
|
|
9305
|
-
/**
|
|
9306
|
-
* <p>Status of the resource's actual configuration compared to its expected configuration.</p>
|
|
9307
|
-
* <ul>
|
|
9308
|
-
* <li>
|
|
9309
|
-
* <p>
|
|
9310
|
-
* <code>DELETED</code>: The resource differs from its expected configuration in that it has
|
|
9311
|
-
* been deleted.</p>
|
|
9312
|
-
* </li>
|
|
9313
|
-
* <li>
|
|
9314
|
-
* <p>
|
|
9315
|
-
* <code>MODIFIED</code>: The resource differs from its expected configuration.</p>
|
|
9316
|
-
* </li>
|
|
9317
|
-
* <li>
|
|
9318
|
-
* <p>
|
|
9319
|
-
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked if the resource differs from its
|
|
9320
|
-
* expected configuration.</p>
|
|
9321
|
-
* <p>Any resources that don't currently support drift detection have a status of
|
|
9322
|
-
* <code>NOT_CHECKED</code>. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html">Resource
|
|
9323
|
-
* type support for imports and drift detection</a>. If you performed an <a>ContinueUpdateRollback</a> operation on a stack, any resources included in
|
|
9324
|
-
* <code>ResourcesToSkip</code> will also have a status of <code>NOT_CHECKED</code>. For more
|
|
9325
|
-
* information about skipping resources during rollback operations, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html">Continue rolling back an update</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
9326
|
-
* </li>
|
|
9327
|
-
* <li>
|
|
9328
|
-
* <p>
|
|
9329
|
-
* <code>IN_SYNC</code>: The resource's actual configuration matches its expected
|
|
9330
|
-
* configuration.</p>
|
|
9331
|
-
* </li>
|
|
9332
|
-
* </ul>
|
|
9333
|
-
* @public
|
|
9334
|
-
*/
|
|
9335
|
-
StackResourceDriftStatus: StackResourceDriftStatus | undefined;
|
|
9336
|
-
/**
|
|
9337
|
-
* <p>When CloudFormation last checked if the resource had drifted from its expected
|
|
9338
|
-
* configuration.</p>
|
|
9339
|
-
* @public
|
|
9340
|
-
*/
|
|
9341
|
-
LastCheckTimestamp?: Date | undefined;
|
|
9342
|
-
}
|
|
9343
|
-
/**
|
|
9344
|
-
* <p>Contains high-level information about the specified stack resource.</p>
|
|
9345
|
-
* @public
|
|
9346
|
-
*/
|
|
9347
|
-
export interface StackResourceSummary {
|
|
9348
|
-
/**
|
|
9349
|
-
* <p>The logical name of the resource specified in the template.</p>
|
|
9350
|
-
* @public
|
|
9351
|
-
*/
|
|
9352
|
-
LogicalResourceId: string | undefined;
|
|
9353
|
-
/**
|
|
9354
|
-
* <p>The name or unique identifier that corresponds to a physical instance ID of the
|
|
9355
|
-
* resource.</p>
|
|
9356
|
-
* @public
|
|
9357
|
-
*/
|
|
9358
|
-
PhysicalResourceId?: string | undefined;
|
|
9359
|
-
/**
|
|
9360
|
-
* <p>Type of resource. (For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-template-resource-type-ref.html">Amazon Web Services resource and
|
|
9361
|
-
* property types reference</a> in the <i>CloudFormation User Guide</i>.)</p>
|
|
9362
|
-
* @public
|
|
9363
|
-
*/
|
|
9364
|
-
ResourceType: string | undefined;
|
|
9365
|
-
/**
|
|
9366
|
-
* <p>Time the status was updated.</p>
|
|
9367
|
-
* @public
|
|
9368
|
-
*/
|
|
9369
|
-
LastUpdatedTimestamp: Date | undefined;
|
|
9370
|
-
/**
|
|
9371
|
-
* <p>Current status of the resource.</p>
|
|
9372
|
-
* @public
|
|
9373
|
-
*/
|
|
9374
|
-
ResourceStatus: ResourceStatus | undefined;
|
|
9375
|
-
/**
|
|
9376
|
-
* <p>Success/failure message associated with the resource.</p>
|
|
9377
|
-
* @public
|
|
9378
|
-
*/
|
|
9379
|
-
ResourceStatusReason?: string | undefined;
|
|
9380
|
-
/**
|
|
9381
|
-
* <p>Information about whether the resource's actual configuration differs, or has
|
|
9382
|
-
* <i>drifted</i>, from its expected configuration, as defined in the stack template
|
|
9383
|
-
* and any values specified as template parameters. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detect
|
|
9384
|
-
* unmanaged configuration changes to stacks and resources with drift detection</a>.</p>
|
|
9385
|
-
* @public
|
|
9386
|
-
*/
|
|
9387
|
-
DriftInformation?: StackResourceDriftInformationSummary | undefined;
|
|
9388
|
-
/**
|
|
9389
|
-
* <p>Contains information about the module from which the resource was created, if the resource
|
|
9390
|
-
* was created from a module included in the stack template.</p>
|
|
9391
|
-
* @public
|
|
9392
|
-
*/
|
|
9393
|
-
ModuleInfo?: ModuleInfo | undefined;
|
|
9394
|
-
}
|
|
9395
|
-
/**
|
|
9396
|
-
* <p>The output for a <a>ListStackResources</a> action.</p>
|
|
9397
|
-
* @public
|
|
9398
|
-
*/
|
|
9399
|
-
export interface ListStackResourcesOutput {
|
|
9400
|
-
/**
|
|
9401
|
-
* <p>A list of <code>StackResourceSummary</code> structures.</p>
|
|
9402
|
-
* @public
|
|
9403
|
-
*/
|
|
9404
|
-
StackResourceSummaries?: StackResourceSummary[] | undefined;
|
|
9405
|
-
/**
|
|
9406
|
-
* <p>If the output exceeds 1 MB, a string that identifies the next page of stack resources. If
|
|
9407
|
-
* no additional page exists, this value is null.</p>
|
|
9408
|
-
* @public
|
|
9409
|
-
*/
|
|
9410
|
-
NextToken?: string | undefined;
|
|
9411
|
-
}
|
|
9412
|
-
/**
|
|
9413
|
-
* <p>The input for <a>ListStacks</a> action.</p>
|
|
9414
|
-
* @public
|
|
9415
|
-
*/
|
|
9416
|
-
export interface ListStacksInput {
|
|
9417
|
-
/**
|
|
9418
|
-
* <p>A string that identifies the next page of stacks that you want to retrieve.</p>
|
|
9419
|
-
* @public
|
|
9420
|
-
*/
|
|
9421
|
-
NextToken?: string | undefined;
|
|
9422
|
-
/**
|
|
9423
|
-
* <p>Stack status to use as a filter. Specify one or more stack status codes to list only
|
|
9424
|
-
* stacks with the specified status codes. For a complete list of stack status codes, see the
|
|
9425
|
-
* <code>StackStatus</code> parameter of the <a>Stack</a> data type.</p>
|
|
9426
|
-
* @public
|
|
9427
|
-
*/
|
|
9428
|
-
StackStatusFilter?: StackStatus[] | undefined;
|
|
9429
|
-
}
|
|
9430
|
-
/**
|
|
9431
|
-
* <p>Contains information about whether the stack's actual configuration differs, or has
|
|
9432
|
-
* <i>drifted</i>, from its expected configuration, as defined in the stack template
|
|
9433
|
-
* and any values specified as template parameters. A stack is considered to have drifted if one or
|
|
9434
|
-
* more of its resources have drifted.</p>
|
|
9435
|
-
* @public
|
|
9436
|
-
*/
|
|
9437
|
-
export interface StackDriftInformationSummary {
|
|
9438
|
-
/**
|
|
9439
|
-
* <p>Status of the stack's actual configuration compared to its expected template
|
|
9440
|
-
* configuration.</p>
|
|
9441
|
-
* <ul>
|
|
9442
|
-
* <li>
|
|
9443
|
-
* <p>
|
|
9444
|
-
* <code>DRIFTED</code>: The stack differs from its expected template configuration. A stack
|
|
9445
|
-
* is considered to have drifted if one or more of its resources have drifted.</p>
|
|
9446
|
-
* </li>
|
|
9447
|
-
* <li>
|
|
9448
|
-
* <p>
|
|
9449
|
-
* <code>NOT_CHECKED</code>: CloudFormation hasn't checked if the stack differs from its expected
|
|
9450
|
-
* template configuration.</p>
|
|
9451
|
-
* </li>
|
|
9452
|
-
* <li>
|
|
9453
|
-
* <p>
|
|
9454
|
-
* <code>IN_SYNC</code>: The stack's actual configuration matches its expected template
|
|
9455
|
-
* configuration.</p>
|
|
9456
|
-
* </li>
|
|
9457
|
-
* <li>
|
|
9458
|
-
* <p>
|
|
9459
|
-
* <code>UNKNOWN</code>: CloudFormation could not run drift detection for a resource in the
|
|
9460
|
-
* stack.</p>
|
|
9461
|
-
* </li>
|
|
9462
|
-
* </ul>
|
|
9463
|
-
* @public
|
|
9464
|
-
*/
|
|
9465
|
-
StackDriftStatus: StackDriftStatus | undefined;
|
|
9466
|
-
/**
|
|
9467
|
-
* <p>Most recent time when a drift detection operation was initiated on the stack, or any of its
|
|
9468
|
-
* individual resources that support drift detection.</p>
|
|
9469
|
-
* @public
|
|
9470
|
-
*/
|
|
9471
|
-
LastCheckTimestamp?: Date | undefined;
|
|
9472
|
-
}
|
|
9473
|
-
/**
|
|
9474
|
-
* <p>The StackSummary Data Type</p>
|
|
9475
|
-
* @public
|
|
9476
|
-
*/
|
|
9477
|
-
export interface StackSummary {
|
|
9478
|
-
/**
|
|
9479
|
-
* <p>Unique stack identifier.</p>
|
|
9480
|
-
* @public
|
|
9481
|
-
*/
|
|
9482
|
-
StackId?: string | undefined;
|
|
9483
|
-
/**
|
|
9484
|
-
* <p>The name associated with the stack.</p>
|
|
9485
|
-
* @public
|
|
9486
|
-
*/
|
|
9487
|
-
StackName: string | undefined;
|
|
9488
|
-
/**
|
|
9489
|
-
* <p>The template description of the template used to create the stack.</p>
|
|
9490
|
-
* @public
|
|
9491
|
-
*/
|
|
9492
|
-
TemplateDescription?: string | undefined;
|
|
9493
|
-
/**
|
|
9494
|
-
* <p>The time the stack was created.</p>
|
|
9495
|
-
* @public
|
|
9496
|
-
*/
|
|
9497
|
-
CreationTime: Date | undefined;
|
|
9498
|
-
/**
|
|
9499
|
-
* <p>The time the stack was last updated. This field will only be returned if the stack has been
|
|
9500
|
-
* updated at least once.</p>
|
|
9501
|
-
* @public
|
|
9502
|
-
*/
|
|
9503
|
-
LastUpdatedTime?: Date | undefined;
|
|
9504
|
-
/**
|
|
9505
|
-
* <p>The time the stack was deleted.</p>
|
|
9506
|
-
* @public
|
|
9507
|
-
*/
|
|
9508
|
-
DeletionTime?: Date | undefined;
|
|
9509
|
-
/**
|
|
9510
|
-
* <p>The current status of the stack.</p>
|
|
9511
|
-
* @public
|
|
9512
|
-
*/
|
|
9513
|
-
StackStatus: StackStatus | undefined;
|
|
9514
|
-
/**
|
|
9515
|
-
* <p>Success/Failure message associated with the stack status.</p>
|
|
9516
|
-
* @public
|
|
9517
|
-
*/
|
|
9518
|
-
StackStatusReason?: string | undefined;
|
|
9519
|
-
/**
|
|
9520
|
-
* <p>For nested stacks, the stack ID of the direct parent of this stack. For the first level of
|
|
9521
|
-
* nested stacks, the root stack is also the parent stack.</p>
|
|
9522
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in
|
|
9523
|
-
* the <i>CloudFormation User Guide</i>.</p>
|
|
9524
|
-
* @public
|
|
9525
|
-
*/
|
|
9526
|
-
ParentId?: string | undefined;
|
|
9527
|
-
/**
|
|
9528
|
-
* <p>For nested stacks, the stack ID of the top-level stack to which the nested stack ultimately
|
|
9529
|
-
* belongs.</p>
|
|
9530
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html">Nested stacks</a> in
|
|
9531
|
-
* the <i>CloudFormation User Guide</i>.</p>
|
|
9532
|
-
* @public
|
|
9533
|
-
*/
|
|
9534
|
-
RootId?: string | undefined;
|
|
9535
|
-
/**
|
|
9536
|
-
* <p>Summarizes information about whether a stack's actual configuration differs, or has
|
|
9537
|
-
* <i>drifted</i>, from its expected configuration, as defined in the stack template
|
|
9538
|
-
* and any values specified as template parameters. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html">Detect
|
|
9539
|
-
* unmanaged configuration changes to stacks and resources with drift detection</a>.</p>
|
|
9540
|
-
* @public
|
|
9541
|
-
*/
|
|
9542
|
-
DriftInformation?: StackDriftInformationSummary | undefined;
|
|
9543
|
-
}
|
|
9544
|
-
/**
|
|
9545
|
-
* <p>The output for <a>ListStacks</a> action.</p>
|
|
9546
|
-
* @public
|
|
9547
|
-
*/
|
|
9548
|
-
export interface ListStacksOutput {
|
|
9549
|
-
/**
|
|
9550
|
-
* <p>A list of <code>StackSummary</code> structures that contains information about the
|
|
9551
|
-
* specified stacks.</p>
|
|
9552
|
-
* @public
|
|
9553
|
-
*/
|
|
9554
|
-
StackSummaries?: StackSummary[] | undefined;
|
|
9555
|
-
/**
|
|
9556
|
-
* <p>If the output exceeds 1 MB in size, a string that identifies the next page of stacks. If
|
|
9557
|
-
* no additional page exists, this value is null.</p>
|
|
9558
|
-
* @public
|
|
9559
|
-
*/
|
|
9560
|
-
NextToken?: string | undefined;
|
|
9561
|
-
}
|
|
9562
|
-
/**
|
|
9563
|
-
* @public
|
|
9564
|
-
*/
|
|
9565
|
-
export interface ListStackSetAutoDeploymentTargetsInput {
|
|
9566
|
-
/**
|
|
9567
|
-
* <p>The name or unique ID of the StackSet that you want to get automatic deployment targets
|
|
9568
|
-
* for.</p>
|
|
9569
|
-
* @public
|
|
9570
|
-
*/
|
|
9571
|
-
StackSetName: string | undefined;
|
|
9572
|
-
/**
|
|
9573
|
-
* <p>A string that identifies the next page of deployment targets that you want to
|
|
9574
|
-
* retrieve.</p>
|
|
9575
|
-
* @public
|
|
9576
|
-
*/
|
|
9577
|
-
NextToken?: string | undefined;
|
|
9578
|
-
/**
|
|
9579
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
|
9580
|
-
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
|
9581
|
-
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
|
9582
|
-
* results.</p>
|
|
9583
|
-
* @public
|
|
9584
|
-
*/
|
|
9585
|
-
MaxResults?: number | undefined;
|
|
9586
|
-
/**
|
|
9587
|
-
* <p>Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.</p>
|
|
9588
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
|
9589
|
-
* self-managed permissions.</p>
|
|
9590
|
-
* <ul>
|
|
9591
|
-
* <li>
|
|
9592
|
-
* <p>If you are signed in to the management account, specify
|
|
9593
|
-
* <code>SELF</code>.</p>
|
|
9594
|
-
* </li>
|
|
9595
|
-
* <li>
|
|
9596
|
-
* <p>If you are signed in to a delegated administrator account, specify
|
|
9597
|
-
* <code>DELEGATED_ADMIN</code>.</p>
|
|
9598
|
-
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
|
9599
|
-
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
9600
|
-
* </li>
|
|
9601
|
-
* </ul>
|
|
9602
|
-
* @public
|
|
9603
|
-
*/
|
|
9604
|
-
CallAs?: CallAs | undefined;
|
|
9605
|
-
}
|
|
9606
|
-
/**
|
|
9607
|
-
* <p>One of the targets for the StackSet. Returned by the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html">ListStackSetAutoDeploymentTargets</a> API operation.</p>
|
|
9608
|
-
* @public
|
|
9609
|
-
*/
|
|
9610
|
-
export interface StackSetAutoDeploymentTargetSummary {
|
|
9611
|
-
/**
|
|
9612
|
-
* <p>The organization root ID or organizational unit (OU) IDs where the StackSet is
|
|
9613
|
-
* targeted.</p>
|
|
9614
|
-
* @public
|
|
9615
|
-
*/
|
|
9616
|
-
OrganizationalUnitId?: string | undefined;
|
|
9617
|
-
/**
|
|
9618
|
-
* <p>The list of Regions targeted for this organization or OU.</p>
|
|
9619
|
-
* @public
|
|
9620
|
-
*/
|
|
9621
|
-
Regions?: string[] | undefined;
|
|
9622
|
-
}
|
|
9623
|
-
/**
|
|
9624
|
-
* @public
|
|
9625
|
-
*/
|
|
9626
|
-
export interface ListStackSetAutoDeploymentTargetsOutput {
|
|
9627
|
-
/**
|
|
9628
|
-
* <p>An array of summaries of the deployment targets for the StackSet.</p>
|
|
9629
|
-
* @public
|
|
9630
|
-
*/
|
|
9631
|
-
Summaries?: StackSetAutoDeploymentTargetSummary[] | undefined;
|
|
9632
|
-
/**
|
|
9633
|
-
* <p>If the request doesn't return all the remaining results, <code>NextToken</code> is set to
|
|
9634
|
-
* a token. To retrieve the next set of results, call <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListStackSetAutoDeploymentTargets.html">ListStackSetAutoDeploymentTargets</a> again and use that value for the
|
|
9635
|
-
* <code>NextToken</code> parameter. If the request returns all results, <code>NextToken</code>
|
|
9636
|
-
* is set to an empty string.</p>
|
|
9637
|
-
* @public
|
|
9638
|
-
*/
|
|
9639
|
-
NextToken?: string | undefined;
|
|
9640
|
-
}
|
|
9641
|
-
/**
|
|
9642
|
-
* @public
|
|
9643
|
-
* @enum
|
|
9644
|
-
*/
|
|
9645
|
-
export declare const OperationResultFilterName: {
|
|
9646
|
-
readonly OPERATION_RESULT_STATUS: "OPERATION_RESULT_STATUS";
|
|
9647
|
-
};
|
|
9648
|
-
/**
|
|
9649
|
-
* @public
|
|
9650
|
-
*/
|
|
9651
|
-
export type OperationResultFilterName = (typeof OperationResultFilterName)[keyof typeof OperationResultFilterName];
|
|
9652
|
-
/**
|
|
9653
|
-
* <p>The status that operation results are filtered by.</p>
|
|
9654
|
-
* @public
|
|
9655
|
-
*/
|
|
9656
|
-
export interface OperationResultFilter {
|
|
9657
|
-
/**
|
|
9658
|
-
* <p>The type of filter to apply.</p>
|
|
9659
|
-
* @public
|
|
9660
|
-
*/
|
|
9661
|
-
Name?: OperationResultFilterName | undefined;
|
|
9662
|
-
/**
|
|
9663
|
-
* <p>The value to filter by.</p>
|
|
9664
|
-
* @public
|
|
9665
|
-
*/
|
|
9666
|
-
Values?: string | undefined;
|
|
9667
|
-
}
|
|
9668
|
-
/**
|
|
9669
|
-
* @public
|
|
9670
|
-
*/
|
|
9671
|
-
export interface ListStackSetOperationResultsInput {
|
|
9672
|
-
/**
|
|
9673
|
-
* <p>The name or unique ID of the StackSet that you want to get operation results for.</p>
|
|
9674
|
-
* @public
|
|
9675
|
-
*/
|
|
9676
|
-
StackSetName: string | undefined;
|
|
9677
|
-
/**
|
|
9678
|
-
* <p>The ID of the StackSet operation.</p>
|
|
9679
|
-
* @public
|
|
9680
|
-
*/
|
|
9681
|
-
OperationId: string | undefined;
|
|
9682
|
-
/**
|
|
9683
|
-
* <p>If the previous request didn't return all the remaining results, the response object's
|
|
9684
|
-
* <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
|
|
9685
|
-
* results, call <code>ListStackSetOperationResults</code> again and assign that token to the
|
|
9686
|
-
* request object's <code>NextToken</code> parameter. If there are no remaining results, the
|
|
9687
|
-
* previous response object's <code>NextToken</code> parameter is set to
|
|
9688
|
-
* <code>null</code>.</p>
|
|
9689
|
-
* @public
|
|
9690
|
-
*/
|
|
9691
|
-
NextToken?: string | undefined;
|
|
9692
|
-
/**
|
|
9693
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
|
9694
|
-
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
|
9695
|
-
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
|
9696
|
-
* results.</p>
|
|
9697
|
-
* @public
|
|
9698
|
-
*/
|
|
9699
|
-
MaxResults?: number | undefined;
|
|
9700
|
-
/**
|
|
9701
|
-
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
|
9702
|
-
* in the organization's management account or as a delegated administrator in a
|
|
9703
|
-
* member account.</p>
|
|
9704
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
|
9705
|
-
* self-managed permissions.</p>
|
|
9706
|
-
* <ul>
|
|
9707
|
-
* <li>
|
|
9708
|
-
* <p>If you are signed in to the management account, specify
|
|
9709
|
-
* <code>SELF</code>.</p>
|
|
9710
|
-
* </li>
|
|
9711
|
-
* <li>
|
|
9712
|
-
* <p>If you are signed in to a delegated administrator account, specify
|
|
9713
|
-
* <code>DELEGATED_ADMIN</code>.</p>
|
|
9714
|
-
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
|
9715
|
-
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
9716
|
-
* </li>
|
|
9717
|
-
* </ul>
|
|
9718
|
-
* @public
|
|
9719
|
-
*/
|
|
9720
|
-
CallAs?: CallAs | undefined;
|
|
9721
|
-
/**
|
|
9722
|
-
* <p>The filter to apply to operation results.</p>
|
|
9723
|
-
* @public
|
|
9724
|
-
*/
|
|
9725
|
-
Filters?: OperationResultFilter[] | undefined;
|
|
9726
|
-
}
|
|
9727
|
-
/**
|
|
9728
|
-
* @public
|
|
9729
|
-
* @enum
|
|
9730
|
-
*/
|
|
9731
|
-
export declare const StackSetOperationResultStatus: {
|
|
9732
|
-
readonly CANCELLED: "CANCELLED";
|
|
9733
|
-
readonly FAILED: "FAILED";
|
|
9734
|
-
readonly PENDING: "PENDING";
|
|
9735
|
-
readonly RUNNING: "RUNNING";
|
|
9736
|
-
readonly SUCCEEDED: "SUCCEEDED";
|
|
9737
|
-
};
|
|
9738
|
-
/**
|
|
9739
|
-
* @public
|
|
9740
|
-
*/
|
|
9741
|
-
export type StackSetOperationResultStatus = (typeof StackSetOperationResultStatus)[keyof typeof StackSetOperationResultStatus];
|
|
9742
|
-
/**
|
|
9743
|
-
* <p>The structure that contains information about a specified operation's results for a given
|
|
9744
|
-
* account in a given Region.</p>
|
|
9745
|
-
* @public
|
|
9746
|
-
*/
|
|
9747
|
-
export interface StackSetOperationResultSummary {
|
|
9748
|
-
/**
|
|
9749
|
-
* <p>[Self-managed permissions] The name of the Amazon Web Services account for this operation result.</p>
|
|
9750
|
-
* @public
|
|
9751
|
-
*/
|
|
9752
|
-
Account?: string | undefined;
|
|
9753
|
-
/**
|
|
9754
|
-
* <p>The name of the Amazon Web Services Region for this operation result.</p>
|
|
9755
|
-
* @public
|
|
9756
|
-
*/
|
|
9757
|
-
Region?: string | undefined;
|
|
9758
|
-
/**
|
|
9759
|
-
* <p>The result status of the StackSet operation for the given account in the given
|
|
9760
|
-
* Region.</p>
|
|
9761
|
-
* <ul>
|
|
9762
|
-
* <li>
|
|
9763
|
-
* <p>
|
|
9764
|
-
* <code>CANCELLED</code>: The operation in the specified account and Region has been
|
|
9765
|
-
* canceled. This is either because a user has stopped the StackSet operation, or because the
|
|
9766
|
-
* failure tolerance of the StackSet operation has been exceeded.</p>
|
|
9767
|
-
* </li>
|
|
9768
|
-
* <li>
|
|
9769
|
-
* <p>
|
|
9770
|
-
* <code>FAILED</code>: The operation in the specified account and Region failed.</p>
|
|
9771
|
-
* <p>If the StackSet operation fails in enough accounts within a Region, the failure tolerance
|
|
9772
|
-
* for the StackSet operation as a whole might be exceeded.</p>
|
|
9773
|
-
* </li>
|
|
9774
|
-
* <li>
|
|
9775
|
-
* <p>
|
|
9776
|
-
* <code>RUNNING</code>: The operation in the specified account and Region is currently in
|
|
9777
|
-
* progress.</p>
|
|
9778
|
-
* </li>
|
|
9779
|
-
* <li>
|
|
9780
|
-
* <p>
|
|
9781
|
-
* <code>PENDING</code>: The operation in the specified account and Region has yet to
|
|
9782
|
-
* start.</p>
|
|
9783
|
-
* </li>
|
|
9784
|
-
* <li>
|
|
9785
|
-
* <p>
|
|
9786
|
-
* <code>SUCCEEDED</code>: The operation in the specified account and Region completed
|
|
9787
|
-
* successfully.</p>
|
|
9788
|
-
* </li>
|
|
9789
|
-
* </ul>
|
|
9790
|
-
* @public
|
|
9791
|
-
*/
|
|
9792
|
-
Status?: StackSetOperationResultStatus | undefined;
|
|
9793
|
-
/**
|
|
9794
|
-
* <p>The reason for the assigned result status.</p>
|
|
9795
|
-
* @public
|
|
9796
|
-
*/
|
|
9797
|
-
StatusReason?: string | undefined;
|
|
9798
|
-
/**
|
|
9799
|
-
* <p>The results of the account gate function CloudFormation invokes, if present, before proceeding
|
|
9800
|
-
* with StackSet operations in an account.</p>
|
|
9801
|
-
* @public
|
|
9802
|
-
*/
|
|
9803
|
-
AccountGateResult?: AccountGateResult | undefined;
|
|
9804
|
-
/**
|
|
9805
|
-
* <p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that
|
|
9806
|
-
* you specified for <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html">DeploymentTargets</a>.</p>
|
|
9807
|
-
* @public
|
|
9808
|
-
*/
|
|
9809
|
-
OrganizationalUnitId?: string | undefined;
|
|
9810
|
-
}
|
|
9811
|
-
/**
|
|
9812
|
-
* @public
|
|
9813
|
-
*/
|
|
9814
|
-
export interface ListStackSetOperationResultsOutput {
|
|
9815
|
-
/**
|
|
9816
|
-
* <p>A list of <code>StackSetOperationResultSummary</code> structures that contain information
|
|
9817
|
-
* about the specified operation results, for accounts and Amazon Web Services Regions that are included in the
|
|
9818
|
-
* operation.</p>
|
|
9819
|
-
* @public
|
|
9820
|
-
*/
|
|
9821
|
-
Summaries?: StackSetOperationResultSummary[] | undefined;
|
|
9822
|
-
/**
|
|
9823
|
-
* <p>If the request doesn't return all results, <code>NextToken</code> is set to a token. To
|
|
9824
|
-
* retrieve the next set of results, call <code>ListOperationResults</code> again and assign that
|
|
9825
|
-
* token to the request object's <code>NextToken</code> parameter. If there are no remaining
|
|
9826
|
-
* results, <code>NextToken</code> is set to <code>null</code>.</p>
|
|
9827
|
-
* @public
|
|
9828
|
-
*/
|
|
9829
|
-
NextToken?: string | undefined;
|
|
9830
|
-
}
|
|
9831
|
-
/**
|
|
9832
|
-
* @public
|
|
9833
|
-
*/
|
|
9834
|
-
export interface ListStackSetOperationsInput {
|
|
9835
|
-
/**
|
|
9836
|
-
* <p>The name or unique ID of the StackSet that you want to get operation summaries for.</p>
|
|
9837
|
-
* @public
|
|
9838
|
-
*/
|
|
9839
|
-
StackSetName: string | undefined;
|
|
9840
|
-
/**
|
|
9841
|
-
* <p>If the previous paginated request didn't return all of the remaining results, the response
|
|
9842
|
-
* object's <code>NextToken</code> parameter value is set to a token. To retrieve the next set of
|
|
9843
|
-
* results, call <code>ListStackSetOperations</code> again and assign that token to the request
|
|
9844
|
-
* object's <code>NextToken</code> parameter. If there are no remaining results, the previous
|
|
9845
|
-
* response object's <code>NextToken</code> parameter is set to <code>null</code>.</p>
|
|
9846
|
-
* @public
|
|
9847
|
-
*/
|
|
9848
|
-
NextToken?: string | undefined;
|
|
9849
|
-
/**
|
|
9850
|
-
* <p>The maximum number of results to be returned with a single call. If the number of
|
|
9851
|
-
* available results exceeds this maximum, the response includes a <code>NextToken</code> value
|
|
9852
|
-
* that you can assign to the <code>NextToken</code> request parameter to get the next set of
|
|
9853
|
-
* results.</p>
|
|
9854
|
-
* @public
|
|
9855
|
-
*/
|
|
9856
|
-
MaxResults?: number | undefined;
|
|
9857
|
-
/**
|
|
9858
|
-
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
|
|
9859
|
-
* in the organization's management account or as a delegated administrator in a
|
|
9860
|
-
* member account.</p>
|
|
9861
|
-
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
|
|
9862
|
-
* self-managed permissions.</p>
|
|
9863
|
-
* <ul>
|
|
9864
|
-
* <li>
|
|
9865
|
-
* <p>If you are signed in to the management account, specify
|
|
9866
|
-
* <code>SELF</code>.</p>
|
|
9867
|
-
* </li>
|
|
9868
|
-
* <li>
|
|
9869
|
-
* <p>If you are signed in to a delegated administrator account, specify
|
|
9870
|
-
* <code>DELEGATED_ADMIN</code>.</p>
|
|
9871
|
-
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a
|
|
9872
|
-
* delegated administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
9873
|
-
* </li>
|
|
9874
|
-
* </ul>
|
|
9875
|
-
* @public
|
|
9876
|
-
*/
|
|
9877
|
-
CallAs?: CallAs | undefined;
|
|
9878
|
-
}
|
|
9879
|
-
/**
|
|
9880
|
-
* <p>The structures that contain summary information about the specified operation.</p>
|
|
9881
|
-
* @public
|
|
9882
|
-
*/
|
|
9883
|
-
export interface StackSetOperationSummary {
|
|
9884
|
-
/**
|
|
9885
|
-
* <p>The unique ID of the StackSet operation.</p>
|
|
9886
|
-
* @public
|
|
9887
|
-
*/
|
|
9888
|
-
OperationId?: string | undefined;
|
|
9889
|
-
/**
|
|
9890
|
-
* <p>The type of operation: <code>CREATE</code>, <code>UPDATE</code>, or <code>DELETE</code>.
|
|
9891
|
-
* Create and delete operations affect only the specified stack instances that are associated with
|
|
9892
|
-
* the specified StackSet. Update operations affect both the StackSet itself and
|
|
9893
|
-
* <i>all</i> associated StackSet instances.</p>
|
|
9894
|
-
* @public
|
|
9895
|
-
*/
|
|
9896
|
-
Action?: StackSetOperationAction | undefined;
|
|
9897
|
-
/**
|
|
9898
|
-
* <p>The overall status of the operation.</p>
|
|
9899
|
-
* <ul>
|
|
9900
|
-
* <li>
|
|
9901
|
-
* <p>
|
|
9902
|
-
* <code>FAILED</code>: The operation exceeded the specified failure tolerance. The failure
|
|
9903
|
-
* tolerance value that you've set for an operation is applied for each Region during stack create
|
|
9904
|
-
* and update operations. If the number of failed stacks within a Region exceeds the failure
|
|
9905
|
-
* tolerance, the status of the operation in the Region is set to <code>FAILED</code>. This in
|
|
9906
|
-
* turn sets the status of the operation as a whole to <code>FAILED</code>, and CloudFormation cancels
|
|
9907
|
-
* the operation in any remaining Regions.</p>
|
|
9908
|
-
* </li>
|
|
9909
|
-
* <li>
|
|
9910
|
-
* <p>
|
|
9911
|
-
* <code>QUEUED</code>: [Service-managed permissions] For automatic deployments that require
|
|
9912
|
-
* a sequence of operations, the operation is queued to be performed. For more information, see
|
|
9913
|
-
* the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-status-codes">StackSet status codes</a> in the <i>CloudFormation User Guide</i>.</p>
|
|
9914
|
-
* </li>
|
|
9915
|
-
* <li>
|
|
9916
|
-
* <p>
|
|
9917
|
-
* <code>RUNNING</code>: The operation is currently being performed.</p>
|
|
9918
|
-
* </li>
|
|
9919
|
-
* <li>
|
|
9920
|
-
* <p>
|
|
9921
|
-
* <code>STOPPED</code>: The user has canceled the operation.</p>
|
|
9922
|
-
* </li>
|
|
9923
|
-
* <li>
|
|
9924
|
-
* <p>
|
|
9925
|
-
* <code>STOPPING</code>: The operation is in the process of stopping, at user
|
|
9926
|
-
* request.</p>
|
|
9927
|
-
* </li>
|
|
9928
|
-
* <li>
|
|
9929
|
-
* <p>
|
|
9930
|
-
* <code>SUCCEEDED</code>: The operation completed creating or updating all the specified
|
|
9931
|
-
* stacks without exceeding the failure tolerance for the operation.</p>
|
|
9932
|
-
* </li>
|
|
9933
|
-
* </ul>
|
|
9934
|
-
* @public
|
|
9935
|
-
*/
|
|
9936
|
-
Status?: StackSetOperationStatus | undefined;
|
|
9937
|
-
/**
|
|
9938
|
-
* <p>The time at which the operation was initiated. Note that the creation times for the StackSet
|
|
9939
|
-
* operation might differ from the creation time of the individual stacks themselves. This is
|
|
9940
|
-
* because CloudFormation needs to perform preparatory work for the operation, such as dispatching the
|
|
9941
|
-
* work to the requested Regions, before actually creating the first stacks.</p>
|
|
9942
|
-
* @public
|
|
9943
|
-
*/
|
|
9944
|
-
CreationTimestamp?: Date | undefined;
|
|
9945
|
-
/**
|
|
9946
|
-
* <p>The time at which the StackSet operation ended, across all accounts and Regions specified.
|
|
9947
|
-
* Note that this doesn't necessarily mean that the StackSet operation was successful, or even
|
|
9948
|
-
* attempted, in each account or Region.</p>
|
|
9949
|
-
* @public
|
|
9950
|
-
*/
|
|
9951
|
-
EndTimestamp?: Date | undefined;
|
|
9952
|
-
/**
|
|
9953
|
-
* <p>The status of the operation in details.</p>
|
|
9954
|
-
* @public
|
|
9955
|
-
*/
|
|
9956
|
-
StatusReason?: string | undefined;
|
|
9957
|
-
/**
|
|
9958
|
-
* <p>Detailed information about the StackSet operation.</p>
|
|
9959
|
-
* @public
|
|
9960
|
-
*/
|
|
9961
|
-
StatusDetails?: StackSetOperationStatusDetails | undefined;
|
|
9962
|
-
/**
|
|
9963
|
-
* <p>The user-specified preferences for how CloudFormation performs a StackSet operation.</p>
|
|
9964
|
-
* <p>For more information about maximum concurrent accounts and failure tolerance, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options">StackSet
|
|
9965
|
-
* operation options</a>.</p>
|
|
9966
|
-
* @public
|
|
9967
|
-
*/
|
|
9968
|
-
OperationPreferences?: StackSetOperationPreferences | undefined;
|
|
9969
|
-
}
|
|
9970
|
-
/**
|
|
9971
|
-
* @public
|
|
9972
|
-
*/
|
|
9973
|
-
export interface ListStackSetOperationsOutput {
|
|
9974
|
-
/**
|
|
9975
|
-
* <p>A list of <code>StackSetOperationSummary</code> structures that contain summary
|
|
9976
|
-
* information about operations for the specified StackSet.</p>
|
|
9977
|
-
* @public
|
|
9978
|
-
*/
|
|
9979
|
-
Summaries?: StackSetOperationSummary[] | undefined;
|
|
9980
|
-
/**
|
|
9981
|
-
* <p>If the request doesn't return all results, <code>NextToken</code> is set to a token. To
|
|
9982
|
-
* retrieve the next set of results, call <code>ListOperationResults</code> again and assign that
|
|
9983
|
-
* token to the request object's <code>NextToken</code> parameter. If there are no remaining
|
|
9984
|
-
* results, <code>NextToken</code> is set to <code>null</code>.</p>
|
|
9985
|
-
* @public
|
|
9986
|
-
*/
|
|
9987
|
-
NextToken?: string | undefined;
|
|
9988
|
-
}
|