@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
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cf-origin-custom-headers.js","sourceRoot":"","sources":["../../../../src/service/cloudfront/origin/sim-cf-origin-custom-headers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,4BAA4B,EAAE,MAAM,kCAAkC,CAAC;AAEhF;;;;GAIG;AACH,MAAM,iBAAiB,GAAG,IAAI,GAAG,CAAC;IAChC,eAAe;IACf,YAAY;IACZ,gBAAgB;IAChB,QAAQ;IACR,MAAM;IACN,UAAU;IACV,mBAAmB;IACnB,eAAe;IACf,UAAU;IACV,qBAAqB;IACrB,cAAc;IACd,QAAQ;IACR,oBAAoB;IACpB,qBAAqB;IACrB,kBAAkB;IAClB,OAAO;IACP,eAAe;IACf,IAAI;IACJ,SAAS;IACT,mBAAmB;IACnB,SAAS;IACT,KAAK;IACL,WAAW;CACZ,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,oBAAoB,GAAG,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;AAEnD;;;;;;;;;;;GAWG;AACH,MAAM,UAAU,wBAAwB,CACtC,QAAgB,EAChB,MAAiC;IAEjC,MAAM,KAAK,GAAG,CAAC,MAAM,CAAC,aAAa,IAAI,MAAM,CAAC,mBAAmB,CAAC,EAAE,KAAK,CAAC;IAE1E,IAAI,KAAK,KAAK,SAAS,EAAE,CAAC;QACxB,OAAO,EAAE,CAAC;IACZ,CAAC;IAED,OAAO,MAAM,CAAC,WAAW,CACvB,KAAK,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC;QAClB,gBAAgB,CAAC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;QAC3C,IAAI,CAAC,WAAW,IAAI,EAAE;KACvB,CAAC,CACH,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,SAAS,gBAAgB,CACvB,QAAgB,EAChB,UAA8B;IAE9B,IAAI,UAAU,KAAK,SAAS,IAAI,UAAU,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QACxD,MAAM,IAAI,4BAA4B,CACpC,yBAAyB,QAAQ,yCAAyC,CAC3E,CAAC;IACJ,CAAC;IAED,MAAM,IAAI,GAAG,UAAU,CAAC,WAAW,EAAE,CAAC;IAEtC,IACE,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC;QAC3B,oBAAoB,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,EAC9D,CAAC;QACD,MAAM,IAAI,4BAA4B,CACpC,yBAAyB,QAAQ,kBAAkB,UAAU,UAAU;YACrE,sDAAsD;YACtD,mGAAmG,CACtG,CAAC;IACJ,CAAC;IAED,OAAO,IAAI,CAAC;AACd,CAAC"}
|
package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { SimCfnResource } from "../../../cloudformation/resource/sim-cfn-resource.js";
|
|
2
|
+
import type { SimCfnTemplateValueRecord } from "../../../cloudformation/template/value/sim-cfn-template-value.js";
|
|
3
|
+
import type { SimFirehose } from "../../sim-firehose.js";
|
|
4
|
+
import type { SimFirehoseDeliveryStream } from "../../stream/sim-firehose-delivery-stream.js";
|
|
5
|
+
interface SimCfnFirehoseDeliveryStreamCreatorProperties {
|
|
6
|
+
readonly firehose: SimFirehose;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Creates simulated delivery streams from
|
|
10
|
+
* AWS::KinesisFirehose::DeliveryStream Resources.
|
|
11
|
+
*
|
|
12
|
+
* The delivery stream goes through the ordinary CreateDeliveryStream command
|
|
13
|
+
* rather than being constructed directly, so a delivery stream a template
|
|
14
|
+
* deployed is the same thing an SDK caller would have got: the same name
|
|
15
|
+
* validation, the same buffering bounds, the same refusals for what this
|
|
16
|
+
* simulation does not model.
|
|
17
|
+
*
|
|
18
|
+
* The Bucket and the Role are named by ARN, and both are resolved by the
|
|
19
|
+
* CloudFormation engine before this sees them. A delivery stream deployed
|
|
20
|
+
* alongside the Bucket it writes into therefore writes into that Bucket, and
|
|
21
|
+
* writes as the Role the template declared.
|
|
22
|
+
*/
|
|
23
|
+
export declare class SimCfnFirehoseDeliveryStreamCreator {
|
|
24
|
+
private readonly firehose;
|
|
25
|
+
constructor(properties: SimCfnFirehoseDeliveryStreamCreatorProperties);
|
|
26
|
+
/**
|
|
27
|
+
* Create a delivery stream from an AWS::KinesisFirehose::DeliveryStream
|
|
28
|
+
* Resource.
|
|
29
|
+
*/
|
|
30
|
+
create(resource: SimCfnResource, properties: SimCfnTemplateValueRecord): Promise<SimFirehoseDeliveryStream>;
|
|
31
|
+
}
|
|
32
|
+
export {};
|
|
33
|
+
//# sourceMappingURL=sim-cfn-firehose-delivery-stream-creator.d.ts.map
|
package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-firehose-delivery-stream-creator.d.ts","sourceRoot":"","sources":["../../../../../src/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sDAAsD,CAAC;AAC3F,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,kEAAkE,CAAC;AAClH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACzD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,8CAA8C,CAAC;AAK9F,UAAU,6CAA6C;IACrD,QAAQ,CAAC,QAAQ,EAAE,WAAW,CAAC;CAChC;AAED;;;;;;;;;;;;;;GAcG;AACH,qBAAa,mCAAmC;IAC9C,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAc;IAEvC,YAAY,UAAU,EAAE,6CAA6C,EAEpE;IAED;;;OAGG;IACG,MAAM,CACV,QAAQ,EAAE,cAAc,EACxB,UAAU,EAAE,yBAAyB,GACpC,OAAO,CAAC,yBAAyB,CAAC,CAyBpC;CACF"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { assertDefined } from "../../../../util/type-guard/defined.js";
|
|
2
|
+
import { simCfnFirehoseResourceCreation } from "../sim-cfn-firehose-resource-error.js";
|
|
3
|
+
import { firehoseDeliveryStreamResourceType } from "../sim-cfn-firehose-resource-types.js";
|
|
4
|
+
import { SimCfnFirehoseDeliveryStreamProperties } from "./sim-cfn-firehose-delivery-stream-properties.js";
|
|
5
|
+
/**
|
|
6
|
+
* Creates simulated delivery streams from
|
|
7
|
+
* AWS::KinesisFirehose::DeliveryStream Resources.
|
|
8
|
+
*
|
|
9
|
+
* The delivery stream goes through the ordinary CreateDeliveryStream command
|
|
10
|
+
* rather than being constructed directly, so a delivery stream a template
|
|
11
|
+
* deployed is the same thing an SDK caller would have got: the same name
|
|
12
|
+
* validation, the same buffering bounds, the same refusals for what this
|
|
13
|
+
* simulation does not model.
|
|
14
|
+
*
|
|
15
|
+
* The Bucket and the Role are named by ARN, and both are resolved by the
|
|
16
|
+
* CloudFormation engine before this sees them. A delivery stream deployed
|
|
17
|
+
* alongside the Bucket it writes into therefore writes into that Bucket, and
|
|
18
|
+
* writes as the Role the template declared.
|
|
19
|
+
*/
|
|
20
|
+
export class SimCfnFirehoseDeliveryStreamCreator {
|
|
21
|
+
firehose;
|
|
22
|
+
constructor(properties) {
|
|
23
|
+
this.firehose = properties.firehose;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Create a delivery stream from an AWS::KinesisFirehose::DeliveryStream
|
|
27
|
+
* Resource.
|
|
28
|
+
*/
|
|
29
|
+
async create(resource, properties) {
|
|
30
|
+
return await simCfnFirehoseResourceCreation(firehoseDeliveryStreamResourceType, resource.logicalId, async () => {
|
|
31
|
+
const streamProperties = new SimCfnFirehoseDeliveryStreamProperties({
|
|
32
|
+
resource,
|
|
33
|
+
properties,
|
|
34
|
+
});
|
|
35
|
+
const input = streamProperties.createInput();
|
|
36
|
+
await this.firehose.createDeliveryStream({ input });
|
|
37
|
+
const deliveryStream = this.firehose.findDeliveryStream(streamProperties.name());
|
|
38
|
+
assertDefined(deliveryStream, `sim Firehose delivery stream ${streamProperties.name()} after ` +
|
|
39
|
+
`CloudFormation creation`);
|
|
40
|
+
return deliveryStream;
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=sim-cfn-firehose-delivery-stream-creator.js.map
|
package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-firehose-delivery-stream-creator.js","sourceRoot":"","sources":["../../../../../src/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-creator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,wCAAwC,CAAC;AAKvE,OAAO,EAAE,8BAA8B,EAAE,MAAM,uCAAuC,CAAC;AACvF,OAAO,EAAE,kCAAkC,EAAE,MAAM,uCAAuC,CAAC;AAC3F,OAAO,EAAE,sCAAsC,EAAE,MAAM,kDAAkD,CAAC;AAM1G;;;;;;;;;;;;;;GAcG;AACH,MAAM,OAAO,mCAAmC;IAC7B,QAAQ,CAAc;IAEvC,YAAY,UAAyD;QACnE,IAAI,CAAC,QAAQ,GAAG,UAAU,CAAC,QAAQ,CAAC;IACtC,CAAC;IAED;;;OAGG;IACH,KAAK,CAAC,MAAM,CACV,QAAwB,EACxB,UAAqC;QAErC,OAAO,MAAM,8BAA8B,CACzC,kCAAkC,EAClC,QAAQ,CAAC,SAAS,EAClB,KAAK,IAAI,EAAE;YACT,MAAM,gBAAgB,GAAG,IAAI,sCAAsC,CAAC;gBAClE,QAAQ;gBACR,UAAU;aACX,CAAC,CAAC;YACH,MAAM,KAAK,GAAG,gBAAgB,CAAC,WAAW,EAAE,CAAC;YAE7C,MAAM,IAAI,CAAC,QAAQ,CAAC,oBAAoB,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC;YAEpD,MAAM,cAAc,GAAG,IAAI,CAAC,QAAQ,CAAC,kBAAkB,CACrD,gBAAgB,CAAC,IAAI,EAAE,CACxB,CAAC;YACF,aAAa,CACX,cAAc,EACd,gCAAgC,gBAAgB,CAAC,IAAI,EAAE,SAAS;gBAC9D,yBAAyB,CAC5B,CAAC;YAEF,OAAO,cAAc,CAAC;QACxB,CAAC,CACF,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
interface SimCfnFirehoseDeliveryStreamNameProperties {
|
|
2
|
+
readonly stackName: string | undefined;
|
|
3
|
+
readonly logicalId: string;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* The name CloudFormation gives a delivery stream whose template does not name
|
|
7
|
+
* it.
|
|
8
|
+
*
|
|
9
|
+
* A delivery stream name is at most 64 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 SimCfnFirehoseDeliveryStreamName {
|
|
15
|
+
private readonly generated;
|
|
16
|
+
constructor(properties: SimCfnFirehoseDeliveryStreamNameProperties);
|
|
17
|
+
/**
|
|
18
|
+
* The generated delivery stream name.
|
|
19
|
+
*/
|
|
20
|
+
get value(): string;
|
|
21
|
+
}
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=sim-cfn-firehose-delivery-stream-name.d.ts.map
|
package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-name.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-firehose-delivery-stream-name.d.ts","sourceRoot":"","sources":["../../../../../src/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-name.ts"],"names":[],"mappings":"AAIA,UAAU,0CAA0C;IAClD,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;CAC5B;AAED;;;;;;;;GAQG;AACH,qBAAa,gCAAgC;IAC3C,OAAO,CAAC,QAAQ,CAAC,SAAS,CAA8B;IAExD,YAAY,UAAU,EAAE,0CAA0C,EAMjE;IAED;;OAEG;IACH,IAAI,KAAK,IAAI,MAAM,CAElB;CACF"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { SimCfnGeneratedResourceName } from "../../../cloudformation/resource/name/sim-cfn-generated-resource-name.js";
|
|
2
|
+
const maximumNameLength = 64;
|
|
3
|
+
/**
|
|
4
|
+
* The name CloudFormation gives a delivery stream whose template does not name
|
|
5
|
+
* it.
|
|
6
|
+
*
|
|
7
|
+
* A delivery stream name is at most 64 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 SimCfnFirehoseDeliveryStreamName {
|
|
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 delivery stream name.
|
|
23
|
+
*/
|
|
24
|
+
get value() {
|
|
25
|
+
return this.generated.value;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=sim-cfn-firehose-delivery-stream-name.js.map
|
package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-name.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-firehose-delivery-stream-name.js","sourceRoot":"","sources":["../../../../../src/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-name.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,0EAA0E,CAAC;AAEvH,MAAM,iBAAiB,GAAG,EAAE,CAAC;AAO7B;;;;;;;;GAQG;AACH,MAAM,OAAO,gCAAgC;IAC1B,SAAS,CAA8B;IAExD,YAAY,UAAsD;QAChE,IAAI,CAAC,SAAS,GAAG,IAAI,2BAA2B,CAAC;YAC/C,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,SAAS,CAAC,KAAK,CAAC;IAC9B,CAAC;CACF"}
|
package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.d.ts
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import type { SimCfnResource } from "../../../cloudformation/resource/sim-cfn-resource.js";
|
|
2
|
+
import type { SimCfnTemplateValueRecord } from "../../../cloudformation/template/value/sim-cfn-template-value.js";
|
|
3
|
+
import type { SimCreateDeliveryStreamCommandInput } from "../../command/stream/stream.command.js";
|
|
4
|
+
interface SimCfnFirehoseDeliveryStreamPropertiesProperties {
|
|
5
|
+
readonly resource: SimCfnResource;
|
|
6
|
+
readonly properties: SimCfnTemplateValueRecord;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Reads AWS::KinesisFirehose::DeliveryStream CloudFormation properties into the
|
|
10
|
+
* shape CreateDeliveryStream takes.
|
|
11
|
+
*
|
|
12
|
+
* What a template may ask for is decided by simulated Firehose rather than
|
|
13
|
+
* here, so a name, a Bucket ARN or buffering hints it will not take are refused
|
|
14
|
+
* by the command that reads them. What this reads is the shape: a property that
|
|
15
|
+
* has to be a string, a number or a record is checked for being one, since a
|
|
16
|
+
* template that put an object where a name goes has made a mistake
|
|
17
|
+
* CreateDeliveryStream cannot explain.
|
|
18
|
+
*
|
|
19
|
+
* `KinesisStreamSourceConfiguration` goes through as the template wrote it, so
|
|
20
|
+
* where a delivery stream reads from is decided in one place.
|
|
21
|
+
*/
|
|
22
|
+
export declare class SimCfnFirehoseDeliveryStreamProperties {
|
|
23
|
+
private readonly resource;
|
|
24
|
+
private readonly properties;
|
|
25
|
+
constructor(properties: SimCfnFirehoseDeliveryStreamPropertiesProperties);
|
|
26
|
+
/**
|
|
27
|
+
* The delivery stream name.
|
|
28
|
+
*
|
|
29
|
+
* An unnamed delivery stream is named after the stack and the logical ID, as
|
|
30
|
+
* real CloudFormation names one.
|
|
31
|
+
*/
|
|
32
|
+
name(): string;
|
|
33
|
+
/**
|
|
34
|
+
* The whole request, as CreateDeliveryStream takes it.
|
|
35
|
+
*/
|
|
36
|
+
createInput(): SimCreateDeliveryStreamCommandInput;
|
|
37
|
+
/**
|
|
38
|
+
* Where the delivery stream reads its records from, when the template says.
|
|
39
|
+
*/
|
|
40
|
+
private deliveryStreamType;
|
|
41
|
+
/**
|
|
42
|
+
* Record the properties this simulation gives no behaviour to.
|
|
43
|
+
*/
|
|
44
|
+
private recordUnsimulated;
|
|
45
|
+
private error;
|
|
46
|
+
}
|
|
47
|
+
export {};
|
|
48
|
+
//# sourceMappingURL=sim-cfn-firehose-delivery-stream-properties.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-firehose-delivery-stream-properties.d.ts","sourceRoot":"","sources":["../../../../../src/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sDAAsD,CAAC;AAC3F,OAAO,KAAK,EAEV,yBAAyB,EAC1B,MAAM,kEAAkE,CAAC;AAC1E,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,wCAAwC,CAAC;AAalG,UAAU,gDAAgD;IACxD,QAAQ,CAAC,QAAQ,EAAE,cAAc,CAAC;IAClC,QAAQ,CAAC,UAAU,EAAE,yBAAyB,CAAC;CAChD;AAED;;;;;;;;;;;;;GAaG;AACH,qBAAa,sCAAsC;IACjD,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAiB;IAC1C,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA2C;IAEtE,YAAY,UAAU,EAAE,gDAAgD,EAKvE;IAED;;;;;OAKG;IACH,IAAI,IAAI,MAAM,CAeb;IAED;;OAEG;IACH,WAAW,IAAI,mCAAmC,CAiBjD;IAED;;OAEG;IACH,OAAO,CAAC,kBAAkB;IAc1B;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAQzB,OAAO,CAAC,KAAK;CAMd"}
|
package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.js
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { simCfnFirehoseDeliveryStreamPropertyError } from "../sim-cfn-firehose-resource-error.js";
|
|
2
|
+
import { SimCfnFirehoseDeliveryStreamName } from "./sim-cfn-firehose-delivery-stream-name.js";
|
|
3
|
+
import { deliveryStreamNamePropertyName, deliveryStreamTypePropertyName, tagsPropertyName, unsimulatedPropertyReasons, } from "./sim-cfn-firehose-delivery-stream-property-names.js";
|
|
4
|
+
import { simCfnFirehoseDestination } from "./sim-cfn-firehose-destination-choice.js";
|
|
5
|
+
import { simCfnFirehoseSource } from "./sim-cfn-firehose-source-choice.js";
|
|
6
|
+
import { simCfnFirehoseTags } from "./sim-cfn-firehose-tags.js";
|
|
7
|
+
/**
|
|
8
|
+
* Reads AWS::KinesisFirehose::DeliveryStream CloudFormation properties into the
|
|
9
|
+
* shape CreateDeliveryStream takes.
|
|
10
|
+
*
|
|
11
|
+
* What a template may ask for is decided by simulated Firehose rather than
|
|
12
|
+
* here, so a name, a Bucket ARN or buffering hints it will not take are refused
|
|
13
|
+
* by the command that reads them. What this reads is the shape: a property that
|
|
14
|
+
* has to be a string, a number or a record is checked for being one, since a
|
|
15
|
+
* template that put an object where a name goes has made a mistake
|
|
16
|
+
* CreateDeliveryStream cannot explain.
|
|
17
|
+
*
|
|
18
|
+
* `KinesisStreamSourceConfiguration` goes through as the template wrote it, so
|
|
19
|
+
* where a delivery stream reads from is decided in one place.
|
|
20
|
+
*/
|
|
21
|
+
export class SimCfnFirehoseDeliveryStreamProperties {
|
|
22
|
+
resource;
|
|
23
|
+
properties;
|
|
24
|
+
constructor(properties) {
|
|
25
|
+
this.resource = properties.resource;
|
|
26
|
+
this.properties = new Map(Object.entries(properties.properties));
|
|
27
|
+
this.recordUnsimulated();
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* The delivery stream name.
|
|
31
|
+
*
|
|
32
|
+
* An unnamed delivery stream is named after the stack and the logical ID, as
|
|
33
|
+
* real CloudFormation names one.
|
|
34
|
+
*/
|
|
35
|
+
name() {
|
|
36
|
+
const name = this.properties.get(deliveryStreamNamePropertyName);
|
|
37
|
+
if (name === undefined) {
|
|
38
|
+
return new SimCfnFirehoseDeliveryStreamName({
|
|
39
|
+
stackName: this.resource.stackName,
|
|
40
|
+
logicalId: this.resource.logicalId,
|
|
41
|
+
}).value;
|
|
42
|
+
}
|
|
43
|
+
if (typeof name !== "string") {
|
|
44
|
+
throw this.error(`${deliveryStreamNamePropertyName} must be a string`);
|
|
45
|
+
}
|
|
46
|
+
return name;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* The whole request, as CreateDeliveryStream takes it.
|
|
50
|
+
*/
|
|
51
|
+
createInput() {
|
|
52
|
+
const type = this.deliveryStreamType();
|
|
53
|
+
const source = simCfnFirehoseSource(this.resource, this.properties);
|
|
54
|
+
const tags = simCfnFirehoseTags(this.resource, this.properties.get(tagsPropertyName));
|
|
55
|
+
return {
|
|
56
|
+
DeliveryStreamName: this.name(),
|
|
57
|
+
...(type !== undefined && { DeliveryStreamType: type }),
|
|
58
|
+
...(source !== undefined && {
|
|
59
|
+
KinesisStreamSourceConfiguration: source,
|
|
60
|
+
}),
|
|
61
|
+
...(tags !== undefined && { Tags: tags }),
|
|
62
|
+
...simCfnFirehoseDestination(this.resource, this.properties),
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Where the delivery stream reads its records from, when the template says.
|
|
67
|
+
*/
|
|
68
|
+
deliveryStreamType() {
|
|
69
|
+
const type = this.properties.get(deliveryStreamTypePropertyName);
|
|
70
|
+
if (type === undefined) {
|
|
71
|
+
return undefined;
|
|
72
|
+
}
|
|
73
|
+
if (typeof type !== "string") {
|
|
74
|
+
throw this.error(`${deliveryStreamTypePropertyName} must be a string`);
|
|
75
|
+
}
|
|
76
|
+
return type;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Record the properties this simulation gives no behaviour to.
|
|
80
|
+
*/
|
|
81
|
+
recordUnsimulated() {
|
|
82
|
+
for (const [name, reason] of unsimulatedPropertyReasons) {
|
|
83
|
+
if (this.properties.has(name)) {
|
|
84
|
+
this.resource.ignoreProperty(name, reason);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
error(reason) {
|
|
89
|
+
return simCfnFirehoseDeliveryStreamPropertyError(this.resource.logicalId, reason);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
//# sourceMappingURL=sim-cfn-firehose-delivery-stream-properties.js.map
|
package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-firehose-delivery-stream-properties.js","sourceRoot":"","sources":["../../../../../src/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-properties.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,yCAAyC,EAAE,MAAM,uCAAuC,CAAC;AAClG,OAAO,EAAE,gCAAgC,EAAE,MAAM,4CAA4C,CAAC;AAC9F,OAAO,EACL,8BAA8B,EAC9B,8BAA8B,EAC9B,gBAAgB,EAChB,0BAA0B,GAC3B,MAAM,sDAAsD,CAAC;AAC9D,OAAO,EAAE,yBAAyB,EAAE,MAAM,0CAA0C,CAAC;AACrF,OAAO,EAAE,oBAAoB,EAAE,MAAM,qCAAqC,CAAC;AAC3E,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAOhE;;;;;;;;;;;;;GAaG;AACH,MAAM,OAAO,sCAAsC;IAChC,QAAQ,CAAiB;IACzB,UAAU,CAA2C;IAEtE,YAAY,UAA4D;QACtE,IAAI,CAAC,QAAQ,GAAG,UAAU,CAAC,QAAQ,CAAC;QACpC,IAAI,CAAC,UAAU,GAAG,IAAI,GAAG,CAAC,MAAM,CAAC,OAAO,CAAC,UAAU,CAAC,UAAU,CAAC,CAAC,CAAC;QAEjE,IAAI,CAAC,iBAAiB,EAAE,CAAC;IAC3B,CAAC;IAED;;;;;OAKG;IACH,IAAI;QACF,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,8BAA8B,CAAC,CAAC;QAEjE,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YACvB,OAAO,IAAI,gCAAgC,CAAC;gBAC1C,SAAS,EAAE,IAAI,CAAC,QAAQ,CAAC,SAAS;gBAClC,SAAS,EAAE,IAAI,CAAC,QAAQ,CAAC,SAAS;aACnC,CAAC,CAAC,KAAK,CAAC;QACX,CAAC;QAED,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;YAC7B,MAAM,IAAI,CAAC,KAAK,CAAC,GAAG,8BAA8B,mBAAmB,CAAC,CAAC;QACzE,CAAC;QAED,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;OAEG;IACH,WAAW;QACT,MAAM,IAAI,GAAG,IAAI,CAAC,kBAAkB,EAAE,CAAC;QACvC,MAAM,MAAM,GAAG,oBAAoB,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC;QACpE,MAAM,IAAI,GAAG,kBAAkB,CAC7B,IAAI,CAAC,QAAQ,EACb,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC,CACtC,CAAC;QAEF,OAAO;YACL,kBAAkB,EAAE,IAAI,CAAC,IAAI,EAAE;YAC/B,GAAG,CAAC,IAAI,KAAK,SAAS,IAAI,EAAE,kBAAkB,EAAE,IAAI,EAAE,CAAC;YACvD,GAAG,CAAC,MAAM,KAAK,SAAS,IAAI;gBAC1B,gCAAgC,EAAE,MAAM;aACzC,CAAC;YACF,GAAG,CAAC,IAAI,KAAK,SAAS,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;YACzC,GAAG,yBAAyB,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,UAAU,CAAC;SAC7D,CAAC;IACJ,CAAC;IAED;;OAEG;IACK,kBAAkB;QACxB,MAAM,IAAI,GAAG,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,8BAA8B,CAAC,CAAC;QAEjE,IAAI,IAAI,KAAK,SAAS,EAAE,CAAC;YACvB,OAAO,SAAS,CAAC;QACnB,CAAC;QAED,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE,CAAC;YAC7B,MAAM,IAAI,CAAC,KAAK,CAAC,GAAG,8BAA8B,mBAAmB,CAAC,CAAC;QACzE,CAAC;QAED,OAAO,IAAI,CAAC;IACd,CAAC;IAED;;OAEG;IACK,iBAAiB;QACvB,KAAK,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,IAAI,0BAA0B,EAAE,CAAC;YACxD,IAAI,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC;gBAC9B,IAAI,CAAC,QAAQ,CAAC,cAAc,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;YAC7C,CAAC;QACH,CAAC;IACH,CAAC;IAEO,KAAK,CAAC,MAAc;QAC1B,OAAO,yCAAyC,CAC9C,IAAI,CAAC,QAAQ,CAAC,SAAS,EACvB,MAAM,CACP,CAAC;IACJ,CAAC;CACF"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The AWS::KinesisFirehose::DeliveryStream properties this simulation acts on.
|
|
3
|
+
*/
|
|
4
|
+
export declare const deliveryStreamNamePropertyName = "DeliveryStreamName";
|
|
5
|
+
export declare const deliveryStreamTypePropertyName = "DeliveryStreamType";
|
|
6
|
+
export declare const kinesisStreamSourcePropertyName = "KinesisStreamSourceConfiguration";
|
|
7
|
+
export declare const directPutSourcePropertyName = "DirectPutSourceConfiguration";
|
|
8
|
+
export declare const extendedS3DestinationPropertyName = "ExtendedS3DestinationConfiguration";
|
|
9
|
+
export declare const s3DestinationPropertyName = "S3DestinationConfiguration";
|
|
10
|
+
export declare const tagsPropertyName = "Tags";
|
|
11
|
+
/**
|
|
12
|
+
* The suffix every Firehose destination configuration property ends in.
|
|
13
|
+
*/
|
|
14
|
+
export declare const destinationPropertySuffix = "DestinationConfiguration";
|
|
15
|
+
/**
|
|
16
|
+
* The suffix every Firehose source configuration property ends in.
|
|
17
|
+
*/
|
|
18
|
+
export declare const sourcePropertySuffix = "SourceConfiguration";
|
|
19
|
+
/**
|
|
20
|
+
* The two source properties this simulation has an answer for.
|
|
21
|
+
*
|
|
22
|
+
* `KinesisStreamSourceConfiguration` goes through to CreateDeliveryStream, and
|
|
23
|
+
* `DirectPutSourceConfiguration` is a throughput hint on a delivery stream that
|
|
24
|
+
* is already taking direct puts. Everything else ending in
|
|
25
|
+
* {@link sourcePropertySuffix} reads from somewhere outside the simulation,
|
|
26
|
+
* found by the suffix so a source AWS adds later needs no change here.
|
|
27
|
+
*/
|
|
28
|
+
export declare const readSourcePropertyNames: ReadonlySet<string>;
|
|
29
|
+
/**
|
|
30
|
+
* The two destination properties this simulation delivers to. Everything else
|
|
31
|
+
* ending in {@link destinationPropertySuffix} is a destination outside the
|
|
32
|
+
* simulation, found by the suffix so one AWS adds later needs no change here.
|
|
33
|
+
*/
|
|
34
|
+
export declare const simulatedDestinationPropertyNames: ReadonlySet<string>;
|
|
35
|
+
/**
|
|
36
|
+
* Real AWS::KinesisFirehose::DeliveryStream properties this simulation does not
|
|
37
|
+
* model, and why.
|
|
38
|
+
*
|
|
39
|
+
* Each is recorded against the Resource rather than refused, so a template
|
|
40
|
+
* carrying one still deploys a delivery stream and the omission is somewhere a
|
|
41
|
+
* test can find it.
|
|
42
|
+
*/
|
|
43
|
+
export declare const unsimulatedPropertyReasons: ReadonlyMap<string, string>;
|
|
44
|
+
/**
|
|
45
|
+
* S3 destination properties this simulation does not model, and why.
|
|
46
|
+
*
|
|
47
|
+
* The path recorded against the Resource is the destination property these sit
|
|
48
|
+
* under, then the name, so a reader can find the one the template wrote.
|
|
49
|
+
*/
|
|
50
|
+
export declare const unsimulatedDestinationPropertyReasons: ReadonlyMap<string, string>;
|
|
51
|
+
//# sourceMappingURL=sim-cfn-firehose-delivery-stream-property-names.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-firehose-delivery-stream-property-names.d.ts","sourceRoot":"","sources":["../../../../../src/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-property-names.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,8BAA8B,uBAAuB,CAAC;AAEnE,eAAO,MAAM,8BAA8B,uBAAuB,CAAC;AAEnE,eAAO,MAAM,+BAA+B,qCACR,CAAC;AAErC,eAAO,MAAM,2BAA2B,iCAAiC,CAAC;AAE1E,eAAO,MAAM,iCAAiC,uCACR,CAAC;AAEvC,eAAO,MAAM,yBAAyB,+BAA+B,CAAC;AAEtE,eAAO,MAAM,gBAAgB,SAAS,CAAC;AAEvC;;GAEG;AACH,eAAO,MAAM,yBAAyB,6BAA6B,CAAC;AAEpE;;GAEG;AACH,eAAO,MAAM,oBAAoB,wBAAwB,CAAC;AAE1D;;;;;;;;GAQG;AACH,eAAO,MAAM,uBAAuB,EAAE,WAAW,CAAC,MAAM,CAGtD,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,iCAAiC,EAAE,WAAW,CAAC,MAAM,CAGhE,CAAC;AAEH;;;;;;;GAOG;AACH,eAAO,MAAM,0BAA0B,EAAE,WAAW,CAAC,MAAM,EAAE,MAAM,CAWjE,CAAC;AAEH;;;;;GAKG;AACH,eAAO,MAAM,qCAAqC,EAAE,WAAW,CAC7D,MAAM,EACN,MAAM,CA+CN,CAAC"}
|
package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-property-names.js
ADDED
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The AWS::KinesisFirehose::DeliveryStream properties this simulation acts on.
|
|
3
|
+
*/
|
|
4
|
+
export const deliveryStreamNamePropertyName = "DeliveryStreamName";
|
|
5
|
+
export const deliveryStreamTypePropertyName = "DeliveryStreamType";
|
|
6
|
+
export const kinesisStreamSourcePropertyName = "KinesisStreamSourceConfiguration";
|
|
7
|
+
export const directPutSourcePropertyName = "DirectPutSourceConfiguration";
|
|
8
|
+
export const extendedS3DestinationPropertyName = "ExtendedS3DestinationConfiguration";
|
|
9
|
+
export const s3DestinationPropertyName = "S3DestinationConfiguration";
|
|
10
|
+
export const tagsPropertyName = "Tags";
|
|
11
|
+
/**
|
|
12
|
+
* The suffix every Firehose destination configuration property ends in.
|
|
13
|
+
*/
|
|
14
|
+
export const destinationPropertySuffix = "DestinationConfiguration";
|
|
15
|
+
/**
|
|
16
|
+
* The suffix every Firehose source configuration property ends in.
|
|
17
|
+
*/
|
|
18
|
+
export const sourcePropertySuffix = "SourceConfiguration";
|
|
19
|
+
/**
|
|
20
|
+
* The two source properties this simulation has an answer for.
|
|
21
|
+
*
|
|
22
|
+
* `KinesisStreamSourceConfiguration` goes through to CreateDeliveryStream, and
|
|
23
|
+
* `DirectPutSourceConfiguration` is a throughput hint on a delivery stream that
|
|
24
|
+
* is already taking direct puts. Everything else ending in
|
|
25
|
+
* {@link sourcePropertySuffix} reads from somewhere outside the simulation,
|
|
26
|
+
* found by the suffix so a source AWS adds later needs no change here.
|
|
27
|
+
*/
|
|
28
|
+
export const readSourcePropertyNames = new Set([
|
|
29
|
+
kinesisStreamSourcePropertyName,
|
|
30
|
+
directPutSourcePropertyName,
|
|
31
|
+
]);
|
|
32
|
+
/**
|
|
33
|
+
* The two destination properties this simulation delivers to. Everything else
|
|
34
|
+
* ending in {@link destinationPropertySuffix} is a destination outside the
|
|
35
|
+
* simulation, found by the suffix so one AWS adds later needs no change here.
|
|
36
|
+
*/
|
|
37
|
+
export const simulatedDestinationPropertyNames = new Set([
|
|
38
|
+
extendedS3DestinationPropertyName,
|
|
39
|
+
s3DestinationPropertyName,
|
|
40
|
+
]);
|
|
41
|
+
/**
|
|
42
|
+
* Real AWS::KinesisFirehose::DeliveryStream properties this simulation does not
|
|
43
|
+
* model, and why.
|
|
44
|
+
*
|
|
45
|
+
* Each is recorded against the Resource rather than refused, so a template
|
|
46
|
+
* carrying one still deploys a delivery stream and the omission is somewhere a
|
|
47
|
+
* test can find it.
|
|
48
|
+
*/
|
|
49
|
+
export const unsimulatedPropertyReasons = new Map([
|
|
50
|
+
[
|
|
51
|
+
"DeliveryStreamEncryptionConfigurationInput",
|
|
52
|
+
"server-side encryption is not simulated, and every delivered Object " +
|
|
53
|
+
"holds the bytes that were put",
|
|
54
|
+
],
|
|
55
|
+
[
|
|
56
|
+
directPutSourcePropertyName,
|
|
57
|
+
"throughput is unlimited in the simulation, so a throughput hint has " +
|
|
58
|
+
"nothing to act on",
|
|
59
|
+
],
|
|
60
|
+
]);
|
|
61
|
+
/**
|
|
62
|
+
* S3 destination properties this simulation does not model, and why.
|
|
63
|
+
*
|
|
64
|
+
* The path recorded against the Resource is the destination property these sit
|
|
65
|
+
* under, then the name, so a reader can find the one the template wrote.
|
|
66
|
+
*/
|
|
67
|
+
export const unsimulatedDestinationPropertyReasons = new Map([
|
|
68
|
+
[
|
|
69
|
+
"ProcessingConfiguration",
|
|
70
|
+
"record transformation through a Lambda is not simulated, and records " +
|
|
71
|
+
"are delivered as they were put",
|
|
72
|
+
],
|
|
73
|
+
[
|
|
74
|
+
"DynamicPartitioningConfiguration",
|
|
75
|
+
"dynamic partitioning reads record content, and a record's bytes are " +
|
|
76
|
+
"carried here without being read",
|
|
77
|
+
],
|
|
78
|
+
[
|
|
79
|
+
"DataFormatConversionConfiguration",
|
|
80
|
+
"Parquet and ORC conversion is not simulated, and every delivered " +
|
|
81
|
+
"Object holds the bytes that were put",
|
|
82
|
+
],
|
|
83
|
+
[
|
|
84
|
+
"CompressionFormat",
|
|
85
|
+
"compression is not simulated, and every destination reports " +
|
|
86
|
+
"UNCOMPRESSED",
|
|
87
|
+
],
|
|
88
|
+
[
|
|
89
|
+
"EncryptionConfiguration",
|
|
90
|
+
"Objects are delivered unencrypted, and no key is ever asked for",
|
|
91
|
+
],
|
|
92
|
+
[
|
|
93
|
+
"CloudWatchLoggingOptions",
|
|
94
|
+
"delivery is not logged to CloudWatch Logs, and a failed delivery is " +
|
|
95
|
+
"read back through getDeliveryFailures()",
|
|
96
|
+
],
|
|
97
|
+
["RetryOptions", "a failed delivery is recorded once rather than retried"],
|
|
98
|
+
["S3BackupMode", "the source record backup destination is not simulated"],
|
|
99
|
+
[
|
|
100
|
+
"S3BackupConfiguration",
|
|
101
|
+
"the source record backup destination is not simulated",
|
|
102
|
+
],
|
|
103
|
+
[
|
|
104
|
+
"FileExtension",
|
|
105
|
+
"the Object key is built the way real Firehose builds it, with no " +
|
|
106
|
+
"extension on the end",
|
|
107
|
+
],
|
|
108
|
+
[
|
|
109
|
+
"CustomTimeZone",
|
|
110
|
+
"the date path in an Object key is UTC, as it is on real Firehose by " +
|
|
111
|
+
"default",
|
|
112
|
+
],
|
|
113
|
+
]);
|
|
114
|
+
//# sourceMappingURL=sim-cfn-firehose-delivery-stream-property-names.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-firehose-delivery-stream-property-names.js","sourceRoot":"","sources":["../../../../../src/service/firehose/cfn/delivery-stream/sim-cfn-firehose-delivery-stream-property-names.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,oBAAoB,CAAC;AAEnE,MAAM,CAAC,MAAM,8BAA8B,GAAG,oBAAoB,CAAC;AAEnE,MAAM,CAAC,MAAM,+BAA+B,GAC1C,kCAAkC,CAAC;AAErC,MAAM,CAAC,MAAM,2BAA2B,GAAG,8BAA8B,CAAC;AAE1E,MAAM,CAAC,MAAM,iCAAiC,GAC5C,oCAAoC,CAAC;AAEvC,MAAM,CAAC,MAAM,yBAAyB,GAAG,4BAA4B,CAAC;AAEtE,MAAM,CAAC,MAAM,gBAAgB,GAAG,MAAM,CAAC;AAEvC;;GAEG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAG,0BAA0B,CAAC;AAEpE;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG,qBAAqB,CAAC;AAE1D;;;;;;;;GAQG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAwB,IAAI,GAAG,CAAC;IAClE,+BAA+B;IAC/B,2BAA2B;CAC5B,CAAC,CAAC;AAEH;;;;GAIG;AACH,MAAM,CAAC,MAAM,iCAAiC,GAAwB,IAAI,GAAG,CAAC;IAC5E,iCAAiC;IACjC,yBAAyB;CAC1B,CAAC,CAAC;AAEH;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAgC,IAAI,GAAG,CAAC;IAC7E;QACE,4CAA4C;QAC5C,sEAAsE;YACpE,+BAA+B;KAClC;IACD;QACE,2BAA2B;QAC3B,sEAAsE;YACpE,mBAAmB;KACtB;CACF,CAAC,CAAC;AAEH;;;;;GAKG;AACH,MAAM,CAAC,MAAM,qCAAqC,GAG9C,IAAI,GAAG,CAAC;IACV;QACE,yBAAyB;QACzB,uEAAuE;YACrE,gCAAgC;KACnC;IACD;QACE,kCAAkC;QAClC,sEAAsE;YACpE,iCAAiC;KACpC;IACD;QACE,mCAAmC;QACnC,mEAAmE;YACjE,sCAAsC;KACzC;IACD;QACE,mBAAmB;QACnB,8DAA8D;YAC5D,cAAc;KACjB;IACD;QACE,yBAAyB;QACzB,iEAAiE;KAClE;IACD;QACE,0BAA0B;QAC1B,sEAAsE;YACpE,yCAAyC;KAC5C;IACD,CAAC,cAAc,EAAE,wDAAwD,CAAC;IAC1E,CAAC,cAAc,EAAE,uDAAuD,CAAC;IACzE;QACE,uBAAuB;QACvB,uDAAuD;KACxD;IACD;QACE,eAAe;QACf,mEAAmE;YACjE,sBAAsB;KACzB;IACD;QACE,gBAAgB;QAChB,sEAAsE;YACpE,SAAS;KACZ;CACF,CAAC,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { SimCfnResource } from "../../../cloudformation/resource/sim-cfn-resource.js";
|
|
2
|
+
import type { SimCfnTemplateValue } from "../../../cloudformation/template/value/sim-cfn-template-value.js";
|
|
3
|
+
import type { SimFirehoseDestinationInput } from "../../destination/sim-firehose-destination-choice.js";
|
|
4
|
+
/**
|
|
5
|
+
* The destinations a delivery stream Resource declared.
|
|
6
|
+
*
|
|
7
|
+
* A destination outside the simulation is refused first, in the words
|
|
8
|
+
* CreateDeliveryStream refuses it in, which is what skips the Resource. That is
|
|
9
|
+
* the order the destination model works in too, so a template carrying both an
|
|
10
|
+
* S3 destination and a Redshift one is refused rather than half deployed.
|
|
11
|
+
*
|
|
12
|
+
* Both S3 destinations go through where a template declares both, and
|
|
13
|
+
* CreateDeliveryStream refuses the pair. Which destinations a delivery stream
|
|
14
|
+
* may have is decided in one place, by simulated Firehose, so the template door
|
|
15
|
+
* and the SDK door answer the same request the same way. A template declaring
|
|
16
|
+
* no destination goes through in the same way.
|
|
17
|
+
*/
|
|
18
|
+
export declare function simCfnFirehoseDestination(resource: SimCfnResource, properties: ReadonlyMap<string, SimCfnTemplateValue>): SimFirehoseDestinationInput;
|
|
19
|
+
//# sourceMappingURL=sim-cfn-firehose-destination-choice.d.ts.map
|
package/dist/service/firehose/cfn/delivery-stream/sim-cfn-firehose-destination-choice.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-firehose-destination-choice.d.ts","sourceRoot":"","sources":["../../../../../src/service/firehose/cfn/delivery-stream/sim-cfn-firehose-destination-choice.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sDAAsD,CAAC;AAC3F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kEAAkE,CAAC;AAC5G,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,sDAAsD,CAAC;AAUxG;;;;;;;;;;;;;GAaG;AACH,wBAAgB,yBAAyB,CACvC,QAAQ,EAAE,cAAc,EACxB,UAAU,EAAE,WAAW,CAAC,MAAM,EAAE,mBAAmB,CAAC,GACnD,2BAA2B,CAgC7B"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { SimFirehoseUnsimulatedDestination } from "../../error/sim-firehose.error.js";
|
|
2
|
+
import { SimCfnFirehoseS3Destination } from "./sim-cfn-firehose-s3-destination.js";
|
|
3
|
+
import { destinationPropertySuffix, extendedS3DestinationPropertyName, s3DestinationPropertyName, simulatedDestinationPropertyNames, } from "./sim-cfn-firehose-delivery-stream-property-names.js";
|
|
4
|
+
/**
|
|
5
|
+
* The destinations a delivery stream Resource declared.
|
|
6
|
+
*
|
|
7
|
+
* A destination outside the simulation is refused first, in the words
|
|
8
|
+
* CreateDeliveryStream refuses it in, which is what skips the Resource. That is
|
|
9
|
+
* the order the destination model works in too, so a template carrying both an
|
|
10
|
+
* S3 destination and a Redshift one is refused rather than half deployed.
|
|
11
|
+
*
|
|
12
|
+
* Both S3 destinations go through where a template declares both, and
|
|
13
|
+
* CreateDeliveryStream refuses the pair. Which destinations a delivery stream
|
|
14
|
+
* may have is decided in one place, by simulated Firehose, so the template door
|
|
15
|
+
* and the SDK door answer the same request the same way. A template declaring
|
|
16
|
+
* no destination goes through in the same way.
|
|
17
|
+
*/
|
|
18
|
+
export function simCfnFirehoseDestination(resource, properties) {
|
|
19
|
+
const unsimulated = properties
|
|
20
|
+
.keys()
|
|
21
|
+
.find((name) => name.endsWith(destinationPropertySuffix) &&
|
|
22
|
+
!simulatedDestinationPropertyNames.has(name));
|
|
23
|
+
if (unsimulated !== undefined) {
|
|
24
|
+
throw new SimFirehoseUnsimulatedDestination(unsimulated);
|
|
25
|
+
}
|
|
26
|
+
const extended = properties.get(extendedS3DestinationPropertyName);
|
|
27
|
+
const plain = properties.get(s3DestinationPropertyName);
|
|
28
|
+
return {
|
|
29
|
+
...(extended !== undefined && {
|
|
30
|
+
ExtendedS3DestinationConfiguration: read(resource, extendedS3DestinationPropertyName, extended),
|
|
31
|
+
}),
|
|
32
|
+
...(plain !== undefined && {
|
|
33
|
+
S3DestinationConfiguration: read(resource, s3DestinationPropertyName, plain),
|
|
34
|
+
}),
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
function read(resource, propertyName, value) {
|
|
38
|
+
return new SimCfnFirehoseS3Destination({
|
|
39
|
+
resource,
|
|
40
|
+
propertyName,
|
|
41
|
+
value,
|
|
42
|
+
}).input();
|
|
43
|
+
}
|
|
44
|
+
//# sourceMappingURL=sim-cfn-firehose-destination-choice.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-firehose-destination-choice.js","sourceRoot":"","sources":["../../../../../src/service/firehose/cfn/delivery-stream/sim-cfn-firehose-destination-choice.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,iCAAiC,EAAE,MAAM,mCAAmC,CAAC;AACtF,OAAO,EAAE,2BAA2B,EAAE,MAAM,sCAAsC,CAAC;AACnF,OAAO,EACL,yBAAyB,EACzB,iCAAiC,EACjC,yBAAyB,EACzB,iCAAiC,GAClC,MAAM,sDAAsD,CAAC;AAE9D;;;;;;;;;;;;;GAaG;AACH,MAAM,UAAU,yBAAyB,CACvC,QAAwB,EACxB,UAAoD;IAEpD,MAAM,WAAW,GAAG,UAAU;SAC3B,IAAI,EAAE;SACN,IAAI,CACH,CAAC,IAAI,EAAE,EAAE,CACP,IAAI,CAAC,QAAQ,CAAC,yBAAyB,CAAC;QACxC,CAAC,iCAAiC,CAAC,GAAG,CAAC,IAAI,CAAC,CAC/C,CAAC;IAEJ,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;QAC9B,MAAM,IAAI,iCAAiC,CAAC,WAAW,CAAC,CAAC;IAC3D,CAAC;IAED,MAAM,QAAQ,GAAG,UAAU,CAAC,GAAG,CAAC,iCAAiC,CAAC,CAAC;IACnE,MAAM,KAAK,GAAG,UAAU,CAAC,GAAG,CAAC,yBAAyB,CAAC,CAAC;IAExD,OAAO;QACL,GAAG,CAAC,QAAQ,KAAK,SAAS,IAAI;YAC5B,kCAAkC,EAAE,IAAI,CACtC,QAAQ,EACR,iCAAiC,EACjC,QAAQ,CACT;SACF,CAAC;QACF,GAAG,CAAC,KAAK,KAAK,SAAS,IAAI;YACzB,0BAA0B,EAAE,IAAI,CAC9B,QAAQ,EACR,yBAAyB,EACzB,KAAK,CACN;SACF,CAAC;KACH,CAAC;AACJ,CAAC;AAED,SAAS,IAAI,CACX,QAAwB,EACxB,YAAoB,EACpB,KAA0B;IAE1B,OAAO,IAAI,2BAA2B,CAAC;QACrC,QAAQ;QACR,YAAY;QACZ,KAAK;KACN,CAAC,CAAC,KAAK,EAAE,CAAC;AACb,CAAC"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import type { SimCfnResource } from "../../../cloudformation/resource/sim-cfn-resource.js";
|
|
2
|
+
import type { SimCfnTemplateValue } from "../../../cloudformation/template/value/sim-cfn-template-value.js";
|
|
3
|
+
import type { SimFirehoseS3DestinationInput } from "../../destination/sim-firehose-s3-destination.js";
|
|
4
|
+
interface SimCfnFirehoseS3DestinationProperties {
|
|
5
|
+
readonly resource: SimCfnResource;
|
|
6
|
+
readonly propertyName: string;
|
|
7
|
+
readonly value: SimCfnTemplateValue;
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Reads an S3 destination configuration out of a template.
|
|
11
|
+
*
|
|
12
|
+
* What the destination may say is decided by simulated Firehose, so a Bucket
|
|
13
|
+
* ARN naming an Object or buffering hints outside the range Firehose allows are
|
|
14
|
+
* refused by the command that reads them. What this reads is the shape: a field
|
|
15
|
+
* that has to be a string or a number is checked for being one, since a
|
|
16
|
+
* template that put an object where a Bucket ARN goes has made a mistake
|
|
17
|
+
* CreateDeliveryStream cannot explain.
|
|
18
|
+
*
|
|
19
|
+
* The extended and the plain configuration arrive in the same shape. Every
|
|
20
|
+
* field read here is on both, and CDK synthesizes the extended one.
|
|
21
|
+
*/
|
|
22
|
+
export declare class SimCfnFirehoseS3Destination {
|
|
23
|
+
private readonly resource;
|
|
24
|
+
private readonly propertyName;
|
|
25
|
+
private readonly fields;
|
|
26
|
+
constructor(properties: SimCfnFirehoseS3DestinationProperties);
|
|
27
|
+
/**
|
|
28
|
+
* The destination as CreateDeliveryStream takes it.
|
|
29
|
+
*/
|
|
30
|
+
input(): SimFirehoseS3DestinationInput;
|
|
31
|
+
/**
|
|
32
|
+
* When the buffer is delivered, as the template declares it.
|
|
33
|
+
*/
|
|
34
|
+
private bufferingHints;
|
|
35
|
+
private hintNumber;
|
|
36
|
+
/**
|
|
37
|
+
* A field that has to be a string, when the template carries one.
|
|
38
|
+
*/
|
|
39
|
+
private optionalString;
|
|
40
|
+
/**
|
|
41
|
+
* Record the destination fields this simulation gives no behaviour to.
|
|
42
|
+
*/
|
|
43
|
+
private recordUnsimulated;
|
|
44
|
+
private propertyError;
|
|
45
|
+
}
|
|
46
|
+
export {};
|
|
47
|
+
//# sourceMappingURL=sim-cfn-firehose-s3-destination.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sim-cfn-firehose-s3-destination.d.ts","sourceRoot":"","sources":["../../../../../src/service/firehose/cfn/delivery-stream/sim-cfn-firehose-s3-destination.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sDAAsD,CAAC;AAC3F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kEAAkE,CAAC;AAE5G,OAAO,KAAK,EAAE,6BAA6B,EAAE,MAAM,kDAAkD,CAAC;AAKtG,UAAU,qCAAqC;IAC7C,QAAQ,CAAC,QAAQ,EAAE,cAAc,CAAC;IAClC,QAAQ,CAAC,YAAY,EAAE,MAAM,CAAC;IAC9B,QAAQ,CAAC,KAAK,EAAE,mBAAmB,CAAC;CACrC;AAED;;;;;;;;;;;;GAYG;AACH,qBAAa,2BAA2B;IACtC,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAiB;IAC1C,OAAO,CAAC,QAAQ,CAAC,YAAY,CAAS;IACtC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE,YAAY,UAAU,EAAE,qCAAqC,EAW5D;IAED;;OAEG;IACH,KAAK,IAAI,6BAA6B,CAgBrC;IAED;;OAEG;IACH,OAAO,CAAC,cAAc;IA0BtB,OAAO,CAAC,UAAU;IAUlB;;OAEG;IACH,OAAO,CAAC,cAAc;IAgBtB;;OAEG;IACH,OAAO,CAAC,iBAAiB;IAQzB,OAAO,CAAC,aAAa;CAOtB"}
|