Skip to content

Commit 1311a10

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 79e71e5 commit 1311a10

File tree

13 files changed

+1183
-72
lines changed

13 files changed

+1183
-72
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::CodeBuild - Updated the API, and documentation for AWS CodeBuild.
5+
6+
* Feature - Aws::SESV2 - Updated the API, and documentation for Amazon Simple Email Service.
7+
8+
* Feature - Aws::Detective - Added support for a new service, Amazon Detective.
9+
410
2.11.415 (2019-12-12)
511
------------------
612

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ to be backwards compatible.
316316
| AWS IoT Things Graph | IoTThingsGraph | 2018-09-06 |
317317
| AWS Key Management Service | KMS | 2014-11-01 |
318318
| AWS Lake Formation | LakeFormation | 2017-03-31 |
319-
| AWS Lambda | Lambda | 2015-03-31 |
320319
| AWS Lambda | LambdaPreview | 2014-11-11 |
320+
| AWS Lambda | Lambda | 2015-03-31 |
321321
| AWS License Manager | LicenseManager | 2018-08-01 |
322322
| AWS Marketplace Catalog Service | MarketplaceCatalog | 2018-09-17 |
323323
| AWS Marketplace Commerce Analytics | MarketplaceCommerceAnalytics | 2015-07-01 |
@@ -387,6 +387,7 @@ to be backwards compatible.
387387
| Amazon Connect Participant Service | ConnectParticipant | 2018-09-07 |
388388
| Amazon Connect Service | Connect | 2017-08-08 |
389389
| Amazon Data Lifecycle Manager | DLM | 2018-01-12 |
390+
| Amazon Detective | Detective | 2018-10-26 |
390391
| Amazon DocumentDB with MongoDB compatibility | DocDB | 2014-10-31 |
391392
| Amazon DynamoDB | DynamoDB | 2012-08-10 |
392393
| Amazon DynamoDB Accelerator (DAX) | DAX | 2017-04-19 |
@@ -468,8 +469,8 @@ to be backwards compatible.
468469
| Application Auto Scaling | ApplicationAutoScaling | 2016-02-06 |
469470
| Auto Scaling | AutoScaling | 2011-01-01 |
470471
| EC2 Image Builder | Imagebuilder | 2019-12-02 |
471-
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
472472
| Elastic Load Balancing | ElasticLoadBalancingV2 | 2015-12-01 |
473+
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
473474
| Firewall Management Service | FMS | 2018-01-01 |
474475
| Managed Streaming for Kafka | Kafka | 2018-11-14 |
475476
| Schemas | Schemas | 2019-12-02 |

