Skip to content

Commit

Permalink
Updated service API models for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Ruby authored and Nobody committed Sep 30, 2020
1 parent ea3d4d1 commit d97d476
Show file tree
Hide file tree
Showing 34 changed files with 4,537 additions and 428 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
Unreleased Changes
------------------

* Feature - Aws::ApplicationAutoScaling - Updated the API, and documentation for Application Auto Scaling.

* Feature - Aws::DataSync - Updated the API, and documentation for AWS DataSync.

* Feature - Aws::DirectConnect - Updated the documentation for AWS Direct Connect.

* Feature - Aws::EMR - Updated the API, and documentation for Amazon Elastic MapReduce.

* Feature - Aws::Imagebuilder - Updated the API, and documentation for EC2 Image Builder.

* Feature - Aws::IoT - Updated the API, and documentation for AWS IoT.

* Feature - Aws::MediaConnect - Updated the API, and documentation for AWS MediaConnect.

* Feature - Aws::Pinpoint - Updated the API, and documentation for Amazon Pinpoint.

* Feature - Aws::S3 - Updated the API, and documentation for Amazon Simple Storage Service.

* Feature - Aws::S3Control - Updated the API, and documentation for AWS S3 Control.

* Feature - Aws::SecurityHub - Updated the API, and documentation for AWS SecurityHub.

* Feature - Aws::S3Outposts - Added support for a new service, Amazon S3 on Outposts.

2.11.596 (2020-09-29)
------------------

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ to be backwards compatible.
| AWS IoT Things Graph | IoTThingsGraph | 2018-09-06 |
| AWS Key Management Service | KMS | 2014-11-01 |
| AWS Lake Formation | LakeFormation | 2017-03-31 |
| AWS Lambda | LambdaPreview | 2014-11-11 |
| AWS Lambda | Lambda | 2015-03-31 |
| AWS Lambda | LambdaPreview | 2014-11-11 |
| AWS License Manager | LicenseManager | 2018-08-01 |
| AWS Marketplace Catalog Service | MarketplaceCatalog | 2018-09-17 |
| AWS Marketplace Commerce Analytics | MarketplaceCommerceAnalytics | 2015-07-01 |
Expand Down Expand Up @@ -453,6 +453,7 @@ to be backwards compatible.
| Amazon Route 53 | Route53 | 2013-04-01 |
| Amazon Route 53 Domains | Route53Domains | 2014-05-15 |
| Amazon Route 53 Resolver | Route53Resolver | 2018-04-01 |
| Amazon S3 on Outposts | S3Outposts | 2017-07-25 |
| Amazon SageMaker Runtime | SageMakerRuntime | 2017-05-13 |
| Amazon SageMaker Service | SageMaker | 2017-07-24 |
| Amazon Simple Email Service | SESV2 | 2019-09-27 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,8 @@
"ComprehendInferenceUtilization",
"LambdaProvisionedConcurrencyUtilization",
"CassandraReadCapacityUtilization",
"CassandraWriteCapacityUtilization"
"CassandraWriteCapacityUtilization",
"KafkaBrokerStorageUtilization"
]
},
"MetricUnit":{"type":"string"},
Expand Down Expand Up @@ -577,7 +578,8 @@
"comprehend:entity-recognizer-endpoint:DesiredInferenceUnits",
"lambda:function:ProvisionedConcurrency",
"cassandra:table:ReadCapacityUnits",
"cassandra:table:WriteCapacityUnits"
"cassandra:table:WriteCapacityUnits",
"kafka:broker-storage:VolumeSize"
]
},
"ScalableTarget":{
Expand Down Expand Up @@ -730,7 +732,8 @@
"custom-resource",
"comprehend",
"lambda",
"cassandra"
"cassandra",
"kafka"
]
},
"StepAdjustment":{
Expand Down
68 changes: 34 additions & 34 deletions aws-sdk-core/apis/application-autoscaling/2016-02-06/docs-2.json

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions aws-sdk-core/apis/datasync/2018-11-09/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@
"S3BucketArn":{"shape":"S3BucketArn"},
"S3StorageClass":{"shape":"S3StorageClass"},
"S3Config":{"shape":"S3Config"},
"AgentArns":{"shape":"AgentArnList"},
"Tags":{"shape":"InputTagList"}
}
},
Expand Down Expand Up @@ -792,6 +793,7 @@
"LocationUri":{"shape":"LocationUri"},
"S3StorageClass":{"shape":"S3StorageClass"},
"S3Config":{"shape":"S3Config"},
"AgentArns":{"shape":"AgentArnList"},
"CreationTime":{"shape":"Time"}
}
},
Expand Down Expand Up @@ -1318,8 +1320,8 @@
},
"S3BucketArn":{
"type":"string",
"max":76,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):s3:::([^/]*)$"
"max":156,
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\\-0-9]*:[0-9]*:.*$"
},
"S3Config":{
"type":"structure",
Expand All @@ -1336,7 +1338,8 @@
"ONEZONE_IA",
"INTELLIGENT_TIERING",
"GLACIER",
"DEEP_ARCHIVE"
"DEEP_ARCHIVE",
"OUTPOSTS"
]
},
"S3Subdirectory":{
Expand Down
Loading

0 comments on commit d97d476

Please sign in to comment.