Skip to content

Commit f47ab2d

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

File tree

31 files changed

+5000
-357
lines changed

31 files changed

+5000
-357
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::CodeCommit - Updated the API, and documentation for AWS CodeCommit.
5+
6+
* Feature - Aws::IoTAnalytics - Updated the API, and documentation for AWS IoT Analytics.
7+
8+
* Feature - Aws::Kafka - Updated the API, and documentation for Managed Streaming for Kafka.
9+
10+
* Feature - Aws::PinpointEmail - Updated the API, and documentation for Amazon Pinpoint Email Service.
11+
12+
* Feature - Aws::RDSDataService - Updated the API, and documentation for AWS RDS DataService.
13+
14+
* Feature - Aws::RDS - Updated the API, and documentation for Amazon Relational Database Service.
15+
16+
* Feature - Aws::ServiceCatalog - Updated the API, and documentation for AWS Service Catalog.
17+
18+
* Feature - Aws::IoTEventsData - Added support for a new service, AWS IoT Events Data.
19+
20+
* Feature - Aws::IoTEvents - Added support for a new service, AWS IoT Events.
21+
422
* Issue - Improved exception messages in credential providers to exclude detailed parse errors that may contain sensitive information.
523

624
2.11.284 (2019-05-29)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ to be backwards compatible.
305305
| AWS IoT 1-Click Projects Service | IoT1ClickProjects | 2018-05-14 |
306306
| AWS IoT Analytics | IoTAnalytics | 2017-11-27 |
307307
| AWS IoT Data Plane | IoTDataPlane | 2015-05-28 |
308+
| AWS IoT Events | IoTEvents | 2018-07-27 |
309+
| AWS IoT Events Data | IoTEventsData | 2018-10-23 |
308310
| AWS IoT Jobs Data Plane | IoTJobsDataPlane | 2017-09-29 |
309311
| AWS IoT Things Graph | IoTThingsGraph | 2018-09-06 |
310312
| AWS Key Management Service | KMS | 2014-11-01 |
@@ -429,8 +431,8 @@ to be backwards compatible.
429431
| AmazonMQ | MQ | 2017-11-27 |
430432
| Application Auto Scaling | ApplicationAutoScaling | 2016-02-06 |
431433
| Auto Scaling | AutoScaling | 2011-01-01 |
432-
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
433434
| Elastic Load Balancing | ElasticLoadBalancingV2 | 2015-12-01 |
435+
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
434436
| Firewall Management Service | FMS | 2018-01-01 |
435437
| Managed Streaming for Kafka | Kafka | 2018-11-14 |
436438

aws-sdk-core/apis/codecommit/2015-04-13/api-2.json

