Skip to content

Commit 46dda93

Browse files
author
awstools
committed
Updates SDK to v2.1129.0
1 parent 912af6e commit 46dda93

21 files changed

+404
-260
lines changed

.changes/2.1129.0.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "DataSync",
5+
"description": "AWS DataSync now supports a new ObjectTags Task API option that can be used to control whether Object Tags are transferred."
6+
},
7+
{
8+
"type": "feature",
9+
"category": "EC2",
10+
"description": "Amazon EC2 I4i instances are powered by 3rd generation Intel Xeon Scalable processors and feature up to 30 TB of local AWS Nitro SSD storage"
11+
},
12+
{
13+
"type": "feature",
14+
"category": "Iot",
15+
"description": "AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Kendra",
20+
"description": "AWS Kendra now supports hierarchical facets for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/filtering.html"
21+
}
22+
]

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.1128.0-->
2+
<!--LATEST=2.1129.0-->
33
<!--ENTRYINSERT-->
44

5+
## 2.1129.0
6+
* feature: DataSync: AWS DataSync now supports a new ObjectTags Task API option that can be used to control whether Object Tags are transferred.
7+
* feature: EC2: Amazon EC2 I4i instances are powered by 3rd generation Intel Xeon Scalable processors and feature up to 30 TB of local AWS Nitro SSD storage
8+
* feature: Iot: AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control.
9+
* feature: Kendra: AWS Kendra now supports hierarchical facets for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/filtering.html
10+
511
## 2.1128.0
612
* feature: Backup: Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup
713
* feature: IoTSecureTunneling: This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
2929
To use the SDK in the browser, simply add the following script tag to your
3030
HTML pages:
3131

32-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1128.0.min.js"></script>
32+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1129.0.min.js"></script>
3333

3434
You can also build a custom browser SDK with your specified set of AWS services.
3535
This can allow you to reduce the SDK's size, specify different API versions of

apis/datasync-2018-11-09.min.json

