Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.8 #4390

Merged
merged 1 commit into from May 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
Release v1.44.8 (2022-05-05)
===

### Service Client Updates
* `service/datasync`: Updates service API and documentation
* `service/ec2`: Updates service API
* 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
* `service/iot`: Updates service API and documentation
* AWS IoT Jobs now allows you to create up to 100,000 active continuous and snapshot jobs by using concurrency control.
* `service/kendra`: Updates service API, documentation, and paginators
* AWS Kendra now supports hierarchical facets for a query. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/filtering.html

Release v1.44.7 (2022-05-04)
===

Expand Down
64 changes: 61 additions & 3 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.7"
const SDKVersion = "1.44.8"
13 changes: 11 additions & 2 deletions models/apis/datasync/2018-11-09/api-2.json
Expand Up @@ -1372,7 +1372,8 @@
"type":"structure",
"members":{
"message":{"shape":"string"},
"errorCode":{"shape":"string"}
"errorCode":{"shape":"string"},
"datasyncErrorCode":{"shape":"string"}
},
"exception":true
},
Expand Down Expand Up @@ -1604,6 +1605,13 @@
"HTTP"
]
},
"ObjectTags":{
"type":"string",
"enum":[
"PRESERVE",
"NONE"
]
},
"OnPremConfig":{
"type":"structure",
"required":["AgentArns"],
Expand Down Expand Up @@ -1642,7 +1650,8 @@
"TaskQueueing":{"shape":"TaskQueueing"},
"LogLevel":{"shape":"LogLevel"},
"TransferMode":{"shape":"TransferMode"},
"SecurityDescriptorCopyFlags":{"shape":"SmbSecurityDescriptorCopyFlags"}
"SecurityDescriptorCopyFlags":{"shape":"SmbSecurityDescriptorCopyFlags"},
"ObjectTags":{"shape":"ObjectTags"}
}
},
"OutputTagList":{
Expand Down
11 changes: 9 additions & 2 deletions models/apis/datasync/2018-11-09/docs-2.json
Expand Up @@ -849,7 +849,7 @@
"Mtime": {
"base": null,
"refs": {
"Options$Mtime": "<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>"
"Options$Mtime": "<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>"
}
},
"NetworkInterfaceArn": {
Expand Down Expand Up @@ -933,6 +933,12 @@
"UpdateLocationObjectStorageRequest$ServerProtocol": "<p>The protocol that the object storage server uses to communicate. Valid values are <code>HTTP</code> or <code>HTTPS</code>.</p>"
}
},
"ObjectTags": {
"base": null,
"refs": {
"Options$ObjectTags": "<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>"
}
},
"OnPremConfig": {
"base": "<p>A list of Amazon Resource Names (ARNs) of agents to use for a Network File System (NFS) location.</p>",
"refs": {
Expand Down Expand Up @@ -1404,7 +1410,7 @@
"VerifyMode": {
"base": null,
"refs": {
"Options$VerifyMode": "<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>"
"Options$VerifyMode": "<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>"
}
},
"VpcEndpointId": {
Expand Down Expand Up @@ -1433,6 +1439,7 @@
"InternalException$errorCode": null,
"InvalidRequestException$message": null,
"InvalidRequestException$errorCode": null,
"InvalidRequestException$datasyncErrorCode": null,
"TaskExecutionResultDetail$ErrorCode": "<p>Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.</p>",
"TaskExecutionResultDetail$ErrorDetail": "<p>Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues. </p>"
}
Expand Down
9 changes: 8 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -24160,7 +24160,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
10 changes: 7 additions & 3 deletions models/apis/iot/2015-05-28/api-2.json
Expand Up @@ -217,7 +217,8 @@
{"shape":"InvalidRequestException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ServiceUnavailableException"}
{"shape":"ServiceUnavailableException"},
{"shape":"LimitExceededException"}
]
},
"CancelJobExecution":{
Expand Down Expand Up @@ -4767,6 +4768,7 @@
},
"Boolean":{"type":"boolean"},
"BooleanKey":{"type":"boolean"},
"BooleanWrapperObject":{"type":"boolean"},
"Bucket":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -8504,7 +8506,8 @@
"namespaceId":{"shape":"NamespaceId"},
"jobTemplateArn":{"shape":"JobTemplateArn"},
"jobExecutionsRetryConfig":{"shape":"JobExecutionsRetryConfig"},
"documentParameters":{"shape":"ParameterMap"}
"documentParameters":{"shape":"ParameterMap"},
"isConcurrent":{"shape":"BooleanWrapperObject"}
}
},
"JobArn":{"type":"string"},
Expand Down Expand Up @@ -8652,7 +8655,8 @@
"status":{"shape":"JobStatus"},
"createdAt":{"shape":"DateType"},
"lastUpdatedAt":{"shape":"DateType"},
"completedAt":{"shape":"DateType"}
"completedAt":{"shape":"DateType"},
"isConcurrent":{"shape":"BooleanWrapperObject"}
}
},
"JobSummaryList":{
Expand Down
7 changes: 7 additions & 0 deletions models/apis/iot/2015-05-28/docs-2.json
Expand Up @@ -1311,6 +1311,13 @@
"CreateAuthorizerRequest$signingDisabled": "<p>Specifies whether IoT validates the token signature in an authorization request.</p>"
}
},
"BooleanWrapperObject": {
"base": null,
"refs": {
"Job$isConcurrent": null,
"JobSummary$isConcurrent": null
}
},
"Bucket": {
"base": "<p>A count of documents that meets a specific aggregation criteria.</p>",
"refs": {
Expand Down
12 changes: 10 additions & 2 deletions models/apis/kendra/2019-02-03/api-2.json
Expand Up @@ -2357,7 +2357,8 @@
"type":"structure",
"members":{
"DocumentAttributeValue":{"shape":"DocumentAttributeValue"},
"Count":{"shape":"Integer"}
"Count":{"shape":"Integer"},
"FacetResults":{"shape":"FacetResultList"}
}
},
"DocumentAttributeValueCountPairList":{
Expand Down Expand Up @@ -2653,7 +2654,9 @@
"Facet":{
"type":"structure",
"members":{
"DocumentAttributeKey":{"shape":"DocumentAttributeKey"}
"DocumentAttributeKey":{"shape":"DocumentAttributeKey"},
"Facets":{"shape":"FacetList"},
"MaxResults":{"shape":"TopDocumentAttributeValueCountPairsSize"}
}
},
"FacetList":{
Expand Down Expand Up @@ -4596,6 +4599,11 @@
"min":1,
"pattern":"^\\P{C}*$"
},
"TopDocumentAttributeValueCountPairsSize":{
"type":"integer",
"max":5000,
"min":0
},
"UntagResourceRequest":{
"type":"structure",
"required":[
Expand Down