Skip to content

Commit 9dbc703

Browse files
Release v1.32.13 (2020-06-30) (#3400)
Release v1.32.13 (2020-06-30) === ### Service Client Updates * `service/codeguru-reviewer`: Updates service API and documentation * `service/comprehendmedical`: Updates service API * `service/ec2`: Updates service API and documentation * Added support for tag-on-create for CreateVpc, CreateEgressOnlyInternetGateway, CreateSecurityGroup, CreateSubnet, CreateNetworkInterface, CreateNetworkAcl, CreateDhcpOptions and CreateInternetGateway. You can now specify tags when creating any of these resources. For more information about tagging, see AWS Tagging Strategies. * `service/ecr`: Updates service API and documentation * Add a new parameter (ImageDigest) and a new exception (ImageDigestDoesNotMatchException) to PutImage API to support pushing image by digest. * `service/rds`: Updates service documentation * Documentation updates for rds
1 parent 6ec1b39 commit 9dbc703

File tree

17 files changed

+597
-255
lines changed

17 files changed

+597
-255
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Release v1.32.13 (2020-06-30)
2+
===
3+
4+
### Service Client Updates
5+
* `service/codeguru-reviewer`: Updates service API and documentation
6+
* `service/comprehendmedical`: Updates service API
7+
* `service/ec2`: Updates service API and documentation
8+
* Added support for tag-on-create for CreateVpc, CreateEgressOnlyInternetGateway, CreateSecurityGroup, CreateSubnet, CreateNetworkInterface, CreateNetworkAcl, CreateDhcpOptions and CreateInternetGateway. You can now specify tags when creating any of these resources. For more information about tagging, see AWS Tagging Strategies.
9+
* `service/ecr`: Updates service API and documentation
10+
* Add a new parameter (ImageDigest) and a new exception (ImageDigestDoesNotMatchException) to PutImage API to support pushing image by digest.
11+
* `service/rds`: Updates service documentation
12+
* Documentation updates for rds
13+
114
Release v1.32.12 (2020-06-29)
215
===
316

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.32.12"
8+
const SDKVersion = "1.32.13"

models/apis/codeguru-reviewer/2019-09-19/api-2.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,8 @@
617617
"enum":[
618618
"CodeCommit",
619619
"GitHub",
620-
"Bitbucket"
620+
"Bitbucket",
621+
"GitHubEnterpriseServer"
621622
]
622623
},
623624
"ProviderTypes":{
@@ -714,7 +715,8 @@
714715
"type":"structure",
715716
"members":{
716717
"CodeCommit":{"shape":"CodeCommitRepository"},
717-
"Bitbucket":{"shape":"ThirdPartySourceRepository"}
718+
"Bitbucket":{"shape":"ThirdPartySourceRepository"},
719+
"GitHubEnterpriseServer":{"shape":"ThirdPartySourceRepository"}
718720
}
719721
},
720722
"RepositoryAssociation":{

models/apis/codeguru-reviewer/2019-09-19/docs-2.json

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

models/apis/comprehendmedical/2018-10-30/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,8 @@
883883
"ACUITY",
884884
"TEST_VALUE",
885885
"TEST_UNITS",
886-
"DIRECTION"
886+
"DIRECTION",
887+
"SYSTEM_ORGAN_SITE"
887888
]
888889
},
889890
"ResourceNotFoundException":{

models/apis/ec2/2016-11-15/api-2.json

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6589,6 +6589,10 @@
65896589
"shape":"NewDhcpConfigurationList",
65906590
"locationName":"dhcpConfiguration"
65916591
},
6592+
"TagSpecifications":{
6593+
"shape":"TagSpecificationList",
6594+
"locationName":"TagSpecification"
6595+
},
65926596
"DryRun":{
65936597
"shape":"Boolean",
65946598
"locationName":"dryRun"
@@ -6610,7 +6614,11 @@
66106614
"members":{
66116615
"ClientToken":{"shape":"String"},
66126616
"DryRun":{"shape":"Boolean"},
6613-
"VpcId":{"shape":"VpcId"}
6617+
"VpcId":{"shape":"VpcId"},
6618+
"TagSpecifications":{
6619+
"shape":"TagSpecificationList",
6620+
"locationName":"TagSpecification"
6621+
}
66146622
}
66156623
},
66166624
"CreateEgressOnlyInternetGatewayResult":{
@@ -6882,6 +6890,10 @@
68826890
"CreateInternetGatewayRequest":{
68836891
"type":"structure",
68846892
"members":{
6893+
"TagSpecifications":{
6894+
"shape":"TagSpecificationList",
6895+
"locationName":"TagSpecification"
6896+
},
68856897
"DryRun":{
68866898
"shape":"Boolean",
68876899
"locationName":"dryRun"
@@ -7148,6 +7160,10 @@
71487160
"VpcId":{
71497161
"shape":"VpcId",
71507162
"locationName":"vpcId"
7163+
},
7164+
"TagSpecifications":{
7165+
"shape":"TagSpecificationList",
7166+
"locationName":"TagSpecification"
71517167
}
71527168
}
71537169
},
@@ -7223,6 +7239,10 @@
72237239
"SubnetId":{
72247240
"shape":"SubnetId",
72257241
"locationName":"subnetId"
7242+
},
7243+
"TagSpecifications":{
7244+
"shape":"TagSpecificationList",
7245+
"locationName":"TagSpecification"
72267246
}
72277247
}
72287248
},
@@ -7396,6 +7416,10 @@
73967416
},
73977417
"GroupName":{"shape":"String"},
73987418
"VpcId":{"shape":"VpcId"},
7419+
"TagSpecifications":{
7420+
"shape":"TagSpecificationList",
7421+
"locationName":"TagSpecification"
7422+
},
73997423
"DryRun":{
74007424
"shape":"Boolean",
74017425
"locationName":"dryRun"
@@ -7408,6 +7432,10 @@
74087432
"GroupId":{
74097433
"shape":"String",
74107434
"locationName":"groupId"
7435+
},
7436+
"Tags":{
7437+
"shape":"TagList",
7438+
"locationName":"tagSet"
74117439
}
74127440
}
74137441
},
@@ -7484,6 +7512,10 @@
74847512
"VpcId"
74857513
],
74867514
"members":{
7515+
"TagSpecifications":{
7516+
"shape":"TagSpecificationList",
7517+
"locationName":"TagSpecification"
7518+
},
74877519
"AvailabilityZone":{"shape":"String"},
74887520
"AvailabilityZoneId":{"shape":"String"},
74897521
"CidrBlock":{"shape":"String"},
@@ -8016,7 +8048,11 @@
80168048
"shape":"Tenancy",
80178049
"locationName":"instanceTenancy"
80188050
},
8019-
"Ipv6CidrBlockNetworkBorderGroup":{"shape":"String"}
8051+
"Ipv6CidrBlockNetworkBorderGroup":{"shape":"String"},
8052+
"TagSpecifications":{
8053+
"shape":"TagSpecificationList",
8054+
"locationName":"TagSpecification"
8055+
}
80208056
}
80218057
},
80228058
"CreateVpcResult":{

models/apis/ec2/2016-11-15/docs-2.json

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

models/apis/ecr/2015-09-21/api-2.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@
314314
{"shape":"LayersNotFoundException"},
315315
{"shape":"ReferencedImagesNotFoundException"},
316316
{"shape":"LimitExceededException"},
317-
{"shape":"ImageTagAlreadyExistsException"}
317+
{"shape":"ImageTagAlreadyExistsException"},
318+
{"shape":"ImageDigestDoesNotMatchException"}
318319
]
319320
},
320321
"PutImageScanningConfiguration":{
@@ -887,6 +888,13 @@
887888
"member":{"shape":"ImageDetail"}
888889
},
889890
"ImageDigest":{"type":"string"},
891+
"ImageDigestDoesNotMatchException":{
892+
"type":"structure",
893+
"members":{
894+
"message":{"shape":"ExceptionMessage"}
895+
},
896+
"exception":true
897+
},
890898
"ImageFailure":{
891899
"type":"structure",
892900
"members":{
@@ -1289,7 +1297,8 @@
12891297
"repositoryName":{"shape":"RepositoryName"},
12901298
"imageManifest":{"shape":"ImageManifest"},
12911299
"imageManifestMediaType":{"shape":"MediaType"},
1292-
"imageTag":{"shape":"ImageTag"}
1300+
"imageTag":{"shape":"ImageTag"},
1301+
"imageDigest":{"shape":"ImageDigest"}
12931302
}
12941303
},
12951304
"PutImageResponse":{

models/apis/ecr/2015-09-21/docs-2.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@
236236
"refs": {
237237
"EmptyUploadException$message": "<p>The error message associated with the exception.</p>",
238238
"ImageAlreadyExistsException$message": "<p>The error message associated with the exception.</p>",
239+
"ImageDigestDoesNotMatchException$message": null,
239240
"ImageNotFoundException$message": null,
240241
"ImageTagAlreadyExistsException$message": null,
241242
"InvalidLayerException$message": "<p>The error message associated with the exception.</p>",
@@ -398,7 +399,13 @@
398399
"refs": {
399400
"ImageDetail$imageDigest": "<p>The <code>sha256</code> digest of the image manifest.</p>",
400401
"ImageIdentifier$imageDigest": "<p>The <code>sha256</code> digest of the image manifest.</p>",
401-
"LifecyclePolicyPreviewResult$imageDigest": "<p>The <code>sha256</code> digest of the image manifest.</p>"
402+
"LifecyclePolicyPreviewResult$imageDigest": "<p>The <code>sha256</code> digest of the image manifest.</p>",
403+
"PutImageRequest$imageDigest": "<p>The image digest of the image manifest corresponding to the image.</p>"
404+
}
405+
},
406+
"ImageDigestDoesNotMatchException": {
407+
"base": "<p>The specified image digest does not match the digest that Amazon ECR calculated for the image.</p>",
408+
"refs": {
402409
}
403410
},
404411
"ImageFailure": {

0 commit comments

Comments
 (0)