Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit b811ea8

Browse files
Release v1.33.21 (2020-08-06) (#3462)
Release v1.33.21 (2020-08-06) === ### Service Client Updates * `service/ec2`: Updates service API, documentation, and paginators * This release supports Wavelength resources, including carrier gateways, and carrier IP addresses. * `service/lex-models`: Updates service API and documentation * `service/personalize`: Updates service API and documentation * `service/personalize-events`: Updates service API and documentation * `service/personalize-runtime`: Updates service API and documentation * `service/runtime.lex`: Updates service API and documentation
1 parent 2007a98 commit b811ea8

File tree

25 files changed

+1918
-142
lines changed

25 files changed

+1918
-142
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Release v1.33.21 (2020-08-06)
2+
===
3+
4+
### Service Client Updates
5+
* `service/ec2`: Updates service API, documentation, and paginators
6+
* This release supports Wavelength resources, including carrier gateways, and carrier IP addresses.
7+
* `service/lex-models`: Updates service API and documentation
8+
* `service/personalize`: Updates service API and documentation
9+
* `service/personalize-events`: Updates service API and documentation
10+
* `service/personalize-runtime`: Updates service API and documentation
11+
* `service/runtime.lex`: Updates service API and documentation
12+
113
Release v1.33.20 (2020-08-05)
214
===
315

aws/endpoints/defaults.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.33.20"
8+
const SDKVersion = "1.33.21"

models/apis/ec2/2016-11-15/api-2.json

Lines changed: 177 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,15 @@
384384
"input":{"shape":"CreateCapacityReservationRequest"},
385385
"output":{"shape":"CreateCapacityReservationResult"}
386386
},
387+
"CreateCarrierGateway":{
388+
"name":"CreateCarrierGateway",
389+
"http":{
390+
"method":"POST",
391+
"requestUri":"/"
392+
},
393+
"input":{"shape":"CreateCarrierGatewayRequest"},
394+
"output":{"shape":"CreateCarrierGatewayResult"}
395+
},
387396
"CreateClientVpnEndpoint":{
388397
"name":"CreateClientVpnEndpoint",
389398
"http":{
@@ -858,6 +867,15 @@
858867
"input":{"shape":"CreateVpnGatewayRequest"},
859868
"output":{"shape":"CreateVpnGatewayResult"}
860869
},
870+
"DeleteCarrierGateway":{
871+
"name":"DeleteCarrierGateway",
872+
"http":{
873+
"method":"POST",
874+
"requestUri":"/"
875+
},
876+
"input":{"shape":"DeleteCarrierGatewayRequest"},
877+
"output":{"shape":"DeleteCarrierGatewayResult"}
878+
},
861879
"DeleteClientVpnEndpoint":{
862880
"name":"DeleteClientVpnEndpoint",
863881
"http":{
@@ -1377,6 +1395,15 @@
13771395
"input":{"shape":"DescribeCapacityReservationsRequest"},
13781396
"output":{"shape":"DescribeCapacityReservationsResult"}
13791397
},
1398+
"DescribeCarrierGateways":{
1399+
"name":"DescribeCarrierGateways",
1400+
"http":{
1401+
"method":"POST",
1402+
"requestUri":"/"
1403+
},
1404+
"input":{"shape":"DescribeCarrierGatewaysRequest"},
1405+
"output":{"shape":"DescribeCarrierGatewaysResult"}
1406+
},
13801407
"DescribeClassicLinkInstances":{
13811408
"name":"DescribeClassicLinkInstances",
13821409
"http":{
@@ -3912,6 +3939,10 @@
39123939
"CustomerOwnedIpv4Pool":{
39133940
"shape":"String",
39143941
"locationName":"customerOwnedIpv4Pool"
3942+
},
3943+
"CarrierIp":{
3944+
"shape":"String",
3945+
"locationName":"carrierIp"
39153946
}
39163947
}
39173948
},
@@ -3990,6 +4021,10 @@
39904021
"CustomerOwnedIpv4Pool":{
39914022
"shape":"String",
39924023
"locationName":"customerOwnedIpv4Pool"
4024+
},
4025+
"CarrierIp":{
4026+
"shape":"String",
4027+
"locationName":"carrierIp"
39934028
}
39944029
}
39954030
},
@@ -5605,6 +5640,57 @@
56055640
"dedicated"
56065641
]
56075642
},
5643+
"CarrierGateway":{
5644+
"type":"structure",
5645+
"members":{
5646+
"CarrierGatewayId":{
5647+
"shape":"CarrierGatewayId",
5648+
"locationName":"carrierGatewayId"
5649+
},
5650+
"VpcId":{
5651+
"shape":"VpcId",
5652+
"locationName":"vpcId"
5653+
},
5654+
"State":{
5655+
"shape":"CarrierGatewayState",
5656+
"locationName":"state"
5657+
},
5658+
"OwnerId":{
5659+
"shape":"String",
5660+
"locationName":"ownerId"
5661+
},
5662+
"Tags":{
5663+
"shape":"TagList",
5664+
"locationName":"tagSet"
5665+
}
5666+
}
5667+
},
5668+
"CarrierGatewayId":{"type":"string"},
5669+
"CarrierGatewayIdSet":{
5670+
"type":"list",
5671+
"member":{"shape":"CarrierGatewayId"}
5672+
},
5673+
"CarrierGatewayMaxResults":{
5674+
"type":"integer",
5675+
"max":1000,
5676+
"min":5
5677+
},
5678+
"CarrierGatewaySet":{
5679+
"type":"list",
5680+
"member":{
5681+
"shape":"CarrierGateway",
5682+
"locationName":"item"
5683+
}
5684+
},
5685+
"CarrierGatewayState":{
5686+
"type":"string",
5687+
"enum":[
5688+
"pending",
5689+
"available",
5690+
"deleting",
5691+
"deleted"
5692+
]
5693+
},
56085694
"CertificateAuthentication":{
56095695
"type":"structure",
56105696
"members":{
@@ -6495,6 +6581,31 @@
64956581
}
64966582
}
64976583
},
6584+
"CreateCarrierGatewayRequest":{
6585+
"type":"structure",
6586+
"required":["VpcId"],
6587+
"members":{
6588+
"VpcId":{"shape":"VpcId"},
6589+
"TagSpecifications":{
6590+
"shape":"TagSpecificationList",
6591+
"locationName":"TagSpecification"
6592+
},
6593+
"DryRun":{"shape":"Boolean"},
6594+
"ClientToken":{
6595+
"shape":"String",
6596+
"idempotencyToken":true
6597+
}
6598+
}
6599+
},
6600+
"CreateCarrierGatewayResult":{
6601+
"type":"structure",
6602+
"members":{
6603+
"CarrierGateway":{
6604+
"shape":"CarrierGateway",
6605+
"locationName":"carrierGateway"
6606+
}
6607+
}
6608+
},
64986609
"CreateClientVpnEndpointRequest":{
64996610
"type":"structure",
65006611
"required":[
@@ -7419,6 +7530,7 @@
74197530
},
74207531
"TransitGatewayId":{"shape":"TransitGatewayId"},
74217532
"LocalGatewayId":{"shape":"LocalGatewayId"},
7533+
"CarrierGatewayId":{"shape":"CarrierGatewayId"},
74227534
"NetworkInterfaceId":{
74237535
"shape":"NetworkInterfaceId",
74247536
"locationName":"networkInterfaceId"
@@ -8320,6 +8432,23 @@
83208432
]
83218433
},
83228434
"DefaultingDhcpOptionsId":{"type":"string"},
8435+
"DeleteCarrierGatewayRequest":{
8436+
"type":"structure",
8437+
"required":["CarrierGatewayId"],
8438+
"members":{
8439+
"CarrierGatewayId":{"shape":"CarrierGatewayId"},
8440+
"DryRun":{"shape":"Boolean"}
8441+
}
8442+
},
8443+
"DeleteCarrierGatewayResult":{
8444+
"type":"structure",
8445+
"members":{
8446+
"CarrierGateway":{
8447+
"shape":"CarrierGateway",
8448+
"locationName":"carrierGateway"
8449+
}
8450+
}
8451+
},
83238452
"DeleteClientVpnEndpointRequest":{
83248453
"type":"structure",
83258454
"required":["ClientVpnEndpointId"],
@@ -9549,6 +9678,35 @@
95499678
}
95509679
}
95519680
},
9681+
"DescribeCarrierGatewaysRequest":{
9682+
"type":"structure",
9683+
"members":{
9684+
"CarrierGatewayIds":{
9685+
"shape":"CarrierGatewayIdSet",
9686+
"locationName":"CarrierGatewayId"
9687+
},
9688+
"Filters":{
9689+
"shape":"FilterList",
9690+
"locationName":"Filter"
9691+
},
9692+
"MaxResults":{"shape":"CarrierGatewayMaxResults"},
9693+
"NextToken":{"shape":"String"},
9694+
"DryRun":{"shape":"Boolean"}
9695+
}
9696+
},
9697+
"DescribeCarrierGatewaysResult":{
9698+
"type":"structure",
9699+
"members":{
9700+
"CarrierGateways":{
9701+
"shape":"CarrierGatewaySet",
9702+
"locationName":"carrierGatewaySet"
9703+
},
9704+
"NextToken":{
9705+
"shape":"String",
9706+
"locationName":"nextToken"
9707+
}
9708+
}
9709+
},
95529710
"DescribeClassicLinkInstancesMaxResults":{
95539711
"type":"integer",
95549712
"max":1000,
@@ -17892,6 +18050,10 @@
1789218050
"InstanceNetworkInterfaceAssociation":{
1789318051
"type":"structure",
1789418052
"members":{
18053+
"CarrierIp":{
18054+
"shape":"String",
18055+
"locationName":"carrierIp"
18056+
},
1789518057
"IpOwnerId":{
1789618058
"shape":"String",
1789718059
"locationName":"ipOwnerId"
@@ -17991,6 +18153,7 @@
1799118153
"shape":"String",
1799218154
"locationName":"subnetId"
1799318155
},
18156+
"AssociateCarrierIpAddress":{"shape":"Boolean"},
1799418157
"InterfaceType":{"shape":"String"}
1799518158
}
1799618159
},
@@ -19518,6 +19681,10 @@
1951819681
"LaunchTemplateInstanceNetworkInterfaceSpecification":{
1951919682
"type":"structure",
1952019683
"members":{
19684+
"AssociateCarrierIpAddress":{
19685+
"shape":"Boolean",
19686+
"locationName":"associateCarrierIpAddress"
19687+
},
1952119688
"AssociatePublicIpAddress":{
1952219689
"shape":"Boolean",
1952319690
"locationName":"associatePublicIpAddress"
@@ -19582,6 +19749,7 @@
1958219749
"LaunchTemplateInstanceNetworkInterfaceSpecificationRequest":{
1958319750
"type":"structure",
1958419751
"members":{
19752+
"AssociateCarrierIpAddress":{"shape":"Boolean"},
1958519753
"AssociatePublicIpAddress":{"shape":"Boolean"},
1958619754
"DeleteOnTermination":{"shape":"Boolean"},
1958719755
"Description":{"shape":"String"},
@@ -21895,6 +22063,10 @@
2189522063
"PublicIp":{
2189622064
"shape":"String",
2189722065
"locationName":"publicIp"
22066+
},
22067+
"CarrierIp":{
22068+
"shape":"String",
22069+
"locationName":"carrierIp"
2189822070
}
2189922071
}
2190022072
},
@@ -23762,6 +23934,7 @@
2376223934
},
2376323935
"TransitGatewayId":{"shape":"TransitGatewayId"},
2376423936
"LocalGatewayId":{"shape":"LocalGatewayId"},
23937+
"CarrierGatewayId":{"shape":"CarrierGatewayId"},
2376523938
"NetworkInterfaceId":{
2376623939
"shape":"NetworkInterfaceId",
2376723940
"locationName":"networkInterfaceId"
@@ -25092,6 +25265,10 @@
2509225265
"shape":"String",
2509325266
"locationName":"localGatewayId"
2509425267
},
25268+
"CarrierGatewayId":{
25269+
"shape":"CarrierGatewayId",
25270+
"locationName":"carrierGatewayId"
25271+
},
2509525272
"NetworkInterfaceId":{
2509625273
"shape":"String",
2509725274
"locationName":"networkInterfaceId"

0 commit comments

Comments
 (0)