@bitblit/ratchet-aws 4.0.1-alpha
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/lib/batch/aws-batch-background-processor.d.ts +8 -0
- package/lib/batch/aws-batch-background-processor.spec.d.ts +1 -0
- package/lib/batch/aws-batch-ratchet.d.ts +13 -0
- package/lib/batch/aws-batch-ratchet.spec.d.ts +1 -0
- package/lib/build/ratchet-aws-info.d.ts +5 -0
- package/lib/cache/dynamo-db-storage-provider.d.ts +25 -0
- package/lib/cache/s3-storage-provider.d.ts +14 -0
- package/lib/cache/simple-cache-object-wrapper.d.ts +7 -0
- package/lib/cache/simple-cache-read-options.d.ts +5 -0
- package/lib/cache/simple-cache-storage-provider.d.ts +8 -0
- package/lib/cache/simple-cache.d.ts +14 -0
- package/lib/cache/simple-cache.spec.d.ts +1 -0
- package/lib/cloudwatch/cloud-watch-log-group-ratchet.d.ts +10 -0
- package/lib/cloudwatch/cloud-watch-log-group-ratchet.spec.d.ts +1 -0
- package/lib/cloudwatch/cloud-watch-logs-ratchet.d.ts +15 -0
- package/lib/cloudwatch/cloud-watch-logs-ratchet.spec.d.ts +1 -0
- package/lib/cloudwatch/cloud-watch-metrics-ratchet.d.ts +11 -0
- package/lib/cloudwatch/cloud-watch-metrics-ratchet.spec.d.ts +1 -0
- package/lib/daemon/daemon-like.d.ts +17 -0
- package/lib/daemon/daemon-process-create-options.d.ts +7 -0
- package/lib/daemon/daemon-process-state-public-token.d.ts +4 -0
- package/lib/daemon/daemon-process-state.d.ts +13 -0
- package/lib/daemon/daemon-util.d.ts +18 -0
- package/lib/daemon/daemon-util.spec.d.ts +4 -0
- package/lib/daemon/daemon.d.ts +33 -0
- package/lib/dao/prototype-dao-config.d.ts +8 -0
- package/lib/dao/prototype-dao-db.d.ts +4 -0
- package/lib/dao/prototype-dao-provider.d.ts +5 -0
- package/lib/dao/prototype-dao.d.ts +15 -0
- package/lib/dao/prototype-dao.spec.d.ts +8 -0
- package/lib/dao/s3-prototype-dao-provider.d.ts +10 -0
- package/lib/dao/s3-simple-dao.d.ts +15 -0
- package/lib/dao/simple-dao-item.d.ts +5 -0
- package/lib/dynamodb/dynamo-ratchet-like.d.ts +27 -0
- package/lib/dynamodb/dynamo-ratchet.d.ts +37 -0
- package/lib/dynamodb/dynamo-ratchet.spec.d.ts +1 -0
- package/lib/dynamodb/dynamo-table-ratchet.d.ts +11 -0
- package/lib/dynamodb/hash-spreader.d.ts +15 -0
- package/lib/dynamodb/hash-spreader.spec.d.ts +1 -0
- package/lib/ec2/ec2-ratchet.d.ts +16 -0
- package/lib/ec2/ec2-ratchet.spec.d.ts +1 -0
- package/lib/environment/cascade-environment-service-provider.d.ts +6 -0
- package/lib/environment/env-var-environment-service-provider.d.ts +6 -0
- package/lib/environment/environment-service-config.d.ts +4 -0
- package/lib/environment/environment-service-provider.d.ts +3 -0
- package/lib/environment/environment-service.d.ts +11 -0
- package/lib/environment/environment-service.spec.d.ts +1 -0
- package/lib/environment/fixed-environment-service-provider.d.ts +7 -0
- package/lib/environment/s3-environment-service-provider.d.ts +15 -0
- package/lib/environment/ssm-environment-service-provider.d.ts +8 -0
- package/lib/expiring-code/dynamo-expiring-code-provider.d.ts +12 -0
- package/lib/expiring-code/expiring-code-params.d.ts +7 -0
- package/lib/expiring-code/expiring-code-provider.d.ts +5 -0
- package/lib/expiring-code/expiring-code-ratchet.d.ts +10 -0
- package/lib/expiring-code/expiring-code-ratchet.spec.d.ts +1 -0
- package/lib/expiring-code/expiring-code.d.ts +6 -0
- package/lib/expiring-code/s3-expiring-code-provider.d.ts +17 -0
- package/lib/expiring-code/s3-expiring-code-provider.spec.d.ts +1 -0
- package/lib/iam/aws-credentials-ratchet.d.ts +4 -0
- package/lib/index.d.ts +78 -0
- package/lib/index.mjs +11 -0
- package/lib/index.mjs.map +1 -0
- package/lib/lambda/lambda-event-detector.d.ts +14 -0
- package/lib/lambda/lambda-event-type-guards.d.ts +10 -0
- package/lib/model/cloud-watch-metrics-minute-level-dynamo-count-request.d.ts +12 -0
- package/lib/model/cloud-watch-metrics-unit.d.ts +29 -0
- package/lib/model/dynamo/doc-put-item-command-input.d.ts +4 -0
- package/lib/model/dynamo/doc-query-command-input.d.ts +5 -0
- package/lib/model/dynamo/doc-scan-command-input.d.ts +5 -0
- package/lib/model/dynamo/doc-update-item-command-input.d.ts +5 -0
- package/lib/model/dynamo-count-result.d.ts +5 -0
- package/lib/route53/route-53-ratchet.d.ts +8 -0
- package/lib/runtime-parameter/cached-stored-runtime-parameter.d.ts +4 -0
- package/lib/runtime-parameter/dynamo-runtime-parameter-provider.d.ts +11 -0
- package/lib/runtime-parameter/dynamo-runtime-parameter-provider.spec.d.ts +1 -0
- package/lib/runtime-parameter/global-variable-override-runtime-parameter-provider.d.ts +17 -0
- package/lib/runtime-parameter/global-variable-override-runtime-parameter-provider.spec.d.ts +1 -0
- package/lib/runtime-parameter/memory-runtime-parameter-provider.d.ts +9 -0
- package/lib/runtime-parameter/runtime-parameter-provider.d.ts +6 -0
- package/lib/runtime-parameter/runtime-parameter-ratchet.d.ts +15 -0
- package/lib/runtime-parameter/runtime-parameter-ratchet.spec.d.ts +1 -0
- package/lib/runtime-parameter/stored-runtime-parameter.d.ts +6 -0
- package/lib/s3/s3-cache-ratchet.d.ts +38 -0
- package/lib/s3/s3-cache-ratchet.spec.d.ts +1 -0
- package/lib/s3/s3-cache-to-local-disk-ratchet.d.ts +18 -0
- package/lib/s3/s3-cache-to-local-dist-ratchet.spec.d.ts +1 -0
- package/lib/s3/s3-location-sync-ratchet.d.ts +21 -0
- package/lib/s3/s3-ratchet.d.ts +5 -0
- package/lib/s3/s3-ratchet.spec.d.ts +1 -0
- package/lib/ses/email-attachment.d.ts +5 -0
- package/lib/ses/mailer-config.d.ts +12 -0
- package/lib/ses/mailer-like.d.ts +11 -0
- package/lib/ses/mailer.d.ts +20 -0
- package/lib/ses/mailer.spec.d.ts +1 -0
- package/lib/ses/ratchet-template-renderer.d.ts +4 -0
- package/lib/ses/ready-to-send-email.d.ts +13 -0
- package/lib/ses/remote-handlebars-template-renderer.d.ts +13 -0
- package/lib/ses/resolved-ready-to-send-email.d.ts +5 -0
- package/lib/sns/sns-ratchet.d.ts +9 -0
- package/lib/sns/sns-ratchet.spec.d.ts +1 -0
- package/lib/sync-lock/dynamo-db-sync-lock.d.ts +10 -0
- package/lib/sync-lock/dynamo-db-sync-lock.spec.d.ts +1 -0
- package/lib/sync-lock/memory-sync-lock.d.ts +8 -0
- package/lib/sync-lock/sync-lock-provider.d.ts +5 -0
- package/package.json +93 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.