Skip to content

Commit

Permalink
Release v1.40.3 (2021-07-19) (#4013)
Browse files Browse the repository at this point in the history
Release v1.40.3 (2021-07-19)
===

### Service Client Updates
* `service/directconnect`: Updates service documentation
  * Documentation updates for directconnect
* `service/emr-containers`: Updates service API and documentation
* `service/health`: Updates service API and documentation
  * In the Health API, the maximum number of entities for the EventFilter and EntityFilter data types has changed from 100 to 99. This change is related to an internal optimization of the AWS Health service.
* `service/imagebuilder`: Updates service documentation
* `service/location`: Updates service API and documentation
* `service/robomaker`: Updates service API and documentation
  • Loading branch information
aws-sdk-go-automation committed Jul 19, 2021
1 parent e54742b commit 4a7bdbc
Show file tree
Hide file tree
Showing 20 changed files with 6,607 additions and 4,674 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Release v1.40.3 (2021-07-19)
===

### Service Client Updates
* `service/directconnect`: Updates service documentation
* Documentation updates for directconnect
* `service/emr-containers`: Updates service API and documentation
* `service/health`: Updates service API and documentation
* In the Health API, the maximum number of entities for the EventFilter and EntityFilter data types has changed from 100 to 99. This change is related to an internal optimization of the AWS Health service.
* `service/imagebuilder`: Updates service documentation
* `service/location`: Updates service API and documentation
* `service/robomaker`: Updates service API and documentation

Release v1.40.2 (2021-07-16)
===

Expand Down
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.40.2"
const SDKVersion = "1.40.3"
18 changes: 9 additions & 9 deletions models/apis/directconnect/2012-10-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,21 +208,21 @@
"AwsDeviceV2": {
"base": null,
"refs": {
"BGPPeer$awsDeviceV2": "<p>The Direct Connect endpoint on which the BGP peer terminates.</p>",
"Connection$awsDeviceV2": "<p>The Direct Connect endpoint on which the physical connection terminates.</p>",
"Interconnect$awsDeviceV2": "<p>The Direct Connect endpoint on which the physical connection terminates.</p>",
"BGPPeer$awsDeviceV2": "<p>The Direct Connect endpoint that terminates the BGP peer.</p>",
"Connection$awsDeviceV2": "<p>The Direct Connect endpoint that terminates the physical connection.</p>",
"Interconnect$awsDeviceV2": "<p>The Direct Connect endpoint that terminates the physical connection.</p>",
"Lag$awsDeviceV2": "<p>The Direct Connect endpoint that hosts the LAG.</p>",
"VirtualInterface$awsDeviceV2": "<p>The Direct Connect endpoint on which the virtual interface terminates.</p>"
"VirtualInterface$awsDeviceV2": "<p>The Direct Connect endpoint that terminates the physical connection.</p>"
}
},
"AwsLogicalDeviceId": {
"base": null,
"refs": {
"BGPPeer$awsLogicalDeviceId": null,
"Connection$awsLogicalDeviceId": "<p>The Direct Connect endpoint that terminates a physical connection's BGP sessions.</p>",
"Interconnect$awsLogicalDeviceId": "<p>The Direct Connect endpoint that terminates a physical connection's BGP sessions.</p>",
"Lag$awsLogicalDeviceId": "<p>The Direct Connect endpoint that terminates a physical connection's BGP sessions.</p>",
"VirtualInterface$awsLogicalDeviceId": "<p>The Direct Connect endpoint that terminates a physical connection's BGP sessions.</p>"
"BGPPeer$awsLogicalDeviceId": "<p>The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.</p>",
"Connection$awsLogicalDeviceId": "<p>The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.</p>",
"Interconnect$awsLogicalDeviceId": "<p>The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.</p>",
"Lag$awsLogicalDeviceId": "<p>The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.</p>",
"VirtualInterface$awsLogicalDeviceId": "<p>The Direct Connect endpoint that terminates the logical connection. This device might be different than the device that terminates the physical connection.</p>"
}
},
"BGPAuthKey": {
Expand Down
20 changes: 17 additions & 3 deletions models/apis/emr-containers/2020-10-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,12 @@
"logStreamNamePrefix":{"shape":"String256"}
}
},
"ClusterId":{
"type":"string",
"max":100,
"min":1,
"pattern":"^[0-9A-Za-z][A-Za-z0-9\\-_]*"
},
"Configuration":{
"type":"structure",
"required":["classification"],
Expand Down Expand Up @@ -300,7 +306,7 @@
],
"members":{
"type":{"shape":"ContainerProviderType"},
"id":{"shape":"String256"},
"id":{"shape":"ClusterId"},
"info":{"shape":"ContainerInfo"}
}
},
Expand Down Expand Up @@ -489,7 +495,7 @@
"EksInfo":{
"type":"structure",
"members":{
"namespace":{"shape":"String256"}
"namespace":{"shape":"KubernetesNamespace"}
}
},
"Endpoint":{
Expand All @@ -509,6 +515,8 @@
"createdAt":{"shape":"Date"},
"securityGroup":{"shape":"String256"},
"subnetIds":{"shape":"SubnetIds"},
"stateDetails":{"shape":"String256"},
"failureReason":{"shape":"FailureReason"},
"tags":{"shape":"TagMap"}
}
},
Expand Down Expand Up @@ -644,6 +652,12 @@
"type":"list",
"member":{"shape":"JobRun"}
},
"KubernetesNamespace":{
"type":"string",
"max":63,
"min":1,
"pattern":"[a-z0-9]([-a-z0-9]*[a-z0-9])?"
},
"ListJobRunsRequest":{
"type":"structure",
"required":["virtualClusterId"],
Expand Down Expand Up @@ -894,7 +908,7 @@
},
"SparkSubmitParameters":{
"type":"string",
"max":1024,
"max":102400,
"min":1,
"pattern":"(?!\\s*$)(^[^';|\\u0026\\u003C\\u003E*?`$(){}\\[\\]!#\\\\]*$)",
"sensitive":true
Expand Down
16 changes: 14 additions & 2 deletions models/apis/emr-containers/2020-10-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@
"MonitoringConfiguration$cloudWatchMonitoringConfiguration": "<p>Monitoring configurations for CloudWatch.</p>"
}
},
"ClusterId": {
"base": null,
"refs": {
"ContainerProvider$id": "<p>The ID of the container cluster.</p>"
}
},
"Configuration": {
"base": "<p>A configuration specification to be used when provisioning virtual clusters, which can include configurations for applications and software bundled with Amazon EMR on EKS. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.</p>",
"refs": {
Expand Down Expand Up @@ -252,6 +258,7 @@
"FailureReason": {
"base": null,
"refs": {
"Endpoint$failureReason": "<p> The reasons why the endpoint has failed. </p>",
"JobRun$failureReason": "<p>The reasons why the job run has failed.</p>"
}
},
Expand Down Expand Up @@ -317,6 +324,12 @@
"ListJobRunsResponse$jobRuns": "<p>This output lists information about the specified job runs.</p>"
}
},
"KubernetesNamespace": {
"base": null,
"refs": {
"EksInfo$namespace": "<p>The namespaces of the EKS cluster.</p>"
}
},
"ListJobRunsRequest": {
"base": null,
"refs": {
Expand Down Expand Up @@ -520,9 +533,8 @@
"base": null,
"refs": {
"CloudWatchMonitoringConfiguration$logStreamNamePrefix": "<p>The specified name prefix for log streams.</p>",
"ContainerProvider$id": "<p>The ID of the container cluster.</p>",
"EksInfo$namespace": "<p>The namespaces of the EKS cluster.</p>",
"Endpoint$securityGroup": "<p>The security group configuration of the endpoint. </p>",
"Endpoint$stateDetails": "<p> Additional details of the endpoint state. </p>",
"JobRun$stateDetails": "<p>Additional details of the job run state.</p>",
"SubnetIds$member": null
}
Expand Down
13 changes: 9 additions & 4 deletions models/apis/health/2016-08-04/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
"organizationEntityFilters":{"shape":"OrganizationEntityFiltersList"},
"locale":{"shape":"locale"},
"nextToken":{"shape":"nextToken"},
"maxResults":{"shape":"maxResults"}
"maxResults":{"shape":"maxResultsLowerRange"}
}
},
"DescribeAffectedEntitiesForOrganizationResponse":{
Expand Down Expand Up @@ -357,7 +357,7 @@
"members":{
"filter":{"shape":"OrganizationEventFilter"},
"nextToken":{"shape":"nextToken"},
"maxResults":{"shape":"maxResults"},
"maxResults":{"shape":"maxResultsLowerRange"},
"locale":{"shape":"locale"}
}
},
Expand Down Expand Up @@ -663,7 +663,7 @@
"entityArnList":{
"type":"list",
"member":{"shape":"entityArn"},
"max":100,
"max":99,
"min":1
},
"entityStatusCode":{
Expand All @@ -689,7 +689,7 @@
"entityValueList":{
"type":"list",
"member":{"shape":"entityValue"},
"max":100,
"max":99,
"min":1
},
"eventAggregateField":{
Expand Down Expand Up @@ -782,6 +782,11 @@
"max":100,
"min":10
},
"maxResultsLowerRange":{
"type":"integer",
"max":100,
"min":1
},
"metadataKey":{
"type":"string",
"max":32766
Expand Down
9 changes: 7 additions & 2 deletions models/apis/health/2016-08-04/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,14 +585,19 @@
"base": null,
"refs": {
"DescribeAffectedAccountsForOrganizationRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>",
"DescribeAffectedEntitiesForOrganizationRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>",
"DescribeAffectedEntitiesRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>",
"DescribeEventAggregatesRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>",
"DescribeEventTypesRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>",
"DescribeEventsForOrganizationRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>",
"DescribeEventsRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>"
}
},
"maxResultsLowerRange": {
"base": null,
"refs": {
"DescribeAffectedEntitiesForOrganizationRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>",
"DescribeEventsForOrganizationRequest$maxResults": "<p>The maximum number of items to return in one batch, between 10 and 100, inclusive.</p>"
}
},
"metadataKey": {
"base": null,
"refs": {
Expand Down

0 comments on commit 4a7bdbc

Please sign in to comment.