@aws-sdk/client-sqs 3.42.0 → 3.43.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
7
18
 
8
19
  **Note:** Version bump only for package @aws-sdk/client-sqs
@@ -13,8 +13,8 @@ export interface AddPermissionRequest {
13
13
  */
14
14
  Label: string | undefined;
15
15
  /**
16
- * <p>The account numbers of the <a href="https://docs.aws.amazon.com/general/latest/gr/glos-chap.html#P">principals</a> who are to receive
17
- * permission. For information about locating the account identification, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-making-api-requests.html#sqs-api-request-authentication">Your Amazon Web Services Identifiers</a> in the <i>Amazon SQS Developer
16
+ * <p>The Amazon Web Services account numbers of the <a href="https://docs.aws.amazon.com/general/latest/gr/glos-chap.html#P">principals</a> who are to receive
17
+ * permission. For information about locating the Amazon Web Services account identification, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-making-api-requests.html#sqs-api-request-authentication">Your Amazon Web Services Identifiers</a> in the <i>Amazon SQS Developer
18
18
  * Guide</i>.</p>
19
19
  */
20
20
  AWSAccountIds: string[] | undefined;
@@ -283,7 +283,7 @@ export declare namespace TooManyEntriesInBatchRequest {
283
283
  */
284
284
  const filterSensitiveLog: (obj: TooManyEntriesInBatchRequest) => any;
285
285
  }
286
- export declare type QueueAttributeName = "All" | "ApproximateNumberOfMessages" | "ApproximateNumberOfMessagesDelayed" | "ApproximateNumberOfMessagesNotVisible" | "ContentBasedDeduplication" | "CreatedTimestamp" | "DeduplicationScope" | "DelaySeconds" | "FifoQueue" | "FifoThroughputLimit" | "KmsDataKeyReusePeriodSeconds" | "KmsMasterKeyId" | "LastModifiedTimestamp" | "MaximumMessageSize" | "MessageRetentionPeriod" | "Policy" | "QueueArn" | "ReceiveMessageWaitTimeSeconds" | "RedriveAllowPolicy" | "RedrivePolicy" | "VisibilityTimeout";
286
+ export declare type QueueAttributeName = "All" | "ApproximateNumberOfMessages" | "ApproximateNumberOfMessagesDelayed" | "ApproximateNumberOfMessagesNotVisible" | "ContentBasedDeduplication" | "CreatedTimestamp" | "DeduplicationScope" | "DelaySeconds" | "FifoQueue" | "FifoThroughputLimit" | "KmsDataKeyReusePeriodSeconds" | "KmsMasterKeyId" | "LastModifiedTimestamp" | "MaximumMessageSize" | "MessageRetentionPeriod" | "Policy" | "QueueArn" | "ReceiveMessageWaitTimeSeconds" | "RedriveAllowPolicy" | "RedrivePolicy" | "SqsManagedSseEnabled" | "VisibilityTimeout";
287
287
  /**
288
288
  * <p></p>
289
289
  */
@@ -369,79 +369,31 @@ export interface CreateQueueRequest {
369
369
  * </p>
370
370
  * </li>
371
371
  * <li>
372
- * <p>
373
- * <code>VisibilityTimeout</code> – The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see
374
- * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html">Visibility Timeout</a> in the <i>Amazon SQS Developer Guide</i>.</p>
375
- * </li>
376
- * </ul>
377
- *
378
- *
379
- * <p>The following attributes apply only to <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html">dead-letter queues:</a>
380
- * </p>
381
- * <ul>
382
- * <li>
383
372
  * <p>
384
373
  * <code>RedrivePolicy</code> – The string that includes the parameters for the dead-letter queue functionality
385
- * of the source queue as a JSON object. The parameters are as follows:</p>
386
- * <ul>
374
+ * of the source queue as a JSON object. For more information about the redrive policy and dead-letter queues, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html">Using Amazon SQS Dead-Letter Queues</a>
375
+ * in the <i>Amazon SQS Developer Guide</i>.</p>
376
+ * <ul>
387
377
  * <li>
388
- * <p>
389
- * <code>deadLetterTargetArn</code> – The Amazon Resource Name (ARN) of the dead-letter queue to
390
- * which Amazon SQS moves messages after the value of <code>maxReceiveCount</code> is exceeded.</p>
378
+ * <p>
379
+ * <code>deadLetterTargetArn</code> – The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of <code>maxReceiveCount</code> is exceeded.</p>
391
380
  * </li>
392
381
  * <li>
393
- * <p>
394
- * <code>maxReceiveCount</code> – The number of times a message is delivered to the source queue before being
395
- * moved to the dead-letter queue. When the <code>ReceiveCount</code> for a message exceeds the <code>maxReceiveCount</code>
396
- * for a queue, Amazon SQS moves the message to the dead-letter-queue.</p>
382
+ * <p>
383
+ * <code>maxReceiveCount</code> – The number of times a message is delivered to the source queue before being moved to the dead-letter queue.
384
+ * When the <code>ReceiveCount</code> for a message exceeds the <code>maxReceiveCount</code> for a queue, Amazon SQS moves the message to the dead-letter-queue.</p>
397
385
  * </li>
398
386
  * </ul>
387
+ * <note>
388
+ * <p>The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.</p>
389
+ * </note>
399
390
  * </li>
400
391
  * <li>
401
392
  * <p>
402
- * <code>RedriveAllowPolicy</code> – The string that includes the parameters for the permissions for the dead-letter
403
- * queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows:</p>
404
- * <ul>
405
- * <li>
406
- * <p>
407
- * <code>redrivePermission</code> – The permission type that defines which source queues can
408
- * specify the current queue as the dead-letter queue. Valid values are:</p>
409
- * <ul>
410
- * <li>
411
- * <p>
412
- * <code>allowAll</code> – (Default) Any source queues in this Amazon Web Services account in the same Region can
413
- * specify this queue as the dead-letter queue.</p>
414
- * </li>
415
- * <li>
416
- * <p>
417
- * <code>denyAll</code> – No source queues can specify this queue as the dead-letter
418
- * queue.</p>
419
- * </li>
420
- * <li>
421
- * <p>
422
- * <code>byQueue</code> – Only queues specified by the <code>sourceQueueArns</code> parameter can specify
423
- * this queue as the dead-letter queue.</p>
424
- * </li>
425
- * </ul>
426
- * </li>
427
- * <li>
428
- * <p>
429
- * <code>sourceQueueArns</code> – The Amazon Resource Names (ARN)s of the source queues that can specify
430
- * this queue as the dead-letter queue and redrive messages. You can specify this parameter only when the
431
- * <code>redrivePermission</code> parameter is set to <code>byQueue</code>. You can specify up to 10 source queue ARNs.
432
- * To allow more than 10 source queues to specify dead-letter queues, set the <code>redrivePermission</code> parameter
433
- * to <code>allowAll</code>.</p>
434
- * </li>
435
- * </ul>
436
- * </li>
393
+ * <code>VisibilityTimeout</code> – The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout, see
394
+ * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html">Visibility Timeout</a> in the <i>Amazon SQS Developer Guide</i>.</p>
395
+ * </li>
437
396
  * </ul>
438
- * <note>
439
- * <p>The dead-letter queue of a
440
- * FIFO queue must also be a FIFO queue. Similarly, the dead-letter
441
- * queue of a standard queue must also be a standard queue.</p>
442
- * </note>
443
- *
444
- *
445
397
  *
446
398
  * <p>The following attributes apply only to <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html">server-side-encryption</a>:</p>
447
399
  * <ul>
@@ -461,6 +413,10 @@ export interface CreateQueueRequest {
461
413
  * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html#sqs-how-does-the-data-key-reuse-period-work">How Does the Data Key Reuse Period Work?</a>.
462
414
  * </p>
463
415
  * </li>
416
+ * <li>
417
+ * <p>
418
+ * <code>SqsManagedSseEnabled</code> – Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (e.g. <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-sse-existing-queue.html">SSE-KMS</a> or <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-sqs-sse-queue.html">SSE-SQS</a>).</p>
419
+ * </li>
464
420
  * </ul>
465
421
  *
466
422
  *
@@ -826,76 +782,27 @@ export interface GetQueueAttributesRequest {
826
782
  * </li>
827
783
  * <li>
828
784
  * <p>
829
- * <code>VisibilityTimeout</code> – Returns the visibility timeout for the queue. For more information about the visibility timeout, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html">Visibility Timeout</a> in the <i>Amazon SQS Developer Guide</i>.
830
- * </p>
831
- * </li>
832
- * </ul>
833
- *
834
- * <p>The following attributes apply only to <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html">dead-letter queues:</a>
835
- * </p>
836
- * <ul>
837
- * <li>
838
- * <p>
839
785
  * <code>RedrivePolicy</code> – The string that includes the parameters for the dead-letter queue functionality
840
- * of the source queue as a JSON object. The parameters are as follows:</p>
841
- * <ul>
786
+ * of the source queue as a JSON object. For more information about the redrive policy and dead-letter queues, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html">Using Amazon SQS Dead-Letter Queues</a>
787
+ * in the <i>Amazon SQS Developer Guide</i>.</p>
788
+ * <ul>
842
789
  * <li>
843
- * <p>
844
- * <code>deadLetterTargetArn</code> – The Amazon Resource Name (ARN) of the dead-letter queue to
845
- * which Amazon SQS moves messages after the value of <code>maxReceiveCount</code> is exceeded.</p>
790
+ * <p>
791
+ * <code>deadLetterTargetArn</code> – The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of <code>maxReceiveCount</code> is exceeded.</p>
846
792
  * </li>
847
793
  * <li>
848
- * <p>
849
- * <code>maxReceiveCount</code> – The number of times a message is delivered to the source queue before being
850
- * moved to the dead-letter queue. When the <code>ReceiveCount</code> for a message exceeds the <code>maxReceiveCount</code>
851
- * for a queue, Amazon SQS moves the message to the dead-letter-queue.</p>
794
+ * <p>
795
+ * <code>maxReceiveCount</code> – The number of times a message is delivered to the source queue before being moved to the dead-letter queue.
796
+ * When the <code>ReceiveCount</code> for a message exceeds the <code>maxReceiveCount</code> for a queue, Amazon SQS moves the message to the dead-letter-queue.</p>
852
797
  * </li>
853
798
  * </ul>
854
799
  * </li>
855
800
  * <li>
856
801
  * <p>
857
- * <code>RedriveAllowPolicy</code> – The string that includes the parameters for the permissions for the dead-letter
858
- * queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows:</p>
859
- * <ul>
860
- * <li>
861
- * <p>
862
- * <code>redrivePermission</code> – The permission type that defines which source queues can
863
- * specify the current queue as the dead-letter queue. Valid values are:</p>
864
- * <ul>
865
- * <li>
866
- * <p>
867
- * <code>allowAll</code> – (Default) Any source queues in this Amazon Web Services account in the same Region can
868
- * specify this queue as the dead-letter queue.</p>
869
- * </li>
870
- * <li>
871
- * <p>
872
- * <code>denyAll</code> – No source queues can specify this queue as the dead-letter
873
- * queue.</p>
874
- * </li>
875
- * <li>
876
- * <p>
877
- * <code>byQueue</code> – Only queues specified by the <code>sourceQueueArns</code> parameter can specify
878
- * this queue as the dead-letter queue.</p>
879
- * </li>
880
- * </ul>
881
- * </li>
882
- * <li>
883
- * <p>
884
- * <code>sourceQueueArns</code> – The Amazon Resource Names (ARN)s of the source queues that can specify
885
- * this queue as the dead-letter queue and redrive messages. You can specify this parameter only when the
886
- * <code>redrivePermission</code> parameter is set to <code>byQueue</code>. You can specify up to 10 source queue ARNs.
887
- * To allow more than 10 source queues to specify dead-letter queues, set the <code>redrivePermission</code> parameter
888
- * to <code>allowAll</code>.</p>
889
- * </li>
890
- * </ul>
891
- * </li>
802
+ * <code>VisibilityTimeout</code> – Returns the visibility timeout for the queue. For more information about the visibility timeout, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html">Visibility Timeout</a> in the <i>Amazon SQS Developer Guide</i>.
803
+ * </p>
804
+ * </li>
892
805
  * </ul>
893
- * <note>
894
- * <p>The dead-letter queue of a
895
- * FIFO queue must also be a FIFO queue. Similarly, the dead-letter
896
- * queue of a standard queue must also be a standard queue.</p>
897
- * </note>
898
- *
899
806
  *
900
807
  * <p>The following attributes apply only to <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html">server-side-encryption</a>:</p>
901
808
  * <ul>
@@ -910,6 +817,10 @@ export interface GetQueueAttributesRequest {
910
817
  * For more information, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html#sqs-how-does-the-data-key-reuse-period-work">How Does the Data Key Reuse Period Work?</a>.
911
818
  * </p>
912
819
  * </li>
820
+ * <li>
821
+ * <p>
822
+ * <code>SqsManagedSseEnabled</code> – Returns information about whether the queue is using SSE-SQS encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (e.g. <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-sse-existing-queue.html">SSE-KMS</a> or <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-sqs-sse-queue.html">SSE-SQS</a>).</p>
823
+ * </li>
913
824
  * </ul>
914
825
  *
915
826
  *
@@ -1009,7 +920,7 @@ export interface GetQueueUrlRequest {
1009
920
  */
1010
921
  QueueName: string | undefined;
1011
922
  /**
1012
- * <p>The account ID of the account that created the queue.</p>
923
+ * <p>The Amazon Web Services account ID of the account that created the queue.</p>
1013
924
  */
1014
925
  QueueOwnerAWSAccountId?: string;
1015
926
  }
@@ -1240,6 +1151,10 @@ export interface ReceiveMessageRequest {
1240
1151
  * <code>SentTimestamp</code> – Returns the time the message was sent to the queue (<a href="http://en.wikipedia.org/wiki/Unix_time">epoch time</a> in milliseconds).</p>
1241
1152
  * </li>
1242
1153
  * <li>
1154
+ * <p>
1155
+ * <code>SqsManagedSseEnabled</code> – Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (e.g. <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-sse-existing-queue.html">SSE-KMS</a> or <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-sqs-sse-queue.html">SSE-SQS</a>).</p>
1156
+ * </li>
1157
+ * <li>
1243
1158
  * <p>
1244
1159
  * <code>MessageDeduplicationId</code> – Returns the value provided by the
1245
1160
  * producer that calls the <code>
@@ -1401,7 +1316,7 @@ export declare namespace MessageAttributeValue {
1401
1316
  */
1402
1317
  export interface Message {
1403
1318
  /**
1404
- * <p>A unique identifier for the message. A <code>MessageId</code>is considered unique across all accounts for an extended period of time.</p>
1319
+ * <p>A unique identifier for the message. A <code>MessageId</code>is considered unique across all Amazon Web Services accounts for an extended period of time.</p>
1405
1320
  */
1406
1321
  MessageId?: string;
1407
1322
  /**
@@ -2048,76 +1963,30 @@ export interface SetQueueAttributesRequest {
2048
1963
  * </li>
2049
1964
  * <li>
2050
1965
  * <p>
2051
- * <code>VisibilityTimeout</code> – The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout,
2052
- * see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html">Visibility Timeout</a> in the <i>Amazon SQS Developer Guide</i>.</p>
2053
- * </li>
2054
- * </ul>
2055
- *
2056
- * <p>The following attributes apply only to <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html">dead-letter queues:</a>
2057
- * </p>
2058
- * <ul>
2059
- * <li>
2060
- * <p>
2061
1966
  * <code>RedrivePolicy</code> – The string that includes the parameters for the dead-letter queue functionality
2062
- * of the source queue as a JSON object. The parameters are as follows:</p>
2063
- * <ul>
2064
- * <li>
2065
- * <p>
2066
- * <code>deadLetterTargetArn</code> – The Amazon Resource Name (ARN) of the dead-letter queue to
2067
- * which Amazon SQS moves messages after the value of <code>maxReceiveCount</code> is exceeded.</p>
2068
- * </li>
2069
- * <li>
2070
- * <p>
2071
- * <code>maxReceiveCount</code> – The number of times a message is delivered to the source queue before being
2072
- * moved to the dead-letter queue. When the <code>ReceiveCount</code> for a message exceeds the <code>maxReceiveCount</code>
2073
- * for a queue, Amazon SQS moves the message to the dead-letter-queue.</p>
2074
- * </li>
2075
- * </ul>
2076
- * </li>
2077
- * <li>
2078
- * <p>
2079
- * <code>RedriveAllowPolicy</code> – The string that includes the parameters for the permissions for the dead-letter
2080
- * queue redrive permission and which source queues can specify dead-letter queues as a JSON object. The parameters are as follows:</p>
2081
- * <ul>
1967
+ * of the source queue as a JSON object. For more information about the redrive policy and dead-letter queues, see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-dead-letter-queues.html">Using Amazon SQS Dead-Letter Queues</a>
1968
+ * in the <i>Amazon SQS Developer Guide</i>.</p>
1969
+ * <ul>
2082
1970
  * <li>
2083
1971
  * <p>
2084
- * <code>redrivePermission</code> – The permission type that defines which source queues can
2085
- * specify the current queue as the dead-letter queue. Valid values are:</p>
2086
- * <ul>
2087
- * <li>
2088
- * <p>
2089
- * <code>allowAll</code> – (Default) Any source queues in this Amazon Web Services account in the same Region can
2090
- * specify this queue as the dead-letter queue.</p>
2091
- * </li>
2092
- * <li>
2093
- * <p>
2094
- * <code>denyAll</code> – No source queues can specify this queue as the dead-letter
2095
- * queue.</p>
2096
- * </li>
2097
- * <li>
2098
- * <p>
2099
- * <code>byQueue</code> – Only queues specified by the <code>sourceQueueArns</code> parameter can specify
2100
- * this queue as the dead-letter queue.</p>
2101
- * </li>
2102
- * </ul>
1972
+ * <code>deadLetterTargetArn</code> – The Amazon Resource Name (ARN) of the dead-letter queue to which Amazon SQS moves messages after the value of <code>maxReceiveCount</code> is exceeded.</p>
2103
1973
  * </li>
2104
1974
  * <li>
2105
1975
  * <p>
2106
- * <code>sourceQueueArns</code> – The Amazon Resource Names (ARN)s of the source queues that can specify
2107
- * this queue as the dead-letter queue and redrive messages. You can specify this parameter only when the
2108
- * <code>redrivePermission</code> parameter is set to <code>byQueue</code>. You can specify up to 10 source queue ARNs.
2109
- * To allow more than 10 source queues to specify dead-letter queues, set the <code>redrivePermission</code> parameter
2110
- * to <code>allowAll</code>.</p>
1976
+ * <code>maxReceiveCount</code> – The number of times a message is delivered to the source queue before being moved to the dead-letter queue.
1977
+ * When the <code>ReceiveCount</code> for a message exceeds the <code>maxReceiveCount</code> for a queue, Amazon SQS moves the message to the dead-letter-queue.</p>
2111
1978
  * </li>
2112
1979
  * </ul>
2113
- * </li>
2114
- * </ul>
2115
1980
  * <note>
2116
- * <p>The dead-letter queue of a
2117
- * FIFO queue must also be a FIFO queue. Similarly, the dead-letter
2118
- * queue of a standard queue must also be a standard queue.</p>
2119
- * </note>
2120
- *
1981
+ * <p>The dead-letter queue of a FIFO queue must also be a FIFO queue. Similarly, the dead-letter queue of a standard queue must also be a standard queue.</p>
1982
+ * </note>
1983
+ * </li>
1984
+ * <li>
1985
+ * <p>
1986
+ * <code>VisibilityTimeout</code> – The visibility timeout for the queue, in seconds. Valid values: An integer from 0 to 43,200 (12 hours). Default: 30. For more information about the visibility timeout,
1987
+ * see <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-visibility-timeout.html">Visibility Timeout</a> in the <i>Amazon SQS Developer Guide</i>.</p>
1988
+ * </li>
1989
+ * </ul>
2121
1990
  *
2122
1991
  * <p>The following attributes apply only to <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html">server-side-encryption</a>:</p>
2123
1992
  * <ul>
@@ -2137,6 +2006,10 @@ export interface SetQueueAttributesRequest {
2137
2006
  * <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html#sqs-how-does-the-data-key-reuse-period-work">How Does the Data Key Reuse Period Work?</a>.
2138
2007
  * </p>
2139
2008
  * </li>
2009
+ * <li>
2010
+ * <p>
2011
+ * <code>SqsManagedSseEnabled</code> – Enables server-side queue encryption using SQS owned encryption keys. Only one server-side encryption option is supported per queue (e.g. <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-sse-existing-queue.html">SSE-KMS</a> or <a href="https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-configure-sqs-sse-queue.html">SSE-SQS</a>).</p>
2012
+ * </li>
2140
2013
  * </ul>
2141
2014
  *
2142
2015
  *
@@ -148,7 +148,7 @@ export declare namespace TooManyEntriesInBatchRequest {
148
148
 
149
149
  const filterSensitiveLog: (obj: TooManyEntriesInBatchRequest) => any;
150
150
  }
151
- export declare type QueueAttributeName = "All" | "ApproximateNumberOfMessages" | "ApproximateNumberOfMessagesDelayed" | "ApproximateNumberOfMessagesNotVisible" | "ContentBasedDeduplication" | "CreatedTimestamp" | "DeduplicationScope" | "DelaySeconds" | "FifoQueue" | "FifoThroughputLimit" | "KmsDataKeyReusePeriodSeconds" | "KmsMasterKeyId" | "LastModifiedTimestamp" | "MaximumMessageSize" | "MessageRetentionPeriod" | "Policy" | "QueueArn" | "ReceiveMessageWaitTimeSeconds" | "RedriveAllowPolicy" | "RedrivePolicy" | "VisibilityTimeout";
151
+ export declare type QueueAttributeName = "All" | "ApproximateNumberOfMessages" | "ApproximateNumberOfMessagesDelayed" | "ApproximateNumberOfMessagesNotVisible" | "ContentBasedDeduplication" | "CreatedTimestamp" | "DeduplicationScope" | "DelaySeconds" | "FifoQueue" | "FifoThroughputLimit" | "KmsDataKeyReusePeriodSeconds" | "KmsMasterKeyId" | "LastModifiedTimestamp" | "MaximumMessageSize" | "MessageRetentionPeriod" | "Policy" | "QueueArn" | "ReceiveMessageWaitTimeSeconds" | "RedriveAllowPolicy" | "RedrivePolicy" | "SqsManagedSseEnabled" | "VisibilityTimeout";
152
152
 
153
153
  export interface CreateQueueRequest {
154
154
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sqs",
3
3
  "description": "AWS SDK for JavaScript Sqs Client for Node.js, Browser and React Native",
4
- "version": "3.42.0",
4
+ "version": "3.43.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.42.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
25
  "@aws-sdk/config-resolver": "3.40.0",
26
26
  "@aws-sdk/credential-provider-node": "3.41.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",