File tree Expand file tree Collapse file tree 3 files changed +308
-1401
lines changed
services/glacier/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +308
-1401
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " feature" ,
3+ "category" : " Amazon Glacier" ,
4+ "contributor" : " " ,
5+ "description" : " Enabled FIPS endpoints for GovCloud (US) regions in SDK."
6+ }
Original file line number Diff line number Diff line change 33 "parameters" : {
44 "Region" : {
55 "builtIn" : " AWS::Region" ,
6- "required" : false ,
6+ "required" : true ,
77 "documentation" : " The AWS region used to dispatch the request." ,
88 "type" : " String"
99 },
5252 "ref" : " Endpoint"
5353 }
5454 ]
55- },
56- {
57- "fn" : " parseURL" ,
58- "argv" : [
59- {
60- "ref" : " Endpoint"
61- }
62- ],
63- "assign" : " url"
6455 }
6556 ],
6657 "type" : " tree" ,
174165 "rules" : [
175166 {
176167 "conditions" : [],
177- "endpoint" : {
178- "url" : " https://glacier-fips.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
179- "properties" : {},
180- "headers" : {}
181- },
182- "type" : " endpoint"
168+ "type" : " tree" ,
169+ "rules" : [
170+ {
171+ "conditions" : [],
172+ "endpoint" : {
173+ "url" : " https://glacier-fips.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
174+ "properties" : {},
175+ "headers" : {}
176+ },
177+ "type" : " endpoint"
178+ }
179+ ]
183180 }
184181 ]
185182 },
228225 "conditions" : [],
229226 "type" : " tree" ,
230227 "rules" : [
228+ {
229+ "conditions" : [
230+ {
231+ "fn" : " stringEquals" ,
232+ "argv" : [
233+ " aws-us-gov" ,
234+ {
235+ "fn" : " getAttr" ,
236+ "argv" : [
237+ {
238+ "ref" : " PartitionResult"
239+ },
240+ " name"
241+ ]
242+ }
243+ ]
244+ }
245+ ],
246+ "endpoint" : {
247+ "url" : " https://glacier.{Region}.amazonaws.com" ,
248+ "properties" : {},
249+ "headers" : {}
250+ },
251+ "type" : " endpoint"
252+ },
231253 {
232254 "conditions" : [],
233255 "endpoint" : {
284306 "rules" : [
285307 {
286308 "conditions" : [],
287- "endpoint" : {
288- "url" : " https://glacier.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
289- "properties" : {},
290- "headers" : {}
291- },
292- "type" : " endpoint"
309+ "type" : " tree" ,
310+ "rules" : [
311+ {
312+ "conditions" : [],
313+ "endpoint" : {
314+ "url" : " https://glacier.{Region}.{PartitionResult#dualStackDnsSuffix}" ,
315+ "properties" : {},
316+ "headers" : {}
317+ },
318+ "type" : " endpoint"
319+ }
320+ ]
293321 }
294322 ]
295323 },
302330 },
303331 {
304332 "conditions" : [],
305- "endpoint" : {
306- "url" : " https://glacier.{Region}.{PartitionResult#dnsSuffix}" ,
307- "properties" : {},
308- "headers" : {}
309- },
310- "type" : " endpoint"
333+ "type" : " tree" ,
334+ "rules" : [
335+ {
336+ "conditions" : [
337+ {
338+ "fn" : " stringEquals" ,
339+ "argv" : [
340+ {
341+ "ref" : " Region"
342+ },
343+ " us-gov-east-1"
344+ ]
345+ }
346+ ],
347+ "endpoint" : {
348+ "url" : " https://glacier.us-gov-east-1.amazonaws.com" ,
349+ "properties" : {},
350+ "headers" : {}
351+ },
352+ "type" : " endpoint"
353+ },
354+ {
355+ "conditions" : [
356+ {
357+ "fn" : " stringEquals" ,
358+ "argv" : [
359+ {
360+ "ref" : " Region"
361+ },
362+ " us-gov-west-1"
363+ ]
364+ }
365+ ],
366+ "endpoint" : {
367+ "url" : " https://glacier.us-gov-west-1.amazonaws.com" ,
368+ "properties" : {},
369+ "headers" : {}
370+ },
371+ "type" : " endpoint"
372+ },
373+ {
374+ "conditions" : [],
375+ "endpoint" : {
376+ "url" : " https://glacier.{Region}.{PartitionResult#dnsSuffix}" ,
377+ "properties" : {},
378+ "headers" : {}
379+ },
380+ "type" : " endpoint"
381+ }
382+ ]
311383 }
312384 ]
313385 }
You can’t perform that action at this time.
0 commit comments