Skip to content

Commit 9873928

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

File tree

21 files changed

+4015
-181
lines changed

21 files changed

+4015
-181
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::AppConfig - Updated the API, and documentation for Amazon AppConfig.
5+
6+
* Feature - Aws::ComputeOptimizer - Updated the API, and documentation for AWS Compute Optimizer.
7+
8+
* Feature - Aws::DLM - Updated the API for Amazon Data Lifecycle Manager.
9+
10+
* Feature - Aws::EC2 - Updated the API for Amazon Elastic Compute Cloud.
11+
12+
* Feature - Aws::Lightsail - Updated the documentation for Amazon Lightsail.
13+
14+
* Feature - Aws::Macie2 - Updated the API, and documentation for Amazon Macie 2.
15+
16+
* Feature - Aws::ServiceCatalog - Updated the documentation for AWS Service Catalog.
17+
18+
* Feature - Aws::Shield - Updated the API, and documentation for AWS Shield.
19+
20+
* Feature - Aws::CodeArtifact - Added support for a new service, CodeArtifact.
21+
422
2.11.524 (2020-06-09)
523
------------------
624

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ to be backwards compatible.
416416
| Amazon Import/Export Snowball | Snowball | 2016-06-30 |
417417
| Amazon Inspector | Inspector | 2016-02-16 |
418418
| Amazon Kinesis | Kinesis | 2013-12-02 |
419-
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
420419
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
420+
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
421421
| Amazon Kinesis Firehose | Firehose | 2015-08-04 |
422422
| Amazon Kinesis Video Signaling Channels | KinesisVideoSignalingChannels | 2019-12-04 |
423423
| Amazon Kinesis Video Streams | KinesisVideo | 2017-09-30 |
@@ -471,9 +471,10 @@ to be backwards compatible.
471471
| AmazonMQ | MQ | 2017-11-27 |
472472
| Application Auto Scaling | ApplicationAutoScaling | 2016-02-06 |
473473
| Auto Scaling | AutoScaling | 2011-01-01 |
474+
| CodeArtifact | CodeArtifact | 2018-09-22 |
474475
| EC2 Image Builder | Imagebuilder | 2019-12-02 |
475-
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
476476
| Elastic Load Balancing | ElasticLoadBalancingV2 | 2015-12-01 |
477+
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
477478
| Firewall Management Service | FMS | 2018-01-01 |
478479
| Managed Streaming for Kafka | Kafka | 2018-11-14 |
479480
| Schemas | Schemas | 2019-12-02 |

