Skip to content

Commit

Permalink
Release v1.35.25 (2020-11-10)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation
  * Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
* `service/ec2`: Updates service API and documentation
  * This release adds support for Gateway Load Balancer VPC endpoints and VPC endpoint services
* `service/elasticloadbalancingv2`: Updates service API and documentation
* `service/ssm`: Updates service API and documentation
  * Add SessionId as a filter for DescribeSessions API
  • Loading branch information
awssdkgo committed Nov 10, 2020
1 parent ecaab03 commit 3a09034
Show file tree
Hide file tree
Showing 14 changed files with 828 additions and 825 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Release v1.35.25 (2020-11-10)
===

### Service Client Updates
* `service/autoscaling`: Updates service documentation
* Documentation updates and corrections for Amazon EC2 Auto Scaling API Reference and SDKs.
* `service/ec2`: Updates service API and documentation
* This release adds support for Gateway Load Balancer VPC endpoints and VPC endpoint services
* `service/elasticloadbalancingv2`: Updates service API and documentation
* `service/ssm`: Updates service API and documentation
* Add SessionId as a filter for DescribeSessions API

Release v1.35.24 (2020-11-09)
===

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.35.24"
const SDKVersion = "1.35.25"
220 changes: 110 additions & 110 deletions models/apis/autoscaling/2011-01-01/docs-2.json

Large diffs are not rendered by default.

