Skip to content

Commit 53eb503

Browse files
Updated API models and rebuilt service gems.
1 parent a55ab85 commit 53eb503

File tree

100 files changed

+12597
-1313
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+12597
-1313
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ RubyGems.org page under "LINKS" section.
355355
| AWS Device Farm | Aws::DeviceFarm | aws-sdk-devicefarm | 2015-06-23 |
356356
| AWS Direct Connect | Aws::DirectConnect | aws-sdk-directconnect | 2012-10-25 |
357357
| AWS Directory Service | Aws::DirectoryService | aws-sdk-directoryservice | 2015-04-16 |
358+
| AWS Directory Service Data | Aws::DirectoryServiceData | aws-sdk-directoryservicedata | 2023-05-31 |
358359
| AWS EC2 Instance Connect | Aws::EC2InstanceConnect | aws-sdk-ec2instanceconnect | 2018-04-02 |
359360
| AWS Elastic Beanstalk | Aws::ElasticBeanstalk | aws-sdk-elasticbeanstalk | 2010-12-01 |
360361
| AWS Elemental MediaConvert | Aws::MediaConvert | aws-sdk-mediaconvert | 2017-08-29 |

apis/ce/2017-10-25/api-2.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,13 @@
12741274
"DiskWriteBytesPerSecond":{"shape":"GenericString"}
12751275
}
12761276
},
1277+
"DynamoDBCapacityDetails":{
1278+
"type":"structure",
1279+
"members":{
1280+
"CapacityUnits":{"shape":"GenericString"},
1281+
"Region":{"shape":"GenericString"}
1282+
}
1283+
},
12771284
"EBSResourceUtilization":{
12781285
"type":"structure",
12791286
"members":{
@@ -2439,7 +2446,12 @@
24392446
"EstimatedMonthlyOnDemandCost":{"shape":"GenericString"},
24402447
"EstimatedReservationCostForLookbackPeriod":{"shape":"GenericString"},
24412448
"UpfrontCost":{"shape":"GenericString"},
2442-
"RecurringStandardMonthlyCost":{"shape":"GenericString"}
2449+
"RecurringStandardMonthlyCost":{"shape":"GenericString"},
2450+
"ReservedCapacityDetails":{"shape":"ReservedCapacityDetails"},
2451+
"RecommendedNumberOfCapacityUnitsToPurchase":{"shape":"GenericString"},
2452+
"MinimumNumberOfCapacityUnitsUsedPerHour":{"shape":"GenericString"},
2453+
"MaximumNumberOfCapacityUnitsUsedPerHour":{"shape":"GenericString"},
2454+
"AverageNumberOfCapacityUnitsUsedPerHour":{"shape":"GenericString"}
24432455
}
24442456
},
24452457
"ReservationPurchaseRecommendationDetails":{
@@ -2479,6 +2491,12 @@
24792491
"type":"list",
24802492
"member":{"shape":"ReservationUtilizationGroup"}
24812493
},
2494+
"ReservedCapacityDetails":{
2495+
"type":"structure",
2496+
"members":{
2497+
"DynamoDBCapacityDetails":{"shape":"DynamoDBCapacityDetails"}
2498+
}
2499+
},
24822500
"ReservedHours":{"type":"string"},
24832501
"ReservedNormalizedUnits":{"type":"string"},
24842502
"ResourceDetails":{

apis/ce/2017-10-25/docs-2.json

Lines changed: 27 additions & 9 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)