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

Commit 52a2fe4

Browse files
Release v1.47.2 (2023-11-02) (#5052)
Release v1.47.2 (2023-11-02) === ### Service Client Updates * `service/apprunner`: Updates service API and documentation * `service/connect`: Updates service documentation * `service/gamelift`: Updates service API and documentation * Amazon GameLift adds support for shared credentials, which allows applications that are deployed on managed EC2 fleets to interact with other AWS resources. * `service/glue`: Updates service API and documentation * This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode. * `service/network-firewall`: Updates service API and documentation * `service/quicksight`: Updates service API and documentation * Got confirmed from qmeixua@ about custom week features, and tested locally with aws cli and java sdk that the subtypes are showing up. ### SDK Enhancements * `aws/ec2metadata`: Added environment and shared config support for disabling IMDSv1 fallback. * Use env `AWS_EC2_METADATA_V1_DISABLED` or shared config `ec2_metadata_v1_disabled` accordingly.
1 parent 4886ffc commit 52a2fe4

File tree

26 files changed

+1258
-221
lines changed

26 files changed

+1258
-221
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Release v1.47.2 (2023-11-02)
2+
===
3+
4+
### Service Client Updates
5+
* `service/apprunner`: Updates service API and documentation
6+
* `service/connect`: Updates service documentation
7+
* `service/gamelift`: Updates service API and documentation
8+
* Amazon GameLift adds support for shared credentials, which allows applications that are deployed on managed EC2 fleets to interact with other AWS resources.
9+
* `service/glue`: Updates service API and documentation
10+
* This release introduces Google BigQuery Source and Target in AWS Glue CodeGenConfigurationNode.
11+
* `service/network-firewall`: Updates service API and documentation
12+
* `service/quicksight`: Updates service API and documentation
13+
* Got confirmed from qmeixua@ about custom week features, and tested locally with aws cli and java sdk that the subtypes are showing up.
14+
15+
### SDK Enhancements
16+
* `aws/ec2metadata`: Added environment and shared config support for disabling IMDSv1 fallback.
17+
* Use env `AWS_EC2_METADATA_V1_DISABLED` or shared config `ec2_metadata_v1_disabled` accordingly.
18+
119
Release v1.47.1 (2023-11-01)
220
===
321

CHANGELOG_PENDING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
### SDK Features
22

33
### SDK Enhancements
4-
* `aws/ec2metadata`: Added environment and shared config support for disabling IMDSv1 fallback.
5-
* Use env `AWS_EC2_METADATA_V1_DISABLED` or shared config `ec2_metadata_v1_disabled` accordingly.
64

75
### SDK Bugs

aws/endpoints/defaults.go

Lines changed: 3 additions & 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.47.1"
8+
const SDKVersion = "1.47.2"

models/apis/apprunner/2020-05-15/api-2.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1276,6 +1276,13 @@
12761276
},
12771277
"exception":true
12781278
},
1279+
"IpAddressType":{
1280+
"type":"string",
1281+
"enum":[
1282+
"IPV4",
1283+
"DUAL_STACK"
1284+
]
1285+
},
12791286
"IsDefault":{"type":"boolean"},
12801287
"KmsKeyArn":{
12811288
"type":"string",
@@ -1456,7 +1463,8 @@
14561463
"type":"structure",
14571464
"members":{
14581465
"EgressConfiguration":{"shape":"EgressConfiguration"},
1459-
"IngressConfiguration":{"shape":"IngressConfiguration"}
1466+
"IngressConfiguration":{"shape":"IngressConfiguration"},
1467+
"IpAddressType":{"shape":"IpAddressType"}
14601468
}
14611469
},
14621470
"NextToken":{

models/apis/apprunner/2020-05-15/docs-2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,12 @@
657657
"refs": {
658658
}
659659
},
660+
"IpAddressType": {
661+
"base": null,
662+
"refs": {
663+
"NetworkConfiguration$IpAddressType": "<p>App Runner provides you with the option to choose between <i>Internet Protocol version 4 (IPv4)</i> and <i>dual-stack</i> (IPv4 and IPv6) for your incoming public network configuration. This is an optional parameter. If you do not specify an <code>IpAddressType</code>, it defaults to select IPv4.</p> <note> <p> Currently, App Runner supports dual-stack for only Public endpoint. Only IPv4 is supported for Private endpoint. If you update a service that's using dual-stack Public endpoint to a Private endpoint, your App Runner service will default to support only IPv4 for Private endpoint and fail to receive traffic originating from IPv6 endpoint. </p> </note>"
664+
}
665+
},
660666
"IsDefault": {
661667
"base": null,
662668
"refs": {

models/apis/apprunner/2020-05-15/endpoint-rule-set-1.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
]
4141
}
4242
],
43-
"type": "tree",
4443
"rules": [
4544
{
4645
"conditions": [
@@ -83,7 +82,8 @@
8382
},
8483
"type": "endpoint"
8584
}
86-
]
85+
],
86+
"type": "tree"
8787
},
8888
{
8989
"conditions": [
@@ -96,7 +96,6 @@
9696
]
9797
}
9898
],
99-
"type": "tree",
10099
"rules": [
101100
{
102101
"conditions": [
@@ -110,7 +109,6 @@
110109
"assign": "PartitionResult"
111110
}
112111
],
113-
"type": "tree",
114112
"rules": [
115113
{
116114
"conditions": [
@@ -133,7 +131,6 @@
133131
]
134132
}
135133
],
136-
"type": "tree",
137134
"rules": [
138135
{
139136
"conditions": [
@@ -168,7 +165,6 @@
168165
]
169166
}
170167
],
171-
"type": "tree",
172168
"rules": [
173169
{
174170
"conditions": [],
@@ -179,14 +175,16 @@
179175
},
180176
"type": "endpoint"
181177
}
182-
]
178+
],
179+
"type": "tree"
183180
},
184181
{
185182
"conditions": [],
186183
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
187184
"type": "error"
188185
}
189-
]
186+
],
187+
"type": "tree"
190188
},
191189
{
192190
"conditions": [
@@ -200,14 +198,12 @@
200198
]
201199
}
202200
],
203-
"type": "tree",
204201
"rules": [
205202
{
206203
"conditions": [
207204
{
208205
"fn": "booleanEquals",
209206
"argv": [
210-
true,
211207
{
212208
"fn": "getAttr",
213209
"argv": [
@@ -216,11 +212,11 @@
216212
},
217213
"supportsFIPS"
218214
]
219-
}
215+
},
216+
true
220217
]
221218
}
222219
],
223-
"type": "tree",
224220
"rules": [
225221
{
226222
"conditions": [],
@@ -231,14 +227,16 @@
231227
},
232228
"type": "endpoint"
233229
}
234-
]
230+
],
231+
"type": "tree"
235232
},
236233
{
237234
"conditions": [],
238235
"error": "FIPS is enabled but this partition does not support FIPS",
239236
"type": "error"
240237
}
241-
]
238+
],
239+
"type": "tree"
242240
},
243241
{
244242
"conditions": [
@@ -252,7 +250,6 @@
252250
]
253251
}
254252
],
255-
"type": "tree",
256253
"rules": [
257254
{
258255
"conditions": [
@@ -272,7 +269,6 @@
272269
]
273270
}
274271
],
275-
"type": "tree",
276272
"rules": [
277273
{
278274
"conditions": [],
@@ -283,14 +279,16 @@
283279
},
284280
"type": "endpoint"
285281
}
286-
]
282+
],
283+
"type": "tree"
287284
},
288285
{
289286
"conditions": [],
290287
"error": "DualStack is enabled but this partition does not support DualStack",
291288
"type": "error"
292289
}
293-
]
290+
],
291+
"type": "tree"
294292
},
295293
{
296294
"conditions": [],
@@ -301,9 +299,11 @@
301299
},
302300
"type": "endpoint"
303301
}
304-
]
302+
],
303+
"type": "tree"
305304
}
306-
]
305+
],
306+
"type": "tree"
307307
},
308308
{
309309
"conditions": [],

models/apis/connect/2017-08-08/docs-2.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)