Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Sep 18, 2024
1 parent a55ab85 commit 53eb503
Show file tree
Hide file tree
Showing 100 changed files with 12,597 additions and 1,313 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ RubyGems.org page under "LINKS" section.
| AWS Device Farm | Aws::DeviceFarm | aws-sdk-devicefarm | 2015-06-23 |
| AWS Direct Connect | Aws::DirectConnect | aws-sdk-directconnect | 2012-10-25 |
| AWS Directory Service | Aws::DirectoryService | aws-sdk-directoryservice | 2015-04-16 |
| AWS Directory Service Data | Aws::DirectoryServiceData | aws-sdk-directoryservicedata | 2023-05-31 |
| AWS EC2 Instance Connect | Aws::EC2InstanceConnect | aws-sdk-ec2instanceconnect | 2018-04-02 |
| AWS Elastic Beanstalk | Aws::ElasticBeanstalk | aws-sdk-elasticbeanstalk | 2010-12-01 |
| AWS Elemental MediaConvert | Aws::MediaConvert | aws-sdk-mediaconvert | 2017-08-29 |
Expand Down
20 changes: 19 additions & 1 deletion apis/ce/2017-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1274,6 +1274,13 @@
"DiskWriteBytesPerSecond":{"shape":"GenericString"}
}
},
"DynamoDBCapacityDetails":{
"type":"structure",
"members":{
"CapacityUnits":{"shape":"GenericString"},
"Region":{"shape":"GenericString"}
}
},
"EBSResourceUtilization":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2439,7 +2446,12 @@
"EstimatedMonthlyOnDemandCost":{"shape":"GenericString"},
"EstimatedReservationCostForLookbackPeriod":{"shape":"GenericString"},
"UpfrontCost":{"shape":"GenericString"},
"RecurringStandardMonthlyCost":{"shape":"GenericString"}
"RecurringStandardMonthlyCost":{"shape":"GenericString"},
"ReservedCapacityDetails":{"shape":"ReservedCapacityDetails"},
"RecommendedNumberOfCapacityUnitsToPurchase":{"shape":"GenericString"},
"MinimumNumberOfCapacityUnitsUsedPerHour":{"shape":"GenericString"},
"MaximumNumberOfCapacityUnitsUsedPerHour":{"shape":"GenericString"},
"AverageNumberOfCapacityUnitsUsedPerHour":{"shape":"GenericString"}
}
},
"ReservationPurchaseRecommendationDetails":{
Expand Down Expand Up @@ -2479,6 +2491,12 @@
"type":"list",
"member":{"shape":"ReservationUtilizationGroup"}
},
"ReservedCapacityDetails":{
"type":"structure",
"members":{
"DynamoDBCapacityDetails":{"shape":"DynamoDBCapacityDetails"}
}
},
"ReservedHours":{"type":"string"},
"ReservedNormalizedUnits":{"type":"string"},
"ResourceDetails":{
Expand Down
36 changes: 27 additions & 9 deletions apis/ce/2017-10-25/docs-2.json

Large diffs are not rendered by default.

Loading

0 comments on commit 53eb503

Please sign in to comment.