aws-sdk-core/apis/codebuild/2016-10-06/api-2.json

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,18 @@
151151
{"shape":"InvalidInputException"}
152152
]
153153
},
154+
"DeleteResourcePolicy":{
155+
"name":"DeleteResourcePolicy",
156+
"http":{
157+
"method":"POST",
158+
"requestUri":"/"
159+
},
160+
"input":{"shape":"DeleteResourcePolicyInput"},
161+
"output":{"shape":"DeleteResourcePolicyOutput"},
162+
"errors":[
163+
{"shape":"InvalidInputException"}
164+
]
165+
},
154166
"DeleteSourceCredentials":{
155167
"name":"DeleteSourceCredentials",
156168
"http":{
@@ -191,6 +203,19 @@
191203
{"shape":"ResourceNotFoundException"}
192204
]
193205
},
206+
"GetResourcePolicy":{
207+
"name":"GetResourcePolicy",
208+
"http":{
209+
"method":"POST",
210+
"requestUri":"/"
211+
},
212+
"input":{"shape":"GetResourcePolicyInput"},
213+
"output":{"shape":"GetResourcePolicyOutput"},
214+
"errors":[
215+
{"shape":"ResourceNotFoundException"},
216+
{"shape":"InvalidInputException"}
217+
]
218+
},
194219
"ImportSourceCredentials":{
195220
"name":"ImportSourceCredentials",
196221
"http":{
@@ -301,6 +326,30 @@
301326
{"shape":"ResourceNotFoundException"}
302327
]
303328
},
329+
"ListSharedProjects":{
330+
"name":"ListSharedProjects",
331+
"http":{
332+
"method":"POST",
333+
"requestUri":"/"
334+
},
335+
"input":{"shape":"ListSharedProjectsInput"},
336+
"output":{"shape":"ListSharedProjectsOutput"},
337+
"errors":[
338+
{"shape":"InvalidInputException"}
339+
]
340+
},
341+
"ListSharedReportGroups":{
342+
"name":"ListSharedReportGroups",
343+
"http":{
344+
"method":"POST",
345+
"requestUri":"/"
346+
},
347+
"input":{"shape":"ListSharedReportGroupsInput"},
348+
"output":{"shape":"ListSharedReportGroupsOutput"},
349+
"errors":[
350+
{"shape":"InvalidInputException"}
351+
]
352+
},
304353
"ListSourceCredentials":{
305354
"name":"ListSourceCredentials",
306355
"http":{
@@ -310,6 +359,19 @@
310359
"input":{"shape":"ListSourceCredentialsInput"},
311360
"output":{"shape":"ListSourceCredentialsOutput"}
312361
},
362+
"PutResourcePolicy":{
363+
"name":"PutResourcePolicy",
364+
"http":{
365+
"method":"POST",
366+
"requestUri":"/"
367+
},
368+
"input":{"shape":"PutResourcePolicyInput"},
369+
"output":{"shape":"PutResourcePolicyOutput"},
370+
"errors":[
371+
{"shape":"ResourceNotFoundException"},
372+
{"shape":"InvalidInputException"}
373+
]
374+
},
313375
"StartBuild":{
314376
"name":"StartBuild",
315377
"http":{
@@ -737,6 +799,18 @@
737799
"members":{
738800
}
739801
},
802+
"DeleteResourcePolicyInput":{
803+
"type":"structure",
804+
"required":["resourceArn"],
805+
"members":{
806+
"resourceArn":{"shape":"NonEmptyString"}
807+
}
808+
},
809+
"DeleteResourcePolicyOutput":{
810+
"type":"structure",
811+
"members":{
812+
}
813+
},
740814
"DeleteSourceCredentialsInput":{
741815
"type":"structure",
742816
"required":["arn"],
@@ -865,6 +939,19 @@
865939
"type":"list",
866940
"member":{"shape":"FilterGroup"}
867941
},
942+
"GetResourcePolicyInput":{
943+
"type":"structure",
944+
"required":["resourceArn"],
945+
"members":{
946+
"resourceArn":{"shape":"NonEmptyString"}
947+
}
948+
},
949+
"GetResourcePolicyOutput":{
950+
"type":"structure",
951+
"members":{
952+
"policy":{"shape":"NonEmptyString"}
953+
}
954+
},
868955
"GitCloneDepth":{
869956
"type":"integer",
870957
"min":0
@@ -1053,6 +1140,38 @@
10531140
"reports":{"shape":"ReportArns"}
10541141
}
10551142
},
1143+
"ListSharedProjectsInput":{
1144+
"type":"structure",
1145+
"members":{
1146+
"sortBy":{"shape":"SharedResourceSortByType"},
1147+
"sortOrder":{"shape":"SortOrderType"},
1148+
"maxResults":{"shape":"PageSize"},
1149+
"nextToken":{"shape":"NonEmptyString"}
1150+
}
1151+
},
1152+
"ListSharedProjectsOutput":{
1153+
"type":"structure",
1154+
"members":{
1155+
"nextToken":{"shape":"String"},
1156+
"projects":{"shape":"ProjectArns"}
1157+
}
1158+
},
1159+
"ListSharedReportGroupsInput":{
1160+
"type":"structure",
1161+
"members":{
1162+
"sortOrder":{"shape":"SortOrderType"},
1163+
"sortBy":{"shape":"SharedResourceSortByType"},
1164+
"nextToken":{"shape":"String"},
1165+
"maxResults":{"shape":"PageSize"}
1166+
}
1167+
},
1168+
"ListSharedReportGroupsOutput":{
1169+
"type":"structure",
1170+
"members":{
1171+
"nextToken":{"shape":"String"},
1172+
"reportGroups":{"shape":"ReportGroupArns"}
1173+
}
1174+
},
10561175
"ListSourceCredentialsInput":{
10571176
"type":"structure",
10581177
"members":{
@@ -1160,6 +1279,12 @@
11601279
"logsConfig":{"shape":"LogsConfig"}
11611280
}
11621281
},
1282+
"ProjectArns":{
1283+
"type":"list",
1284+
"member":{"shape":"NonEmptyString"},
1285+
"max":100,
1286+
"min":1
1287+
},
11631288
"ProjectArtifacts":{
11641289
"type":"structure",
11651290
"required":["type"],
@@ -1286,6 +1411,23 @@
12861411
"type":"list",
12871412
"member":{"shape":"Project"}
12881413
},
1414+
"PutResourcePolicyInput":{
1415+
"type":"structure",
1416+
"required":[
1417+
"policy",
1418+
"resourceArn"
1419+
],
1420+
"members":{
1421+
"policy":{"shape":"NonEmptyString"},
1422+
"resourceArn":{"shape":"NonEmptyString"}
1423+
}
1424+
},
1425+
"PutResourcePolicyOutput":{
1426+
"type":"structure",
1427+
"members":{
1428+
"resourceArn":{"shape":"NonEmptyString"}
1429+
}
1430+
},
12891431
"RegistryCredential":{
12901432
"type":"structure",
12911433
"required":[
@@ -1456,6 +1598,13 @@
14561598
"GITHUB_ENTERPRISE"
14571599
]
14581600
},
1601+
"SharedResourceSortByType":{
1602+
"type":"string",
1603+
"enum":[
1604+
"ARN",
1605+
"MODIFIED_TIME"
1606+
]
1607+
},
14591608
"SortOrderType":{
14601609
"type":"string",
14611610
"enum":[

0 commit comments

Comments
 (0)