cdk-ecr-deployment 2.5.6 → 2.5.22
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/.gitattributes +5 -4
- package/.jsii +673 -21
- package/.jsii.tabl.json +1 -0
- package/.projenrc.ts +100 -0
- package/API.md +4 -4
- package/README.md +4 -4
- package/lambda/go.mod +2 -5
- package/lambda/go.sum +39 -14
- package/lib/index.d.ts +7 -65
- package/lib/index.js +7 -45
- package/node_modules/@sindresorhus/is/dist/index.d.ts +12 -7
- package/node_modules/@sindresorhus/is/dist/index.js +9 -4
- package/node_modules/@sindresorhus/is/dist/types.d.ts +1 -0
- package/node_modules/@sindresorhus/is/package.json +1 -1
- package/node_modules/@sindresorhus/is/readme.md +25 -7
- package/node_modules/@types/cacheable-request/README.md +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +135 -75
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +67 -38
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +226 -104
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +87 -58
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +29 -29
- package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +888 -256
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +16 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +60 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +52 -8
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +27 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dom-events.d.ts +126 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +6 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +166 -93
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +169 -70
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +301 -126
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +22 -13
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +453 -125
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +74 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +103 -53
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +6 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +20 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +6 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +114 -22
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +36 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +15 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +37 -26
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +96 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +95 -82
- package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +145 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +51 -175
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +21 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +2 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +983 -824
- package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +1154 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +26 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +127 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +149 -50
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +30 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +972 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +530 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +2354 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +1395 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +414 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +3969 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +414 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +668 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +724 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +1189 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +4044 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +303 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +1724 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +2129 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +441 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +2748 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +116 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +888 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +477 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +638 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/process.d.ts +1494 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +145 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +526 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +1392 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +1154 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +215 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +1119 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +901 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +2052 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +894 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +693 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +11 -7
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +66 -56
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +528 -70
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +271 -14
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +421 -34
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +15 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +81 -37
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +11 -11
- package/node_modules/@types/cacheable-request/package.json +5 -5
- package/node_modules/@types/keyv/README.md +1 -1
- package/node_modules/@types/keyv/index.d.ts +16 -3
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +135 -75
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +67 -38
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +226 -104
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +87 -58
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +29 -29
- package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +888 -256
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +16 -16
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +60 -21
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +52 -8
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +27 -18
- package/node_modules/@types/keyv/node_modules/@types/node/dom-events.d.ts +126 -0
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +6 -5
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +166 -93
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +169 -70
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +301 -126
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +22 -13
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +453 -125
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +74 -46
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +103 -53
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +6 -2
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +20 -16
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +6 -4
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +114 -22
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +36 -14
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +15 -3
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +37 -26
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +96 -15
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +95 -82
- package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +145 -0
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +51 -175
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +21 -21
- package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +2 -14
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +983 -824
- package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +1154 -0
- package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +26 -1
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +127 -6
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +149 -50
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +30 -9
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +972 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +530 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +2354 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +1395 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +414 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +3969 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +414 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +668 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +724 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +1189 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +4044 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +303 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +1724 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +2129 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +441 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +2748 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +116 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +888 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +477 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +638 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +1494 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +145 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +526 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +1392 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +1154 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +215 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +1119 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +901 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +2052 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +894 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +693 -0
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +11 -7
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +66 -56
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +528 -70
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +271 -14
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +421 -34
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +15 -21
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +81 -37
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +11 -11
- package/node_modules/@types/keyv/package.json +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +135 -75
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +67 -38
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +226 -104
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +87 -58
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +29 -29
- package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +888 -256
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +16 -16
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +60 -21
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +52 -8
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +27 -18
- package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +126 -0
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +6 -5
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +166 -93
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +169 -70
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +301 -126
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +22 -13
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +453 -125
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +74 -46
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +103 -53
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +6 -2
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +20 -16
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +6 -4
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +114 -22
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +36 -14
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +15 -3
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +37 -26
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +96 -15
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +95 -82
- package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +145 -0
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +51 -175
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +21 -21
- package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +2 -14
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +983 -824
- package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +1154 -0
- package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +26 -1
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +127 -6
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +149 -50
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +30 -9
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +972 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +530 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +2354 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +1395 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +414 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +3969 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +191 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +414 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +668 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dom-events.d.ts +126 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +724 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +1189 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +4044 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +303 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +1724 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +2129 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +441 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/index.d.ts +88 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +2748 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +116 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +888 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +477 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +638 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/process.d.ts +1494 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +145 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +526 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/consumers.d.ts +12 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +1392 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +1154 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers/promises.d.ts +93 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +215 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +1119 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +182 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +208 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +901 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +2052 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +635 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +894 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +152 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +693 -0
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +11 -7
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +66 -56
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +528 -70
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +271 -14
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +421 -34
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +15 -21
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +81 -37
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +11 -11
- package/node_modules/cacheable-request/package.json +1 -1
- package/node_modules/clone-response/node_modules/mimic-response/index.js +32 -0
- package/node_modules/{get-stream → clone-response/node_modules/mimic-response}/license +1 -1
- package/node_modules/clone-response/node_modules/mimic-response/package.json +37 -0
- package/node_modules/clone-response/node_modules/mimic-response/readme.md +54 -0
- package/node_modules/clone-response/package.json +3 -6
- package/node_modules/got/dist/source/as-promise/index.js +1 -0
- package/node_modules/got/package.json +2 -1
- package/node_modules/http-cache-semantics/index.js +4 -3
- package/node_modules/http-cache-semantics/package.json +2 -8
- package/node_modules/keyv/README.md +141 -5
- package/node_modules/keyv/package.json +56 -50
- package/node_modules/keyv/src/index.d.ts +116 -0
- package/node_modules/keyv/src/index.js +179 -24
- package/node_modules/mimic-response/index.js +58 -13
- package/node_modules/mimic-response/license +1 -1
- package/node_modules/mimic-response/package.json +40 -35
- package/node_modules/mimic-response/readme.md +33 -9
- package/node_modules/responselike/package.json +3 -2
- package/package.json +54 -25
- package/rosetta/default.ts-fixture +17 -0
- package/changelog.md +0 -2
- package/node_modules/decompress-response/node_modules/mimic-response/index.js +0 -77
- package/node_modules/decompress-response/node_modules/mimic-response/package.json +0 -42
- package/node_modules/decompress-response/node_modules/mimic-response/readme.md +0 -78
- package/node_modules/keyv/.nyc_output/37411020-4142-4b08-b825-343ba2427bf7.json +0 -1
- package/node_modules/keyv/.nyc_output/cd79f2de-c8b8-4493-bc15-b2bde28efa4b.json +0 -1
- package/node_modules/keyv/.nyc_output/processinfo/37411020-4142-4b08-b825-343ba2427bf7.json +0 -1
- package/node_modules/keyv/.nyc_output/processinfo/cd79f2de-c8b8-4493-bc15-b2bde28efa4b.json +0 -1
- package/node_modules/keyv/.nyc_output/processinfo/index.json +0 -1
- package/node_modules/keyv/test/test.js +0 -132
- package/node_modules/keyv/test/testdb.sqlite +0 -0
- package/releasetag.txt +0 -1
- package/version.txt +0 -1
- /package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/buffer-stream.js +0 -0
- /package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/index.d.ts +0 -0
- /package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/index.js +0 -0
- /package/node_modules/{decompress-response/node_modules/mimic-response → cacheable-request/node_modules/get-stream}/license +0 -0
- /package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/package.json +0 -0
- /package/node_modules/{get-stream → cacheable-request/node_modules/get-stream}/readme.md +0 -0
- /package/node_modules/{decompress-response/node_modules/mimic-response → mimic-response}/index.d.ts +0 -0
package/.jsii
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": {
|
|
3
|
-
"
|
|
3
|
+
"email": "aws-cdk-dev@amazon.com",
|
|
4
|
+
"name": "Amazon Web Services",
|
|
5
|
+
"organization": true,
|
|
4
6
|
"roles": [
|
|
5
7
|
"author"
|
|
6
8
|
]
|
|
7
9
|
},
|
|
8
10
|
"bundled": {
|
|
9
|
-
"got": "^11.8.
|
|
11
|
+
"got": "^11.8.6",
|
|
10
12
|
"hpagent": "^0.1.2"
|
|
11
13
|
},
|
|
12
14
|
"dependencies": {
|
|
@@ -14,6 +16,84 @@
|
|
|
14
16
|
"constructs": "^10.0.5"
|
|
15
17
|
},
|
|
16
18
|
"dependencyClosure": {
|
|
19
|
+
"@aws-cdk/asset-awscli-v1": {
|
|
20
|
+
"targets": {
|
|
21
|
+
"dotnet": {
|
|
22
|
+
"namespace": "Amazon.CDK.Asset.AwsCliV1",
|
|
23
|
+
"packageId": "Amazon.CDK.Asset.AwsCliV1"
|
|
24
|
+
},
|
|
25
|
+
"go": {
|
|
26
|
+
"moduleName": "github.com/cdklabs/awscdk-asset-awscli-go",
|
|
27
|
+
"packageName": "awscliv1"
|
|
28
|
+
},
|
|
29
|
+
"java": {
|
|
30
|
+
"maven": {
|
|
31
|
+
"artifactId": "cdk-asset-awscli-v1",
|
|
32
|
+
"groupId": "software.amazon.awscdk"
|
|
33
|
+
},
|
|
34
|
+
"package": "software.amazon.awscdk.cdk.asset.awscli.v1"
|
|
35
|
+
},
|
|
36
|
+
"js": {
|
|
37
|
+
"npm": "@aws-cdk/asset-awscli-v1"
|
|
38
|
+
},
|
|
39
|
+
"python": {
|
|
40
|
+
"distName": "aws-cdk.asset-awscli-v1",
|
|
41
|
+
"module": "aws_cdk.asset_awscli_v1"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"@aws-cdk/asset-kubectl-v20": {
|
|
46
|
+
"targets": {
|
|
47
|
+
"dotnet": {
|
|
48
|
+
"namespace": "Amazon.CDK.Asset.KubectlV20",
|
|
49
|
+
"packageId": "Amazon.CDK.Asset.KubectlV20"
|
|
50
|
+
},
|
|
51
|
+
"go": {
|
|
52
|
+
"moduleName": "github.com/cdklabs/awscdk-asset-kubectl-go",
|
|
53
|
+
"packageName": "kubectlv20"
|
|
54
|
+
},
|
|
55
|
+
"java": {
|
|
56
|
+
"maven": {
|
|
57
|
+
"artifactId": "cdk-asset-kubectl-v20",
|
|
58
|
+
"groupId": "software.amazon.awscdk"
|
|
59
|
+
},
|
|
60
|
+
"package": "software.amazon.awscdk.cdk.asset.kubectl.v20"
|
|
61
|
+
},
|
|
62
|
+
"js": {
|
|
63
|
+
"npm": "@aws-cdk/asset-kubectl-v20"
|
|
64
|
+
},
|
|
65
|
+
"python": {
|
|
66
|
+
"distName": "aws-cdk.asset-kubectl-v20",
|
|
67
|
+
"module": "aws_cdk.asset_kubectl_v20"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"@aws-cdk/asset-node-proxy-agent-v5": {
|
|
72
|
+
"targets": {
|
|
73
|
+
"dotnet": {
|
|
74
|
+
"namespace": "Amazon.CDK.Asset.NodeProxyAgentV5",
|
|
75
|
+
"packageId": "Amazon.CDK.Asset.NodeProxyAgentV5"
|
|
76
|
+
},
|
|
77
|
+
"go": {
|
|
78
|
+
"moduleName": "github.com/cdklabs/awscdk-asset-node-proxy-agent-go",
|
|
79
|
+
"packageName": "nodeproxyagentv5"
|
|
80
|
+
},
|
|
81
|
+
"java": {
|
|
82
|
+
"maven": {
|
|
83
|
+
"artifactId": "cdk-asset-node-proxy-agent-v5",
|
|
84
|
+
"groupId": "software.amazon.awscdk"
|
|
85
|
+
},
|
|
86
|
+
"package": "software.amazon.awscdk.cdk.asset.node.proxy.agent.v5"
|
|
87
|
+
},
|
|
88
|
+
"js": {
|
|
89
|
+
"npm": "@aws-cdk/asset-node-proxy-agent-v5"
|
|
90
|
+
},
|
|
91
|
+
"python": {
|
|
92
|
+
"distName": "aws-cdk.asset-node-proxy-agent-v5",
|
|
93
|
+
"module": "aws_cdk.asset_node_proxy_agent_v5"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
},
|
|
17
97
|
"aws-cdk-lib": {
|
|
18
98
|
"submodules": {
|
|
19
99
|
"aws-cdk-lib.alexa_ask": {
|
|
@@ -367,6 +447,19 @@
|
|
|
367
447
|
}
|
|
368
448
|
}
|
|
369
449
|
},
|
|
450
|
+
"aws-cdk-lib.aws_backupgateway": {
|
|
451
|
+
"targets": {
|
|
452
|
+
"dotnet": {
|
|
453
|
+
"package": "Amazon.CDK.AWS.BackupGateway"
|
|
454
|
+
},
|
|
455
|
+
"java": {
|
|
456
|
+
"package": "services.backupgateway"
|
|
457
|
+
},
|
|
458
|
+
"python": {
|
|
459
|
+
"module": "aws_cdk.aws_backupgateway"
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
},
|
|
370
463
|
"aws-cdk-lib.aws_batch": {
|
|
371
464
|
"targets": {
|
|
372
465
|
"dotnet": {
|
|
@@ -380,6 +473,19 @@
|
|
|
380
473
|
}
|
|
381
474
|
}
|
|
382
475
|
},
|
|
476
|
+
"aws-cdk-lib.aws_billingconductor": {
|
|
477
|
+
"targets": {
|
|
478
|
+
"dotnet": {
|
|
479
|
+
"namespace": "Amazon.CDK.AWS.BillingConductor"
|
|
480
|
+
},
|
|
481
|
+
"java": {
|
|
482
|
+
"package": "software.amazon.awscdk.services.billingconductor"
|
|
483
|
+
},
|
|
484
|
+
"python": {
|
|
485
|
+
"module": "aws_cdk.aws_billingconductor"
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
},
|
|
383
489
|
"aws-cdk-lib.aws_budgets": {
|
|
384
490
|
"targets": {
|
|
385
491
|
"dotnet": {
|
|
@@ -445,6 +551,19 @@
|
|
|
445
551
|
}
|
|
446
552
|
}
|
|
447
553
|
},
|
|
554
|
+
"aws-cdk-lib.aws_cleanrooms": {
|
|
555
|
+
"targets": {
|
|
556
|
+
"dotnet": {
|
|
557
|
+
"package": "Amazon.CDK.AWS.CleanRooms"
|
|
558
|
+
},
|
|
559
|
+
"java": {
|
|
560
|
+
"package": "services.cleanrooms"
|
|
561
|
+
},
|
|
562
|
+
"python": {
|
|
563
|
+
"module": "aws_cdk.aws_cleanrooms"
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
},
|
|
448
567
|
"aws-cdk-lib.aws_cloud9": {
|
|
449
568
|
"targets": {
|
|
450
569
|
"dotnet": {
|
|
@@ -693,6 +812,19 @@
|
|
|
693
812
|
}
|
|
694
813
|
}
|
|
695
814
|
},
|
|
815
|
+
"aws-cdk-lib.aws_comprehend": {
|
|
816
|
+
"targets": {
|
|
817
|
+
"dotnet": {
|
|
818
|
+
"namespace": "Amazon.CDK.AWS.Comprehend"
|
|
819
|
+
},
|
|
820
|
+
"java": {
|
|
821
|
+
"package": "software.amazon.awscdk.services.comprehend"
|
|
822
|
+
},
|
|
823
|
+
"python": {
|
|
824
|
+
"module": "aws_cdk.aws_comprehend"
|
|
825
|
+
}
|
|
826
|
+
}
|
|
827
|
+
},
|
|
696
828
|
"aws-cdk-lib.aws_config": {
|
|
697
829
|
"targets": {
|
|
698
830
|
"dotnet": {
|
|
@@ -719,6 +851,32 @@
|
|
|
719
851
|
}
|
|
720
852
|
}
|
|
721
853
|
},
|
|
854
|
+
"aws-cdk-lib.aws_connectcampaigns": {
|
|
855
|
+
"targets": {
|
|
856
|
+
"dotnet": {
|
|
857
|
+
"namespace": "Amazon.CDK.AWS.ConnectCampaigns"
|
|
858
|
+
},
|
|
859
|
+
"java": {
|
|
860
|
+
"package": "software.amazon.awscdk.services.connectcampaigns"
|
|
861
|
+
},
|
|
862
|
+
"python": {
|
|
863
|
+
"module": "aws_cdk.aws_connectcampaigns"
|
|
864
|
+
}
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
"aws-cdk-lib.aws_controltower": {
|
|
868
|
+
"targets": {
|
|
869
|
+
"dotnet": {
|
|
870
|
+
"namespace": "Amazon.CDK.AWS.ControlTower"
|
|
871
|
+
},
|
|
872
|
+
"java": {
|
|
873
|
+
"package": "software.amazon.awscdk.services.controltower"
|
|
874
|
+
},
|
|
875
|
+
"python": {
|
|
876
|
+
"module": "aws_cdk.aws_controltower"
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
},
|
|
722
880
|
"aws-cdk-lib.aws_cur": {
|
|
723
881
|
"targets": {
|
|
724
882
|
"dotnet": {
|
|
@@ -810,6 +968,19 @@
|
|
|
810
968
|
}
|
|
811
969
|
}
|
|
812
970
|
},
|
|
971
|
+
"aws-cdk-lib.aws_devicefarm": {
|
|
972
|
+
"targets": {
|
|
973
|
+
"dotnet": {
|
|
974
|
+
"namespace": "Amazon.CDK.AWS.DeviceFarm"
|
|
975
|
+
},
|
|
976
|
+
"java": {
|
|
977
|
+
"package": "software.amazon.awscdk.services.devicefarm"
|
|
978
|
+
},
|
|
979
|
+
"python": {
|
|
980
|
+
"module": "aws_cdk.aws_devicefarm"
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
},
|
|
813
984
|
"aws-cdk-lib.aws_devopsguru": {
|
|
814
985
|
"targets": {
|
|
815
986
|
"dotnet": {
|
|
@@ -875,6 +1046,19 @@
|
|
|
875
1046
|
}
|
|
876
1047
|
}
|
|
877
1048
|
},
|
|
1049
|
+
"aws-cdk-lib.aws_docdbelastic": {
|
|
1050
|
+
"targets": {
|
|
1051
|
+
"dotnet": {
|
|
1052
|
+
"namespace": "Amazon.CDK.AWS.DocDBElastic"
|
|
1053
|
+
},
|
|
1054
|
+
"java": {
|
|
1055
|
+
"package": "software.amazon.awscdk.services.docdbelastic"
|
|
1056
|
+
},
|
|
1057
|
+
"python": {
|
|
1058
|
+
"module": "aws_cdk.aws_docdbelastic"
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
878
1062
|
"aws-cdk-lib.aws_dynamodb": {
|
|
879
1063
|
"targets": {
|
|
880
1064
|
"dotnet": {
|
|
@@ -1096,6 +1280,19 @@
|
|
|
1096
1280
|
}
|
|
1097
1281
|
}
|
|
1098
1282
|
},
|
|
1283
|
+
"aws-cdk-lib.aws_emrserverless": {
|
|
1284
|
+
"targets": {
|
|
1285
|
+
"dotnet": {
|
|
1286
|
+
"namespace": "Amazon.CDK.AWS.EMRServerless"
|
|
1287
|
+
},
|
|
1288
|
+
"java": {
|
|
1289
|
+
"package": "software.amazon.awscdk.services.emrserverless"
|
|
1290
|
+
},
|
|
1291
|
+
"python": {
|
|
1292
|
+
"module": "aws_cdk.aws_emrserverless"
|
|
1293
|
+
}
|
|
1294
|
+
}
|
|
1295
|
+
},
|
|
1099
1296
|
"aws-cdk-lib.aws_events": {
|
|
1100
1297
|
"targets": {
|
|
1101
1298
|
"dotnet": {
|
|
@@ -1187,6 +1384,19 @@
|
|
|
1187
1384
|
}
|
|
1188
1385
|
}
|
|
1189
1386
|
},
|
|
1387
|
+
"aws-cdk-lib.aws_forecast": {
|
|
1388
|
+
"targets": {
|
|
1389
|
+
"dotnet": {
|
|
1390
|
+
"namespace": "Amazon.CDK.AWS.Forecast"
|
|
1391
|
+
},
|
|
1392
|
+
"java": {
|
|
1393
|
+
"package": "software.amazon.awscdk.services.forecast"
|
|
1394
|
+
},
|
|
1395
|
+
"python": {
|
|
1396
|
+
"module": "aws_cdk.aws_forecast"
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
},
|
|
1190
1400
|
"aws-cdk-lib.aws_frauddetector": {
|
|
1191
1401
|
"targets": {
|
|
1192
1402
|
"dotnet": {
|
|
@@ -1265,6 +1475,19 @@
|
|
|
1265
1475
|
}
|
|
1266
1476
|
}
|
|
1267
1477
|
},
|
|
1478
|
+
"aws-cdk-lib.aws_grafana": {
|
|
1479
|
+
"targets": {
|
|
1480
|
+
"dotnet": {
|
|
1481
|
+
"namespace": "Amazon.CDK.AWS.Grafana"
|
|
1482
|
+
},
|
|
1483
|
+
"java": {
|
|
1484
|
+
"package": "software.amazon.awscdk.services.grafana"
|
|
1485
|
+
},
|
|
1486
|
+
"python": {
|
|
1487
|
+
"module": "aws_cdk.aws_grafana"
|
|
1488
|
+
}
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1268
1491
|
"aws-cdk-lib.aws_greengrass": {
|
|
1269
1492
|
"targets": {
|
|
1270
1493
|
"dotnet": {
|
|
@@ -1343,6 +1566,19 @@
|
|
|
1343
1566
|
}
|
|
1344
1567
|
}
|
|
1345
1568
|
},
|
|
1569
|
+
"aws-cdk-lib.aws_identitystore": {
|
|
1570
|
+
"targets": {
|
|
1571
|
+
"dotnet": {
|
|
1572
|
+
"namespace": "Amazon.CDK.AWS.IdentityStore"
|
|
1573
|
+
},
|
|
1574
|
+
"java": {
|
|
1575
|
+
"package": "software.amazon.awscdk.services.identitystore"
|
|
1576
|
+
},
|
|
1577
|
+
"python": {
|
|
1578
|
+
"module": "aws_cdk.aws_identitystore"
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1581
|
+
},
|
|
1346
1582
|
"aws-cdk-lib.aws_imagebuilder": {
|
|
1347
1583
|
"targets": {
|
|
1348
1584
|
"dotnet": {
|
|
@@ -1369,6 +1605,32 @@
|
|
|
1369
1605
|
}
|
|
1370
1606
|
}
|
|
1371
1607
|
},
|
|
1608
|
+
"aws-cdk-lib.aws_inspectorv2": {
|
|
1609
|
+
"targets": {
|
|
1610
|
+
"dotnet": {
|
|
1611
|
+
"namespace": "Amazon.CDK.AWS.InspectorV2"
|
|
1612
|
+
},
|
|
1613
|
+
"java": {
|
|
1614
|
+
"package": "software.amazon.awscdk.services.inspectorv2"
|
|
1615
|
+
},
|
|
1616
|
+
"python": {
|
|
1617
|
+
"module": "aws_cdk.aws_inspectorv2"
|
|
1618
|
+
}
|
|
1619
|
+
}
|
|
1620
|
+
},
|
|
1621
|
+
"aws-cdk-lib.aws_internetmonitor": {
|
|
1622
|
+
"targets": {
|
|
1623
|
+
"dotnet": {
|
|
1624
|
+
"namespace": "Amazon.CDK.AWS.InternetMonitor"
|
|
1625
|
+
},
|
|
1626
|
+
"java": {
|
|
1627
|
+
"package": "software.amazon.awscdk.services.internetmonitor"
|
|
1628
|
+
},
|
|
1629
|
+
"python": {
|
|
1630
|
+
"module": "aws_cdk.aws_internetmonitor"
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
},
|
|
1372
1634
|
"aws-cdk-lib.aws_iot": {
|
|
1373
1635
|
"targets": {
|
|
1374
1636
|
"dotnet": {
|
|
@@ -1447,6 +1709,19 @@
|
|
|
1447
1709
|
}
|
|
1448
1710
|
}
|
|
1449
1711
|
},
|
|
1712
|
+
"aws-cdk-lib.aws_iotfleetwise": {
|
|
1713
|
+
"targets": {
|
|
1714
|
+
"dotnet": {
|
|
1715
|
+
"namespace": "Amazon.CDK.AWS.IoTFleetWise"
|
|
1716
|
+
},
|
|
1717
|
+
"java": {
|
|
1718
|
+
"package": "software.amazon.awscdk.services.iotfleetwise"
|
|
1719
|
+
},
|
|
1720
|
+
"python": {
|
|
1721
|
+
"module": "aws_cdk.aws_iotfleetwise"
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
},
|
|
1450
1725
|
"aws-cdk-lib.aws_iotsitewise": {
|
|
1451
1726
|
"targets": {
|
|
1452
1727
|
"dotnet": {
|
|
@@ -1473,6 +1748,19 @@
|
|
|
1473
1748
|
}
|
|
1474
1749
|
}
|
|
1475
1750
|
},
|
|
1751
|
+
"aws-cdk-lib.aws_iottwinmaker": {
|
|
1752
|
+
"targets": {
|
|
1753
|
+
"dotnet": {
|
|
1754
|
+
"namespace": "Amazon.CDK.AWS.IoTTwinMaker"
|
|
1755
|
+
},
|
|
1756
|
+
"java": {
|
|
1757
|
+
"package": "software.amazon.awscdk.services.iottwinmaker"
|
|
1758
|
+
},
|
|
1759
|
+
"python": {
|
|
1760
|
+
"module": "aws_cdk.aws_iottwinmaker"
|
|
1761
|
+
}
|
|
1762
|
+
}
|
|
1763
|
+
},
|
|
1476
1764
|
"aws-cdk-lib.aws_iotwireless": {
|
|
1477
1765
|
"targets": {
|
|
1478
1766
|
"dotnet": {
|
|
@@ -1499,6 +1787,32 @@
|
|
|
1499
1787
|
}
|
|
1500
1788
|
}
|
|
1501
1789
|
},
|
|
1790
|
+
"aws-cdk-lib.aws_ivschat": {
|
|
1791
|
+
"targets": {
|
|
1792
|
+
"dotnet": {
|
|
1793
|
+
"namespace": "Amazon.CDK.AWS.IVSChat"
|
|
1794
|
+
},
|
|
1795
|
+
"java": {
|
|
1796
|
+
"package": "software.amazon.awscdk.services.ivschat"
|
|
1797
|
+
},
|
|
1798
|
+
"python": {
|
|
1799
|
+
"module": "aws_cdk.aws_ivschat"
|
|
1800
|
+
}
|
|
1801
|
+
}
|
|
1802
|
+
},
|
|
1803
|
+
"aws-cdk-lib.aws_kafkaconnect": {
|
|
1804
|
+
"targets": {
|
|
1805
|
+
"dotnet": {
|
|
1806
|
+
"namespace": "Amazon.CDK.AWS.KafkaConnect"
|
|
1807
|
+
},
|
|
1808
|
+
"java": {
|
|
1809
|
+
"package": "software.amazon.awscdk.services.kafkaconnect"
|
|
1810
|
+
},
|
|
1811
|
+
"python": {
|
|
1812
|
+
"module": "aws_cdk.aws_kafkaconnect"
|
|
1813
|
+
}
|
|
1814
|
+
}
|
|
1815
|
+
},
|
|
1502
1816
|
"aws-cdk-lib.aws_kendra": {
|
|
1503
1817
|
"targets": {
|
|
1504
1818
|
"dotnet": {
|
|
@@ -1512,6 +1826,19 @@
|
|
|
1512
1826
|
}
|
|
1513
1827
|
}
|
|
1514
1828
|
},
|
|
1829
|
+
"aws-cdk-lib.aws_kendraranking": {
|
|
1830
|
+
"targets": {
|
|
1831
|
+
"dotnet": {
|
|
1832
|
+
"namespace": "Amazon.CDK.AWS.KendraRanking"
|
|
1833
|
+
},
|
|
1834
|
+
"java": {
|
|
1835
|
+
"package": "software.amazon.awscdk.services.kendraranking"
|
|
1836
|
+
},
|
|
1837
|
+
"python": {
|
|
1838
|
+
"module": "aws_cdk.aws_kendraranking"
|
|
1839
|
+
}
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1515
1842
|
"aws-cdk-lib.aws_kinesis": {
|
|
1516
1843
|
"targets": {
|
|
1517
1844
|
"dotnet": {
|
|
@@ -1538,6 +1865,19 @@
|
|
|
1538
1865
|
}
|
|
1539
1866
|
}
|
|
1540
1867
|
},
|
|
1868
|
+
"aws-cdk-lib.aws_kinesisanalyticsv2": {
|
|
1869
|
+
"targets": {
|
|
1870
|
+
"dotnet": {
|
|
1871
|
+
"namespace": "Amazon.CDK.AWS.KinesisAnalyticsV2"
|
|
1872
|
+
},
|
|
1873
|
+
"java": {
|
|
1874
|
+
"package": "software.amazon.awscdk.services.kinesisanalyticsv2"
|
|
1875
|
+
},
|
|
1876
|
+
"python": {
|
|
1877
|
+
"module": "aws_cdk.aws_kinesisanalyticsv2"
|
|
1878
|
+
}
|
|
1879
|
+
}
|
|
1880
|
+
},
|
|
1541
1881
|
"aws-cdk-lib.aws_kinesisfirehose": {
|
|
1542
1882
|
"targets": {
|
|
1543
1883
|
"dotnet": {
|
|
@@ -1551,6 +1891,19 @@
|
|
|
1551
1891
|
}
|
|
1552
1892
|
}
|
|
1553
1893
|
},
|
|
1894
|
+
"aws-cdk-lib.aws_kinesisvideo": {
|
|
1895
|
+
"targets": {
|
|
1896
|
+
"dotnet": {
|
|
1897
|
+
"namespace": "Amazon.CDK.AWS.KinesisVideo"
|
|
1898
|
+
},
|
|
1899
|
+
"java": {
|
|
1900
|
+
"package": "software.amazon.awscdk.services.kinesisvideo"
|
|
1901
|
+
},
|
|
1902
|
+
"python": {
|
|
1903
|
+
"module": "aws_cdk.aws_kinesisvideo"
|
|
1904
|
+
}
|
|
1905
|
+
}
|
|
1906
|
+
},
|
|
1554
1907
|
"aws-cdk-lib.aws_kms": {
|
|
1555
1908
|
"targets": {
|
|
1556
1909
|
"dotnet": {
|
|
@@ -1746,6 +2099,19 @@
|
|
|
1746
2099
|
}
|
|
1747
2100
|
}
|
|
1748
2101
|
},
|
|
2102
|
+
"aws-cdk-lib.aws_m2": {
|
|
2103
|
+
"targets": {
|
|
2104
|
+
"dotnet": {
|
|
2105
|
+
"namespace": "Amazon.CDK.AWS.M2"
|
|
2106
|
+
},
|
|
2107
|
+
"java": {
|
|
2108
|
+
"package": "software.amazon.awscdk.services.m2"
|
|
2109
|
+
},
|
|
2110
|
+
"python": {
|
|
2111
|
+
"module": "aws_cdk.aws_m2"
|
|
2112
|
+
}
|
|
2113
|
+
}
|
|
2114
|
+
},
|
|
1749
2115
|
"aws-cdk-lib.aws_macie": {
|
|
1750
2116
|
"targets": {
|
|
1751
2117
|
"dotnet": {
|
|
@@ -1837,6 +2203,19 @@
|
|
|
1837
2203
|
}
|
|
1838
2204
|
}
|
|
1839
2205
|
},
|
|
2206
|
+
"aws-cdk-lib.aws_mediatailor": {
|
|
2207
|
+
"targets": {
|
|
2208
|
+
"dotnet": {
|
|
2209
|
+
"namespace": "Amazon.CDK.AWS.MediaTailor"
|
|
2210
|
+
},
|
|
2211
|
+
"java": {
|
|
2212
|
+
"package": "software.amazon.awscdk.services.mediatailor"
|
|
2213
|
+
},
|
|
2214
|
+
"python": {
|
|
2215
|
+
"module": "aws_cdk.aws_mediatailor"
|
|
2216
|
+
}
|
|
2217
|
+
}
|
|
2218
|
+
},
|
|
1840
2219
|
"aws-cdk-lib.aws_memorydb": {
|
|
1841
2220
|
"targets": {
|
|
1842
2221
|
"dotnet": {
|
|
@@ -1928,6 +2307,45 @@
|
|
|
1928
2307
|
}
|
|
1929
2308
|
}
|
|
1930
2309
|
},
|
|
2310
|
+
"aws-cdk-lib.aws_oam": {
|
|
2311
|
+
"targets": {
|
|
2312
|
+
"dotnet": {
|
|
2313
|
+
"namespace": "Amazon.CDK.AWS.Oam"
|
|
2314
|
+
},
|
|
2315
|
+
"java": {
|
|
2316
|
+
"package": "software.amazon.awscdk.services.oam"
|
|
2317
|
+
},
|
|
2318
|
+
"python": {
|
|
2319
|
+
"module": "aws_cdk.aws_oam"
|
|
2320
|
+
}
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
"aws-cdk-lib.aws_omics": {
|
|
2324
|
+
"targets": {
|
|
2325
|
+
"dotnet": {
|
|
2326
|
+
"namespace": "Amazon.CDK.AWS.Omics"
|
|
2327
|
+
},
|
|
2328
|
+
"java": {
|
|
2329
|
+
"package": "software.amazon.awscdk.services.omics"
|
|
2330
|
+
},
|
|
2331
|
+
"python": {
|
|
2332
|
+
"module": "aws_cdk.aws_omics"
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
},
|
|
2336
|
+
"aws-cdk-lib.aws_opensearchserverless": {
|
|
2337
|
+
"targets": {
|
|
2338
|
+
"dotnet": {
|
|
2339
|
+
"namespace": "Amazon.CDK.AWS.OpenSearchServerless"
|
|
2340
|
+
},
|
|
2341
|
+
"java": {
|
|
2342
|
+
"package": "software.amazon.awscdk.services.opensearchserverless"
|
|
2343
|
+
},
|
|
2344
|
+
"python": {
|
|
2345
|
+
"module": "aws_cdk.aws_opensearchserverless"
|
|
2346
|
+
}
|
|
2347
|
+
}
|
|
2348
|
+
},
|
|
1931
2349
|
"aws-cdk-lib.aws_opensearchservice": {
|
|
1932
2350
|
"targets": {
|
|
1933
2351
|
"dotnet": {
|
|
@@ -1967,6 +2385,32 @@
|
|
|
1967
2385
|
}
|
|
1968
2386
|
}
|
|
1969
2387
|
},
|
|
2388
|
+
"aws-cdk-lib.aws_organizations": {
|
|
2389
|
+
"targets": {
|
|
2390
|
+
"dotnet": {
|
|
2391
|
+
"namespace": "Amazon.CDK.AWS.Organizations"
|
|
2392
|
+
},
|
|
2393
|
+
"java": {
|
|
2394
|
+
"package": "software.amazon.awscdk.services.organizations"
|
|
2395
|
+
},
|
|
2396
|
+
"python": {
|
|
2397
|
+
"module": "aws_cdk.aws_organizations"
|
|
2398
|
+
}
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
"aws-cdk-lib.aws_osis": {
|
|
2402
|
+
"targets": {
|
|
2403
|
+
"dotnet": {
|
|
2404
|
+
"package": "Amazon.CDK.AWS.OSIS"
|
|
2405
|
+
},
|
|
2406
|
+
"java": {
|
|
2407
|
+
"package": "services.osis"
|
|
2408
|
+
},
|
|
2409
|
+
"python": {
|
|
2410
|
+
"module": "aws_cdk.aws_osis"
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
1970
2414
|
"aws-cdk-lib.aws_panorama": {
|
|
1971
2415
|
"targets": {
|
|
1972
2416
|
"dotnet": {
|
|
@@ -1980,6 +2424,19 @@
|
|
|
1980
2424
|
}
|
|
1981
2425
|
}
|
|
1982
2426
|
},
|
|
2427
|
+
"aws-cdk-lib.aws_personalize": {
|
|
2428
|
+
"targets": {
|
|
2429
|
+
"dotnet": {
|
|
2430
|
+
"namespace": "Amazon.CDK.AWS.Personalize"
|
|
2431
|
+
},
|
|
2432
|
+
"java": {
|
|
2433
|
+
"package": "software.amazon.awscdk.services.personalize"
|
|
2434
|
+
},
|
|
2435
|
+
"python": {
|
|
2436
|
+
"module": "aws_cdk.aws_personalize"
|
|
2437
|
+
}
|
|
2438
|
+
}
|
|
2439
|
+
},
|
|
1983
2440
|
"aws-cdk-lib.aws_pinpoint": {
|
|
1984
2441
|
"targets": {
|
|
1985
2442
|
"dotnet": {
|
|
@@ -2006,6 +2463,32 @@
|
|
|
2006
2463
|
}
|
|
2007
2464
|
}
|
|
2008
2465
|
},
|
|
2466
|
+
"aws-cdk-lib.aws_pipes": {
|
|
2467
|
+
"targets": {
|
|
2468
|
+
"dotnet": {
|
|
2469
|
+
"namespace": "Amazon.CDK.AWS.Pipes"
|
|
2470
|
+
},
|
|
2471
|
+
"java": {
|
|
2472
|
+
"package": "software.amazon.awscdk.services.pipes"
|
|
2473
|
+
},
|
|
2474
|
+
"python": {
|
|
2475
|
+
"module": "aws_cdk.aws_pipes"
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
},
|
|
2479
|
+
"aws-cdk-lib.aws_proton": {
|
|
2480
|
+
"targets": {
|
|
2481
|
+
"dotnet": {
|
|
2482
|
+
"package": "Amazon.CDK.AWS.Proton"
|
|
2483
|
+
},
|
|
2484
|
+
"java": {
|
|
2485
|
+
"package": "services.proton"
|
|
2486
|
+
},
|
|
2487
|
+
"python": {
|
|
2488
|
+
"module": "aws_cdk.aws_proton"
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
},
|
|
2009
2492
|
"aws-cdk-lib.aws_qldb": {
|
|
2010
2493
|
"targets": {
|
|
2011
2494
|
"dotnet": {
|
|
@@ -2071,6 +2554,19 @@
|
|
|
2071
2554
|
}
|
|
2072
2555
|
}
|
|
2073
2556
|
},
|
|
2557
|
+
"aws-cdk-lib.aws_redshiftserverless": {
|
|
2558
|
+
"targets": {
|
|
2559
|
+
"dotnet": {
|
|
2560
|
+
"namespace": "Amazon.CDK.AWS.RedshiftServerless"
|
|
2561
|
+
},
|
|
2562
|
+
"java": {
|
|
2563
|
+
"package": "software.amazon.awscdk.services.redshiftserverless"
|
|
2564
|
+
},
|
|
2565
|
+
"python": {
|
|
2566
|
+
"module": "aws_cdk.aws_redshiftserverless"
|
|
2567
|
+
}
|
|
2568
|
+
}
|
|
2569
|
+
},
|
|
2074
2570
|
"aws-cdk-lib.aws_refactorspaces": {
|
|
2075
2571
|
"targets": {
|
|
2076
2572
|
"dotnet": {
|
|
@@ -2110,6 +2606,19 @@
|
|
|
2110
2606
|
}
|
|
2111
2607
|
}
|
|
2112
2608
|
},
|
|
2609
|
+
"aws-cdk-lib.aws_resourceexplorer2": {
|
|
2610
|
+
"targets": {
|
|
2611
|
+
"dotnet": {
|
|
2612
|
+
"namespace": "Amazon.CDK.AWS.ResourceExplorer2"
|
|
2613
|
+
},
|
|
2614
|
+
"java": {
|
|
2615
|
+
"package": "software.amazon.awscdk.services.resourceexplorer2"
|
|
2616
|
+
},
|
|
2617
|
+
"python": {
|
|
2618
|
+
"module": "aws_cdk.aws_resourceexplorer2"
|
|
2619
|
+
}
|
|
2620
|
+
}
|
|
2621
|
+
},
|
|
2113
2622
|
"aws-cdk-lib.aws_resourcegroups": {
|
|
2114
2623
|
"targets": {
|
|
2115
2624
|
"dotnet": {
|
|
@@ -2136,6 +2645,19 @@
|
|
|
2136
2645
|
}
|
|
2137
2646
|
}
|
|
2138
2647
|
},
|
|
2648
|
+
"aws-cdk-lib.aws_rolesanywhere": {
|
|
2649
|
+
"targets": {
|
|
2650
|
+
"dotnet": {
|
|
2651
|
+
"namespace": "Amazon.CDK.AWS.RolesAnywhere"
|
|
2652
|
+
},
|
|
2653
|
+
"java": {
|
|
2654
|
+
"package": "software.amazon.awscdk.services.rolesanywhere"
|
|
2655
|
+
},
|
|
2656
|
+
"python": {
|
|
2657
|
+
"module": "aws_cdk.aws_rolesanywhere"
|
|
2658
|
+
}
|
|
2659
|
+
}
|
|
2660
|
+
},
|
|
2139
2661
|
"aws-cdk-lib.aws_route53": {
|
|
2140
2662
|
"targets": {
|
|
2141
2663
|
"dotnet": {
|
|
@@ -2331,6 +2853,19 @@
|
|
|
2331
2853
|
}
|
|
2332
2854
|
}
|
|
2333
2855
|
},
|
|
2856
|
+
"aws-cdk-lib.aws_scheduler": {
|
|
2857
|
+
"targets": {
|
|
2858
|
+
"dotnet": {
|
|
2859
|
+
"namespace": "Amazon.CDK.AWS.Scheduler"
|
|
2860
|
+
},
|
|
2861
|
+
"java": {
|
|
2862
|
+
"package": "software.amazon.awscdk.services.scheduler"
|
|
2863
|
+
},
|
|
2864
|
+
"python": {
|
|
2865
|
+
"module": "aws_cdk.aws_scheduler"
|
|
2866
|
+
}
|
|
2867
|
+
}
|
|
2868
|
+
},
|
|
2334
2869
|
"aws-cdk-lib.aws_sdb": {
|
|
2335
2870
|
"targets": {
|
|
2336
2871
|
"dotnet": {
|
|
@@ -2435,6 +2970,19 @@
|
|
|
2435
2970
|
}
|
|
2436
2971
|
}
|
|
2437
2972
|
},
|
|
2973
|
+
"aws-cdk-lib.aws_shield": {
|
|
2974
|
+
"targets": {
|
|
2975
|
+
"dotnet": {
|
|
2976
|
+
"package": "Amazon.CDK.AWS.Shield"
|
|
2977
|
+
},
|
|
2978
|
+
"java": {
|
|
2979
|
+
"package": "services.shield"
|
|
2980
|
+
},
|
|
2981
|
+
"python": {
|
|
2982
|
+
"module": "aws_cdk.aws_shield"
|
|
2983
|
+
}
|
|
2984
|
+
}
|
|
2985
|
+
},
|
|
2438
2986
|
"aws-cdk-lib.aws_signer": {
|
|
2439
2987
|
"targets": {
|
|
2440
2988
|
"dotnet": {
|
|
@@ -2448,6 +2996,19 @@
|
|
|
2448
2996
|
}
|
|
2449
2997
|
}
|
|
2450
2998
|
},
|
|
2999
|
+
"aws-cdk-lib.aws_simspaceweaver": {
|
|
3000
|
+
"targets": {
|
|
3001
|
+
"dotnet": {
|
|
3002
|
+
"namespace": "Amazon.CDK.AWS.SimSpaceWeaver"
|
|
3003
|
+
},
|
|
3004
|
+
"java": {
|
|
3005
|
+
"package": "software.amazon.awscdk.services.simspaceweaver"
|
|
3006
|
+
},
|
|
3007
|
+
"python": {
|
|
3008
|
+
"module": "aws_cdk.aws_simspaceweaver"
|
|
3009
|
+
}
|
|
3010
|
+
}
|
|
3011
|
+
},
|
|
2451
3012
|
"aws-cdk-lib.aws_sns": {
|
|
2452
3013
|
"targets": {
|
|
2453
3014
|
"dotnet": {
|
|
@@ -2565,6 +3126,19 @@
|
|
|
2565
3126
|
}
|
|
2566
3127
|
}
|
|
2567
3128
|
},
|
|
3129
|
+
"aws-cdk-lib.aws_supportapp": {
|
|
3130
|
+
"targets": {
|
|
3131
|
+
"dotnet": {
|
|
3132
|
+
"namespace": "Amazon.CDK.AWS.SupportApp"
|
|
3133
|
+
},
|
|
3134
|
+
"java": {
|
|
3135
|
+
"package": "software.amazon.awscdk.services.supportapp"
|
|
3136
|
+
},
|
|
3137
|
+
"python": {
|
|
3138
|
+
"module": "aws_cdk.aws_supportapp"
|
|
3139
|
+
}
|
|
3140
|
+
}
|
|
3141
|
+
},
|
|
2568
3142
|
"aws-cdk-lib.aws_synthetics": {
|
|
2569
3143
|
"targets": {
|
|
2570
3144
|
"dotnet": {
|
|
@@ -2578,6 +3152,19 @@
|
|
|
2578
3152
|
}
|
|
2579
3153
|
}
|
|
2580
3154
|
},
|
|
3155
|
+
"aws-cdk-lib.aws_systemsmanagersap": {
|
|
3156
|
+
"targets": {
|
|
3157
|
+
"dotnet": {
|
|
3158
|
+
"namespace": "Amazon.CDK.AWS.SystemsManagerSAP"
|
|
3159
|
+
},
|
|
3160
|
+
"java": {
|
|
3161
|
+
"package": "software.amazon.awscdk.services.systemsmanagersap"
|
|
3162
|
+
},
|
|
3163
|
+
"python": {
|
|
3164
|
+
"module": "aws_cdk.aws_systemsmanagersap"
|
|
3165
|
+
}
|
|
3166
|
+
}
|
|
3167
|
+
},
|
|
2581
3168
|
"aws-cdk-lib.aws_timestream": {
|
|
2582
3169
|
"targets": {
|
|
2583
3170
|
"dotnet": {
|
|
@@ -2604,6 +3191,32 @@
|
|
|
2604
3191
|
}
|
|
2605
3192
|
}
|
|
2606
3193
|
},
|
|
3194
|
+
"aws-cdk-lib.aws_voiceid": {
|
|
3195
|
+
"targets": {
|
|
3196
|
+
"dotnet": {
|
|
3197
|
+
"namespace": "Amazon.CDK.AWS.VoiceID"
|
|
3198
|
+
},
|
|
3199
|
+
"java": {
|
|
3200
|
+
"package": "software.amazon.awscdk.services.voiceid"
|
|
3201
|
+
},
|
|
3202
|
+
"python": {
|
|
3203
|
+
"module": "aws_cdk.aws_voiceid"
|
|
3204
|
+
}
|
|
3205
|
+
}
|
|
3206
|
+
},
|
|
3207
|
+
"aws-cdk-lib.aws_vpclattice": {
|
|
3208
|
+
"targets": {
|
|
3209
|
+
"dotnet": {
|
|
3210
|
+
"namespace": "Amazon.CDK.AWS.VpcLattice"
|
|
3211
|
+
},
|
|
3212
|
+
"java": {
|
|
3213
|
+
"package": "software.amazon.awscdk.services.vpclattice"
|
|
3214
|
+
},
|
|
3215
|
+
"python": {
|
|
3216
|
+
"module": "aws_cdk.aws_vpclattice"
|
|
3217
|
+
}
|
|
3218
|
+
}
|
|
3219
|
+
},
|
|
2607
3220
|
"aws-cdk-lib.aws_waf": {
|
|
2608
3221
|
"targets": {
|
|
2609
3222
|
"dotnet": {
|
|
@@ -2798,11 +3411,24 @@
|
|
|
2798
3411
|
"module": "aws_cdk.region_info"
|
|
2799
3412
|
}
|
|
2800
3413
|
}
|
|
3414
|
+
},
|
|
3415
|
+
"aws-cdk-lib.triggers": {
|
|
3416
|
+
"targets": {
|
|
3417
|
+
"dotnet": {
|
|
3418
|
+
"namespace": "Amazon.CDK.Triggers"
|
|
3419
|
+
},
|
|
3420
|
+
"java": {
|
|
3421
|
+
"package": "software.amazon.awscdk.triggers"
|
|
3422
|
+
},
|
|
3423
|
+
"python": {
|
|
3424
|
+
"module": "aws_cdk.triggers"
|
|
3425
|
+
}
|
|
3426
|
+
}
|
|
2801
3427
|
}
|
|
2802
3428
|
},
|
|
2803
3429
|
"targets": {
|
|
2804
3430
|
"dotnet": {
|
|
2805
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/
|
|
3431
|
+
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
|
|
2806
3432
|
"namespace": "Amazon.CDK",
|
|
2807
3433
|
"packageId": "Amazon.CDK.Lib"
|
|
2808
3434
|
},
|
|
@@ -2857,7 +3483,7 @@
|
|
|
2857
3483
|
"stability": "stable"
|
|
2858
3484
|
},
|
|
2859
3485
|
"homepage": "https://github.com/cdklabs/cdk-ecr-deployment",
|
|
2860
|
-
"jsiiVersion": "1.
|
|
3486
|
+
"jsiiVersion": "5.1.3 (build c2b0742)",
|
|
2861
3487
|
"keywords": [
|
|
2862
3488
|
"cdk"
|
|
2863
3489
|
],
|
|
@@ -2872,7 +3498,7 @@
|
|
|
2872
3498
|
},
|
|
2873
3499
|
"name": "cdk-ecr-deployment",
|
|
2874
3500
|
"readme": {
|
|
2875
|
-
"markdown": "# cdk-ecr-deployment\n\n[](https://github.com/cdklabs/cdk-ecr-deployment/actions/workflows/release.yml)\n[](https://www.npmjs.com/package/cdk-ecr-deployment)\n[](https://pypi.org/project/cdk-ecr-deployment)\n[](https://www.npmjs.com/package/cdk-ecr-deployment)\n[](https://pypi.org/project/cdk-ecr-deployment)\n\nCDK construct to synchronize single docker image between docker registries.\n\n⚠️
|
|
3501
|
+
"markdown": "# cdk-ecr-deployment\n\n[](https://github.com/cdklabs/cdk-ecr-deployment/actions/workflows/release.yml)\n[](https://www.npmjs.com/package/cdk-ecr-deployment)\n[](https://pypi.org/project/cdk-ecr-deployment)\n[](https://www.npmjs.com/package/cdk-ecr-deployment)\n[](https://pypi.org/project/cdk-ecr-deployment)\n\nCDK construct to synchronize single docker image between docker registries.\n\n⚠️ Version 1.* is no longer supported, as CDK v1 has reached the end-of-life\nstage. Please use only ^2.0.0.\n\n## Features\n\n- Copy image from ECR/external registry to (another) ECR/external registry\n- Copy an archive tarball image from s3 to ECR/external registry\n\n## Environment variables\n\nEnable flags: `true`, `1`. e.g. `export CI=1`\n\n- `CI` indicate if it's CI environment. This flag will enable building lambda from scratch.\n- `NO_PREBUILT_LAMBDA` disable using prebuilt lambda.\n- `FORCE_PREBUILT_LAMBDA` force using prebuilt lambda.\n\n⚠️ If you want to force using prebuilt lambda in CI environment to reduce build time. Try `export FORCE_PREBUILT_LAMBDA=1`.\n\n⚠️ The above flags are only available in cdk-ecr-deployment 2.x.\n\n## Examples\n\n```ts\nimport { DockerImageAsset } from 'aws-cdk-lib/aws-ecr-assets';\n\nconst image = new DockerImageAsset(this, 'CDKDockerImage', {\n directory: path.join(__dirname, 'docker'),\n});\n\n// Copy from cdk docker image asset to another ECR.\nnew ecrdeploy.ECRDeployment(this, 'DeployDockerImage1', {\n src: new ecrdeploy.DockerImageName(image.imageUri),\n dest: new ecrdeploy.DockerImageName(`${cdk.Aws.ACCOUNT_ID}.dkr.ecr.us-west-2.amazonaws.com/my-nginx:latest`),\n});\n\n// Copy from docker registry to ECR.\nnew ecrdeploy.ECRDeployment(this, 'DeployDockerImage2', {\n src: new ecrdeploy.DockerImageName('nginx:latest'),\n dest: new ecrdeploy.DockerImageName(`${cdk.Aws.ACCOUNT_ID}.dkr.ecr.us-west-2.amazonaws.com/my-nginx2:latest`),\n});\n\n// Copy from private docker registry to ECR.\n// The format of secret in aws secrets manager must be plain text! e.g. <username>:<password>\nnew ecrdeploy.ECRDeployment(this, 'DeployDockerImage3', {\n src: new ecrdeploy.DockerImageName('javacs3/nginx:latest', 'username:password'),\n // src: new ecrdeploy.DockerImageName('javacs3/nginx:latest', 'aws-secrets-manager-secret-name'),\n // src: new ecrdeploy.DockerImageName('javacs3/nginx:latest', 'arn:aws:secretsmanager:us-west-2:000000000000:secret:id'),\n dest: new ecrdeploy.DockerImageName(`${cdk.Aws.ACCOUNT_ID}.dkr.ecr.us-west-2.amazonaws.com/my-nginx3:latest`),\n}).addToPrincipalPolicy(new iam.PolicyStatement({\n effect: iam.Effect.ALLOW,\n actions: [\n 'secretsmanager:GetSecretValue',\n ],\n resources: ['*'],\n}));\n```\n\n## Sample: [test/example.ecr-deployment.ts](./test/example.ecr-deployment.ts)\n\n```shell\n# Run the following command to try the sample.\nNO_PREBUILT_LAMBDA=1 npx cdk deploy -a \"npx ts-node -P tsconfig.dev.json --prefer-ts-exts test/example.ecr-deployment.ts\"\n```\n\n## [API](./API.md)\n\n## Tech Details & Contribution\n\nThe core of this project relies on [containers/image](https://github.com/containers/image) which is used by [Skopeo](https://github.com/containers/skopeo).\nPlease take a look at those projects before contribution.\n\nTo support a new docker image source(like docker tarball in s3), you need to implement [image transport interface](https://github.com/containers/image/blob/master/types/types.go). You could take a look at [docker-archive](https://github.com/containers/image/blob/ccb87a8d0f45cf28846e307eb0ec2b9d38a458c2/docker/archive/transport.go) transport for a good start.\n\nTo test the `lambda` folder, `make test`.\n"
|
|
2876
3502
|
},
|
|
2877
3503
|
"repository": {
|
|
2878
3504
|
"type": "git",
|
|
@@ -2880,6 +3506,20 @@
|
|
|
2880
3506
|
},
|
|
2881
3507
|
"schema": "jsii/0.10.0",
|
|
2882
3508
|
"targets": {
|
|
3509
|
+
"dotnet": {
|
|
3510
|
+
"namespace": "CdklabsCdkEcrDeployment",
|
|
3511
|
+
"packageId": "CdklabsCdkEcrDeployment"
|
|
3512
|
+
},
|
|
3513
|
+
"go": {
|
|
3514
|
+
"moduleName": "github.com/cdklabs/cdk-ecr-deployment-go"
|
|
3515
|
+
},
|
|
3516
|
+
"java": {
|
|
3517
|
+
"maven": {
|
|
3518
|
+
"artifactId": "cdk-ecr-deployment",
|
|
3519
|
+
"groupId": "io.github.cdklabs"
|
|
3520
|
+
},
|
|
3521
|
+
"package": "io.github.cdklabs.cdk.ecr.deployment"
|
|
3522
|
+
},
|
|
2883
3523
|
"js": {
|
|
2884
3524
|
"npm": "cdk-ecr-deployment"
|
|
2885
3525
|
},
|
|
@@ -2901,7 +3541,7 @@
|
|
|
2901
3541
|
},
|
|
2902
3542
|
"locationInModule": {
|
|
2903
3543
|
"filename": "src/index.ts",
|
|
2904
|
-
"line":
|
|
3544
|
+
"line": 108
|
|
2905
3545
|
},
|
|
2906
3546
|
"parameters": [
|
|
2907
3547
|
{
|
|
@@ -2911,6 +3551,10 @@
|
|
|
2911
3551
|
}
|
|
2912
3552
|
},
|
|
2913
3553
|
{
|
|
3554
|
+
"docs": {
|
|
3555
|
+
"remarks": "Format `user:password` or `AWS Secrets Manager secret arn` or `AWS Secrets Manager secret name`",
|
|
3556
|
+
"summary": "The credentials of the docker image."
|
|
3557
|
+
},
|
|
2914
3558
|
"name": "creds",
|
|
2915
3559
|
"optional": true,
|
|
2916
3560
|
"type": {
|
|
@@ -2925,7 +3569,7 @@
|
|
|
2925
3569
|
"kind": "class",
|
|
2926
3570
|
"locationInModule": {
|
|
2927
3571
|
"filename": "src/index.ts",
|
|
2928
|
-
"line":
|
|
3572
|
+
"line": 107
|
|
2929
3573
|
},
|
|
2930
3574
|
"name": "DockerImageName",
|
|
2931
3575
|
"properties": [
|
|
@@ -2938,7 +3582,7 @@
|
|
|
2938
3582
|
"immutable": true,
|
|
2939
3583
|
"locationInModule": {
|
|
2940
3584
|
"filename": "src/index.ts",
|
|
2941
|
-
"line":
|
|
3585
|
+
"line": 109
|
|
2942
3586
|
},
|
|
2943
3587
|
"name": "uri",
|
|
2944
3588
|
"overrides": "cdk-ecr-deployment.IImageName",
|
|
@@ -2948,11 +3592,13 @@
|
|
|
2948
3592
|
},
|
|
2949
3593
|
{
|
|
2950
3594
|
"docs": {
|
|
2951
|
-
"
|
|
3595
|
+
"remarks": "Format `user:password` or `AWS Secrets Manager secret arn` or `AWS Secrets Manager secret name`",
|
|
3596
|
+
"stability": "stable",
|
|
3597
|
+
"summary": "The credentials of the docker image."
|
|
2952
3598
|
},
|
|
2953
3599
|
"locationInModule": {
|
|
2954
3600
|
"filename": "src/index.ts",
|
|
2955
|
-
"line":
|
|
3601
|
+
"line": 108
|
|
2956
3602
|
},
|
|
2957
3603
|
"name": "creds",
|
|
2958
3604
|
"optional": true,
|
|
@@ -2977,7 +3623,7 @@
|
|
|
2977
3623
|
},
|
|
2978
3624
|
"locationInModule": {
|
|
2979
3625
|
"filename": "src/index.ts",
|
|
2980
|
-
"line":
|
|
3626
|
+
"line": 126
|
|
2981
3627
|
},
|
|
2982
3628
|
"parameters": [
|
|
2983
3629
|
{
|
|
@@ -3003,7 +3649,7 @@
|
|
|
3003
3649
|
"kind": "class",
|
|
3004
3650
|
"locationInModule": {
|
|
3005
3651
|
"filename": "src/index.ts",
|
|
3006
|
-
"line":
|
|
3652
|
+
"line": 123
|
|
3007
3653
|
},
|
|
3008
3654
|
"methods": [
|
|
3009
3655
|
{
|
|
@@ -3012,7 +3658,7 @@
|
|
|
3012
3658
|
},
|
|
3013
3659
|
"locationInModule": {
|
|
3014
3660
|
"filename": "src/index.ts",
|
|
3015
|
-
"line":
|
|
3661
|
+
"line": 187
|
|
3016
3662
|
},
|
|
3017
3663
|
"name": "addToPrincipalPolicy",
|
|
3018
3664
|
"parameters": [
|
|
@@ -3259,7 +3905,7 @@
|
|
|
3259
3905
|
},
|
|
3260
3906
|
"locationInModule": {
|
|
3261
3907
|
"filename": "src/index.ts",
|
|
3262
|
-
"line":
|
|
3908
|
+
"line": 114
|
|
3263
3909
|
},
|
|
3264
3910
|
"parameters": [
|
|
3265
3911
|
{
|
|
@@ -3276,6 +3922,10 @@
|
|
|
3276
3922
|
}
|
|
3277
3923
|
},
|
|
3278
3924
|
{
|
|
3925
|
+
"docs": {
|
|
3926
|
+
"remarks": "Format `user:password` or `AWS Secrets Manager secret arn` or `AWS Secrets Manager secret name`",
|
|
3927
|
+
"summary": "The credentials of the docker image."
|
|
3928
|
+
},
|
|
3279
3929
|
"name": "creds",
|
|
3280
3930
|
"optional": true,
|
|
3281
3931
|
"type": {
|
|
@@ -3290,7 +3940,7 @@
|
|
|
3290
3940
|
"kind": "class",
|
|
3291
3941
|
"locationInModule": {
|
|
3292
3942
|
"filename": "src/index.ts",
|
|
3293
|
-
"line":
|
|
3943
|
+
"line": 112
|
|
3294
3944
|
},
|
|
3295
3945
|
"name": "S3ArchiveName",
|
|
3296
3946
|
"properties": [
|
|
@@ -3303,7 +3953,7 @@
|
|
|
3303
3953
|
"immutable": true,
|
|
3304
3954
|
"locationInModule": {
|
|
3305
3955
|
"filename": "src/index.ts",
|
|
3306
|
-
"line":
|
|
3956
|
+
"line": 120
|
|
3307
3957
|
},
|
|
3308
3958
|
"name": "uri",
|
|
3309
3959
|
"overrides": "cdk-ecr-deployment.IImageName",
|
|
@@ -3313,11 +3963,13 @@
|
|
|
3313
3963
|
},
|
|
3314
3964
|
{
|
|
3315
3965
|
"docs": {
|
|
3316
|
-
"
|
|
3966
|
+
"remarks": "Format `user:password` or `AWS Secrets Manager secret arn` or `AWS Secrets Manager secret name`",
|
|
3967
|
+
"stability": "stable",
|
|
3968
|
+
"summary": "The credentials of the docker image."
|
|
3317
3969
|
},
|
|
3318
3970
|
"locationInModule": {
|
|
3319
3971
|
"filename": "src/index.ts",
|
|
3320
|
-
"line":
|
|
3972
|
+
"line": 114
|
|
3321
3973
|
},
|
|
3322
3974
|
"name": "creds",
|
|
3323
3975
|
"optional": true,
|
|
@@ -3330,6 +3982,6 @@
|
|
|
3330
3982
|
"symbolId": "src/index:S3ArchiveName"
|
|
3331
3983
|
}
|
|
3332
3984
|
},
|
|
3333
|
-
"version": "2.5.
|
|
3334
|
-
"fingerprint": "
|
|
3335
|
-
}
|
|
3985
|
+
"version": "2.5.22",
|
|
3986
|
+
"fingerprint": "s499nDZI8SON+7UgOA4NCyUaAcy0fAnSnhDhX/8/6ac="
|
|
3987
|
+
}
|