29 changes: 26 additions & 3 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7721,6 +7721,7 @@
"shape":"Boolean",
"locationName":"dryRun"
},
"VpcEndpointId":{"shape":"VpcEndpointId"},
"EgressOnlyInternetGatewayId":{
"shape":"EgressOnlyInternetGatewayId",
"locationName":"egressOnlyInternetGatewayId"
Expand Down Expand Up @@ -8380,7 +8381,6 @@
},
"CreateVpcEndpointServiceConfigurationRequest":{
"type":"structure",
"required":["NetworkLoadBalancerArns"],
"members":{
"DryRun":{"shape":"Boolean"},
"AcceptanceRequired":{"shape":"Boolean"},
Expand All @@ -8389,6 +8389,10 @@
"shape":"ValueStringList",
"locationName":"NetworkLoadBalancerArn"
},
"GatewayLoadBalancerArns":{
"shape":"ValueStringList",
"locationName":"GatewayLoadBalancerArn"
},
"ClientToken":{"shape":"String"},
"TagSpecifications":{
"shape":"TagSpecificationList",
Expand Down Expand Up @@ -21952,6 +21956,14 @@
"RemoveNetworkLoadBalancerArns":{
"shape":"ValueStringList",
"locationName":"RemoveNetworkLoadBalancerArn"
},
"AddGatewayLoadBalancerArns":{
"shape":"ValueStringList",
"locationName":"AddGatewayLoadBalancerArn"
},
"RemoveGatewayLoadBalancerArns":{
"shape":"ValueStringList",
"locationName":"RemoveGatewayLoadBalancerArn"
}
}
},
Expand Down Expand Up @@ -24518,6 +24530,7 @@
"shape":"Boolean",
"locationName":"dryRun"
},
"VpcEndpointId":{"shape":"VpcEndpointId"},
"EgressOnlyInternetGatewayId":{
"shape":"EgressOnlyInternetGatewayId",
"locationName":"egressOnlyInternetGatewayId"
Expand Down Expand Up @@ -26771,6 +26784,10 @@
"shape":"ValueStringList",
"locationName":"networkLoadBalancerArnSet"
},
"GatewayLoadBalancerArns":{
"shape":"ValueStringList",
"locationName":"gatewayLoadBalancerArnSet"
},
"BaseEndpointDnsNames":{
"shape":"ValueStringList",
"locationName":"baseEndpointDnsNameSet"
Expand Down Expand Up @@ -26870,7 +26887,8 @@
"type":"string",
"enum":[
"Interface",
"Gateway"
"Gateway",
"GatewayLoadBalancer"
]
},
"ServiceTypeDetail":{
Expand Down Expand Up @@ -30839,6 +30857,10 @@
"NetworkLoadBalancerArns":{
"shape":"ValueStringList",
"locationName":"networkLoadBalancerArnSet"
},
"GatewayLoadBalancerArns":{
"shape":"ValueStringList",
"locationName":"gatewayLoadBalancerArnSet"
}
}
},
Expand Down Expand Up @@ -30897,7 +30919,8 @@
"type":"string",
"enum":[
"Interface",
"Gateway"
"Gateway",
"GatewayLoadBalancer"
]
},
"VpcFlowLogId":{"type":"string"},
Expand Down
35 changes: 21 additions & 14 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions models/apis/elasticloadbalancingv2/2015-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,8 +885,6 @@
"type":"structure",
"required":[
"LoadBalancerArn",
"Protocol",
"Port",
"DefaultActions"
],
"members":{
Expand Down Expand Up @@ -1569,7 +1567,8 @@
"type":"string",
"enum":[
"application",
"network"
"network",
"gateway"
]
},
"LoadBalancers":{
Expand Down Expand Up @@ -1729,7 +1728,8 @@
"TCP",
"TLS",
"UDP",
"TCP_UDP"
"TCP_UDP",
"GENEVE"
]
},
"ProtocolVersion":{"type":"string"},
Expand Down
120 changes: 60 additions & 60 deletions models/apis/elasticloadbalancingv2/2015-12-01/docs-2.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions models/apis/ssm/2014-11-06/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8422,13 +8422,14 @@
"InvokedBefore",
"Target",
"Owner",
"Status"
"Status",
"SessionId"
]
},
"SessionFilterList":{
"type":"list",
"member":{"shape":"SessionFilter"},
"max":5,
"max":6,
"min":1
},
"SessionFilterValue":{
Expand Down
6 changes: 3 additions & 3 deletions models/apis/ssm/2014-11-06/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,13 +391,13 @@
"AssociationFilterKey": {
"base": null,
"refs": {
"AssociationFilter$key": "<p>The name of the filter.</p>"
"AssociationFilter$key": "<p>The name of the filter.</p> <note> <p> <code>InstanceId</code> has been deprecated.</p> </note>"
}
},
"AssociationFilterList": {
"base": null,
"refs": {
"ListAssociationsRequest$AssociationFilterList": "<p>One or more filters. Use a filter to return a more specific list of results.</p>"
"ListAssociationsRequest$AssociationFilterList": "<p>One or more filters. Use a filter to return a more specific list of results.</p> <note> <p>Filtering associations using the <code>InstanceID</code> attribute only returns legacy associations created using the <code>InstanceID</code> attribute. Associations targeting the instance that are part of the Target Attributes <code>ResourceGroup</code> or <code>Tags</code> are not returned.</p> </note>"
}
},
"AssociationFilterOperatorType": {
Expand Down Expand Up @@ -6355,7 +6355,7 @@
"SessionFilterValue": {
"base": null,
"refs": {
"SessionFilter$value": "<p>The filter value. Valid values for each filter key are as follows:</p> <ul> <li> <p>InvokedAfter: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018, and later.</p> </li> <li> <p>InvokedBefore: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018.</p> </li> <li> <p>Target: Specify an instance to which session connections have been made.</p> </li> <li> <p>Owner: Specify an AWS user account to see a list of sessions started by that user.</p> </li> <li> <p>Status: Specify a valid session status to see a list of all sessions with that status. Status values you can specify include:</p> <ul> <li> <p>Connected</p> </li> <li> <p>Connecting</p> </li> <li> <p>Disconnected</p> </li> <li> <p>Terminated</p> </li> <li> <p>Terminating</p> </li> <li> <p>Failed</p> </li> </ul> </li> </ul>"
"SessionFilter$value": "<p>The filter value. Valid values for each filter key are as follows:</p> <ul> <li> <p>InvokedAfter: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started August 29, 2018, and later.</p> </li> <li> <p>InvokedBefore: Specify a timestamp to limit your results. For example, specify 2018-08-29T00:00:00Z to see sessions that started before August 29, 2018.</p> </li> <li> <p>Target: Specify an instance to which session connections have been made.</p> </li> <li> <p>Owner: Specify an AWS user account to see a list of sessions started by that user.</p> </li> <li> <p>Status: Specify a valid session status to see a list of all sessions with that status. Status values you can specify include:</p> <ul> <li> <p>Connected</p> </li> <li> <p>Connecting</p> </li> <li> <p>Disconnected</p> </li> <li> <p>Terminated</p> </li> <li> <p>Terminating</p> </li> <li> <p>Failed</p> </li> </ul> </li> <li> <p>SessionId: Specify a session ID to return details about the session.</p> </li> </ul>"
}
},
"SessionId": {
Expand Down
Loading

0 comments on commit 3a09034

Please sign in to comment.