File tree Expand file tree Collapse file tree 3 files changed +19
-51
lines changed
services/ecrpublic/src/main/resources/codegen-resources Expand file tree Collapse file tree 3 files changed +19
-51
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Elastic Container Registry Public" ,
4
+ "contributor" : " " ,
5
+ "description" : " Temporarily updating dualstack endpoint support"
6
+ }
Original file line number Diff line number Diff line change 270
270
}
271
271
],
272
272
"rules" : [
273
- {
274
- "conditions" : [
275
- {
276
- "fn" : " stringEquals" ,
277
- "argv" : [
278
- " aws" ,
279
- {
280
- "fn" : " getAttr" ,
281
- "argv" : [
282
- {
283
- "ref" : " PartitionResult"
284
- },
285
- " name"
286
- ]
287
- }
288
- ]
289
- }
290
- ],
291
- "endpoint" : {
292
- "url" : " https://ecr-public.{Region}.api.aws" ,
293
- "properties" : {},
294
- "headers" : {}
295
- },
296
- "type" : " endpoint"
297
- },
298
273
{
299
274
"conditions" : [],
300
275
"endpoint" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"testCases" : [
3
3
{
4
- "documentation" : " For region us-east-1 with FIPS disabled and DualStack disabled" ,
5
- "expect" : {
6
- "endpoint" : {
7
- "url" : " https://api.ecr-public.us-east-1.amazonaws.com"
8
- }
9
- },
10
- "params" : {
11
- "Region" : " us-east-1" ,
12
- "UseFIPS" : false ,
13
- "UseDualStack" : false
14
- }
15
- },
16
- {
17
- "documentation" : " For region us-east-1 with FIPS disabled and DualStack enabled" ,
4
+ "documentation" : " For region us-east-1 with FIPS enabled and DualStack enabled" ,
18
5
"expect" : {
19
6
"endpoint" : {
20
- "url" : " https://ecr-public.us-east-1.api.aws"
7
+ "url" : " https://api. ecr-public-fips .us-east-1.api.aws"
21
8
}
22
9
},
23
10
"params" : {
24
11
"Region" : " us-east-1" ,
25
- "UseFIPS" : false ,
12
+ "UseFIPS" : true ,
26
13
"UseDualStack" : true
27
14
}
28
15
},
29
16
{
30
- "documentation" : " For region us-west-2 with FIPS disabled and DualStack disabled" ,
17
+ "documentation" : " For region us-east-1 with FIPS enabled and DualStack disabled" ,
31
18
"expect" : {
32
19
"endpoint" : {
33
- "url" : " https://api.ecr-public.us-west-2 .amazonaws.com"
20
+ "url" : " https://api.ecr-public-fips .us-east-1 .amazonaws.com"
34
21
}
35
22
},
36
23
"params" : {
37
- "Region" : " us-west-2 " ,
38
- "UseFIPS" : false ,
24
+ "Region" : " us-east-1 " ,
25
+ "UseFIPS" : true ,
39
26
"UseDualStack" : false
40
27
}
41
28
},
42
29
{
43
- "documentation" : " For region us-east-1 with FIPS enabled and DualStack enabled" ,
30
+ "documentation" : " For region us-east-1 with FIPS disabled and DualStack enabled" ,
44
31
"expect" : {
45
32
"endpoint" : {
46
- "url" : " https://api.ecr-public-fips .us-east-1.api.aws"
33
+ "url" : " https://api.ecr-public.us-east-1.api.aws"
47
34
}
48
35
},
49
36
"params" : {
50
37
"Region" : " us-east-1" ,
51
- "UseFIPS" : true ,
38
+ "UseFIPS" : false ,
52
39
"UseDualStack" : true
53
40
}
54
41
},
55
42
{
56
- "documentation" : " For region us-east-1 with FIPS enabled and DualStack disabled" ,
43
+ "documentation" : " For region us-east-1 with FIPS disabled and DualStack disabled" ,
57
44
"expect" : {
58
45
"endpoint" : {
59
- "url" : " https://api.ecr-public-fips .us-east-1.amazonaws.com"
46
+ "url" : " https://api.ecr-public.us-east-1.amazonaws.com"
60
47
}
61
48
},
62
49
"params" : {
63
50
"Region" : " us-east-1" ,
64
- "UseFIPS" : true ,
51
+ "UseFIPS" : false ,
65
52
"UseDualStack" : false
66
53
}
67
54
},
You can’t perform that action at this time.
0 commit comments