aws-sdk-core/apis/appconfig/2019-10-09/api-2.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
"errors":[
157157
{"shape":"ResourceNotFoundException"},
158158
{"shape":"InternalServerException"},
159-
{"shape":"ResourceNotFoundException"},
160159
{"shape":"BadRequestException"}
161160
]
162161
},
@@ -476,7 +475,10 @@
476475
"error":{"httpStatusCode":400},
477476
"exception":true
478477
},
479-
"Blob":{"type":"blob"},
478+
"Blob":{
479+
"type":"blob",
480+
"sensitive":true
481+
},
480482
"Configuration":{
481483
"type":"structure",
482484
"members":{
@@ -502,7 +504,7 @@
502504
"Name":{"shape":"Name"},
503505
"Description":{"shape":"Description"},
504506
"LocationUri":{"shape":"Uri"},
505-
"RetrievalRoleArn":{"shape":"Arn"},
507+
"RetrievalRoleArn":{"shape":"RoleArn"},
506508
"Validators":{"shape":"ValidatorList"}
507509
}
508510
},
@@ -561,7 +563,7 @@
561563
"Name":{"shape":"Name"},
562564
"Description":{"shape":"Description"},
563565
"LocationUri":{"shape":"Uri"},
564-
"RetrievalRoleArn":{"shape":"Arn"},
566+
"RetrievalRoleArn":{"shape":"RoleArn"},
565567
"Validators":{"shape":"ValidatorList"},
566568
"Tags":{"shape":"TagMap"}
567569
}
@@ -753,7 +755,7 @@
753755
},
754756
"DeploymentStrategyId":{
755757
"type":"string",
756-
"pattern":"([a-z0-9]{4,7}|arn:aws.*)"
758+
"pattern":"(^[a-z0-9]{4,7}$|^AppConfig\\.[A-Za-z0-9]{9,40}$)"
757759
},
758760
"DeploymentStrategyList":{
759761
"type":"list",
@@ -1101,7 +1103,7 @@
11011103
"type":"structure",
11021104
"members":{
11031105
"AlarmArn":{"shape":"Arn"},
1104-
"AlarmRoleArn":{"shape":"Arn"}
1106+
"AlarmRoleArn":{"shape":"RoleArn"}
11051107
}
11061108
},
11071109
"MonitorList":{
@@ -1147,6 +1149,12 @@
11471149
"Tags":{"shape":"TagMap"}
11481150
}
11491151
},
1152+
"RoleArn":{
1153+
"type":"string",
1154+
"max":2048,
1155+
"min":20,
1156+
"pattern":"^((arn):(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):(iam)::\\d{12}:role[/].*)$"
1157+
},
11501158
"StartDeploymentRequest":{
11511159
"type":"structure",
11521160
"required":[
@@ -1204,7 +1212,8 @@
12041212
"StringWithLengthBetween0And32768":{
12051213
"type":"string",
12061214
"max":32768,
1207-
"min":0
1215+
"min":0,
1216+
"sensitive":true
12081217
},
12091218
"StringWithLengthBetween1And64":{
12101219
"type":"string",
@@ -1308,7 +1317,7 @@
13081317
},
13091318
"Name":{"shape":"Name"},
13101319
"Description":{"shape":"Description"},
1311-
"RetrievalRoleArn":{"shape":"Arn"},
1320+
"RetrievalRoleArn":{"shape":"RoleArn"},
13121321
"Validators":{"shape":"ValidatorList"}
13131322
}
13141323
},

aws-sdk-core/apis/appconfig/2019-10-09/docs-2.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,10 @@
5353
"Arn": {
5454
"base": null,
5555
"refs": {
56-
"ConfigurationProfile$RetrievalRoleArn": "<p>The ARN of an IAM role with permission to access the configuration at the specified LocationUri.</p>",
57-
"CreateConfigurationProfileRequest$RetrievalRoleArn": "<p>The ARN of an IAM role with permission to access the configuration at the specified LocationUri.</p>",
5856
"ListTagsForResourceRequest$ResourceArn": "<p>The resource ARN.</p>",
5957
"Monitor$AlarmArn": "<p>ARN of the Amazon CloudWatch alarm.</p>",
60-
"Monitor$AlarmRoleArn": "<p>ARN of an IAM role for AppConfig to monitor <code>AlarmArn</code>.</p>",
6158
"TagResourceRequest$ResourceArn": "<p>The ARN of the resource for which to retrieve tags.</p>",
62-
"UntagResourceRequest$ResourceArn": "<p>The ARN of the resource for which to remove tags.</p>",
63-
"UpdateConfigurationProfileRequest$RetrievalRoleArn": "<p>The ARN of an IAM role with permission to access the configuration at the specified LocationUri.</p>"
59+
"UntagResourceRequest$ResourceArn": "<p>The ARN of the resource for which to remove tags.</p>"
6460
}
6561
},
6662
"BadRequestException": {
@@ -510,6 +506,15 @@
510506
"refs": {
511507
}
512508
},
509+
"RoleArn": {
510+
"base": null,
511+
"refs": {
512+
"ConfigurationProfile$RetrievalRoleArn": "<p>The ARN of an IAM role with permission to access the configuration at the specified LocationUri.</p>",
513+
"CreateConfigurationProfileRequest$RetrievalRoleArn": "<p>The ARN of an IAM role with permission to access the configuration at the specified LocationUri.</p>",
514+
"Monitor$AlarmRoleArn": "<p>ARN of an IAM role for AppConfig to monitor <code>AlarmArn</code>.</p>",
515+
"UpdateConfigurationProfileRequest$RetrievalRoleArn": "<p>The ARN of an IAM role with permission to access the configuration at the specified LocationUri.</p>"
516+
}
517+
},
513518
"StartDeploymentRequest": {
514519
"base": null,
515520
"refs": {

0 commit comments

Comments
 (0)