Skip to content

Commit 5758f6a

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent f5d9b89 commit 5758f6a

File tree

8 files changed

+235
-196
lines changed

8 files changed

+235
-196
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::AutoScaling - Updated the documentation for Auto Scaling.
5+
6+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
7+
8+
* Feature - Aws::ElasticLoadBalancingV2 - Updated the API, and documentation for Elastic Load Balancing.
9+
10+
* Feature - Aws::SSM - Updated the API, and documentation for Amazon Simple Systems Manager (SSM).
11+
412
2.11.623 (2020-11-09)
513
------------------
614

aws-sdk-core/apis/autoscaling/2011-01-01/docs-2.json

Lines changed: 110 additions & 110 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7721,6 +7721,7 @@
77217721
"shape":"Boolean",
77227722
"locationName":"dryRun"
77237723
},
7724+
"VpcEndpointId":{"shape":"VpcEndpointId"},
77247725
"EgressOnlyInternetGatewayId":{
77257726
"shape":"EgressOnlyInternetGatewayId",
77267727
"locationName":"egressOnlyInternetGatewayId"
@@ -8380,7 +8381,6 @@
83808381
},
83818382
"CreateVpcEndpointServiceConfigurationRequest":{
83828383
"type":"structure",
8383-
"required":["NetworkLoadBalancerArns"],
83848384
"members":{
83858385
"DryRun":{"shape":"Boolean"},
83868386
"AcceptanceRequired":{"shape":"Boolean"},
@@ -8389,6 +8389,10 @@
83898389
"shape":"ValueStringList",
83908390
"locationName":"NetworkLoadBalancerArn"
83918391
},
8392+
"GatewayLoadBalancerArns":{
8393+
"shape":"ValueStringList",
8394+
"locationName":"GatewayLoadBalancerArn"
8395+
},
83928396
"ClientToken":{"shape":"String"},
83938397
"TagSpecifications":{
83948398
"shape":"TagSpecificationList",
@@ -21952,6 +21956,14 @@
2195221956
"RemoveNetworkLoadBalancerArns":{
2195321957
"shape":"ValueStringList",
2195421958
"locationName":"RemoveNetworkLoadBalancerArn"
21959+
},
21960+
"AddGatewayLoadBalancerArns":{
21961+
"shape":"ValueStringList",
21962+
"locationName":"AddGatewayLoadBalancerArn"
21963+
},
21964+
"RemoveGatewayLoadBalancerArns":{
21965+
"shape":"ValueStringList",
21966+
"locationName":"RemoveGatewayLoadBalancerArn"
2195521967
}
2195621968
}
2195721969
},
@@ -24518,6 +24530,7 @@
2451824530
"shape":"Boolean",
2451924531
"locationName":"dryRun"
2452024532
},
24533+
"VpcEndpointId":{"shape":"VpcEndpointId"},
2452124534
"EgressOnlyInternetGatewayId":{
2452224535
"shape":"EgressOnlyInternetGatewayId",
2452324536
"locationName":"egressOnlyInternetGatewayId"
@@ -26771,6 +26784,10 @@
2677126784
"shape":"ValueStringList",
2677226785
"locationName":"networkLoadBalancerArnSet"
2677326786
},
26787+
"GatewayLoadBalancerArns":{
26788+
"shape":"ValueStringList",
26789+
"locationName":"gatewayLoadBalancerArnSet"
26790+
},
2677426791
"BaseEndpointDnsNames":{
2677526792
"shape":"ValueStringList",
2677626793
"locationName":"baseEndpointDnsNameSet"
@@ -26870,7 +26887,8 @@
2687026887
"type":"string",
2687126888
"enum":[
2687226889
"Interface",
26873-
"Gateway"
26890+
"Gateway",
26891+
"GatewayLoadBalancer"
2687426892
]
2687526893
},
2687626894
"ServiceTypeDetail":{
@@ -30839,6 +30857,10 @@
3083930857
"NetworkLoadBalancerArns":{
3084030858
"shape":"ValueStringList",
3084130859
"locationName":"networkLoadBalancerArnSet"
30860+
},
30861+
"GatewayLoadBalancerArns":{
30862+
"shape":"ValueStringList",
30863+
"locationName":"gatewayLoadBalancerArnSet"
3084230864
}
3084330865
}
3084430866
},
@@ -30897,7 +30919,8 @@
3089730919
"type":"string",
3089830920
"enum":[
3089930921
"Interface",
30900-
"Gateway"
30922+
"Gateway",
30923+
"GatewayLoadBalancer"
3090130924
]
3090230925
},
3090330926
"VpcFlowLogId":{"type":"string"},

aws-sdk-core/apis/ec2/2016-11-15/docs-2.json

Lines changed: 21 additions & 14 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/elasticloadbalancingv2/2015-12-01/api-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -885,8 +885,6 @@
885885
"type":"structure",
886886
"required":[
887887
"LoadBalancerArn",
888-
"Protocol",
889-
"Port",
890888
"DefaultActions"
891889
],
892890
"members":{
@@ -1569,7 +1567,8 @@
15691567
"type":"string",
15701568
"enum":[
15711569
"application",
1572-
"network"
1570+
"network",
1571+
"gateway"
15731572
]
15741573
},
15751574
"LoadBalancers":{
@@ -1729,7 +1728,8 @@
17291728
"TCP",
17301729
"TLS",
17311730
"UDP",
1732-
"TCP_UDP"
1731+
"TCP_UDP",
1732+
"GENEVE"
17331733
]
17341734
},
17351735
"ProtocolVersion":{"type":"string"},

aws-sdk-core/apis/elasticloadbalancingv2/2015-12-01/docs-2.json

Lines changed: 60 additions & 60 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/ssm/2014-11-06/api-2.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8422,13 +8422,14 @@
84228422
"InvokedBefore",
84238423
"Target",
84248424
"Owner",
8425-
"Status"
8425+
"Status",
8426+
"SessionId"
84268427
]
84278428
},
84288429
"SessionFilterList":{
84298430
"type":"list",
84308431
"member":{"shape":"SessionFilter"},
8431-
"max":5,
8432+
"max":6,
84328433
"min":1
84338434
},
84348435
"SessionFilterValue":{

aws-sdk-core/apis/ssm/2014-11-06/docs-2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,13 +391,13 @@
391391
"AssociationFilterKey": {
392392
"base": null,
393393
"refs": {
394-
"AssociationFilter$key": "<p>The name of the filter.</p>"
394+
"AssociationFilter$key": "<p>The name of the filter.</p> <note> <p> <code>InstanceId</code> has been deprecated.</p> </note>"
395395
}
396396
},
397397
"AssociationFilterList": {
398398
"base": null,
399399
"refs": {
400-
"ListAssociationsRequest$AssociationFilterList": "<p>One or more filters. Use a filter to return a more specific list of results.</p>"
400+
"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>"
401401
}
402402
},
403403
"AssociationFilterOperatorType": {
@@ -6355,7 +6355,7 @@
63556355
"SessionFilterValue": {
63566356
"base": null,
63576357
"refs": {
6358-
"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>"
6358+
"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>"
63596359
}
63606360
},
63616361
"SessionId": {

0 commit comments

Comments
 (0)