Lines changed: 171 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,11 @@
159159
{"shape":"EncryptionKeyAccessDeniedException"},
160160
{"shape":"EncryptionKeyDisabledException"},
161161
{"shape":"EncryptionKeyNotFoundException"},
162-
{"shape":"EncryptionKeyUnavailableException"}
162+
{"shape":"EncryptionKeyUnavailableException"},
163+
{"shape":"InvalidTagsMapException"},
164+
{"shape":"TooManyTagsException"},
165+
{"shape":"InvalidSystemTagUsageException"},
166+
{"shape":"TagPolicyException"}
163167
]
164168
},
165169
"DeleteBranch":{
@@ -626,6 +630,21 @@
626630
{"shape":"InvalidContinuationTokenException"}
627631
]
628632
},
633+
"ListTagsForResource":{
634+
"name":"ListTagsForResource",
635+
"http":{
636+
"method":"POST",
637+
"requestUri":"/"
638+
},
639+
"input":{"shape":"ListTagsForResourceInput"},
640+
"output":{"shape":"ListTagsForResourceOutput"},
641+
"errors":[
642+
{"shape":"RepositoryDoesNotExistException"},
643+
{"shape":"InvalidRepositoryNameException"},
644+
{"shape":"ResourceArnRequiredException"},
645+
{"shape":"InvalidResourceArnException"}
646+
]
647+
},
629648
"MergePullRequestByFastForward":{
630649
"name":"MergePullRequestByFastForward",
631650
"http":{
@@ -821,6 +840,25 @@
821840
{"shape":"EncryptionKeyUnavailableException"}
822841
]
823842
},
843+
"TagResource":{
844+
"name":"TagResource",
845+
"http":{
846+
"method":"POST",
847+
"requestUri":"/"
848+
},
849+
"input":{"shape":"TagResourceInput"},
850+
"errors":[
851+
{"shape":"RepositoryDoesNotExistException"},
852+
{"shape":"InvalidRepositoryNameException"},
853+
{"shape":"ResourceArnRequiredException"},
854+
{"shape":"InvalidResourceArnException"},
855+
{"shape":"TagsMapRequiredException"},
856+
{"shape":"InvalidTagsMapException"},
857+
{"shape":"TooManyTagsException"},
858+
{"shape":"InvalidSystemTagUsageException"},
859+
{"shape":"TagPolicyException"}
860+
]
861+
},
824862
"TestRepositoryTriggers":{
825863
"name":"TestRepositoryTriggers",
826864
"http":{
@@ -853,6 +891,25 @@
853891
{"shape":"EncryptionKeyUnavailableException"}
854892
]
855893
},
894+
"UntagResource":{
895+
"name":"UntagResource",
896+
"http":{
897+
"method":"POST",
898+
"requestUri":"/"
899+
},
900+
"input":{"shape":"UntagResourceInput"},
901+
"errors":[
902+
{"shape":"RepositoryDoesNotExistException"},
903+
{"shape":"InvalidRepositoryNameException"},
904+
{"shape":"ResourceArnRequiredException"},
905+
{"shape":"InvalidResourceArnException"},
906+
{"shape":"TagKeysListRequiredException"},
907+
{"shape":"InvalidTagKeysListException"},
908+
{"shape":"TooManyTagsException"},
909+
{"shape":"InvalidSystemTagUsageException"},
910+
{"shape":"TagPolicyException"}
911+
]
912+
},
856913
"UpdateComment":{
857914
"name":"UpdateComment",
858915
"http":{
@@ -1296,7 +1353,8 @@
12961353
"required":["repositoryName"],
12971354
"members":{
12981355
"repositoryName":{"shape":"RepositoryName"},
1299-
"repositoryDescription":{"shape":"RepositoryDescription"}
1356+
"repositoryDescription":{"shape":"RepositoryDescription"},
1357+
"tags":{"shape":"TagsMap"}
13001358
}
13011359
},
13021360
"CreateRepositoryOutput":{
@@ -2059,6 +2117,12 @@
20592117
},
20602118
"exception":true
20612119
},
2120+
"InvalidResourceArnException":{
2121+
"type":"structure",
2122+
"members":{
2123+
},
2124+
"exception":true
2125+
},
20622126
"InvalidSortByException":{
20632127
"type":"structure",
20642128
"members":{
@@ -2071,6 +2135,24 @@
20712135
},
20722136
"exception":true
20732137
},
2138+
"InvalidSystemTagUsageException":{
2139+
"type":"structure",
2140+
"members":{
2141+
},
2142+
"exception":true
2143+
},
2144+
"InvalidTagKeysListException":{
2145+
"type":"structure",
2146+
"members":{
2147+
},
2148+
"exception":true
2149+
},
2150+
"InvalidTagsMapException":{
2151+
"type":"structure",
2152+
"members":{
2153+
},
2154+
"exception":true
2155+
},
20742156
"InvalidTargetException":{
20752157
"type":"structure",
20762158
"members":{
@@ -2148,6 +2230,21 @@
21482230
"nextToken":{"shape":"NextToken"}
21492231
}
21502232
},
2233+
"ListTagsForResourceInput":{
2234+
"type":"structure",
2235+
"required":["resourceArn"],
2236+
"members":{
2237+
"resourceArn":{"shape":"ResourceArn"},
2238+
"nextToken":{"shape":"NextToken"}
2239+
}
2240+
},
2241+
"ListTagsForResourceOutput":{
2242+
"type":"structure",
2243+
"members":{
2244+
"tags":{"shape":"TagsMap"},
2245+
"nextToken":{"shape":"NextToken"}
2246+
}
2247+
},
21512248
"Location":{
21522249
"type":"structure",
21532250
"members":{
@@ -2768,6 +2865,13 @@
27682865
},
27692866
"exception":true
27702867
},
2868+
"ResourceArn":{"type":"string"},
2869+
"ResourceArnRequiredException":{
2870+
"type":"structure",
2871+
"members":{
2872+
},
2873+
"exception":true
2874+
},
27712875
"RestrictedSourceFileException":{
27722876
"type":"structure",
27732877
"members":{
@@ -2853,6 +2957,54 @@
28532957
"type":"list",
28542958
"member":{"shape":"SymbolicLink"}
28552959
},
2960+
"TagKey":{
2961+
"type":"string",
2962+
"max":128,
2963+
"min":1
2964+
},
2965+
"TagKeysList":{
2966+
"type":"list",
2967+
"member":{"shape":"TagKey"}
2968+
},
2969+
"TagKeysListRequiredException":{
2970+
"type":"structure",
2971+
"members":{
2972+
},
2973+
"exception":true
2974+
},
2975+
"TagPolicyException":{
2976+
"type":"structure",
2977+
"members":{
2978+
},
2979+
"exception":true
2980+
},
2981+
"TagResourceInput":{
2982+
"type":"structure",
2983+
"required":[
2984+
"resourceArn",
2985+
"tags"
2986+
],
2987+
"members":{
2988+
"resourceArn":{"shape":"ResourceArn"},
2989+
"tags":{"shape":"TagsMap"}
2990+
}
2991+
},
2992+
"TagValue":{
2993+
"type":"string",
2994+
"max":256,
2995+
"min":0
2996+
},
2997+
"TagsMap":{
2998+
"type":"map",
2999+
"key":{"shape":"TagKey"},
3000+
"value":{"shape":"TagValue"}
3001+
},
3002+
"TagsMapRequiredException":{
3003+
"type":"structure",
3004+
"members":{
3005+
},
3006+
"exception":true
3007+
},
28563008
"Target":{
28573009
"type":"structure",
28583010
"required":[
@@ -2921,6 +3073,23 @@
29213073
},
29223074
"exception":true
29233075
},
3076+
"TooManyTagsException":{
3077+
"type":"structure",
3078+
"members":{
3079+
},
3080+
"exception":true
3081+
},
3082+
"UntagResourceInput":{
3083+
"type":"structure",
3084+
"required":[
3085+
"resourceArn",
3086+
"tagKeys"
3087+
],
3088+
"members":{
3089+
"resourceArn":{"shape":"ResourceArn"},
3090+
"tagKeys":{"shape":"TagKeysList"}
3091+
}
3092+
},
29243093
"UpdateCommentInput":{
29253094
"type":"structure",
29263095
"required":[

0 commit comments

Comments
 (0)