@mavogel/awscdk-rootmail 0.0.297 → 0.0.299
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/.jsii +3 -3
- package/lib/rootmail.js +1 -1
- package/lib/ses-receive.js +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-cjs/index.js +16 -23
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/FilterLogEventsCommand.d.ts +28 -6
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetLogAnomalyDetectorCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/commands/GetLogEventsCommand.d.ts +17 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/dist-types/models/models_0.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudwatch-logs/package.json +7 -7
- package/node_modules/@aws-sdk/client-route-53/dist-cjs/index.js +9 -5
- package/node_modules/@aws-sdk/client-route-53/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/AssociateVPCWithHostedZoneCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateHealthCheckCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateHostedZoneCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/CreateVPCAssociationAuthorizationCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DeleteVPCAssociationAuthorizationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/DisassociateVPCFromHostedZoneCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHealthCheckCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/GetHostedZoneCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHealthChecksCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListHostedZonesByVPCCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListResourceRecordSetsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/ListVPCAssociationAuthorizationsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateHealthCheckCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-route-53/dist-types/models/models_0.d.ts +4 -0
- package/node_modules/@aws-sdk/client-route-53/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/node_modules/@aws-sdk/client-route-53/package.json +7 -7
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +41 -59
- package/node_modules/@aws-sdk/client-s3/package.json +11 -11
- package/node_modules/@aws-sdk/client-ses/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-ses/package.json +7 -7
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +208 -202
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +5 -0
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +4 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreatePatchBaselineCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeInstancePatchesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribePatchGroupStateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetPatchBaselineCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/ResetServiceSettingCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdatePatchBaselineCommand.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +34 -22
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +60 -69
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +83 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/ResetServiceSettingCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +9 -5
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +9 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +7 -7
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/client-sso/package.json +6 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +9 -9
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +5 -5
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +2 -2
- package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -3
- package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +5 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
- package/node_modules/@aws-sdk/core/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +10 -11
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/constants.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +6 -1
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +7 -9
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -1
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +10 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +6 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +23 -23
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +7 -7
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +6 -6
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -7
- package/node_modules/@aws-sdk/nested-clients/package.json +6 -6
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +5 -5
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/axios/CHANGELOG.md +25 -0
- package/node_modules/axios/README.md +6 -0
- package/node_modules/axios/dist/axios.js +4 -4
- package/node_modules/axios/dist/axios.js.map +1 -1
- package/node_modules/axios/dist/axios.min.js +2 -2
- package/node_modules/axios/dist/axios.min.js.map +1 -1
- package/node_modules/axios/dist/browser/axios.cjs +4 -4
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
- package/node_modules/axios/dist/esm/axios.js +4 -4
- package/node_modules/axios/dist/esm/axios.js.map +1 -1
- package/node_modules/axios/dist/esm/axios.min.js +2 -2
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
- package/node_modules/axios/dist/node/axios.cjs +4 -4
- package/node_modules/axios/dist/node/axios.cjs.map +1 -1
- package/node_modules/axios/index.d.cts +1 -0
- package/node_modules/axios/index.d.ts +1 -0
- package/node_modules/axios/lib/core/buildFullPath.js +1 -1
- package/node_modules/axios/lib/env/data.js +1 -1
- package/node_modules/axios/lib/helpers/resolveConfig.js +1 -1
- package/node_modules/axios/package.json +4 -4
- package/node_modules/cdk-nag/.jsii +3 -3
- package/node_modules/cdk-nag/lib/ignore-suppression-conditions.js +5 -5
- package/node_modules/cdk-nag/lib/nag-logger.js +2 -2
- package/node_modules/cdk-nag/lib/nag-pack.js +1 -1
- package/node_modules/cdk-nag/lib/nag-rules.js +1 -1
- package/node_modules/cdk-nag/lib/nag-suppressions.js +1 -1
- package/node_modules/cdk-nag/lib/packs/aws-solutions.js +1 -1
- package/node_modules/cdk-nag/lib/packs/hipaa-security.js +1 -1
- package/node_modules/cdk-nag/lib/packs/nist-800-53-r4.js +1 -1
- package/node_modules/cdk-nag/lib/packs/nist-800-53-r5.js +1 -1
- package/node_modules/cdk-nag/lib/packs/pci-dss-321.js +1 -1
- package/node_modules/cdk-nag/package.json +4 -4
- package/package.json +1 -1
package/node_modules/@aws-sdk/client-route-53/dist-types/commands/UpdateHealthCheckCommand.d.ts
CHANGED
|
@@ -57,7 +57,7 @@ declare const UpdateHealthCheckCommand_base: {
|
|
|
57
57
|
* "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
|
|
58
58
|
* ],
|
|
59
59
|
* AlarmIdentifier: { // AlarmIdentifier
|
|
60
|
-
* Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4" || "il-central-1" || "ca-west-1" || "ap-southeast-5" || "mx-central-1" || "ap-southeast-7", // required
|
|
60
|
+
* Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4" || "il-central-1" || "ca-west-1" || "ap-southeast-5" || "mx-central-1" || "us-isof-south-1" || "us-isof-east-1" || "ap-southeast-7", // required
|
|
61
61
|
* Name: "STRING_VALUE", // required
|
|
62
62
|
* },
|
|
63
63
|
* InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
|
|
@@ -96,7 +96,7 @@ declare const UpdateHealthCheckCommand_base: {
|
|
|
96
96
|
* // "us-east-1" || "us-west-1" || "us-west-2" || "eu-west-1" || "ap-southeast-1" || "ap-southeast-2" || "ap-northeast-1" || "sa-east-1",
|
|
97
97
|
* // ],
|
|
98
98
|
* // AlarmIdentifier: { // AlarmIdentifier
|
|
99
|
-
* // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4" || "il-central-1" || "ca-west-1" || "ap-southeast-5" || "mx-central-1" || "ap-southeast-7", // required
|
|
99
|
+
* // Region: "us-east-1" || "us-east-2" || "us-west-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-central-2" || "eu-west-1" || "eu-west-2" || "eu-west-3" || "ap-east-1" || "me-south-1" || "me-central-1" || "ap-south-1" || "ap-south-2" || "ap-southeast-1" || "ap-southeast-2" || "ap-southeast-3" || "ap-northeast-1" || "ap-northeast-2" || "ap-northeast-3" || "eu-north-1" || "sa-east-1" || "cn-northwest-1" || "cn-north-1" || "af-south-1" || "eu-south-1" || "eu-south-2" || "us-gov-west-1" || "us-gov-east-1" || "us-iso-east-1" || "us-iso-west-1" || "us-isob-east-1" || "ap-southeast-4" || "il-central-1" || "ca-west-1" || "ap-southeast-5" || "mx-central-1" || "us-isof-south-1" || "us-isof-east-1" || "ap-southeast-7", // required
|
|
100
100
|
* // Name: "STRING_VALUE", // required
|
|
101
101
|
* // },
|
|
102
102
|
* // InsufficientDataHealthStatus: "Healthy" || "Unhealthy" || "LastKnownStatus",
|
|
@@ -251,6 +251,8 @@ export declare const CloudWatchRegion: {
|
|
|
251
251
|
readonly us_iso_east_1: "us-iso-east-1";
|
|
252
252
|
readonly us_iso_west_1: "us-iso-west-1";
|
|
253
253
|
readonly us_isob_east_1: "us-isob-east-1";
|
|
254
|
+
readonly us_isof_east_1: "us-isof-east-1";
|
|
255
|
+
readonly us_isof_south_1: "us-isof-south-1";
|
|
254
256
|
readonly us_west_1: "us-west-1";
|
|
255
257
|
readonly us_west_2: "us-west-2";
|
|
256
258
|
};
|
|
@@ -765,6 +767,8 @@ export declare const VPCRegion: {
|
|
|
765
767
|
readonly us_iso_east_1: "us-iso-east-1";
|
|
766
768
|
readonly us_iso_west_1: "us-iso-west-1";
|
|
767
769
|
readonly us_isob_east_1: "us-isob-east-1";
|
|
770
|
+
readonly us_isof_east_1: "us-isof-east-1";
|
|
771
|
+
readonly us_isof_south_1: "us-isof-south-1";
|
|
768
772
|
readonly us_west_1: "us-west-1";
|
|
769
773
|
readonly us_west_2: "us-west-2";
|
|
770
774
|
};
|
|
@@ -107,6 +107,8 @@ export declare const CloudWatchRegion: {
|
|
|
107
107
|
readonly us_iso_east_1: "us-iso-east-1";
|
|
108
108
|
readonly us_iso_west_1: "us-iso-west-1";
|
|
109
109
|
readonly us_isob_east_1: "us-isob-east-1";
|
|
110
|
+
readonly us_isof_east_1: "us-isof-east-1";
|
|
111
|
+
readonly us_isof_south_1: "us-isof-south-1";
|
|
110
112
|
readonly us_west_1: "us-west-1";
|
|
111
113
|
readonly us_west_2: "us-west-2";
|
|
112
114
|
};
|
|
@@ -159,6 +161,8 @@ export declare const VPCRegion: {
|
|
|
159
161
|
readonly us_iso_east_1: "us-iso-east-1";
|
|
160
162
|
readonly us_iso_west_1: "us-iso-west-1";
|
|
161
163
|
readonly us_isob_east_1: "us-isob-east-1";
|
|
164
|
+
readonly us_isof_east_1: "us-isof-east-1";
|
|
165
|
+
readonly us_isof_south_1: "us-isof-south-1";
|
|
162
166
|
readonly us_west_1: "us-west-1";
|
|
163
167
|
readonly us_west_2: "us-west-2";
|
|
164
168
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-route-53",
|
|
3
3
|
"description": "AWS SDK for JavaScript Route 53 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-route-53",
|
|
@@ -20,18 +20,18 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-sdk-route53": "3.734.0",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
31
31
|
"@aws-sdk/types": "3.734.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
35
35
|
"@aws-sdk/xml-builder": "3.734.0",
|
|
36
36
|
"@smithy/config-resolver": "^4.0.1",
|
|
37
37
|
"@smithy/core": "^3.1.5",
|
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AbortMultipartUploadCommand: () => AbortMultipartUploadCommand,
|
|
25
25
|
AnalyticsFilter: () => AnalyticsFilter,
|
|
26
26
|
AnalyticsS3ExportFileFormat: () => AnalyticsS3ExportFileFormat,
|
|
@@ -262,7 +262,7 @@ __export(src_exports, {
|
|
|
262
262
|
waitUntilObjectExists: () => waitUntilObjectExists,
|
|
263
263
|
waitUntilObjectNotExists: () => waitUntilObjectNotExists
|
|
264
264
|
});
|
|
265
|
-
module.exports = __toCommonJS(
|
|
265
|
+
module.exports = __toCommonJS(index_exports);
|
|
266
266
|
|
|
267
267
|
// src/S3Client.ts
|
|
268
268
|
var import_middleware_expect_continue = require("@aws-sdk/middleware-expect-continue");
|
|
@@ -565,12 +565,9 @@ var NoSuchBucket = class _NoSuchBucket extends S3ServiceException {
|
|
|
565
565
|
var AnalyticsFilter;
|
|
566
566
|
((AnalyticsFilter2) => {
|
|
567
567
|
AnalyticsFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
568
|
-
if (value.Prefix !== void 0)
|
|
569
|
-
|
|
570
|
-
if (value.
|
|
571
|
-
return visitor.Tag(value.Tag);
|
|
572
|
-
if (value.And !== void 0)
|
|
573
|
-
return visitor.And(value.And);
|
|
568
|
+
if (value.Prefix !== void 0) return visitor.Prefix(value.Prefix);
|
|
569
|
+
if (value.Tag !== void 0) return visitor.Tag(value.Tag);
|
|
570
|
+
if (value.And !== void 0) return visitor.And(value.And);
|
|
574
571
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
575
572
|
}, "visit");
|
|
576
573
|
})(AnalyticsFilter || (AnalyticsFilter = {}));
|
|
@@ -646,14 +643,10 @@ var PartitionDateSource = {
|
|
|
646
643
|
var MetricsFilter;
|
|
647
644
|
((MetricsFilter2) => {
|
|
648
645
|
MetricsFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
649
|
-
if (value.Prefix !== void 0)
|
|
650
|
-
|
|
651
|
-
if (value.
|
|
652
|
-
|
|
653
|
-
if (value.AccessPointArn !== void 0)
|
|
654
|
-
return visitor.AccessPointArn(value.AccessPointArn);
|
|
655
|
-
if (value.And !== void 0)
|
|
656
|
-
return visitor.And(value.And);
|
|
646
|
+
if (value.Prefix !== void 0) return visitor.Prefix(value.Prefix);
|
|
647
|
+
if (value.Tag !== void 0) return visitor.Tag(value.Tag);
|
|
648
|
+
if (value.AccessPointArn !== void 0) return visitor.AccessPointArn(value.AccessPointArn);
|
|
649
|
+
if (value.And !== void 0) return visitor.And(value.And);
|
|
657
650
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
658
651
|
}, "visit");
|
|
659
652
|
})(MetricsFilter || (MetricsFilter = {}));
|
|
@@ -1112,16 +1105,11 @@ var RestoreRequestType = {
|
|
|
1112
1105
|
var SelectObjectContentEventStream;
|
|
1113
1106
|
((SelectObjectContentEventStream3) => {
|
|
1114
1107
|
SelectObjectContentEventStream3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1115
|
-
if (value.Records !== void 0)
|
|
1116
|
-
|
|
1117
|
-
if (value.
|
|
1118
|
-
|
|
1119
|
-
if (value.
|
|
1120
|
-
return visitor.Progress(value.Progress);
|
|
1121
|
-
if (value.Cont !== void 0)
|
|
1122
|
-
return visitor.Cont(value.Cont);
|
|
1123
|
-
if (value.End !== void 0)
|
|
1124
|
-
return visitor.End(value.End);
|
|
1108
|
+
if (value.Records !== void 0) return visitor.Records(value.Records);
|
|
1109
|
+
if (value.Stats !== void 0) return visitor.Stats(value.Stats);
|
|
1110
|
+
if (value.Progress !== void 0) return visitor.Progress(value.Progress);
|
|
1111
|
+
if (value.Cont !== void 0) return visitor.Cont(value.Cont);
|
|
1112
|
+
if (value.End !== void 0) return visitor.End(value.End);
|
|
1125
1113
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1126
1114
|
}, "visit");
|
|
1127
1115
|
})(SelectObjectContentEventStream || (SelectObjectContentEventStream = {}));
|
|
@@ -1171,18 +1159,12 @@ var RestoreObjectRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1171
1159
|
...obj.RestoreRequest && { RestoreRequest: RestoreRequestFilterSensitiveLog(obj.RestoreRequest) }
|
|
1172
1160
|
}), "RestoreObjectRequestFilterSensitiveLog");
|
|
1173
1161
|
var SelectObjectContentEventStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1174
|
-
if (obj.Records !== void 0)
|
|
1175
|
-
|
|
1176
|
-
if (obj.
|
|
1177
|
-
|
|
1178
|
-
if (obj.
|
|
1179
|
-
|
|
1180
|
-
if (obj.Cont !== void 0)
|
|
1181
|
-
return { Cont: obj.Cont };
|
|
1182
|
-
if (obj.End !== void 0)
|
|
1183
|
-
return { End: obj.End };
|
|
1184
|
-
if (obj.$unknown !== void 0)
|
|
1185
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1162
|
+
if (obj.Records !== void 0) return { Records: obj.Records };
|
|
1163
|
+
if (obj.Stats !== void 0) return { Stats: obj.Stats };
|
|
1164
|
+
if (obj.Progress !== void 0) return { Progress: obj.Progress };
|
|
1165
|
+
if (obj.Cont !== void 0) return { Cont: obj.Cont };
|
|
1166
|
+
if (obj.End !== void 0) return { End: obj.End };
|
|
1167
|
+
if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1186
1168
|
}, "SelectObjectContentEventStreamFilterSensitiveLog");
|
|
1187
1169
|
var SelectObjectContentOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1188
1170
|
...obj,
|
|
@@ -5234,27 +5216,27 @@ var se_AnalyticsExportDestination = /* @__PURE__ */ __name((input, context) => {
|
|
|
5234
5216
|
var se_AnalyticsFilter = /* @__PURE__ */ __name((input, context) => {
|
|
5235
5217
|
const bn = new import_xml_builder.XmlNode(_AF);
|
|
5236
5218
|
AnalyticsFilter.visit(input, {
|
|
5237
|
-
Prefix: (value) => {
|
|
5219
|
+
Prefix: /* @__PURE__ */ __name((value) => {
|
|
5238
5220
|
if (input[_P] != null) {
|
|
5239
5221
|
bn.c(import_xml_builder.XmlNode.of(_P, value).n(_P));
|
|
5240
5222
|
}
|
|
5241
|
-
},
|
|
5242
|
-
Tag: (value) => {
|
|
5223
|
+
}, "Prefix"),
|
|
5224
|
+
Tag: /* @__PURE__ */ __name((value) => {
|
|
5243
5225
|
if (input[_Ta] != null) {
|
|
5244
5226
|
bn.c(se_Tag(value, context).n(_Ta));
|
|
5245
5227
|
}
|
|
5246
|
-
},
|
|
5247
|
-
And: (value) => {
|
|
5228
|
+
}, "Tag"),
|
|
5229
|
+
And: /* @__PURE__ */ __name((value) => {
|
|
5248
5230
|
if (input[_A] != null) {
|
|
5249
5231
|
bn.c(se_AnalyticsAndOperator(value, context).n(_A));
|
|
5250
5232
|
}
|
|
5251
|
-
},
|
|
5252
|
-
_: (name, value) => {
|
|
5233
|
+
}, "And"),
|
|
5234
|
+
_: /* @__PURE__ */ __name((name, value) => {
|
|
5253
5235
|
if (!(value instanceof import_xml_builder.XmlNode || value instanceof import_xml_builder.XmlText)) {
|
|
5254
5236
|
throw new Error("Unable to serialize unknown union members in XML.");
|
|
5255
5237
|
}
|
|
5256
5238
|
bn.c(new import_xml_builder.XmlNode(name).c(value));
|
|
5257
|
-
}
|
|
5239
|
+
}, "_")
|
|
5258
5240
|
});
|
|
5259
5241
|
return bn;
|
|
5260
5242
|
}, "se_AnalyticsFilter");
|
|
@@ -5821,32 +5803,32 @@ var se_MetricsConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
|
5821
5803
|
var se_MetricsFilter = /* @__PURE__ */ __name((input, context) => {
|
|
5822
5804
|
const bn = new import_xml_builder.XmlNode(_MF);
|
|
5823
5805
|
MetricsFilter.visit(input, {
|
|
5824
|
-
Prefix: (value) => {
|
|
5806
|
+
Prefix: /* @__PURE__ */ __name((value) => {
|
|
5825
5807
|
if (input[_P] != null) {
|
|
5826
5808
|
bn.c(import_xml_builder.XmlNode.of(_P, value).n(_P));
|
|
5827
5809
|
}
|
|
5828
|
-
},
|
|
5829
|
-
Tag: (value) => {
|
|
5810
|
+
}, "Prefix"),
|
|
5811
|
+
Tag: /* @__PURE__ */ __name((value) => {
|
|
5830
5812
|
if (input[_Ta] != null) {
|
|
5831
5813
|
bn.c(se_Tag(value, context).n(_Ta));
|
|
5832
5814
|
}
|
|
5833
|
-
},
|
|
5834
|
-
AccessPointArn: (value) => {
|
|
5815
|
+
}, "Tag"),
|
|
5816
|
+
AccessPointArn: /* @__PURE__ */ __name((value) => {
|
|
5835
5817
|
if (input[_APAc] != null) {
|
|
5836
5818
|
bn.c(import_xml_builder.XmlNode.of(_APAc, value).n(_APAc));
|
|
5837
5819
|
}
|
|
5838
|
-
},
|
|
5839
|
-
And: (value) => {
|
|
5820
|
+
}, "AccessPointArn"),
|
|
5821
|
+
And: /* @__PURE__ */ __name((value) => {
|
|
5840
5822
|
if (input[_A] != null) {
|
|
5841
5823
|
bn.c(se_MetricsAndOperator(value, context).n(_A));
|
|
5842
5824
|
}
|
|
5843
|
-
},
|
|
5844
|
-
_: (name, value) => {
|
|
5825
|
+
}, "And"),
|
|
5826
|
+
_: /* @__PURE__ */ __name((name, value) => {
|
|
5845
5827
|
if (!(value instanceof import_xml_builder.XmlNode || value instanceof import_xml_builder.XmlText)) {
|
|
5846
5828
|
throw new Error("Unable to serialize unknown union members in XML.");
|
|
5847
5829
|
}
|
|
5848
5830
|
bn.c(new import_xml_builder.XmlNode(name).c(value));
|
|
5849
|
-
}
|
|
5831
|
+
}, "_")
|
|
5850
5832
|
});
|
|
5851
5833
|
return bn;
|
|
5852
5834
|
}, "se_MetricsFilter");
|
|
@@ -8846,10 +8828,10 @@ var S3Client = class extends import_smithy_client.Client {
|
|
|
8846
8828
|
this.middlewareStack.use(
|
|
8847
8829
|
(0, import_core3.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
8848
8830
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultS3HttpAuthSchemeParametersProvider,
|
|
8849
|
-
identityProviderConfigProvider: async (config) => new import_core3.DefaultIdentityProviderConfig({
|
|
8831
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core3.DefaultIdentityProviderConfig({
|
|
8850
8832
|
"aws.auth#sigv4": config.credentials,
|
|
8851
8833
|
"aws.auth#sigv4a": config.credentials
|
|
8852
|
-
})
|
|
8834
|
+
}), "identityProviderConfigProvider")
|
|
8853
8835
|
})
|
|
8854
8836
|
);
|
|
8855
8837
|
this.middlewareStack.use((0, import_core3.getHttpSigningPlugin)(this.config));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-s3",
|
|
3
3
|
"description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-s3",
|
|
@@ -27,24 +27,24 @@
|
|
|
27
27
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "3.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
30
|
+
"@aws-sdk/core": "3.774.0",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
32
32
|
"@aws-sdk/middleware-bucket-endpoint": "3.734.0",
|
|
33
33
|
"@aws-sdk/middleware-expect-continue": "3.734.0",
|
|
34
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
35
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
34
|
+
"@aws-sdk/middleware-flexible-checksums": "3.774.0",
|
|
35
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
36
36
|
"@aws-sdk/middleware-location-constraint": "3.734.0",
|
|
37
37
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
38
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
39
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
38
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
39
|
+
"@aws-sdk/middleware-sdk-s3": "3.774.0",
|
|
40
40
|
"@aws-sdk/middleware-ssec": "3.734.0",
|
|
41
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
41
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
42
42
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
43
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
43
|
+
"@aws-sdk/signature-v4-multi-region": "3.774.0",
|
|
44
44
|
"@aws-sdk/types": "3.734.0",
|
|
45
45
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
46
46
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
47
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
48
48
|
"@aws-sdk/xml-builder": "3.734.0",
|
|
49
49
|
"@smithy/config-resolver": "^4.0.1",
|
|
50
50
|
"@smithy/core": "^3.1.5",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"tslib": "^2.6.2"
|
|
83
83
|
},
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
85
|
+
"@aws-sdk/signature-v4-crt": "3.774.0",
|
|
86
86
|
"@tsconfig/node18": "18.2.4",
|
|
87
87
|
"@types/node": "^18.19.69",
|
|
88
88
|
"concurrently": "7.0.0",
|
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AccountSendingPausedException: () => AccountSendingPausedException,
|
|
25
25
|
AlreadyExistsException: () => AlreadyExistsException,
|
|
26
26
|
BehaviorOnMXFailure: () => BehaviorOnMXFailure,
|
|
@@ -151,7 +151,7 @@ __export(src_exports, {
|
|
|
151
151
|
waitForIdentityExists: () => waitForIdentityExists,
|
|
152
152
|
waitUntilIdentityExists: () => waitUntilIdentityExists
|
|
153
153
|
});
|
|
154
|
-
module.exports = __toCommonJS(
|
|
154
|
+
module.exports = __toCommonJS(index_exports);
|
|
155
155
|
|
|
156
156
|
// src/SESClient.ts
|
|
157
157
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -278,9 +278,9 @@ var SESClient = class extends import_smithy_client.Client {
|
|
|
278
278
|
this.middlewareStack.use(
|
|
279
279
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
280
280
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultSESHttpAuthSchemeParametersProvider,
|
|
281
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
281
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
282
282
|
"aws.auth#sigv4": config.credentials
|
|
283
|
-
})
|
|
283
|
+
}), "identityProviderConfigProvider")
|
|
284
284
|
})
|
|
285
285
|
);
|
|
286
286
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ses",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.774.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ses",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
23
|
+
"@aws-sdk/core": "3.774.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.774.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.774.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.774.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.743.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.734.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.774.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.0.1",
|
|
35
35
|
"@smithy/core": "^3.1.5",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.1",
|