+20-19
Original file line numberDiff line numberDiff line change
@@ -360,16 +360,16 @@
360360
"shape": "S2e"
361361
},
362362
"Excludes": {
363-
"shape": "S2t"
363+
"shape": "S2u"
364364
},
365365
"Schedule": {
366-
"shape": "S2x"
366+
"shape": "S2y"
367367
},
368368
"Tags": {
369369
"shape": "S7"
370370
},
371371
"Includes": {
372-
"shape": "S2t"
372+
"shape": "S2u"
373373
}
374374
}
375375
},
@@ -750,18 +750,18 @@
750750
"shape": "S2e"
751751
},
752752
"Excludes": {
753-
"shape": "S2t"
753+
"shape": "S2u"
754754
},
755755
"Schedule": {
756-
"shape": "S2x"
756+
"shape": "S2y"
757757
},
758758
"ErrorCode": {},
759759
"ErrorDetail": {},
760760
"CreationTime": {
761761
"type": "timestamp"
762762
},
763763
"Includes": {
764-
"shape": "S2t"
764+
"shape": "S2u"
765765
}
766766
}
767767
}
@@ -785,10 +785,10 @@
785785
"shape": "S2e"
786786
},
787787
"Excludes": {
788-
"shape": "S2t"
788+
"shape": "S2u"
789789
},
790790
"Includes": {
791-
"shape": "S2t"
791+
"shape": "S2u"
792792
},
793793
"StartTime": {
794794
"type": "timestamp"
@@ -881,7 +881,7 @@
881881
"members": {
882882
"Name": {},
883883
"Values": {
884-
"shape": "S4l"
884+
"shape": "S4m"
885885
},
886886
"Operator": {}
887887
}
@@ -981,7 +981,7 @@
981981
"members": {
982982
"Name": {},
983983
"Values": {
984-
"shape": "S4l"
984+
"shape": "S4m"
985985
},
986986
"Operator": {}
987987
}
@@ -1019,10 +1019,10 @@
10191019
"shape": "S2e"
10201020
},
10211021
"Includes": {
1022-
"shape": "S2t"
1022+
"shape": "S2u"
10231023
},
10241024
"Excludes": {
1025-
"shape": "S2t"
1025+
"shape": "S2u"
10261026
}
10271027
}
10281028
},
@@ -1217,15 +1217,15 @@
12171217
"shape": "S2e"
12181218
},
12191219
"Excludes": {
1220-
"shape": "S2t"
1220+
"shape": "S2u"
12211221
},
12221222
"Schedule": {
1223-
"shape": "S2x"
1223+
"shape": "S2y"
12241224
},
12251225
"Name": {},
12261226
"CloudWatchLogGroupArn": {},
12271227
"Includes": {
1228-
"shape": "S2t"
1228+
"shape": "S2u"
12291229
}
12301230
}
12311231
},
@@ -1394,10 +1394,11 @@
13941394
"TaskQueueing": {},
13951395
"LogLevel": {},
13961396
"TransferMode": {},
1397-
"SecurityDescriptorCopyFlags": {}
1397+
"SecurityDescriptorCopyFlags": {},
1398+
"ObjectTags": {}
13981399
}
13991400
},
1400-
"S2t": {
1401+
"S2u": {
14011402
"type": "list",
14021403
"member": {
14031404
"type": "structure",
@@ -1407,7 +1408,7 @@
14071408
}
14081409
}
14091410
},
1410-
"S2x": {
1411+
"S2y": {
14111412
"type": "structure",
14121413
"required": [
14131414
"ScheduleExpression"
@@ -1416,7 +1417,7 @@
14161417
"ScheduleExpression": {}
14171418
}
14181419
},
1419-
"S4l": {
1420+
"S4m": {
14201421
"type": "list",
14211422
"member": {}
14221423
}

apis/datasync-2018-11-09.normal.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -2771,6 +2771,13 @@
27712771
"HTTP"
27722772
]
27732773
},
2774+
"ObjectTags": {
2775+
"type": "string",
2776+
"enum": [
2777+
"PRESERVE",
2778+
"NONE"
2779+
]
2780+
},
27742781
"OnPremConfig": {
27752782
"type": "structure",
27762783
"required": [
@@ -2804,7 +2811,7 @@
28042811
"members": {
28052812
"VerifyMode": {
28062813
"shape": "VerifyMode",
2807-
"documentation": "<p>A value that determines whether a data integrity verification should be performed at the end of a task execution after all data and metadata have been transferred. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-task.html\">Configure task settings</a>. </p> <p>Default value: POINT_IN_TIME_CONSISTENT.</p> <p>ONLY_FILES_TRANSFERRED (recommended): Perform verification only on files that were transferred. </p> <p>POINT_IN_TIME_CONSISTENT: Scan the entire source and entire destination at the end of the transfer to verify that source and destination are fully synchronized. This option isn't supported when transferring to S3 Glacier or S3 Glacier Deep Archive storage classes.</p> <p>NONE: No additional verification is done at the end of the transfer, but all data transmissions are integrity-checked with checksum verification during the transfer.</p>"
2814+
"documentation": "<p>A value that determines whether a data integrity verification should be performed at the end of a task execution after all data and metadata have been transferred. For more information, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/create-task.html\">Configure task settings</a>. </p> <p>Default value: POINT_IN_TIME_CONSISTENT.</p> <p>ONLY_FILES_TRANSFERRED (recommended): Perform verification only on files that were transferred. </p> <p>POINT_IN_TIME_CONSISTENT: Scan the entire source and entire destination at the end of the transfer to verify that source and destination are fully synchronized. This option isn't supported when transferring to S3 Glacier Flexible Retrieval or S3 Glacier Deep Archive storage classes.</p> <p>NONE: No additional verification is done at the end of the transfer, but all data transmissions are integrity-checked with checksum verification during the transfer.</p>"
28082815
},
28092816
"OverwriteMode": {
28102817
"shape": "OverwriteMode",
@@ -2816,7 +2823,7 @@
28162823
},
28172824
"Mtime": {
28182825
"shape": "Mtime",
2819-
"documentation": "<p>A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase. This option is required for cases when you need to run the same task more than one time. </p> <p>Default value: PRESERVE. </p> <p>PRESERVE: Preserve original <code>Mtime</code> (recommended)</p> <p> NONE: Ignore <code>Mtime</code>. </p> <note> <p>If <code>Mtime</code> is set to PRESERVE, <code>Atime</code> must be set to BEST_EFFORT.</p> <p>If <code>Mtime</code> is set to NONE, <code>Atime</code> must also be set to NONE. </p> </note>"
2826+
"documentation": "<p>A value that indicates the last time that a file was modified (that is, a file was written to) before the PREPARING phase. This option is required for cases when you need to run the same task more than one time. </p> <p>Default Value: <code>PRESERVE</code> </p> <p>PRESERVE: Preserve original <code>Mtime</code> (recommended)</p> <p> NONE: Ignore <code>Mtime</code>. </p> <note> <p>If <code>Mtime</code> is set to PRESERVE, <code>Atime</code> must be set to BEST_EFFORT.</p> <p>If <code>Mtime</code> is set to NONE, <code>Atime</code> must also be set to NONE. </p> </note>"
28202827
},
28212828
"Uid": {
28222829
"shape": "Uid",
@@ -2857,6 +2864,10 @@
28572864
"SecurityDescriptorCopyFlags": {
28582865
"shape": "SmbSecurityDescriptorCopyFlags",
28592866
"documentation": "<p>A value that determines which components of the SMB security descriptor are copied from source to destination objects. </p> <p>This value is only used for transfers between SMB and Amazon FSx for Windows File Server locations, or between two Amazon FSx for Windows File Server locations. For more information about how DataSync handles metadata, see <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/special-files.html\">How DataSync Handles Metadata and Special Files</a>. </p> <p>Default value: OWNER_DACL.</p> <p> <b>OWNER_DACL</b>: For each copied object, DataSync copies the following metadata:</p> <ul> <li> <p>Object owner.</p> </li> <li> <p>NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.</p> </li> </ul> <p>When choosing this option, DataSync does NOT copy the NTFS system access control lists (SACLs), which are used by administrators to log attempts to access a secured object.</p> <p> <b>OWNER_DACL_SACL</b>: For each copied object, DataSync copies the following metadata:</p> <ul> <li> <p>Object owner.</p> </li> <li> <p>NTFS discretionary access control lists (DACLs), which determine whether to grant access to an object.</p> </li> <li> <p>NTFS system access control lists (SACLs), which are used by administrators to log attempts to access a secured object.</p> </li> </ul> <p>Copying SACLs requires granting additional permissions to the Windows user that DataSync uses to access your SMB location. For information about choosing a user that ensures sufficient permissions to files, folders, and metadata, see <a href=\"create-smb-location.html#SMBuser\">user</a>.</p> <p> <b>NONE</b>: None of the SMB security descriptor components are copied. Destination objects are owned by the user that was provided for accessing the destination location. DACLs and SACLs are set based on the destination server’s configuration. </p>"
2867+
},
2868+
"ObjectTags": {
2869+
"shape": "ObjectTags",
2870+
"documentation": "<p>Specifies whether object tags are maintained when transferring between object storage systems. If you want your DataSync task to ignore object tags, specify the <code>NONE</code> value.</p> <p>Default Value: <code>PRESERVE</code> </p>"
28602871
}
28612872
},
28622873
"documentation": "<p>Represents the options that are available to control the behavior of a <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html\">StartTaskExecution</a> operation. Behavior includes preserving metadata such as user ID (UID), group ID (GID), and file permissions, and also overwriting files in the destination, data integrity verification, and so on.</p> <p>A task has a set of default options associated with it. If you don't specify an option in <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html\">StartTaskExecution</a>, the default value is used. You can override the defaults options on each task execution by specifying an overriding <code>Options</code> value to <a href=\"https://docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html\">StartTaskExecution</a>.</p>"

apis/ec2-2016-11-15.normal.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -33532,7 +33532,14 @@
3353233532
"c6a.32xlarge",
3353333533
"c6a.48xlarge",
3353433534
"c6a.metal",
33535-
"m6a.metal"
33535+
"m6a.metal",
33536+
"i4i.large",
33537+
"i4i.xlarge",
33538+
"i4i.2xlarge",
33539+
"i4i.4xlarge",
33540+
"i4i.8xlarge",
33541+
"i4i.16xlarge",
33542+
"i4i.32xlarge"
3353633543
]
3353733544
},
3353833545
"InstanceTypeHypervisor": {

0 commit comments

Comments
 (0)