File tree Expand file tree Collapse file tree 4 files changed +62
-13
lines changed
services/sns/src/main/resources/codegen-resources Expand file tree Collapse file tree 4 files changed +62
-13
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon Simple Notification Service" ,
4
+ "contributor" : " " ,
5
+ "description" : " Additional attributes added for set-topic-attributes."
6
+ }
Original file line number Diff line number Diff line change 3
3
"parameters" : {
4
4
"Region" : {
5
5
"builtIn" : " AWS::Region" ,
6
- "required" : false ,
6
+ "required" : true ,
7
7
"documentation" : " The AWS region used to dispatch the request." ,
8
8
"type" : " String"
9
9
},
52
52
"ref" : " Endpoint"
53
53
}
54
54
]
55
- },
56
- {
57
- "fn" : " parseURL" ,
58
- "argv" : [
59
- {
60
- "ref" : " Endpoint"
61
- }
62
- ],
63
- "assign" : " url"
64
55
}
65
56
],
66
57
"type" : " tree" ,
Original file line number Diff line number Diff line change 1244
1244
"Region" : " cn-north-1"
1245
1245
}
1246
1246
},
1247
+ {
1248
+ "documentation" : " For region ca-west-1 with FIPS enabled and DualStack enabled" ,
1249
+ "expect" : {
1250
+ "endpoint" : {
1251
+ "url" : " https://sns-fips.ca-west-1.api.aws"
1252
+ }
1253
+ },
1254
+ "params" : {
1255
+ "UseDualStack" : true ,
1256
+ "UseFIPS" : true ,
1257
+ "Region" : " ca-west-1"
1258
+ }
1259
+ },
1260
+ {
1261
+ "documentation" : " For region ca-west-1 with FIPS enabled and DualStack disabled" ,
1262
+ "expect" : {
1263
+ "endpoint" : {
1264
+ "url" : " https://sns-fips.ca-west-1.amazonaws.com"
1265
+ }
1266
+ },
1267
+ "params" : {
1268
+ "UseDualStack" : false ,
1269
+ "UseFIPS" : true ,
1270
+ "Region" : " ca-west-1"
1271
+ }
1272
+ },
1273
+ {
1274
+ "documentation" : " For region ca-west-1 with FIPS disabled and DualStack enabled" ,
1275
+ "expect" : {
1276
+ "endpoint" : {
1277
+ "url" : " https://sns.ca-west-1.api.aws"
1278
+ }
1279
+ },
1280
+ "params" : {
1281
+ "UseDualStack" : true ,
1282
+ "UseFIPS" : false ,
1283
+ "Region" : " ca-west-1"
1284
+ }
1285
+ },
1286
+ {
1287
+ "documentation" : " For region ca-west-1 with FIPS disabled and DualStack disabled" ,
1288
+ "expect" : {
1289
+ "endpoint" : {
1290
+ "url" : " https://sns.ca-west-1.amazonaws.com"
1291
+ }
1292
+ },
1293
+ "params" : {
1294
+ "UseDualStack" : false ,
1295
+ "UseFIPS" : false ,
1296
+ "Region" : " ca-west-1"
1297
+ }
1298
+ },
1247
1299
{
1248
1300
"documentation" : " For region us-gov-west-1 with FIPS enabled and DualStack enabled" ,
1249
1301
"expect" : {
You can’t perform that action at this time.
0 commit comments