@mavogel/awscdk-rootmail 0.0.313 → 0.0.314
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 +2 -2
- 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
|
@@ -372,6 +372,7 @@ export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
|
|
|
372
372
|
*/
|
|
373
373
|
export declare const ServerSideEncryption: {
|
|
374
374
|
readonly AES256: "AES256";
|
|
375
|
+
readonly aws_fsx: "aws:fsx";
|
|
375
376
|
readonly aws_kms: "aws:kms";
|
|
376
377
|
readonly aws_kms_dsse: "aws:kms:dsse";
|
|
377
378
|
};
|
|
@@ -475,8 +476,11 @@ export interface CompleteMultipartUploadOutput {
|
|
|
475
476
|
*/
|
|
476
477
|
ChecksumType?: ChecksumType | undefined;
|
|
477
478
|
/**
|
|
478
|
-
* <p>The server-side encryption algorithm used when storing this object in Amazon S3
|
|
479
|
-
*
|
|
479
|
+
* <p>The server-side encryption algorithm used when storing this object in Amazon S3.</p>
|
|
480
|
+
* <note>
|
|
481
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
482
|
+
* </note>
|
|
483
|
+
* <p></p>
|
|
480
484
|
* @public
|
|
481
485
|
*/
|
|
482
486
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -860,8 +864,10 @@ export interface CopyObjectOutput {
|
|
|
860
864
|
*/
|
|
861
865
|
VersionId?: string | undefined;
|
|
862
866
|
/**
|
|
863
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
864
|
-
*
|
|
867
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
868
|
+
* <note>
|
|
869
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
870
|
+
* </note>
|
|
865
871
|
* @public
|
|
866
872
|
*/
|
|
867
873
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -987,6 +993,7 @@ export type ObjectLockMode = (typeof ObjectLockMode)[keyof typeof ObjectLockMode
|
|
|
987
993
|
export declare const StorageClass: {
|
|
988
994
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
989
995
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
996
|
+
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
990
997
|
readonly GLACIER: "GLACIER";
|
|
991
998
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
992
999
|
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
@@ -1458,6 +1465,10 @@ export interface CopyObjectRequest {
|
|
|
1458
1465
|
* configuration.
|
|
1459
1466
|
* </p>
|
|
1460
1467
|
* </li>
|
|
1468
|
+
* <li>
|
|
1469
|
+
* <p>
|
|
1470
|
+
* <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
|
|
1471
|
+
* </li>
|
|
1461
1472
|
* </ul>
|
|
1462
1473
|
* @public
|
|
1463
1474
|
*/
|
|
@@ -2223,8 +2234,10 @@ export interface CreateMultipartUploadOutput {
|
|
|
2223
2234
|
*/
|
|
2224
2235
|
UploadId?: string | undefined;
|
|
2225
2236
|
/**
|
|
2226
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
2227
|
-
*
|
|
2237
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
2238
|
+
* <note>
|
|
2239
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
2240
|
+
* </note>
|
|
2228
2241
|
* @public
|
|
2229
2242
|
*/
|
|
2230
2243
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -2676,8 +2689,7 @@ export interface CreateMultipartUploadRequest {
|
|
|
2676
2689
|
*/
|
|
2677
2690
|
Metadata?: Record<string, string> | undefined;
|
|
2678
2691
|
/**
|
|
2679
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
2680
|
-
* example, <code>AES256</code>, <code>aws:kms</code>).</p>
|
|
2692
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
2681
2693
|
* <ul>
|
|
2682
2694
|
* <li>
|
|
2683
2695
|
* <p>
|
|
@@ -2700,6 +2712,10 @@ export interface CreateMultipartUploadRequest {
|
|
|
2700
2712
|
* </p>
|
|
2701
2713
|
* </note>
|
|
2702
2714
|
* </li>
|
|
2715
|
+
* <li>
|
|
2716
|
+
* <p>
|
|
2717
|
+
* <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
|
|
2718
|
+
* </li>
|
|
2703
2719
|
* </ul>
|
|
2704
2720
|
* @public
|
|
2705
2721
|
*/
|
|
@@ -2918,6 +2934,9 @@ export interface SessionCredentials {
|
|
|
2918
2934
|
export interface CreateSessionOutput {
|
|
2919
2935
|
/**
|
|
2920
2936
|
* <p>The server-side encryption algorithm used when you store objects in the directory bucket.</p>
|
|
2937
|
+
* <note>
|
|
2938
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
2939
|
+
* </note>
|
|
2921
2940
|
* @public
|
|
2922
2941
|
*/
|
|
2923
2942
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -2987,6 +3006,8 @@ export interface CreateSessionRequest {
|
|
|
2987
3006
|
* <p>For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). By default, Amazon S3 encrypts data with SSE-S3.
|
|
2988
3007
|
* For more
|
|
2989
3008
|
* information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
3009
|
+
* <p>
|
|
3010
|
+
* <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
|
|
2990
3011
|
* @public
|
|
2991
3012
|
*/
|
|
2992
3013
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -7012,6 +7033,7 @@ export interface LifecycleRule {
|
|
|
7012
7033
|
* <code>Filter</code> must have exactly one of <code>Prefix</code>, <code>Tag</code>,
|
|
7013
7034
|
* <code>ObjectSizeGreaterThan</code>, <code>ObjectSizeLessThan</code>, or <code>And</code> specified. <code>Filter</code> is required if the
|
|
7014
7035
|
* <code>LifecycleRule</code> does not contain a <code>Prefix</code> element.</p>
|
|
7036
|
+
* <p>For more information about <code>Tag</code> filters, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-filters.html">Adding filters to Lifecycle rules</a> in the <i>Amazon S3 User Guide</i>.</p>
|
|
7015
7037
|
* <note>
|
|
7016
7038
|
* <p>
|
|
7017
7039
|
* <code>Tag</code> filters are not supported for directory buckets.</p>
|
|
@@ -9251,7 +9273,10 @@ export interface GetObjectOutput {
|
|
|
9251
9273
|
*/
|
|
9252
9274
|
WebsiteRedirectLocation?: string | undefined;
|
|
9253
9275
|
/**
|
|
9254
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
|
|
9276
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
9277
|
+
* <note>
|
|
9278
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
9279
|
+
* </note>
|
|
9255
9280
|
* @public
|
|
9256
9281
|
*/
|
|
9257
9282
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -10861,8 +10886,10 @@ export interface HeadObjectOutput {
|
|
|
10861
10886
|
*/
|
|
10862
10887
|
WebsiteRedirectLocation?: string | undefined;
|
|
10863
10888
|
/**
|
|
10864
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
10865
|
-
*
|
|
10889
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
10890
|
+
* <note>
|
|
10891
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
10892
|
+
* </note>
|
|
10866
10893
|
* @public
|
|
10867
10894
|
*/
|
|
10868
10895
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -12017,6 +12044,7 @@ export interface RestoreStatus {
|
|
|
12017
12044
|
export declare const ObjectStorageClass: {
|
|
12018
12045
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
12019
12046
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
12047
|
+
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
12020
12048
|
readonly GLACIER: "GLACIER";
|
|
12021
12049
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
12022
12050
|
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
@@ -967,7 +967,10 @@ export interface PutObjectOutput {
|
|
|
967
967
|
*/
|
|
968
968
|
ChecksumType?: ChecksumType | undefined;
|
|
969
969
|
/**
|
|
970
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
|
|
970
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
971
|
+
* <note>
|
|
972
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
973
|
+
* </note>
|
|
971
974
|
* @public
|
|
972
975
|
*/
|
|
973
976
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -1364,8 +1367,7 @@ export interface PutObjectRequest {
|
|
|
1364
1367
|
*/
|
|
1365
1368
|
Metadata?: Record<string, string> | undefined;
|
|
1366
1369
|
/**
|
|
1367
|
-
* <p>The server-side encryption algorithm that was used when you store this object in Amazon S3
|
|
1368
|
-
* (for example, <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
|
|
1370
|
+
* <p>The server-side encryption algorithm that was used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
1369
1371
|
* <ul>
|
|
1370
1372
|
* <li>
|
|
1371
1373
|
* <p>
|
|
@@ -1400,6 +1402,10 @@ export interface PutObjectRequest {
|
|
|
1400
1402
|
* </p>
|
|
1401
1403
|
* </note>
|
|
1402
1404
|
* </li>
|
|
1405
|
+
* <li>
|
|
1406
|
+
* <p>
|
|
1407
|
+
* <b>S3 access points for Amazon FSx </b> - When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>. All Amazon FSx file systems have encryption configured by default and are encrypted at rest. Data is automatically encrypted before being written to the file system, and automatically decrypted as it is read. These processes are handled transparently by Amazon FSx.</p>
|
|
1408
|
+
* </li>
|
|
1403
1409
|
* </ul>
|
|
1404
1410
|
* @public
|
|
1405
1411
|
*/
|
|
@@ -2185,14 +2191,17 @@ export interface RenameObjectRequest {
|
|
|
2185
2191
|
*/
|
|
2186
2192
|
SourceIfUnmodifiedSince?: Date | undefined;
|
|
2187
2193
|
/**
|
|
2188
|
-
* <p> A unique string with a max of 64 ASCII characters in the ASCII range of 33 - 126
|
|
2189
|
-
*
|
|
2194
|
+
* <p> A unique string with a max of 64 ASCII characters in the ASCII range of 33 - 126.</p>
|
|
2195
|
+
* <note>
|
|
2196
|
+
* <p>
|
|
2197
|
+
* <code>RenameObject</code> supports idempotency using a client token. To make an
|
|
2190
2198
|
* idempotent API request using <code>RenameObject</code>, specify a client token in the
|
|
2191
2199
|
* request. You should not reuse the same client token for other API requests. If you retry a
|
|
2192
2200
|
* request that completed successfully using the same client token and the same parameters,
|
|
2193
2201
|
* the retry succeeds without performing any further actions. If you retry a successful
|
|
2194
2202
|
* request using the same client token, but one or more of the parameters are different, the
|
|
2195
2203
|
* retry fails and an <code>IdempotentParameterMismatch</code> error is returned. </p>
|
|
2204
|
+
* </note>
|
|
2196
2205
|
* @public
|
|
2197
2206
|
*/
|
|
2198
2207
|
ClientToken?: string | undefined;
|
|
@@ -3119,8 +3128,10 @@ export interface SelectObjectContentRequest {
|
|
|
3119
3128
|
*/
|
|
3120
3129
|
export interface UploadPartOutput {
|
|
3121
3130
|
/**
|
|
3122
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
3123
|
-
*
|
|
3131
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
3132
|
+
* <note>
|
|
3133
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
3134
|
+
* </note>
|
|
3124
3135
|
* @public
|
|
3125
3136
|
*/
|
|
3126
3137
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -3447,8 +3458,10 @@ export interface UploadPartCopyOutput {
|
|
|
3447
3458
|
*/
|
|
3448
3459
|
CopyPartResult?: CopyPartResult | undefined;
|
|
3449
3460
|
/**
|
|
3450
|
-
* <p>The server-side encryption algorithm used when you store this object in Amazon S3
|
|
3451
|
-
*
|
|
3461
|
+
* <p>The server-side encryption algorithm used when you store this object in Amazon S3 or Amazon FSx.</p>
|
|
3462
|
+
* <note>
|
|
3463
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
3464
|
+
* </note>
|
|
3452
3465
|
* @public
|
|
3453
3466
|
*/
|
|
3454
3467
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -4043,8 +4056,10 @@ export interface WriteGetObjectResponseRequest {
|
|
|
4043
4056
|
*/
|
|
4044
4057
|
Restore?: string | undefined;
|
|
4045
4058
|
/**
|
|
4046
|
-
* <p> The server-side encryption algorithm used when storing requested object in Amazon S3
|
|
4047
|
-
*
|
|
4059
|
+
* <p> The server-side encryption algorithm used when storing requested object in Amazon S3 or Amazon FSx.</p>
|
|
4060
|
+
* <note>
|
|
4061
|
+
* <p>When accessing data stored in Amazon FSx file systems using S3 access points, the only valid server side encryption option is <code>aws:fsx</code>.</p>
|
|
4062
|
+
* </note>
|
|
4048
4063
|
* @public
|
|
4049
4064
|
*/
|
|
4050
4065
|
ServerSideEncryption?: ServerSideEncryption | undefined;
|
|
@@ -85,6 +85,7 @@ export declare const ChecksumType: {
|
|
|
85
85
|
export type ChecksumType = (typeof ChecksumType)[keyof typeof ChecksumType];
|
|
86
86
|
export declare const ServerSideEncryption: {
|
|
87
87
|
readonly AES256: "AES256";
|
|
88
|
+
readonly aws_fsx: "aws:fsx";
|
|
88
89
|
readonly aws_kms: "aws:kms";
|
|
89
90
|
readonly aws_kms_dsse: "aws:kms:dsse";
|
|
90
91
|
};
|
|
@@ -204,6 +205,7 @@ export type ObjectLockMode =
|
|
|
204
205
|
export declare const StorageClass: {
|
|
205
206
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
206
207
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
208
|
+
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
207
209
|
readonly GLACIER: "GLACIER";
|
|
208
210
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
209
211
|
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
@@ -1829,6 +1831,7 @@ export interface RestoreStatus {
|
|
|
1829
1831
|
export declare const ObjectStorageClass: {
|
|
1830
1832
|
readonly DEEP_ARCHIVE: "DEEP_ARCHIVE";
|
|
1831
1833
|
readonly EXPRESS_ONEZONE: "EXPRESS_ONEZONE";
|
|
1834
|
+
readonly FSX_OPENZFS: "FSX_OPENZFS";
|
|
1832
1835
|
readonly GLACIER: "GLACIER";
|
|
1833
1836
|
readonly GLACIER_IR: "GLACIER_IR";
|
|
1834
1837
|
readonly INTELLIGENT_TIERING: "INTELLIGENT_TIERING";
|
|
@@ -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.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-s3",
|
|
@@ -29,27 +29,27 @@
|
|
|
29
29
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
30
30
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
31
31
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
32
|
-
"@aws-sdk/core": "3.
|
|
33
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
34
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
35
|
-
"@aws-sdk/middleware-expect-continue": "3.
|
|
36
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
37
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
38
|
-
"@aws-sdk/middleware-location-constraint": "3.
|
|
39
|
-
"@aws-sdk/middleware-logger": "3.
|
|
40
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
41
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
42
|
-
"@aws-sdk/middleware-ssec": "3.
|
|
43
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
44
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
45
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
46
|
-
"@aws-sdk/types": "3.
|
|
47
|
-
"@aws-sdk/util-endpoints": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
32
|
+
"@aws-sdk/core": "3.840.0",
|
|
33
|
+
"@aws-sdk/credential-provider-node": "3.840.0",
|
|
34
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.840.0",
|
|
35
|
+
"@aws-sdk/middleware-expect-continue": "3.840.0",
|
|
36
|
+
"@aws-sdk/middleware-flexible-checksums": "3.840.0",
|
|
37
|
+
"@aws-sdk/middleware-host-header": "3.840.0",
|
|
38
|
+
"@aws-sdk/middleware-location-constraint": "3.840.0",
|
|
39
|
+
"@aws-sdk/middleware-logger": "3.840.0",
|
|
40
|
+
"@aws-sdk/middleware-recursion-detection": "3.840.0",
|
|
41
|
+
"@aws-sdk/middleware-sdk-s3": "3.840.0",
|
|
42
|
+
"@aws-sdk/middleware-ssec": "3.840.0",
|
|
43
|
+
"@aws-sdk/middleware-user-agent": "3.840.0",
|
|
44
|
+
"@aws-sdk/region-config-resolver": "3.840.0",
|
|
45
|
+
"@aws-sdk/signature-v4-multi-region": "3.840.0",
|
|
46
|
+
"@aws-sdk/types": "3.840.0",
|
|
47
|
+
"@aws-sdk/util-endpoints": "3.840.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.840.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.840.0",
|
|
50
50
|
"@aws-sdk/xml-builder": "3.821.0",
|
|
51
51
|
"@smithy/config-resolver": "^4.1.4",
|
|
52
|
-
"@smithy/core": "^3.
|
|
52
|
+
"@smithy/core": "^3.6.0",
|
|
53
53
|
"@smithy/eventstream-serde-browser": "^4.0.4",
|
|
54
54
|
"@smithy/eventstream-serde-config-resolver": "^4.1.2",
|
|
55
55
|
"@smithy/eventstream-serde-node": "^4.0.4",
|
|
@@ -60,33 +60,33 @@
|
|
|
60
60
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
61
61
|
"@smithy/md5-js": "^4.0.4",
|
|
62
62
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
63
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
64
|
-
"@smithy/middleware-retry": "^4.1.
|
|
63
|
+
"@smithy/middleware-endpoint": "^4.1.13",
|
|
64
|
+
"@smithy/middleware-retry": "^4.1.14",
|
|
65
65
|
"@smithy/middleware-serde": "^4.0.8",
|
|
66
66
|
"@smithy/middleware-stack": "^4.0.4",
|
|
67
67
|
"@smithy/node-config-provider": "^4.1.3",
|
|
68
68
|
"@smithy/node-http-handler": "^4.0.6",
|
|
69
69
|
"@smithy/protocol-http": "^5.1.2",
|
|
70
|
-
"@smithy/smithy-client": "^4.4.
|
|
70
|
+
"@smithy/smithy-client": "^4.4.5",
|
|
71
71
|
"@smithy/types": "^4.3.1",
|
|
72
72
|
"@smithy/url-parser": "^4.0.4",
|
|
73
73
|
"@smithy/util-base64": "^4.0.0",
|
|
74
74
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
75
75
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
76
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
77
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
76
|
+
"@smithy/util-defaults-mode-browser": "^4.0.21",
|
|
77
|
+
"@smithy/util-defaults-mode-node": "^4.0.21",
|
|
78
78
|
"@smithy/util-endpoints": "^3.0.6",
|
|
79
79
|
"@smithy/util-middleware": "^4.0.4",
|
|
80
80
|
"@smithy/util-retry": "^4.0.6",
|
|
81
81
|
"@smithy/util-stream": "^4.2.2",
|
|
82
82
|
"@smithy/util-utf8": "^4.0.0",
|
|
83
|
-
"@smithy/util-waiter": "^4.0.
|
|
83
|
+
"@smithy/util-waiter": "^4.0.6",
|
|
84
84
|
"@types/uuid": "^9.0.1",
|
|
85
85
|
"tslib": "^2.6.2",
|
|
86
86
|
"uuid": "^9.0.1"
|
|
87
87
|
},
|
|
88
88
|
"devDependencies": {
|
|
89
|
-
"@aws-sdk/signature-v4-crt": "3.
|
|
89
|
+
"@aws-sdk/signature-v4-crt": "3.840.0",
|
|
90
90
|
"@tsconfig/node18": "18.2.4",
|
|
91
91
|
"@types/node": "^18.19.69",
|
|
92
92
|
"concurrently": "7.0.0",
|
|
@@ -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.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-ses",
|
|
@@ -20,43 +20,43 @@
|
|
|
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/fetch-http-handler": "^5.0.4",
|
|
37
37
|
"@smithy/hash-node": "^4.0.4",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.4",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.4",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.1.
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.1.13",
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.14",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.8",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.4",
|
|
44
44
|
"@smithy/node-config-provider": "^4.1.3",
|
|
45
45
|
"@smithy/node-http-handler": "^4.0.6",
|
|
46
46
|
"@smithy/protocol-http": "^5.1.2",
|
|
47
|
-
"@smithy/smithy-client": "^4.4.
|
|
47
|
+
"@smithy/smithy-client": "^4.4.5",
|
|
48
48
|
"@smithy/types": "^4.3.1",
|
|
49
49
|
"@smithy/url-parser": "^4.0.4",
|
|
50
50
|
"@smithy/util-base64": "^4.0.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.0.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.0.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.0.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.0.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.0.21",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.0.21",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.6",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.4",
|
|
57
57
|
"@smithy/util-retry": "^4.0.6",
|
|
58
58
|
"@smithy/util-utf8": "^4.0.0",
|
|
59
|
-
"@smithy/util-waiter": "^4.0.
|
|
59
|
+
"@smithy/util-waiter": "^4.0.6",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
@@ -9,7 +9,8 @@ AWS SDK for JavaScript SSM Client for Node.js, Browser and React Native.
|
|
|
9
9
|
<p>Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure
|
|
10
10
|
end-to-end management solution for hybrid cloud environments that enables safe and secure
|
|
11
11
|
operations at scale.</p>
|
|
12
|
-
<p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>. To get started, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
|
|
12
|
+
<p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>. To get started, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up-console.html">Setting up
|
|
13
|
+
Amazon Web Services Systems Manager</a>.</p>
|
|
13
14
|
<p class="title">
|
|
14
15
|
<b>Related resources</b>
|
|
15
16
|
</p>
|
|
@@ -23,6 +23,7 @@ var index_exports = {};
|
|
|
23
23
|
__export(index_exports, {
|
|
24
24
|
AccessDeniedException: () => AccessDeniedException,
|
|
25
25
|
AccessRequestStatus: () => AccessRequestStatus,
|
|
26
|
+
AccessType: () => AccessType,
|
|
26
27
|
AddTagsToResourceCommand: () => AddTagsToResourceCommand,
|
|
27
28
|
AlreadyExistsException: () => AlreadyExistsException,
|
|
28
29
|
AssociateOpsItemRelatedItemCommand: () => AssociateOpsItemRelatedItemCommand,
|
|
@@ -735,6 +736,10 @@ var AccessRequestStatus = {
|
|
|
735
736
|
REJECTED: "Rejected",
|
|
736
737
|
REVOKED: "Revoked"
|
|
737
738
|
};
|
|
739
|
+
var AccessType = {
|
|
740
|
+
JUSTINTIME: "JustInTime",
|
|
741
|
+
STANDARD: "Standard"
|
|
742
|
+
};
|
|
738
743
|
var ResourceTypeForTagging = {
|
|
739
744
|
ASSOCIATION: "Association",
|
|
740
745
|
AUTOMATION: "Automation",
|
|
@@ -2621,12 +2626,6 @@ var MaintenanceWindowIdentityFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
2621
2626
|
...obj,
|
|
2622
2627
|
...obj.Description && { Description: import_smithy_client.SENSITIVE_STRING }
|
|
2623
2628
|
}), "MaintenanceWindowIdentityFilterSensitiveLog");
|
|
2624
|
-
var DescribeMaintenanceWindowsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2625
|
-
...obj,
|
|
2626
|
-
...obj.WindowIdentities && {
|
|
2627
|
-
WindowIdentities: obj.WindowIdentities.map((item) => MaintenanceWindowIdentityFilterSensitiveLog(item))
|
|
2628
|
-
}
|
|
2629
|
-
}), "DescribeMaintenanceWindowsResultFilterSensitiveLog");
|
|
2630
2629
|
|
|
2631
2630
|
// src/models/models_1.ts
|
|
2632
2631
|
|
|
@@ -2751,6 +2750,7 @@ var PatchProperty = {
|
|
|
2751
2750
|
Product: "PRODUCT"
|
|
2752
2751
|
};
|
|
2753
2752
|
var SessionFilterKey = {
|
|
2753
|
+
ACCESS_TYPE: "AccessType",
|
|
2754
2754
|
INVOKED_AFTER: "InvokedAfter",
|
|
2755
2755
|
INVOKED_BEFORE: "InvokedBefore",
|
|
2756
2756
|
OWNER: "Owner",
|
|
@@ -3773,6 +3773,12 @@ var ResourcePolicyLimitExceededException = class _ResourcePolicyLimitExceededExc
|
|
|
3773
3773
|
this.Message = opts.Message;
|
|
3774
3774
|
}
|
|
3775
3775
|
};
|
|
3776
|
+
var DescribeMaintenanceWindowsResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3777
|
+
...obj,
|
|
3778
|
+
...obj.WindowIdentities && {
|
|
3779
|
+
WindowIdentities: obj.WindowIdentities.map((item) => MaintenanceWindowIdentityFilterSensitiveLog(item))
|
|
3780
|
+
}
|
|
3781
|
+
}), "DescribeMaintenanceWindowsResultFilterSensitiveLog");
|
|
3776
3782
|
var MaintenanceWindowTargetFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3777
3783
|
...obj,
|
|
3778
3784
|
...obj.OwnerInformation && { OwnerInformation: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -10632,6 +10638,7 @@ var de_ServiceSetting = /* @__PURE__ */ __name((output, context) => {
|
|
|
10632
10638
|
}, "de_ServiceSetting");
|
|
10633
10639
|
var de_Session = /* @__PURE__ */ __name((output, context) => {
|
|
10634
10640
|
return (0, import_smithy_client.take)(output, {
|
|
10641
|
+
AccessType: import_smithy_client.expectString,
|
|
10635
10642
|
Details: import_smithy_client.expectString,
|
|
10636
10643
|
DocumentName: import_smithy_client.expectString,
|
|
10637
10644
|
EndDate: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndDate"),
|
|
@@ -13618,6 +13625,7 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13618
13625
|
waitUntilCommandExecuted,
|
|
13619
13626
|
AccessDeniedException,
|
|
13620
13627
|
AccessRequestStatus,
|
|
13628
|
+
AccessType,
|
|
13621
13629
|
ResourceTypeForTagging,
|
|
13622
13630
|
InternalServerError,
|
|
13623
13631
|
InvalidResourceId,
|
|
@@ -13759,7 +13767,6 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13759
13767
|
MaintenanceWindowExecutionTaskInvocationIdentityFilterSensitiveLog,
|
|
13760
13768
|
DescribeMaintenanceWindowExecutionTaskInvocationsResultFilterSensitiveLog,
|
|
13761
13769
|
MaintenanceWindowIdentityFilterSensitiveLog,
|
|
13762
|
-
DescribeMaintenanceWindowsResultFilterSensitiveLog,
|
|
13763
13770
|
MaintenanceWindowResourceType,
|
|
13764
13771
|
MaintenanceWindowTaskCutoffBehavior,
|
|
13765
13772
|
OpsItemFilterKey,
|
|
@@ -13849,6 +13856,7 @@ var waitUntilCommandExecuted = /* @__PURE__ */ __name(async (params, input) => {
|
|
|
13849
13856
|
PoliciesLimitExceededException,
|
|
13850
13857
|
UnsupportedParameterType,
|
|
13851
13858
|
ResourcePolicyLimitExceededException,
|
|
13859
|
+
DescribeMaintenanceWindowsResultFilterSensitiveLog,
|
|
13852
13860
|
MaintenanceWindowTargetFilterSensitiveLog,
|
|
13853
13861
|
DescribeMaintenanceWindowTargetsResultFilterSensitiveLog,
|
|
13854
13862
|
MaintenanceWindowTaskParameterValueExpressionFilterSensitiveLog,
|
package/node_modules/@aws-sdk/client-ssm/dist-es/commands/DescribeMaintenanceWindowsCommand.js
CHANGED
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { DescribeMaintenanceWindowsResultFilterSensitiveLog, } from "../models/
|
|
5
|
+
import { DescribeMaintenanceWindowsResultFilterSensitiveLog, } from "../models/models_1";
|
|
6
6
|
import { de_DescribeMaintenanceWindowsCommand, se_DescribeMaintenanceWindowsCommand } from "../protocols/Aws_json1_1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeMaintenanceWindowsCommand extends $Command
|
|
@@ -21,6 +21,10 @@ export const AccessRequestStatus = {
|
|
|
21
21
|
REJECTED: "Rejected",
|
|
22
22
|
REVOKED: "Revoked",
|
|
23
23
|
};
|
|
24
|
+
export const AccessType = {
|
|
25
|
+
JUSTINTIME: "JustInTime",
|
|
26
|
+
STANDARD: "Standard",
|
|
27
|
+
};
|
|
24
28
|
export const ResourceTypeForTagging = {
|
|
25
29
|
ASSOCIATION: "Association",
|
|
26
30
|
AUTOMATION: "Automation",
|
|
@@ -1458,9 +1462,3 @@ export const MaintenanceWindowIdentityFilterSensitiveLog = (obj) => ({
|
|
|
1458
1462
|
...obj,
|
|
1459
1463
|
...(obj.Description && { Description: SENSITIVE_STRING }),
|
|
1460
1464
|
});
|
|
1461
|
-
export const DescribeMaintenanceWindowsResultFilterSensitiveLog = (obj) => ({
|
|
1462
|
-
...obj,
|
|
1463
|
-
...(obj.WindowIdentities && {
|
|
1464
|
-
WindowIdentities: obj.WindowIdentities.map((item) => MaintenanceWindowIdentityFilterSensitiveLog(item)),
|
|
1465
|
-
}),
|
|
1466
|
-
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
-
import { PatchSourceFilterSensitiveLog, } from "./models_0";
|
|
2
|
+
import { MaintenanceWindowIdentityFilterSensitiveLog, PatchSourceFilterSensitiveLog, } from "./models_0";
|
|
3
3
|
import { SSMServiceException as __BaseException } from "./SSMServiceException";
|
|
4
4
|
export const MaintenanceWindowResourceType = {
|
|
5
5
|
Instance: "INSTANCE",
|
|
@@ -116,6 +116,7 @@ export const PatchProperty = {
|
|
|
116
116
|
Product: "PRODUCT",
|
|
117
117
|
};
|
|
118
118
|
export const SessionFilterKey = {
|
|
119
|
+
ACCESS_TYPE: "AccessType",
|
|
119
120
|
INVOKED_AFTER: "InvokedAfter",
|
|
120
121
|
INVOKED_BEFORE: "InvokedBefore",
|
|
121
122
|
OWNER: "Owner",
|
|
@@ -888,6 +889,12 @@ export class ResourcePolicyLimitExceededException extends __BaseException {
|
|
|
888
889
|
this.Message = opts.Message;
|
|
889
890
|
}
|
|
890
891
|
}
|
|
892
|
+
export const DescribeMaintenanceWindowsResultFilterSensitiveLog = (obj) => ({
|
|
893
|
+
...obj,
|
|
894
|
+
...(obj.WindowIdentities && {
|
|
895
|
+
WindowIdentities: obj.WindowIdentities.map((item) => MaintenanceWindowIdentityFilterSensitiveLog(item)),
|
|
896
|
+
}),
|
|
897
|
+
});
|
|
891
898
|
export const MaintenanceWindowTargetFilterSensitiveLog = (obj) => ({
|
|
892
899
|
...obj,
|
|
893
900
|
...(obj.OwnerInformation && { OwnerInformation: SENSITIVE_STRING }),
|
|
@@ -6213,6 +6213,7 @@ const de_ServiceSetting = (output, context) => {
|
|
|
6213
6213
|
};
|
|
6214
6214
|
const de_Session = (output, context) => {
|
|
6215
6215
|
return take(output, {
|
|
6216
|
+
AccessType: __expectString,
|
|
6216
6217
|
Details: __expectString,
|
|
6217
6218
|
DocumentName: __expectString,
|
|
6218
6219
|
EndDate: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
|
|
@@ -1058,7 +1058,8 @@ export interface SSM {
|
|
|
1058
1058
|
* <p>Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure
|
|
1059
1059
|
* end-to-end management solution for hybrid cloud environments that enables safe and secure
|
|
1060
1060
|
* operations at scale.</p>
|
|
1061
|
-
* <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>. To get started, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
|
|
1061
|
+
* <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>. To get started, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up-console.html">Setting up
|
|
1062
|
+
* Amazon Web Services Systems Manager</a>.</p>
|
|
1062
1063
|
* <p class="title">
|
|
1063
1064
|
* <b>Related resources</b>
|
|
1064
1065
|
* </p>
|
|
@@ -318,7 +318,8 @@ export interface SSMClientResolvedConfig extends SSMClientResolvedConfigType {
|
|
|
318
318
|
* <p>Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure
|
|
319
319
|
* end-to-end management solution for hybrid cloud environments that enables safe and secure
|
|
320
320
|
* operations at scale.</p>
|
|
321
|
-
* <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>. To get started, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
|
|
321
|
+
* <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>. To get started, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up-console.html">Setting up
|
|
322
|
+
* Amazon Web Services Systems Manager</a>.</p>
|
|
322
323
|
* <p class="title">
|
|
323
324
|
* <b>Related resources</b>
|
|
324
325
|
* </p>
|
|
@@ -167,6 +167,9 @@ declare const CreateDocumentCommand_base: {
|
|
|
167
167
|
* @throws {@link MaxDocumentSizeExceeded} (client fault)
|
|
168
168
|
* <p>The size limit of a document is 64 KB.</p>
|
|
169
169
|
*
|
|
170
|
+
* @throws {@link TooManyUpdates} (client fault)
|
|
171
|
+
* <p>There are concurrent updates for a resource that supports one update at a time.</p>
|
|
172
|
+
*
|
|
170
173
|
* @throws {@link SSMServiceException}
|
|
171
174
|
* <p>Base exception class for all service exceptions from SSM service.</p>
|
|
172
175
|
*
|