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

Commit 8035a30

Browse files
Release v1.44.186 (2023-01-24) (#4702)
Release v1.44.186 (2023-01-24) === ### Service Client Updates * `service/databrew`: Adds new service * `service/route53`: Updates service API * Amazon Route 53 now supports the Asia Pacific (Melbourne) Region (ap-southeast-4) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region. * `service/ssm-sap`: Updates service API, documentation, and paginators
1 parent 96e5770 commit 8035a30

File tree

18 files changed

+1872
-230
lines changed

18 files changed

+1872
-230
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Release v1.44.186 (2023-01-24)
2+
===
3+
4+
### Service Client Updates
5+
* `service/databrew`: Adds new service
6+
* `service/route53`: Updates service API
7+
* Amazon Route 53 now supports the Asia Pacific (Melbourne) Region (ap-southeast-4) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
8+
* `service/ssm-sap`: Updates service API, documentation, and paginators
9+
110
Release v1.44.185 (2023-01-23)
211
===
312

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.44.185"
8+
const SDKVersion = "1.44.186"
Lines changed: 343 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,343 @@
1+
{
2+
"version": "1.0",
3+
"parameters": {
4+
"Region": {
5+
"builtIn": "AWS::Region",
6+
"required": true,
7+
"documentation": "The AWS region used to dispatch the request.",
8+
"type": "String"
9+
},
10+
"UseDualStack": {
11+
"builtIn": "AWS::UseDualStack",
12+
"required": true,
13+
"default": false,
14+
"documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.",
15+
"type": "Boolean"
16+
},
17+
"UseFIPS": {
18+
"builtIn": "AWS::UseFIPS",
19+
"required": true,
20+
"default": false,
21+
"documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.",
22+
"type": "Boolean"
23+
},
24+
"Endpoint": {
25+
"builtIn": "SDK::Endpoint",
26+
"required": false,
27+
"documentation": "Override the endpoint used to send this request",
28+
"type": "String"
29+
}
30+
},
31+
"rules": [
32+
{
33+
"conditions": [
34+
{
35+
"fn": "aws.partition",
36+
"argv": [
37+
{
38+
"ref": "Region"
39+
}
40+
],
41+
"assign": "PartitionResult"
42+
}
43+
],
44+
"type": "tree",
45+
"rules": [
46+
{
47+
"conditions": [
48+
{
49+
"fn": "isSet",
50+
"argv": [
51+
{
52+
"ref": "Endpoint"
53+
}
54+
]
55+
}
56+
],
57+
"type": "tree",
58+
"rules": [
59+
{
60+
"conditions": [
61+
{
62+
"fn": "booleanEquals",
63+
"argv": [
64+
{
65+
"ref": "UseFIPS"
66+
},
67+
true
68+
]
69+
}
70+
],
71+
"error": "Invalid Configuration: FIPS and custom endpoint are not supported",
72+
"type": "error"
73+
},
74+
{
75+
"conditions": [],
76+
"type": "tree",
77+
"rules": [
78+
{
79+
"conditions": [
80+
{
81+
"fn": "booleanEquals",
82+
"argv": [
83+
{
84+
"ref": "UseDualStack"
85+
},
86+
true
87+
]
88+
}
89+
],
90+
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported",
91+
"type": "error"
92+
},
93+
{
94+
"conditions": [],
95+
"endpoint": {
96+
"url": {
97+
"ref": "Endpoint"
98+
},
99+
"properties": {},
100+
"headers": {}
101+
},
102+
"type": "endpoint"
103+
}
104+
]
105+
}
106+
]
107+
},
108+
{
109+
"conditions": [
110+
{
111+
"fn": "booleanEquals",
112+
"argv": [
113+
{
114+
"ref": "UseFIPS"
115+
},
116+
true
117+
]
118+
},
119+
{
120+
"fn": "booleanEquals",
121+
"argv": [
122+
{
123+
"ref": "UseDualStack"
124+
},
125+
true
126+
]
127+
}
128+
],
129+
"type": "tree",
130+
"rules": [
131+
{
132+
"conditions": [
133+
{
134+
"fn": "booleanEquals",
135+
"argv": [
136+
true,
137+
{
138+
"fn": "getAttr",
139+
"argv": [
140+
{
141+
"ref": "PartitionResult"
142+
},
143+
"supportsFIPS"
144+
]
145+
}
146+
]
147+
},
148+
{
149+
"fn": "booleanEquals",
150+
"argv": [
151+
true,
152+
{
153+
"fn": "getAttr",
154+
"argv": [
155+
{
156+
"ref": "PartitionResult"
157+
},
158+
"supportsDualStack"
159+
]
160+
}
161+
]
162+
}
163+
],
164+
"type": "tree",
165+
"rules": [
166+
{
167+
"conditions": [],
168+
"type": "tree",
169+
"rules": [
170+
{
171+
"conditions": [],
172+
"endpoint": {
173+
"url": "https://databrew-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",
174+
"properties": {},
175+
"headers": {}
176+
},
177+
"type": "endpoint"
178+
}
179+
]
180+
}
181+
]
182+
},
183+
{
184+
"conditions": [],
185+
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
186+
"type": "error"
187+
}
188+
]
189+
},
190+
{
191+
"conditions": [
192+
{
193+
"fn": "booleanEquals",
194+
"argv": [
195+
{
196+
"ref": "UseFIPS"
197+
},
198+
true
199+
]
200+
}
201+
],
202+
"type": "tree",
203+
"rules": [
204+
{
205+
"conditions": [
206+
{
207+
"fn": "booleanEquals",
208+
"argv": [
209+
true,
210+
{
211+
"fn": "getAttr",
212+
"argv": [
213+
{
214+
"ref": "PartitionResult"
215+
},
216+
"supportsFIPS"
217+
]
218+
}
219+
]
220+
}
221+
],
222+
"type": "tree",
223+
"rules": [
224+
{
225+
"conditions": [],
226+
"type": "tree",
227+
"rules": [
228+
{
229+
"conditions": [
230+
{
231+
"fn": "stringEquals",
232+
"argv": [
233+
{
234+
"ref": "Region"
235+
},
236+
"us-gov-west-1"
237+
]
238+
}
239+
],
240+
"endpoint": {
241+
"url": "https://databrew.us-gov-west-1.amazonaws.com",
242+
"properties": {},
243+
"headers": {}
244+
},
245+
"type": "endpoint"
246+
},
247+
{
248+
"conditions": [],
249+
"endpoint": {
250+
"url": "https://databrew-fips.{Region}.{PartitionResult#dnsSuffix}",
251+
"properties": {},
252+
"headers": {}
253+
},
254+
"type": "endpoint"
255+
}
256+
]
257+
}
258+
]
259+
},
260+
{
261+
"conditions": [],
262+
"error": "FIPS is enabled but this partition does not support FIPS",
263+
"type": "error"
264+
}
265+
]
266+
},
267+
{
268+
"conditions": [
269+
{
270+
"fn": "booleanEquals",
271+
"argv": [
272+
{
273+
"ref": "UseDualStack"
274+
},
275+
true
276+
]
277+
}
278+
],
279+
"type": "tree",
280+
"rules": [
281+
{
282+
"conditions": [
283+
{
284+
"fn": "booleanEquals",
285+
"argv": [
286+
true,
287+
{
288+
"fn": "getAttr",
289+
"argv": [
290+
{
291+
"ref": "PartitionResult"
292+
},
293+
"supportsDualStack"
294+
]
295+
}
296+
]
297+
}
298+
],
299+
"type": "tree",
300+
"rules": [
301+
{
302+
"conditions": [],
303+
"type": "tree",
304+
"rules": [
305+
{
306+
"conditions": [],
307+
"endpoint": {
308+
"url": "https://databrew.{Region}.{PartitionResult#dualStackDnsSuffix}",
309+
"properties": {},
310+
"headers": {}
311+
},
312+
"type": "endpoint"
313+
}
314+
]
315+
}
316+
]
317+
},
318+
{
319+
"conditions": [],
320+
"error": "DualStack is enabled but this partition does not support DualStack",
321+
"type": "error"
322+
}
323+
]
324+
},
325+
{
326+
"conditions": [],
327+
"type": "tree",
328+
"rules": [
329+
{
330+
"conditions": [],
331+
"endpoint": {
332+
"url": "https://databrew.{Region}.{PartitionResult#dnsSuffix}",
333+
"properties": {},
334+
"headers": {}
335+
},
336+
"type": "endpoint"
337+
}
338+
]
339+
}
340+
]
341+
}
342+
]
343+
}

0 commit comments

Comments
 (0)