Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 8e96fdf

Browse files
author
awssdkgo
committed
Release v1.31.15 (2020-06-10)
=== ### Service Client Updates * `service/appconfig`: Updates service API and documentation * `service/codeartifact`: Adds new service * `service/compute-optimizer`: Updates service API and documentation * `service/dlm`: Updates service API * `service/ec2`: Updates service API * New C6g instances powered by AWS Graviton2 processors and ideal for running advanced, compute-intensive workloads; New R6g instances powered by AWS Graviton2 processors and ideal for running memory-intensive workloads. * `service/lightsail`: Updates service documentation * Documentation updates for lightsail * `service/macie2`: Updates service API and documentation * `service/servicecatalog`: Updates service documentation * Service Catalog Documentation Update for Integration with AWS Organizations Delegated Administrator feature * `service/shield`: Updates service API and documentation * Corrections to the supported format for contact phone numbers and to the description for the create subscription action. ### SDK Enhancements * `aws/credentials`: Update documentation for shared credentials provider to specify the type of credentials it supports retrieving from shared credentials file. * Related to [#3328](#3328)
1 parent 9e96944 commit 8e96fdf

File tree

35 files changed

+15566
-628
lines changed

35 files changed

+15566
-628
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Release v1.31.15 (2020-06-10)
2+
===
3+
4+
### Service Client Updates
5+
* `service/appconfig`: Updates service API and documentation
6+
* `service/codeartifact`: Adds new service
7+
* `service/compute-optimizer`: Updates service API and documentation
8+
* `service/dlm`: Updates service API
9+
* `service/ec2`: Updates service API
10+
* New C6g instances powered by AWS Graviton2 processors and ideal for running advanced, compute-intensive workloads; New R6g instances powered by AWS Graviton2 processors and ideal for running memory-intensive workloads.
11+
* `service/lightsail`: Updates service documentation
12+
* Documentation updates for lightsail
13+
* `service/macie2`: Updates service API and documentation
14+
* `service/servicecatalog`: Updates service documentation
15+
* Service Catalog Documentation Update for Integration with AWS Organizations Delegated Administrator feature
16+
* `service/shield`: Updates service API and documentation
17+
* Corrections to the supported format for contact phone numbers and to the description for the create subscription action.
18+
19+
### SDK Enhancements
20+
* `aws/credentials`: Update documentation for shared credentials provider to specify the type of credentials it supports retrieving from shared credentials file.
21+
* Related to [#3328](https://github.com/aws/aws-sdk-go/issues/3328)
22+
123
Release v1.31.14 (2020-06-09)
224
===
325

CHANGELOG_PENDING.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
### SDK Features
22

33
### SDK Enhancements
4-
* `aws/credentials`: Update documentation for shared credentials provider to specify the type of credentials it supports retrieving from shared credentials file.
5-
* Related to [#3328](https://github.com/aws/aws-sdk-go/issues/3328)
64

75
### SDK Bugs

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.31.14"
8+
const SDKVersion = "1.31.15"

models/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
},

models/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)