cloudstructs 0.6.31 → 0.6.33
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 +1 -0
- package/.jsii +340 -2
- package/API.md +82 -0
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.d.ts +115 -0
- package/lib/dmarc/index.js +84 -0
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +71 -75
- package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +68 -43
- package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +131 -95
- package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +50 -54
- package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +12 -12
- package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +209 -220
- package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +15 -15
- package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
- package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +6 -6
- package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +24 -16
- package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +62 -58
- package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +78 -48
- package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +117 -81
- package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +2 -1
- package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +195 -129
- package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +42 -46
- package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +52 -153
- package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +10 -3
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +5 -4
- package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +21 -18
- package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +22 -18
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +28 -15
- package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +43 -46
- package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +6 -4
- package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +15 -15
- package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +9 -9
- package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +90 -137
- package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +423 -186
- package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +34 -22
- package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +20 -9
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/assert.d.ts +71 -75
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/async_hooks.d.ts +68 -43
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/buffer.d.ts +132 -97
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/child_process.d.ts +50 -54
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/console.d.ts +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/crypto.d.ts +209 -220
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns/promises.d.ts +6 -6
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/dns.d.ts +24 -16
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/events.d.ts +62 -58
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/fs.d.ts +203 -67
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/globals.d.ts +19 -11
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http.d.ts +198 -126
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/https.d.ts +52 -153
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/module.d.ts +5 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/net.d.ts +24 -21
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/os.d.ts +22 -18
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/path.d.ts +4 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/process.d.ts +43 -46
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline/promises.d.ts +6 -4
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/readline.d.ts +15 -15
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/repl.d.ts +9 -9
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/test.d.ts +423 -186
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/timers.d.ts +9 -2
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/url.d.ts +30 -35
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/util.d.ts +146 -113
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
- package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +4 -5
- package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +30 -35
- package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +149 -108
- package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +204 -16
- package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +292 -42
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +13 -19
- package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +38 -34
- package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +11 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +71 -75
- package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +68 -43
- package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +131 -95
- package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +50 -54
- package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +12 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +209 -220
- package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +15 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
- package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +6 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +24 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +62 -58
- package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +78 -48
- package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +117 -81
- package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +2 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +195 -129
- package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +42 -46
- package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +52 -153
- package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +10 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +5 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +21 -18
- package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +22 -18
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +28 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +43 -46
- package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +6 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +15 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +9 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +90 -137
- package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +423 -186
- package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +34 -22
- package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +20 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/assert.d.ts +71 -75
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/async_hooks.d.ts +68 -43
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/buffer.d.ts +132 -97
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/child_process.d.ts +50 -54
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/console.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/crypto.d.ts +209 -220
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns/promises.d.ts +6 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/dns.d.ts +24 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/events.d.ts +62 -58
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/fs.d.ts +203 -67
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/globals.d.ts +19 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http.d.ts +198 -126
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/https.d.ts +52 -153
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/module.d.ts +5 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/net.d.ts +24 -21
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/os.d.ts +22 -18
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/path.d.ts +4 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/process.d.ts +43 -46
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline/promises.d.ts +6 -4
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/readline.d.ts +15 -15
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/repl.d.ts +9 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/test.d.ts +423 -186
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/timers.d.ts +9 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/url.d.ts +30 -35
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/util.d.ts +146 -113
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
- package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +4 -5
- package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +30 -35
- package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +149 -108
- package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +204 -16
- package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +292 -42
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +13 -19
- package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +38 -34
- package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +11 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +71 -75
- package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +68 -43
- package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +131 -95
- package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +50 -54
- package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +12 -12
- 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 +209 -220
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +15 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +24 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +62 -58
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +78 -48
- package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +117 -81
- package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +2 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +195 -129
- package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +42 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +52 -153
- package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +10 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +5 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +21 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +22 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +28 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +6 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +15 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +9 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +90 -137
- 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 +423 -186
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +34 -22
- package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +20 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +71 -75
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +68 -43
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +132 -97
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +50 -54
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +209 -220
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +24 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +62 -58
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +203 -67
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +19 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +198 -126
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +52 -153
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +5 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +24 -21
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +22 -18
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +4 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/process.d.ts +43 -46
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +6 -4
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +15 -15
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +9 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +423 -186
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +9 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +30 -35
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +146 -113
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
- package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +4 -5
- package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +30 -35
- package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +149 -108
- package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +204 -16
- package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +292 -42
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +13 -19
- package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +38 -34
- package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +11 -11
- package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/assert.d.ts +71 -75
- package/node_modules/@types/is-stream/node_modules/@types/node/async_hooks.d.ts +68 -43
- package/node_modules/@types/is-stream/node_modules/@types/node/buffer.d.ts +131 -95
- package/node_modules/@types/is-stream/node_modules/@types/node/child_process.d.ts +50 -54
- package/node_modules/@types/is-stream/node_modules/@types/node/cluster.d.ts +12 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/console.d.ts +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/crypto.d.ts +209 -220
- package/node_modules/@types/is-stream/node_modules/@types/node/dgram.d.ts +15 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/is-stream/node_modules/@types/node/dns/promises.d.ts +6 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/dns.d.ts +24 -16
- package/node_modules/@types/is-stream/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/events.d.ts +62 -58
- package/node_modules/@types/is-stream/node_modules/@types/node/fs/promises.d.ts +78 -48
- package/node_modules/@types/is-stream/node_modules/@types/node/fs.d.ts +117 -81
- package/node_modules/@types/is-stream/node_modules/@types/node/globals.d.ts +2 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/http.d.ts +195 -129
- package/node_modules/@types/is-stream/node_modules/@types/node/http2.d.ts +42 -46
- package/node_modules/@types/is-stream/node_modules/@types/node/https.d.ts +52 -153
- package/node_modules/@types/is-stream/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/inspector.d.ts +10 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +5 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/net.d.ts +21 -18
- package/node_modules/@types/is-stream/node_modules/@types/node/os.d.ts +22 -18
- package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/path.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/perf_hooks.d.ts +28 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/process.d.ts +43 -46
- package/node_modules/@types/is-stream/node_modules/@types/node/punycode.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/querystring.d.ts +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/readline/promises.d.ts +6 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/readline.d.ts +15 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/repl.d.ts +9 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/stream/consumers.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/stream.d.ts +90 -137
- package/node_modules/@types/is-stream/node_modules/@types/node/string_decoder.d.ts +6 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/test.d.ts +423 -186
- package/node_modules/@types/is-stream/node_modules/@types/node/timers/promises.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/timers.d.ts +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/tls.d.ts +34 -22
- package/node_modules/@types/is-stream/node_modules/@types/node/trace_events.d.ts +20 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/assert.d.ts +71 -75
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +68 -43
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/buffer.d.ts +132 -97
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/child_process.d.ts +50 -54
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/console.d.ts +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/crypto.d.ts +209 -220
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +6 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/dns.d.ts +24 -16
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/events.d.ts +62 -58
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/fs.d.ts +203 -67
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/globals.d.ts +19 -11
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http.d.ts +198 -126
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/https.d.ts +52 -153
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/module.d.ts +5 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/net.d.ts +24 -21
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/os.d.ts +22 -18
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/path.d.ts +4 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/process.d.ts +43 -46
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +6 -4
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/readline.d.ts +15 -15
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/repl.d.ts +9 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/test.d.ts +423 -186
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/timers.d.ts +9 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/url.d.ts +30 -35
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/util.d.ts +146 -113
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
- package/node_modules/@types/is-stream/node_modules/@types/node/tty.d.ts +4 -5
- package/node_modules/@types/is-stream/node_modules/@types/node/url.d.ts +30 -35
- package/node_modules/@types/is-stream/node_modules/@types/node/util.d.ts +149 -108
- package/node_modules/@types/is-stream/node_modules/@types/node/v8.d.ts +204 -16
- package/node_modules/@types/is-stream/node_modules/@types/node/vm.d.ts +292 -42
- package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +13 -19
- package/node_modules/@types/is-stream/node_modules/@types/node/worker_threads.d.ts +38 -34
- package/node_modules/@types/is-stream/node_modules/@types/node/zlib.d.ts +11 -11
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +71 -75
- package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +68 -43
- package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +131 -95
- package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +50 -54
- package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +12 -12
- 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 +209 -220
- package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +15 -15
- package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +24 -16
- package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +62 -58
- package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +78 -48
- package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +117 -81
- package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +2 -1
- package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +195 -129
- package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +42 -46
- package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +52 -153
- package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +10 -3
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +5 -4
- package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +21 -18
- package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +22 -18
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +28 -15
- package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +6 -4
- package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +15 -15
- package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +90 -137
- 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 +423 -186
- package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +34 -22
- package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +20 -9
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +71 -75
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +68 -43
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +132 -97
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +50 -54
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +209 -220
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +24 -16
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +62 -58
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +203 -67
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +19 -11
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +198 -126
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +52 -153
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +5 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +24 -21
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +22 -18
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +4 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +43 -46
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +6 -4
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +15 -15
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +9 -9
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +423 -186
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +9 -2
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +30 -35
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +146 -113
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
- package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +4 -5
- package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +30 -35
- package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +149 -108
- package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +204 -16
- package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +292 -42
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +13 -19
- package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +38 -34
- package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +11 -11
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +71 -75
- package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +68 -43
- package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +131 -95
- package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +50 -54
- package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +12 -12
- 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 +209 -220
- package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +15 -15
- package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +24 -16
- package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +62 -58
- package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +78 -48
- package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +117 -81
- package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +2 -1
- package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +195 -129
- package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +42 -46
- package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +52 -153
- package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +10 -3
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +5 -4
- package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +21 -18
- package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +22 -18
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +28 -15
- package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +43 -46
- 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 +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +6 -4
- package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +15 -15
- package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +9 -9
- package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +90 -137
- 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 +423 -186
- package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +34 -22
- package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +20 -9
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +71 -75
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +68 -43
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +132 -97
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +50 -54
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +12 -12
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +209 -220
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +15 -15
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +25 -26
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +24 -16
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +62 -58
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +96 -45
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +203 -67
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +19 -11
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +198 -126
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +42 -46
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +52 -153
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +10 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +5 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +24 -21
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +22 -18
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +4 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +28 -15
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/process.d.ts +43 -46
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +5 -5
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +6 -4
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +15 -15
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +9 -9
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/consumers.d.ts +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +93 -140
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +6 -6
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +423 -186
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers/promises.d.ts +3 -3
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +9 -2
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +34 -22
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +20 -9
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +4 -5
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +30 -35
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +146 -113
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +204 -16
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +292 -42
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +13 -19
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +38 -34
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +11 -11
- package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +4 -5
- package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +30 -35
- package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +149 -108
- package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +204 -16
- package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +292 -42
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +13 -19
- package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +38 -34
- package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +11 -11
- package/package.json +17 -16
package/.gitattributes
CHANGED
package/.jsii
CHANGED
|
@@ -3162,6 +3162,344 @@
|
|
|
3162
3162
|
],
|
|
3163
3163
|
"symbolId": "src/codecommit-mirror/index:CodeCommitMirrorSourceRepository"
|
|
3164
3164
|
},
|
|
3165
|
+
"cloudstructs.DmarcAlignment": {
|
|
3166
|
+
"assembly": "cloudstructs",
|
|
3167
|
+
"docs": {
|
|
3168
|
+
"stability": "stable",
|
|
3169
|
+
"summary": "The DMARC alignment mode."
|
|
3170
|
+
},
|
|
3171
|
+
"fqn": "cloudstructs.DmarcAlignment",
|
|
3172
|
+
"kind": "enum",
|
|
3173
|
+
"locationInModule": {
|
|
3174
|
+
"filename": "src/dmarc/index.ts",
|
|
3175
|
+
"line": 29
|
|
3176
|
+
},
|
|
3177
|
+
"members": [
|
|
3178
|
+
{
|
|
3179
|
+
"docs": {
|
|
3180
|
+
"stability": "stable",
|
|
3181
|
+
"summary": "Relaxed alignment mode."
|
|
3182
|
+
},
|
|
3183
|
+
"name": "RELAXED"
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"docs": {
|
|
3187
|
+
"stability": "stable",
|
|
3188
|
+
"summary": "Strict alignment mode."
|
|
3189
|
+
},
|
|
3190
|
+
"name": "STRICT"
|
|
3191
|
+
}
|
|
3192
|
+
],
|
|
3193
|
+
"name": "DmarcAlignment",
|
|
3194
|
+
"symbolId": "src/dmarc/index:DmarcAlignment"
|
|
3195
|
+
},
|
|
3196
|
+
"cloudstructs.DmarcPolicy": {
|
|
3197
|
+
"assembly": "cloudstructs",
|
|
3198
|
+
"docs": {
|
|
3199
|
+
"stability": "stable",
|
|
3200
|
+
"summary": "The DMARC policy to apply to messages that fail DMARC compliance."
|
|
3201
|
+
},
|
|
3202
|
+
"fqn": "cloudstructs.DmarcPolicy",
|
|
3203
|
+
"kind": "enum",
|
|
3204
|
+
"locationInModule": {
|
|
3205
|
+
"filename": "src/dmarc/index.ts",
|
|
3206
|
+
"line": 11
|
|
3207
|
+
},
|
|
3208
|
+
"members": [
|
|
3209
|
+
{
|
|
3210
|
+
"docs": {
|
|
3211
|
+
"stability": "stable",
|
|
3212
|
+
"summary": "Do not apply any special handling to messages that fail DMARC compliance."
|
|
3213
|
+
},
|
|
3214
|
+
"name": "NONE"
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"docs": {
|
|
3218
|
+
"remarks": "(usually by sending them to spam)",
|
|
3219
|
+
"stability": "stable",
|
|
3220
|
+
"summary": "Quarantine messages that fail DMARC compliance."
|
|
3221
|
+
},
|
|
3222
|
+
"name": "QUARANTINE"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"docs": {
|
|
3226
|
+
"remarks": "(usually by rejecting them outright)",
|
|
3227
|
+
"stability": "stable",
|
|
3228
|
+
"summary": "Reject messages that fail DMARC compliance."
|
|
3229
|
+
},
|
|
3230
|
+
"name": "REJECT"
|
|
3231
|
+
}
|
|
3232
|
+
],
|
|
3233
|
+
"name": "DmarcPolicy",
|
|
3234
|
+
"symbolId": "src/dmarc/index:DmarcPolicy"
|
|
3235
|
+
},
|
|
3236
|
+
"cloudstructs.DmarcReporter": {
|
|
3237
|
+
"assembly": "cloudstructs",
|
|
3238
|
+
"base": "constructs.Construct",
|
|
3239
|
+
"docs": {
|
|
3240
|
+
"stability": "stable",
|
|
3241
|
+
"summary": "Creates a DMARC record in Route 53 and invokes a Lambda function to process incoming reports."
|
|
3242
|
+
},
|
|
3243
|
+
"fqn": "cloudstructs.DmarcReporter",
|
|
3244
|
+
"initializer": {
|
|
3245
|
+
"docs": {
|
|
3246
|
+
"stability": "stable"
|
|
3247
|
+
},
|
|
3248
|
+
"locationInModule": {
|
|
3249
|
+
"filename": "src/dmarc/index.ts",
|
|
3250
|
+
"line": 129
|
|
3251
|
+
},
|
|
3252
|
+
"parameters": [
|
|
3253
|
+
{
|
|
3254
|
+
"name": "scope",
|
|
3255
|
+
"type": {
|
|
3256
|
+
"fqn": "constructs.Construct"
|
|
3257
|
+
}
|
|
3258
|
+
},
|
|
3259
|
+
{
|
|
3260
|
+
"name": "id",
|
|
3261
|
+
"type": {
|
|
3262
|
+
"primitive": "string"
|
|
3263
|
+
}
|
|
3264
|
+
},
|
|
3265
|
+
{
|
|
3266
|
+
"name": "props",
|
|
3267
|
+
"type": {
|
|
3268
|
+
"fqn": "cloudstructs.DmarcReporterProps"
|
|
3269
|
+
}
|
|
3270
|
+
}
|
|
3271
|
+
]
|
|
3272
|
+
},
|
|
3273
|
+
"kind": "class",
|
|
3274
|
+
"locationInModule": {
|
|
3275
|
+
"filename": "src/dmarc/index.ts",
|
|
3276
|
+
"line": 128
|
|
3277
|
+
},
|
|
3278
|
+
"name": "DmarcReporter",
|
|
3279
|
+
"symbolId": "src/dmarc/index:DmarcReporter"
|
|
3280
|
+
},
|
|
3281
|
+
"cloudstructs.DmarcReporterProps": {
|
|
3282
|
+
"assembly": "cloudstructs",
|
|
3283
|
+
"datatype": true,
|
|
3284
|
+
"docs": {
|
|
3285
|
+
"stability": "stable",
|
|
3286
|
+
"summary": "Properties for a DmarcReporter."
|
|
3287
|
+
},
|
|
3288
|
+
"fqn": "cloudstructs.DmarcReporterProps",
|
|
3289
|
+
"kind": "interface",
|
|
3290
|
+
"locationInModule": {
|
|
3291
|
+
"filename": "src/dmarc/index.ts",
|
|
3292
|
+
"line": 43
|
|
3293
|
+
},
|
|
3294
|
+
"name": "DmarcReporterProps",
|
|
3295
|
+
"properties": [
|
|
3296
|
+
{
|
|
3297
|
+
"abstract": true,
|
|
3298
|
+
"docs": {
|
|
3299
|
+
"remarks": "This can be one of the following values:\n- none: Do not apply any special handling to messages that fail DMARC compliance.\n- quarantine: Quarantine messages that fail DMARC compliance.\n- reject: Reject messages that fail DMARC compliance.",
|
|
3300
|
+
"stability": "stable",
|
|
3301
|
+
"summary": "The DMARC policy to apply to messages that fail DMARC compliance."
|
|
3302
|
+
},
|
|
3303
|
+
"immutable": true,
|
|
3304
|
+
"locationInModule": {
|
|
3305
|
+
"filename": "src/dmarc/index.ts",
|
|
3306
|
+
"line": 67
|
|
3307
|
+
},
|
|
3308
|
+
"name": "dmarcPolicy",
|
|
3309
|
+
"type": {
|
|
3310
|
+
"fqn": "cloudstructs.DmarcPolicy"
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"abstract": true,
|
|
3315
|
+
"docs": {
|
|
3316
|
+
"remarks": "The Lambda\nfunction will be invoked with a SESMessage as event.",
|
|
3317
|
+
"stability": "stable",
|
|
3318
|
+
"summary": "A Lambda function to invoke after the message is saved to S3."
|
|
3319
|
+
},
|
|
3320
|
+
"immutable": true,
|
|
3321
|
+
"locationInModule": {
|
|
3322
|
+
"filename": "src/dmarc/index.ts",
|
|
3323
|
+
"line": 110
|
|
3324
|
+
},
|
|
3325
|
+
"name": "function",
|
|
3326
|
+
"type": {
|
|
3327
|
+
"fqn": "aws-cdk-lib.aws_lambda.IFunction"
|
|
3328
|
+
}
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"abstract": true,
|
|
3332
|
+
"docs": {
|
|
3333
|
+
"stability": "stable",
|
|
3334
|
+
"summary": "The Route 53 hosted zone to create the DMARC record in."
|
|
3335
|
+
},
|
|
3336
|
+
"immutable": true,
|
|
3337
|
+
"locationInModule": {
|
|
3338
|
+
"filename": "src/dmarc/index.ts",
|
|
3339
|
+
"line": 47
|
|
3340
|
+
},
|
|
3341
|
+
"name": "hostedZone",
|
|
3342
|
+
"type": {
|
|
3343
|
+
"fqn": "aws-cdk-lib.aws_route53.IHostedZone"
|
|
3344
|
+
}
|
|
3345
|
+
},
|
|
3346
|
+
{
|
|
3347
|
+
"abstract": true,
|
|
3348
|
+
"docs": {
|
|
3349
|
+
"stability": "stable",
|
|
3350
|
+
"summary": "The SES receipt rule set where a receipt rule will be added."
|
|
3351
|
+
},
|
|
3352
|
+
"immutable": true,
|
|
3353
|
+
"locationInModule": {
|
|
3354
|
+
"filename": "src/dmarc/index.ts",
|
|
3355
|
+
"line": 122
|
|
3356
|
+
},
|
|
3357
|
+
"name": "receiptRuleSet",
|
|
3358
|
+
"type": {
|
|
3359
|
+
"fqn": "aws-cdk-lib.aws_ses.IReceiptRuleSet"
|
|
3360
|
+
}
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"abstract": true,
|
|
3364
|
+
"docs": {
|
|
3365
|
+
"stability": "stable",
|
|
3366
|
+
"summary": "Additional email addresses to send DMARC reports to."
|
|
3367
|
+
},
|
|
3368
|
+
"immutable": true,
|
|
3369
|
+
"locationInModule": {
|
|
3370
|
+
"filename": "src/dmarc/index.ts",
|
|
3371
|
+
"line": 58
|
|
3372
|
+
},
|
|
3373
|
+
"name": "additionalEmailAddresses",
|
|
3374
|
+
"optional": true,
|
|
3375
|
+
"type": {
|
|
3376
|
+
"collection": {
|
|
3377
|
+
"elementtype": {
|
|
3378
|
+
"primitive": "string"
|
|
3379
|
+
},
|
|
3380
|
+
"kind": "array"
|
|
3381
|
+
}
|
|
3382
|
+
}
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"abstract": true,
|
|
3386
|
+
"docs": {
|
|
3387
|
+
"default": "- The new rule is inserted at the beginning of the rule list.",
|
|
3388
|
+
"stability": "stable",
|
|
3389
|
+
"summary": "An existing rule after which the new rule will be placed in the rule set."
|
|
3390
|
+
},
|
|
3391
|
+
"immutable": true,
|
|
3392
|
+
"locationInModule": {
|
|
3393
|
+
"filename": "src/dmarc/index.ts",
|
|
3394
|
+
"line": 117
|
|
3395
|
+
},
|
|
3396
|
+
"name": "afterRule",
|
|
3397
|
+
"optional": true,
|
|
3398
|
+
"type": {
|
|
3399
|
+
"fqn": "aws-cdk-lib.aws_ses.IReceiptRule"
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"abstract": true,
|
|
3404
|
+
"docs": {
|
|
3405
|
+
"default": "relaxed",
|
|
3406
|
+
"remarks": "This can be one of the following values:\n- relaxed: Use relaxed alignment mode.\n- strict: Use strict alignment mode.",
|
|
3407
|
+
"stability": "stable",
|
|
3408
|
+
"summary": "The alignment mode to use for DKIM signatures."
|
|
3409
|
+
},
|
|
3410
|
+
"immutable": true,
|
|
3411
|
+
"locationInModule": {
|
|
3412
|
+
"filename": "src/dmarc/index.ts",
|
|
3413
|
+
"line": 94
|
|
3414
|
+
},
|
|
3415
|
+
"name": "dmarcDkimAlignment",
|
|
3416
|
+
"optional": true,
|
|
3417
|
+
"type": {
|
|
3418
|
+
"fqn": "cloudstructs.DmarcAlignment"
|
|
3419
|
+
}
|
|
3420
|
+
},
|
|
3421
|
+
{
|
|
3422
|
+
"abstract": true,
|
|
3423
|
+
"docs": {
|
|
3424
|
+
"default": "100",
|
|
3425
|
+
"remarks": "This is a value between 0 and 100.",
|
|
3426
|
+
"stability": "stable",
|
|
3427
|
+
"summary": "The percentage of messages that should be checked for DMARC compliance."
|
|
3428
|
+
},
|
|
3429
|
+
"immutable": true,
|
|
3430
|
+
"locationInModule": {
|
|
3431
|
+
"filename": "src/dmarc/index.ts",
|
|
3432
|
+
"line": 84
|
|
3433
|
+
},
|
|
3434
|
+
"name": "dmarcPercentage",
|
|
3435
|
+
"optional": true,
|
|
3436
|
+
"type": {
|
|
3437
|
+
"primitive": "number"
|
|
3438
|
+
}
|
|
3439
|
+
},
|
|
3440
|
+
{
|
|
3441
|
+
"abstract": true,
|
|
3442
|
+
"docs": {
|
|
3443
|
+
"default": "relaxed",
|
|
3444
|
+
"remarks": "This can be one of the following values:\n- relaxed: Use relaxed alignment mode.\n- strict: Use strict alignment mode.",
|
|
3445
|
+
"stability": "stable",
|
|
3446
|
+
"summary": "The alignment mode to use for SPF signatures."
|
|
3447
|
+
},
|
|
3448
|
+
"immutable": true,
|
|
3449
|
+
"locationInModule": {
|
|
3450
|
+
"filename": "src/dmarc/index.ts",
|
|
3451
|
+
"line": 104
|
|
3452
|
+
},
|
|
3453
|
+
"name": "dmarcSpfAlignment",
|
|
3454
|
+
"optional": true,
|
|
3455
|
+
"type": {
|
|
3456
|
+
"fqn": "cloudstructs.DmarcAlignment"
|
|
3457
|
+
}
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
"abstract": true,
|
|
3461
|
+
"docs": {
|
|
3462
|
+
"default": "inherited from dmarcPolicy",
|
|
3463
|
+
"remarks": "This can be one of the following values:\n- none: Do not apply any special handling to messages that fail DMARC compliance.\n- quarantine: Quarantine messages that fail DMARC compliance.\n- reject: Reject messages that fail DMARC compliance.",
|
|
3464
|
+
"stability": "stable",
|
|
3465
|
+
"summary": "The DMARC policy to apply to messages that fail DMARC compliance for subdomains."
|
|
3466
|
+
},
|
|
3467
|
+
"immutable": true,
|
|
3468
|
+
"locationInModule": {
|
|
3469
|
+
"filename": "src/dmarc/index.ts",
|
|
3470
|
+
"line": 77
|
|
3471
|
+
},
|
|
3472
|
+
"name": "dmarcSubdomainPolicy",
|
|
3473
|
+
"optional": true,
|
|
3474
|
+
"type": {
|
|
3475
|
+
"fqn": "cloudstructs.DmarcPolicy"
|
|
3476
|
+
}
|
|
3477
|
+
},
|
|
3478
|
+
{
|
|
3479
|
+
"abstract": true,
|
|
3480
|
+
"docs": {
|
|
3481
|
+
"custom": {
|
|
3482
|
+
"$": "{hostedZone.zoneName}"
|
|
3483
|
+
},
|
|
3484
|
+
"default": "dmarc-reports",
|
|
3485
|
+
"remarks": "This email address must be verified in SES.",
|
|
3486
|
+
"stability": "stable",
|
|
3487
|
+
"summary": "The email address to send DMARC reports to."
|
|
3488
|
+
},
|
|
3489
|
+
"immutable": true,
|
|
3490
|
+
"locationInModule": {
|
|
3491
|
+
"filename": "src/dmarc/index.ts",
|
|
3492
|
+
"line": 53
|
|
3493
|
+
},
|
|
3494
|
+
"name": "emailAddress",
|
|
3495
|
+
"optional": true,
|
|
3496
|
+
"type": {
|
|
3497
|
+
"primitive": "string"
|
|
3498
|
+
}
|
|
3499
|
+
}
|
|
3500
|
+
],
|
|
3501
|
+
"symbolId": "src/dmarc/index:DmarcReporterProps"
|
|
3502
|
+
},
|
|
3165
3503
|
"cloudstructs.EcsServiceRoller": {
|
|
3166
3504
|
"assembly": "cloudstructs",
|
|
3167
3505
|
"base": "constructs.Construct",
|
|
@@ -6453,6 +6791,6 @@
|
|
|
6453
6791
|
"symbolId": "src/url-shortener/index:UrlShortenerProps"
|
|
6454
6792
|
}
|
|
6455
6793
|
},
|
|
6456
|
-
"version": "0.6.
|
|
6457
|
-
"fingerprint": "
|
|
6794
|
+
"version": "0.6.33",
|
|
6795
|
+
"fingerprint": "jgcSOPfKApzH8Q0nzPfP2BNQWF+sX9fiRglB5Wta0CY="
|
|
6458
6796
|
}
|
package/API.md
CHANGED
|
@@ -6,6 +6,7 @@ Name|Description
|
|
|
6
6
|
----|-----------
|
|
7
7
|
[CodeCommitMirror](#cloudstructs-codecommitmirror)|Mirror a repository to AWS CodeCommit on schedule.
|
|
8
8
|
[CodeCommitMirrorSourceRepository](#cloudstructs-codecommitmirrorsourcerepository)|A source repository for AWS CodeCommit mirroring.
|
|
9
|
+
[DmarcReporter](#cloudstructs-dmarcreporter)|Creates a DMARC record in Route 53 and invokes a Lambda function to process incoming reports.
|
|
9
10
|
[EcsServiceRoller](#cloudstructs-ecsserviceroller)|Roll your ECS service tasks on schedule or with a rule.
|
|
10
11
|
[EmailReceiver](#cloudstructs-emailreceiver)|Receive emails through SES, save them to S3 and invokes a Lambda function.
|
|
11
12
|
[RollTrigger](#cloudstructs-rolltrigger)|The rule or schedule that should trigger a roll.
|
|
@@ -28,6 +29,7 @@ Name|Description
|
|
|
28
29
|
Name|Description
|
|
29
30
|
----|-----------
|
|
30
31
|
[CodeCommitMirrorProps](#cloudstructs-codecommitmirrorprops)|Properties for a CodeCommitMirror.
|
|
32
|
+
[DmarcReporterProps](#cloudstructs-dmarcreporterprops)|Properties for a DmarcReporter.
|
|
31
33
|
[EcsServiceRollerProps](#cloudstructs-ecsservicerollerprops)|Properties for a EcsServiceRoller.
|
|
32
34
|
[EmailReceiverProps](#cloudstructs-emailreceiverprops)|Properties for an EmailReceiver.
|
|
33
35
|
[SamlIdentityProviderProps](#cloudstructs-samlidentityproviderprops)|Properties for a SamlProvider.
|
|
@@ -62,6 +64,8 @@ Name|Description
|
|
|
62
64
|
|
|
63
65
|
Name|Description
|
|
64
66
|
----|-----------
|
|
67
|
+
[DmarcAlignment](#cloudstructs-dmarcalignment)|The DMARC alignment mode.
|
|
68
|
+
[DmarcPolicy](#cloudstructs-dmarcpolicy)|The DMARC policy to apply to messages that fail DMARC compliance.
|
|
65
69
|
[SlackAppManifestShortcutType](#cloudstructs-slackappmanifestshortcuttype)|Type of shortcuts.
|
|
66
70
|
[SslServerTestGrade](#cloudstructs-sslservertestgrade)|SSL Server test grade.
|
|
67
71
|
|
|
@@ -153,6 +157,40 @@ __Returns__:
|
|
|
153
157
|
|
|
154
158
|
|
|
155
159
|
|
|
160
|
+
## class DmarcReporter <a id="cloudstructs-dmarcreporter"></a>
|
|
161
|
+
|
|
162
|
+
Creates a DMARC record in Route 53 and invokes a Lambda function to process incoming reports.
|
|
163
|
+
|
|
164
|
+
__Implements__: [IConstruct](#constructs-iconstruct), [IDependable](#constructs-idependable)
|
|
165
|
+
__Extends__: [Construct](#constructs-construct)
|
|
166
|
+
|
|
167
|
+
### Initializer
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
```ts
|
|
173
|
+
new DmarcReporter(scope: Construct, id: string, props: DmarcReporterProps)
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
* **scope** (<code>[Construct](#constructs-construct)</code>) *No description*
|
|
177
|
+
* **id** (<code>string</code>) *No description*
|
|
178
|
+
* **props** (<code>[DmarcReporterProps](#cloudstructs-dmarcreporterprops)</code>) *No description*
|
|
179
|
+
* **dmarcPolicy** (<code>[DmarcPolicy](#cloudstructs-dmarcpolicy)</code>) The DMARC policy to apply to messages that fail DMARC compliance.
|
|
180
|
+
* **function** (<code>[aws_lambda.IFunction](#aws-cdk-lib-aws-lambda-ifunction)</code>) A Lambda function to invoke after the message is saved to S3.
|
|
181
|
+
* **hostedZone** (<code>[aws_route53.IHostedZone](#aws-cdk-lib-aws-route53-ihostedzone)</code>) The Route 53 hosted zone to create the DMARC record in.
|
|
182
|
+
* **receiptRuleSet** (<code>[aws_ses.IReceiptRuleSet](#aws-cdk-lib-aws-ses-ireceiptruleset)</code>) The SES receipt rule set where a receipt rule will be added.
|
|
183
|
+
* **additionalEmailAddresses** (<code>Array<string></code>) Additional email addresses to send DMARC reports to. __*Optional*__
|
|
184
|
+
* **afterRule** (<code>[aws_ses.IReceiptRule](#aws-cdk-lib-aws-ses-ireceiptrule)</code>) An existing rule after which the new rule will be placed in the rule set. __*Default*__: The new rule is inserted at the beginning of the rule list.
|
|
185
|
+
* **dmarcDkimAlignment** (<code>[DmarcAlignment](#cloudstructs-dmarcalignment)</code>) The alignment mode to use for DKIM signatures. __*Default*__: relaxed
|
|
186
|
+
* **dmarcPercentage** (<code>number</code>) The percentage of messages that should be checked for DMARC compliance. __*Default*__: 100
|
|
187
|
+
* **dmarcSpfAlignment** (<code>[DmarcAlignment](#cloudstructs-dmarcalignment)</code>) The alignment mode to use for SPF signatures. __*Default*__: relaxed
|
|
188
|
+
* **dmarcSubdomainPolicy** (<code>[DmarcPolicy](#cloudstructs-dmarcpolicy)</code>) The DMARC policy to apply to messages that fail DMARC compliance for subdomains. __*Default*__: inherited from dmarcPolicy
|
|
189
|
+
* **emailAddress** (<code>string</code>) The email address to send DMARC reports to. __*Default*__: dmarc-reports
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
156
194
|
## class EcsServiceRoller <a id="cloudstructs-ecsserviceroller"></a>
|
|
157
195
|
|
|
158
196
|
Roll your ECS service tasks on schedule or with a rule.
|
|
@@ -766,6 +804,29 @@ Name | Type | Description
|
|
|
766
804
|
|
|
767
805
|
|
|
768
806
|
|
|
807
|
+
## struct DmarcReporterProps <a id="cloudstructs-dmarcreporterprops"></a>
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
Properties for a DmarcReporter.
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
Name | Type | Description
|
|
815
|
+
-----|------|-------------
|
|
816
|
+
**dmarcPolicy** | <code>[DmarcPolicy](#cloudstructs-dmarcpolicy)</code> | The DMARC policy to apply to messages that fail DMARC compliance.
|
|
817
|
+
**function** | <code>[aws_lambda.IFunction](#aws-cdk-lib-aws-lambda-ifunction)</code> | A Lambda function to invoke after the message is saved to S3.
|
|
818
|
+
**hostedZone** | <code>[aws_route53.IHostedZone](#aws-cdk-lib-aws-route53-ihostedzone)</code> | The Route 53 hosted zone to create the DMARC record in.
|
|
819
|
+
**receiptRuleSet** | <code>[aws_ses.IReceiptRuleSet](#aws-cdk-lib-aws-ses-ireceiptruleset)</code> | The SES receipt rule set where a receipt rule will be added.
|
|
820
|
+
**additionalEmailAddresses**? | <code>Array<string></code> | Additional email addresses to send DMARC reports to.<br/>__*Optional*__
|
|
821
|
+
**afterRule**? | <code>[aws_ses.IReceiptRule](#aws-cdk-lib-aws-ses-ireceiptrule)</code> | An existing rule after which the new rule will be placed in the rule set.<br/>__*Default*__: The new rule is inserted at the beginning of the rule list.
|
|
822
|
+
**dmarcDkimAlignment**? | <code>[DmarcAlignment](#cloudstructs-dmarcalignment)</code> | The alignment mode to use for DKIM signatures.<br/>__*Default*__: relaxed
|
|
823
|
+
**dmarcPercentage**? | <code>number</code> | The percentage of messages that should be checked for DMARC compliance.<br/>__*Default*__: 100
|
|
824
|
+
**dmarcSpfAlignment**? | <code>[DmarcAlignment](#cloudstructs-dmarcalignment)</code> | The alignment mode to use for SPF signatures.<br/>__*Default*__: relaxed
|
|
825
|
+
**dmarcSubdomainPolicy**? | <code>[DmarcPolicy](#cloudstructs-dmarcpolicy)</code> | The DMARC policy to apply to messages that fail DMARC compliance for subdomains.<br/>__*Default*__: inherited from dmarcPolicy
|
|
826
|
+
**emailAddress**? | <code>string</code> | The email address to send DMARC reports to.<br/>__*Default*__: dmarc-reports
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
|
|
769
830
|
## struct EcsServiceRollerProps <a id="cloudstructs-ecsservicerollerprops"></a>
|
|
770
831
|
|
|
771
832
|
|
|
@@ -1123,6 +1184,27 @@ Name | Type | Description
|
|
|
1123
1184
|
|
|
1124
1185
|
|
|
1125
1186
|
|
|
1187
|
+
## enum DmarcAlignment <a id="cloudstructs-dmarcalignment"></a>
|
|
1188
|
+
|
|
1189
|
+
The DMARC alignment mode.
|
|
1190
|
+
|
|
1191
|
+
Name | Description
|
|
1192
|
+
-----|-----
|
|
1193
|
+
**RELAXED** |Relaxed alignment mode.
|
|
1194
|
+
**STRICT** |Strict alignment mode.
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
## enum DmarcPolicy <a id="cloudstructs-dmarcpolicy"></a>
|
|
1198
|
+
|
|
1199
|
+
The DMARC policy to apply to messages that fail DMARC compliance.
|
|
1200
|
+
|
|
1201
|
+
Name | Description
|
|
1202
|
+
-----|-----
|
|
1203
|
+
**NONE** |Do not apply any special handling to messages that fail DMARC compliance.
|
|
1204
|
+
**QUARANTINE** |Quarantine messages that fail DMARC compliance.
|
|
1205
|
+
**REJECT** |Reject messages that fail DMARC compliance.
|
|
1206
|
+
|
|
1207
|
+
|
|
1126
1208
|
## enum SlackAppManifestShortcutType <a id="cloudstructs-slackappmanifestshortcuttype"></a>
|
|
1127
1209
|
|
|
1128
1210
|
Type of shortcuts.
|
|
@@ -41,7 +41,7 @@ class CodeCommitMirrorSourceRepository {
|
|
|
41
41
|
}
|
|
42
42
|
exports.CodeCommitMirrorSourceRepository = CodeCommitMirrorSourceRepository;
|
|
43
43
|
_a = JSII_RTTI_SYMBOL_1;
|
|
44
|
-
CodeCommitMirrorSourceRepository[_a] = { fqn: "cloudstructs.CodeCommitMirrorSourceRepository", version: "0.6.
|
|
44
|
+
CodeCommitMirrorSourceRepository[_a] = { fqn: "cloudstructs.CodeCommitMirrorSourceRepository", version: "0.6.33" };
|
|
45
45
|
/**
|
|
46
46
|
* Mirror a repository to AWS CodeCommit on schedule
|
|
47
47
|
*/
|
|
@@ -89,5 +89,5 @@ class CodeCommitMirror extends constructs_1.Construct {
|
|
|
89
89
|
}
|
|
90
90
|
exports.CodeCommitMirror = CodeCommitMirror;
|
|
91
91
|
_b = JSII_RTTI_SYMBOL_1;
|
|
92
|
-
CodeCommitMirror[_b] = { fqn: "cloudstructs.CodeCommitMirror", version: "0.6.
|
|
92
|
+
CodeCommitMirror[_b] = { fqn: "cloudstructs.CodeCommitMirror", version: "0.6.33" };
|
|
93
93
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY29kZWNvbW1pdC1taXJyb3IvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7QUFBQSw2QkFBNkI7QUFDN0IseURBQXlEO0FBQ3pELDJDQUEyQztBQUMzQywyQ0FBMkM7QUFDM0MsaURBQWlEO0FBQ2pELDBEQUEwRDtBQUMxRCwyQ0FBMkM7QUFDM0MsNkNBQTZDO0FBQzdDLDJDQUF1QztBQStCdkM7O0dBRUc7QUFDSCxNQUFzQixnQ0FBZ0M7SUFDcEQ7O09BRUc7SUFDSSxNQUFNLENBQUMsTUFBTSxDQUFDLEtBQWEsRUFBRSxJQUFZO1FBQzlDLE9BQU87WUFDTCxJQUFJO1lBQ0osWUFBWSxFQUFFLHNCQUFzQixLQUFLLElBQUksSUFBSSxFQUFFO1NBQ3BELENBQUM7SUFDSixDQUFDO0lBRUQ7Ozs7OztPQU1HO0lBQ0ksTUFBTSxDQUFDLE9BQU8sQ0FBQyxJQUFZLEVBQUUsR0FBZTtRQUNqRCxPQUFPO1lBQ0wsSUFBSTtZQUNKLFNBQVMsRUFBRSxHQUFHO1NBQ2YsQ0FBQztJQUNKLENBQUM7O0FBdkJILDRFQTJDQzs7O0FBRUQ7O0dBRUc7QUFDSCxNQUFhLGdCQUFpQixTQUFRLHNCQUFTO0lBQzdDLFlBQVksS0FBZ0IsRUFBRSxFQUFVLEVBQUUsS0FBNEI7UUFDcEUsS0FBSyxDQUFDLEtBQUssRUFBRSxFQUFFLENBQUMsQ0FBQztRQUVqQixNQUFNLFdBQVcsR0FBRyxJQUFJLFVBQVUsQ0FBQyxVQUFVLENBQUMsSUFBSSxFQUFFLFlBQVksRUFBRTtZQUNoRSxjQUFjLEVBQUUsS0FBSyxDQUFDLFVBQVUsQ0FBQyxJQUFJO1lBQ3JDLFdBQVcsRUFBRSxhQUFhLEtBQUssQ0FBQyxVQUFVLENBQUMsSUFBSSxFQUFFO1NBQ2xELENBQUMsQ0FBQztRQUVILE1BQU0sY0FBYyxHQUFHLElBQUksR0FBRyxDQUFDLHFCQUFxQixDQUFDLElBQUksRUFBRSxnQkFBZ0IsQ0FBQyxDQUFDO1FBRTdFLGNBQWMsQ0FBQyxZQUFZLENBQUMsV0FBVyxFQUFFO1lBQ3ZDLEtBQUssRUFBRSxHQUFHLENBQUMsY0FBYyxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxJQUFJLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRSxtQkFBbUIsRUFBRSxRQUFRLENBQUMsQ0FBQztZQUM5RyxPQUFPLEVBQUUsSUFBSSxHQUFHLENBQUMsWUFBWSxDQUFDO2dCQUM1QixZQUFZLEVBQUUsS0FBSyxDQUFDLFVBQVUsQ0FBQyxJQUFJO2dCQUNuQyxZQUFZLEVBQUUsSUFBSSxDQUFDLGFBQWEsQ0FBQyxVQUFVO2FBQzVDLENBQUM7WUFDRixXQUFXLEVBQUU7Z0JBQ1gsSUFBSSxFQUFFLEtBQUssQ0FBQyxVQUFVLENBQUMsSUFBSTtnQkFDM0IsV0FBVyxFQUFFLFdBQVcsQ0FBQyxxQkFBcUI7Z0JBQzlDLEdBQUcsS0FBSyxDQUFDLFVBQVUsQ0FBQyxZQUFZO29CQUM5QixDQUFDLENBQUMsRUFBRSxNQUFNLEVBQUUsS0FBSyxDQUFDLFVBQVUsQ0FBQyxZQUFZLEVBQUU7b0JBQzNDLENBQUMsQ0FBQyxFQUFFO2FBQ1A7WUFDRCxPQUFPLEVBQUUsS0FBSyxDQUFDLFVBQVUsQ0FBQyxTQUFTO2dCQUNqQyxDQUFDLENBQUMsRUFBRSxNQUFNLEVBQUUsS0FBSyxDQUFDLFVBQVUsQ0FBQyxTQUFTLEVBQUU7Z0JBQ3hDLENBQUMsQ0FBQyxTQUFTO1NBQ2QsQ0FBQyxDQUFDO1FBRUgsY0FBYyxDQUFDLG1CQUFtQixDQUFDLElBQUksR0FBRyxDQUFDLGVBQWUsQ0FBQztZQUN6RCxPQUFPLEVBQUUsQ0FBQyxvQkFBb0IsQ0FBQztZQUMvQixTQUFTLEVBQUUsQ0FBQyxXQUFXLENBQUMsYUFBYSxDQUFDO1NBQ3ZDLENBQUMsQ0FBQyxDQUFDO1FBRUosTUFBTSxJQUFJLEdBQUcsSUFBSSxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxNQUFNLEVBQUU7WUFDekMsUUFBUSxFQUFFLEtBQUssQ0FBQyxRQUFRLElBQUksTUFBTSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUM7Z0JBQy9DLE1BQU0sRUFBRSxHQUFHO2dCQUNYLElBQUksRUFBRSxHQUFHO2FBQ1YsQ0FBQztTQUNILENBQUMsQ0FBQztRQUVILElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxPQUFPLENBQUMsT0FBTyxDQUFDO1lBQ2pDLE9BQU8sRUFBRSxLQUFLLENBQUMsT0FBTztZQUN0QixjQUFjO1lBQ2QsZUFBZSxFQUFFLEtBQUssQ0FBQyxlQUFlLElBQUksRUFBRSxVQUFVLEVBQUUsR0FBRyxDQUFDLFVBQVUsQ0FBQyxNQUFNLEVBQUU7U0FDaEYsQ0FBQyxDQUFDLENBQUM7SUFDTixDQUFDOztBQTlDSCw0Q0ErQ0MiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBwYXRoIGZyb20gJ3BhdGgnO1xuaW1wb3J0ICogYXMgY29kZWNvbW1pdCBmcm9tICdhd3MtY2RrLWxpYi9hd3MtY29kZWNvbW1pdCc7XG5pbXBvcnQgKiBhcyBlYzIgZnJvbSAnYXdzLWNkay1saWIvYXdzLWVjMic7XG5pbXBvcnQgKiBhcyBlY3MgZnJvbSAnYXdzLWNkay1saWIvYXdzLWVjcyc7XG5pbXBvcnQgKiBhcyBldmVudHMgZnJvbSAnYXdzLWNkay1saWIvYXdzLWV2ZW50cyc7XG5pbXBvcnQgKiBhcyB0YXJnZXRzIGZyb20gJ2F3cy1jZGstbGliL2F3cy1ldmVudHMtdGFyZ2V0cyc7XG5pbXBvcnQgKiBhcyBpYW0gZnJvbSAnYXdzLWNkay1saWIvYXdzLWlhbSc7XG5pbXBvcnQgKiBhcyBsb2dzIGZyb20gJ2F3cy1jZGstbGliL2F3cy1sb2dzJztcbmltcG9ydCB7IENvbnN0cnVjdCB9IGZyb20gJ2NvbnN0cnVjdHMnO1xuXG4vKipcbiAqIFByb3BlcnRpZXMgZm9yIGEgQ29kZUNvbW1pdE1pcnJvclxuICovXG5leHBvcnQgaW50ZXJmYWNlIENvZGVDb21taXRNaXJyb3JQcm9wcyB7XG4gIC8qKlxuICAgKiBUaGUgc291cmNlIHJlcG9zaXRvcnlcbiAgICovXG4gIHJlYWRvbmx5IHJlcG9zaXRvcnk6IENvZGVDb21taXRNaXJyb3JTb3VyY2VSZXBvc2l0b3J5O1xuXG4gIC8qKlxuICAgKiBUaGUgRUNTIGNsdXN0ZXIgd2hlcmUgdG8gcnVuIHRoZSBtaXJyb3Jpbmcgb3BlcmF0aW9uXG4gICAqL1xuICByZWFkb25seSBjbHVzdGVyOiBlY3MuSUNsdXN0ZXI7XG5cbiAgLyoqXG4gICAqIFRoZSBzY2hlZHVsZSBmb3IgdGhlIG1pcnJvcmluZyBvcGVyYXRpb25cbiAgICpcbiAgICogQGRlZmF1bHQgLSBldmVyeWRheSBhdCBtaWRuaWdodFxuICAgKi9cbiAgcmVhZG9ubHkgc2NoZWR1bGU/OiBldmVudHMuU2NoZWR1bGU7XG5cbiAgLyoqXG4gICAqIFdoZXJlIHRvIHJ1biB0aGUgbWlycm9yaW5nIEZhcmdhdGUgdGFza3NcbiAgICpcbiAgICogQGRlZmF1bHQgLSBwdWJsaWMgc3VibmV0c1xuICAgKi9cbiAgcmVhZG9ubHkgc3VibmV0U2VsZWN0aW9uPzogZWMyLlN1Ym5ldFNlbGVjdGlvbjtcbn1cblxuLyoqXG4gKiBBIHNvdXJjZSByZXBvc2l0b3J5IGZvciBBV1MgQ29kZUNvbW1pdCBtaXJyb3JpbmdcbiAqL1xuZXhwb3J0IGFic3RyYWN0IGNsYXNzIENvZGVDb21taXRNaXJyb3JTb3VyY2VSZXBvc2l0b3J5IHtcbiAgLyoqXG4gICAqIFB1YmxpYyBHaXRIdWIgcmVwb3NpdG9yeVxuICAgKi9cbiAgcHVibGljIHN0YXRpYyBnaXRIdWIob3duZXI6IHN0cmluZywgbmFtZTogc3RyaW5nKTogQ29kZUNvbW1pdE1pcnJvclNvdXJjZVJlcG9zaXRvcnkge1xuICAgIHJldHVybiB7XG4gICAgICBuYW1lLFxuICAgICAgcGxhaW5UZXh0VXJsOiBgaHR0cHM6Ly9naXRodWIuY29tLyR7b3duZXJ9LyR7bmFtZX1gLFxuICAgIH07XG4gIH1cblxuICAvKipcbiAgICogUHJpdmF0ZSByZXBvc2l0b3J5IHdpdGggSFRUUFMgY2xvbmUgVVJMIHN0b3JlZCBpbiBhIEFXUyBTZWNyZXRzIE1hbmFnZXIgc2VjcmV0IG9yXG4gICAqIGEgQVdTIFN5c3RlbXMgTWFuYWdlciBzZWN1cmUgc3RyaW5nIHBhcmFtZXRlci5cbiAgICpcbiAgICogQHBhcmFtIG5hbWUgdGhlIHJlcG9zaXRvcnkgbmFtZVxuICAgKiBAcGFyYW0gdXJsIHRoZSBzZWNyZXQgY29udGFpbmluZyB0aGUgSFRUUFMgY2xvbmUgVVJMXG4gICAqL1xuICBwdWJsaWMgc3RhdGljIHByaXZhdGUobmFtZTogc3RyaW5nLCB1cmw6IGVjcy5TZWNyZXQpOiBDb2RlQ29tbWl0TWlycm9yU291cmNlUmVwb3NpdG9yeSB7XG4gICAgcmV0dXJuIHtcbiAgICAgIG5hbWUsXG4gICAgICBzZWNyZXRVcmw6IHVybCxcbiAgICB9O1xuICB9XG5cbiAgLyoqXG4gICAqIFRoZSBuYW1lIG9mIHRoZSByZXBvc2l0b3J5XG4gICAqL1xuICBwdWJsaWMgYWJzdHJhY3QgcmVhZG9ubHkgbmFtZTogc3RyaW5nO1xuXG4gIC8qKiBUaGUgSFRUUFMgY2xvbmUgVVJMIGluIHBsYWluIHRleHQsIHVzZWQgZm9yIGEgcHVibGljIHJlcG9zaXRvcnkgKi9cbiAgcHVibGljIGFic3RyYWN0IHJlYWRvbmx5IHBsYWluVGV4dFVybD86IHN0cmluZztcblxuICAvKipcbiAgICogVGhlIEhUVFBTIGNsb25lIFVSTCBpZiB0aGUgcmVwb3NpdG9yeSBpcyBwcml2YXRlLlxuICAgKlxuICAgKiBUaGUgc2VjcmV0IHNob3VsZCBjb250YWluIHRoZSB1c2VybmFtZSBhbmQvb3IgdG9rZW4uXG4gICAqXG4gICAqIEBleGFtcGxlXG4gICAqIGBodHRwczovL1RPS0VOQGdpdGh1Yi5jb20vb3duZXIvbmFtZWBcbiAgICogYGh0dHBzOi8vVVNFUk5BTUU6VE9LRU5AYml0YnVja2V0Lm9yZy9vd25lci9uYW1lLmdpdGBcbiAgICovXG4gIHB1YmxpYyBhYnN0cmFjdCByZWFkb25seSBzZWNyZXRVcmw/OiBlY3MuU2VjcmV0O1xufVxuXG4vKipcbiAqIE1pcnJvciBhIHJlcG9zaXRvcnkgdG8gQVdTIENvZGVDb21taXQgb24gc2NoZWR1bGVcbiAqL1xuZXhwb3J0IGNsYXNzIENvZGVDb21taXRNaXJyb3IgZXh0ZW5kcyBDb25zdHJ1Y3Qge1xuICBjb25zdHJ1Y3RvcihzY29wZTogQ29uc3RydWN0LCBpZDogc3RyaW5nLCBwcm9wczogQ29kZUNvbW1pdE1pcnJvclByb3BzKSB7XG4gICAgc3VwZXIoc2NvcGUsIGlkKTtcblxuICAgIGNvbnN0IGRlc3RpbmF0aW9uID0gbmV3IGNvZGVjb21taXQuUmVwb3NpdG9yeSh0aGlzLCAnUmVwb3NpdG9yeScsIHtcbiAgICAgIHJlcG9zaXRvcnlOYW1lOiBwcm9wcy5yZXBvc2l0b3J5Lm5hbWUsXG4gICAgICBkZXNjcmlwdGlvbjogYE1pcnJvciBvZiAke3Byb3BzLnJlcG9zaXRvcnkubmFtZX1gLFxuICAgIH0pO1xuXG4gICAgY29uc3QgdGFza0RlZmluaXRpb24gPSBuZXcgZWNzLkZhcmdhdGVUYXNrRGVmaW5pdGlvbih0aGlzLCAnVGFza0RlZmluaXRpb24nKTtcblxuICAgIHRhc2tEZWZpbml0aW9uLmFkZENvbnRhaW5lcignQ29udGFpbmVyJywge1xuICAgICAgaW1hZ2U6IGVjcy5Db250YWluZXJJbWFnZS5mcm9tQXNzZXQocGF0aC5qb2luKF9fZGlybmFtZSwgJy4uJywgJy4uJywgJ2Fzc2V0cycsICdjb2RlY29tbWl0LW1pcnJvcicsICdkb2NrZXInKSksXG4gICAgICBsb2dnaW5nOiBuZXcgZWNzLkF3c0xvZ0RyaXZlcih7XG4gICAgICAgIHN0cmVhbVByZWZpeDogcHJvcHMucmVwb3NpdG9yeS5uYW1lLFxuICAgICAgICBsb2dSZXRlbnRpb246IGxvZ3MuUmV0ZW50aW9uRGF5cy5UV09fTU9OVEhTLFxuICAgICAgfSksXG4gICAgICBlbnZpcm9ubWVudDoge1xuICAgICAgICBOQU1FOiBwcm9wcy5yZXBvc2l0b3J5Lm5hbWUsXG4gICAgICAgIERFU1RJTkFUSU9OOiBkZXN0aW5hdGlvbi5yZXBvc2l0b3J5Q2xvbmVVcmxHcmMsXG4gICAgICAgIC4uLnByb3BzLnJlcG9zaXRvcnkucGxhaW5UZXh0VXJsXG4gICAgICAgICAgPyB7IFNPVVJDRTogcHJvcHMucmVwb3NpdG9yeS5wbGFpblRleHRVcmwgfVxuICAgICAgICAgIDoge30sXG4gICAgICB9LFxuICAgICAgc2VjcmV0czogcHJvcHMucmVwb3NpdG9yeS5zZWNyZXRVcmxcbiAgICAgICAgPyB7IFNPVVJDRTogcHJvcHMucmVwb3NpdG9yeS5zZWNyZXRVcmwgfVxuICAgICAgICA6IHVuZGVmaW5lZCxcbiAgICB9KTtcblxuICAgIHRhc2tEZWZpbml0aW9uLmFkZFRvVGFza1JvbGVQb2xpY3kobmV3IGlhbS5Qb2xpY3lTdGF0ZW1lbnQoe1xuICAgICAgYWN0aW9uczogWydjb2RlY29tbWl0OkdpdFB1c2gnXSxcbiAgICAgIHJlc291cmNlczogW2Rlc3RpbmF0aW9uLnJlcG9zaXRvcnlBcm5dLFxuICAgIH0pKTtcblxuICAgIGNvbnN0IHJ1bGUgPSBuZXcgZXZlbnRzLlJ1bGUodGhpcywgJ1J1bGUnLCB7XG4gICAgICBzY2hlZHVsZTogcHJvcHMuc2NoZWR1bGUgPz8gZXZlbnRzLlNjaGVkdWxlLmNyb24oe1xuICAgICAgICBtaW51dGU6ICcwJyxcbiAgICAgICAgaG91cjogJzAnLFxuICAgICAgfSksXG4gICAgfSk7XG5cbiAgICBydWxlLmFkZFRhcmdldChuZXcgdGFyZ2V0cy5FY3NUYXNrKHtcbiAgICAgIGNsdXN0ZXI6IHByb3BzLmNsdXN0ZXIsXG4gICAgICB0YXNrRGVmaW5pdGlvbixcbiAgICAgIHN1Ym5ldFNlbGVjdGlvbjogcHJvcHMuc3VibmV0U2VsZWN0aW9uID8/IHsgc3VibmV0VHlwZTogZWMyLlN1Ym5ldFR5cGUuUFVCTElDIH0sXG4gICAgfSkpO1xuICB9XG59XG4iXX0=
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import * as lambda from 'aws-cdk-lib/aws-lambda';
|
|
2
|
+
import * as route53 from 'aws-cdk-lib/aws-route53';
|
|
3
|
+
import * as ses from 'aws-cdk-lib/aws-ses';
|
|
4
|
+
import { Construct } from 'constructs';
|
|
5
|
+
/**
|
|
6
|
+
* The DMARC policy to apply to messages that fail DMARC compliance.
|
|
7
|
+
*/
|
|
8
|
+
export declare enum DmarcPolicy {
|
|
9
|
+
/**
|
|
10
|
+
* Do not apply any special handling to messages that fail DMARC compliance.
|
|
11
|
+
*/
|
|
12
|
+
NONE = "none",
|
|
13
|
+
/**
|
|
14
|
+
* Quarantine messages that fail DMARC compliance. (usually by sending them to spam)
|
|
15
|
+
*/
|
|
16
|
+
QUARANTINE = "quarantine",
|
|
17
|
+
/**
|
|
18
|
+
* Reject messages that fail DMARC compliance. (usually by rejecting them outright)
|
|
19
|
+
*/
|
|
20
|
+
REJECT = "reject"
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* The DMARC alignment mode.
|
|
24
|
+
*/
|
|
25
|
+
export declare enum DmarcAlignment {
|
|
26
|
+
/**
|
|
27
|
+
* Relaxed alignment mode.
|
|
28
|
+
*/
|
|
29
|
+
RELAXED = "relaxed",
|
|
30
|
+
/**
|
|
31
|
+
* Strict alignment mode.
|
|
32
|
+
*/
|
|
33
|
+
STRICT = "strict"
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Properties for a DmarcReporter
|
|
37
|
+
*/
|
|
38
|
+
export interface DmarcReporterProps {
|
|
39
|
+
/**
|
|
40
|
+
* The Route 53 hosted zone to create the DMARC record in.
|
|
41
|
+
*/
|
|
42
|
+
readonly hostedZone: route53.IHostedZone;
|
|
43
|
+
/**
|
|
44
|
+
* The email address to send DMARC reports to.
|
|
45
|
+
* This email address must be verified in SES.
|
|
46
|
+
* @default dmarc-reports@${hostedZone.zoneName}
|
|
47
|
+
*/
|
|
48
|
+
readonly emailAddress?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Additional email addresses to send DMARC reports to.
|
|
51
|
+
*/
|
|
52
|
+
readonly additionalEmailAddresses?: string[];
|
|
53
|
+
/**
|
|
54
|
+
* The DMARC policy to apply to messages that fail DMARC compliance.
|
|
55
|
+
* This can be one of the following values:
|
|
56
|
+
* - none: Do not apply any special handling to messages that fail DMARC compliance.
|
|
57
|
+
* - quarantine: Quarantine messages that fail DMARC compliance.
|
|
58
|
+
* - reject: Reject messages that fail DMARC compliance.
|
|
59
|
+
*/
|
|
60
|
+
readonly dmarcPolicy: DmarcPolicy;
|
|
61
|
+
/**
|
|
62
|
+
* The DMARC policy to apply to messages that fail DMARC compliance for subdomains.
|
|
63
|
+
* This can be one of the following values:
|
|
64
|
+
* - none: Do not apply any special handling to messages that fail DMARC compliance.
|
|
65
|
+
* - quarantine: Quarantine messages that fail DMARC compliance.
|
|
66
|
+
* - reject: Reject messages that fail DMARC compliance.
|
|
67
|
+
* @default inherited from dmarcPolicy
|
|
68
|
+
*/
|
|
69
|
+
readonly dmarcSubdomainPolicy?: DmarcPolicy;
|
|
70
|
+
/**
|
|
71
|
+
* The percentage of messages that should be checked for DMARC compliance.
|
|
72
|
+
* This is a value between 0 and 100.
|
|
73
|
+
* @default 100
|
|
74
|
+
*/
|
|
75
|
+
readonly dmarcPercentage?: number;
|
|
76
|
+
/**
|
|
77
|
+
* The alignment mode to use for DKIM signatures.
|
|
78
|
+
* This can be one of the following values:
|
|
79
|
+
* - relaxed: Use relaxed alignment mode.
|
|
80
|
+
* - strict: Use strict alignment mode.
|
|
81
|
+
*
|
|
82
|
+
* @default relaxed
|
|
83
|
+
*/
|
|
84
|
+
readonly dmarcDkimAlignment?: DmarcAlignment;
|
|
85
|
+
/**
|
|
86
|
+
* The alignment mode to use for SPF signatures.
|
|
87
|
+
* This can be one of the following values:
|
|
88
|
+
* - relaxed: Use relaxed alignment mode.
|
|
89
|
+
* - strict: Use strict alignment mode.
|
|
90
|
+
*
|
|
91
|
+
* @default relaxed
|
|
92
|
+
*/
|
|
93
|
+
readonly dmarcSpfAlignment?: DmarcAlignment;
|
|
94
|
+
/**
|
|
95
|
+
* A Lambda function to invoke after the message is saved to S3. The Lambda
|
|
96
|
+
* function will be invoked with a SESMessage as event.
|
|
97
|
+
*/
|
|
98
|
+
readonly function: lambda.IFunction;
|
|
99
|
+
/**
|
|
100
|
+
* An existing rule after which the new rule will be placed in the rule set.
|
|
101
|
+
*
|
|
102
|
+
* @default - The new rule is inserted at the beginning of the rule list.
|
|
103
|
+
*/
|
|
104
|
+
readonly afterRule?: ses.IReceiptRule;
|
|
105
|
+
/**
|
|
106
|
+
* The SES receipt rule set where a receipt rule will be added
|
|
107
|
+
*/
|
|
108
|
+
readonly receiptRuleSet: ses.IReceiptRuleSet;
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Creates a DMARC record in Route 53 and invokes a Lambda function to process incoming reports.
|
|
112
|
+
*/
|
|
113
|
+
export declare class DmarcReporter extends Construct {
|
|
114
|
+
constructor(scope: Construct, id: string, props: DmarcReporterProps);
|
|
115
|
+
}
|