Skip to content

Commit 893389c

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 5f78e8c commit 893389c

File tree

31 files changed

+3736
-967
lines changed

31 files changed

+3736
-967
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::APIGateway - Updated the API, and documentation for Amazon API Gateway.
5+
6+
* Feature - Aws::ApiGatewayV2 - Updated the API, and documentation for AmazonApiGatewayV2.
7+
8+
* Feature - Aws::ElasticLoadBalancingV2 - Updated the API, and documentation for Elastic Load Balancing.
9+
10+
* Feature - Aws::FSx - Updated the API, and documentation for Amazon FSx.
11+
12+
* Feature - Aws::ResourceGroupsTaggingAPI - Updated the API, and documentation for AWS Resource Groups Tagging API.
13+
14+
* Feature - Aws::SecurityHub - Updated the API, and documentation for AWS SecurityHub.
15+
16+
* Feature - Aws::SSM - Updated the API, and documentation for Amazon Simple Systems Manager (SSM).
17+
18+
* Feature - Aws::ApplicationInsights - Added support for a new service, Amazon CloudWatch Application Insights.
19+
20+
* Feature - Aws::ServiceQuotas - Added support for a new service, Service Quotas.
21+
422
2.11.300 (2019-06-21)
523
------------------
624

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ to be backwards compatible.
310310
| AWS IoT Jobs Data Plane | IoTJobsDataPlane | 2017-09-29 |
311311
| AWS IoT Things Graph | IoTThingsGraph | 2018-09-06 |
312312
| AWS Key Management Service | KMS | 2014-11-01 |
313-
| AWS Lambda | Lambda | 2015-03-31 |
314313
| AWS Lambda | LambdaPreview | 2014-11-11 |
314+
| AWS Lambda | Lambda | 2015-03-31 |
315315
| AWS License Manager | LicenseManager | 2018-08-01 |
316316
| AWS Marketplace Commerce Analytics | MarketplaceCommerceAnalytics | 2015-07-01 |
317317
| AWS Marketplace Entitlement Service | MarketplaceEntitlementService | 2017-01-11 |
@@ -357,6 +357,7 @@ to be backwards compatible.
357357
| Amazon CloudSearch | CloudSearch | 2013-01-01 |
358358
| Amazon CloudSearch Domain | CloudSearchDomain | 2013-01-01 |
359359
| Amazon CloudWatch | CloudWatch | 2010-08-01 |
360+
| Amazon CloudWatch Application Insights | ApplicationInsights | 2018-11-25 |
360361
| Amazon CloudWatch Events | CloudWatchEvents | 2015-10-07 |
361362
| Amazon CloudWatch Logs | CloudWatchLogs | 2014-03-28 |
362363
| Amazon Cognito Identity | CognitoIdentity | 2014-06-30 |
@@ -385,8 +386,8 @@ to be backwards compatible.
385386
| Amazon Import/Export Snowball | Snowball | 2016-06-30 |
386387
| Amazon Inspector | Inspector | 2016-02-16 |
387388
| Amazon Kinesis | Kinesis | 2013-12-02 |
388-
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
389389
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
390+
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
390391
| Amazon Kinesis Firehose | Firehose | 2015-08-04 |
391392
| Amazon Kinesis Video Streams | KinesisVideo | 2017-09-30 |
392393
| Amazon Kinesis Video Streams Archived Media | KinesisVideoArchivedMedia | 2017-09-30 |
@@ -434,10 +435,11 @@ to be backwards compatible.
434435
| AmazonMQ | MQ | 2017-11-27 |
435436
| Application Auto Scaling | ApplicationAutoScaling | 2016-02-06 |
436437
| Auto Scaling | AutoScaling | 2011-01-01 |
437-
| Elastic Load Balancing | ElasticLoadBalancingV2 | 2015-12-01 |
438438
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
439+
| Elastic Load Balancing | ElasticLoadBalancingV2 | 2015-12-01 |
439440
| Firewall Management Service | FMS | 2018-01-01 |
440441
| Managed Streaming for Kafka | Kafka | 2018-11-14 |
442+
| Service Quotas | ServiceQuotas | 2019-06-24 |
441443

442444
## License
443445

aws-sdk-core/apis/apigateway/2015-07-09/api-2.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,8 @@
22022202
"regionalCertificateName":{"shape":"String"},
22032203
"regionalCertificateArn":{"shape":"String"},
22042204
"endpointConfiguration":{"shape":"EndpointConfiguration"},
2205-
"tags":{"shape":"MapOfStringToString"}
2205+
"tags":{"shape":"MapOfStringToString"},
2206+
"securityPolicy":{"shape":"SecurityPolicy"}
22062207
}
22072208
},
22082209
"CreateModelRequest":{
@@ -2845,9 +2846,20 @@
28452846
"distributionDomainName":{"shape":"String"},
28462847
"distributionHostedZoneId":{"shape":"String"},
28472848
"endpointConfiguration":{"shape":"EndpointConfiguration"},
2849+
"domainNameStatus":{"shape":"DomainNameStatus"},
2850+
"domainNameStatusMessage":{"shape":"String"},
2851+
"securityPolicy":{"shape":"SecurityPolicy"},
28482852
"tags":{"shape":"MapOfStringToString"}
28492853
}
28502854
},
2855+
"DomainNameStatus":{
2856+
"type":"string",
2857+
"enum":[
2858+
"AVAILABLE",
2859+
"UPDATING",
2860+
"PENDING"
2861+
]
2862+
},
28512863
"DomainNames":{
28522864
"type":"structure",
28532865
"members":{
@@ -4643,6 +4655,13 @@
46434655
}
46444656
}
46454657
},
4658+
"SecurityPolicy":{
4659+
"type":"string",
4660+
"enum":[
4661+
"TLS_1_0",
4662+
"TLS_1_2"
4663+
]
4664+
},
46464665
"ServiceUnavailableException":{
46474666
"type":"structure",
46484667
"members":{

0 commit comments

Comments
 (0)