@aws-amplify/graphql-model-transformer 1.3.4-agqlac.0 → 1.4.0-rds.0
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/API.md +3 -3
- package/CHANGELOG.md +5 -2
- package/lib/rds-lambda.zip +0 -0
- package/lib/rds-notification-lambda.zip +0 -0
- package/lib/rds-patching-lambda.zip +0 -0
- package/lib/resolvers/dynamodb/mutation.d.ts +1 -1
- package/lib/resolvers/dynamodb/mutation.d.ts.map +1 -1
- package/lib/resolvers/dynamodb/mutation.js +1 -1
- package/lib/resolvers/dynamodb/mutation.js.map +1 -1
- package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts +1 -1
- package/lib/resolvers/generators/dynamodb-vtl-generator.d.ts.map +1 -1
- package/lib/resolvers/generators/dynamodb-vtl-generator.js +2 -2
- package/lib/resolvers/generators/dynamodb-vtl-generator.js.map +1 -1
- package/lib/resolvers/generators/rds-vtl-generator.d.ts +1 -1
- package/lib/resolvers/generators/rds-vtl-generator.d.ts.map +1 -1
- package/lib/resolvers/generators/rds-vtl-generator.js +2 -2
- package/lib/resolvers/generators/rds-vtl-generator.js.map +1 -1
- package/lib/resolvers/generators/vtl-generator.d.ts +1 -1
- package/lib/resolvers/generators/vtl-generator.d.ts.map +1 -1
- package/lib/resolvers/rds/mutation.d.ts +1 -1
- package/lib/resolvers/rds/mutation.d.ts.map +1 -1
- package/lib/resolvers/rds/mutation.js +59 -61
- package/lib/resolvers/rds/mutation.js.map +1 -1
- package/lib/resolvers/rds/resolver.d.ts +11 -5
- package/lib/resolvers/rds/resolver.d.ts.map +1 -1
- package/lib/resolvers/rds/resolver.js +160 -24
- package/lib/resolvers/rds/resolver.js.map +1 -1
- package/lib/resources/model-resource-generator.d.ts.map +1 -1
- package/lib/resources/model-resource-generator.js +2 -1
- package/lib/resources/model-resource-generator.js.map +1 -1
- package/lib/resources/rds-model-resource-generator.d.ts +1 -1
- package/lib/resources/rds-model-resource-generator.d.ts.map +1 -1
- package/lib/resources/rds-model-resource-generator.js +25 -3
- package/lib/resources/rds-model-resource-generator.js.map +1 -1
- package/package.json +11 -15
- package/publish-notification-lambda/README.md +39 -0
- package/publish-notification-lambda/node_modules/.package-lock.json +1930 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/README.md +16 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/package.json +31 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- package/publish-notification-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/README.md +798 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-lambda/package.json +103 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/README.md +554 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sns/package.json +100 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/hash-node/package.json +60 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +60 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/signature-v4/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/types/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/types/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +203 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +203 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
- package/publish-notification-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
- package/publish-notification-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
- package/publish-notification-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
- package/publish-notification-lambda/node_modules/@smithy/types/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/@smithy/types/README.md +4 -0
- package/publish-notification-lambda/node_modules/@smithy/types/package.json +62 -0
- package/publish-notification-lambda/node_modules/@types/node/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/@types/node/README.md +16 -0
- package/publish-notification-lambda/node_modules/@types/node/package.json +237 -0
- package/publish-notification-lambda/node_modules/ansi-regex/license +9 -0
- package/publish-notification-lambda/node_modules/ansi-regex/package.json +55 -0
- package/publish-notification-lambda/node_modules/ansi-regex/readme.md +78 -0
- package/publish-notification-lambda/node_modules/ansi-styles/license +9 -0
- package/publish-notification-lambda/node_modules/ansi-styles/package.json +56 -0
- package/publish-notification-lambda/node_modules/ansi-styles/readme.md +152 -0
- package/publish-notification-lambda/node_modules/archiver/CHANGELOG.md +228 -0
- package/publish-notification-lambda/node_modules/archiver/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/archiver/README.md +94 -0
- package/publish-notification-lambda/node_modules/archiver/package.json +60 -0
- package/publish-notification-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
- package/publish-notification-lambda/node_modules/archiver-utils/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/archiver-utils/README.md +7 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
- package/publish-notification-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
- package/publish-notification-lambda/node_modules/archiver-utils/package.json +54 -0
- package/publish-notification-lambda/node_modules/async/CHANGELOG.md +348 -0
- package/publish-notification-lambda/node_modules/async/LICENSE +19 -0
- package/publish-notification-lambda/node_modules/async/README.md +59 -0
- package/publish-notification-lambda/node_modules/async/bower.json +17 -0
- package/publish-notification-lambda/node_modules/async/dist/async.mjs +5947 -0
- package/publish-notification-lambda/node_modules/async/package.json +75 -0
- package/publish-notification-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/publish-notification-lambda/node_modules/balanced-match/LICENSE.md +21 -0
- package/publish-notification-lambda/node_modules/balanced-match/README.md +97 -0
- package/publish-notification-lambda/node_modules/balanced-match/package.json +48 -0
- package/publish-notification-lambda/node_modules/base64-js/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/base64-js/README.md +34 -0
- package/publish-notification-lambda/node_modules/base64-js/package.json +47 -0
- package/publish-notification-lambda/node_modules/bestzip/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/bestzip/package.json +46 -0
- package/publish-notification-lambda/node_modules/bestzip/readme.md +91 -0
- package/publish-notification-lambda/node_modules/bl/.travis.yml +17 -0
- package/publish-notification-lambda/node_modules/bl/LICENSE.md +13 -0
- package/publish-notification-lambda/node_modules/bl/README.md +247 -0
- package/publish-notification-lambda/node_modules/bl/package.json +37 -0
- package/publish-notification-lambda/node_modules/bowser/CHANGELOG.md +218 -0
- package/publish-notification-lambda/node_modules/bowser/LICENSE +39 -0
- package/publish-notification-lambda/node_modules/bowser/README.md +179 -0
- package/publish-notification-lambda/node_modules/bowser/package.json +83 -0
- package/publish-notification-lambda/node_modules/brace-expansion/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/brace-expansion/README.md +129 -0
- package/publish-notification-lambda/node_modules/brace-expansion/package.json +47 -0
- package/publish-notification-lambda/node_modules/buffer/AUTHORS.md +70 -0
- package/publish-notification-lambda/node_modules/buffer/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/buffer/README.md +410 -0
- package/publish-notification-lambda/node_modules/buffer/package.json +96 -0
- package/publish-notification-lambda/node_modules/buffer-crc32/LICENSE +19 -0
- package/publish-notification-lambda/node_modules/buffer-crc32/README.md +47 -0
- package/publish-notification-lambda/node_modules/buffer-crc32/package.json +39 -0
- package/publish-notification-lambda/node_modules/cliui/CHANGELOG.md +121 -0
- package/publish-notification-lambda/node_modules/cliui/LICENSE.txt +14 -0
- package/publish-notification-lambda/node_modules/cliui/README.md +141 -0
- package/publish-notification-lambda/node_modules/cliui/build/index.cjs +302 -0
- package/publish-notification-lambda/node_modules/cliui/index.mjs +13 -0
- package/publish-notification-lambda/node_modules/cliui/package.json +83 -0
- package/publish-notification-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
- package/publish-notification-lambda/node_modules/color-convert/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/color-convert/README.md +68 -0
- package/publish-notification-lambda/node_modules/color-convert/package.json +48 -0
- package/publish-notification-lambda/node_modules/color-name/LICENSE +8 -0
- package/publish-notification-lambda/node_modules/color-name/README.md +11 -0
- package/publish-notification-lambda/node_modules/color-name/package.json +28 -0
- package/publish-notification-lambda/node_modules/compress-commons/CHANGELOG.md +58 -0
- package/publish-notification-lambda/node_modules/compress-commons/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/compress-commons/README.md +25 -0
- package/publish-notification-lambda/node_modules/compress-commons/package.json +45 -0
- package/publish-notification-lambda/node_modules/concat-map/.travis.yml +4 -0
- package/publish-notification-lambda/node_modules/concat-map/LICENSE +18 -0
- package/publish-notification-lambda/node_modules/concat-map/README.markdown +62 -0
- package/publish-notification-lambda/node_modules/concat-map/package.json +43 -0
- package/publish-notification-lambda/node_modules/core-util-is/LICENSE +19 -0
- package/publish-notification-lambda/node_modules/core-util-is/README.md +3 -0
- package/publish-notification-lambda/node_modules/core-util-is/package.json +38 -0
- package/publish-notification-lambda/node_modules/crc-32/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/crc-32/README.md +200 -0
- package/publish-notification-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
- package/publish-notification-lambda/node_modules/crc-32/package.json +43 -0
- package/publish-notification-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
- package/publish-notification-lambda/node_modules/crc-32/types/tslint.json +11 -0
- package/publish-notification-lambda/node_modules/crc32-stream/CHANGELOG.md +57 -0
- package/publish-notification-lambda/node_modules/crc32-stream/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/crc32-stream/README.md +79 -0
- package/publish-notification-lambda/node_modules/crc32-stream/package.json +45 -0
- package/publish-notification-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/publish-notification-lambda/node_modules/emoji-regex/README.md +73 -0
- package/publish-notification-lambda/node_modules/emoji-regex/package.json +50 -0
- package/publish-notification-lambda/node_modules/end-of-stream/README.md +54 -0
- package/publish-notification-lambda/node_modules/end-of-stream/package.json +37 -0
- package/publish-notification-lambda/node_modules/escalade/dist/index.mjs +22 -0
- package/publish-notification-lambda/node_modules/escalade/license +9 -0
- package/publish-notification-lambda/node_modules/escalade/package.json +61 -0
- package/publish-notification-lambda/node_modules/escalade/readme.md +211 -0
- package/publish-notification-lambda/node_modules/escalade/sync/index.mjs +18 -0
- package/publish-notification-lambda/node_modules/fast-xml-parser/CHANGELOG.md +551 -0
- package/publish-notification-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/fast-xml-parser/README.md +204 -0
- package/publish-notification-lambda/node_modules/fast-xml-parser/package.json +71 -0
- package/publish-notification-lambda/node_modules/fs-constants/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/fs-constants/README.md +26 -0
- package/publish-notification-lambda/node_modules/fs-constants/package.json +19 -0
- package/publish-notification-lambda/node_modules/fs.realpath/LICENSE +43 -0
- package/publish-notification-lambda/node_modules/fs.realpath/README.md +33 -0
- package/publish-notification-lambda/node_modules/fs.realpath/package.json +26 -0
- package/publish-notification-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
- package/publish-notification-lambda/node_modules/get-caller-file/README.md +41 -0
- package/publish-notification-lambda/node_modules/get-caller-file/package.json +42 -0
- package/publish-notification-lambda/node_modules/glob/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/glob/README.md +378 -0
- package/publish-notification-lambda/node_modules/glob/package.json +55 -0
- package/publish-notification-lambda/node_modules/graceful-fs/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/graceful-fs/README.md +143 -0
- package/publish-notification-lambda/node_modules/graceful-fs/package.json +53 -0
- package/publish-notification-lambda/node_modules/ieee754/LICENSE +11 -0
- package/publish-notification-lambda/node_modules/ieee754/README.md +51 -0
- package/publish-notification-lambda/node_modules/ieee754/package.json +52 -0
- package/publish-notification-lambda/node_modules/inflight/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/inflight/README.md +37 -0
- package/publish-notification-lambda/node_modules/inflight/package.json +29 -0
- package/publish-notification-lambda/node_modules/inherits/LICENSE +16 -0
- package/publish-notification-lambda/node_modules/inherits/README.md +42 -0
- package/publish-notification-lambda/node_modules/inherits/package.json +29 -0
- package/publish-notification-lambda/node_modules/is-fullwidth-code-point/license +9 -0
- package/publish-notification-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
- package/publish-notification-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
- package/publish-notification-lambda/node_modules/isarray/.travis.yml +4 -0
- package/publish-notification-lambda/node_modules/isarray/Makefile +6 -0
- package/publish-notification-lambda/node_modules/isarray/README.md +60 -0
- package/publish-notification-lambda/node_modules/isarray/component.json +19 -0
- package/publish-notification-lambda/node_modules/isarray/package.json +45 -0
- package/publish-notification-lambda/node_modules/isexe/README.md +51 -0
- package/publish-notification-lambda/node_modules/isexe/package.json +31 -0
- package/publish-notification-lambda/node_modules/lazystream/LICENSE +23 -0
- package/publish-notification-lambda/node_modules/lazystream/README.md +114 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
- package/publish-notification-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
- package/publish-notification-lambda/node_modules/lazystream/package.json +46 -0
- package/publish-notification-lambda/node_modules/lazystream/test/data.md +13 -0
- package/publish-notification-lambda/node_modules/lodash.defaults/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.defaults/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.defaults/package.json +17 -0
- package/publish-notification-lambda/node_modules/lodash.difference/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.difference/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.difference/package.json +17 -0
- package/publish-notification-lambda/node_modules/lodash.flatten/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.flatten/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.flatten/package.json +17 -0
- package/publish-notification-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.isplainobject/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.isplainobject/package.json +17 -0
- package/publish-notification-lambda/node_modules/lodash.union/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/lodash.union/README.md +18 -0
- package/publish-notification-lambda/node_modules/lodash.union/package.json +17 -0
- package/publish-notification-lambda/node_modules/minimatch/README.md +230 -0
- package/publish-notification-lambda/node_modules/minimatch/package.json +33 -0
- package/publish-notification-lambda/node_modules/normalize-path/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/normalize-path/README.md +127 -0
- package/publish-notification-lambda/node_modules/normalize-path/package.json +77 -0
- package/publish-notification-lambda/node_modules/once/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/once/README.md +79 -0
- package/publish-notification-lambda/node_modules/once/package.json +33 -0
- package/publish-notification-lambda/node_modules/path-is-absolute/license +21 -0
- package/publish-notification-lambda/node_modules/path-is-absolute/package.json +43 -0
- package/publish-notification-lambda/node_modules/path-is-absolute/readme.md +59 -0
- package/publish-notification-lambda/node_modules/process-nextick-args/license.md +19 -0
- package/publish-notification-lambda/node_modules/process-nextick-args/package.json +25 -0
- package/publish-notification-lambda/node_modules/process-nextick-args/readme.md +18 -0
- package/publish-notification-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/publish-notification-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/publish-notification-lambda/node_modules/readable-stream/LICENSE +47 -0
- package/publish-notification-lambda/node_modules/readable-stream/README.md +106 -0
- package/publish-notification-lambda/node_modules/readable-stream/package.json +68 -0
- package/publish-notification-lambda/node_modules/readdir-glob/LICENSE +201 -0
- package/publish-notification-lambda/node_modules/readdir-glob/README.md +85 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
- package/publish-notification-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
- package/publish-notification-lambda/node_modules/readdir-glob/package.json +43 -0
- package/publish-notification-lambda/node_modules/require-directory/.jshintrc +67 -0
- package/publish-notification-lambda/node_modules/require-directory/.travis.yml +3 -0
- package/publish-notification-lambda/node_modules/require-directory/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/require-directory/README.markdown +184 -0
- package/publish-notification-lambda/node_modules/require-directory/package.json +40 -0
- package/publish-notification-lambda/node_modules/safe-buffer/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/safe-buffer/README.md +584 -0
- package/publish-notification-lambda/node_modules/safe-buffer/package.json +51 -0
- package/publish-notification-lambda/node_modules/string-width/license +9 -0
- package/publish-notification-lambda/node_modules/string-width/package.json +56 -0
- package/publish-notification-lambda/node_modules/string-width/readme.md +50 -0
- package/publish-notification-lambda/node_modules/string_decoder/LICENSE +48 -0
- package/publish-notification-lambda/node_modules/string_decoder/README.md +47 -0
- package/publish-notification-lambda/node_modules/string_decoder/package.json +34 -0
- package/publish-notification-lambda/node_modules/strip-ansi/license +9 -0
- package/publish-notification-lambda/node_modules/strip-ansi/package.json +54 -0
- package/publish-notification-lambda/node_modules/strip-ansi/readme.md +46 -0
- package/publish-notification-lambda/node_modules/strnum/.vscode/launch.json +25 -0
- package/publish-notification-lambda/node_modules/strnum/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/strnum/README.md +86 -0
- package/publish-notification-lambda/node_modules/strnum/package.json +24 -0
- package/publish-notification-lambda/node_modules/tar-stream/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/tar-stream/README.md +168 -0
- package/publish-notification-lambda/node_modules/tar-stream/package.json +58 -0
- package/publish-notification-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/publish-notification-lambda/node_modules/tslib/LICENSE.txt +12 -0
- package/publish-notification-lambda/node_modules/tslib/README.md +164 -0
- package/publish-notification-lambda/node_modules/tslib/SECURITY.md +41 -0
- package/publish-notification-lambda/node_modules/tslib/modules/package.json +3 -0
- package/publish-notification-lambda/node_modules/tslib/package.json +47 -0
- package/publish-notification-lambda/node_modules/tslib/tslib.es6.html +1 -0
- package/publish-notification-lambda/node_modules/tslib/tslib.es6.mjs +321 -0
- package/publish-notification-lambda/node_modules/tslib/tslib.html +1 -0
- package/publish-notification-lambda/node_modules/typescript/LICENSE.txt +55 -0
- package/publish-notification-lambda/node_modules/typescript/README.md +51 -0
- package/publish-notification-lambda/node_modules/typescript/SECURITY.md +41 -0
- package/publish-notification-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
- package/publish-notification-lambda/node_modules/typescript/bin/tsc +2 -0
- package/publish-notification-lambda/node_modules/typescript/bin/tsserver +2 -0
- package/publish-notification-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/typesMap.json +497 -0
- package/publish-notification-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
- package/publish-notification-lambda/node_modules/typescript/package.json +116 -0
- package/publish-notification-lambda/node_modules/util-deprecate/History.md +16 -0
- package/publish-notification-lambda/node_modules/util-deprecate/LICENSE +24 -0
- package/publish-notification-lambda/node_modules/util-deprecate/README.md +53 -0
- package/publish-notification-lambda/node_modules/util-deprecate/package.json +27 -0
- package/publish-notification-lambda/node_modules/uuid/CHANGELOG.md +229 -0
- package/publish-notification-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/publish-notification-lambda/node_modules/uuid/LICENSE.md +9 -0
- package/publish-notification-lambda/node_modules/uuid/README.md +505 -0
- package/publish-notification-lambda/node_modules/uuid/dist/bin/uuid +2 -0
- package/publish-notification-lambda/node_modules/uuid/package.json +135 -0
- package/publish-notification-lambda/node_modules/uuid/wrapper.mjs +10 -0
- package/publish-notification-lambda/node_modules/which/CHANGELOG.md +166 -0
- package/publish-notification-lambda/node_modules/which/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/which/README.md +54 -0
- package/publish-notification-lambda/node_modules/which/bin/node-which +52 -0
- package/publish-notification-lambda/node_modules/which/package.json +43 -0
- package/publish-notification-lambda/node_modules/wrap-ansi/license +9 -0
- package/publish-notification-lambda/node_modules/wrap-ansi/package.json +62 -0
- package/publish-notification-lambda/node_modules/wrap-ansi/readme.md +91 -0
- package/publish-notification-lambda/node_modules/wrappy/LICENSE +15 -0
- package/publish-notification-lambda/node_modules/wrappy/README.md +36 -0
- package/publish-notification-lambda/node_modules/wrappy/package.json +29 -0
- package/publish-notification-lambda/node_modules/y18n/CHANGELOG.md +100 -0
- package/publish-notification-lambda/node_modules/y18n/LICENSE +13 -0
- package/publish-notification-lambda/node_modules/y18n/README.md +127 -0
- package/publish-notification-lambda/node_modules/y18n/build/index.cjs +203 -0
- package/publish-notification-lambda/node_modules/y18n/index.mjs +8 -0
- package/publish-notification-lambda/node_modules/y18n/package.json +70 -0
- package/publish-notification-lambda/node_modules/yargs/CHANGELOG.md +88 -0
- package/publish-notification-lambda/node_modules/yargs/LICENSE +21 -0
- package/publish-notification-lambda/node_modules/yargs/README.md +202 -0
- package/publish-notification-lambda/node_modules/yargs/browser.mjs +7 -0
- package/publish-notification-lambda/node_modules/yargs/build/index.cjs +2920 -0
- package/publish-notification-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/publish-notification-lambda/node_modules/yargs/helpers/package.json +3 -0
- package/publish-notification-lambda/node_modules/yargs/index.cjs +39 -0
- package/publish-notification-lambda/node_modules/yargs/index.mjs +8 -0
- package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
- package/publish-notification-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
- package/publish-notification-lambda/node_modules/yargs/locales/be.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/de.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/en.json +51 -0
- package/publish-notification-lambda/node_modules/yargs/locales/es.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/fi.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/fr.json +53 -0
- package/publish-notification-lambda/node_modules/yargs/locales/hi.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/hu.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/id.json +50 -0
- package/publish-notification-lambda/node_modules/yargs/locales/it.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/ja.json +51 -0
- package/publish-notification-lambda/node_modules/yargs/locales/ko.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/nb.json +44 -0
- package/publish-notification-lambda/node_modules/yargs/locales/nl.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/nn.json +44 -0
- package/publish-notification-lambda/node_modules/yargs/locales/pirate.json +13 -0
- package/publish-notification-lambda/node_modules/yargs/locales/pl.json +49 -0
- package/publish-notification-lambda/node_modules/yargs/locales/pt.json +45 -0
- package/publish-notification-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
- package/publish-notification-lambda/node_modules/yargs/locales/ru.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/th.json +46 -0
- package/publish-notification-lambda/node_modules/yargs/locales/tr.json +48 -0
- package/publish-notification-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
- package/publish-notification-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
- package/publish-notification-lambda/node_modules/yargs/package.json +122 -0
- package/publish-notification-lambda/node_modules/yargs/yargs +9 -0
- package/publish-notification-lambda/node_modules/yargs-parser/CHANGELOG.md +263 -0
- package/publish-notification-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/publish-notification-lambda/node_modules/yargs-parser/README.md +518 -0
- package/publish-notification-lambda/node_modules/yargs-parser/build/index.cjs +1042 -0
- package/publish-notification-lambda/node_modules/yargs-parser/package.json +87 -0
- package/publish-notification-lambda/node_modules/zip-stream/CHANGELOG.md +110 -0
- package/publish-notification-lambda/node_modules/zip-stream/LICENSE +22 -0
- package/publish-notification-lambda/node_modules/zip-stream/README.md +45 -0
- package/publish-notification-lambda/node_modules/zip-stream/package.json +49 -0
- package/publish-notification-lambda/package-lock.json +1944 -0
- package/publish-notification-lambda/package.json +23 -0
- package/publish-notification-lambda/src/index.ts +101 -0
- package/publish-notification-lambda/tsconfig.json +13 -0
- package/rds-lambda/handler.ts +52 -3
- package/rds-lambda/node_modules/.package-lock.json +830 -678
- package/rds-lambda/node_modules/@aws-sdk/abort-controller/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/client-ssm/package.json +29 -29
- package/rds-lambda/node_modules/@aws-sdk/client-sso/package.json +25 -25
- package/rds-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +25 -25
- package/rds-lambda/node_modules/@aws-sdk/client-sts/package.json +29 -29
- package/rds-lambda/node_modules/@aws-sdk/config-resolver/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/rds-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/hash-node/package.json +3 -2
- package/rds-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +6 -5
- package/rds-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
- package/rds-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
- package/rds-lambda/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/property-provider/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/protocol-http/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/signature-v4/package.json +4 -5
- package/rds-lambda/node_modules/@aws-sdk/smithy-client/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/rds-lambda/node_modules/@aws-sdk/types/package.json +1 -1
- package/rds-lambda/node_modules/@aws-sdk/url-parser/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
- package/rds-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
- package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -11
- package/rds-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -11
- package/rds-lambda/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/util-middleware/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/util-retry/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/rds-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/rds-lambda/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/rds-lambda/node_modules/archiver/CHANGELOG.md +228 -0
- package/rds-lambda/node_modules/archiver/LICENSE +22 -0
- package/rds-lambda/node_modules/archiver/README.md +94 -0
- package/rds-lambda/node_modules/archiver/package.json +60 -0
- package/rds-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
- package/rds-lambda/node_modules/archiver-utils/LICENSE +22 -0
- package/rds-lambda/node_modules/archiver-utils/README.md +7 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
- package/rds-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
- package/rds-lambda/node_modules/archiver-utils/package.json +54 -0
- package/rds-lambda/node_modules/async/CHANGELOG.md +348 -0
- package/rds-lambda/node_modules/async/LICENSE +19 -0
- package/rds-lambda/node_modules/async/README.md +59 -0
- package/rds-lambda/node_modules/async/bower.json +17 -0
- package/rds-lambda/node_modules/async/dist/async.mjs +5947 -0
- package/rds-lambda/node_modules/async/package.json +75 -0
- package/rds-lambda/node_modules/base64-js/LICENSE +21 -0
- package/rds-lambda/node_modules/base64-js/README.md +34 -0
- package/rds-lambda/node_modules/base64-js/package.json +47 -0
- package/rds-lambda/node_modules/bestzip/LICENSE +21 -0
- package/rds-lambda/node_modules/bestzip/package.json +46 -0
- package/rds-lambda/node_modules/bestzip/readme.md +91 -0
- package/rds-lambda/node_modules/bl/.travis.yml +17 -0
- package/rds-lambda/node_modules/bl/LICENSE.md +13 -0
- package/rds-lambda/node_modules/bl/README.md +247 -0
- package/rds-lambda/node_modules/bl/package.json +37 -0
- package/rds-lambda/node_modules/buffer/AUTHORS.md +70 -0
- package/rds-lambda/node_modules/buffer/LICENSE +21 -0
- package/rds-lambda/node_modules/buffer/README.md +410 -0
- package/rds-lambda/node_modules/buffer/package.json +96 -0
- package/rds-lambda/node_modules/buffer-crc32/LICENSE +19 -0
- package/rds-lambda/node_modules/buffer-crc32/README.md +47 -0
- package/rds-lambda/node_modules/buffer-crc32/package.json +39 -0
- package/rds-lambda/node_modules/caniuse-lite/package.json +1 -1
- package/rds-lambda/node_modules/cliui/CHANGELOG.md +0 -18
- package/rds-lambda/node_modules/cliui/package.json +6 -6
- package/rds-lambda/node_modules/compress-commons/CHANGELOG.md +58 -0
- package/rds-lambda/node_modules/compress-commons/LICENSE +22 -0
- package/rds-lambda/node_modules/compress-commons/README.md +25 -0
- package/rds-lambda/node_modules/compress-commons/package.json +45 -0
- package/rds-lambda/node_modules/core-util-is/LICENSE +19 -0
- package/rds-lambda/node_modules/core-util-is/README.md +3 -0
- package/rds-lambda/node_modules/core-util-is/package.json +38 -0
- package/rds-lambda/node_modules/crc-32/LICENSE +201 -0
- package/rds-lambda/node_modules/crc-32/README.md +200 -0
- package/rds-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
- package/rds-lambda/node_modules/crc-32/package.json +43 -0
- package/rds-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
- package/rds-lambda/node_modules/crc-32/types/tslint.json +11 -0
- package/rds-lambda/node_modules/crc32-stream/CHANGELOG.md +57 -0
- package/rds-lambda/node_modules/crc32-stream/LICENSE +22 -0
- package/rds-lambda/node_modules/crc32-stream/README.md +79 -0
- package/rds-lambda/node_modules/crc32-stream/package.json +45 -0
- package/rds-lambda/node_modules/electron-to-chromium/full-chromium-versions.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/full-versions.json +1 -1
- package/rds-lambda/node_modules/electron-to-chromium/package.json +1 -1
- package/rds-lambda/node_modules/end-of-stream/LICENSE +21 -0
- package/rds-lambda/node_modules/end-of-stream/README.md +54 -0
- package/rds-lambda/node_modules/end-of-stream/package.json +37 -0
- package/rds-lambda/node_modules/fast-xml-parser/CHANGELOG.md +0 -26
- package/rds-lambda/node_modules/fast-xml-parser/README.md +0 -1
- package/rds-lambda/node_modules/fast-xml-parser/package.json +4 -7
- package/rds-lambda/node_modules/fs-constants/LICENSE +21 -0
- package/rds-lambda/node_modules/fs-constants/README.md +26 -0
- package/rds-lambda/node_modules/fs-constants/package.json +19 -0
- package/rds-lambda/node_modules/ieee754/LICENSE +11 -0
- package/rds-lambda/node_modules/ieee754/README.md +51 -0
- package/rds-lambda/node_modules/ieee754/package.json +52 -0
- package/rds-lambda/node_modules/isarray/.travis.yml +4 -0
- package/rds-lambda/node_modules/isarray/Makefile +6 -0
- package/rds-lambda/node_modules/isarray/README.md +60 -0
- package/rds-lambda/node_modules/isarray/component.json +19 -0
- package/rds-lambda/node_modules/isarray/package.json +45 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/CHANGELOG.md +139 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/LICENSE.txt +14 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/README.md +141 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/build/index.cjs +302 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/index.mjs +13 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/cliui/package.json +83 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/LICENSE +21 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/README.md +204 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/browser.mjs +7 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/build/index.cjs +1 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/helpers/package.json +3 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.cjs +53 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/index.mjs +8 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/browser.mjs +95 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/lib/platform-shims/esm.mjs +73 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/be.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/de.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/en.json +55 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/es.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fi.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/fr.json +53 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hi.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/hu.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/id.json +50 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/it.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ja.json +51 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ko.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nb.json +44 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nl.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/nn.json +44 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pirate.json +13 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pl.json +49 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt.json +45 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/pt_BR.json +48 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/ru.json +51 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/th.json +46 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/tr.json +48 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_CN.json +48 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/locales/zh_TW.json +51 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/package.json +123 -0
- package/rds-lambda/node_modules/jest-cli/node_modules/yargs/yargs +9 -0
- package/rds-lambda/node_modules/lazystream/LICENSE +23 -0
- package/rds-lambda/node_modules/lazystream/README.md +114 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/rds-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
- package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
- package/rds-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
- package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
- package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
- package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
- package/rds-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
- package/rds-lambda/node_modules/lazystream/package.json +46 -0
- package/rds-lambda/node_modules/lazystream/test/data.md +13 -0
- package/rds-lambda/node_modules/lodash.defaults/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.defaults/README.md +18 -0
- package/rds-lambda/node_modules/lodash.defaults/package.json +17 -0
- package/rds-lambda/node_modules/lodash.difference/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.difference/README.md +18 -0
- package/rds-lambda/node_modules/lodash.difference/package.json +17 -0
- package/rds-lambda/node_modules/lodash.flatten/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.flatten/README.md +18 -0
- package/rds-lambda/node_modules/lodash.flatten/package.json +17 -0
- package/rds-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.isplainobject/README.md +18 -0
- package/rds-lambda/node_modules/lodash.isplainobject/package.json +17 -0
- package/rds-lambda/node_modules/lodash.union/LICENSE +47 -0
- package/rds-lambda/node_modules/lodash.union/README.md +18 -0
- package/rds-lambda/node_modules/lodash.union/package.json +17 -0
- package/rds-lambda/node_modules/process-nextick-args/license.md +19 -0
- package/rds-lambda/node_modules/process-nextick-args/package.json +25 -0
- package/rds-lambda/node_modules/process-nextick-args/readme.md +18 -0
- package/rds-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-lambda/node_modules/readable-stream/LICENSE +47 -0
- package/rds-lambda/node_modules/readable-stream/README.md +106 -0
- package/rds-lambda/node_modules/readable-stream/package.json +68 -0
- package/rds-lambda/node_modules/readdir-glob/LICENSE +201 -0
- package/rds-lambda/node_modules/readdir-glob/README.md +85 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
- package/rds-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
- package/rds-lambda/node_modules/readdir-glob/package.json +43 -0
- package/rds-lambda/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-lambda/node_modules/safe-buffer/README.md +584 -0
- package/rds-lambda/node_modules/safe-buffer/package.json +51 -0
- package/rds-lambda/node_modules/string_decoder/LICENSE +48 -0
- package/rds-lambda/node_modules/string_decoder/README.md +47 -0
- package/rds-lambda/node_modules/string_decoder/package.json +34 -0
- package/rds-lambda/node_modules/tar-stream/LICENSE +21 -0
- package/rds-lambda/node_modules/tar-stream/README.md +168 -0
- package/rds-lambda/node_modules/tar-stream/package.json +58 -0
- package/rds-lambda/node_modules/util-deprecate/History.md +16 -0
- package/rds-lambda/node_modules/util-deprecate/LICENSE +24 -0
- package/rds-lambda/node_modules/util-deprecate/README.md +53 -0
- package/rds-lambda/node_modules/util-deprecate/package.json +27 -0
- package/rds-lambda/node_modules/yargs/CHANGELOG.md +88 -0
- package/rds-lambda/node_modules/yargs/README.md +6 -8
- package/rds-lambda/node_modules/yargs/browser.mjs +2 -2
- package/rds-lambda/node_modules/yargs/build/index.cjs +2920 -1
- package/rds-lambda/node_modules/yargs/index.cjs +8 -22
- package/rds-lambda/node_modules/yargs/index.mjs +2 -2
- package/rds-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +0 -3
- package/rds-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +3 -9
- package/rds-lambda/node_modules/yargs/locales/en.json +0 -4
- package/rds-lambda/node_modules/yargs/locales/fi.json +1 -1
- package/rds-lambda/node_modules/yargs/locales/ko.json +25 -25
- package/rds-lambda/node_modules/yargs/locales/ru.json +1 -6
- package/rds-lambda/node_modules/yargs/locales/zh_TW.json +46 -50
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/CHANGELOG.md +263 -0
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/README.md +518 -0
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/build/index.cjs +1042 -0
- package/rds-lambda/node_modules/yargs/node_modules/yargs-parser/package.json +87 -0
- package/rds-lambda/node_modules/yargs/package.json +24 -25
- package/rds-lambda/node_modules/zip-stream/CHANGELOG.md +110 -0
- package/rds-lambda/node_modules/zip-stream/LICENSE +22 -0
- package/rds-lambda/node_modules/zip-stream/README.md +45 -0
- package/rds-lambda/node_modules/zip-stream/package.json +49 -0
- package/rds-lambda/package-lock.json +832 -682
- package/rds-lambda/package.json +3 -5
- package/rds-patching-lambda/node_modules/.package-lock.json +1883 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/CHANGELOG.md +76 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/README.md +16 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/package.json +28 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +24 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/src/index.ts +92 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/crc32/tsconfig.json +23 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/README.md +29 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/package.json +28 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/README.md +16 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/package.json +31 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/index.ts +7 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- package/rds-patching-lambda/node_modules/@aws-crypto/util/tsconfig.json +23 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/abort-controller/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/README.md +798 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-lambda/package.json +103 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/README.md +255 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso/package.json +96 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/README.md +268 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sso-oidc/package.json +96 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/README.md +273 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/client-sts/package.json +102 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/config-resolver/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-imds/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-codec/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-browser/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-config-resolver/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-node/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/eventstream-serde-universal/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/fetch-http-handler/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/hash-node/package.json +60 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/invalid-dependency/package.json +53 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/is-array-buffer/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-content-length/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-endpoint/package.json +60 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-host-header/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-recursion-detection/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-retry/package.json +65 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-sdk-sts/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-serde/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-signing/package.json +61 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/README.md +78 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-stack/package.json +60 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-config-provider/package.json +61 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/node-http-handler/package.json +63 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/property-provider/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/protocol-http/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-builder/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/querystring-parser/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/service-error-classification/package.json +53 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/README.md +105 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/shared-ini-file-loader/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/signature-v4/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/smithy-client/package.json +59 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/README.md +39 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/token-providers/package.json +67 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/types/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/types/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/url-parser/package.json +54 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-base64/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/README.md +12 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-browser/package.json +53 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/README.md +12 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-body-length-node/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-buffer-from/package.json +57 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-config-provider/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +62 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-defaults-mode-node/package.json +61 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +203 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +203 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-hex-encoding/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-locate-window/package.json +56 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/README.md +12 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-middleware/package.json +62 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/README.md +77 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-retry/package.json +64 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-uri-escape/package.json +55 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/README.md +4 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8/package.json +65 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/README.md +10 -0
- package/rds-patching-lambda/node_modules/@aws-sdk/util-waiter/package.json +58 -0
- package/rds-patching-lambda/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@smithy/protocol-http/README.md +4 -0
- package/rds-patching-lambda/node_modules/@smithy/protocol-http/package.json +63 -0
- package/rds-patching-lambda/node_modules/@smithy/types/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/@smithy/types/README.md +4 -0
- package/rds-patching-lambda/node_modules/@smithy/types/package.json +62 -0
- package/rds-patching-lambda/node_modules/@types/node/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/@types/node/README.md +16 -0
- package/rds-patching-lambda/node_modules/@types/node/package.json +237 -0
- package/rds-patching-lambda/node_modules/ansi-regex/license +9 -0
- package/rds-patching-lambda/node_modules/ansi-regex/package.json +55 -0
- package/rds-patching-lambda/node_modules/ansi-regex/readme.md +78 -0
- package/rds-patching-lambda/node_modules/ansi-styles/license +9 -0
- package/rds-patching-lambda/node_modules/ansi-styles/package.json +56 -0
- package/rds-patching-lambda/node_modules/ansi-styles/readme.md +152 -0
- package/rds-patching-lambda/node_modules/archiver/CHANGELOG.md +228 -0
- package/rds-patching-lambda/node_modules/archiver/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/archiver/README.md +94 -0
- package/rds-patching-lambda/node_modules/archiver/package.json +60 -0
- package/rds-patching-lambda/node_modules/archiver-utils/CHANGELOG.md +14 -0
- package/rds-patching-lambda/node_modules/archiver-utils/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/archiver-utils/README.md +7 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/.travis.yml +34 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/README.md +58 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/readable-stream/package.json +52 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/README.md +584 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/safe-buffer/package.json +37 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/.travis.yml +50 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/LICENSE +48 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/README.md +47 -0
- package/rds-patching-lambda/node_modules/archiver-utils/node_modules/string_decoder/package.json +31 -0
- package/rds-patching-lambda/node_modules/archiver-utils/package.json +54 -0
- package/rds-patching-lambda/node_modules/async/CHANGELOG.md +348 -0
- package/rds-patching-lambda/node_modules/async/LICENSE +19 -0
- package/rds-patching-lambda/node_modules/async/README.md +59 -0
- package/rds-patching-lambda/node_modules/async/bower.json +17 -0
- package/rds-patching-lambda/node_modules/async/dist/async.mjs +5947 -0
- package/rds-patching-lambda/node_modules/async/package.json +75 -0
- package/rds-patching-lambda/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/rds-patching-lambda/node_modules/balanced-match/LICENSE.md +21 -0
- package/rds-patching-lambda/node_modules/balanced-match/README.md +97 -0
- package/rds-patching-lambda/node_modules/balanced-match/package.json +48 -0
- package/rds-patching-lambda/node_modules/base64-js/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/base64-js/README.md +34 -0
- package/rds-patching-lambda/node_modules/base64-js/package.json +47 -0
- package/rds-patching-lambda/node_modules/bestzip/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/bestzip/package.json +46 -0
- package/rds-patching-lambda/node_modules/bestzip/readme.md +91 -0
- package/rds-patching-lambda/node_modules/bl/.travis.yml +17 -0
- package/rds-patching-lambda/node_modules/bl/LICENSE.md +13 -0
- package/rds-patching-lambda/node_modules/bl/README.md +247 -0
- package/rds-patching-lambda/node_modules/bl/package.json +37 -0
- package/rds-patching-lambda/node_modules/bowser/CHANGELOG.md +218 -0
- package/rds-patching-lambda/node_modules/bowser/LICENSE +39 -0
- package/rds-patching-lambda/node_modules/bowser/README.md +179 -0
- package/rds-patching-lambda/node_modules/bowser/package.json +83 -0
- package/rds-patching-lambda/node_modules/brace-expansion/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/brace-expansion/README.md +129 -0
- package/rds-patching-lambda/node_modules/brace-expansion/package.json +47 -0
- package/rds-patching-lambda/node_modules/buffer/AUTHORS.md +70 -0
- package/rds-patching-lambda/node_modules/buffer/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/buffer/README.md +410 -0
- package/rds-patching-lambda/node_modules/buffer/package.json +96 -0
- package/rds-patching-lambda/node_modules/buffer-crc32/LICENSE +19 -0
- package/rds-patching-lambda/node_modules/buffer-crc32/README.md +47 -0
- package/rds-patching-lambda/node_modules/buffer-crc32/package.json +39 -0
- package/rds-patching-lambda/node_modules/cliui/CHANGELOG.md +121 -0
- package/rds-patching-lambda/node_modules/cliui/LICENSE.txt +14 -0
- package/rds-patching-lambda/node_modules/cliui/README.md +141 -0
- package/rds-patching-lambda/node_modules/cliui/build/index.cjs +302 -0
- package/rds-patching-lambda/node_modules/cliui/index.mjs +13 -0
- package/rds-patching-lambda/node_modules/cliui/package.json +83 -0
- package/rds-patching-lambda/node_modules/color-convert/CHANGELOG.md +54 -0
- package/rds-patching-lambda/node_modules/color-convert/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/color-convert/README.md +68 -0
- package/rds-patching-lambda/node_modules/color-convert/package.json +48 -0
- package/rds-patching-lambda/node_modules/color-name/LICENSE +8 -0
- package/rds-patching-lambda/node_modules/color-name/README.md +11 -0
- package/rds-patching-lambda/node_modules/color-name/package.json +28 -0
- package/rds-patching-lambda/node_modules/compress-commons/CHANGELOG.md +58 -0
- package/rds-patching-lambda/node_modules/compress-commons/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/compress-commons/README.md +25 -0
- package/rds-patching-lambda/node_modules/compress-commons/package.json +45 -0
- package/rds-patching-lambda/node_modules/concat-map/.travis.yml +4 -0
- package/rds-patching-lambda/node_modules/concat-map/LICENSE +18 -0
- package/rds-patching-lambda/node_modules/concat-map/README.markdown +62 -0
- package/rds-patching-lambda/node_modules/concat-map/package.json +43 -0
- package/rds-patching-lambda/node_modules/core-util-is/LICENSE +19 -0
- package/rds-patching-lambda/node_modules/core-util-is/README.md +3 -0
- package/rds-patching-lambda/node_modules/core-util-is/package.json +38 -0
- package/rds-patching-lambda/node_modules/crc-32/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/crc-32/README.md +200 -0
- package/rds-patching-lambda/node_modules/crc-32/bin/crc32.njs +105 -0
- package/rds-patching-lambda/node_modules/crc-32/package.json +43 -0
- package/rds-patching-lambda/node_modules/crc-32/types/tsconfig.json +14 -0
- package/rds-patching-lambda/node_modules/crc-32/types/tslint.json +11 -0
- package/rds-patching-lambda/node_modules/crc32-stream/CHANGELOG.md +57 -0
- package/rds-patching-lambda/node_modules/crc32-stream/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/crc32-stream/README.md +79 -0
- package/rds-patching-lambda/node_modules/crc32-stream/package.json +45 -0
- package/rds-patching-lambda/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/rds-patching-lambda/node_modules/emoji-regex/README.md +73 -0
- package/rds-patching-lambda/node_modules/emoji-regex/package.json +50 -0
- package/rds-patching-lambda/node_modules/end-of-stream/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/end-of-stream/README.md +54 -0
- package/rds-patching-lambda/node_modules/end-of-stream/package.json +37 -0
- package/rds-patching-lambda/node_modules/escalade/dist/index.mjs +22 -0
- package/rds-patching-lambda/node_modules/escalade/license +9 -0
- package/rds-patching-lambda/node_modules/escalade/package.json +61 -0
- package/rds-patching-lambda/node_modules/escalade/readme.md +211 -0
- package/rds-patching-lambda/node_modules/escalade/sync/index.mjs +18 -0
- package/rds-patching-lambda/node_modules/fast-xml-parser/CHANGELOG.md +551 -0
- package/rds-patching-lambda/node_modules/fast-xml-parser/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/fast-xml-parser/README.md +204 -0
- package/rds-patching-lambda/node_modules/fast-xml-parser/package.json +71 -0
- package/rds-patching-lambda/node_modules/fs-constants/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/fs-constants/README.md +26 -0
- package/rds-patching-lambda/node_modules/fs-constants/package.json +19 -0
- package/rds-patching-lambda/node_modules/fs.realpath/LICENSE +43 -0
- package/rds-patching-lambda/node_modules/fs.realpath/README.md +33 -0
- package/rds-patching-lambda/node_modules/fs.realpath/package.json +26 -0
- package/rds-patching-lambda/node_modules/get-caller-file/LICENSE.md +6 -0
- package/rds-patching-lambda/node_modules/get-caller-file/README.md +41 -0
- package/rds-patching-lambda/node_modules/get-caller-file/package.json +42 -0
- package/rds-patching-lambda/node_modules/glob/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/glob/README.md +378 -0
- package/rds-patching-lambda/node_modules/glob/package.json +55 -0
- package/rds-patching-lambda/node_modules/graceful-fs/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/graceful-fs/README.md +143 -0
- package/rds-patching-lambda/node_modules/graceful-fs/package.json +53 -0
- package/rds-patching-lambda/node_modules/ieee754/LICENSE +11 -0
- package/rds-patching-lambda/node_modules/ieee754/README.md +51 -0
- package/rds-patching-lambda/node_modules/ieee754/package.json +52 -0
- package/rds-patching-lambda/node_modules/inflight/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/inflight/README.md +37 -0
- package/rds-patching-lambda/node_modules/inflight/package.json +29 -0
- package/rds-patching-lambda/node_modules/inherits/LICENSE +16 -0
- package/rds-patching-lambda/node_modules/inherits/README.md +42 -0
- package/rds-patching-lambda/node_modules/inherits/package.json +29 -0
- package/rds-patching-lambda/node_modules/is-fullwidth-code-point/license +9 -0
- package/rds-patching-lambda/node_modules/is-fullwidth-code-point/package.json +42 -0
- package/rds-patching-lambda/node_modules/is-fullwidth-code-point/readme.md +39 -0
- package/rds-patching-lambda/node_modules/isarray/.travis.yml +4 -0
- package/rds-patching-lambda/node_modules/isarray/Makefile +6 -0
- package/rds-patching-lambda/node_modules/isarray/README.md +60 -0
- package/rds-patching-lambda/node_modules/isarray/component.json +19 -0
- package/rds-patching-lambda/node_modules/isarray/package.json +45 -0
- package/rds-patching-lambda/node_modules/isexe/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/isexe/README.md +51 -0
- package/rds-patching-lambda/node_modules/isexe/package.json +31 -0
- package/rds-patching-lambda/node_modules/lazystream/LICENSE +23 -0
- package/rds-patching-lambda/node_modules/lazystream/README.md +114 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/.travis.yml +34 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/README.md +58 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/doc/wg-meetings/2015-01-30.md +60 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/readable-stream/package.json +52 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/README.md +584 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/safe-buffer/package.json +37 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/.travis.yml +50 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/LICENSE +48 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/README.md +47 -0
- package/rds-patching-lambda/node_modules/lazystream/node_modules/string_decoder/package.json +31 -0
- package/rds-patching-lambda/node_modules/lazystream/package.json +46 -0
- package/rds-patching-lambda/node_modules/lazystream/test/data.md +13 -0
- package/rds-patching-lambda/node_modules/lodash.defaults/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.defaults/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.defaults/package.json +17 -0
- package/rds-patching-lambda/node_modules/lodash.difference/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.difference/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.difference/package.json +17 -0
- package/rds-patching-lambda/node_modules/lodash.flatten/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.flatten/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.flatten/package.json +17 -0
- package/rds-patching-lambda/node_modules/lodash.isplainobject/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.isplainobject/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.isplainobject/package.json +17 -0
- package/rds-patching-lambda/node_modules/lodash.union/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/lodash.union/README.md +18 -0
- package/rds-patching-lambda/node_modules/lodash.union/package.json +17 -0
- package/rds-patching-lambda/node_modules/minimatch/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/minimatch/README.md +230 -0
- package/rds-patching-lambda/node_modules/minimatch/package.json +33 -0
- package/rds-patching-lambda/node_modules/normalize-path/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/normalize-path/README.md +127 -0
- package/rds-patching-lambda/node_modules/normalize-path/package.json +77 -0
- package/rds-patching-lambda/node_modules/once/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/once/README.md +79 -0
- package/rds-patching-lambda/node_modules/once/package.json +33 -0
- package/rds-patching-lambda/node_modules/path-is-absolute/license +21 -0
- package/rds-patching-lambda/node_modules/path-is-absolute/package.json +43 -0
- package/rds-patching-lambda/node_modules/path-is-absolute/readme.md +59 -0
- package/rds-patching-lambda/node_modules/process-nextick-args/license.md +19 -0
- package/rds-patching-lambda/node_modules/process-nextick-args/package.json +25 -0
- package/rds-patching-lambda/node_modules/process-nextick-args/readme.md +18 -0
- package/rds-patching-lambda/node_modules/readable-stream/CONTRIBUTING.md +38 -0
- package/rds-patching-lambda/node_modules/readable-stream/GOVERNANCE.md +136 -0
- package/rds-patching-lambda/node_modules/readable-stream/LICENSE +47 -0
- package/rds-patching-lambda/node_modules/readable-stream/README.md +106 -0
- package/rds-patching-lambda/node_modules/readable-stream/package.json +68 -0
- package/rds-patching-lambda/node_modules/readdir-glob/LICENSE +201 -0
- package/rds-patching-lambda/node_modules/readdir-glob/README.md +85 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/README.md +135 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/brace-expansion/package.json +46 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/README.md +259 -0
- package/rds-patching-lambda/node_modules/readdir-glob/node_modules/minimatch/package.json +35 -0
- package/rds-patching-lambda/node_modules/readdir-glob/package.json +43 -0
- package/rds-patching-lambda/node_modules/require-directory/.jshintrc +67 -0
- package/rds-patching-lambda/node_modules/require-directory/.travis.yml +3 -0
- package/rds-patching-lambda/node_modules/require-directory/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/require-directory/README.markdown +184 -0
- package/rds-patching-lambda/node_modules/require-directory/package.json +40 -0
- package/rds-patching-lambda/node_modules/safe-buffer/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/safe-buffer/README.md +584 -0
- package/rds-patching-lambda/node_modules/safe-buffer/package.json +51 -0
- package/rds-patching-lambda/node_modules/string-width/license +9 -0
- package/rds-patching-lambda/node_modules/string-width/package.json +56 -0
- package/rds-patching-lambda/node_modules/string-width/readme.md +50 -0
- package/rds-patching-lambda/node_modules/string_decoder/LICENSE +48 -0
- package/rds-patching-lambda/node_modules/string_decoder/README.md +47 -0
- package/rds-patching-lambda/node_modules/string_decoder/package.json +34 -0
- package/rds-patching-lambda/node_modules/strip-ansi/license +9 -0
- package/rds-patching-lambda/node_modules/strip-ansi/package.json +54 -0
- package/rds-patching-lambda/node_modules/strip-ansi/readme.md +46 -0
- package/rds-patching-lambda/node_modules/strnum/.vscode/launch.json +25 -0
- package/rds-patching-lambda/node_modules/strnum/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/strnum/README.md +86 -0
- package/rds-patching-lambda/node_modules/strnum/package.json +24 -0
- package/rds-patching-lambda/node_modules/tar-stream/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/tar-stream/README.md +168 -0
- package/rds-patching-lambda/node_modules/tar-stream/package.json +58 -0
- package/rds-patching-lambda/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/rds-patching-lambda/node_modules/tslib/LICENSE.txt +12 -0
- package/rds-patching-lambda/node_modules/tslib/README.md +164 -0
- package/rds-patching-lambda/node_modules/tslib/SECURITY.md +41 -0
- package/rds-patching-lambda/node_modules/tslib/modules/package.json +3 -0
- package/rds-patching-lambda/node_modules/tslib/package.json +47 -0
- package/rds-patching-lambda/node_modules/tslib/tslib.es6.html +1 -0
- package/rds-patching-lambda/node_modules/tslib/tslib.es6.mjs +321 -0
- package/rds-patching-lambda/node_modules/tslib/tslib.html +1 -0
- package/rds-patching-lambda/node_modules/typescript/LICENSE.txt +55 -0
- package/rds-patching-lambda/node_modules/typescript/README.md +51 -0
- package/rds-patching-lambda/node_modules/typescript/SECURITY.md +41 -0
- package/rds-patching-lambda/node_modules/typescript/ThirdPartyNoticeText.txt +193 -0
- package/rds-patching-lambda/node_modules/typescript/bin/tsc +2 -0
- package/rds-patching-lambda/node_modules/typescript/bin/tsserver +2 -0
- package/rds-patching-lambda/node_modules/typescript/lib/cs/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/de/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/es/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/fr/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/it/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/ja/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/ko/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/pl/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/pt-br/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/ru/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/tr/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/typesMap.json +497 -0
- package/rds-patching-lambda/node_modules/typescript/lib/zh-cn/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/lib/zh-tw/diagnosticMessages.generated.json +1880 -0
- package/rds-patching-lambda/node_modules/typescript/package.json +116 -0
- package/rds-patching-lambda/node_modules/util-deprecate/History.md +16 -0
- package/rds-patching-lambda/node_modules/util-deprecate/LICENSE +24 -0
- package/rds-patching-lambda/node_modules/util-deprecate/README.md +53 -0
- package/rds-patching-lambda/node_modules/util-deprecate/package.json +27 -0
- package/rds-patching-lambda/node_modules/uuid/CHANGELOG.md +229 -0
- package/rds-patching-lambda/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/rds-patching-lambda/node_modules/uuid/LICENSE.md +9 -0
- package/rds-patching-lambda/node_modules/uuid/README.md +505 -0
- package/rds-patching-lambda/node_modules/uuid/dist/bin/uuid +2 -0
- package/rds-patching-lambda/node_modules/uuid/package.json +135 -0
- package/rds-patching-lambda/node_modules/uuid/wrapper.mjs +10 -0
- package/rds-patching-lambda/node_modules/which/CHANGELOG.md +166 -0
- package/rds-patching-lambda/node_modules/which/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/which/README.md +54 -0
- package/rds-patching-lambda/node_modules/which/bin/node-which +52 -0
- package/rds-patching-lambda/node_modules/which/package.json +43 -0
- package/rds-patching-lambda/node_modules/wrap-ansi/license +9 -0
- package/rds-patching-lambda/node_modules/wrap-ansi/package.json +62 -0
- package/rds-patching-lambda/node_modules/wrap-ansi/readme.md +91 -0
- package/rds-patching-lambda/node_modules/wrappy/LICENSE +15 -0
- package/rds-patching-lambda/node_modules/wrappy/README.md +36 -0
- package/rds-patching-lambda/node_modules/wrappy/package.json +29 -0
- package/rds-patching-lambda/node_modules/y18n/CHANGELOG.md +100 -0
- package/rds-patching-lambda/node_modules/y18n/LICENSE +13 -0
- package/rds-patching-lambda/node_modules/y18n/README.md +127 -0
- package/rds-patching-lambda/node_modules/y18n/build/index.cjs +203 -0
- package/rds-patching-lambda/node_modules/y18n/index.mjs +8 -0
- package/rds-patching-lambda/node_modules/y18n/package.json +70 -0
- package/rds-patching-lambda/node_modules/yargs/CHANGELOG.md +88 -0
- package/rds-patching-lambda/node_modules/yargs/LICENSE +21 -0
- package/rds-patching-lambda/node_modules/yargs/README.md +202 -0
- package/rds-patching-lambda/node_modules/yargs/browser.mjs +7 -0
- package/rds-patching-lambda/node_modules/yargs/build/index.cjs +2920 -0
- package/rds-patching-lambda/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/rds-patching-lambda/node_modules/yargs/helpers/package.json +3 -0
- package/rds-patching-lambda/node_modules/yargs/index.cjs +39 -0
- package/rds-patching-lambda/node_modules/yargs/index.mjs +8 -0
- package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/browser.mjs +92 -0
- package/rds-patching-lambda/node_modules/yargs/lib/platform-shims/esm.mjs +67 -0
- package/rds-patching-lambda/node_modules/yargs/locales/be.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/de.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/en.json +51 -0
- package/rds-patching-lambda/node_modules/yargs/locales/es.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/fi.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/fr.json +53 -0
- package/rds-patching-lambda/node_modules/yargs/locales/hi.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/hu.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/id.json +50 -0
- package/rds-patching-lambda/node_modules/yargs/locales/it.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/ja.json +51 -0
- package/rds-patching-lambda/node_modules/yargs/locales/ko.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/nb.json +44 -0
- package/rds-patching-lambda/node_modules/yargs/locales/nl.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/nn.json +44 -0
- package/rds-patching-lambda/node_modules/yargs/locales/pirate.json +13 -0
- package/rds-patching-lambda/node_modules/yargs/locales/pl.json +49 -0
- package/rds-patching-lambda/node_modules/yargs/locales/pt.json +45 -0
- package/rds-patching-lambda/node_modules/yargs/locales/pt_BR.json +48 -0
- package/rds-patching-lambda/node_modules/yargs/locales/ru.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/th.json +46 -0
- package/rds-patching-lambda/node_modules/yargs/locales/tr.json +48 -0
- package/rds-patching-lambda/node_modules/yargs/locales/zh_CN.json +48 -0
- package/rds-patching-lambda/node_modules/yargs/locales/zh_TW.json +47 -0
- package/rds-patching-lambda/node_modules/yargs/package.json +122 -0
- package/rds-patching-lambda/node_modules/yargs/yargs +9 -0
- package/rds-patching-lambda/node_modules/yargs-parser/CHANGELOG.md +263 -0
- package/rds-patching-lambda/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/rds-patching-lambda/node_modules/yargs-parser/README.md +518 -0
- package/rds-patching-lambda/node_modules/yargs-parser/build/index.cjs +1042 -0
- package/rds-patching-lambda/node_modules/yargs-parser/package.json +87 -0
- package/rds-patching-lambda/node_modules/zip-stream/CHANGELOG.md +110 -0
- package/rds-patching-lambda/node_modules/zip-stream/LICENSE +22 -0
- package/rds-patching-lambda/node_modules/zip-stream/README.md +45 -0
- package/rds-patching-lambda/node_modules/zip-stream/package.json +49 -0
- package/rds-patching-lambda/package-lock.json +1896 -0
- package/rds-patching-lambda/package.json +22 -0
- package/rds-patching-lambda/src/index.ts +61 -0
- package/rds-patching-lambda/tsconfig.json +13 -0
- package/src/resolvers/dynamodb/mutation.ts +1 -1
- package/src/resolvers/generators/dynamodb-vtl-generator.ts +2 -2
- package/src/resolvers/generators/rds-vtl-generator.ts +2 -2
- package/src/resolvers/generators/vtl-generator.ts +1 -1
- package/src/resolvers/rds/mutation.ts +73 -67
- package/src/resolvers/rds/resolver.ts +263 -50
- package/src/resources/model-resource-generator.ts +2 -1
- package/src/resources/rds-model-resource-generator.ts +52 -4
- package/tsconfig.tsbuildinfo +1 -1
- package/rds-lambda/clients/DBClient.ts +0 -31
- package/rds-lambda/clients/mysql/MySQLClient.ts +0 -118
- package/rds-lambda/clients/mysql/MySQLPasswordClient.ts +0 -58
- package/rds-lambda/context/DataSourceContext.ts +0 -8
- package/rds-lambda/interfaces/BaseRequest.ts +0 -22
- package/rds-lambda/interfaces/ListRequest.ts +0 -31
- package/rds-lambda/node_modules/buffer-writer/.travis.yml +0 -7
- package/rds-lambda/node_modules/buffer-writer/LICENSE +0 -19
- package/rds-lambda/node_modules/buffer-writer/README.md +0 -48
- package/rds-lambda/node_modules/buffer-writer/package.json +0 -26
- package/rds-lambda/node_modules/buffer-writer/test/mocha.opts +0 -1
- package/rds-lambda/node_modules/denque/CHANGELOG.md +0 -29
- package/rds-lambda/node_modules/denque/LICENSE +0 -201
- package/rds-lambda/node_modules/denque/README.md +0 -77
- package/rds-lambda/node_modules/denque/package.json +0 -58
- package/rds-lambda/node_modules/generate-function/.travis.yml +0 -3
- package/rds-lambda/node_modules/generate-function/README.md +0 -89
- package/rds-lambda/node_modules/generate-function/package.json +0 -32
- package/rds-lambda/node_modules/iconv-lite/.github/dependabot.yml +0 -11
- package/rds-lambda/node_modules/iconv-lite/.idea/codeStyles/Project.xml +0 -47
- package/rds-lambda/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/rds-lambda/node_modules/iconv-lite/.idea/iconv-lite.iml +0 -12
- package/rds-lambda/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/rds-lambda/node_modules/iconv-lite/.idea/modules.xml +0 -8
- package/rds-lambda/node_modules/iconv-lite/.idea/vcs.xml +0 -6
- package/rds-lambda/node_modules/iconv-lite/Changelog.md +0 -212
- package/rds-lambda/node_modules/iconv-lite/LICENSE +0 -21
- package/rds-lambda/node_modules/iconv-lite/README.md +0 -130
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
- package/rds-lambda/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
- package/rds-lambda/node_modules/iconv-lite/package.json +0 -44
- package/rds-lambda/node_modules/is-property/LICENSE +0 -22
- package/rds-lambda/node_modules/is-property/README.md +0 -28
- package/rds-lambda/node_modules/is-property/package.json +0 -36
- package/rds-lambda/node_modules/long/LICENSE +0 -202
- package/rds-lambda/node_modules/long/README.md +0 -246
- package/rds-lambda/node_modules/long/package.json +0 -34
- package/rds-lambda/node_modules/mysql2/License +0 -19
- package/rds-lambda/node_modules/mysql2/README.md +0 -281
- package/rds-lambda/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md +0 -18
- package/rds-lambda/node_modules/mysql2/node_modules/lru-cache/README.md +0 -166
- package/rds-lambda/node_modules/mysql2/node_modules/lru-cache/package.json +0 -34
- package/rds-lambda/node_modules/mysql2/node_modules/yallist/README.md +0 -204
- package/rds-lambda/node_modules/mysql2/node_modules/yallist/package.json +0 -29
- package/rds-lambda/node_modules/mysql2/package.json +0 -86
- package/rds-lambda/node_modules/mysql2/typings/mysql/LICENSE.txt +0 -15
- package/rds-lambda/node_modules/mysql2/typings/mysql/info.txt +0 -1
- package/rds-lambda/node_modules/named-placeholders/LICENSE +0 -21
- package/rds-lambda/node_modules/named-placeholders/README.md +0 -29
- package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/LICENSE +0 -15
- package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/README.md +0 -1117
- package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/index.mjs +0 -1227
- package/rds-lambda/node_modules/named-placeholders/node_modules/lru-cache/package.json +0 -96
- package/rds-lambda/node_modules/named-placeholders/package.json +0 -32
- package/rds-lambda/node_modules/packet-reader/.travis.yml +0 -8
- package/rds-lambda/node_modules/packet-reader/README.md +0 -87
- package/rds-lambda/node_modules/packet-reader/package.json +0 -25
- package/rds-lambda/node_modules/pg/LICENSE +0 -21
- package/rds-lambda/node_modules/pg/README.md +0 -89
- package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/LICENSE +0 -21
- package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/README.md +0 -77
- package/rds-lambda/node_modules/pg/node_modules/pg-connection-string/package.json +0 -40
- package/rds-lambda/node_modules/pg/package.json +0 -64
- package/rds-lambda/node_modules/pg-cloudflare/LICENSE +0 -21
- package/rds-lambda/node_modules/pg-cloudflare/README.md +0 -33
- package/rds-lambda/node_modules/pg-cloudflare/package.json +0 -28
- package/rds-lambda/node_modules/pg-cloudflare/src/index.ts +0 -164
- package/rds-lambda/node_modules/pg-int8/LICENSE +0 -13
- package/rds-lambda/node_modules/pg-int8/README.md +0 -16
- package/rds-lambda/node_modules/pg-int8/package.json +0 -24
- package/rds-lambda/node_modules/pg-pool/LICENSE +0 -21
- package/rds-lambda/node_modules/pg-pool/README.md +0 -376
- package/rds-lambda/node_modules/pg-pool/package.json +0 -41
- package/rds-lambda/node_modules/pg-protocol/LICENSE +0 -21
- package/rds-lambda/node_modules/pg-protocol/README.md +0 -3
- package/rds-lambda/node_modules/pg-protocol/package.json +0 -35
- package/rds-lambda/node_modules/pg-protocol/src/b.ts +0 -28
- package/rds-lambda/node_modules/pg-protocol/src/buffer-reader.ts +0 -53
- package/rds-lambda/node_modules/pg-protocol/src/buffer-writer.ts +0 -85
- package/rds-lambda/node_modules/pg-protocol/src/inbound-parser.test.ts +0 -557
- package/rds-lambda/node_modules/pg-protocol/src/index.ts +0 -11
- package/rds-lambda/node_modules/pg-protocol/src/messages.ts +0 -230
- package/rds-lambda/node_modules/pg-protocol/src/outbound-serializer.test.ts +0 -272
- package/rds-lambda/node_modules/pg-protocol/src/parser.ts +0 -389
- package/rds-lambda/node_modules/pg-protocol/src/serializer.ts +0 -274
- package/rds-lambda/node_modules/pg-protocol/src/testing/buffer-list.ts +0 -75
- package/rds-lambda/node_modules/pg-protocol/src/testing/test-buffers.ts +0 -166
- package/rds-lambda/node_modules/pg-types/.travis.yml +0 -7
- package/rds-lambda/node_modules/pg-types/Makefile +0 -14
- package/rds-lambda/node_modules/pg-types/README.md +0 -75
- package/rds-lambda/node_modules/pg-types/index.test-d.ts +0 -21
- package/rds-lambda/node_modules/pg-types/package.json +0 -42
- package/rds-lambda/node_modules/pgpass/README.md +0 -74
- package/rds-lambda/node_modules/pgpass/package.json +0 -41
- package/rds-lambda/node_modules/postgres-array/license +0 -21
- package/rds-lambda/node_modules/postgres-array/package.json +0 -35
- package/rds-lambda/node_modules/postgres-array/readme.md +0 -43
- package/rds-lambda/node_modules/postgres-bytea/license +0 -21
- package/rds-lambda/node_modules/postgres-bytea/package.json +0 -34
- package/rds-lambda/node_modules/postgres-bytea/readme.md +0 -34
- package/rds-lambda/node_modules/postgres-date/license +0 -21
- package/rds-lambda/node_modules/postgres-date/package.json +0 -33
- package/rds-lambda/node_modules/postgres-date/readme.md +0 -49
- package/rds-lambda/node_modules/postgres-interval/license +0 -21
- package/rds-lambda/node_modules/postgres-interval/package.json +0 -36
- package/rds-lambda/node_modules/postgres-interval/readme.md +0 -48
- package/rds-lambda/node_modules/safer-buffer/LICENSE +0 -21
- package/rds-lambda/node_modules/safer-buffer/Porting-Buffer.md +0 -268
- package/rds-lambda/node_modules/safer-buffer/Readme.md +0 -156
- package/rds-lambda/node_modules/safer-buffer/package.json +0 -34
- package/rds-lambda/node_modules/seq-queue/.jshintrc +0 -19
- package/rds-lambda/node_modules/seq-queue/AUTHORS +0 -1
- package/rds-lambda/node_modules/seq-queue/LICENSE +0 -22
- package/rds-lambda/node_modules/seq-queue/Makefile +0 -9
- package/rds-lambda/node_modules/seq-queue/README.md +0 -75
- package/rds-lambda/node_modules/seq-queue/package.json +0 -17
- package/rds-lambda/node_modules/split2/LICENSE +0 -13
- package/rds-lambda/node_modules/split2/README.md +0 -85
- package/rds-lambda/node_modules/split2/package.json +0 -39
- package/rds-lambda/node_modules/sqlstring/HISTORY.md +0 -53
- package/rds-lambda/node_modules/sqlstring/LICENSE +0 -19
- package/rds-lambda/node_modules/sqlstring/README.md +0 -205
- package/rds-lambda/node_modules/sqlstring/package.json +0 -47
- package/rds-lambda/node_modules/xtend/.jshintrc +0 -30
- package/rds-lambda/node_modules/xtend/LICENSE +0 -20
- package/rds-lambda/node_modules/xtend/README.md +0 -32
- package/rds-lambda/node_modules/xtend/package.json +0 -55
- package/rds-lambda/utils/rds_utils.ts +0 -145
- package/src/__tests__/test-utils/rds_utils.test.ts +0 -372
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/LICENSE +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/README.md +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/package.json +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/src/index.ts +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-crypto/crc32/tsconfig.json +0 -0
- /package/{rds-lambda/node_modules/@aws-sdk/eventstream-codec → publish-notification-lambda/node_modules/@aws-sdk/client-lambda}/LICENSE +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-sdk/eventstream-codec/README.md +0 -0
- /package/{rds-lambda → publish-notification-lambda}/node_modules/@aws-sdk/eventstream-codec/package.json +0 -0
- /package/{rds-lambda/node_modules/generate-function → publish-notification-lambda/node_modules/end-of-stream}/LICENSE +0 -0
- /package/{rds-lambda/node_modules/mysql2/node_modules/lru-cache → publish-notification-lambda/node_modules/isexe}/LICENSE +0 -0
- /package/{rds-lambda/node_modules/mysql2/node_modules/yallist → publish-notification-lambda/node_modules/minimatch}/LICENSE +0 -0
- /package/rds-lambda/node_modules/{cliui → jest-cli/node_modules/cliui}/build/index.d.cts +0 -0
- /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/locales/cs.json +0 -0
- /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/locales/uk_UA.json +0 -0
- /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/locales/uz.json +0 -0
- /package/rds-lambda/node_modules/{yargs → jest-cli/node_modules/yargs}/yargs.mjs +0 -0
package/API.md
CHANGED
|
@@ -47,7 +47,7 @@ export const createEnumModelFilters: (ctx: TransformerTransformSchemaStepContext
|
|
|
47
47
|
// @public (undocumented)
|
|
48
48
|
export class DynamoDBModelVTLGenerator implements ModelVTLGenerator {
|
|
49
49
|
// (undocumented)
|
|
50
|
-
generateCreateInitSlotTemplate(config: ModelCreateInitSlotConfig): string;
|
|
50
|
+
generateCreateInitSlotTemplate(config: ModelCreateInitSlotConfig, initializeIdField: boolean): string;
|
|
51
51
|
// (undocumented)
|
|
52
52
|
generateCreateRequestTemplate(config: ModelCreateRequestConfig): string;
|
|
53
53
|
// (undocumented)
|
|
@@ -282,7 +282,7 @@ export type ModelUpdateRequestConfig = ModelRequestConfig & {
|
|
|
282
282
|
// @public (undocumented)
|
|
283
283
|
export interface ModelVTLGenerator {
|
|
284
284
|
// (undocumented)
|
|
285
|
-
generateCreateInitSlotTemplate(config: ModelCreateInitSlotConfig): string;
|
|
285
|
+
generateCreateInitSlotTemplate(config: ModelCreateInitSlotConfig, initializeIdField: boolean): string;
|
|
286
286
|
// (undocumented)
|
|
287
287
|
generateCreateRequestTemplate(config: ModelCreateRequestConfig): string;
|
|
288
288
|
// (undocumented)
|
|
@@ -316,7 +316,7 @@ export const propagateApiKeyToNestedTypes: (ctx: TransformerContextProvider, def
|
|
|
316
316
|
// @public (undocumented)
|
|
317
317
|
export class RDSModelVTLGenerator implements ModelVTLGenerator {
|
|
318
318
|
// (undocumented)
|
|
319
|
-
generateCreateInitSlotTemplate(config: ModelCreateInitSlotConfig): string;
|
|
319
|
+
generateCreateInitSlotTemplate(config: ModelCreateInitSlotConfig, initializeIdField: boolean): string;
|
|
320
320
|
// (undocumented)
|
|
321
321
|
generateCreateRequestTemplate(config: ModelCreateRequestConfig): string;
|
|
322
322
|
// (undocumented)
|
package/CHANGELOG.md
CHANGED
|
@@ -3,9 +3,12 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# [1.4.0-rds.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@1.3.3...@aws-amplify/graphql-model-transformer@1.4.0-rds.0) (2023-06-21)
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- **graphql:** patching rds lambda layer ([a751fcb](https://github.com/aws-amplify/amplify-category-api/commit/a751fcbe75daf1fd8a1ce37b97379ad6ca3d6cec))
|
|
11
|
+
- **graphql:** vpc support for sql lambda ([9cc4407](https://github.com/aws-amplify/amplify-category-api/commit/9cc4407bdc4799fe548919808961911a3d5995c7))
|
|
9
12
|
|
|
10
13
|
## [1.3.3](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-model-transformer@1.3.2...@aws-amplify/graphql-model-transformer@1.3.3) (2023-06-20)
|
|
11
14
|
|
package/lib/rds-lambda.zip
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -2,7 +2,7 @@ import { Expression } from 'graphql-mapping-template';
|
|
|
2
2
|
import { ModelDirectiveConfiguration } from '../../directive';
|
|
3
3
|
export declare const generateUpdateRequestTemplate: (modelName: string, isSyncEnabled: boolean) => string;
|
|
4
4
|
export declare const generateCreateRequestTemplate: (modelName: string, modelIndexFields: string[]) => string;
|
|
5
|
-
export declare const generateCreateInitSlotTemplate: (modelConfig: ModelDirectiveConfiguration) => string;
|
|
5
|
+
export declare const generateCreateInitSlotTemplate: (modelConfig: ModelDirectiveConfiguration, initializeIdField: boolean) => string;
|
|
6
6
|
export declare const generateDeleteRequestTemplate: (modelName: string, isSyncEnabled: boolean) => string;
|
|
7
7
|
export declare const generateUpdateInitSlotTemplate: (modelConfig: ModelDirectiveConfiguration) => string;
|
|
8
8
|
export declare const generateApplyDefaultsToInputTemplate: (target: string) => Expression;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mutation.d.ts","sourceRoot":"","sources":["../../../src/resolvers/dynamodb/mutation.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAgBX,MAAM,0BAA0B,CAAC;AAElC,OAAO,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAO9D,eAAO,MAAM,6BAA6B,cAAe,MAAM,iBAAiB,OAAO,KAAG,MAwHzF,CAAC;AAMF,eAAO,MAAM,6BAA6B,cAAe,MAAM,oBAAoB,MAAM,EAAE,KAAG,MA8D7F,CAAC;AAMF,eAAO,MAAM,8BAA8B,gBAAiB,2BAA2B,KAAG,MA+
|
|
1
|
+
{"version":3,"file":"mutation.d.ts","sourceRoot":"","sources":["../../../src/resolvers/dynamodb/mutation.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,UAAU,EAgBX,MAAM,0BAA0B,CAAC;AAElC,OAAO,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAO9D,eAAO,MAAM,6BAA6B,cAAe,MAAM,iBAAiB,OAAO,KAAG,MAwHzF,CAAC;AAMF,eAAO,MAAM,6BAA6B,cAAe,MAAM,oBAAoB,MAAM,EAAE,KAAG,MA8D7F,CAAC;AAMF,eAAO,MAAM,8BAA8B,gBAAiB,2BAA2B,qBAAqB,OAAO,KAAG,MA+BrH,CAAC;AAKF,eAAO,MAAM,6BAA6B,cAAc,MAAM,iBAAiB,OAAO,KAAG,MAmCxF,CAAC;AAMF,eAAO,MAAM,8BAA8B,gBAAiB,2BAA2B,KAAG,MA0BzF,CAAC;AAKF,eAAO,MAAM,oCAAoC,WAAY,MAAM,KAAG,UAGpE,CAAC"}
|
|
@@ -128,7 +128,7 @@ const generateCreateRequestTemplate = (modelName, modelIndexFields) => {
|
|
|
128
128
|
return (0, graphql_mapping_template_1.printBlock)('Create Request template')((0, graphql_mapping_template_1.compoundExpression)(statements));
|
|
129
129
|
};
|
|
130
130
|
exports.generateCreateRequestTemplate = generateCreateRequestTemplate;
|
|
131
|
-
const generateCreateInitSlotTemplate = (modelConfig) => {
|
|
131
|
+
const generateCreateInitSlotTemplate = (modelConfig, initializeIdField) => {
|
|
132
132
|
const statements = [
|
|
133
133
|
(0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.stash.put'), (0, graphql_mapping_template_1.str)('defaultValues'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)('ctx.stash.defaultValues'), (0, graphql_mapping_template_1.obj)({})))),
|
|
134
134
|
];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mutation.js","sourceRoot":"","sources":["../../../src/resolvers/dynamodb/mutation.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"mutation.js","sourceRoot":"","sources":["../../../src/resolvers/dynamodb/mutation.ts"],"names":[],"mappings":"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"}
|
|
@@ -2,7 +2,7 @@ import { ModelCreateInitSlotConfig, ModelCreateRequestConfig, ModelDefaultRespon
|
|
|
2
2
|
export declare class DynamoDBModelVTLGenerator implements ModelVTLGenerator {
|
|
3
3
|
generateUpdateRequestTemplate(config: ModelUpdateRequestConfig): string;
|
|
4
4
|
generateCreateRequestTemplate(config: ModelCreateRequestConfig): string;
|
|
5
|
-
generateCreateInitSlotTemplate(config: ModelCreateInitSlotConfig): string;
|
|
5
|
+
generateCreateInitSlotTemplate(config: ModelCreateInitSlotConfig, initializeIdField: boolean): string;
|
|
6
6
|
generateDeleteRequestTemplate(config: ModelUpdateRequestConfig): string;
|
|
7
7
|
generateUpdateInitSlotTemplate(config: ModelCreateInitSlotConfig): string;
|
|
8
8
|
generateGetRequestTemplate(config: ModelRequestConfig): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamodb-vtl-generator.d.ts","sourceRoot":"","sources":["../../../src/resolvers/generators/dynamodb-vtl-generator.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,wBAAwB,EACxB,0BAA0B,EAC1B,kBAAkB,EAClB,wBAAwB,EACxB,iBAAiB,EAClB,MAAM,iBAAiB,CAAC;AAgBzB,qBAAa,yBAA0B,YAAW,iBAAiB;IACjE,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM;IAGvE,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM;IAGvE,8BAA8B,CAAC,MAAM,EAAE,yBAAyB,GAAG,MAAM;
|
|
1
|
+
{"version":3,"file":"dynamodb-vtl-generator.d.ts","sourceRoot":"","sources":["../../../src/resolvers/generators/dynamodb-vtl-generator.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,wBAAwB,EACxB,0BAA0B,EAC1B,kBAAkB,EAClB,wBAAwB,EACxB,iBAAiB,EAClB,MAAM,iBAAiB,CAAC;AAgBzB,qBAAa,yBAA0B,YAAW,iBAAiB;IACjE,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM;IAGvE,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM;IAGvE,8BAA8B,CAAC,MAAM,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,OAAO,GAAG,MAAM;IAGrG,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM;IAGvE,8BAA8B,CAAC,MAAM,EAAE,yBAAyB,GAAG,MAAM;IAGzE,0BAA0B,CAAC,MAAM,EAAE,kBAAkB,GAAG,MAAM;IAG9D,2BAA2B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM;IAGrE,2BAA2B,CAAC,MAAM,EAAE,kBAAkB,GAAG,MAAM;IAG/D,2BAA2B,CAAC,MAAM,EAAE,kBAAkB,GAAG,MAAM;IAG/D,mCAAmC,IAAI,MAAM;IAG7C,oCAAoC,IAAI,MAAM;IAG9C,sCAAsC,CAAC,MAAM,EAAE,0BAA0B,GAAG,MAAM;CAGnF"}
|
|
@@ -9,8 +9,8 @@ class DynamoDBModelVTLGenerator {
|
|
|
9
9
|
generateCreateRequestTemplate(config) {
|
|
10
10
|
return (0, dynamodb_1.generateCreateRequestTemplate)(config.modelName, config.modelIndexFields);
|
|
11
11
|
}
|
|
12
|
-
generateCreateInitSlotTemplate(config) {
|
|
13
|
-
return (0, dynamodb_1.generateCreateInitSlotTemplate)(config.modelConfig);
|
|
12
|
+
generateCreateInitSlotTemplate(config, initializeIdField) {
|
|
13
|
+
return (0, dynamodb_1.generateCreateInitSlotTemplate)(config.modelConfig, initializeIdField);
|
|
14
14
|
}
|
|
15
15
|
generateDeleteRequestTemplate(config) {
|
|
16
16
|
return (0, dynamodb_1.generateDeleteRequestTemplate)(config.modelName, config.isSyncEnabled);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamodb-vtl-generator.js","sourceRoot":"","sources":["../../../src/resolvers/generators/dynamodb-vtl-generator.ts"],"names":[],"mappings":";;;AAQA,0CAaqB;AAErB,MAAa,yBAAyB;IACpC,6BAA6B,CAAC,MAAgC;QAC5D,OAAO,IAAA,wCAA6B,EAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,aAAa,CAAC,CAAC;IAC/E,CAAC;IACD,6BAA6B,CAAC,MAAgC;QAC5D,OAAO,IAAA,wCAA6B,EAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,gBAAgB,CAAC,CAAC;IAClF,CAAC;IACD,8BAA8B,CAAC,MAAiC;
|
|
1
|
+
{"version":3,"file":"dynamodb-vtl-generator.js","sourceRoot":"","sources":["../../../src/resolvers/generators/dynamodb-vtl-generator.ts"],"names":[],"mappings":";;;AAQA,0CAaqB;AAErB,MAAa,yBAAyB;IACpC,6BAA6B,CAAC,MAAgC;QAC5D,OAAO,IAAA,wCAA6B,EAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,aAAa,CAAC,CAAC;IAC/E,CAAC;IACD,6BAA6B,CAAC,MAAgC;QAC5D,OAAO,IAAA,wCAA6B,EAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,gBAAgB,CAAC,CAAC;IAClF,CAAC;IACD,8BAA8B,CAAC,MAAiC,EAAE,iBAA0B;QAC1F,OAAO,IAAA,yCAA8B,EAAC,MAAM,CAAC,WAAW,EAAE,iBAAiB,CAAC,CAAC;IAC/E,CAAC;IACD,6BAA6B,CAAC,MAAgC;QAC5D,OAAO,IAAA,wCAA6B,EAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,aAAa,CAAC,CAAC;IAC/E,CAAC;IACD,8BAA8B,CAAC,MAAiC;QAC9D,OAAO,IAAA,yCAA8B,EAAC,MAAM,CAAC,WAAW,CAAC,CAAC;IAC5D,CAAC;IACD,0BAA0B,CAAC,MAA0B;QACnD,OAAO,IAAA,qCAA0B,GAAE,CAAC;IACtC,CAAC;IACD,2BAA2B,CAAC,MAAgC;QAC1D,OAAO,IAAA,sCAA2B,EAAC,MAAM,CAAC,aAAa,CAAC,CAAC;IAC3D,CAAC;IACD,2BAA2B,CAAC,MAA0B;QACpD,OAAO,IAAA,sCAA2B,GAAE,CAAC;IACvC,CAAC;IACD,2BAA2B,CAAC,MAA0B;QACpD,OAAO,IAAA,sCAA2B,GAAE,CAAC;IACvC,CAAC;IACD,mCAAmC;QACjC,OAAO,IAAA,8CAAmC,GAAE,CAAC;IAC/C,CAAC;IACD,oCAAoC;QAClC,OAAO,IAAA,+CAAoC,GAAE,CAAC;IAChD,CAAC;IACD,sCAAsC,CAAC,MAAkC;QACvE,OAAO,IAAA,iDAAsC,EAAC,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC,QAAQ,CAAC,CAAC;IACvF,CAAC;CACF;AArCD,8DAqCC"}
|
|
@@ -2,7 +2,7 @@ import { ModelCreateInitSlotConfig, ModelCreateRequestConfig, ModelDefaultRespon
|
|
|
2
2
|
export declare class RDSModelVTLGenerator implements ModelVTLGenerator {
|
|
3
3
|
generateUpdateRequestTemplate(config: ModelUpdateRequestConfig): string;
|
|
4
4
|
generateCreateRequestTemplate(config: ModelCreateRequestConfig): string;
|
|
5
|
-
generateCreateInitSlotTemplate(config: ModelCreateInitSlotConfig): string;
|
|
5
|
+
generateCreateInitSlotTemplate(config: ModelCreateInitSlotConfig, initializeIdField: boolean): string;
|
|
6
6
|
generateDeleteRequestTemplate(config: ModelUpdateRequestConfig): string;
|
|
7
7
|
generateUpdateInitSlotTemplate(config: ModelCreateInitSlotConfig): string;
|
|
8
8
|
generateGetRequestTemplate(config: ModelRequestConfig): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rds-vtl-generator.d.ts","sourceRoot":"","sources":["../../../src/resolvers/generators/rds-vtl-generator.ts"],"names":[],"mappings":"AAeA,OAAO,EACL,yBAAyB,EACzB,wBAAwB,EACxB,0BAA0B,EAC1B,kBAAkB,EAClB,wBAAwB,EACxB,iBAAiB,EAClB,MAAM,iBAAiB,CAAC;AAGzB,qBAAa,oBAAqB,YAAW,iBAAiB;IAC5D,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM;IAGvE,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM;IAGvE,8BAA8B,CAAC,MAAM,EAAE,yBAAyB,GAAG,MAAM;
|
|
1
|
+
{"version":3,"file":"rds-vtl-generator.d.ts","sourceRoot":"","sources":["../../../src/resolvers/generators/rds-vtl-generator.ts"],"names":[],"mappings":"AAeA,OAAO,EACL,yBAAyB,EACzB,wBAAwB,EACxB,0BAA0B,EAC1B,kBAAkB,EAClB,wBAAwB,EACxB,iBAAiB,EAClB,MAAM,iBAAiB,CAAC;AAGzB,qBAAa,oBAAqB,YAAW,iBAAiB;IAC5D,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM;IAGvE,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM;IAGvE,8BAA8B,CAAC,MAAM,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,OAAO,GAAG,MAAM;IAGrG,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM;IAGvE,8BAA8B,CAAC,MAAM,EAAE,yBAAyB,GAAG,MAAM;IAGzE,0BAA0B,CAAC,MAAM,EAAE,kBAAkB,GAAG,MAAM;IAG9D,2BAA2B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM;IAGrE,2BAA2B,CAAC,MAAM,EAAE,kBAAkB,GAAG,MAAM;IAG/D,2BAA2B,CAAC,MAAM,EAAE,kBAAkB,GAAG,MAAM;IAG/D,mCAAmC,IAAI,MAAM;IAG7C,oCAAoC,IAAI,MAAM;IAG9C,sCAAsC,CAAC,MAAM,EAAE,0BAA0B,GAAG,MAAM;CAGnF"}
|
|
@@ -11,8 +11,8 @@ class RDSModelVTLGenerator {
|
|
|
11
11
|
generateCreateRequestTemplate(config) {
|
|
12
12
|
return (0, rds_1.generateLambdaCreateRequestTemplate)(config.modelName, config.operationName);
|
|
13
13
|
}
|
|
14
|
-
generateCreateInitSlotTemplate(config) {
|
|
15
|
-
return (0, rds_1.generateCreateInitSlotTemplate)(config.modelConfig);
|
|
14
|
+
generateCreateInitSlotTemplate(config, initializeIdField) {
|
|
15
|
+
return (0, rds_1.generateCreateInitSlotTemplate)(config.modelConfig, initializeIdField);
|
|
16
16
|
}
|
|
17
17
|
generateDeleteRequestTemplate(config) {
|
|
18
18
|
var _a;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rds-vtl-generator.js","sourceRoot":"","sources":["../../../src/resolvers/generators/rds-vtl-generator.ts"],"names":[],"mappings":";;;AAAA,gCAUgB;AAChB,0CAGqB;AAWrB,MAAa,oBAAoB;IAC/B,6BAA6B,CAAC,MAAgC;;QAC5D,OAAO,IAAA,yCAAmC,EAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,aAAa,EAAE,MAAA,MAAM,CAAC,gBAAgB,mCAAI,CAAC,IAAI,CAAC,CAAC,CAAC;IACxH,CAAC;IACD,6BAA6B,CAAC,MAAgC;QAC5D,OAAO,IAAA,yCAAmC,EAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,aAAa,CAAC,CAAC;IACrF,CAAC;IACD,8BAA8B,CAAC,MAAiC;
|
|
1
|
+
{"version":3,"file":"rds-vtl-generator.js","sourceRoot":"","sources":["../../../src/resolvers/generators/rds-vtl-generator.ts"],"names":[],"mappings":";;;AAAA,gCAUgB;AAChB,0CAGqB;AAWrB,MAAa,oBAAoB;IAC/B,6BAA6B,CAAC,MAAgC;;QAC5D,OAAO,IAAA,yCAAmC,EAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,aAAa,EAAE,MAAA,MAAM,CAAC,gBAAgB,mCAAI,CAAC,IAAI,CAAC,CAAC,CAAC;IACxH,CAAC;IACD,6BAA6B,CAAC,MAAgC;QAC5D,OAAO,IAAA,yCAAmC,EAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,aAAa,CAAC,CAAC;IACrF,CAAC;IACD,8BAA8B,CAAC,MAAiC,EAAE,iBAA0B;QAC1F,OAAO,IAAA,oCAA8B,EAAC,MAAM,CAAC,WAAW,EAAE,iBAAiB,CAAC,CAAC;IAC/E,CAAC;IACD,6BAA6B,CAAC,MAAgC;;QAC5D,OAAO,IAAA,yCAAmC,EAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,aAAa,EAAE,MAAA,MAAM,CAAC,gBAAgB,mCAAI,CAAC,IAAI,CAAC,CAAC,CAAC;IACxH,CAAC;IACD,8BAA8B,CAAC,MAAiC;QAC9D,OAAO,IAAA,oCAA8B,EAAC,MAAM,CAAC,WAAW,CAAC,CAAC;IAC5D,CAAC;IACD,0BAA0B,CAAC,MAA0B;QACnD,OAAO,IAAA,mCAA6B,EAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,aAAa,CAAC,CAAC;IACjG,CAAC;IACD,2BAA2B,CAAC,MAAgC;QAC1D,OAAO,IAAA,uCAAiC,EAAC,KAAK,CAAC,CAAC;IAClD,CAAC;IACD,2BAA2B,CAAC,MAA0B;QACpD,OAAO,IAAA,uCAAiC,EAAC,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,aAAa,CAAC,CAAC;IACrG,CAAC;IACD,2BAA2B,CAAC,MAA0B;QACpD,OAAO,IAAA,kDAA4C,EAAC,KAAK,CAAC,CAAC;IAC7D,CAAC;IACD,mCAAmC;QACjC,OAAO,IAAA,8CAAmC,GAAE,CAAC;IAC/C,CAAC;IACD,oCAAoC;QAClC,OAAO,IAAA,+CAAoC,GAAE,CAAC;IAChD,CAAC;IACD,sCAAsC,CAAC,MAAkC;QACvE,OAAO,IAAA,kDAA4C,EAAC,KAAK,CAAC,CAAC;IAC7D,CAAC;CACF;AArCD,oDAqCC"}
|
|
@@ -24,7 +24,7 @@ export type ModelDefaultResponseConfig = ModelRequestConfig & {
|
|
|
24
24
|
export interface ModelVTLGenerator {
|
|
25
25
|
generateUpdateRequestTemplate(config: ModelUpdateRequestConfig): string;
|
|
26
26
|
generateCreateRequestTemplate(config: ModelCreateRequestConfig): string;
|
|
27
|
-
generateCreateInitSlotTemplate(config: ModelCreateInitSlotConfig): string;
|
|
27
|
+
generateCreateInitSlotTemplate(config: ModelCreateInitSlotConfig, initializeIdField: boolean): string;
|
|
28
28
|
generateDeleteRequestTemplate(config: ModelDeleteRequestConfig): string;
|
|
29
29
|
generateUpdateInitSlotTemplate(config: ModelUpdateInitSlotConfig): string;
|
|
30
30
|
generateGetRequestTemplate(config: ModelRequestConfig): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vtl-generator.d.ts","sourceRoot":"","sources":["../../../src/resolvers/generators/vtl-generator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAE9D,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACvB,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,kBAAkB,GAAG;IAC1D,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,aAAa,EAAE,OAAO,CAAC;CACxB,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,wBAAwB,CAAC;AAEhE,MAAM,MAAM,wBAAwB,GAAG,kBAAkB,GAAG;IAC1D,gBAAgB,EAAE,MAAM,EAAE,CAAC;CAC5B,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG;IACtC,WAAW,EAAE,2BAA2B,CAAC;CAC1C,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,yBAAyB,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,wBAAwB,CAAC;AAE9D,MAAM,MAAM,0BAA0B,GAAG,kBAAkB,GAAG;IAC5D,aAAa,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAA;AAED,MAAM,WAAW,iBAAiB;IAChC,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM,CAAC;IACxE,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM,CAAC;IACxE,8BAA8B,CAAC,MAAM,EAAE,yBAAyB,GAAG,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"vtl-generator.d.ts","sourceRoot":"","sources":["../../../src/resolvers/generators/vtl-generator.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAE9D,MAAM,MAAM,kBAAkB,GAAG;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACvB,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,kBAAkB,GAAG;IAC1D,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,aAAa,EAAE,OAAO,CAAC;CACxB,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG,wBAAwB,CAAC;AAEhE,MAAM,MAAM,wBAAwB,GAAG,kBAAkB,GAAG;IAC1D,gBAAgB,EAAE,MAAM,EAAE,CAAC;CAC5B,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG;IACtC,WAAW,EAAE,2BAA2B,CAAC;CAC1C,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG,yBAAyB,CAAC;AAElE,MAAM,MAAM,sBAAsB,GAAG,wBAAwB,CAAC;AAE9D,MAAM,MAAM,0BAA0B,GAAG,kBAAkB,GAAG;IAC5D,aAAa,EAAE,OAAO,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAA;AAED,MAAM,WAAW,iBAAiB;IAChC,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM,CAAC;IACxE,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM,CAAC;IACxE,8BAA8B,CAAC,MAAM,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,OAAO,GAAG,MAAM,CAAC;IACtG,6BAA6B,CAAC,MAAM,EAAE,wBAAwB,GAAG,MAAM,CAAC;IACxE,8BAA8B,CAAC,MAAM,EAAE,yBAAyB,GAAG,MAAM,CAAC;IAC1E,0BAA0B,CAAC,MAAM,EAAE,kBAAkB,GAAG,MAAM,CAAC;IAC/D,2BAA2B,CAAC,MAAM,EAAE,sBAAsB,GAAG,MAAM,CAAC;IACpE,2BAA2B,CAAC,MAAM,EAAE,kBAAkB,GAAG,MAAM,CAAC;IAChE,2BAA2B,CAAC,MAAM,EAAE,kBAAkB,GAAG,MAAM,CAAC;IAChE,mCAAmC,IAAI,MAAM,CAAC;IAC9C,oCAAoC,IAAI,MAAM,CAAC;IAC/C,sCAAsC,CAAC,MAAM,EAAE,0BAA0B,GAAG,MAAM,CAAC;CACpF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ModelDirectiveConfiguration } from '../../directive';
|
|
2
|
-
export declare const generateCreateInitSlotTemplate: (modelConfig: ModelDirectiveConfiguration) => string;
|
|
2
|
+
export declare const generateCreateInitSlotTemplate: (modelConfig: ModelDirectiveConfiguration, initializeIdField: boolean) => string;
|
|
3
3
|
export declare const generateLambdaCreateRequestTemplate: (tableName: string, operationName: string) => string;
|
|
4
4
|
export declare const generateUpdateInitSlotTemplate: (modelConfig: ModelDirectiveConfiguration) => string;
|
|
5
5
|
export declare const generateLambdaUpdateRequestTemplate: (tableName: string, operationName: string, modelIndexFields: string[]) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mutation.d.ts","sourceRoot":"","sources":["../../../src/resolvers/rds/mutation.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAM9D,eAAO,MAAM,8BAA8B,gBAAiB,2BAA2B,KAAG,
|
|
1
|
+
{"version":3,"file":"mutation.d.ts","sourceRoot":"","sources":["../../../src/resolvers/rds/mutation.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAM9D,eAAO,MAAM,8BAA8B,gBAAiB,2BAA2B,qBAAqB,OAAO,KAAG,MAiCrH,CAAC;AAEF,eAAO,MAAM,mCAAmC,cAAe,MAAM,iBAAiB,MAAM,KAAG,MAoB9F,CAAC;AAMF,eAAO,MAAM,8BAA8B,gBAAiB,2BAA2B,KAAG,MA0BzF,CAAC;AAKF,eAAO,MAAM,mCAAmC,cACnC,MAAM,iBACF,MAAM,oBACH,MAAM,EAAE,KACzB,MAqBF,CAAC;AAKF,eAAO,MAAM,mCAAmC,cACnC,MAAM,iBACF,MAAM,oBACH,MAAM,EAAE,KACzB,MAiBF,CAAC"}
|
|
@@ -2,13 +2,15 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.generateLambdaDeleteRequestTemplate = exports.generateLambdaUpdateRequestTemplate = exports.generateUpdateInitSlotTemplate = exports.generateLambdaCreateRequestTemplate = exports.generateCreateInitSlotTemplate = void 0;
|
|
4
4
|
const graphql_mapping_template_1 = require("graphql-mapping-template");
|
|
5
|
-
const generateCreateInitSlotTemplate = (modelConfig) => {
|
|
5
|
+
const generateCreateInitSlotTemplate = (modelConfig, initializeIdField) => {
|
|
6
6
|
const statements = [
|
|
7
7
|
(0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.stash.put'), (0, graphql_mapping_template_1.str)('defaultValues'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)('ctx.stash.defaultValues'), (0, graphql_mapping_template_1.obj)({})))),
|
|
8
8
|
];
|
|
9
9
|
if (modelConfig === null || modelConfig === void 0 ? void 0 : modelConfig.timestamps) {
|
|
10
10
|
statements.push((0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('createdAt'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.time.nowISO8601'))));
|
|
11
|
-
|
|
11
|
+
if (initializeIdField) {
|
|
12
|
+
statements.push((0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.stash.defaultValues.put'), (0, graphql_mapping_template_1.str)('id'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.autoId')))));
|
|
13
|
+
}
|
|
12
14
|
if (modelConfig.timestamps.createdAt) {
|
|
13
15
|
statements.push((0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('ctx.stash.defaultValues.put'), (0, graphql_mapping_template_1.str)(modelConfig.timestamps.createdAt), (0, graphql_mapping_template_1.ref)('createdAt'))));
|
|
14
16
|
}
|
|
@@ -23,27 +25,25 @@ const generateCreateInitSlotTemplate = (modelConfig) => {
|
|
|
23
25
|
return (0, graphql_mapping_template_1.printBlock)('Initialization default values')((0, graphql_mapping_template_1.compoundExpression)(statements));
|
|
24
26
|
};
|
|
25
27
|
exports.generateCreateInitSlotTemplate = generateCreateInitSlotTemplate;
|
|
26
|
-
const generateLambdaCreateRequestTemplate = (tableName, operationName) =>
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
(0, graphql_mapping_template_1.
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
]));
|
|
46
|
-
};
|
|
28
|
+
const generateLambdaCreateRequestTemplate = (tableName, operationName) => (0, graphql_mapping_template_1.printBlock)('Invoke RDS Lambda data source')((0, graphql_mapping_template_1.compoundExpression)([
|
|
29
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput'), (0, graphql_mapping_template_1.obj)({})),
|
|
30
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.table'), (0, graphql_mapping_template_1.str)(tableName)),
|
|
31
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args'), (0, graphql_mapping_template_1.obj)({})),
|
|
32
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.operation'), (0, graphql_mapping_template_1.str)('CREATE')),
|
|
33
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.operationName'), (0, graphql_mapping_template_1.str)(operationName)),
|
|
34
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args.metadata'), (0, graphql_mapping_template_1.obj)({})),
|
|
35
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args.metadata.keys'), (0, graphql_mapping_template_1.list)([])),
|
|
36
|
+
(0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('lambdaInput.args.metadata.keys.addAll'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)('ctx.stash.keys'), (0, graphql_mapping_template_1.list)([])))),
|
|
37
|
+
(0, graphql_mapping_template_1.comment)('Set the default values to put request'),
|
|
38
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args.input'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)('ctx.stash.defaultValues'), (0, graphql_mapping_template_1.obj)({}))),
|
|
39
|
+
(0, graphql_mapping_template_1.comment)('copy the values from input'),
|
|
40
|
+
(0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('lambdaInput.args.input.putAll'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)('context.arguments.input'), (0, graphql_mapping_template_1.obj)({})))),
|
|
41
|
+
(0, graphql_mapping_template_1.obj)({
|
|
42
|
+
version: (0, graphql_mapping_template_1.str)('2018-05-29'),
|
|
43
|
+
operation: (0, graphql_mapping_template_1.str)('Invoke'),
|
|
44
|
+
payload: (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.toJson'), (0, graphql_mapping_template_1.ref)('lambdaInput')),
|
|
45
|
+
}),
|
|
46
|
+
]));
|
|
47
47
|
exports.generateLambdaCreateRequestTemplate = generateLambdaCreateRequestTemplate;
|
|
48
48
|
const generateUpdateInitSlotTemplate = (modelConfig) => {
|
|
49
49
|
const statements = [
|
|
@@ -62,44 +62,42 @@ const generateUpdateInitSlotTemplate = (modelConfig) => {
|
|
|
62
62
|
return (0, graphql_mapping_template_1.printBlock)('Initialization default values')((0, graphql_mapping_template_1.compoundExpression)(statements));
|
|
63
63
|
};
|
|
64
64
|
exports.generateUpdateInitSlotTemplate = generateUpdateInitSlotTemplate;
|
|
65
|
-
const generateLambdaUpdateRequestTemplate = (tableName, operationName, modelIndexFields) =>
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
};
|
|
65
|
+
const generateLambdaUpdateRequestTemplate = (tableName, operationName, modelIndexFields) => (0, graphql_mapping_template_1.printBlock)('Invoke RDS Lambda data source')((0, graphql_mapping_template_1.compoundExpression)([
|
|
66
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput'), (0, graphql_mapping_template_1.obj)({})),
|
|
67
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.table'), (0, graphql_mapping_template_1.str)(tableName)),
|
|
68
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args'), (0, graphql_mapping_template_1.obj)({})),
|
|
69
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.operation'), (0, graphql_mapping_template_1.str)('UPDATE')),
|
|
70
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.operationName'), (0, graphql_mapping_template_1.str)(operationName)),
|
|
71
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args.metadata'), (0, graphql_mapping_template_1.obj)({})),
|
|
72
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args.metadata.keys'), (0, graphql_mapping_template_1.list)([])),
|
|
73
|
+
(0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('lambdaInput.args.metadata.keys.addAll'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)('ctx.stash.keys'), (0, graphql_mapping_template_1.list)([])))),
|
|
74
|
+
(0, graphql_mapping_template_1.comment)('Set the default values to put request'),
|
|
75
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args.input'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)('ctx.stash.defaultValues'), (0, graphql_mapping_template_1.obj)({}))),
|
|
76
|
+
(0, graphql_mapping_template_1.comment)('copy the values from input'),
|
|
77
|
+
(0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('lambdaInput.args.input.putAll'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)('context.arguments.input'), (0, graphql_mapping_template_1.obj)({})))),
|
|
78
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args.condition'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)('context.arguments.condition'), (0, graphql_mapping_template_1.obj)({}))),
|
|
79
|
+
(0, graphql_mapping_template_1.obj)({
|
|
80
|
+
version: (0, graphql_mapping_template_1.str)('2018-05-29'),
|
|
81
|
+
operation: (0, graphql_mapping_template_1.str)('Invoke'),
|
|
82
|
+
payload: (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.toJson'), (0, graphql_mapping_template_1.ref)('lambdaInput')),
|
|
83
|
+
}),
|
|
84
|
+
]));
|
|
86
85
|
exports.generateLambdaUpdateRequestTemplate = generateLambdaUpdateRequestTemplate;
|
|
87
|
-
const generateLambdaDeleteRequestTemplate = (tableName, operationName, modelIndexFields) =>
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
};
|
|
86
|
+
const generateLambdaDeleteRequestTemplate = (tableName, operationName, modelIndexFields) => (0, graphql_mapping_template_1.printBlock)('Invoke RDS Lambda data source')((0, graphql_mapping_template_1.compoundExpression)([
|
|
87
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput'), (0, graphql_mapping_template_1.obj)({})),
|
|
88
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.table'), (0, graphql_mapping_template_1.str)(tableName)),
|
|
89
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args'), (0, graphql_mapping_template_1.ref)('context.arguments')),
|
|
90
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.operation'), (0, graphql_mapping_template_1.str)('DELETE')),
|
|
91
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.operationName'), (0, graphql_mapping_template_1.str)(operationName)),
|
|
92
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args.metadata'), (0, graphql_mapping_template_1.obj)({})),
|
|
93
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args.metadata.keys'), (0, graphql_mapping_template_1.list)([])),
|
|
94
|
+
(0, graphql_mapping_template_1.qref)((0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('lambdaInput.args.metadata.keys.addAll'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)('ctx.stash.keys'), (0, graphql_mapping_template_1.list)([])))),
|
|
95
|
+
(0, graphql_mapping_template_1.set)((0, graphql_mapping_template_1.ref)('lambdaInput.args.condition'), (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.defaultIfNull'), (0, graphql_mapping_template_1.ref)('context.arguments.condition'), (0, graphql_mapping_template_1.obj)({}))),
|
|
96
|
+
(0, graphql_mapping_template_1.obj)({
|
|
97
|
+
version: (0, graphql_mapping_template_1.str)('2018-05-29'),
|
|
98
|
+
operation: (0, graphql_mapping_template_1.str)('Invoke'),
|
|
99
|
+
payload: (0, graphql_mapping_template_1.methodCall)((0, graphql_mapping_template_1.ref)('util.toJson'), (0, graphql_mapping_template_1.ref)('lambdaInput')),
|
|
100
|
+
}),
|
|
101
|
+
]));
|
|
104
102
|
exports.generateLambdaDeleteRequestTemplate = generateLambdaDeleteRequestTemplate;
|
|
105
103
|
//# sourceMappingURL=mutation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mutation.js","sourceRoot":"","sources":["../../../src/resolvers/rds/mutation.ts"],"names":[],"mappings":";;;AAAA,uEAYkC;AAO3B,MAAM,8BAA8B,GAAG,CAAC,WAAwC,EAAU,EAAE;
|
|
1
|
+
{"version":3,"file":"mutation.js","sourceRoot":"","sources":["../../../src/resolvers/rds/mutation.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,14 +1,20 @@
|
|
|
1
|
-
import { Stack } from 'aws-cdk-lib';
|
|
2
|
-
import {
|
|
1
|
+
import { CfnMapping, Stack } from 'aws-cdk-lib';
|
|
2
|
+
import { RDSConnectionSecrets } from '@aws-amplify/graphql-transformer-core';
|
|
3
|
+
import { GraphQLAPIProvider } from '@aws-amplify/graphql-transformer-interfaces';
|
|
3
4
|
import { IRole } from 'aws-cdk-lib/aws-iam';
|
|
4
5
|
import { IFunction } from 'aws-cdk-lib/aws-lambda';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
6
|
+
import { Construct } from 'constructs';
|
|
7
|
+
import { VpcConfig } from '@aws-amplify/graphql-transformer-interfaces/src';
|
|
7
8
|
export type OPERATIONS = 'CREATE' | 'UPDATE' | 'DELETE' | 'GET' | 'LIST' | 'SYNC';
|
|
9
|
+
export declare const setRDSLayerMappings: (scope: Construct) => CfnMapping;
|
|
8
10
|
export declare const createRdsLambda: (stack: Stack, apiGraphql: GraphQLAPIProvider, lambdaRole: IRole, environment?: {
|
|
9
11
|
[key: string]: string;
|
|
10
|
-
} | undefined) => IFunction;
|
|
12
|
+
} | undefined, sqlLambdaVpcConfig?: VpcConfig) => IFunction;
|
|
13
|
+
export declare const createRdsPatchingLambda: (stack: Stack, apiGraphql: GraphQLAPIProvider, lambdaRole: IRole, environment?: {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
} | undefined, sqlLambdaVpcConfig?: VpcConfig) => IFunction;
|
|
11
16
|
export declare const createRdsLambdaRole: (roleName: string, stack: Construct, secretEntry: RDSConnectionSecrets) => IRole;
|
|
17
|
+
export declare const createRdsPatchingLambdaRole: (roleName: string, stack: Construct, functionArn: string) => IRole;
|
|
12
18
|
export declare const generateLambdaRequestTemplate: (tableName: string, operation: string, operationName: string) => string;
|
|
13
19
|
export declare const generateGetLambdaResponseTemplate: (isSyncEnabled: boolean) => string;
|
|
14
20
|
export declare const generateDefaultLambdaResponseMappingTemplate: (isSyncEnabled: boolean, mutation?: boolean) => string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resolver.d.ts","sourceRoot":"","sources":["../../../src/resolvers/rds/resolver.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"resolver.d.ts","sourceRoot":"","sources":["../../../src/resolvers/rds/resolver.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EAGV,KAAK,EACN,MAAM,aAAa,CAAC;AAgBrB,OAAO,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAC7E,OAAO,EAAE,kBAAkB,EAAE,MAAM,6CAA6C,CAAC;AACjF,OAAO,EAEL,KAAK,EAKN,MAAM,qBAAqB,CAAC;AAC7B,OAAO,EAAE,SAAS,EAAyB,MAAM,wBAAwB,CAAC;AAC1E,OAAO,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAEvC,OAAO,EAAE,SAAS,EAAE,MAAM,iDAAiD,CAAC;AAK5E,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,CAAC;AAUlF,eAAO,MAAM,mBAAmB,UAAW,SAAS,KAAG,UA8EtD,CAAC;AAQF,eAAO,MAAM,eAAe,UACnB,KAAK,cACA,kBAAkB,cAClB,KAAK;;oCAEI,SAAS,KAC7B,SAqBF,CAAC;AAQF,eAAO,MAAM,uBAAuB,UAC3B,KAAK,cACA,kBAAkB,cAClB,KAAK;;oCAEI,SAAS,KAC7B,SAeF,CAAC;AAQF,eAAO,MAAM,mBAAmB,aAAc,MAAM,SAAS,SAAS,eAAe,oBAAoB,KAAG,KA+C3G,CAAC;AAQF,eAAO,MAAM,2BAA2B,aAAc,MAAM,SAAS,SAAS,eAAe,MAAM,KAAG,KA0CrG,CAAC;AAQF,eAAO,MAAM,6BAA6B,cAAe,MAAM,aAAa,MAAM,iBAAiB,MAAM,KAAG,MAkB3G,CAAC;AAMF,eAAO,MAAM,iCAAiC,kBAAmB,OAAO,KAAG,MAiB1E,CAAC;AAQF,eAAO,MAAM,4CAA4C,kBAAmB,OAAO,yBAAqB,MAkBvG,CAAC"}
|