Skip to content

Commit

Permalink
Updates SDK to v2.1129.0
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed May 5, 2022
1 parent 912af6e commit 46dda93
Show file tree
Hide file tree
Showing 21 changed files with 404 additions and 260 deletions.
22 changes: 22 additions & 0 deletions .changes/2.1129.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "DataSync",
"description": "AWS DataSync now supports a new ObjectTags Task API option that can be used to control whether Object Tags are transferred."
},
{
"type": "feature",
"category": "EC2",
"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"
},
{
"type": "feature",
"category": "Iot",
"description": "AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control."
},
{
"type": "feature",
"category": "Kendra",
"description": "AWS Kendra now supports hierarchical facets for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/filtering.html"
}
]
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog for AWS SDK for JavaScript
<!--LATEST=2.1128.0-->
<!--LATEST=2.1129.0-->
<!--ENTRYINSERT-->

## 2.1129.0
* feature: DataSync: AWS DataSync now supports a new ObjectTags Task API option that can be used to control whether Object Tags are transferred.
* 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
* feature: Iot: AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control.
* 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

## 2.1128.0
* feature: Backup: Adds support to 2 new filters about job complete time for 3 list jobs APIs in AWS Backup
* feature: IoTSecureTunneling: This release introduces a new API RotateTunnelAccessToken that allow revoking the existing tokens and generate new tokens
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For release notes, see the [CHANGELOG](https://github.com/aws/aws-sdk-js/blob/ma
To use the SDK in the browser, simply add the following script tag to your
HTML pages:

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

You can also build a custom browser SDK with your specified set of AWS services.
This can allow you to reduce the SDK's size, specify different API versions of
Expand Down
39 changes: 20 additions & 19 deletions apis/datasync-2018-11-09.min.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,16 +360,16 @@
"shape": "S2e"
},
"Excludes": {
"shape": "S2t"
"shape": "S2u"
},
"Schedule": {
"shape": "S2x"
"shape": "S2y"
},
"Tags": {
"shape": "S7"
},
"Includes": {
"shape": "S2t"
"shape": "S2u"
}
}
},
Expand Down Expand Up @@ -750,18 +750,18 @@
"shape": "S2e"
},
"Excludes": {
"shape": "S2t"
"shape": "S2u"
},
"Schedule": {
"shape": "S2x"
"shape": "S2y"
},
"ErrorCode": {},
"ErrorDetail": {},
"CreationTime": {
"type": "timestamp"
},
"Includes": {
"shape": "S2t"
"shape": "S2u"
}
}
}
Expand All @@ -785,10 +785,10 @@
"shape": "S2e"
},
"Excludes": {
"shape": "S2t"
"shape": "S2u"
},
"Includes": {
"shape": "S2t"
"shape": "S2u"
},
"StartTime": {
"type": "timestamp"
Expand Down Expand Up @@ -881,7 +881,7 @@
"members": {
"Name": {},
"Values": {
"shape": "S4l"
"shape": "S4m"
},
"Operator": {}
}
Expand Down Expand Up @@ -981,7 +981,7 @@
"members": {
"Name": {},
"Values": {
"shape": "S4l"
"shape": "S4m"
},
"Operator": {}
}
Expand Down Expand Up @@ -1019,10 +1019,10 @@
"shape": "S2e"
},
"Includes": {
"shape": "S2t"
"shape": "S2u"
},
"Excludes": {
"shape": "S2t"
"shape": "S2u"
}
}
},
Expand Down Expand Up @@ -1217,15 +1217,15 @@
"shape": "S2e"
},
"Excludes": {
"shape": "S2t"
"shape": "S2u"
},
"Schedule": {
"shape": "S2x"
"shape": "S2y"
},
"Name": {},
"CloudWatchLogGroupArn": {},
"Includes": {
"shape": "S2t"
"shape": "S2u"
}
}
},
Expand Down Expand Up @@ -1394,10 +1394,11 @@
"TaskQueueing": {},
"LogLevel": {},
"TransferMode": {},
"SecurityDescriptorCopyFlags": {}
"SecurityDescriptorCopyFlags": {},
"ObjectTags": {}
}
},
"S2t": {
"S2u": {
"type": "list",
"member": {
"type": "structure",
Expand All @@ -1407,7 +1408,7 @@
}
}
},
"S2x": {
"S2y": {
"type": "structure",
"required": [
"ScheduleExpression"
Expand All @@ -1416,7 +1417,7 @@
"ScheduleExpression": {}
}
},
"S4l": {
"S4m": {
"type": "list",
"member": {}
}
Expand Down
15 changes: 13 additions & 2 deletions apis/datasync-2018-11-09.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -2771,6 +2771,13 @@
"HTTP"
]
},
"ObjectTags": {
"type": "string",
"enum": [
"PRESERVE",
"NONE"
]
},
"OnPremConfig": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -2804,7 +2811,7 @@
"members": {
"VerifyMode": {
"shape": "VerifyMode",
"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>"
"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>"
},
"OverwriteMode": {
"shape": "OverwriteMode",
Expand All @@ -2816,7 +2823,7 @@
},
"Mtime": {
"shape": "Mtime",
"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>"
"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>"
},
"Uid": {
"shape": "Uid",
Expand Down Expand Up @@ -2857,6 +2864,10 @@
"SecurityDescriptorCopyFlags": {
"shape": "SmbSecurityDescriptorCopyFlags",
"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>"
},
"ObjectTags": {
"shape": "ObjectTags",
"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>"
}
},
"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>"
Expand Down
9 changes: 8 additions & 1 deletion apis/ec2-2016-11-15.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -33532,7 +33532,14 @@
"c6a.32xlarge",
"c6a.48xlarge",
"c6a.metal",
"m6a.metal"
"m6a.metal",
"i4i.large",
"i4i.xlarge",
"i4i.2xlarge",
"i4i.4xlarge",
"i4i.8xlarge",
"i4i.16xlarge",
"i4i.32xlarge"
]
},
"InstanceTypeHypervisor": {
Expand Down
Loading

0 comments on commit 46dda93

Please sign in to comment.