Skip to content

Commit

Permalink
Release v1.38.50 (2021-05-27) (#3931)
Browse files Browse the repository at this point in the history
Release v1.38.50 (2021-05-27)
===

### Service Client Updates
* `service/devicefarm`: Updates service API and documentation
  * Introduces support for using our desktop testing service with applications hosted within your Virtual Private Cloud (VPC).
* `service/fsx`: Updates service API and documentation
* `service/iotevents`: Updates service API and documentation
* `service/iotevents-data`: Updates service API and documentation
* `service/iotsitewise`: Updates service API and documentation
* `service/kendra`: Updates service API and documentation
  * Amazon Kendra now suggests popular queries in order to help guide query typing and help overall accuracy.
* `service/lightsail`: Updates service documentation
  * Documentation updates for Lightsail
* `service/resource-groups`: Updates service documentation
* `service/sqs`: Updates service documentation
  * Documentation updates for Amazon SQS for General Availability of high throughput for FIFO queues.
  • Loading branch information
aws-sdk-go-automation authored May 27, 2021
1 parent cdceaa4 commit d3c0287
Show file tree
Hide file tree
Showing 33 changed files with 12,105 additions and 1,084 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Release v1.38.50 (2021-05-27)
===

### Service Client Updates
* `service/devicefarm`: Updates service API and documentation
* Introduces support for using our desktop testing service with applications hosted within your Virtual Private Cloud (VPC).
* `service/fsx`: Updates service API and documentation
* `service/iotevents`: Updates service API and documentation
* `service/iotevents-data`: Updates service API and documentation
* `service/iotsitewise`: Updates service API and documentation
* `service/kendra`: Updates service API and documentation
* Amazon Kendra now suggests popular queries in order to help guide query typing and help overall accuracy.
* `service/lightsail`: Updates service documentation
* Documentation updates for Lightsail
* `service/resource-groups`: Updates service documentation
* `service/sqs`: Updates service documentation
* Documentation updates for Amazon SQS for General Availability of high throughput for FIFO queues.

Release v1.38.49 (2021-05-27)
===

Expand Down
7 changes: 7 additions & 0 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.38.49"
const SDKVersion = "1.38.50"
70 changes: 65 additions & 5 deletions models/apis/devicefarm/2015-06-23/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@
"input":{"shape":"CreateTestGridProjectRequest"},
"output":{"shape":"CreateTestGridProjectResult"},
"errors":[
{"shape":"ArgumentException"},
{"shape":"LimitExceededException"},
{"shape":"InternalServiceException"}
]
},
Expand Down Expand Up @@ -1125,6 +1127,7 @@
"errors":[
{"shape":"NotFoundException"},
{"shape":"ArgumentException"},
{"shape":"LimitExceededException"},
{"shape":"InternalServiceException"}
]
},
Expand Down Expand Up @@ -1419,7 +1422,8 @@
"required":["name"],
"members":{
"name":{"shape":"ResourceName"},
"description":{"shape":"ResourceDescription"}
"description":{"shape":"ResourceDescription"},
"vpcConfig":{"shape":"TestGridVpcConfig"}
}
},
"CreateTestGridProjectResult":{
Expand All @@ -1442,7 +1446,7 @@
"CreateTestGridUrlResult":{
"type":"structure",
"members":{
"url":{"shape":"String"},
"url":{"shape":"SensitiveString"},
"expires":{"shape":"DateTime"}
}
},
Expand Down Expand Up @@ -1668,6 +1672,11 @@
},
"DeviceFilter":{
"type":"structure",
"required":[
"attribute",
"operator",
"values"
],
"members":{
"attribute":{"shape":"DeviceFilterAttribute"},
"operator":{"shape":"RuleOperator"},
Expand Down Expand Up @@ -2650,6 +2659,12 @@
"type":"list",
"member":{"shape":"NetworkProfile"}
},
"NonEmptyString":{
"type":"string",
"max":4096,
"min":1,
"pattern":".*\\S.*"
},
"NotEligibleException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2789,6 +2804,10 @@
},
"PurchaseOfferingRequest":{
"type":"structure",
"required":[
"offeringId",
"quantity"
],
"members":{
"offeringId":{"shape":"OfferingIdentifier"},
"quantity":{"shape":"Integer"},
Expand Down Expand Up @@ -2862,6 +2881,10 @@
},
"RenewOfferingRequest":{
"type":"structure",
"required":[
"offeringId",
"quantity"
],
"members":{
"offeringId":{"shape":"OfferingIdentifier"},
"quantity":{"shape":"Integer"}
Expand Down Expand Up @@ -3045,6 +3068,22 @@
"parameters":{"shape":"TestParameters"}
}
},
"SecurityGroupIds":{
"type":"list",
"member":{"shape":"NonEmptyString"},
"max":5,
"min":1
},
"SensitiveString":{
"type":"string",
"sensitive":true
},
"SensitiveURL":{
"type":"string",
"max":2048,
"min":0,
"sensitive":true
},
"ServiceAccountException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3103,6 +3142,12 @@
}
},
"String":{"type":"string"},
"SubnetIds":{
"type":"list",
"member":{"shape":"NonEmptyString"},
"max":8,
"min":1
},
"Suite":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -3208,6 +3253,7 @@
"arn":{"shape":"DeviceFarmArn"},
"name":{"shape":"String"},
"description":{"shape":"String"},
"vpcConfig":{"shape":"TestGridVpcConfig"},
"created":{"shape":"DateTime"}
}
},
Expand Down Expand Up @@ -3245,7 +3291,7 @@
"members":{
"filename":{"shape":"String"},
"type":{"shape":"TestGridSessionArtifactType"},
"url":{"shape":"String"}
"url":{"shape":"SensitiveString"}
}
},
"TestGridSessionArtifactCategory":{
Expand Down Expand Up @@ -3284,6 +3330,19 @@
"max":86400,
"min":60
},
"TestGridVpcConfig":{
"type":"structure",
"required":[
"securityGroupIds",
"subnetIds",
"vpcId"
],
"members":{
"securityGroupIds":{"shape":"SecurityGroupIds"},
"subnetIds":{"shape":"SubnetIds"},
"vpcId":{"shape":"NonEmptyString"}
}
},
"TestParameters":{
"type":"map",
"key":{"shape":"String"},
Expand Down Expand Up @@ -3471,7 +3530,8 @@
"members":{
"projectArn":{"shape":"DeviceFarmArn"},
"name":{"shape":"ResourceName"},
"description":{"shape":"ResourceDescription"}
"description":{"shape":"ResourceDescription"},
"vpcConfig":{"shape":"TestGridVpcConfig"}
}
},
"UpdateTestGridProjectResult":{
Expand Down Expand Up @@ -3521,7 +3581,7 @@
"created":{"shape":"DateTime"},
"type":{"shape":"UploadType"},
"status":{"shape":"UploadStatus"},
"url":{"shape":"URL"},
"url":{"shape":"SensitiveURL"},
"metadata":{"shape":"Metadata"},
"contentType":{"shape":"ContentType"},
"message":{"shape":"Message"},
Expand Down
46 changes: 42 additions & 4 deletions models/apis/devicefarm/2015-06-23/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,14 @@
"ListNetworkProfilesResult$networkProfiles": "<p>A list of the available network profiles.</p>"
}
},
"NonEmptyString": {
"base": null,
"refs": {
"SecurityGroupIds$member": null,
"SubnetIds$member": null,
"TestGridVpcConfig$vpcId": "<p>The ID of the Amazon VPC.</p>"
}
},
"NotEligibleException": {
"base": "<p>Exception gets thrown when a user is not eligible to perform the specified transaction.</p>",
"refs": {
Expand Down Expand Up @@ -1864,6 +1872,25 @@
"ScheduleRunRequest$test": "<p>Information about the test for the run to be scheduled.</p>"
}
},
"SecurityGroupIds": {
"base": null,
"refs": {
"TestGridVpcConfig$securityGroupIds": "<p>A list of VPC security group IDs in your Amazon VPC.</p>"
}
},
"SensitiveString": {
"base": null,
"refs": {
"CreateTestGridUrlResult$url": "<p>A signed URL, expiring in <a>CreateTestGridUrlRequest$expiresInSeconds</a> seconds, to be passed to a <code>RemoteWebDriver</code>. </p>",
"TestGridSessionArtifact$url": "<p>A semi-stable URL to the content of the object.</p>"
}
},
"SensitiveURL": {
"base": null,
"refs": {
"Upload$url": "<p>The presigned Amazon S3 URL that was used to store a file using a PUT request.</p>"
}
},
"ServiceAccountException": {
"base": "<p>There was a problem with the service account.</p>",
"refs": {
Expand Down Expand Up @@ -1929,7 +1956,6 @@
"Artifact$extension": "<p>The artifact's file extension.</p>",
"CPU$frequency": "<p>The CPU's frequency.</p>",
"CPU$architecture": "<p>The CPU's architecture (for example, x86 or ARM).</p>",
"CreateTestGridUrlResult$url": "<p>A signed URL, expiring in <a>CreateTestGridUrlRequest$expiresInSeconds</a> seconds, to be passed to a <code>RemoteWebDriver</code>. </p>",
"Device$manufacturer": "<p>The device's manufacturer name.</p>",
"Device$model": "<p>The device's model name.</p>",
"Device$modelId": "<p>The device's model ID.</p>",
Expand Down Expand Up @@ -1961,11 +1987,16 @@
"TestGridSessionAction$statusCode": "<p>HTTP status code returned to the browser when the action was taken.</p>",
"TestGridSessionAction$requestMethod": "<p>HTTP method that the browser used to make the request.</p>",
"TestGridSessionArtifact$filename": "<p>The file name of the artifact.</p>",
"TestGridSessionArtifact$url": "<p>A semi-stable URL to the content of the object.</p>",
"TestParameters$key": null,
"TestParameters$value": null
}
},
"SubnetIds": {
"base": null,
"refs": {
"TestGridVpcConfig$subnetIds": "<p>A list of VPC subnet IDs in your Amazon VPC.</p>"
}
},
"Suite": {
"base": "<p>Represents a collection of one or more tests.</p>",
"refs": {
Expand Down Expand Up @@ -2115,6 +2146,14 @@
"CreateTestGridUrlRequest$expiresInSeconds": "<p>Lifetime, in seconds, of the URL.</p>"
}
},
"TestGridVpcConfig": {
"base": "<p>The VPC security groups and subnets that are attached to a project.</p>",
"refs": {
"CreateTestGridProjectRequest$vpcConfig": "<p>The VPC security groups and subnets that are attached to a project.</p>",
"TestGridProject$vpcConfig": "<p>The VPC security groups and subnets that are attached to a project.</p>",
"UpdateTestGridProjectRequest$vpcConfig": "<p>The VPC security groups and subnets that are attached to a project.</p>"
}
},
"TestParameters": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2159,8 +2198,7 @@
"base": null,
"refs": {
"Artifact$url": "<p>The presigned Amazon S3 URL that can be used with a GET request to download the artifact's file.</p>",
"Sample$url": "<p>The presigned Amazon S3 URL that can be used with a GET request to download the sample's file.</p>",
"Upload$url": "<p>The presigned Amazon S3 URL that was used to store a file using a PUT request.</p>"
"Sample$url": "<p>The presigned Amazon S3 URL that can be used with a GET request to download the sample's file.</p>"
}
},
"UniqueProblem": {
Expand Down
16 changes: 13 additions & 3 deletions models/apis/fsx/2018-03-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,8 @@
"DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
"CopyTagsToBackups":{"shape":"Flag"},
"DriveCacheType":{"shape":"DriveCacheType"}
"DriveCacheType":{"shape":"DriveCacheType"},
"DataCompressionType":{"shape":"DataCompressionType"}
}
},
"CreateFileSystemRequest":{
Expand Down Expand Up @@ -767,6 +768,13 @@
"min":5,
"pattern":"^([01]\\d|2[0-3]):?([0-5]\\d)$"
},
"DataCompressionType":{
"type":"string",
"enum":[
"NONE",
"LZ4"
]
},
"DataRepositoryConfiguration":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1354,7 +1362,8 @@
"DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
"CopyTagsToBackups":{"shape":"Flag"},
"DriveCacheType":{"shape":"DriveCacheType"}
"DriveCacheType":{"shape":"DriveCacheType"},
"DataCompressionType":{"shape":"DataCompressionType"}
}
},
"LustreFileSystemMountName":{
Expand Down Expand Up @@ -1677,7 +1686,8 @@
"WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
"DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
"AutoImportPolicy":{"shape":"AutoImportPolicyType"}
"AutoImportPolicy":{"shape":"AutoImportPolicyType"},
"DataCompressionType":{"shape":"DataCompressionType"}
}
},
"UpdateFileSystemRequest":{
Expand Down
Loading

0 comments on commit d3c0287

Please sign in to comment.