@mavogel/awscdk-rootmail 0.0.313 → 0.0.315
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/package.json +18 -18
- package/node_modules/@aws-sdk/client-route-53/package.json +20 -20
- package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +3 -0
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +3 -3
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +12 -10
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +39 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +26 -11
- package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-s3/package.json +27 -27
- package/node_modules/@aws-sdk/client-ses/package.json +19 -19
- package/node_modules/@aws-sdk/client-ssm/README.md +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-cjs/index.js +15 -7
- package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js +1 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_0.js +4 -6
- package/node_modules/@aws-sdk/client-ssm/dist-es/models/models_1.js +8 -1
- package/node_modules/@aws-sdk/client-ssm/dist-es/protocols/Aws_json1_1.js +1 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSM.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/SSMClient.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/CreateDocumentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DeleteDocumentCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/DescribeSessionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/GetAccessTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/StartAccessRequestCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-ssm/dist-types/commands/UpdateDocumentMetadataCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ssm/dist-types/index.d.ts +2 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_0.d.ts +19 -23
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_1.d.ts +33 -17
- package/node_modules/@aws-sdk/client-ssm/dist-types/models/models_2.d.ts +17 -1
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/DescribeMaintenanceWindowsCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/commands/RegisterPatchBaselineForPatchGroupCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_0.d.ts +5 -7
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_1.d.ts +11 -4
- package/node_modules/@aws-sdk/client-ssm/dist-types/ts3.4/models/models_2.d.ts +4 -0
- package/node_modules/@aws-sdk/client-ssm/package.json +19 -19
- package/node_modules/@aws-sdk/client-sso/package.json +17 -17
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +12 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
- package/node_modules/@aws-sdk/core/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-expect-continue/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-location-constraint/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-route53/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-ssec/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/package.json +17 -17
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +6 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +7 -1
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +5 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +55 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +34 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +24 -4
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +33 -3
- package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +32 -2
- package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +3 -1
- package/node_modules/@smithy/core/package.json +1 -1
- package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
- package/node_modules/@smithy/middleware-retry/package.json +2 -2
- package/node_modules/@smithy/smithy-client/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +27 -8
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
- package/node_modules/@smithy/util-waiter/package.json +1 -1
- 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/lib/packs/serverless.js +1 -1
- package/node_modules/cdk-nag/package.json +2 -2
- package/node_modules/libmime/CHANGELOG.md +8 -0
- package/node_modules/libmime/lib/libmime.js +36 -22
- package/node_modules/libmime/package.json +7 -3
- package/node_modules/mailparser/CHANGELOG.md +8 -0
- package/node_modules/mailparser/package.json +4 -4
- package/node_modules/mailsplit/package.json +2 -2
- package/node_modules/nodemailer/CHANGELOG.md +9 -0
- package/node_modules/nodemailer/lib/mailer/index.js +5 -0
- package/node_modules/nodemailer/lib/smtp-connection/index.js +1 -1
- package/node_modules/nodemailer/lib/smtp-pool/index.js +4 -0
- package/node_modules/nodemailer/lib/well-known/services.json +8 -2
- package/node_modules/nodemailer/package.json +4 -4
- package/package.json +1 -1
- package/node_modules/libmime/.eslintrc +0 -7
- package/node_modules/libmime/.gitattributes +0 -1
- package/node_modules/libmime/.github/FUNDING.yml +0 -4
- package/node_modules/libmime/.github/workflows/release.yaml +0 -37
- package/node_modules/libmime/.github/workflows/test.yml +0 -21
- package/node_modules/libmime/.ncurc.js +0 -9
- package/node_modules/libmime/.prettierrc.js +0 -8
package/.jsii
CHANGED
|
@@ -3998,7 +3998,7 @@
|
|
|
3998
3998
|
"stability": "experimental"
|
|
3999
3999
|
},
|
|
4000
4000
|
"homepage": "https://github.com/MV-Consulting/awscdk-rootmail",
|
|
4001
|
-
"jsiiVersion": "5.7.
|
|
4001
|
+
"jsiiVersion": "5.7.19 (build da47c0a)",
|
|
4002
4002
|
"keywords": [
|
|
4003
4003
|
"aws",
|
|
4004
4004
|
"cdk",
|
|
@@ -4447,6 +4447,6 @@
|
|
|
4447
4447
|
"symbolId": "src/ses-receive:SESReceiveProps"
|
|
4448
4448
|
}
|
|
4449
4449
|
},
|
|
4450
|
-
"version": "0.0.
|
|
4451
|
-
"fingerprint": "
|
|
4450
|
+
"version": "0.0.315",
|
|
4451
|
+
"fingerprint": "ZnrtqZR/4cvFagFjvlxWLUEQAVYeB0pTSGs8gJSFbP4="
|
|
4452
4452
|
}
|
package/lib/rootmail.js
CHANGED
|
@@ -82,7 +82,7 @@ class Rootmail extends constructs_1.Construct {
|
|
|
82
82
|
}
|
|
83
83
|
exports.Rootmail = Rootmail;
|
|
84
84
|
_a = JSII_RTTI_SYMBOL_1;
|
|
85
|
-
Rootmail[_a] = { fqn: "@mavogel/awscdk-rootmail.Rootmail", version: "0.0.
|
|
85
|
+
Rootmail[_a] = { fqn: "@mavogel/awscdk-rootmail.Rootmail", version: "0.0.315" };
|
|
86
86
|
/**
|
|
87
87
|
* Aspect for setting all removal policies to DESTROY
|
|
88
88
|
*/
|
package/lib/ses-receive.js
CHANGED
|
@@ -130,7 +130,7 @@ class SESReceive extends constructs_1.Construct {
|
|
|
130
130
|
}
|
|
131
131
|
exports.SESReceive = SESReceive;
|
|
132
132
|
_a = JSII_RTTI_SYMBOL_1;
|
|
133
|
-
SESReceive[_a] = { fqn: "@mavogel/awscdk-rootmail.SESReceive", version: "0.0.
|
|
133
|
+
SESReceive[_a] = { fqn: "@mavogel/awscdk-rootmail.SESReceive", version: "0.0.315" };
|
|
134
134
|
/**
|
|
135
135
|
* Aspect for setting all removal policies to DESTROY
|
|
136
136
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudwatch-logs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudwatch Logs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.840.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-cloudwatch-logs",
|
|
@@ -20,19 +20,19 @@
|
|
|
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.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.840.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.840.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.840.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
30
|
+
"@aws-sdk/types": "3.840.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.840.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.840.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.4",
|
|
35
|
-
"@smithy/core": "^3.
|
|
35
|
+
"@smithy/core": "^3.6.0",
|
|
36
36
|
"@smithy/eventstream-serde-browser": "^4.0.4",
|
|
37
37
|
"@smithy/eventstream-serde-config-resolver": "^4.1.2",
|
|
38
38
|
"@smithy/eventstream-serde-node": "^4.0.4",
|
|
@@ -40,21 +40,21 @@
|
|
|
40
40
|
"@smithy/hash-node": "^4.0.4",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
44
|
-
"@smithy/middleware-retry": "^4.1.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.1.13",
|
|
44
|
+
"@smithy/middleware-retry": "^4.1.14",
|
|
45
45
|
"@smithy/middleware-serde": "^4.0.8",
|
|
46
46
|
"@smithy/middleware-stack": "^4.0.4",
|
|
47
47
|
"@smithy/node-config-provider": "^4.1.3",
|
|
48
48
|
"@smithy/node-http-handler": "^4.0.6",
|
|
49
49
|
"@smithy/protocol-http": "^5.1.2",
|
|
50
|
-
"@smithy/smithy-client": "^4.4.
|
|
50
|
+
"@smithy/smithy-client": "^4.4.5",
|
|
51
51
|
"@smithy/types": "^4.3.1",
|
|
52
52
|
"@smithy/url-parser": "^4.0.4",
|
|
53
53
|
"@smithy/util-base64": "^4.0.0",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.0.21",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.0.21",
|
|
58
58
|
"@smithy/util-endpoints": "^3.0.6",
|
|
59
59
|
"@smithy/util-middleware": "^4.0.4",
|
|
60
60
|
"@smithy/util-retry": "^4.0.6",
|
|
@@ -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.840.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,45 +20,45 @@
|
|
|
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.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-sdk-route53": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.840.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.840.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.840.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
28
|
+
"@aws-sdk/middleware-sdk-route53": "3.840.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.840.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
31
|
+
"@aws-sdk/types": "3.840.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.840.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.840.0",
|
|
35
35
|
"@aws-sdk/xml-builder": "3.821.0",
|
|
36
36
|
"@smithy/config-resolver": "^4.1.4",
|
|
37
|
-
"@smithy/core": "^3.
|
|
37
|
+
"@smithy/core": "^3.6.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^5.0.4",
|
|
39
39
|
"@smithy/hash-node": "^4.0.4",
|
|
40
40
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
41
41
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
43
|
-
"@smithy/middleware-retry": "^4.1.
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.1.13",
|
|
43
|
+
"@smithy/middleware-retry": "^4.1.14",
|
|
44
44
|
"@smithy/middleware-serde": "^4.0.8",
|
|
45
45
|
"@smithy/middleware-stack": "^4.0.4",
|
|
46
46
|
"@smithy/node-config-provider": "^4.1.3",
|
|
47
47
|
"@smithy/node-http-handler": "^4.0.6",
|
|
48
48
|
"@smithy/protocol-http": "^5.1.2",
|
|
49
|
-
"@smithy/smithy-client": "^4.4.
|
|
49
|
+
"@smithy/smithy-client": "^4.4.5",
|
|
50
50
|
"@smithy/types": "^4.3.1",
|
|
51
51
|
"@smithy/url-parser": "^4.0.4",
|
|
52
52
|
"@smithy/util-base64": "^4.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.21",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.21",
|
|
57
57
|
"@smithy/util-endpoints": "^3.0.6",
|
|
58
58
|
"@smithy/util-middleware": "^4.0.4",
|
|
59
59
|
"@smithy/util-retry": "^4.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^4.0.0",
|
|
61
|
-
"@smithy/util-waiter": "^4.0.
|
|
61
|
+
"@smithy/util-waiter": "^4.0.6",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
@@ -382,6 +382,7 @@ var ChecksumType = {
|
|
|
382
382
|
};
|
|
383
383
|
var ServerSideEncryption = {
|
|
384
384
|
AES256: "AES256",
|
|
385
|
+
aws_fsx: "aws:fsx",
|
|
385
386
|
aws_kms: "aws:kms",
|
|
386
387
|
aws_kms_dsse: "aws:kms:dsse"
|
|
387
388
|
};
|
|
@@ -416,6 +417,7 @@ var ObjectLockMode = {
|
|
|
416
417
|
var StorageClass = {
|
|
417
418
|
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
418
419
|
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
420
|
+
FSX_OPENZFS: "FSX_OPENZFS",
|
|
419
421
|
GLACIER: "GLACIER",
|
|
420
422
|
GLACIER_IR: "GLACIER_IR",
|
|
421
423
|
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
@@ -820,6 +822,7 @@ var EncodingType = {
|
|
|
820
822
|
var ObjectStorageClass = {
|
|
821
823
|
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
822
824
|
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
825
|
+
FSX_OPENZFS: "FSX_OPENZFS",
|
|
823
826
|
GLACIER: "GLACIER",
|
|
824
827
|
GLACIER_IR: "GLACIER_IR",
|
|
825
828
|
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
@@ -43,6 +43,7 @@ export const ChecksumType = {
|
|
|
43
43
|
};
|
|
44
44
|
export const ServerSideEncryption = {
|
|
45
45
|
AES256: "AES256",
|
|
46
|
+
aws_fsx: "aws:fsx",
|
|
46
47
|
aws_kms: "aws:kms",
|
|
47
48
|
aws_kms_dsse: "aws:kms:dsse",
|
|
48
49
|
};
|
|
@@ -77,6 +78,7 @@ export const ObjectLockMode = {
|
|
|
77
78
|
export const StorageClass = {
|
|
78
79
|
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
79
80
|
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
81
|
+
FSX_OPENZFS: "FSX_OPENZFS",
|
|
80
82
|
GLACIER: "GLACIER",
|
|
81
83
|
GLACIER_IR: "GLACIER_IR",
|
|
82
84
|
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
|
@@ -446,6 +448,7 @@ export const EncodingType = {
|
|
|
446
448
|
export const ObjectStorageClass = {
|
|
447
449
|
DEEP_ARCHIVE: "DEEP_ARCHIVE",
|
|
448
450
|
EXPRESS_ONEZONE: "EXPRESS_ONEZONE",
|
|
451
|
+
FSX_OPENZFS: "FSX_OPENZFS",
|
|
449
452
|
GLACIER: "GLACIER",
|
|
450
453
|
GLACIER_IR: "GLACIER_IR",
|
|
451
454
|
INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts
CHANGED
|
@@ -249,7 +249,7 @@ declare const CompleteMultipartUploadCommand_base: {
|
|
|
249
249
|
* // ChecksumSHA1: "STRING_VALUE",
|
|
250
250
|
* // ChecksumSHA256: "STRING_VALUE",
|
|
251
251
|
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
252
|
-
* // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
252
|
+
* // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
253
253
|
* // VersionId: "STRING_VALUE",
|
|
254
254
|
* // SSEKMSKeyId: "STRING_VALUE",
|
|
255
255
|
* // BucketKeyEnabled: true || false,
|
|
@@ -270,8 +270,8 @@ declare const CopyObjectCommand_base: {
|
|
|
270
270
|
* },
|
|
271
271
|
* MetadataDirective: "COPY" || "REPLACE",
|
|
272
272
|
* TaggingDirective: "COPY" || "REPLACE",
|
|
273
|
-
* ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
274
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
273
|
+
* ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
274
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
275
275
|
* WebsiteRedirectLocation: "STRING_VALUE",
|
|
276
276
|
* SSECustomerAlgorithm: "STRING_VALUE",
|
|
277
277
|
* SSECustomerKey: "STRING_VALUE",
|
|
@@ -306,7 +306,7 @@ declare const CopyObjectCommand_base: {
|
|
|
306
306
|
* // Expiration: "STRING_VALUE",
|
|
307
307
|
* // CopySourceVersionId: "STRING_VALUE",
|
|
308
308
|
* // VersionId: "STRING_VALUE",
|
|
309
|
-
* // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
309
|
+
* // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
310
310
|
* // SSECustomerAlgorithm: "STRING_VALUE",
|
|
311
311
|
* // SSECustomerKeyMD5: "STRING_VALUE",
|
|
312
312
|
* // SSEKMSKeyId: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts
CHANGED
|
@@ -325,8 +325,8 @@ declare const CreateMultipartUploadCommand_base: {
|
|
|
325
325
|
* Metadata: { // Metadata
|
|
326
326
|
* "<keys>": "STRING_VALUE",
|
|
327
327
|
* },
|
|
328
|
-
* ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
329
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
328
|
+
* ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
329
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
330
330
|
* WebsiteRedirectLocation: "STRING_VALUE",
|
|
331
331
|
* SSECustomerAlgorithm: "STRING_VALUE",
|
|
332
332
|
* SSECustomerKey: "STRING_VALUE",
|
|
@@ -351,7 +351,7 @@ declare const CreateMultipartUploadCommand_base: {
|
|
|
351
351
|
* // Bucket: "STRING_VALUE",
|
|
352
352
|
* // Key: "STRING_VALUE",
|
|
353
353
|
* // UploadId: "STRING_VALUE",
|
|
354
|
-
* // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
354
|
+
* // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
355
355
|
* // SSECustomerAlgorithm: "STRING_VALUE",
|
|
356
356
|
* // SSECustomerKeyMD5: "STRING_VALUE",
|
|
357
357
|
* // SSEKMSKeyId: "STRING_VALUE",
|
|
@@ -145,7 +145,7 @@ declare const CreateSessionCommand_base: {
|
|
|
145
145
|
* const input = { // CreateSessionRequest
|
|
146
146
|
* SessionMode: "ReadOnly" || "ReadWrite",
|
|
147
147
|
* Bucket: "STRING_VALUE", // required
|
|
148
|
-
* ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
148
|
+
* ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
149
149
|
* SSEKMSKeyId: "STRING_VALUE",
|
|
150
150
|
* SSEKMSEncryptionContext: "STRING_VALUE",
|
|
151
151
|
* BucketKeyEnabled: true || false,
|
|
@@ -153,7 +153,7 @@ declare const CreateSessionCommand_base: {
|
|
|
153
153
|
* const command = new CreateSessionCommand(input);
|
|
154
154
|
* const response = await client.send(command);
|
|
155
155
|
* // { // CreateSessionOutput
|
|
156
|
-
* // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
156
|
+
* // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
157
157
|
* // SSEKMSKeyId: "STRING_VALUE",
|
|
158
158
|
* // SSEKMSEncryptionContext: "STRING_VALUE",
|
|
159
159
|
* // BucketKeyEnabled: true || false,
|
|
@@ -106,7 +106,7 @@ declare const GetBucketEncryptionCommand_base: {
|
|
|
106
106
|
* // Rules: [ // ServerSideEncryptionRules // required
|
|
107
107
|
* // { // ServerSideEncryptionRule
|
|
108
108
|
* // ApplyServerSideEncryptionByDefault: { // ServerSideEncryptionByDefault
|
|
109
|
-
* // SSEAlgorithm: "AES256" || "aws:kms" || "aws:kms:dsse", // required
|
|
109
|
+
* // SSEAlgorithm: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse", // required
|
|
110
110
|
* // KMSMasterKeyID: "STRING_VALUE",
|
|
111
111
|
* // },
|
|
112
112
|
* // BucketKeyEnabled: true || false,
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts
CHANGED
|
@@ -111,7 +111,7 @@ declare const GetBucketReplicationCommand_base: {
|
|
|
111
111
|
* // Destination: { // Destination
|
|
112
112
|
* // Bucket: "STRING_VALUE", // required
|
|
113
113
|
* // Account: "STRING_VALUE",
|
|
114
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
114
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
115
115
|
* // AccessControlTranslation: { // AccessControlTranslation
|
|
116
116
|
* // Owner: "Destination", // required
|
|
117
117
|
* // },
|
|
@@ -302,7 +302,7 @@ declare const GetObjectAttributesCommand_base: {
|
|
|
302
302
|
* // },
|
|
303
303
|
* // ],
|
|
304
304
|
* // },
|
|
305
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
305
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
306
306
|
* // ObjectSize: Number("long"),
|
|
307
307
|
* // };
|
|
308
308
|
*
|
|
@@ -266,7 +266,7 @@ declare const GetObjectCommand_base: {
|
|
|
266
266
|
* // Expires: new Date("TIMESTAMP"),
|
|
267
267
|
* // ExpiresString: "STRING_VALUE",
|
|
268
268
|
* // WebsiteRedirectLocation: "STRING_VALUE",
|
|
269
|
-
* // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
269
|
+
* // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
270
270
|
* // Metadata: { // Metadata
|
|
271
271
|
* // "<keys>": "STRING_VALUE",
|
|
272
272
|
* // },
|
|
@@ -274,7 +274,7 @@ declare const GetObjectCommand_base: {
|
|
|
274
274
|
* // SSECustomerKeyMD5: "STRING_VALUE",
|
|
275
275
|
* // SSEKMSKeyId: "STRING_VALUE",
|
|
276
276
|
* // BucketKeyEnabled: true || false,
|
|
277
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
277
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
278
278
|
* // RequestCharged: "requester",
|
|
279
279
|
* // ReplicationStatus: "COMPLETE" || "PENDING" || "FAILED" || "REPLICA" || "COMPLETED",
|
|
280
280
|
* // PartsCount: Number("int"),
|
|
@@ -247,7 +247,7 @@ declare const HeadObjectCommand_base: {
|
|
|
247
247
|
* // Expires: new Date("TIMESTAMP"),
|
|
248
248
|
* // ExpiresString: "STRING_VALUE",
|
|
249
249
|
* // WebsiteRedirectLocation: "STRING_VALUE",
|
|
250
|
-
* // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
250
|
+
* // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
251
251
|
* // Metadata: { // Metadata
|
|
252
252
|
* // "<keys>": "STRING_VALUE",
|
|
253
253
|
* // },
|
|
@@ -255,7 +255,7 @@ declare const HeadObjectCommand_base: {
|
|
|
255
255
|
* // SSECustomerKeyMD5: "STRING_VALUE",
|
|
256
256
|
* // SSEKMSKeyId: "STRING_VALUE",
|
|
257
257
|
* // BucketKeyEnabled: true || false,
|
|
258
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
258
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
259
259
|
* // RequestCharged: "requester",
|
|
260
260
|
* // ReplicationStatus: "COMPLETE" || "PENDING" || "FAILED" || "REPLICA" || "COMPLETED",
|
|
261
261
|
* // PartsCount: Number("int"),
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts
CHANGED
|
@@ -202,7 +202,7 @@ declare const ListMultipartUploadsCommand_base: {
|
|
|
202
202
|
* // UploadId: "STRING_VALUE",
|
|
203
203
|
* // Key: "STRING_VALUE",
|
|
204
204
|
* // Initiated: new Date("TIMESTAMP"),
|
|
205
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
205
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
206
206
|
* // Owner: { // Owner
|
|
207
207
|
* // DisplayName: "STRING_VALUE",
|
|
208
208
|
* // ID: "STRING_VALUE",
|
|
@@ -108,7 +108,7 @@ declare const ListObjectsCommand_base: {
|
|
|
108
108
|
* // ],
|
|
109
109
|
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
110
110
|
* // Size: Number("long"),
|
|
111
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
111
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
112
112
|
* // Owner: { // Owner
|
|
113
113
|
* // DisplayName: "STRING_VALUE",
|
|
114
114
|
* // ID: "STRING_VALUE",
|
|
@@ -165,7 +165,7 @@ declare const ListObjectsV2Command_base: {
|
|
|
165
165
|
* // ],
|
|
166
166
|
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
167
167
|
* // Size: Number("long"),
|
|
168
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
168
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "GLACIER" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
169
169
|
* // Owner: { // Owner
|
|
170
170
|
* // DisplayName: "STRING_VALUE",
|
|
171
171
|
* // ID: "STRING_VALUE",
|
|
@@ -173,7 +173,7 @@ declare const ListPartsCommand_base: {
|
|
|
173
173
|
* // DisplayName: "STRING_VALUE",
|
|
174
174
|
* // ID: "STRING_VALUE",
|
|
175
175
|
* // },
|
|
176
|
-
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
176
|
+
* // StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
177
177
|
* // RequestCharged: "requester",
|
|
178
178
|
* // ChecksumAlgorithm: "CRC32" || "CRC32C" || "SHA1" || "SHA256" || "CRC64NVME",
|
|
179
179
|
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
@@ -168,7 +168,7 @@ declare const PutBucketEncryptionCommand_base: {
|
|
|
168
168
|
* Rules: [ // ServerSideEncryptionRules // required
|
|
169
169
|
* { // ServerSideEncryptionRule
|
|
170
170
|
* ApplyServerSideEncryptionByDefault: { // ServerSideEncryptionByDefault
|
|
171
|
-
* SSEAlgorithm: "AES256" || "aws:kms" || "aws:kms:dsse", // required
|
|
171
|
+
* SSEAlgorithm: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse", // required
|
|
172
172
|
* KMSMasterKeyID: "STRING_VALUE",
|
|
173
173
|
* },
|
|
174
174
|
* BucketKeyEnabled: true || false,
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts
CHANGED
|
@@ -148,7 +148,7 @@ declare const PutBucketReplicationCommand_base: {
|
|
|
148
148
|
* Destination: { // Destination
|
|
149
149
|
* Bucket: "STRING_VALUE", // required
|
|
150
150
|
* Account: "STRING_VALUE",
|
|
151
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
151
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
152
152
|
* AccessControlTranslation: { // AccessControlTranslation
|
|
153
153
|
* Owner: "Destination", // required
|
|
154
154
|
* },
|
|
@@ -226,8 +226,8 @@ declare const PutObjectCommand_base: {
|
|
|
226
226
|
* Metadata: { // Metadata
|
|
227
227
|
* "<keys>": "STRING_VALUE",
|
|
228
228
|
* },
|
|
229
|
-
* ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
230
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
229
|
+
* ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
230
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
231
231
|
* WebsiteRedirectLocation: "STRING_VALUE",
|
|
232
232
|
* SSECustomerAlgorithm: "STRING_VALUE",
|
|
233
233
|
* SSECustomerKey: "STRING_VALUE",
|
|
@@ -253,7 +253,7 @@ declare const PutObjectCommand_base: {
|
|
|
253
253
|
* // ChecksumSHA1: "STRING_VALUE",
|
|
254
254
|
* // ChecksumSHA256: "STRING_VALUE",
|
|
255
255
|
* // ChecksumType: "COMPOSITE" || "FULL_OBJECT",
|
|
256
|
-
* // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
256
|
+
* // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
257
257
|
* // VersionId: "STRING_VALUE",
|
|
258
258
|
* // SSECustomerAlgorithm: "STRING_VALUE",
|
|
259
259
|
* // SSECustomerKeyMD5: "STRING_VALUE",
|
|
@@ -52,13 +52,14 @@ declare const RenameObjectCommand_base: {
|
|
|
52
52
|
* <dl>
|
|
53
53
|
* <dt>Permissions</dt>
|
|
54
54
|
* <dd>
|
|
55
|
-
* <p> To grant access to the <code>RenameObject</code> operation on a directory
|
|
56
|
-
* use the <code>CreateSession</code> operation for
|
|
57
|
-
* Specifically, you grant the
|
|
58
|
-
*
|
|
59
|
-
*
|
|
60
|
-
*
|
|
61
|
-
*
|
|
55
|
+
* <p> To grant access to the <code>RenameObject</code> operation on a directory
|
|
56
|
+
* bucket, we recommend that you use the <code>CreateSession</code> operation for
|
|
57
|
+
* session-based authorization. Specifically, you grant the
|
|
58
|
+
* <code>s3express:CreateSession</code> permission to the directory bucket in a
|
|
59
|
+
* bucket policy or an IAM identity-based policy. Then, you make the
|
|
60
|
+
* <code>CreateSession</code> API call on the directory bucket to obtain a session
|
|
61
|
+
* token. With the session token in your request header, you can make API requests to
|
|
62
|
+
* this operation. After the session token expires, you make another
|
|
62
63
|
* <code>CreateSession</code> API call to generate a new session token for use.
|
|
63
64
|
* The Amazon Web Services CLI and SDKs will create and manage your session including refreshing
|
|
64
65
|
* the session token automatically to avoid service interruptions when a session
|
|
@@ -69,9 +70,10 @@ declare const RenameObjectCommand_base: {
|
|
|
69
70
|
* API operations, including <code>RenameObject</code>. For more information about
|
|
70
71
|
* authorization, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateSession.html">
|
|
71
72
|
* <code>CreateSession</code>
|
|
72
|
-
* </a>. To learn more about Zonal endpoint
|
|
73
|
-
*
|
|
74
|
-
*
|
|
73
|
+
* </a>. To learn more about Zonal endpoint API
|
|
74
|
+
* operations, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-create-session.html">Authorizing
|
|
75
|
+
* Zonal endpoint API operations with CreateSession</a> in the <i>Amazon S3
|
|
76
|
+
* User Guide</i>. </p>
|
|
75
77
|
* </dd>
|
|
76
78
|
* <dt>HTTP Host header syntax</dt>
|
|
77
79
|
* <dd>
|
|
@@ -286,7 +286,7 @@ declare const RestoreObjectCommand_base: {
|
|
|
286
286
|
* BucketName: "STRING_VALUE", // required
|
|
287
287
|
* Prefix: "STRING_VALUE", // required
|
|
288
288
|
* Encryption: { // Encryption
|
|
289
|
-
* EncryptionType: "AES256" || "aws:kms" || "aws:kms:dsse", // required
|
|
289
|
+
* EncryptionType: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse", // required
|
|
290
290
|
* KMSKeyId: "STRING_VALUE",
|
|
291
291
|
* KMSContext: "STRING_VALUE",
|
|
292
292
|
* },
|
|
@@ -317,7 +317,7 @@ declare const RestoreObjectCommand_base: {
|
|
|
317
317
|
* Value: "STRING_VALUE",
|
|
318
318
|
* },
|
|
319
319
|
* ],
|
|
320
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
320
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
321
321
|
* },
|
|
322
322
|
* },
|
|
323
323
|
* },
|
|
@@ -247,7 +247,7 @@ declare const UploadPartCommand_base: {
|
|
|
247
247
|
* const command = new UploadPartCommand(input);
|
|
248
248
|
* const response = await client.send(command);
|
|
249
249
|
* // { // UploadPartOutput
|
|
250
|
-
* // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
250
|
+
* // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
251
251
|
* // ETag: "STRING_VALUE",
|
|
252
252
|
* // ChecksumCRC32: "STRING_VALUE",
|
|
253
253
|
* // ChecksumCRC32C: "STRING_VALUE",
|
|
@@ -293,7 +293,7 @@ declare const UploadPartCopyCommand_base: {
|
|
|
293
293
|
* // ChecksumSHA1: "STRING_VALUE",
|
|
294
294
|
* // ChecksumSHA256: "STRING_VALUE",
|
|
295
295
|
* // },
|
|
296
|
-
* // ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
296
|
+
* // ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
297
297
|
* // SSECustomerAlgorithm: "STRING_VALUE",
|
|
298
298
|
* // SSECustomerKeyMD5: "STRING_VALUE",
|
|
299
299
|
* // SSEKMSKeyId: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts
CHANGED
|
@@ -107,11 +107,11 @@ declare const WriteGetObjectResponseCommand_base: {
|
|
|
107
107
|
* ReplicationStatus: "COMPLETE" || "PENDING" || "FAILED" || "REPLICA" || "COMPLETED",
|
|
108
108
|
* RequestCharged: "requester",
|
|
109
109
|
* Restore: "STRING_VALUE",
|
|
110
|
-
* ServerSideEncryption: "AES256" || "aws:kms" || "aws:kms:dsse",
|
|
110
|
+
* ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
|
|
111
111
|
* SSECustomerAlgorithm: "STRING_VALUE",
|
|
112
112
|
* SSEKMSKeyId: "STRING_VALUE",
|
|
113
113
|
* SSECustomerKeyMD5: "STRING_VALUE",
|
|
114
|
-
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE",
|
|
114
|
+
* StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
|
|
115
115
|
* TagCount: Number("int"),
|
|
116
116
|
* VersionId: "STRING_VALUE",
|
|
117
117
|
* BucketKeyEnabled: true || false,
|