Skip to content

Commit d97d476

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent ea3d4d1 commit d97d476

File tree

34 files changed

+4537
-428
lines changed

34 files changed

+4537
-428
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::ApplicationAutoScaling - Updated the API, and documentation for Application Auto Scaling.
5+
6+
* Feature - Aws::DataSync - Updated the API, and documentation for AWS DataSync.
7+
8+
* Feature - Aws::DirectConnect - Updated the documentation for AWS Direct Connect.
9+
10+
* Feature - Aws::EMR - Updated the API, and documentation for Amazon Elastic MapReduce.
11+
12+
* Feature - Aws::Imagebuilder - Updated the API, and documentation for EC2 Image Builder.
13+
14+
* Feature - Aws::IoT - Updated the API, and documentation for AWS IoT.
15+
16+
* Feature - Aws::MediaConnect - Updated the API, and documentation for AWS MediaConnect.
17+
18+
* Feature - Aws::Pinpoint - Updated the API, and documentation for Amazon Pinpoint.
19+
20+
* Feature - Aws::S3 - Updated the API, and documentation for Amazon Simple Storage Service.
21+
22+
* Feature - Aws::S3Control - Updated the API, and documentation for AWS S3 Control.
23+
24+
* Feature - Aws::SecurityHub - Updated the API, and documentation for AWS SecurityHub.
25+
26+
* Feature - Aws::S3Outposts - Added support for a new service, Amazon S3 on Outposts.
27+
428
2.11.596 (2020-09-29)
529
------------------
630

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ to be backwards compatible.
318318
| AWS IoT Things Graph | IoTThingsGraph | 2018-09-06 |
319319
| AWS Key Management Service | KMS | 2014-11-01 |
320320
| AWS Lake Formation | LakeFormation | 2017-03-31 |
321-
| AWS Lambda | LambdaPreview | 2014-11-11 |
322321
| AWS Lambda | Lambda | 2015-03-31 |
322+
| AWS Lambda | LambdaPreview | 2014-11-11 |
323323
| AWS License Manager | LicenseManager | 2018-08-01 |
324324
| AWS Marketplace Catalog Service | MarketplaceCatalog | 2018-09-17 |
325325
| AWS Marketplace Commerce Analytics | MarketplaceCommerceAnalytics | 2015-07-01 |
@@ -453,6 +453,7 @@ to be backwards compatible.
453453
| Amazon Route 53 | Route53 | 2013-04-01 |
454454
| Amazon Route 53 Domains | Route53Domains | 2014-05-15 |
455455
| Amazon Route 53 Resolver | Route53Resolver | 2018-04-01 |
456+
| Amazon S3 on Outposts | S3Outposts | 2017-07-25 |
456457
| Amazon SageMaker Runtime | SageMakerRuntime | 2017-05-13 |
457458
| Amazon SageMaker Service | SageMaker | 2017-07-24 |
458459
| Amazon Simple Email Service | SESV2 | 2019-09-27 |

aws-sdk-core/apis/application-autoscaling/2016-02-06/api-2.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,8 @@
434434
"ComprehendInferenceUtilization",
435435
"LambdaProvisionedConcurrencyUtilization",
436436
"CassandraReadCapacityUtilization",
437-
"CassandraWriteCapacityUtilization"
437+
"CassandraWriteCapacityUtilization",
438+
"KafkaBrokerStorageUtilization"
438439
]
439440
},
440441
"MetricUnit":{"type":"string"},
@@ -577,7 +578,8 @@
577578
"comprehend:entity-recognizer-endpoint:DesiredInferenceUnits",
578579
"lambda:function:ProvisionedConcurrency",
579580
"cassandra:table:ReadCapacityUnits",
580-
"cassandra:table:WriteCapacityUnits"
581+
"cassandra:table:WriteCapacityUnits",
582+
"kafka:broker-storage:VolumeSize"
581583
]
582584
},
583585
"ScalableTarget":{
@@ -730,7 +732,8 @@
730732
"custom-resource",
731733
"comprehend",
732734
"lambda",
733-
"cassandra"
735+
"cassandra",
736+
"kafka"
734737
]
735738
},
736739
"StepAdjustment":{

aws-sdk-core/apis/application-autoscaling/2016-02-06/docs-2.json

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

aws-sdk-core/apis/datasync/2018-11-09/api-2.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,7 @@
595595
"S3BucketArn":{"shape":"S3BucketArn"},
596596
"S3StorageClass":{"shape":"S3StorageClass"},
597597
"S3Config":{"shape":"S3Config"},
598+
"AgentArns":{"shape":"AgentArnList"},
598599
"Tags":{"shape":"InputTagList"}
599600
}
600601
},
@@ -792,6 +793,7 @@
792793
"LocationUri":{"shape":"LocationUri"},
793794
"S3StorageClass":{"shape":"S3StorageClass"},
794795
"S3Config":{"shape":"S3Config"},
796+
"AgentArns":{"shape":"AgentArnList"},
795797
"CreationTime":{"shape":"Time"}
796798
}
797799
},
@@ -1318,8 +1320,8 @@
13181320
},
13191321
"S3BucketArn":{
13201322
"type":"string",
1321-
"max":76,
1322-
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):s3:::([^/]*)$"
1323+
"max":156,
1324+
"pattern":"^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\\-0-9]*:[0-9]*:.*$"
13231325
},
13241326
"S3Config":{
13251327
"type":"structure",
@@ -1336,7 +1338,8 @@
13361338
"ONEZONE_IA",
13371339
"INTELLIGENT_TIERING",
13381340
"GLACIER",
1339-
"DEEP_ARCHIVE"
1341+
"DEEP_ARCHIVE",
1342+
"OUTPOSTS"
13401343
]
13411344
},
13421345
"S3Subdirectory":{

0 commit comments

Comments
 (0)