@kensio/yulin 1.20.0 → 1.20.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/sdk/router/resolve-sim-sdk-command-router.d.ts.map +1 -1
- package/dist/sdk/router/resolve-sim-sdk-command-router.js +8 -0
- package/dist/sdk/router/resolve-sim-sdk-command-router.js.map +1 -1
- package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts +11 -0
- package/dist/service/aws/factory/sim-aws-account-region-service-builder.d.ts.map +1 -1
- package/dist/service/aws/factory/sim-aws-account-region-service-builder.js +17 -1
- package/dist/service/aws/factory/sim-aws-account-region-service-builder.js.map +1 -1
- package/dist/service/aws/factory/sim-aws-cross-account-collaborators.d.ts +10 -0
- package/dist/service/aws/factory/sim-aws-cross-account-collaborators.d.ts.map +1 -1
- package/dist/service/aws/factory/sim-aws-cross-account-collaborators.js +15 -0
- package/dist/service/aws/factory/sim-aws-cross-account-collaborators.js.map +1 -1
- package/dist/service/aws/factory/sim-aws-self-contained-service-builder.d.ts +9 -0
- package/dist/service/aws/factory/sim-aws-self-contained-service-builder.d.ts.map +1 -1
- package/dist/service/aws/factory/sim-aws-self-contained-service-builder.js +15 -0
- package/dist/service/aws/factory/sim-aws-self-contained-service-builder.js.map +1 -1
- package/dist/service/aws/factory/sim-aws-service-factory.d.ts +6 -0
- package/dist/service/aws/factory/sim-aws-service-factory.d.ts.map +1 -1
- package/dist/service/aws/factory/sim-aws-service-factory.js +8 -0
- package/dist/service/aws/factory/sim-aws-service-factory.js.map +1 -1
- package/dist/service/aws/sim-aws-account-region-scope.d.ts +6 -0
- package/dist/service/aws/sim-aws-account-region-scope.d.ts.map +1 -1
- package/dist/service/aws/sim-aws-account-region-scope.js +8 -0
- package/dist/service/aws/sim-aws-account-region-scope.js.map +1 -1
- package/dist/service/aws/sim-aws-account.d.ts +5 -0
- package/dist/service/aws/sim-aws-account.d.ts.map +1 -1
- package/dist/service/aws/sim-aws-account.js +6 -0
- package/dist/service/aws/sim-aws-account.js.map +1 -1
- package/dist/service/aws/sim-aws-region.d.ts +5 -0
- package/dist/service/aws/sim-aws-region.d.ts.map +1 -1
- package/dist/service/aws/sim-aws-region.js +6 -0
- package/dist/service/aws/sim-aws-region.js.map +1 -1
- package/dist/service/aws/sim-aws-service-accessors.d.ts +6 -0
- package/dist/service/aws/sim-aws-service-accessors.d.ts.map +1 -1
- package/dist/service/aws/sim-aws-service-accessors.js +8 -0
- package/dist/service/aws/sim-aws-service-accessors.js.map +1 -1
- package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-cfn-value-adapter.d.ts +6 -0
- package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-cfn-value-adapter.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-cfn-value-adapter.js +15 -0
- package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-cfn-value-adapter.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.d.ts +23 -0
- package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.js +29 -0
- package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.d.ts.map +1 -1
- package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.js +4 -0
- package/dist/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.js.map +1 -1
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.d.ts +27 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.js +47 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.d.ts +49 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.js +89 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.d.ts +23 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.js +28 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.d.ts +57 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.js +99 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-property-names.d.ts +21 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-property-names.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-property-names.js +37 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-property-names.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-substitutions.d.ts +32 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-substitutions.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-substitutions.js +56 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-substitutions.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-deleter.d.ts +20 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-deleter.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-deleter.js +28 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-deleter.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.d.ts +43 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.js +64 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-error.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.d.ts +10 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.js +10 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-step-functions-resource-types.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-state-machine-cfn.d.ts +27 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-state-machine-cfn.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-state-machine-cfn.js +37 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-state-machine-cfn.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.d.ts +31 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.js +42 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-resource-factory.js.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.d.ts +7 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.d.ts.map +1 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.js +16 -0
- package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-step-functions-cfn-value-adapter.js.map +1 -0
- package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.d.ts.map +1 -1
- package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.js +11 -0
- package/dist/service/cloudformation/resource/resolve/service/sim-cfn-service-factories.js.map +1 -1
- package/dist/service/cloudfront/command/create-distribution/create-distribution.command.d.ts +25 -0
- package/dist/service/cloudfront/command/create-distribution/create-distribution.command.d.ts.map +1 -1
- package/dist/service/cloudfront/command/create-distribution/sim-cf-distro-config-normalizer.d.ts +0 -1
- package/dist/service/cloudfront/command/create-distribution/sim-cf-distro-config-normalizer.d.ts.map +1 -1
- package/dist/service/cloudfront/command/create-distribution/sim-cf-distro-config-normalizer.js +8 -36
- package/dist/service/cloudfront/command/create-distribution/sim-cf-distro-config-normalizer.js.map +1 -1
- package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-list.d.ts +19 -0
- package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-list.d.ts.map +1 -0
- package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-list.js +39 -0
- package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-list.js.map +1 -0
- package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-origin.d.ts +10 -0
- package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-origin.d.ts.map +1 -0
- package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-origin.js +17 -0
- package/dist/service/cloudfront/command/create-distribution/sim-cf-normalize-origin.js.map +1 -0
- package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-origin-configurator.d.ts.map +1 -1
- package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-origin-configurator.js +8 -0
- package/dist/service/cloudfront/distribution/configurator/sim-cloud-front-origin-configurator.js.map +1 -1
- package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-request.d.ts +4 -0
- package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-request.d.ts.map +1 -1
- package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-request.js +7 -0
- package/dist/service/cloudfront/origin/custom/sim-cf-custom-origin-request.js.map +1 -1
- package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.d.ts +6 -0
- package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.d.ts.map +1 -1
- package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.js +3 -0
- package/dist/service/cloudfront/origin/custom/sim-cloudfront-custom-origin.js.map +1 -1
- package/dist/service/cloudfront/origin/sim-cf-origin-custom-headers.d.ts +15 -0
- package/dist/service/cloudfront/origin/sim-cf-origin-custom-headers.d.ts.map +1 -0
- package/dist/service/cloudfront/origin/sim-cf-origin-custom-headers.js +74 -0
- package/dist/service/cloudfront/origin/sim-cf-origin-custom-headers.js.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.d.ts +33 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.d.ts.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.js +44 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.js.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-name.d.ts +23 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-name.d.ts.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-name.js +28 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-name.js.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.d.ts +48 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.d.ts.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.js +92 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.js.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-property-names.d.ts +51 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-property-names.d.ts.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-property-names.js +114 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-property-names.js.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-destination-choice.d.ts +19 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-destination-choice.d.ts.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-destination-choice.js +44 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-destination-choice.js.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-s3-destination.d.ts +47 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-s3-destination.d.ts.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-s3-destination.js +105 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-s3-destination.js.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-source-choice.d.ts +19 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-source-choice.d.ts.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-source-choice.js +58 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-source-choice.js.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-tags.d.ts +11 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-tags.d.ts.map +1 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-tags.js +33 -0
- package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-tags.js.map +1 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-archive.resources.d.ts +44 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-archive.resources.d.ts.map +1 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-archive.resources.js +144 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-archive.resources.js.map +1 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-delivery-stream-template.factory.d.ts +51 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-delivery-stream-template.factory.d.ts.map +1 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-delivery-stream-template.factory.js +65 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-delivery-stream-template.factory.js.map +1 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-resource-deleter.d.ts +19 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-resource-deleter.d.ts.map +1 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-resource-deleter.js +26 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-resource-deleter.js.map +1 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-resource-error.d.ts +44 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-resource-error.d.ts.map +1 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-resource-error.js +75 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-resource-error.js.map +1 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-resource-types.d.ts +14 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-resource-types.d.ts.map +1 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-resource-types.js +14 -0
- package/dist/service/firehose/cfn/sim-cfn-firehose-resource-types.js.map +1 -0
- package/dist/service/firehose/cfn/sim-firehose-cfn-resource-factory.d.ts +29 -0
- package/dist/service/firehose/cfn/sim-firehose-cfn-resource-factory.d.ts.map +1 -0
- package/dist/service/firehose/cfn/sim-firehose-cfn-resource-factory.js +38 -0
- package/dist/service/firehose/cfn/sim-firehose-cfn-resource-factory.js.map +1 -0
- package/dist/service/firehose/command/authorize/sim-firehose-authorizer.d.ts +39 -0
- package/dist/service/firehose/command/authorize/sim-firehose-authorizer.d.ts.map +1 -0
- package/dist/service/firehose/command/authorize/sim-firehose-authorizer.js +49 -0
- package/dist/service/firehose/command/authorize/sim-firehose-authorizer.js.map +1 -0
- package/dist/service/firehose/command/record/record.command.d.ts +55 -0
- package/dist/service/firehose/command/record/record.command.d.ts.map +1 -0
- package/dist/service/firehose/command/record/record.command.js +2 -0
- package/dist/service/firehose/command/record/record.command.js.map +1 -0
- package/dist/service/firehose/command/record/sim-firehose-put-commands.d.ts +43 -0
- package/dist/service/firehose/command/record/sim-firehose-put-commands.d.ts.map +1 -0
- package/dist/service/firehose/command/record/sim-firehose-put-commands.js +59 -0
- package/dist/service/firehose/command/record/sim-firehose-put-commands.js.map +1 -0
- package/dist/service/firehose/command/record/sim-firehose-record-data.d.ts +21 -0
- package/dist/service/firehose/command/record/sim-firehose-record-data.d.ts.map +1 -0
- package/dist/service/firehose/command/record/sim-firehose-record-data.js +54 -0
- package/dist/service/firehose/command/record/sim-firehose-record-data.js.map +1 -0
- package/dist/service/firehose/command/sim-firehose-command.types.d.ts +6 -0
- package/dist/service/firehose/command/sim-firehose-command.types.d.ts.map +1 -0
- package/dist/service/firehose/command/sim-firehose-command.types.js +2 -0
- package/dist/service/firehose/command/sim-firehose-command.types.js.map +1 -0
- package/dist/service/firehose/command/sim-firehose-commands.d.ts +37 -0
- package/dist/service/firehose/command/sim-firehose-commands.d.ts.map +1 -0
- package/dist/service/firehose/command/sim-firehose-commands.js +57 -0
- package/dist/service/firehose/command/sim-firehose-commands.js.map +1 -0
- package/dist/service/firehose/command/sim-firehose-delivery-stream-access.d.ts +47 -0
- package/dist/service/firehose/command/sim-firehose-delivery-stream-access.d.ts.map +1 -0
- package/dist/service/firehose/command/sim-firehose-delivery-stream-access.js +58 -0
- package/dist/service/firehose/command/sim-firehose-delivery-stream-access.js.map +1 -0
- package/dist/service/firehose/command/sim-firehose-request-options.d.ts +12 -0
- package/dist/service/firehose/command/sim-firehose-request-options.d.ts.map +1 -0
- package/dist/service/firehose/command/sim-firehose-request-options.js +2 -0
- package/dist/service/firehose/command/sim-firehose-request-options.js.map +1 -0
- package/dist/service/firehose/command/stream/sim-firehose-create-delivery-stream.d.ts +49 -0
- package/dist/service/firehose/command/stream/sim-firehose-create-delivery-stream.d.ts.map +1 -0
- package/dist/service/firehose/command/stream/sim-firehose-create-delivery-stream.js +69 -0
- package/dist/service/firehose/command/stream/sim-firehose-create-delivery-stream.js.map +1 -0
- package/dist/service/firehose/command/stream/sim-firehose-delivery-stream-page.d.ts +19 -0
- package/dist/service/firehose/command/stream/sim-firehose-delivery-stream-page.d.ts.map +1 -0
- package/dist/service/firehose/command/stream/sim-firehose-delivery-stream-page.js +24 -0
- package/dist/service/firehose/command/stream/sim-firehose-delivery-stream-page.js.map +1 -0
- package/dist/service/firehose/command/stream/sim-firehose-stream-commands.d.ts +50 -0
- package/dist/service/firehose/command/stream/sim-firehose-stream-commands.d.ts.map +1 -0
- package/dist/service/firehose/command/stream/sim-firehose-stream-commands.js +72 -0
- package/dist/service/firehose/command/stream/sim-firehose-stream-commands.js.map +1 -0
- package/dist/service/firehose/command/stream/sim-firehose-stream-descriptions.d.ts +7 -0
- package/dist/service/firehose/command/stream/sim-firehose-stream-descriptions.d.ts.map +1 -0
- package/dist/service/firehose/command/stream/sim-firehose-stream-descriptions.js +70 -0
- package/dist/service/firehose/command/stream/sim-firehose-stream-descriptions.js.map +1 -0
- package/dist/service/firehose/command/stream/stream.command.d.ts +137 -0
- package/dist/service/firehose/command/stream/stream.command.d.ts.map +1 -0
- package/dist/service/firehose/command/stream/stream.command.js +2 -0
- package/dist/service/firehose/command/stream/stream.command.js.map +1 -0
- package/dist/service/firehose/delivery/sim-firehose-buffer.d.ts +36 -0
- package/dist/service/firehose/delivery/sim-firehose-buffer.d.ts.map +1 -0
- package/dist/service/firehose/delivery/sim-firehose-buffer.js +55 -0
- package/dist/service/firehose/delivery/sim-firehose-buffer.js.map +1 -0
- package/dist/service/firehose/delivery/sim-firehose-delivery-failures.d.ts +34 -0
- package/dist/service/firehose/delivery/sim-firehose-delivery-failures.d.ts.map +1 -0
- package/dist/service/firehose/delivery/sim-firehose-delivery-failures.js +24 -0
- package/dist/service/firehose/delivery/sim-firehose-delivery-failures.js.map +1 -0
- package/dist/service/firehose/delivery/sim-firehose-delivery.d.ts +47 -0
- package/dist/service/firehose/delivery/sim-firehose-delivery.d.ts.map +1 -0
- package/dist/service/firehose/delivery/sim-firehose-delivery.js +76 -0
- package/dist/service/firehose/delivery/sim-firehose-delivery.js.map +1 -0
- package/dist/service/firehose/delivery/sim-firehose-object-key.d.ts +21 -0
- package/dist/service/firehose/delivery/sim-firehose-object-key.d.ts.map +1 -0
- package/dist/service/firehose/delivery/sim-firehose-object-key.js +27 -0
- package/dist/service/firehose/delivery/sim-firehose-object-key.js.map +1 -0
- package/dist/service/firehose/delivery/sim-firehose-object-writer.d.ts +50 -0
- package/dist/service/firehose/delivery/sim-firehose-object-writer.d.ts.map +1 -0
- package/dist/service/firehose/delivery/sim-firehose-object-writer.js +57 -0
- package/dist/service/firehose/delivery/sim-firehose-object-writer.js.map +1 -0
- package/dist/service/firehose/destination/sim-firehose-buffering-hints.d.ts +29 -0
- package/dist/service/firehose/destination/sim-firehose-buffering-hints.d.ts.map +1 -0
- package/dist/service/firehose/destination/sim-firehose-buffering-hints.js +45 -0
- package/dist/service/firehose/destination/sim-firehose-buffering-hints.js.map +1 -0
- package/dist/service/firehose/destination/sim-firehose-destination-choice.d.ts +35 -0
- package/dist/service/firehose/destination/sim-firehose-destination-choice.d.ts.map +1 -0
- package/dist/service/firehose/destination/sim-firehose-destination-choice.js +48 -0
- package/dist/service/firehose/destination/sim-firehose-destination-choice.js.map +1 -0
- package/dist/service/firehose/destination/sim-firehose-s3-destination.d.ts +32 -0
- package/dist/service/firehose/destination/sim-firehose-s3-destination.d.ts.map +1 -0
- package/dist/service/firehose/destination/sim-firehose-s3-destination.js +51 -0
- package/dist/service/firehose/destination/sim-firehose-s3-destination.js.map +1 -0
- package/dist/service/firehose/error/sim-firehose.error.d.ts +69 -0
- package/dist/service/firehose/error/sim-firehose.error.d.ts.map +1 -0
- package/dist/service/firehose/error/sim-firehose.error.js +79 -0
- package/dist/service/firehose/error/sim-firehose.error.js.map +1 -0
- package/dist/service/firehose/failure/sim-firehose-failure.d.ts +38 -0
- package/dist/service/firehose/failure/sim-firehose-failure.d.ts.map +1 -0
- package/dist/service/firehose/failure/sim-firehose-failure.js +40 -0
- package/dist/service/firehose/failure/sim-firehose-failure.js.map +1 -0
- package/dist/service/firehose/failure/sim-firehose-failures.d.ts +32 -0
- package/dist/service/firehose/failure/sim-firehose-failures.d.ts.map +1 -0
- package/dist/service/firehose/failure/sim-firehose-failures.js +47 -0
- package/dist/service/firehose/failure/sim-firehose-failures.js.map +1 -0
- package/dist/service/firehose/index.d.ts +17 -0
- package/dist/service/firehose/index.d.ts.map +1 -0
- package/dist/service/firehose/index.js +12 -0
- package/dist/service/firehose/index.js.map +1 -0
- package/dist/service/firehose/sdk/sim-firehose-sdk-command-router.d.ts +18 -0
- package/dist/service/firehose/sdk/sim-firehose-sdk-command-router.d.ts.map +1 -0
- package/dist/service/firehose/sdk/sim-firehose-sdk-command-router.js +48 -0
- package/dist/service/firehose/sdk/sim-firehose-sdk-command-router.js.map +1 -0
- package/dist/service/firehose/sim-firehose.d.ts +104 -0
- package/dist/service/firehose/sim-firehose.d.ts.map +1 -0
- package/dist/service/firehose/sim-firehose.js +130 -0
- package/dist/service/firehose/sim-firehose.js.map +1 -0
- package/dist/service/firehose/source/read/sim-firehose-source-poll.d.ts +39 -0
- package/dist/service/firehose/source/read/sim-firehose-source-poll.d.ts.map +1 -0
- package/dist/service/firehose/source/read/sim-firehose-source-poll.js +48 -0
- package/dist/service/firehose/source/read/sim-firehose-source-poll.js.map +1 -0
- package/dist/service/firehose/source/read/sim-firehose-source-reader.d.ts +62 -0
- package/dist/service/firehose/source/read/sim-firehose-source-reader.d.ts.map +1 -0
- package/dist/service/firehose/source/read/sim-firehose-source-reader.js +94 -0
- package/dist/service/firehose/source/read/sim-firehose-source-reader.js.map +1 -0
- package/dist/service/firehose/source/read/sim-firehose-source-reading.d.ts +39 -0
- package/dist/service/firehose/source/read/sim-firehose-source-reading.d.ts.map +1 -0
- package/dist/service/firehose/source/read/sim-firehose-source-reading.js +48 -0
- package/dist/service/firehose/source/read/sim-firehose-source-reading.js.map +1 -0
- package/dist/service/firehose/source/read/sim-firehose-source-shard-ids.d.ts +12 -0
- package/dist/service/firehose/source/read/sim-firehose-source-shard-ids.d.ts.map +1 -0
- package/dist/service/firehose/source/read/sim-firehose-source-shard-ids.js +56 -0
- package/dist/service/firehose/source/read/sim-firehose-source-shard-ids.js.map +1 -0
- package/dist/service/firehose/source/read/sim-firehose-source-shard.d.ts +36 -0
- package/dist/service/firehose/source/read/sim-firehose-source-shard.d.ts.map +1 -0
- package/dist/service/firehose/source/read/sim-firehose-source-shard.js +45 -0
- package/dist/service/firehose/source/read/sim-firehose-source-shard.js.map +1 -0
- package/dist/service/firehose/source/read/sim-firehose-source-shards.d.ts +42 -0
- package/dist/service/firehose/source/read/sim-firehose-source-shards.d.ts.map +1 -0
- package/dist/service/firehose/source/read/sim-firehose-source-shards.js +53 -0
- package/dist/service/firehose/source/read/sim-firehose-source-shards.js.map +1 -0
- package/dist/service/firehose/source/sim-firehose-kinesis-source-arn.d.ts +29 -0
- package/dist/service/firehose/source/sim-firehose-kinesis-source-arn.d.ts.map +1 -0
- package/dist/service/firehose/source/sim-firehose-kinesis-source-arn.js +57 -0
- package/dist/service/firehose/source/sim-firehose-kinesis-source-arn.js.map +1 -0
- package/dist/service/firehose/source/sim-firehose-record-source.d.ts +140 -0
- package/dist/service/firehose/source/sim-firehose-record-source.d.ts.map +1 -0
- package/dist/service/firehose/source/sim-firehose-record-source.js +53 -0
- package/dist/service/firehose/source/sim-firehose-record-source.js.map +1 -0
- package/dist/service/firehose/source/sim-firehose-source-choice.d.ts +26 -0
- package/dist/service/firehose/source/sim-firehose-source-choice.d.ts.map +1 -0
- package/dist/service/firehose/source/sim-firehose-source-choice.js +68 -0
- package/dist/service/firehose/source/sim-firehose-source-choice.js.map +1 -0
- package/dist/service/firehose/source/sim-firehose-source-failures.d.ts +38 -0
- package/dist/service/firehose/source/sim-firehose-source-failures.d.ts.map +1 -0
- package/dist/service/firehose/source/sim-firehose-source-failures.js +33 -0
- package/dist/service/firehose/source/sim-firehose-source-failures.js.map +1 -0
- package/dist/service/firehose/source/sim-firehose-source.d.ts +64 -0
- package/dist/service/firehose/source/sim-firehose-source.d.ts.map +1 -0
- package/dist/service/firehose/source/sim-firehose-source.js +58 -0
- package/dist/service/firehose/source/sim-firehose-source.js.map +1 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream-arn.d.ts +10 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream-arn.d.ts.map +1 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream-arn.js +12 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream-arn.js.map +1 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream-name.d.ts +9 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream-name.d.ts.map +1 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream-name.js +25 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream-name.js.map +1 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream-store.d.ts +37 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream-store.d.ts.map +1 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream-store.js +55 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream-store.js.map +1 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream.d.ts +50 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream.d.ts.map +1 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream.factory.d.ts +57 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream.factory.d.ts.map +1 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream.factory.js +61 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream.factory.js.map +1 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream.js +42 -0
- package/dist/service/firehose/stream/sim-firehose-delivery-stream.js.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-group-test.d.ts +32 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-group-test.d.ts.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-group-test.js +42 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-group-test.js.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-operand.d.ts +29 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-operand.d.ts.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-operand.js +38 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-operand.js.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-parse.d.ts +15 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-parse.d.ts.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-parse.js +44 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-parse.js.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-rule-record.d.ts +10 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-rule-record.d.ts.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-rule-record.js +31 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-rule-record.js.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-rule.d.ts +15 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-rule.d.ts.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-rule.js +18 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-rule.js.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-test-parse.d.ts +7 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-test-parse.d.ts.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-test-parse.js +72 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-test-parse.js.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-test.d.ts +33 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-test.d.ts.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-test.js +34 -0
- package/dist/service/stepfunctions/choice/sim-states-choice-test.js.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-comparison-families.d.ts +26 -0
- package/dist/service/stepfunctions/choice/sim-states-comparison-families.d.ts.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-comparison-families.js +65 -0
- package/dist/service/stepfunctions/choice/sim-states-comparison-families.js.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-comparison-parse.d.ts +15 -0
- package/dist/service/stepfunctions/choice/sim-states-comparison-parse.d.ts.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-comparison-parse.js +43 -0
- package/dist/service/stepfunctions/choice/sim-states-comparison-parse.js.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-comparison.d.ts +49 -0
- package/dist/service/stepfunctions/choice/sim-states-comparison.d.ts.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-comparison.js +51 -0
- package/dist/service/stepfunctions/choice/sim-states-comparison.js.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-comparisons.d.ts +6 -0
- package/dist/service/stepfunctions/choice/sim-states-comparisons.d.ts.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-comparisons.js +64 -0
- package/dist/service/stepfunctions/choice/sim-states-comparisons.js.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-glob.d.ts +14 -0
- package/dist/service/stepfunctions/choice/sim-states-glob.d.ts.map +1 -0
- package/dist/service/stepfunctions/choice/sim-states-glob.js +73 -0
- package/dist/service/stepfunctions/choice/sim-states-glob.js.map +1 -0
- package/dist/service/stepfunctions/command/execution/execution.command.d.ts +32 -0
- package/dist/service/stepfunctions/command/execution/execution.command.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/execution/execution.command.js +2 -0
- package/dist/service/stepfunctions/command/execution/execution.command.js.map +1 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-describe.d.ts +11 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-describe.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-describe.js +23 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-describe.js.map +1 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-name.d.ts +12 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-name.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-name.js +23 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-name.js.map +1 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-repeat.d.ts +12 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-repeat.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-repeat.js +21 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-repeat.js.map +1 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-start.d.ts +36 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-start.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-start.js +64 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-start.js.map +1 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-view.d.ts +18 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-view.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-view.js +41 -0
- package/dist/service/stepfunctions/command/execution/sim-states-execution-view.js.map +1 -0
- package/dist/service/stepfunctions/command/machine/machine.command.d.ts +63 -0
- package/dist/service/stepfunctions/command/machine/machine.command.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/machine/machine.command.js +2 -0
- package/dist/service/stepfunctions/command/machine/machine.command.js.map +1 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-create.d.ts +30 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-create.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-create.js +64 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-create.js.map +1 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-input.d.ts +22 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-input.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-input.js +38 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-input.js.map +1 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-lookup.d.ts +7 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-lookup.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-lookup.js +15 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-lookup.js.map +1 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-reads.d.ts +18 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-reads.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-reads.js +49 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-reads.js.map +1 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-writes.d.ts +26 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-writes.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-writes.js +44 -0
- package/dist/service/stepfunctions/command/machine/sim-state-machine-writes.js.map +1 -0
- package/dist/service/stepfunctions/command/sim-step-functions-command.types.d.ts +6 -0
- package/dist/service/stepfunctions/command/sim-step-functions-command.types.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/sim-step-functions-command.types.js +2 -0
- package/dist/service/stepfunctions/command/sim-step-functions-command.types.js.map +1 -0
- package/dist/service/stepfunctions/command/sim-step-functions-request-options.d.ts +12 -0
- package/dist/service/stepfunctions/command/sim-step-functions-request-options.d.ts.map +1 -0
- package/dist/service/stepfunctions/command/sim-step-functions-request-options.js +2 -0
- package/dist/service/stepfunctions/command/sim-step-functions-request-options.js.map +1 -0
- package/dist/service/stepfunctions/data/sim-states-result-path.js +1 -1
- package/dist/service/stepfunctions/data/sim-states-result-path.js.map +1 -1
- package/dist/service/stepfunctions/data/sim-states-timestamp-fields.d.ts +10 -0
- package/dist/service/stepfunctions/data/sim-states-timestamp-fields.d.ts.map +1 -0
- package/dist/service/stepfunctions/data/sim-states-timestamp-fields.js +45 -0
- package/dist/service/stepfunctions/data/sim-states-timestamp-fields.js.map +1 -0
- package/dist/service/stepfunctions/data/sim-states-timestamp.d.ts +10 -0
- package/dist/service/stepfunctions/data/sim-states-timestamp.d.ts.map +1 -0
- package/dist/service/stepfunctions/data/sim-states-timestamp.js +26 -0
- package/dist/service/stepfunctions/data/sim-states-timestamp.js.map +1 -0
- package/dist/service/stepfunctions/definition/sim-states-definition-parse.d.ts +10 -0
- package/dist/service/stepfunctions/definition/sim-states-definition-parse.d.ts.map +1 -0
- package/dist/service/stepfunctions/definition/sim-states-definition-parse.js +61 -0
- package/dist/service/stepfunctions/definition/sim-states-definition-parse.js.map +1 -0
- package/dist/service/stepfunctions/definition/sim-states-definition.d.ts +15 -0
- package/dist/service/stepfunctions/definition/sim-states-definition.d.ts.map +1 -0
- package/dist/service/stepfunctions/definition/sim-states-definition.js +2 -0
- package/dist/service/stepfunctions/definition/sim-states-definition.js.map +1 -0
- package/dist/service/stepfunctions/definition/sim-states-state-fields.d.ts +17 -0
- package/dist/service/stepfunctions/definition/sim-states-state-fields.d.ts.map +1 -0
- package/dist/service/stepfunctions/definition/sim-states-state-fields.js +47 -0
- package/dist/service/stepfunctions/definition/sim-states-state-fields.js.map +1 -0
- package/dist/service/stepfunctions/definition/sim-states-state-parse.d.ts +7 -0
- package/dist/service/stepfunctions/definition/sim-states-state-parse.d.ts.map +1 -0
- package/dist/service/stepfunctions/definition/sim-states-state-parse.js +67 -0
- package/dist/service/stepfunctions/definition/sim-states-state-parse.js.map +1 -0
- package/dist/service/stepfunctions/definition/sim-states-state.d.ts +98 -0
- package/dist/service/stepfunctions/definition/sim-states-state.d.ts.map +1 -0
- package/dist/service/stepfunctions/definition/sim-states-state.js +34 -0
- package/dist/service/stepfunctions/definition/sim-states-state.js.map +1 -0
- package/dist/service/stepfunctions/definition/sim-states-transitions.d.ts +10 -0
- package/dist/service/stepfunctions/definition/sim-states-transitions.d.ts.map +1 -0
- package/dist/service/stepfunctions/definition/sim-states-transitions.js +79 -0
- package/dist/service/stepfunctions/definition/sim-states-transitions.js.map +1 -0
- package/dist/service/stepfunctions/error/sim-step-functions.error.d.ts +99 -0
- package/dist/service/stepfunctions/error/sim-step-functions.error.d.ts.map +1 -1
- package/dist/service/stepfunctions/error/sim-step-functions.error.js +119 -0
- package/dist/service/stepfunctions/error/sim-step-functions.error.js.map +1 -1
- package/dist/service/stepfunctions/execution/sim-states-execution-store.d.ts +33 -0
- package/dist/service/stepfunctions/execution/sim-states-execution-store.d.ts.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-execution-store.js +55 -0
- package/dist/service/stepfunctions/execution/sim-states-execution-store.js.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-execution.d.ts +53 -0
- package/dist/service/stepfunctions/execution/sim-states-execution.d.ts.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-execution.js +77 -0
- package/dist/service/stepfunctions/execution/sim-states-execution.js.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-failure.d.ts +24 -0
- package/dist/service/stepfunctions/execution/sim-states-failure.d.ts.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-failure.js +50 -0
- package/dist/service/stepfunctions/execution/sim-states-failure.js.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-interpreter.d.ts +42 -0
- package/dist/service/stepfunctions/execution/sim-states-interpreter.d.ts.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-interpreter.js +124 -0
- package/dist/service/stepfunctions/execution/sim-states-interpreter.js.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-run-choice.d.ts +12 -0
- package/dist/service/stepfunctions/execution/sim-states-run-choice.d.ts.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-run-choice.js +24 -0
- package/dist/service/stepfunctions/execution/sim-states-run-choice.js.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-run-state.d.ts +15 -0
- package/dist/service/stepfunctions/execution/sim-states-run-state.d.ts.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-run-state.js +68 -0
- package/dist/service/stepfunctions/execution/sim-states-run-state.js.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-run-task.d.ts +14 -0
- package/dist/service/stepfunctions/execution/sim-states-run-task.d.ts.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-run-task.js +23 -0
- package/dist/service/stepfunctions/execution/sim-states-run-task.js.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-run-wait.d.ts +11 -0
- package/dist/service/stepfunctions/execution/sim-states-run-wait.d.ts.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-run-wait.js +21 -0
- package/dist/service/stepfunctions/execution/sim-states-run-wait.js.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-settlement.d.ts +27 -0
- package/dist/service/stepfunctions/execution/sim-states-settlement.d.ts.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-settlement.js +33 -0
- package/dist/service/stepfunctions/execution/sim-states-settlement.js.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-state-outcome.d.ts +46 -0
- package/dist/service/stepfunctions/execution/sim-states-state-outcome.d.ts.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-state-outcome.js +2 -0
- package/dist/service/stepfunctions/execution/sim-states-state-outcome.js.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-state-runner.d.ts +27 -0
- package/dist/service/stepfunctions/execution/sim-states-state-runner.d.ts.map +1 -0
- package/dist/service/stepfunctions/execution/sim-states-state-runner.js +36 -0
- package/dist/service/stepfunctions/execution/sim-states-state-runner.js.map +1 -0
- package/dist/service/stepfunctions/index.d.ts +16 -0
- package/dist/service/stepfunctions/index.d.ts.map +1 -0
- package/dist/service/stepfunctions/index.js +9 -0
- package/dist/service/stepfunctions/index.js.map +1 -0
- package/dist/service/stepfunctions/machine/sim-state-machine-arn.d.ts +30 -0
- package/dist/service/stepfunctions/machine/sim-state-machine-arn.d.ts.map +1 -0
- package/dist/service/stepfunctions/machine/sim-state-machine-arn.js +48 -0
- package/dist/service/stepfunctions/machine/sim-state-machine-arn.js.map +1 -0
- package/dist/service/stepfunctions/machine/sim-state-machine-store.d.ts +20 -0
- package/dist/service/stepfunctions/machine/sim-state-machine-store.d.ts.map +1 -0
- package/dist/service/stepfunctions/machine/sim-state-machine-store.js +32 -0
- package/dist/service/stepfunctions/machine/sim-state-machine-store.js.map +1 -0
- package/dist/service/stepfunctions/machine/sim-state-machine.d.ts +54 -0
- package/dist/service/stepfunctions/machine/sim-state-machine.d.ts.map +1 -0
- package/dist/service/stepfunctions/machine/sim-state-machine.js +60 -0
- package/dist/service/stepfunctions/machine/sim-state-machine.js.map +1 -0
- package/dist/service/stepfunctions/machine/sim-states-name.d.ts +10 -0
- package/dist/service/stepfunctions/machine/sim-states-name.d.ts.map +1 -0
- package/dist/service/stepfunctions/machine/sim-states-name.js +42 -0
- package/dist/service/stepfunctions/machine/sim-states-name.js.map +1 -0
- package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.d.ts +19 -0
- package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.d.ts.map +1 -0
- package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.js +53 -0
- package/dist/service/stepfunctions/sdk/sim-step-functions-sdk-command-router.js.map +1 -0
- package/dist/service/stepfunctions/sim-step-functions-inspection.d.ts +22 -0
- package/dist/service/stepfunctions/sim-step-functions-inspection.d.ts.map +1 -0
- package/dist/service/stepfunctions/sim-step-functions-inspection.js +29 -0
- package/dist/service/stepfunctions/sim-step-functions-inspection.js.map +1 -0
- package/dist/service/stepfunctions/sim-step-functions.d.ts +67 -0
- package/dist/service/stepfunctions/sim-step-functions.d.ts.map +1 -0
- package/dist/service/stepfunctions/sim-step-functions.js +124 -0
- package/dist/service/stepfunctions/sim-step-functions.js.map +1 -0
- package/dist/service/stepfunctions/task/sim-aws-states-task-targets.d.ts +33 -0
- package/dist/service/stepfunctions/task/sim-aws-states-task-targets.d.ts.map +1 -0
- package/dist/service/stepfunctions/task/sim-aws-states-task-targets.js +49 -0
- package/dist/service/stepfunctions/task/sim-aws-states-task-targets.js.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-execution-role.d.ts +25 -0
- package/dist/service/stepfunctions/task/sim-states-execution-role.d.ts.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-execution-role.js +57 -0
- package/dist/service/stepfunctions/task/sim-states-execution-role.js.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-function-arn-target.d.ts +31 -0
- package/dist/service/stepfunctions/task/sim-states-function-arn-target.d.ts.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-function-arn-target.js +39 -0
- package/dist/service/stepfunctions/task/sim-states-function-arn-target.js.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-function-location.d.ts +20 -0
- package/dist/service/stepfunctions/task/sim-states-function-location.d.ts.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-function-location.js +28 -0
- package/dist/service/stepfunctions/task/sim-states-function-location.js.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.d.ts +34 -0
- package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.d.ts.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.js +65 -0
- package/dist/service/stepfunctions/task/sim-states-lambda-invoke-target.js.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-no-task-targets.d.ts +16 -0
- package/dist/service/stepfunctions/task/sim-states-no-task-targets.d.ts.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-no-task-targets.js +19 -0
- package/dist/service/stepfunctions/task/sim-states-no-task-targets.js.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-task-fields.d.ts +14 -0
- package/dist/service/stepfunctions/task/sim-states-task-fields.d.ts.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-task-fields.js +29 -0
- package/dist/service/stepfunctions/task/sim-states-task-fields.js.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-task-function.d.ts +57 -0
- package/dist/service/stepfunctions/task/sim-states-task-function.d.ts.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-task-function.js +93 -0
- package/dist/service/stepfunctions/task/sim-states-task-function.js.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-task-invocation.d.ts +29 -0
- package/dist/service/stepfunctions/task/sim-states-task-invocation.d.ts.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-task-invocation.js +2 -0
- package/dist/service/stepfunctions/task/sim-states-task-invocation.js.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-task-resource.d.ts +12 -0
- package/dist/service/stepfunctions/task/sim-states-task-resource.d.ts.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-task-resource.js +64 -0
- package/dist/service/stepfunctions/task/sim-states-task-resource.js.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-task-target.d.ts +37 -0
- package/dist/service/stepfunctions/task/sim-states-task-target.d.ts.map +1 -0
- package/dist/service/stepfunctions/task/sim-states-task-target.js +12 -0
- package/dist/service/stepfunctions/task/sim-states-task-target.js.map +1 -0
- package/dist/service/stepfunctions/wait/sim-states-wait-due.d.ts +11 -0
- package/dist/service/stepfunctions/wait/sim-states-wait-due.d.ts.map +1 -0
- package/dist/service/stepfunctions/wait/sim-states-wait-due.js +67 -0
- package/dist/service/stepfunctions/wait/sim-states-wait-due.js.map +1 -0
- package/dist/service/stepfunctions/wait/sim-states-wait-fields.d.ts +18 -0
- package/dist/service/stepfunctions/wait/sim-states-wait-fields.d.ts.map +1 -0
- package/dist/service/stepfunctions/wait/sim-states-wait-fields.js +85 -0
- package/dist/service/stepfunctions/wait/sim-states-wait-fields.js.map +1 -0
- package/package.json +11 -1
|
@@ -129,6 +129,12 @@ export class SimAwsRegion {
|
|
|
129
129
|
dynamoDbStreams() {
|
|
130
130
|
return this.account().dynamoDbStreams();
|
|
131
131
|
}
|
|
132
|
+
/**
|
|
133
|
+
* Get simulated Kinesis Data Firehose for this Region's default Account.
|
|
134
|
+
*/
|
|
135
|
+
firehose() {
|
|
136
|
+
return this.account().firehose();
|
|
137
|
+
}
|
|
132
138
|
/**
|
|
133
139
|
* Get simulated Kinesis Data Streams for this Region's default Account.
|
|
134
140
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sim-aws-region.js","sourceRoot":"","sources":["../../../src/service/aws/sim-aws-region.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAQxC,OAAO,EAAE,MAAM,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"sim-aws-region.js","sourceRoot":"","sources":["../../../src/service/aws/sim-aws-region.ts"],"names":[],"mappings":"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"}
|
|
@@ -13,7 +13,9 @@ import type { SimEcr } from "../ecr/index.js";
|
|
|
13
13
|
import type { SimEcs } from "../ecs/index.js";
|
|
14
14
|
import type { SimElbV2 } from "../elbv2/index.js";
|
|
15
15
|
import type { SimIam } from "../iam/index.js";
|
|
16
|
+
import type { SimFirehose } from "../firehose/index.js";
|
|
16
17
|
import type { SimKinesis } from "../kinesis/index.js";
|
|
18
|
+
import type { SimStepFunctions } from "../stepfunctions/index.js";
|
|
17
19
|
import type { SimKms } from "../kms/index.js";
|
|
18
20
|
import type { SimLambda } from "../lambda/index.js";
|
|
19
21
|
import type { SimLogs } from "../logs/index.js";
|
|
@@ -79,8 +81,12 @@ export declare abstract class SimAwsServiceAccessors {
|
|
|
79
81
|
scheduler(): SimScheduler;
|
|
80
82
|
/** Get simulated IAM in the default Account scope. */
|
|
81
83
|
iam(): SimIam;
|
|
84
|
+
/** Get simulated Kinesis Data Firehose in the default Account Region scope. */
|
|
85
|
+
firehose(): SimFirehose;
|
|
82
86
|
/** Get simulated Kinesis Data Streams in the default Account Region scope. */
|
|
83
87
|
kinesis(): SimKinesis;
|
|
88
|
+
/** Get simulated Step Functions in the default Account Region scope. */
|
|
89
|
+
stepFunctions(): SimStepFunctions;
|
|
84
90
|
/** Get simulated KMS in the default Account Region scope. */
|
|
85
91
|
kms(): SimKms;
|
|
86
92
|
/** Get simulated Lambda in the default Account Region scope. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sim-aws-service-accessors.d.ts","sourceRoot":"","sources":["../../../src/service/aws/sim-aws-service-accessors.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"sim-aws-service-accessors.d.ts","sourceRoot":"","sources":["../../../src/service/aws/sim-aws-service-accessors.ts"],"names":[],"mappings":"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"}
|
|
@@ -77,10 +77,18 @@ export class SimAwsServiceAccessors {
|
|
|
77
77
|
iam() {
|
|
78
78
|
return this.defaultAccountRegionScope().iam();
|
|
79
79
|
}
|
|
80
|
+
/** Get simulated Kinesis Data Firehose in the default Account Region scope. */
|
|
81
|
+
firehose() {
|
|
82
|
+
return this.defaultAccountRegionScope().firehose();
|
|
83
|
+
}
|
|
80
84
|
/** Get simulated Kinesis Data Streams in the default Account Region scope. */
|
|
81
85
|
kinesis() {
|
|
82
86
|
return this.defaultAccountRegionScope().kinesis();
|
|
83
87
|
}
|
|
88
|
+
/** Get simulated Step Functions in the default Account Region scope. */
|
|
89
|
+
stepFunctions() {
|
|
90
|
+
return this.defaultAccountRegionScope().stepFunctions();
|
|
91
|
+
}
|
|
84
92
|
/** Get simulated KMS in the default Account Region scope. */
|
|
85
93
|
kms() {
|
|
86
94
|
return this.defaultAccountRegionScope().kms();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sim-aws-service-accessors.js","sourceRoot":"","sources":["../../../src/service/aws/sim-aws-service-accessors.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sim-aws-service-accessors.js","sourceRoot":"","sources":["../../../src/service/aws/sim-aws-service-accessors.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import type { SimCfnResourceValueAdapterProperties, SimCfnServiceValueAdapter } from "../sim-cfn-resource-value-adapter.js";
|
|
2
|
+
/**
|
|
3
|
+
* The CloudFormation-facing value adapter for a simulated Firehose Resource.
|
|
4
|
+
*/
|
|
5
|
+
export declare function firehoseValueAdapter(properties: SimCfnResourceValueAdapterProperties): SimCfnServiceValueAdapter;
|
|
6
|
+
//# sourceMappingURL=sim-firehose-cfn-value-adapter.d.ts.map
|
package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-cfn-value-adapter.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-firehose-cfn-value-adapter.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/firehose/sim-firehose-cfn-value-adapter.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EACV,oCAAoC,EACpC,yBAAyB,EAC1B,MAAM,sCAAsC,CAAC;AAG9C;;GAEG;AACH,wBAAgB,oBAAoB,CAClC,UAAU,EAAE,oCAAoC,GAC/C,yBAAyB,CAW3B"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { firehoseDeliveryStreamResourceType } from "../../../../firehose/cfn/sim-cfn-firehose-resource-types.js";
|
|
2
|
+
import { SimFirehoseDeliveryStream } from "../../../../firehose/stream/sim-firehose-delivery-stream.js";
|
|
3
|
+
import { SimFirehoseDeliveryStreamCfn } from "./sim-firehose-delivery-stream-cfn.js";
|
|
4
|
+
/**
|
|
5
|
+
* The CloudFormation-facing value adapter for a simulated Firehose Resource.
|
|
6
|
+
*/
|
|
7
|
+
export function firehoseValueAdapter(properties) {
|
|
8
|
+
const { type, simResource } = properties;
|
|
9
|
+
if (type === firehoseDeliveryStreamResourceType &&
|
|
10
|
+
simResource instanceof SimFirehoseDeliveryStream) {
|
|
11
|
+
return new SimFirehoseDeliveryStreamCfn(simResource);
|
|
12
|
+
}
|
|
13
|
+
return undefined;
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=sim-firehose-cfn-value-adapter.js.map
|
package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-cfn-value-adapter.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-firehose-cfn-value-adapter.js","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/firehose/sim-firehose-cfn-value-adapter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kCAAkC,EAAE,MAAM,6DAA6D,CAAC;AACjH,OAAO,EAAE,yBAAyB,EAAE,MAAM,6DAA6D,CAAC;AAKxG,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AAErF;;GAEG;AACH,MAAM,UAAU,oBAAoB,CAClC,UAAgD;IAEhD,MAAM,EAAE,IAAI,EAAE,WAAW,EAAE,GAAG,UAAU,CAAC;IAEzC,IACE,IAAI,KAAK,kCAAkC;QAC3C,WAAW,YAAY,yBAAyB,EAChD,CAAC;QACD,OAAO,IAAI,4BAA4B,CAAC,WAAW,CAAC,CAAC;IACvD,CAAC;IAED,OAAO,SAAS,CAAC;AACnB,CAAC"}
|
package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import type { SimFirehoseDeliveryStream } from "../../../../firehose/stream/sim-firehose-delivery-stream.js";
|
|
2
|
+
import type { SimCfnTemplateValue } from "../../../template/value/sim-cfn-template-value.js";
|
|
3
|
+
import type { SimCfnResourceValueAdapter } from "../sim-cfn-resource-value-adapter.js";
|
|
4
|
+
/**
|
|
5
|
+
* CloudFormation-facing values for a simulated Firehose delivery stream.
|
|
6
|
+
*/
|
|
7
|
+
export declare class SimFirehoseDeliveryStreamCfn implements SimCfnResourceValueAdapter {
|
|
8
|
+
#private;
|
|
9
|
+
constructor(deliveryStream: SimFirehoseDeliveryStream);
|
|
10
|
+
/**
|
|
11
|
+
* A Ref to an AWS::KinesisFirehose::DeliveryStream returns the delivery
|
|
12
|
+
* stream name.
|
|
13
|
+
*/
|
|
14
|
+
refValue(): SimCfnTemplateValue;
|
|
15
|
+
/**
|
|
16
|
+
* The one attribute the Resource publishes, which is the delivery stream ARN.
|
|
17
|
+
*
|
|
18
|
+
* That is what a grant names, so a template allowing a producer to put
|
|
19
|
+
* records reads it.
|
|
20
|
+
*/
|
|
21
|
+
attributeValue(attributeName: string): SimCfnTemplateValue;
|
|
22
|
+
}
|
|
23
|
+
//# sourceMappingURL=sim-firehose-delivery-stream-cfn.d.ts.map
|
package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-firehose-delivery-stream-cfn.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6DAA6D,CAAC;AAC7G,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AAC7F,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,sCAAsC,CAAC;AAEvF;;GAEG;AACH,qBAAa,4BAA6B,YAAW,0BAA0B;;IAG7E,YAAY,cAAc,EAAE,yBAAyB,EAEpD;IAED;;;OAGG;IACH,QAAQ,IAAI,mBAAmB,CAE9B;IAED;;;;;OAKG;IACH,cAAc,CAAC,aAAa,EAAE,MAAM,GAAG,mBAAmB,CAUzD;CACF"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { assertDefined } from "../../../../../util/type-guard/defined.js";
|
|
2
|
+
/**
|
|
3
|
+
* CloudFormation-facing values for a simulated Firehose delivery stream.
|
|
4
|
+
*/
|
|
5
|
+
export class SimFirehoseDeliveryStreamCfn {
|
|
6
|
+
#deliveryStream;
|
|
7
|
+
constructor(deliveryStream) {
|
|
8
|
+
this.#deliveryStream = deliveryStream;
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* A Ref to an AWS::KinesisFirehose::DeliveryStream returns the delivery
|
|
12
|
+
* stream name.
|
|
13
|
+
*/
|
|
14
|
+
refValue() {
|
|
15
|
+
return this.#deliveryStream.name;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* The one attribute the Resource publishes, which is the delivery stream ARN.
|
|
19
|
+
*
|
|
20
|
+
* That is what a grant names, so a template allowing a producer to put
|
|
21
|
+
* records reads it.
|
|
22
|
+
*/
|
|
23
|
+
attributeValue(attributeName) {
|
|
24
|
+
const value = attributeName === "Arn" ? this.#deliveryStream.arn : undefined;
|
|
25
|
+
assertDefined(value, `Unsupported AWS::KinesisFirehose::DeliveryStream attribute ${attributeName}`);
|
|
26
|
+
return value;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=sim-firehose-delivery-stream-cfn.js.map
|
package/dist/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-firehose-delivery-stream-cfn.js","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/firehose/sim-firehose-delivery-stream-cfn.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAK1E;;GAEG;AACH,MAAM,OAAO,4BAA4B;IAC9B,eAAe,CAA4B;IAEpD,YAAY,cAAyC;QACnD,IAAI,CAAC,eAAe,GAAG,cAAc,CAAC;IACxC,CAAC;IAED;;;OAGG;IACH,QAAQ;QACN,OAAO,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC;IACnC,CAAC;IAED;;;;;OAKG;IACH,cAAc,CAAC,aAAqB;QAClC,MAAM,KAAK,GACT,aAAa,KAAK,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,CAAC;QAEjE,aAAa,CACX,KAAK,EACL,8DAA8D,aAAa,EAAE,CAC9E,CAAC;QAEF,OAAO,KAAK,CAAC;IACf,CAAC;CACF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sim-cfn-service-value-adapters.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"sim-cfn-service-value-adapters.d.ts","sourceRoot":"","sources":["../../../../../src/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.ts"],"names":[],"mappings":"AA4BA,OAAO,KAAK,EACV,oCAAoC,EACpC,yBAAyB,EAC1B,MAAM,qCAAqC,CAAC;AAE7C;;;;;;;;GAQG;AACH,eAAO,MAAM,0BAA0B,EAAE,SAAS,CAAC,CACjD,UAAU,EAAE,oCAAoC,KAC7C,yBAAyB,CAAC,EA6B9B,CAAC"}
|
|
@@ -10,6 +10,7 @@ import { logsValueAdapter } from "./logs/sim-logs-cfn-value-adapter.js";
|
|
|
10
10
|
import { ecsValueAdapter } from "./ecs/sim-ecs-cfn-value-adapter.js";
|
|
11
11
|
import { elbV2ValueAdapter } from "./elasticloadbalancingv2/sim-elbv2-cfn-value-adapter.js";
|
|
12
12
|
import { eventBridgeValueAdapter } from "./events/sim-event-bridge-cfn-value-adapter.js";
|
|
13
|
+
import { firehoseValueAdapter } from "./firehose/sim-firehose-cfn-value-adapter.js";
|
|
13
14
|
import { iamValueAdapter } from "./iam/sim-iam-cfn-value-adapter.js";
|
|
14
15
|
import { kinesisValueAdapter } from "./kinesis/sim-kinesis-cfn-value-adapter.js";
|
|
15
16
|
import { kmsValueAdapter } from "./kms/sim-kms-cfn-value-adapter.js";
|
|
@@ -23,6 +24,7 @@ import { sesValueAdapter } from "./ses/sim-ses-cfn-value-adapter.js";
|
|
|
23
24
|
import { snsValueAdapter } from "./sns/sim-sns-cfn-value-adapter.js";
|
|
24
25
|
import { sqsValueAdapter } from "./sqs/sim-sqs-cfn-value-adapter.js";
|
|
25
26
|
import { ssmValueAdapter } from "./ssm/sim-ssm-cfn-value-adapter.js";
|
|
27
|
+
import { stepFunctionsValueAdapter } from "./stepfunctions/sim-step-functions-cfn-value-adapter.js";
|
|
26
28
|
import { wafV2ValueAdapter } from "./wafv2/sim-wafv2-cfn-value-adapter.js";
|
|
27
29
|
/**
|
|
28
30
|
* Every service that claims Resource types of its own, in the order they are
|
|
@@ -46,6 +48,7 @@ export const simCfnServiceValueAdapters = [
|
|
|
46
48
|
ecsValueAdapter,
|
|
47
49
|
elbV2ValueAdapter,
|
|
48
50
|
eventBridgeValueAdapter,
|
|
51
|
+
firehoseValueAdapter,
|
|
49
52
|
iamValueAdapter,
|
|
50
53
|
kinesisValueAdapter,
|
|
51
54
|
kmsValueAdapter,
|
|
@@ -59,6 +62,7 @@ export const simCfnServiceValueAdapters = [
|
|
|
59
62
|
snsValueAdapter,
|
|
60
63
|
sqsValueAdapter,
|
|
61
64
|
ssmValueAdapter,
|
|
65
|
+
stepFunctionsValueAdapter,
|
|
62
66
|
wafV2ValueAdapter,
|
|
63
67
|
];
|
|
64
68
|
//# sourceMappingURL=sim-cfn-service-value-adapters.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sim-cfn-service-value-adapters.js","sourceRoot":"","sources":["../../../../../src/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,mDAAmD,CAAC;AAC3F,OAAO,EAAE,wBAAwB,EAAE,MAAM,wDAAwD,CAAC;AAClG,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;AAC1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;AAC1F,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,yDAAyD,CAAC;AAC5F,OAAO,EAAE,uBAAuB,EAAE,MAAM,gDAAgD,CAAC;AACzF,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAC7F,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gDAAgD,CAAC;AACvF,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAC;AACvG,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAM3E;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAEH;IAClC,eAAe;IACf,sBAAsB;IACtB,wBAAwB;IACxB,sBAAsB;IACtB,sBAAsB;IACtB,mBAAmB;IACnB,oBAAoB;IACpB,eAAe;IACf,gBAAgB;IAChB,eAAe;IACf,iBAAiB;IACjB,uBAAuB;IACvB,eAAe;IACf,mBAAmB;IACnB,eAAe;IACf,kBAAkB;IAClB,uBAAuB;IACvB,mBAAmB;IACnB,cAAc;IACd,qBAAqB;IACrB,0BAA0B;IAC1B,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,iBAAiB;CAClB,CAAC"}
|
|
1
|
+
{"version":3,"file":"sim-cfn-service-value-adapters.js","sourceRoot":"","sources":["../../../../../src/service/cloudformation/resource/cfn/sim-cfn-service-value-adapters.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,sBAAsB,EAAE,MAAM,mDAAmD,CAAC;AAC3F,OAAO,EAAE,wBAAwB,EAAE,MAAM,wDAAwD,CAAC;AAClG,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;AAC1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,kDAAkD,CAAC;AAC1F,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,yDAAyD,CAAC;AAC5F,OAAO,EAAE,uBAAuB,EAAE,MAAM,gDAAgD,CAAC;AACzF,OAAO,EAAE,oBAAoB,EAAE,MAAM,8CAA8C,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,kBAAkB,EAAE,MAAM,0CAA0C,CAAC;AAC9E,OAAO,EAAE,uBAAuB,EAAE,MAAM,oDAAoD,CAAC;AAC7F,OAAO,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AACjF,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAClE,OAAO,EAAE,qBAAqB,EAAE,MAAM,gDAAgD,CAAC;AACvF,OAAO,EAAE,0BAA0B,EAAE,MAAM,2DAA2D,CAAC;AACvG,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,eAAe,EAAE,MAAM,oCAAoC,CAAC;AACrE,OAAO,EAAE,yBAAyB,EAAE,MAAM,yDAAyD,CAAC;AACpG,OAAO,EAAE,iBAAiB,EAAE,MAAM,wCAAwC,CAAC;AAM3E;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAEH;IAClC,eAAe;IACf,sBAAsB;IACtB,wBAAwB;IACxB,sBAAsB;IACtB,sBAAsB;IACtB,mBAAmB;IACnB,oBAAoB;IACpB,eAAe;IACf,gBAAgB;IAChB,eAAe;IACf,iBAAiB;IACjB,uBAAuB;IACvB,oBAAoB;IACpB,eAAe;IACf,mBAAmB;IACnB,eAAe;IACf,kBAAkB;IAClB,uBAAuB;IACvB,mBAAmB;IACnB,cAAc;IACd,qBAAqB;IACrB,0BAA0B;IAC1B,eAAe;IACf,eAAe;IACf,eAAe;IACf,eAAe;IACf,yBAAyB;IACzB,iBAAiB;CAClB,CAAC"}
|
package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { SimStateMachine } from "../../../../stepfunctions/machine/sim-state-machine.js";
|
|
2
|
+
import type { SimStepFunctions } from "../../../../stepfunctions/sim-step-functions.js";
|
|
3
|
+
import type { SimCfnResource } from "../../sim-cfn-resource.js";
|
|
4
|
+
import type { SimCfnTemplateValueRecord } from "../../../template/value/sim-cfn-template-value.js";
|
|
5
|
+
interface SimCfnStateMachineCreatorProperties {
|
|
6
|
+
readonly stepFunctions: SimStepFunctions;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Creates simulated state machines from AWS::StepFunctions::StateMachine
|
|
10
|
+
* Resources.
|
|
11
|
+
*
|
|
12
|
+
* The state machine goes through the ordinary CreateStateMachine command
|
|
13
|
+
* rather than being constructed directly, so one a template deployed is the
|
|
14
|
+
* same thing an SDK caller would have got. The name rules, the definition
|
|
15
|
+
* checks and the refusals for what this simulation does not run are all the
|
|
16
|
+
* same either way.
|
|
17
|
+
*/
|
|
18
|
+
export declare class SimCfnStateMachineCreator {
|
|
19
|
+
#private;
|
|
20
|
+
constructor(properties: SimCfnStateMachineCreatorProperties);
|
|
21
|
+
/**
|
|
22
|
+
* Create a state machine from an AWS::StepFunctions::StateMachine Resource.
|
|
23
|
+
*/
|
|
24
|
+
create(resource: SimCfnResource, properties: SimCfnTemplateValueRecord): Promise<SimStateMachine>;
|
|
25
|
+
}
|
|
26
|
+
export {};
|
|
27
|
+
//# sourceMappingURL=sim-cfn-state-machine-creator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-state-machine-creator.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wDAAwD,CAAC;AAC9F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,iDAAiD,CAAC;AACxF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,mDAAmD,CAAC;AAKnG,UAAU,mCAAmC;IAC3C,QAAQ,CAAC,aAAa,EAAE,gBAAgB,CAAC;CAC1C;AAED;;;;;;;;;GASG;AACH,qBAAa,yBAAyB;;IAGpC,YAAY,UAAU,EAAE,mCAAmC,EAE1D;IAED;;OAEG;IACG,MAAM,CACV,QAAQ,EAAE,cAAc,EACxB,UAAU,EAAE,yBAAyB,GACpC,OAAO,CAAC,eAAe,CAAC,CAgC1B;CACF"}
|
package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.js
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { assertDefined } from "../../../../../util/type-guard/defined.js";
|
|
2
|
+
import { SimCfnStateMachineProperties } from "./sim-cfn-state-machine-properties.js";
|
|
3
|
+
import { simCfnStepFunctionsResourceCommand } from "./sim-cfn-step-functions-resource-error.js";
|
|
4
|
+
import { stateMachineResourceType } from "./sim-cfn-step-functions-resource-types.js";
|
|
5
|
+
/**
|
|
6
|
+
* Creates simulated state machines from AWS::StepFunctions::StateMachine
|
|
7
|
+
* Resources.
|
|
8
|
+
*
|
|
9
|
+
* The state machine goes through the ordinary CreateStateMachine command
|
|
10
|
+
* rather than being constructed directly, so one a template deployed is the
|
|
11
|
+
* same thing an SDK caller would have got. The name rules, the definition
|
|
12
|
+
* checks and the refusals for what this simulation does not run are all the
|
|
13
|
+
* same either way.
|
|
14
|
+
*/
|
|
15
|
+
export class SimCfnStateMachineCreator {
|
|
16
|
+
#stepFunctions;
|
|
17
|
+
constructor(properties) {
|
|
18
|
+
this.#stepFunctions = properties.stepFunctions;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Create a state machine from an AWS::StepFunctions::StateMachine Resource.
|
|
22
|
+
*/
|
|
23
|
+
async create(resource, properties) {
|
|
24
|
+
const stateMachineProperties = new SimCfnStateMachineProperties({
|
|
25
|
+
resource,
|
|
26
|
+
properties,
|
|
27
|
+
});
|
|
28
|
+
const name = stateMachineProperties.name();
|
|
29
|
+
const roleArn = stateMachineProperties.roleArn();
|
|
30
|
+
const type = stateMachineProperties.type();
|
|
31
|
+
const definition = stateMachineProperties.definition();
|
|
32
|
+
return await simCfnStepFunctionsResourceCommand(stateMachineResourceType, resource.logicalId, async () => {
|
|
33
|
+
await this.#stepFunctions.createStateMachine({
|
|
34
|
+
input: {
|
|
35
|
+
name,
|
|
36
|
+
definition,
|
|
37
|
+
roleArn,
|
|
38
|
+
...(type !== undefined && { type }),
|
|
39
|
+
},
|
|
40
|
+
});
|
|
41
|
+
const stateMachine = this.#stepFunctions.findStateMachine(name);
|
|
42
|
+
assertDefined(stateMachine, `sim state machine ${name} after CloudFormation creation`);
|
|
43
|
+
return stateMachine;
|
|
44
|
+
});
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
//# sourceMappingURL=sim-cfn-state-machine-creator.js.map
|
package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-state-machine-creator.js","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-creator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,2CAA2C,CAAC;AAK1E,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AACrF,OAAO,EAAE,kCAAkC,EAAE,MAAM,4CAA4C,CAAC;AAChG,OAAO,EAAE,wBAAwB,EAAE,MAAM,4CAA4C,CAAC;AAMtF;;;;;;;;;GASG;AACH,MAAM,OAAO,yBAAyB;IAC3B,cAAc,CAAmB;IAE1C,YAAY,UAA+C;QACzD,IAAI,CAAC,cAAc,GAAG,UAAU,CAAC,aAAa,CAAC;IACjD,CAAC;IAED;;OAEG;IACH,KAAK,CAAC,MAAM,CACV,QAAwB,EACxB,UAAqC;QAErC,MAAM,sBAAsB,GAAG,IAAI,4BAA4B,CAAC;YAC9D,QAAQ;YACR,UAAU;SACX,CAAC,CAAC;QACH,MAAM,IAAI,GAAG,sBAAsB,CAAC,IAAI,EAAE,CAAC;QAC3C,MAAM,OAAO,GAAG,sBAAsB,CAAC,OAAO,EAAE,CAAC;QACjD,MAAM,IAAI,GAAG,sBAAsB,CAAC,IAAI,EAAE,CAAC;QAC3C,MAAM,UAAU,GAAG,sBAAsB,CAAC,UAAU,EAAE,CAAC;QAEvD,OAAO,MAAM,kCAAkC,CAC7C,wBAAwB,EACxB,QAAQ,CAAC,SAAS,EAClB,KAAK,IAAI,EAAE;YACT,MAAM,IAAI,CAAC,cAAc,CAAC,kBAAkB,CAAC;gBAC3C,KAAK,EAAE;oBACL,IAAI;oBACJ,UAAU;oBACV,OAAO;oBACP,GAAG,CAAC,IAAI,KAAK,SAAS,IAAI,EAAE,IAAI,EAAE,CAAC;iBACpC;aACF,CAAC,CAAC;YAEH,MAAM,YAAY,GAAG,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC,IAAI,CAAC,CAAC;YAChE,aAAa,CACX,YAAY,EACZ,qBAAqB,IAAI,gCAAgC,CAC1D,CAAC;YAEF,OAAO,YAAY,CAAC;QACtB,CAAC,CACF,CAAC;IACJ,CAAC;CACF"}
|
package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.d.ts
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import type { SimCfnTemplateValue } from "../../../template/value/sim-cfn-template-value.js";
|
|
2
|
+
interface SimCfnStateMachineDefinitionProperties {
|
|
3
|
+
readonly logicalId: string;
|
|
4
|
+
readonly properties: ReadonlyMap<string, SimCfnTemplateValue>;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Reads the Amazon States Language a state machine Resource carries.
|
|
8
|
+
*
|
|
9
|
+
* A template writes the definition one of three ways. `DefinitionString` holds
|
|
10
|
+
* it as a string. CDK emits that form, as an `Fn::Join` over the ARNs of the
|
|
11
|
+
* Resources the workflow reaches, and the join has resolved by the time this
|
|
12
|
+
* reads it. `Definition` holds the same document as template data, the form a
|
|
13
|
+
* hand-written YAML template tends to use. `DefinitionS3Location` points at an
|
|
14
|
+
* object in a bucket, and this simulation does not fetch one.
|
|
15
|
+
*/
|
|
16
|
+
export declare class SimCfnStateMachineDefinition {
|
|
17
|
+
#private;
|
|
18
|
+
constructor(properties: SimCfnStateMachineDefinitionProperties);
|
|
19
|
+
/**
|
|
20
|
+
* The definition to create the state machine from, with any substitutions
|
|
21
|
+
* applied.
|
|
22
|
+
*/
|
|
23
|
+
value(): string;
|
|
24
|
+
/**
|
|
25
|
+
* The definition as the template wrote it, before substitution.
|
|
26
|
+
*/
|
|
27
|
+
private declared;
|
|
28
|
+
/**
|
|
29
|
+
* The string form, which an `Fn::Join` resolves to.
|
|
30
|
+
*/
|
|
31
|
+
private readDefinitionString;
|
|
32
|
+
/**
|
|
33
|
+
* The object form, holding the same document as template data.
|
|
34
|
+
*/
|
|
35
|
+
private readDefinition;
|
|
36
|
+
/**
|
|
37
|
+
* What a Resource carrying no definition this simulation reads is refused
|
|
38
|
+
* with.
|
|
39
|
+
*
|
|
40
|
+
* A definition in S3 is skipped and the Resource carries on being reported.
|
|
41
|
+
* The asset is published by the CDK bootstrap machinery this simulator has
|
|
42
|
+
* no part in, so a template pointing at one is asking for something absent.
|
|
43
|
+
* A Resource written wrongly is a different thing, and fails.
|
|
44
|
+
*/
|
|
45
|
+
private missingDefinition;
|
|
46
|
+
private definitionError;
|
|
47
|
+
}
|
|
48
|
+
export {};
|
|
49
|
+
//# sourceMappingURL=sim-cfn-state-machine-definition.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-state-machine-definition.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mDAAmD,CAAC;AAc7F,UAAU,sCAAsC;IAC9C,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,UAAU,EAAE,WAAW,CAAC,MAAM,EAAE,mBAAmB,CAAC,CAAC;CAC/D;AAED;;;;;;;;;GASG;AACH,qBAAa,4BAA4B;;IAIvC,YAAY,UAAU,EAAE,sCAAsC,EAG7D;IAED;;;OAGG;IACH,KAAK,IAAI,MAAM,CAKd;IAED;;OAEG;IACH,OAAO,CAAC,QAAQ;IAsBhB;;OAEG;IACH,OAAO,CAAC,oBAAoB;IAU5B;;OAEG;IACH,OAAO,CAAC,cAAc;IAQtB;;;;;;;;OAQG;IACH,OAAO,CAAC,iBAAiB;IAiBzB,OAAO,CAAC,eAAe;CAOxB"}
|
package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.js
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { isRecord } from "../../../../../util/type-guard/record.js";
|
|
2
|
+
import { simCfnStepFunctionsResourceError, simCfnStepFunctionsSkippedResourceError, } from "./sim-cfn-step-functions-resource-error.js";
|
|
3
|
+
import { definitionPropertyName, definitionS3LocationPropertyName, definitionStringPropertyName, definitionSubstitutionsPropertyName, } from "./sim-cfn-state-machine-property-names.js";
|
|
4
|
+
import { SimCfnStateMachineSubstitutions } from "./sim-cfn-state-machine-substitutions.js";
|
|
5
|
+
import { stateMachineResourceType } from "./sim-cfn-step-functions-resource-types.js";
|
|
6
|
+
/**
|
|
7
|
+
* Reads the Amazon States Language a state machine Resource carries.
|
|
8
|
+
*
|
|
9
|
+
* A template writes the definition one of three ways. `DefinitionString` holds
|
|
10
|
+
* it as a string. CDK emits that form, as an `Fn::Join` over the ARNs of the
|
|
11
|
+
* Resources the workflow reaches, and the join has resolved by the time this
|
|
12
|
+
* reads it. `Definition` holds the same document as template data, the form a
|
|
13
|
+
* hand-written YAML template tends to use. `DefinitionS3Location` points at an
|
|
14
|
+
* object in a bucket, and this simulation does not fetch one.
|
|
15
|
+
*/
|
|
16
|
+
export class SimCfnStateMachineDefinition {
|
|
17
|
+
#logicalId;
|
|
18
|
+
#properties;
|
|
19
|
+
constructor(properties) {
|
|
20
|
+
this.#logicalId = properties.logicalId;
|
|
21
|
+
this.#properties = properties.properties;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* The definition to create the state machine from, with any substitutions
|
|
25
|
+
* applied.
|
|
26
|
+
*/
|
|
27
|
+
value() {
|
|
28
|
+
return new SimCfnStateMachineSubstitutions({
|
|
29
|
+
logicalId: this.#logicalId,
|
|
30
|
+
declared: this.#properties.get(definitionSubstitutionsPropertyName),
|
|
31
|
+
}).applyTo(this.declared());
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* The definition as the template wrote it, before substitution.
|
|
35
|
+
*/
|
|
36
|
+
declared() {
|
|
37
|
+
const definitionString = this.#properties.get(definitionStringPropertyName);
|
|
38
|
+
const definition = this.#properties.get(definitionPropertyName);
|
|
39
|
+
if (definitionString !== undefined && definition !== undefined) {
|
|
40
|
+
throw this.definitionError(`${definitionStringPropertyName} and ${definitionPropertyName} are ` +
|
|
41
|
+
"two ways of writing the same thing, and a Resource carries one");
|
|
42
|
+
}
|
|
43
|
+
if (definitionString !== undefined) {
|
|
44
|
+
return this.readDefinitionString(definitionString);
|
|
45
|
+
}
|
|
46
|
+
if (definition !== undefined) {
|
|
47
|
+
return this.readDefinition(definition);
|
|
48
|
+
}
|
|
49
|
+
return this.missingDefinition();
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* The string form, which an `Fn::Join` resolves to.
|
|
53
|
+
*/
|
|
54
|
+
readDefinitionString(definitionString) {
|
|
55
|
+
if (typeof definitionString !== "string") {
|
|
56
|
+
throw this.definitionError(`${definitionStringPropertyName} must be a string`);
|
|
57
|
+
}
|
|
58
|
+
return definitionString;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* The object form, holding the same document as template data.
|
|
62
|
+
*/
|
|
63
|
+
readDefinition(definition) {
|
|
64
|
+
if (!isRecord(definition)) {
|
|
65
|
+
throw this.definitionError(`${definitionPropertyName} must be an object`);
|
|
66
|
+
}
|
|
67
|
+
return JSON.stringify(definition);
|
|
68
|
+
}
|
|
69
|
+
/**
|
|
70
|
+
* What a Resource carrying no definition this simulation reads is refused
|
|
71
|
+
* with.
|
|
72
|
+
*
|
|
73
|
+
* A definition in S3 is skipped and the Resource carries on being reported.
|
|
74
|
+
* The asset is published by the CDK bootstrap machinery this simulator has
|
|
75
|
+
* no part in, so a template pointing at one is asking for something absent.
|
|
76
|
+
* A Resource written wrongly is a different thing, and fails.
|
|
77
|
+
*/
|
|
78
|
+
missingDefinition() {
|
|
79
|
+
if (this.#properties.has(definitionS3LocationPropertyName)) {
|
|
80
|
+
throw simCfnStepFunctionsSkippedResourceError(stateMachineResourceType, this.#logicalId, `${definitionS3LocationPropertyName} points at an object in a bucket, ` +
|
|
81
|
+
"which this simulation does not fetch a definition from");
|
|
82
|
+
}
|
|
83
|
+
throw this.definitionError(`a state machine needs a ${definitionStringPropertyName} or a ${definitionPropertyName}`);
|
|
84
|
+
}
|
|
85
|
+
definitionError(reason) {
|
|
86
|
+
return simCfnStepFunctionsResourceError(stateMachineResourceType, this.#logicalId, reason);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
//# sourceMappingURL=sim-cfn-state-machine-definition.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-state-machine-definition.js","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-definition.ts"],"names":[],"mappings":"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"}
|
package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.d.ts
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
interface SimCfnStateMachineNameProperties {
|
|
2
|
+
readonly stackName: string | undefined;
|
|
3
|
+
readonly logicalId: string;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* The name CloudFormation gives a state machine whose template does not name
|
|
7
|
+
* it.
|
|
8
|
+
*
|
|
9
|
+
* A state machine name is at most 80 characters, so a long stack name and
|
|
10
|
+
* logical ID together are trimmed to fit. How a generated name is put together
|
|
11
|
+
* and trimmed is the same for every service, and lives in
|
|
12
|
+
* {@link SimCfnGeneratedResourceName}.
|
|
13
|
+
*/
|
|
14
|
+
export declare class SimCfnStateMachineName {
|
|
15
|
+
#private;
|
|
16
|
+
constructor(properties: SimCfnStateMachineNameProperties);
|
|
17
|
+
/**
|
|
18
|
+
* The generated state machine name.
|
|
19
|
+
*/
|
|
20
|
+
get value(): string;
|
|
21
|
+
}
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=sim-cfn-state-machine-name.d.ts.map
|
package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-state-machine-name.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.ts"],"names":[],"mappings":"AAIA,UAAU,gCAAgC;IACxC,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC5B;AAED;;;;;;;;GAQG;AACH,qBAAa,sBAAsB;;IAGjC,YAAY,UAAU,EAAE,gCAAgC,EAMvD;IAED;;OAEG;IACH,IAAI,KAAK,IAAI,MAAM,CAElB;CACF"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { SimCfnGeneratedResourceName } from "../../name/sim-cfn-generated-resource-name.js";
|
|
2
|
+
const maximumNameLength = 80;
|
|
3
|
+
/**
|
|
4
|
+
* The name CloudFormation gives a state machine whose template does not name
|
|
5
|
+
* it.
|
|
6
|
+
*
|
|
7
|
+
* A state machine name is at most 80 characters, so a long stack name and
|
|
8
|
+
* logical ID together are trimmed to fit. How a generated name is put together
|
|
9
|
+
* and trimmed is the same for every service, and lives in
|
|
10
|
+
* {@link SimCfnGeneratedResourceName}.
|
|
11
|
+
*/
|
|
12
|
+
export class SimCfnStateMachineName {
|
|
13
|
+
#generated;
|
|
14
|
+
constructor(properties) {
|
|
15
|
+
this.#generated = new SimCfnGeneratedResourceName({
|
|
16
|
+
stackName: properties.stackName,
|
|
17
|
+
logicalId: properties.logicalId,
|
|
18
|
+
maximumLength: maximumNameLength,
|
|
19
|
+
});
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* The generated state machine name.
|
|
23
|
+
*/
|
|
24
|
+
get value() {
|
|
25
|
+
return this.#generated.value;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=sim-cfn-state-machine-name.js.map
|
package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-state-machine-name.js","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-name.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,+CAA+C,CAAC;AAE5F,MAAM,iBAAiB,GAAG,EAAE,CAAC;AAO7B;;;;;;;;GAQG;AACH,MAAM,OAAO,sBAAsB;IACxB,UAAU,CAA8B;IAEjD,YAAY,UAA4C;QACtD,IAAI,CAAC,UAAU,GAAG,IAAI,2BAA2B,CAAC;YAChD,SAAS,EAAE,UAAU,CAAC,SAAS;YAC/B,SAAS,EAAE,UAAU,CAAC,SAAS;YAC/B,aAAa,EAAE,iBAAiB;SACjC,CAAC,CAAC;IACL,CAAC;IAED;;OAEG;IACH,IAAI,KAAK;QACP,OAAO,IAAI,CAAC,UAAU,CAAC,KAAK,CAAC;IAC/B,CAAC;CACF"}
|
package/dist/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.d.ts
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import type { SimCfnResource } from "../../sim-cfn-resource.js";
|
|
2
|
+
import type { SimCfnTemplateValueRecord } from "../../../template/value/sim-cfn-template-value.js";
|
|
3
|
+
interface SimCfnStateMachinePropertiesProperties {
|
|
4
|
+
readonly resource: SimCfnResource;
|
|
5
|
+
readonly properties: SimCfnTemplateValueRecord;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* Reads AWS::StepFunctions::StateMachine CloudFormation properties into the
|
|
9
|
+
* shapes the Step Functions commands take.
|
|
10
|
+
*
|
|
11
|
+
* What a definition may hold is decided by simulated Step Functions rather
|
|
12
|
+
* than here, so a state type it does not run is refused by the command that
|
|
13
|
+
* reads it. What this reads is the shape. A property that has to be a string
|
|
14
|
+
* or an object is checked for being one, since a template that put an object
|
|
15
|
+
* where a role ARN goes has made a mistake CreateStateMachine cannot explain.
|
|
16
|
+
*/
|
|
17
|
+
export declare class SimCfnStateMachineProperties {
|
|
18
|
+
#private;
|
|
19
|
+
constructor(properties: SimCfnStateMachinePropertiesProperties);
|
|
20
|
+
/**
|
|
21
|
+
* The state machine name.
|
|
22
|
+
*
|
|
23
|
+
* An unnamed state machine is named after the stack and the logical ID, as
|
|
24
|
+
* real CloudFormation names one.
|
|
25
|
+
*/
|
|
26
|
+
name(): string;
|
|
27
|
+
/**
|
|
28
|
+
* The Role an execution runs as.
|
|
29
|
+
*
|
|
30
|
+
* Required on the real Resource, and required by `CreateStateMachine`, so a
|
|
31
|
+
* template leaving it out is refused rather than given one.
|
|
32
|
+
*/
|
|
33
|
+
roleArn(): string;
|
|
34
|
+
/**
|
|
35
|
+
* Whether the state machine is STANDARD or EXPRESS, when the template says.
|
|
36
|
+
*
|
|
37
|
+
* Which of the two it is, is decided by `CreateStateMachine`, so a template
|
|
38
|
+
* asking for a third thing is refused in the words that command refuses it
|
|
39
|
+
* in.
|
|
40
|
+
*/
|
|
41
|
+
type(): string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* The Amazon States Language the state machine runs.
|
|
44
|
+
*/
|
|
45
|
+
definition(): string;
|
|
46
|
+
/**
|
|
47
|
+
* A property that has to be a string.
|
|
48
|
+
*/
|
|
49
|
+
private string;
|
|
50
|
+
/**
|
|
51
|
+
* Record the properties this simulation gives no behaviour to.
|
|
52
|
+
*/
|
|
53
|
+
private recordUnsimulated;
|
|
54
|
+
private propertyError;
|
|
55
|
+
}
|
|
56
|
+
export {};
|
|
57
|
+
//# sourceMappingURL=sim-cfn-state-machine-properties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-state-machine-properties.d.ts","sourceRoot":"","sources":["../../../../../../src/service/cloudformation/resource/cfn/stepfunctions/sim-cfn-state-machine-properties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAChE,OAAO,KAAK,EAEV,yBAAyB,EAC1B,MAAM,mDAAmD,CAAC;AAY3D,UAAU,sCAAsC;IAC9C,QAAQ,CAAC,QAAQ,EAAE,cAAc,CAAC;IAClC,QAAQ,CAAC,UAAU,EAAE,yBAAyB,CAAC;CAChD;AAED;;;;;;;;;GASG;AACH,qBAAa,4BAA4B;;IAIvC,YAAY,UAAU,EAAE,sCAAsC,EAK7D;IAED;;;;;OAKG;IACH,IAAI,IAAI,MAAM,CAWb;IAED;;;;;OAKG;IACH,OAAO,IAAI,MAAM,CAUhB;IAED;;;;;;OAMG;IACH,IAAI,IAAI,MAAM,GAAG,SAAS,CAQzB;IAED;;OAEG;IACH,UAAU,IAAI,MAAM,CAKnB;IAED;;OAEG;IACH,OAAO,CAAC,MAAM;IAQd;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAQzB,OAAO,CAAC,aAAa;CAOtB"}
|