File tree 6 files changed +211
-46
lines changed
codegen/sdk-codegen/aws-models
6 files changed +211
-46
lines changed Original file line number Diff line number Diff line change 1678
1678
"traits" : {
1679
1679
"smithy.api#documentation" : " <p>The message associated with the current upload state.</p>"
1680
1680
}
1681
+ },
1682
+ "acceptanceType" : {
1683
+ "target" : " com.amazonaws.artifact#AcceptanceType" ,
1684
+ "traits" : {
1685
+ "smithy.api#documentation" : " <p>Acceptance type for report.</p>"
1686
+ }
1681
1687
}
1682
1688
},
1683
1689
"traits" : {
Original file line number Diff line number Diff line change 5229
5229
"inputToken" : " NextToken" ,
5230
5230
"outputToken" : " NextToken" ,
5231
5231
"pageSize" : " MaxResults"
5232
- }
5232
+ },
5233
+ "smithy.test#smokeTests" : [
5234
+ {
5235
+ "id" : " ListNamedQueriesSuccess" ,
5236
+ "params" : {},
5237
+ "vendorParams" : {
5238
+ "region" : " us-west-2"
5239
+ },
5240
+ "vendorParamsShape" : " aws.test#AwsVendorParams" ,
5241
+ "expect" : {
5242
+ "success" : {}
5243
+ }
5244
+ }
5245
+ ]
5233
5246
}
5234
5247
},
5235
5248
"com.amazonaws.athena#ListNamedQueriesInput" : {
Original file line number Diff line number Diff line change 1085
1085
"inputToken" : " NextToken" ,
1086
1086
"outputToken" : " NextToken" ,
1087
1087
"pageSize" : " MaxResults"
1088
- }
1088
+ },
1089
+ "smithy.test#smokeTests" : [
1090
+ {
1091
+ "id" : " DescribeReportDefinitionsSuccess" ,
1092
+ "params" : {},
1093
+ "vendorParams" : {
1094
+ "region" : " us-east-1"
1095
+ },
1096
+ "vendorParamsShape" : " aws.test#AwsVendorParams" ,
1097
+ "expect" : {
1098
+ "success" : {}
1099
+ }
1100
+ }
1101
+ ]
1089
1102
}
1090
1103
},
1091
1104
"com.amazonaws.costandusagereportservice#DescribeReportDefinitionsRequest" : {
Original file line number Diff line number Diff line change 2512
2512
}
2513
2513
],
2514
2514
"traits" : {
2515
- "smithy.api#documentation" : " <p>Displays the specified connection or all connections in this Region.</p>"
2515
+ "smithy.api#documentation" : " <p>Displays the specified connection or all connections in this Region.</p>" ,
2516
+ "smithy.test#smokeTests" : [
2517
+ {
2518
+ "id" : " DescribeConnectionsSuccess" ,
2519
+ "params" : {},
2520
+ "vendorParams" : {
2521
+ "region" : " us-west-2"
2522
+ },
2523
+ "vendorParamsShape" : " aws.test#AwsVendorParams" ,
2524
+ "expect" : {
2525
+ "success" : {}
2526
+ }
2527
+ },
2528
+ {
2529
+ "id" : " DescribeConnectionsFailure" ,
2530
+ "params" : {
2531
+ "connectionId" : " fake-connection"
2532
+ },
2533
+ "vendorParams" : {
2534
+ "region" : " us-west-2"
2535
+ },
2536
+ "vendorParamsShape" : " aws.test#AwsVendorParams" ,
2537
+ "expect" : {
2538
+ "failure" : {}
2539
+ }
2540
+ }
2541
+ ]
2516
2542
}
2517
2543
},
2518
2544
"com.amazonaws.directconnect#DescribeConnectionsOnInterconnect" : {
5261
5287
]
5262
5288
}
5263
5289
],
5264
- "type" : " tree" ,
5265
5290
"rules" : [
5266
5291
{
5267
5292
"conditions" : [
5304
5329
},
5305
5330
"type" : " endpoint"
5306
5331
}
5307
- ]
5332
+ ],
5333
+ "type" : " tree"
5308
5334
},
5309
5335
{
5310
5336
"conditions" : [
5317
5343
]
5318
5344
}
5319
5345
],
5320
- "type" : " tree" ,
5321
5346
"rules" : [
5322
5347
{
5323
5348
"conditions" : [
5331
5356
"assign" : " PartitionResult"
5332
5357
}
5333
5358
],
5334
- "type" : " tree" ,
5335
5359
"rules" : [
5336
5360
{
5337
5361
"conditions" : [
5354
5378
]
5355
5379
}
5356
5380
],
5357
- "type" : " tree" ,
5358
5381
"rules" : [
5359
5382
{
5360
5383
"conditions" : [
5389
5412
]
5390
5413
}
5391
5414
],
5392
- "type" : " tree" ,
5393
5415
"rules" : [
5394
5416
{
5395
5417
"conditions" : [],
5400
5422
},
5401
5423
"type" : " endpoint"
5402
5424
}
5403
- ]
5425
+ ],
5426
+ "type" : " tree"
5404
5427
},
5405
5428
{
5406
5429
"conditions" : [],
5407
5430
"error" : " FIPS and DualStack are enabled, but this partition does not support one or both" ,
5408
5431
"type" : " error"
5409
5432
}
5410
- ]
5433
+ ],
5434
+ "type" : " tree"
5411
5435
},
5412
5436
{
5413
5437
"conditions" : [
5421
5445
]
5422
5446
}
5423
5447
],
5424
- "type" : " tree" ,
5425
5448
"rules" : [
5426
5449
{
5427
5450
"conditions" : [
5428
5451
{
5429
5452
"fn" : " booleanEquals" ,
5430
5453
"argv" : [
5431
- true ,
5432
5454
{
5433
5455
"fn" : " getAttr" ,
5434
5456
"argv" : [
5437
5459
},
5438
5460
" supportsFIPS"
5439
5461
]
5440
- }
5462
+ },
5463
+ true
5441
5464
]
5442
5465
}
5443
5466
],
5444
- "type" : " tree" ,
5445
5467
"rules" : [
5446
5468
{
5447
5469
"conditions" : [],
5452
5474
},
5453
5475
"type" : " endpoint"
5454
5476
}
5455
- ]
5477
+ ],
5478
+ "type" : " tree"
5456
5479
},
5457
5480
{
5458
5481
"conditions" : [],
5459
5482
"error" : " FIPS is enabled but this partition does not support FIPS" ,
5460
5483
"type" : " error"
5461
5484
}
5462
- ]
5485
+ ],
5486
+ "type" : " tree"
5463
5487
},
5464
5488
{
5465
5489
"conditions" : [
5473
5497
]
5474
5498
}
5475
5499
],
5476
- "type" : " tree" ,
5477
5500
"rules" : [
5478
5501
{
5479
5502
"conditions" : [
5493
5516
]
5494
5517
}
5495
5518
],
5496
- "type" : " tree" ,
5497
5519
"rules" : [
5498
5520
{
5499
5521
"conditions" : [],
5504
5526
},
5505
5527
"type" : " endpoint"
5506
5528
}
5507
- ]
5529
+ ],
5530
+ "type" : " tree"
5508
5531
},
5509
5532
{
5510
5533
"conditions" : [],
5511
5534
"error" : " DualStack is enabled but this partition does not support DualStack" ,
5512
5535
"type" : " error"
5513
5536
}
5514
- ]
5537
+ ],
5538
+ "type" : " tree"
5515
5539
},
5516
5540
{
5517
5541
"conditions" : [],
5522
5546
},
5523
5547
"type" : " endpoint"
5524
5548
}
5525
- ]
5549
+ ],
5550
+ "type" : " tree"
5526
5551
}
5527
- ]
5552
+ ],
5553
+ "type" : " tree"
5528
5554
},
5529
5555
{
5530
5556
"conditions" : [],
You can’t perform that action at this time.
0 commit comments