@bitblit/ratchet-aws 4.0.99-alpha → 4.0.103-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/{dist/types → lib}/batch/aws-batch-background-processor.d.ts +1 -5
- package/{dist/es → lib}/batch/aws-batch-background-processor.js +6 -1
- package/lib/batch/aws-batch-background-processor.spec.js +15 -0
- package/{dist/types → lib}/batch/aws-batch-ratchet.d.ts +0 -3
- package/{dist/es → lib}/batch/aws-batch-ratchet.js +5 -1
- package/lib/batch/aws-batch-ratchet.spec.js +33 -0
- package/{dist/types → lib}/build/ratchet-aws-info.d.ts +1 -1
- package/{dist/types → lib}/cache/dynamo-db-storage-provider.d.ts +3 -3
- package/{dist/es → lib}/cache/dynamo-db-storage-provider.js +3 -1
- package/{dist/types → lib}/cache/s3-storage-provider.d.ts +3 -3
- package/{dist/es → lib}/cache/s3-storage-provider.js +4 -1
- package/{dist/types → lib}/cache/simple-cache-storage-provider.d.ts +1 -1
- package/{dist/types → lib}/cache/simple-cache.d.ts +3 -3
- package/{dist/es → lib}/cache/simple-cache.js +4 -2
- package/lib/cache/simple-cache.spec.js +67 -0
- package/{dist/es → lib}/cloudwatch/cloud-watch-log-group-ratchet.js +4 -2
- package/lib/cloudwatch/cloud-watch-log-group-ratchet.spec.js +19 -0
- package/{dist/es → lib}/cloudwatch/cloud-watch-logs-ratchet.js +6 -5
- package/lib/cloudwatch/cloud-watch-logs-ratchet.spec.js +84 -0
- package/{dist/types → lib}/cloudwatch/cloud-watch-metrics-ratchet.d.ts +3 -3
- package/{dist/es → lib}/cloudwatch/cloud-watch-metrics-ratchet.js +3 -2
- package/lib/cloudwatch/cloud-watch-metrics-ratchet.spec.js +23 -0
- package/{dist/types → lib}/daemon/daemon-like.d.ts +3 -3
- package/{dist/types → lib}/daemon/daemon-process-state-public-token.d.ts +1 -1
- package/{dist/types → lib}/daemon/daemon-util.d.ts +5 -11
- package/{dist/es → lib}/daemon/daemon-util.js +3 -3
- package/lib/daemon/daemon-util.spec.d.ts +4 -0
- package/lib/daemon/daemon-util.spec.js +79 -0
- package/{dist/types → lib}/daemon/daemon.d.ts +5 -5
- package/{dist/es → lib}/daemon/daemon.js +12 -6
- package/{dist/types → lib}/dao/prototype-dao-provider.d.ts +1 -1
- package/{dist/types → lib}/dao/prototype-dao.d.ts +2 -2
- package/{dist/es → lib}/dao/prototype-dao.js +13 -9
- package/lib/dao/prototype-dao.spec.d.ts +8 -0
- package/lib/dao/prototype-dao.spec.js +26 -0
- package/{dist/types → lib}/dao/s3-prototype-dao-provider.d.ts +3 -3
- package/{dist/es → lib}/dao/s3-prototype-dao-provider.js +3 -1
- package/{dist/types → lib}/dao/s3-simple-dao.d.ts +2 -2
- package/{dist/es → lib}/dao/s3-simple-dao.js +4 -2
- package/{dist/types → lib}/dynamodb/dynamo-ratchet-like.d.ts +3 -3
- package/{dist/types → lib}/dynamodb/dynamo-ratchet.d.ts +4 -4
- package/{dist/es → lib}/dynamodb/dynamo-ratchet.js +7 -6
- package/lib/dynamodb/dynamo-ratchet.spec.js +156 -0
- package/{dist/es → lib}/dynamodb/dynamo-table-ratchet.js +5 -4
- package/{dist/es → lib}/dynamodb/hash-spreader.js +8 -1
- package/lib/dynamodb/hash-spreader.spec.js +17 -0
- package/{dist/types → lib}/ec2/ec2-ratchet.d.ts +0 -11
- package/{dist/es → lib}/ec2/ec2-ratchet.js +7 -3
- package/lib/ec2/ec2-ratchet.spec.js +31 -0
- package/{dist/types → lib}/environment/cascade-environment-service-provider.d.ts +1 -4
- package/{dist/es → lib}/environment/cascade-environment-service-provider.js +3 -2
- package/{dist/types → lib}/environment/env-var-environment-service-provider.d.ts +1 -5
- package/{dist/es → lib}/environment/env-var-environment-service-provider.js +5 -4
- package/{dist/types → lib}/environment/environment-service-config.d.ts +0 -3
- package/lib/environment/environment-service-provider.d.ts +3 -0
- package/{dist/types → lib}/environment/environment-service.d.ts +2 -5
- package/{dist/es → lib}/environment/environment-service.js +13 -11
- package/lib/environment/environment-service.spec.js +22 -0
- package/{dist/types → lib}/environment/fixed-environment-service-provider.d.ts +1 -4
- package/{dist/es → lib}/environment/fixed-environment-service-provider.js +3 -2
- package/{dist/types → lib}/environment/s3-environment-service-provider.d.ts +1 -4
- package/{dist/es → lib}/environment/s3-environment-service-provider.js +7 -5
- package/{dist/types → lib}/environment/ssm-environment-service-provider.d.ts +1 -5
- package/{dist/es → lib}/environment/ssm-environment-service-provider.js +9 -6
- package/{dist/types → lib}/expiring-code/dynamo-expiring-code-provider.d.ts +4 -4
- package/{dist/es → lib}/expiring-code/dynamo-expiring-code-provider.js +2 -0
- package/{dist/types → lib}/expiring-code/expiring-code-provider.d.ts +1 -1
- package/{dist/types → lib}/expiring-code/expiring-code-ratchet.d.ts +3 -6
- package/{dist/es → lib}/expiring-code/expiring-code-ratchet.js +3 -2
- package/lib/expiring-code/expiring-code-ratchet.spec.js +7 -0
- package/{dist/types → lib}/expiring-code/s3-expiring-code-provider.d.ts +3 -3
- package/{dist/es → lib}/expiring-code/s3-expiring-code-provider.js +4 -1
- package/lib/expiring-code/s3-expiring-code-provider.spec.js +46 -0
- package/{dist/types → lib}/iam/aws-credentials-ratchet.d.ts +0 -5
- package/{dist/es → lib}/iam/aws-credentials-ratchet.js +2 -1
- package/{dist/es → lib}/lambda/lambda-event-type-guards.js +1 -1
- package/{dist/types → lib}/model/cloud-watch-metrics-minute-level-dynamo-count-request.d.ts +2 -2
- package/lib/model/dynamo/doc-put-item-command-input.js +1 -0
- package/lib/model/dynamo/doc-query-command-input.js +1 -0
- package/lib/model/dynamo/doc-scan-command-input.js +1 -0
- package/lib/model/dynamo/doc-update-item-command-input.js +1 -0
- package/{dist/es → lib}/route53/route-53-ratchet.js +3 -1
- package/{dist/types → lib}/runtime-parameter/cached-stored-runtime-parameter.d.ts +1 -1
- package/lib/runtime-parameter/cached-stored-runtime-parameter.js +1 -0
- package/{dist/types → lib}/runtime-parameter/dynamo-runtime-parameter-provider.d.ts +3 -3
- package/{dist/es → lib}/runtime-parameter/dynamo-runtime-parameter-provider.js +4 -2
- package/lib/runtime-parameter/dynamo-runtime-parameter-provider.spec.d.ts +1 -0
- package/lib/runtime-parameter/dynamo-runtime-parameter-provider.spec.js +49 -0
- package/{dist/types → lib}/runtime-parameter/global-variable-override-runtime-parameter-provider.d.ts +2 -9
- package/{dist/es → lib}/runtime-parameter/global-variable-override-runtime-parameter-provider.js +10 -8
- package/lib/runtime-parameter/global-variable-override-runtime-parameter-provider.spec.d.ts +1 -0
- package/lib/runtime-parameter/global-variable-override-runtime-parameter-provider.spec.js +37 -0
- package/{dist/types → lib}/runtime-parameter/memory-runtime-parameter-provider.d.ts +2 -6
- package/{dist/es → lib}/runtime-parameter/memory-runtime-parameter-provider.js +2 -1
- package/{dist/types → lib}/runtime-parameter/runtime-parameter-provider.d.ts +1 -6
- package/lib/runtime-parameter/runtime-parameter-provider.js +1 -0
- package/{dist/types → lib}/runtime-parameter/runtime-parameter-ratchet.d.ts +2 -2
- package/{dist/es → lib}/runtime-parameter/runtime-parameter-ratchet.js +4 -3
- package/lib/runtime-parameter/runtime-parameter-ratchet.spec.d.ts +1 -0
- package/lib/runtime-parameter/runtime-parameter-ratchet.spec.js +39 -0
- package/lib/runtime-parameter/stored-runtime-parameter.js +1 -0
- package/{dist/types → lib}/s3/s3-cache-ratchet.d.ts +3 -4
- package/{dist/es → lib}/s3/s3-cache-ratchet.js +7 -5
- package/lib/s3/s3-cache-ratchet.spec.d.ts +1 -0
- package/lib/s3/s3-cache-ratchet.spec.js +97 -0
- package/{dist/types → lib}/s3/s3-cache-to-local-disk-ratchet.d.ts +2 -5
- package/{dist/es → lib}/s3/s3-cache-to-local-disk-ratchet.js +8 -3
- package/lib/s3/s3-cache-to-local-dist-ratchet.spec.d.ts +1 -0
- package/lib/s3/s3-cache-to-local-dist-ratchet.spec.js +22 -0
- package/{dist/es → lib}/s3/s3-location-sync-ratchet.js +4 -1
- package/{dist/es → lib}/s3/s3-ratchet.js +1 -1
- package/lib/s3/s3-ratchet.spec.d.ts +1 -0
- package/lib/s3/s3-ratchet.spec.js +20 -0
- package/lib/ses/email-attachment.d.ts +5 -0
- package/lib/ses/email-attachment.js +1 -0
- package/{dist/types → lib}/ses/mailer-config.d.ts +2 -5
- package/lib/ses/mailer-config.js +1 -0
- package/{dist/types → lib}/ses/mailer-like.d.ts +2 -9
- package/lib/ses/mailer-like.js +1 -0
- package/{dist/types → lib}/ses/mailer.d.ts +4 -11
- package/{dist/es → lib}/ses/mailer.js +8 -6
- package/lib/ses/mailer.spec.d.ts +1 -0
- package/lib/ses/mailer.spec.js +104 -0
- package/{dist/types → lib}/ses/ratchet-template-renderer.d.ts +0 -4
- package/lib/ses/ratchet-template-renderer.js +1 -0
- package/lib/ses/ready-to-send-email.d.ts +13 -0
- package/lib/ses/ready-to-send-email.js +1 -0
- package/{dist/types → lib}/ses/remote-handlebars-template-renderer.d.ts +1 -3
- package/{dist/es → lib}/ses/remote-handlebars-template-renderer.js +6 -2
- package/lib/ses/resolved-ready-to-send-email.d.ts +5 -0
- package/lib/ses/resolved-ready-to-send-email.js +1 -0
- package/{dist/es → lib}/sns/sns-ratchet.js +4 -2
- package/lib/sns/sns-ratchet.spec.d.ts +1 -0
- package/lib/sns/sns-ratchet.spec.js +17 -0
- package/{dist/types → lib}/sync-lock/dynamo-db-sync-lock.d.ts +2 -2
- package/{dist/es → lib}/sync-lock/dynamo-db-sync-lock.js +5 -1
- package/lib/sync-lock/dynamo-db-sync-lock.spec.d.ts +1 -0
- package/lib/sync-lock/dynamo-db-sync-lock.spec.js +30 -0
- package/{dist/types → lib}/sync-lock/memory-sync-lock.d.ts +1 -4
- package/{dist/es → lib}/sync-lock/memory-sync-lock.js +3 -4
- package/lib/sync-lock/sync-lock-provider.js +1 -0
- package/package.json +11 -12
- package/dist/cjs/batch/aws-batch-background-processor.js +0 -44
- package/dist/cjs/batch/aws-batch-ratchet.js +0 -55
- package/dist/cjs/build/ratchet-aws-info.js +0 -18
- package/dist/cjs/cache/dynamo-db-storage-provider.js +0 -111
- package/dist/cjs/cache/s3-storage-provider.js +0 -44
- package/dist/cjs/cache/simple-cache-object-wrapper.js +0 -2
- package/dist/cjs/cache/simple-cache-read-options.js +0 -2
- package/dist/cjs/cache/simple-cache-storage-provider.js +0 -2
- package/dist/cjs/cache/simple-cache.js +0 -66
- package/dist/cjs/cloudwatch/cloud-watch-log-group-ratchet.js +0 -73
- package/dist/cjs/cloudwatch/cloud-watch-logs-ratchet.js +0 -173
- package/dist/cjs/cloudwatch/cloud-watch-metrics-ratchet.js +0 -57
- package/dist/cjs/daemon/daemon-like.js +0 -2
- package/dist/cjs/daemon/daemon-process-create-options.js +0 -2
- package/dist/cjs/daemon/daemon-process-state-public-token.js +0 -2
- package/dist/cjs/daemon/daemon-process-state.js +0 -2
- package/dist/cjs/daemon/daemon-util.js +0 -152
- package/dist/cjs/daemon/daemon.js +0 -126
- package/dist/cjs/dao/prototype-dao-config.js +0 -2
- package/dist/cjs/dao/prototype-dao-db.js +0 -2
- package/dist/cjs/dao/prototype-dao-provider.js +0 -2
- package/dist/cjs/dao/prototype-dao.js +0 -88
- package/dist/cjs/dao/s3-prototype-dao-provider.js +0 -28
- package/dist/cjs/dao/s3-simple-dao.js +0 -78
- package/dist/cjs/dao/simple-dao-item.js +0 -2
- package/dist/cjs/dynamodb/dynamo-ratchet-like.js +0 -2
- package/dist/cjs/dynamodb/dynamo-ratchet.js +0 -667
- package/dist/cjs/dynamodb/dynamo-table-ratchet.js +0 -91
- package/dist/cjs/dynamodb/hash-spreader.js +0 -62
- package/dist/cjs/ec2/ec2-ratchet.js +0 -107
- package/dist/cjs/environment/cascade-environment-service-provider.js +0 -27
- package/dist/cjs/environment/env-var-environment-service-provider.js +0 -33
- package/dist/cjs/environment/environment-service-config.js +0 -2
- package/dist/cjs/environment/environment-service-provider.js +0 -2
- package/dist/cjs/environment/environment-service.js +0 -52
- package/dist/cjs/environment/fixed-environment-service-provider.js +0 -24
- package/dist/cjs/environment/s3-environment-service-provider.js +0 -29
- package/dist/cjs/environment/ssm-environment-service-provider.js +0 -61
- package/dist/cjs/expiring-code/dynamo-expiring-code-provider.js +0 -26
- package/dist/cjs/expiring-code/expiring-code-params.js +0 -2
- package/dist/cjs/expiring-code/expiring-code-provider.js +0 -2
- package/dist/cjs/expiring-code/expiring-code-ratchet.js +0 -37
- package/dist/cjs/expiring-code/expiring-code.js +0 -2
- package/dist/cjs/expiring-code/s3-expiring-code-provider.js +0 -49
- package/dist/cjs/iam/aws-credentials-ratchet.js +0 -21
- package/dist/cjs/index.js +0 -81
- package/dist/cjs/lambda/lambda-event-detector.js +0 -42
- package/dist/cjs/lambda/lambda-event-type-guards.js +0 -28
- package/dist/cjs/model/cloud-watch-metrics-minute-level-dynamo-count-request.js +0 -2
- package/dist/cjs/model/cloud-watch-metrics-unit.js +0 -33
- package/dist/cjs/model/dynamo/doc-put-item-command-input.js +0 -2
- package/dist/cjs/model/dynamo/doc-query-command-input.js +0 -2
- package/dist/cjs/model/dynamo/doc-scan-command-input.js +0 -2
- package/dist/cjs/model/dynamo/doc-update-item-command-input.js +0 -2
- package/dist/cjs/model/dynamo-count-result.js +0 -2
- package/dist/cjs/route53/route-53-ratchet.js +0 -57
- package/dist/cjs/runtime-parameter/cached-stored-runtime-parameter.js +0 -2
- package/dist/cjs/runtime-parameter/dynamo-runtime-parameter-provider.js +0 -38
- package/dist/cjs/runtime-parameter/global-variable-override-runtime-parameter-provider.js +0 -54
- package/dist/cjs/runtime-parameter/memory-runtime-parameter-provider.js +0 -30
- package/dist/cjs/runtime-parameter/runtime-parameter-provider.js +0 -2
- package/dist/cjs/runtime-parameter/runtime-parameter-ratchet.js +0 -74
- package/dist/cjs/runtime-parameter/stored-runtime-parameter.js +0 -2
- package/dist/cjs/s3/s3-cache-ratchet.js +0 -332
- package/dist/cjs/s3/s3-cache-to-local-disk-ratchet.js +0 -105
- package/dist/cjs/s3/s3-location-sync-ratchet.js +0 -142
- package/dist/cjs/s3/s3-ratchet.js +0 -26
- package/dist/cjs/ses/email-attachment.js +0 -2
- package/dist/cjs/ses/mailer-config.js +0 -2
- package/dist/cjs/ses/mailer-like.js +0 -2
- package/dist/cjs/ses/mailer.js +0 -208
- package/dist/cjs/ses/ratchet-template-renderer.js +0 -2
- package/dist/cjs/ses/ready-to-send-email.js +0 -2
- package/dist/cjs/ses/remote-handlebars-template-renderer.js +0 -79
- package/dist/cjs/ses/resolved-ready-to-send-email.js +0 -2
- package/dist/cjs/sns/sns-ratchet.js +0 -47
- package/dist/cjs/sync-lock/dynamo-db-sync-lock.js +0 -69
- package/dist/cjs/sync-lock/memory-sync-lock.js +0 -40
- package/dist/cjs/sync-lock/sync-lock-provider.js +0 -2
- package/dist/es/index.js +0 -78
- package/dist/tsconfig.cjs.tsbuildinfo +0 -1
- package/dist/tsconfig.es.tsbuildinfo +0 -1
- package/dist/tsconfig.types.tsbuildinfo +0 -1
- package/dist/types/environment/environment-service-provider.d.ts +0 -7
- package/dist/types/index.d.ts +0 -81
- package/dist/types/ses/email-attachment.d.ts +0 -23
- package/dist/types/ses/ready-to-send-email.d.ts +0 -66
- package/dist/types/ses/resolved-ready-to-send-email.d.ts +0 -16
- /package/{dist/es/cache/simple-cache-object-wrapper.js → lib/batch/aws-batch-background-processor.spec.d.ts} +0 -0
- /package/{dist/es/cache/simple-cache-read-options.js → lib/batch/aws-batch-ratchet.spec.d.ts} +0 -0
- /package/{dist/es → lib}/build/ratchet-aws-info.js +0 -0
- /package/{dist/types → lib}/cache/simple-cache-object-wrapper.d.ts +0 -0
- /package/{dist/es/cache/simple-cache-storage-provider.js → lib/cache/simple-cache-object-wrapper.js} +0 -0
- /package/{dist/types → lib}/cache/simple-cache-read-options.d.ts +0 -0
- /package/{dist/es/daemon/daemon-like.js → lib/cache/simple-cache-read-options.js} +0 -0
- /package/{dist/es/daemon/daemon-process-create-options.js → lib/cache/simple-cache-storage-provider.js} +0 -0
- /package/{dist/es/daemon/daemon-process-state-public-token.js → lib/cache/simple-cache.spec.d.ts} +0 -0
- /package/{dist/types → lib}/cloudwatch/cloud-watch-log-group-ratchet.d.ts +0 -0
- /package/{dist/es/daemon/daemon-process-state.js → lib/cloudwatch/cloud-watch-log-group-ratchet.spec.d.ts} +0 -0
- /package/{dist/types → lib}/cloudwatch/cloud-watch-logs-ratchet.d.ts +0 -0
- /package/{dist/es/dao/prototype-dao-config.js → lib/cloudwatch/cloud-watch-logs-ratchet.spec.d.ts} +0 -0
- /package/{dist/es/dao/prototype-dao-db.js → lib/cloudwatch/cloud-watch-metrics-ratchet.spec.d.ts} +0 -0
- /package/{dist/es/dao/prototype-dao-provider.js → lib/daemon/daemon-like.js} +0 -0
- /package/{dist/types → lib}/daemon/daemon-process-create-options.d.ts +0 -0
- /package/{dist/es/dao/simple-dao-item.js → lib/daemon/daemon-process-create-options.js} +0 -0
- /package/{dist/es/dynamodb/dynamo-ratchet-like.js → lib/daemon/daemon-process-state-public-token.js} +0 -0
- /package/{dist/types → lib}/daemon/daemon-process-state.d.ts +0 -0
- /package/{dist/es/environment/environment-service-config.js → lib/daemon/daemon-process-state.js} +0 -0
- /package/{dist/types → lib}/dao/prototype-dao-config.d.ts +0 -0
- /package/{dist/es/environment/environment-service-provider.js → lib/dao/prototype-dao-config.js} +0 -0
- /package/{dist/types → lib}/dao/prototype-dao-db.d.ts +0 -0
- /package/{dist/es/expiring-code/expiring-code-params.js → lib/dao/prototype-dao-db.js} +0 -0
- /package/{dist/es/expiring-code/expiring-code-provider.js → lib/dao/prototype-dao-provider.js} +0 -0
- /package/{dist/types → lib}/dao/simple-dao-item.d.ts +0 -0
- /package/{dist/es/expiring-code/expiring-code.js → lib/dao/simple-dao-item.js} +0 -0
- /package/{dist/es/model/cloud-watch-metrics-minute-level-dynamo-count-request.js → lib/dynamodb/dynamo-ratchet-like.js} +0 -0
- /package/{dist/es/model/dynamo-count-result.js → lib/dynamodb/dynamo-ratchet.spec.d.ts} +0 -0
- /package/{dist/types → lib}/dynamodb/dynamo-table-ratchet.d.ts +0 -0
- /package/{dist/types → lib}/dynamodb/hash-spreader.d.ts +0 -0
- /package/{dist/es/model/dynamo/doc-put-item-command-input.js → lib/dynamodb/hash-spreader.spec.d.ts} +0 -0
- /package/{dist/es/model/dynamo/doc-query-command-input.js → lib/ec2/ec2-ratchet.spec.d.ts} +0 -0
- /package/{dist/es/model/dynamo/doc-scan-command-input.js → lib/environment/environment-service-config.js} +0 -0
- /package/{dist/es/model/dynamo/doc-update-item-command-input.js → lib/environment/environment-service-provider.js} +0 -0
- /package/{dist/es/runtime-parameter/cached-stored-runtime-parameter.js → lib/environment/environment-service.spec.d.ts} +0 -0
- /package/{dist/types → lib}/expiring-code/expiring-code-params.d.ts +0 -0
- /package/{dist/es/runtime-parameter/runtime-parameter-provider.js → lib/expiring-code/expiring-code-params.js} +0 -0
- /package/{dist/es/runtime-parameter/stored-runtime-parameter.js → lib/expiring-code/expiring-code-provider.js} +0 -0
- /package/{dist/es/ses/email-attachment.js → lib/expiring-code/expiring-code-ratchet.spec.d.ts} +0 -0
- /package/{dist/types → lib}/expiring-code/expiring-code.d.ts +0 -0
- /package/{dist/es/ses/mailer-config.js → lib/expiring-code/expiring-code.js} +0 -0
- /package/{dist/es/ses/mailer-like.js → lib/expiring-code/s3-expiring-code-provider.spec.d.ts} +0 -0
- /package/{dist/es/ses/ratchet-template-renderer.js → lib/index.d.ts} +0 -0
- /package/{dist/es/ses/ready-to-send-email.js → lib/index.js} +0 -0
- /package/{dist/types → lib}/lambda/lambda-event-detector.d.ts +0 -0
- /package/{dist/es → lib}/lambda/lambda-event-detector.js +0 -0
- /package/{dist/types → lib}/lambda/lambda-event-type-guards.d.ts +0 -0
- /package/{dist/es/ses/resolved-ready-to-send-email.js → lib/model/cloud-watch-metrics-minute-level-dynamo-count-request.js} +0 -0
- /package/{dist/types → lib}/model/cloud-watch-metrics-unit.d.ts +0 -0
- /package/{dist/es → lib}/model/cloud-watch-metrics-unit.js +0 -0
- /package/{dist/types → lib}/model/dynamo/doc-put-item-command-input.d.ts +0 -0
- /package/{dist/types → lib}/model/dynamo/doc-query-command-input.d.ts +0 -0
- /package/{dist/types → lib}/model/dynamo/doc-scan-command-input.d.ts +0 -0
- /package/{dist/types → lib}/model/dynamo/doc-update-item-command-input.d.ts +0 -0
- /package/{dist/types → lib}/model/dynamo-count-result.d.ts +0 -0
- /package/{dist/es/sync-lock/sync-lock-provider.js → lib/model/dynamo-count-result.js} +0 -0
- /package/{dist/types → lib}/route53/route-53-ratchet.d.ts +0 -0
- /package/{dist/types → lib}/runtime-parameter/stored-runtime-parameter.d.ts +0 -0
- /package/{dist/types → lib}/s3/s3-location-sync-ratchet.d.ts +0 -0
- /package/{dist/types → lib}/s3/s3-ratchet.d.ts +0 -0
- /package/{dist/types → lib}/sns/sns-ratchet.d.ts +0 -0
- /package/{dist/types → lib}/sync-lock/sync-lock-provider.d.ts +0 -0
package/dist/types/index.d.ts
DELETED
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @file Automatically generated by barrelsby.
|
|
3
|
-
*/
|
|
4
|
-
export * from './batch/aws-batch-background-processor';
|
|
5
|
-
export * from './batch/aws-batch-ratchet';
|
|
6
|
-
export * from './build/ratchet-aws-info';
|
|
7
|
-
export * from './cache/dynamo-db-storage-provider';
|
|
8
|
-
export * from './cache/s3-storage-provider';
|
|
9
|
-
export * from './cache/simple-cache-object-wrapper';
|
|
10
|
-
export * from './cache/simple-cache-read-options';
|
|
11
|
-
export * from './cache/simple-cache-storage-provider';
|
|
12
|
-
export * from './cache/simple-cache';
|
|
13
|
-
export * from './cloudwatch/cloud-watch-log-group-ratchet';
|
|
14
|
-
export * from './cloudwatch/cloud-watch-logs-ratchet';
|
|
15
|
-
export * from './cloudwatch/cloud-watch-metrics-ratchet';
|
|
16
|
-
export * from './daemon/daemon-like';
|
|
17
|
-
export * from './daemon/daemon-process-create-options';
|
|
18
|
-
export * from './daemon/daemon-process-state-public-token';
|
|
19
|
-
export * from './daemon/daemon-process-state';
|
|
20
|
-
export * from './daemon/daemon-util';
|
|
21
|
-
export * from './daemon/daemon';
|
|
22
|
-
export * from './dao/prototype-dao-config';
|
|
23
|
-
export * from './dao/prototype-dao-db';
|
|
24
|
-
export * from './dao/prototype-dao-provider';
|
|
25
|
-
export * from './dao/prototype-dao';
|
|
26
|
-
export * from './dao/s3-prototype-dao-provider';
|
|
27
|
-
export * from './dao/s3-simple-dao';
|
|
28
|
-
export * from './dao/simple-dao-item';
|
|
29
|
-
export * from './dynamodb/dynamo-ratchet-like';
|
|
30
|
-
export * from './dynamodb/dynamo-ratchet';
|
|
31
|
-
export * from './dynamodb/dynamo-table-ratchet';
|
|
32
|
-
export * from './dynamodb/hash-spreader';
|
|
33
|
-
export * from './ec2/ec2-ratchet';
|
|
34
|
-
export * from './environment/cascade-environment-service-provider';
|
|
35
|
-
export * from './environment/env-var-environment-service-provider';
|
|
36
|
-
export * from './environment/environment-service-config';
|
|
37
|
-
export * from './environment/environment-service-provider';
|
|
38
|
-
export * from './environment/environment-service';
|
|
39
|
-
export * from './environment/fixed-environment-service-provider';
|
|
40
|
-
export * from './environment/s3-environment-service-provider';
|
|
41
|
-
export * from './environment/ssm-environment-service-provider';
|
|
42
|
-
export * from './expiring-code/dynamo-expiring-code-provider';
|
|
43
|
-
export * from './expiring-code/expiring-code-params';
|
|
44
|
-
export * from './expiring-code/expiring-code-provider';
|
|
45
|
-
export * from './expiring-code/expiring-code-ratchet';
|
|
46
|
-
export * from './expiring-code/expiring-code';
|
|
47
|
-
export * from './expiring-code/s3-expiring-code-provider';
|
|
48
|
-
export * from './iam/aws-credentials-ratchet';
|
|
49
|
-
export * from './lambda/lambda-event-detector';
|
|
50
|
-
export * from './lambda/lambda-event-type-guards';
|
|
51
|
-
export * from './model/cloud-watch-metrics-minute-level-dynamo-count-request';
|
|
52
|
-
export * from './model/cloud-watch-metrics-unit';
|
|
53
|
-
export * from './model/dynamo-count-result';
|
|
54
|
-
export * from './model/dynamo/doc-put-item-command-input';
|
|
55
|
-
export * from './model/dynamo/doc-query-command-input';
|
|
56
|
-
export * from './model/dynamo/doc-scan-command-input';
|
|
57
|
-
export * from './model/dynamo/doc-update-item-command-input';
|
|
58
|
-
export * from './route53/route-53-ratchet';
|
|
59
|
-
export * from './runtime-parameter/cached-stored-runtime-parameter';
|
|
60
|
-
export * from './runtime-parameter/dynamo-runtime-parameter-provider';
|
|
61
|
-
export * from './runtime-parameter/global-variable-override-runtime-parameter-provider';
|
|
62
|
-
export * from './runtime-parameter/memory-runtime-parameter-provider';
|
|
63
|
-
export * from './runtime-parameter/runtime-parameter-provider';
|
|
64
|
-
export * from './runtime-parameter/runtime-parameter-ratchet';
|
|
65
|
-
export * from './runtime-parameter/stored-runtime-parameter';
|
|
66
|
-
export * from './s3/s3-cache-ratchet';
|
|
67
|
-
export * from './s3/s3-cache-to-local-disk-ratchet';
|
|
68
|
-
export * from './s3/s3-location-sync-ratchet';
|
|
69
|
-
export * from './s3/s3-ratchet';
|
|
70
|
-
export * from './ses/email-attachment';
|
|
71
|
-
export * from './ses/mailer-config';
|
|
72
|
-
export * from './ses/mailer-like';
|
|
73
|
-
export * from './ses/mailer';
|
|
74
|
-
export * from './ses/ratchet-template-renderer';
|
|
75
|
-
export * from './ses/ready-to-send-email';
|
|
76
|
-
export * from './ses/remote-handlebars-template-renderer';
|
|
77
|
-
export * from './ses/resolved-ready-to-send-email';
|
|
78
|
-
export * from './sns/sns-ratchet';
|
|
79
|
-
export * from './sync-lock/dynamo-db-sync-lock';
|
|
80
|
-
export * from './sync-lock/memory-sync-lock';
|
|
81
|
-
export * from './sync-lock/sync-lock-provider';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* tbd
|
|
3
|
-
* @interface EmailAttachment
|
|
4
|
-
*/
|
|
5
|
-
export interface EmailAttachment {
|
|
6
|
-
/**
|
|
7
|
-
* @type {string}
|
|
8
|
-
* @memberof EmailAttachment
|
|
9
|
-
*/
|
|
10
|
-
filename?: string;
|
|
11
|
-
/**
|
|
12
|
-
*
|
|
13
|
-
* @type {string}
|
|
14
|
-
* @memberof EmailAttachment
|
|
15
|
-
*/
|
|
16
|
-
contentType?: string;
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* @type {string}
|
|
20
|
-
* @memberof EmailAttachment
|
|
21
|
-
*/
|
|
22
|
-
base64Data?: string;
|
|
23
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @interface ReadyToSendEmail
|
|
3
|
-
*/
|
|
4
|
-
import { EmailAttachment } from './email-attachment';
|
|
5
|
-
export interface ReadyToSendEmail {
|
|
6
|
-
/**
|
|
7
|
-
*
|
|
8
|
-
* @type {Array<string>}
|
|
9
|
-
* @memberof ReadyToSendEmail
|
|
10
|
-
*/
|
|
11
|
-
destinationAddresses?: Array<string>;
|
|
12
|
-
/**
|
|
13
|
-
*
|
|
14
|
-
* @type {Array<string>}
|
|
15
|
-
* @memberof ReadyToSendEmail
|
|
16
|
-
*/
|
|
17
|
-
bccAddresses?: Array<string>;
|
|
18
|
-
/**
|
|
19
|
-
*
|
|
20
|
-
* @type {Array<EmailAttachment>}
|
|
21
|
-
* @memberof ReadyToSendEmail
|
|
22
|
-
*/
|
|
23
|
-
attachments?: Array<EmailAttachment>;
|
|
24
|
-
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {string}
|
|
27
|
-
* @memberof ReadyToSendEmail
|
|
28
|
-
*/
|
|
29
|
-
fromAddress?: string;
|
|
30
|
-
/**
|
|
31
|
-
*
|
|
32
|
-
* @type {string}
|
|
33
|
-
* @memberof ReadyToSendEmail
|
|
34
|
-
*/
|
|
35
|
-
txtMessage?: string;
|
|
36
|
-
/**
|
|
37
|
-
*
|
|
38
|
-
* @type {string}
|
|
39
|
-
* @memberof ReadyToSendEmail
|
|
40
|
-
*/
|
|
41
|
-
htmlMessage?: string;
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* @type {string}
|
|
45
|
-
* @memberof ReadyToSendEmail
|
|
46
|
-
*/
|
|
47
|
-
subject?: string;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* @type {string}
|
|
51
|
-
* @memberof ReadyToSendEmail
|
|
52
|
-
*/
|
|
53
|
-
fromName?: string;
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* @type {boolean}
|
|
57
|
-
* @memberof ReadyToSendEmail
|
|
58
|
-
*/
|
|
59
|
-
doNotAutoBcc?: boolean;
|
|
60
|
-
/**
|
|
61
|
-
*
|
|
62
|
-
* @type {boolean}
|
|
63
|
-
* @memberof ReadyToSendEmail
|
|
64
|
-
*/
|
|
65
|
-
doNotArchive?: boolean;
|
|
66
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @interface ResolvedReadyToSendEmail
|
|
3
|
-
*/
|
|
4
|
-
import { ReadyToSendEmail } from './ready-to-send-email';
|
|
5
|
-
export interface ResolvedReadyToSendEmail extends ReadyToSendEmail {
|
|
6
|
-
/**
|
|
7
|
-
* The list of destination addresses before any sending/filtering rules were applied
|
|
8
|
-
* @type {Array<string>}
|
|
9
|
-
* @memberof ReadyToSendEmail
|
|
10
|
-
*/
|
|
11
|
-
srcDestinationAddresses?: string[];
|
|
12
|
-
/**
|
|
13
|
-
* The original list of bcc addresses before any auto-bcc were added
|
|
14
|
-
*/
|
|
15
|
-
srcBccAddresses?: string[];
|
|
16
|
-
}
|
|
File without changes
|
/package/{dist/es/cache/simple-cache-read-options.js → lib/batch/aws-batch-ratchet.spec.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist/es/cache/simple-cache-storage-provider.js → lib/cache/simple-cache-object-wrapper.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist/es/daemon/daemon-process-state-public-token.js → lib/cache/simple-cache.spec.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist/es/dao/prototype-dao-config.js → lib/cloudwatch/cloud-watch-logs-ratchet.spec.d.ts}
RENAMED
|
File without changes
|
/package/{dist/es/dao/prototype-dao-db.js → lib/cloudwatch/cloud-watch-metrics-ratchet.spec.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist/es/dynamodb/dynamo-ratchet-like.js → lib/daemon/daemon-process-state-public-token.js}
RENAMED
|
File without changes
|
|
File without changes
|
/package/{dist/es/environment/environment-service-config.js → lib/daemon/daemon-process-state.js}
RENAMED
|
File without changes
|
|
File without changes
|
/package/{dist/es/environment/environment-service-provider.js → lib/dao/prototype-dao-config.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist/es/expiring-code/expiring-code-provider.js → lib/dao/prototype-dao-provider.js}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist/es/model/dynamo/doc-put-item-command-input.js → lib/dynamodb/hash-spreader.spec.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist/es/ses/email-attachment.js → lib/expiring-code/expiring-code-ratchet.spec.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{dist/es/ses/mailer-like.js → lib/expiring-code/s3-expiring-code-provider.spec.d.ts}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|