Skip to content

Commit 4f4e4af

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent c8d94d8 commit 4f4e4af

File tree

9 files changed

+160
-85
lines changed

9 files changed

+160
-85
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::CodeGuruReviewer - Updated the API, and documentation for Amazon CodeGuru Reviewer.
5+
6+
* Feature - Aws::ComprehendMedical - Updated the API for AWS Comprehend Medical.
7+
8+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
9+
10+
* Feature - Aws::ECR - Updated the API, and documentation for Amazon EC2 Container Registry.
11+
12+
* Feature - Aws::RDS - Updated the documentation for Amazon Relational Database Service.
13+
414
2.11.538 (2020-06-29)
515
------------------
616

aws-sdk-core/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":{

aws-sdk-core/apis/codeguru-reviewer/2019-09-19/docs-2.json

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

aws-sdk-core/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":{

aws-sdk-core/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":{

aws-sdk-core/apis/ec2/2016-11-15/docs-2.json

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

aws-sdk-core/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":{

aws-sdk-core/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)