aws-sdk-core 2.11.415 → 2.11.416

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 406f982ea2c071c7e65e82656eb72426be215236
4
- data.tar.gz: 5bde4e6165405c5dbcacb5bedfdd7a02aa744e27
3
+ metadata.gz: cb5fed67b039b2e64b50843a014f7670a97eccda
4
+ data.tar.gz: d025211505a07550337d3c094a07cb2ab0ae5bca
5
5
  SHA512:
6
- metadata.gz: 785c9988823b5d108b08a938c576598e2644f876769f46eb11c2949a9ff7139aae114a309f3f78ae840b5163690b2fed8d98ef087b523d10a3a5b88741deff6b
7
- data.tar.gz: 3004a2eb803f070813af2aba43ac4afbfea2ba28e80cce3d6d03a1c0badfe8bd756f2403e87a3ace32c2ce16cb2b36ea311cd9744e912260b4272d1471df5d84
6
+ metadata.gz: 17984a49d0e087b6395ffde4451499a300c8ef769dfee5774ed1b823572eb889b72a4fa7ef5a220e5b6702371f809662114efa7b8be61c97d3939d37b991af84
7
+ data.tar.gz: 36c8f198ea7e1d98b7d8e0d4638becda95415aa65b271997852ba018324fba44df65b4fac1fc2d12d7d0ead0ffe1569c1060ae2955587b1a6cb47d2485b95571
@@ -151,6 +151,18 @@
151
151
  {"shape":"InvalidInputException"}
152
152
  ]
153
153
  },
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
+ },
154
166
  "DeleteSourceCredentials":{
155
167
  "name":"DeleteSourceCredentials",
156
168
  "http":{
@@ -191,6 +203,19 @@
191
203
  {"shape":"ResourceNotFoundException"}
192
204
  ]
193
205
  },
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
+ },
194
219
  "ImportSourceCredentials":{
195
220
  "name":"ImportSourceCredentials",
196
221
  "http":{
@@ -301,6 +326,30 @@
301
326
  {"shape":"ResourceNotFoundException"}
302
327
  ]
303
328
  },
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
+ },
304
353
  "ListSourceCredentials":{
305
354
  "name":"ListSourceCredentials",
306
355
  "http":{
@@ -310,6 +359,19 @@
310
359
  "input":{"shape":"ListSourceCredentialsInput"},
311
360
  "output":{"shape":"ListSourceCredentialsOutput"}
312
361
  },
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
+ },
313
375
  "StartBuild":{
314
376
  "name":"StartBuild",
315
377
  "http":{
@@ -737,6 +799,18 @@
737
799
  "members":{
738
800
  }
739
801
  },
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
+ },
740
814
  "DeleteSourceCredentialsInput":{
741
815
  "type":"structure",
742
816
  "required":["arn"],
@@ -865,6 +939,19 @@
865
939
  "type":"list",
866
940
  "member":{"shape":"FilterGroup"}
867
941
  },
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
+ },
868
955
  "GitCloneDepth":{
869
956
  "type":"integer",
870
957
  "min":0
@@ -1053,6 +1140,38 @@
1053
1140
  "reports":{"shape":"ReportArns"}
1054
1141
  }
1055
1142
  },
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
+ },
1056
1175
  "ListSourceCredentialsInput":{
1057
1176
  "type":"structure",
1058
1177
  "members":{
@@ -1160,6 +1279,12 @@
1160
1279
  "logsConfig":{"shape":"LogsConfig"}
1161
1280
  }
1162
1281
  },
1282
+ "ProjectArns":{
1283
+ "type":"list",
1284
+ "member":{"shape":"NonEmptyString"},
1285
+ "max":100,
1286
+ "min":1
1287
+ },
1163
1288
  "ProjectArtifacts":{
1164
1289
  "type":"structure",
1165
1290
  "required":["type"],
@@ -1286,6 +1411,23 @@
1286
1411
  "type":"list",
1287
1412
  "member":{"shape":"Project"}
1288
1413
  },
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
+ },
1289
1431
  "RegistryCredential":{
1290
1432
  "type":"structure",
1291
1433
  "required":[
@@ -1456,6 +1598,13 @@
1456
1598
  "GITHUB_ENTERPRISE"
1457
1599
  ]
1458
1600
  },
1601
+ "SharedResourceSortByType":{
1602
+ "type":"string",
1603
+ "enum":[
1604
+ "ARN",
1605
+ "MODIFIED_TIME"
1606
+ ]
1607
+ },
1459
1608
  "SortOrderType":{
1460
1609
  "type":"string",
1461
1610
  "enum":[
@@ -0,0 +1,447 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2018-10-26",
5
+ "endpointPrefix":"api.detective",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceFullName":"Amazon Detective",
9
+ "serviceId":"Detective",
10
+ "signatureVersion":"v4",
11
+ "signingName":"detective",
12
+ "uid":"detective-2018-10-26"
13
+ },
14
+ "operations":{
15
+ "AcceptInvitation":{
16
+ "name":"AcceptInvitation",
17
+ "http":{
18
+ "method":"PUT",
19
+ "requestUri":"/invitation"
20
+ },
21
+ "input":{"shape":"AcceptInvitationRequest"},
22
+ "errors":[
23
+ {"shape":"ConflictException"},
24
+ {"shape":"InternalServerException"},
25
+ {"shape":"ResourceNotFoundException"},
26
+ {"shape":"ValidationException"}
27
+ ]
28
+ },
29
+ "CreateGraph":{
30
+ "name":"CreateGraph",
31
+ "http":{
32
+ "method":"POST",
33
+ "requestUri":"/graph"
34
+ },
35
+ "output":{"shape":"CreateGraphResponse"},
36
+ "errors":[
37
+ {"shape":"ConflictException"},
38
+ {"shape":"InternalServerException"}
39
+ ]
40
+ },
41
+ "CreateMembers":{
42
+ "name":"CreateMembers",
43
+ "http":{
44
+ "method":"POST",
45
+ "requestUri":"/graph/members"
46
+ },
47
+ "input":{"shape":"CreateMembersRequest"},
48
+ "output":{"shape":"CreateMembersResponse"},
49
+ "errors":[
50
+ {"shape":"InternalServerException"},
51
+ {"shape":"ResourceNotFoundException"},
52
+ {"shape":"ValidationException"},
53
+ {"shape":"ServiceQuotaExceededException"}
54
+ ]
55
+ },
56
+ "DeleteGraph":{
57
+ "name":"DeleteGraph",
58
+ "http":{
59
+ "method":"POST",
60
+ "requestUri":"/graph/removal"
61
+ },
62
+ "input":{"shape":"DeleteGraphRequest"},
63
+ "errors":[
64
+ {"shape":"InternalServerException"},
65
+ {"shape":"ResourceNotFoundException"},
66
+ {"shape":"ValidationException"}
67
+ ]
68
+ },
69
+ "DeleteMembers":{
70
+ "name":"DeleteMembers",
71
+ "http":{
72
+ "method":"POST",
73
+ "requestUri":"/graph/members/removal"
74
+ },
75
+ "input":{"shape":"DeleteMembersRequest"},
76
+ "output":{"shape":"DeleteMembersResponse"},
77
+ "errors":[
78
+ {"shape":"ConflictException"},
79
+ {"shape":"InternalServerException"},
80
+ {"shape":"ResourceNotFoundException"},
81
+ {"shape":"ValidationException"}
82
+ ]
83
+ },
84
+ "DisassociateMembership":{
85
+ "name":"DisassociateMembership",
86
+ "http":{
87
+ "method":"POST",
88
+ "requestUri":"/membership/removal"
89
+ },
90
+ "input":{"shape":"DisassociateMembershipRequest"},
91
+ "errors":[
92
+ {"shape":"ConflictException"},
93
+ {"shape":"InternalServerException"},
94
+ {"shape":"ResourceNotFoundException"},
95
+ {"shape":"ValidationException"}
96
+ ]
97
+ },
98
+ "GetMembers":{
99
+ "name":"GetMembers",
100
+ "http":{
101
+ "method":"POST",
102
+ "requestUri":"/graph/members/get"
103
+ },
104
+ "input":{"shape":"GetMembersRequest"},
105
+ "output":{"shape":"GetMembersResponse"},
106
+ "errors":[
107
+ {"shape":"InternalServerException"},
108
+ {"shape":"ResourceNotFoundException"},
109
+ {"shape":"ValidationException"}
110
+ ]
111
+ },
112
+ "ListGraphs":{
113
+ "name":"ListGraphs",
114
+ "http":{
115
+ "method":"POST",
116
+ "requestUri":"/graphs/list"
117
+ },
118
+ "input":{"shape":"ListGraphsRequest"},
119
+ "output":{"shape":"ListGraphsResponse"},
120
+ "errors":[
121
+ {"shape":"InternalServerException"},
122
+ {"shape":"ValidationException"}
123
+ ]
124
+ },
125
+ "ListInvitations":{
126
+ "name":"ListInvitations",
127
+ "http":{
128
+ "method":"POST",
129
+ "requestUri":"/invitations/list"
130
+ },
131
+ "input":{"shape":"ListInvitationsRequest"},
132
+ "output":{"shape":"ListInvitationsResponse"},
133
+ "errors":[
134
+ {"shape":"InternalServerException"},
135
+ {"shape":"ValidationException"}
136
+ ]
137
+ },
138
+ "ListMembers":{
139
+ "name":"ListMembers",
140
+ "http":{
141
+ "method":"POST",
142
+ "requestUri":"/graph/members/list"
143
+ },
144
+ "input":{"shape":"ListMembersRequest"},
145
+ "output":{"shape":"ListMembersResponse"},
146
+ "errors":[
147
+ {"shape":"InternalServerException"},
148
+ {"shape":"ResourceNotFoundException"},
149
+ {"shape":"ValidationException"}
150
+ ]
151
+ },
152
+ "RejectInvitation":{
153
+ "name":"RejectInvitation",
154
+ "http":{
155
+ "method":"POST",
156
+ "requestUri":"/invitation/removal"
157
+ },
158
+ "input":{"shape":"RejectInvitationRequest"},
159
+ "errors":[
160
+ {"shape":"ConflictException"},
161
+ {"shape":"InternalServerException"},
162
+ {"shape":"ResourceNotFoundException"},
163
+ {"shape":"ValidationException"}
164
+ ]
165
+ }
166
+ },
167
+ "shapes":{
168
+ "AcceptInvitationRequest":{
169
+ "type":"structure",
170
+ "required":["GraphArn"],
171
+ "members":{
172
+ "GraphArn":{"shape":"GraphArn"}
173
+ }
174
+ },
175
+ "Account":{
176
+ "type":"structure",
177
+ "required":[
178
+ "AccountId",
179
+ "EmailAddress"
180
+ ],
181
+ "members":{
182
+ "AccountId":{"shape":"AccountId"},
183
+ "EmailAddress":{"shape":"EmailAddress"}
184
+ }
185
+ },
186
+ "AccountId":{
187
+ "type":"string",
188
+ "max":12,
189
+ "min":12,
190
+ "pattern":"^[0-9]+$"
191
+ },
192
+ "AccountIdList":{
193
+ "type":"list",
194
+ "member":{"shape":"AccountId"},
195
+ "max":50,
196
+ "min":1
197
+ },
198
+ "AccountList":{
199
+ "type":"list",
200
+ "member":{"shape":"Account"},
201
+ "max":50,
202
+ "min":1
203
+ },
204
+ "ConflictException":{
205
+ "type":"structure",
206
+ "members":{
207
+ "Message":{"shape":"ErrorMessage"}
208
+ },
209
+ "error":{"httpStatusCode":409},
210
+ "exception":true
211
+ },
212
+ "CreateGraphResponse":{
213
+ "type":"structure",
214
+ "members":{
215
+ "GraphArn":{"shape":"GraphArn"}
216
+ }
217
+ },
218
+ "CreateMembersRequest":{
219
+ "type":"structure",
220
+ "required":[
221
+ "GraphArn",
222
+ "Accounts"
223
+ ],
224
+ "members":{
225
+ "GraphArn":{"shape":"GraphArn"},
226
+ "Message":{"shape":"EmailMessage"},
227
+ "Accounts":{"shape":"AccountList"}
228
+ }
229
+ },
230
+ "CreateMembersResponse":{
231
+ "type":"structure",
232
+ "members":{
233
+ "Members":{"shape":"MemberDetailList"},
234
+ "UnprocessedAccounts":{"shape":"UnprocessedAccountList"}
235
+ }
236
+ },
237
+ "DeleteGraphRequest":{
238
+ "type":"structure",
239
+ "required":["GraphArn"],
240
+ "members":{
241
+ "GraphArn":{"shape":"GraphArn"}
242
+ }
243
+ },
244
+ "DeleteMembersRequest":{
245
+ "type":"structure",
246
+ "required":[
247
+ "GraphArn",
248
+ "AccountIds"
249
+ ],
250
+ "members":{
251
+ "GraphArn":{"shape":"GraphArn"},
252
+ "AccountIds":{"shape":"AccountIdList"}
253
+ }
254
+ },
255
+ "DeleteMembersResponse":{
256
+ "type":"structure",
257
+ "members":{
258
+ "AccountIds":{"shape":"AccountIdList"},
259
+ "UnprocessedAccounts":{"shape":"UnprocessedAccountList"}
260
+ }
261
+ },
262
+ "DisassociateMembershipRequest":{
263
+ "type":"structure",
264
+ "required":["GraphArn"],
265
+ "members":{
266
+ "GraphArn":{"shape":"GraphArn"}
267
+ }
268
+ },
269
+ "EmailAddress":{
270
+ "type":"string",
271
+ "max":64,
272
+ "min":1,
273
+ "pattern":"^.+@.+$"
274
+ },
275
+ "EmailMessage":{
276
+ "type":"string",
277
+ "max":1000,
278
+ "min":1
279
+ },
280
+ "ErrorMessage":{"type":"string"},
281
+ "GetMembersRequest":{
282
+ "type":"structure",
283
+ "required":[
284
+ "GraphArn",
285
+ "AccountIds"
286
+ ],
287
+ "members":{
288
+ "GraphArn":{"shape":"GraphArn"},
289
+ "AccountIds":{"shape":"AccountIdList"}
290
+ }
291
+ },
292
+ "GetMembersResponse":{
293
+ "type":"structure",
294
+ "members":{
295
+ "MemberDetails":{"shape":"MemberDetailList"},
296
+ "UnprocessedAccounts":{"shape":"UnprocessedAccountList"}
297
+ }
298
+ },
299
+ "Graph":{
300
+ "type":"structure",
301
+ "members":{
302
+ "Arn":{"shape":"GraphArn"},
303
+ "CreatedTime":{"shape":"Timestamp"}
304
+ }
305
+ },
306
+ "GraphArn":{
307
+ "type":"string",
308
+ "pattern":"^arn:aws[-\\w]{0,10}?:detective:[-\\w]{2,20}?:\\d{12}?:graph:[abcdef\\d]{32}?$"
309
+ },
310
+ "GraphList":{
311
+ "type":"list",
312
+ "member":{"shape":"Graph"}
313
+ },
314
+ "InternalServerException":{
315
+ "type":"structure",
316
+ "members":{
317
+ "Message":{"shape":"ErrorMessage"}
318
+ },
319
+ "error":{"httpStatusCode":500},
320
+ "exception":true
321
+ },
322
+ "ListGraphsRequest":{
323
+ "type":"structure",
324
+ "members":{
325
+ "NextToken":{"shape":"PaginationToken"},
326
+ "MaxResults":{"shape":"MemberResultsLimit"}
327
+ }
328
+ },
329
+ "ListGraphsResponse":{
330
+ "type":"structure",
331
+ "members":{
332
+ "GraphList":{"shape":"GraphList"},
333
+ "NextToken":{"shape":"PaginationToken"}
334
+ }
335
+ },
336
+ "ListInvitationsRequest":{
337
+ "type":"structure",
338
+ "members":{
339
+ "NextToken":{"shape":"PaginationToken"},
340
+ "MaxResults":{"shape":"MemberResultsLimit"}
341
+ }
342
+ },
343
+ "ListInvitationsResponse":{
344
+ "type":"structure",
345
+ "members":{
346
+ "Invitations":{"shape":"MemberDetailList"},
347
+ "NextToken":{"shape":"PaginationToken"}
348
+ }
349
+ },
350
+ "ListMembersRequest":{
351
+ "type":"structure",
352
+ "required":["GraphArn"],
353
+ "members":{
354
+ "GraphArn":{"shape":"GraphArn"},
355
+ "NextToken":{"shape":"PaginationToken"},
356
+ "MaxResults":{"shape":"MemberResultsLimit"}
357
+ }
358
+ },
359
+ "ListMembersResponse":{
360
+ "type":"structure",
361
+ "members":{
362
+ "MemberDetails":{"shape":"MemberDetailList"},
363
+ "NextToken":{"shape":"PaginationToken"}
364
+ }
365
+ },
366
+ "MemberDetail":{
367
+ "type":"structure",
368
+ "members":{
369
+ "AccountId":{"shape":"AccountId"},
370
+ "EmailAddress":{"shape":"EmailAddress"},
371
+ "GraphArn":{"shape":"GraphArn"},
372
+ "MasterId":{"shape":"AccountId"},
373
+ "Status":{"shape":"MemberStatus"},
374
+ "InvitedTime":{"shape":"Timestamp"},
375
+ "UpdatedTime":{"shape":"Timestamp"}
376
+ }
377
+ },
378
+ "MemberDetailList":{
379
+ "type":"list",
380
+ "member":{"shape":"MemberDetail"}
381
+ },
382
+ "MemberResultsLimit":{
383
+ "type":"integer",
384
+ "box":true,
385
+ "max":200,
386
+ "min":1
387
+ },
388
+ "MemberStatus":{
389
+ "type":"string",
390
+ "enum":[
391
+ "INVITED",
392
+ "VERIFICATION_IN_PROGRESS",
393
+ "VERIFICATION_FAILED",
394
+ "ENABLED"
395
+ ]
396
+ },
397
+ "PaginationToken":{
398
+ "type":"string",
399
+ "max":1024,
400
+ "min":1
401
+ },
402
+ "RejectInvitationRequest":{
403
+ "type":"structure",
404
+ "required":["GraphArn"],
405
+ "members":{
406
+ "GraphArn":{"shape":"GraphArn"}
407
+ }
408
+ },
409
+ "ResourceNotFoundException":{
410
+ "type":"structure",
411
+ "members":{
412
+ "Message":{"shape":"ErrorMessage"}
413
+ },
414
+ "error":{"httpStatusCode":404},
415
+ "exception":true
416
+ },
417
+ "ServiceQuotaExceededException":{
418
+ "type":"structure",
419
+ "members":{
420
+ "Message":{"shape":"ErrorMessage"}
421
+ },
422
+ "error":{"httpStatusCode":402},
423
+ "exception":true
424
+ },
425
+ "Timestamp":{"type":"timestamp"},
426
+ "UnprocessedAccount":{
427
+ "type":"structure",
428
+ "members":{
429
+ "AccountId":{"shape":"AccountId"},
430
+ "Reason":{"shape":"UnprocessedReason"}
431
+ }
432
+ },
433
+ "UnprocessedAccountList":{
434
+ "type":"list",
435
+ "member":{"shape":"UnprocessedAccount"}
436
+ },
437
+ "UnprocessedReason":{"type":"string"},
438
+ "ValidationException":{
439
+ "type":"structure",
440
+ "members":{
441
+ "Message":{"shape":"ErrorMessage"}
442
+ },
443
+ "error":{"httpStatusCode":400},
444
+ "exception":true
445
+ }
446
+ }
447
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "pagination": {
3
+ "ListGraphs": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListInvitations": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
13
+ "ListMembers": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ }
18
+ }
19
+ }
@@ -91,6 +91,7 @@
91
91
  "input":{"shape":"CreateEmailIdentityRequest"},
92
92
  "output":{"shape":"CreateEmailIdentityResponse"},
93
93
  "errors":[
94
+ {"shape":"AlreadyExistsException"},
94
95
  {"shape":"LimitExceededException"},
95
96
  {"shape":"TooManyRequestsException"},
96
97
  {"shape":"BadRequestException"},
@@ -599,6 +600,20 @@
599
600
  {"shape":"BadRequestException"}
600
601
  ]
601
602
  },
603
+ "PutEmailIdentityDkimSigningAttributes":{
604
+ "name":"PutEmailIdentityDkimSigningAttributes",
605
+ "http":{
606
+ "method":"PUT",
607
+ "requestUri":"/v1/email/identities/{EmailIdentity}/dkim/signing"
608
+ },
609
+ "input":{"shape":"PutEmailIdentityDkimSigningAttributesRequest"},
610
+ "output":{"shape":"PutEmailIdentityDkimSigningAttributesResponse"},
611
+ "errors":[
612
+ {"shape":"NotFoundException"},
613
+ {"shape":"TooManyRequestsException"},
614
+ {"shape":"BadRequestException"}
615
+ ]
616
+ },
602
617
  "PutEmailIdentityFeedbackAttributes":{
603
618
  "name":"PutEmailIdentityFeedbackAttributes",
604
619
  "http":{
@@ -892,7 +907,8 @@
892
907
  "required":["EmailIdentity"],
893
908
  "members":{
894
909
  "EmailIdentity":{"shape":"Identity"},
895
- "Tags":{"shape":"TagList"}
910
+ "Tags":{"shape":"TagList"},
911
+ "DkimSigningAttributes":{"shape":"DkimSigningAttributes"}
896
912
  }
897
913
  },
898
914
  "CreateEmailIdentityResponse":{
@@ -1083,9 +1099,28 @@
1083
1099
  "members":{
1084
1100
  "SigningEnabled":{"shape":"Enabled"},
1085
1101
  "Status":{"shape":"DkimStatus"},
1086
- "Tokens":{"shape":"DnsTokenList"}
1102
+ "Tokens":{"shape":"DnsTokenList"},
1103
+ "SigningAttributesOrigin":{"shape":"DkimSigningAttributesOrigin"}
1104
+ }
1105
+ },
1106
+ "DkimSigningAttributes":{
1107
+ "type":"structure",
1108
+ "required":[
1109
+ "DomainSigningSelector",
1110
+ "DomainSigningPrivateKey"
1111
+ ],
1112
+ "members":{
1113
+ "DomainSigningSelector":{"shape":"Selector"},
1114
+ "DomainSigningPrivateKey":{"shape":"PrivateKey"}
1087
1115
  }
1088
1116
  },
1117
+ "DkimSigningAttributesOrigin":{
1118
+ "type":"string",
1119
+ "enum":[
1120
+ "AWS_SES",
1121
+ "EXTERNAL"
1122
+ ]
1123
+ },
1089
1124
  "DkimStatus":{
1090
1125
  "type":"string",
1091
1126
  "enum":[
@@ -1848,6 +1883,13 @@
1848
1883
  }
1849
1884
  },
1850
1885
  "PoolName":{"type":"string"},
1886
+ "PrivateKey":{
1887
+ "type":"string",
1888
+ "max":20480,
1889
+ "min":1,
1890
+ "pattern":"^[a-zA-Z0-9+\\/]+={0,2}$",
1891
+ "sensitive":true
1892
+ },
1851
1893
  "PutAccountDedicatedIpWarmupAttributesRequest":{
1852
1894
  "type":"structure",
1853
1895
  "members":{
@@ -2037,6 +2079,29 @@
2037
2079
  "members":{
2038
2080
  }
2039
2081
  },
2082
+ "PutEmailIdentityDkimSigningAttributesRequest":{
2083
+ "type":"structure",
2084
+ "required":[
2085
+ "EmailIdentity",
2086
+ "SigningAttributesOrigin"
2087
+ ],
2088
+ "members":{
2089
+ "EmailIdentity":{
2090
+ "shape":"Identity",
2091
+ "location":"uri",
2092
+ "locationName":"EmailIdentity"
2093
+ },
2094
+ "SigningAttributesOrigin":{"shape":"DkimSigningAttributesOrigin"},
2095
+ "SigningAttributes":{"shape":"DkimSigningAttributes"}
2096
+ }
2097
+ },
2098
+ "PutEmailIdentityDkimSigningAttributesResponse":{
2099
+ "type":"structure",
2100
+ "members":{
2101
+ "DkimStatus":{"shape":"DkimStatus"},
2102
+ "DkimTokens":{"shape":"DnsTokenList"}
2103
+ }
2104
+ },
2040
2105
  "PutEmailIdentityFeedbackAttributesRequest":{
2041
2106
  "type":"structure",
2042
2107
  "required":["EmailIdentity"],
@@ -2106,6 +2171,12 @@
2106
2171
  "LastFreshStart":{"shape":"LastFreshStart"}
2107
2172
  }
2108
2173
  },
2174
+ "Selector":{
2175
+ "type":"string",
2176
+ "max":63,
2177
+ "min":1,
2178
+ "pattern":"^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\\-]*[a-zA-Z0-9]))$"
2179
+ },
2109
2180
  "SendEmailRequest":{
2110
2181
  "type":"structure",
2111
2182
  "required":[
data/lib/aws-sdk-core.rb CHANGED
@@ -83,6 +83,7 @@ module Aws
83
83
  DataPipeline
84
84
  DataSync
85
85
  DatabaseMigrationService
86
+ Detective
86
87
  DeviceFarm
87
88
  DirectConnect
88
89
  DirectoryService
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Detective, {
2
+ api: "#{Aws::API_DIR}/detective/2018-10-26/api-2.json",
3
+ docs: "#{Aws::API_DIR}/detective/2018-10-26/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/detective/2018-10-26/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/detective/2018-10-26/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.415'
2
+ VERSION = '2.11.416'
3
3
  end
data/service-models.json CHANGED
@@ -238,6 +238,10 @@
238
238
  "models": "dms/2016-01-01",
239
239
  "endpoint": "dms"
240
240
  },
241
+ "Detective": {
242
+ "models": "detective/2018-10-26",
243
+ "endpoint": "api.detective"
244
+ },
241
245
  "DeviceFarm": {
242
246
  "models": "devicefarm/2015-06-23",
243
247
  "endpoint": "devicefarm"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.415
4
+ version: 2.11.416
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-12 00:00:00.000000000 Z
11
+ date: 2019-12-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -279,6 +279,9 @@ files:
279
279
  - apis/dax/2017-04-19/api-2.json
280
280
  - apis/dax/2017-04-19/examples-1.json
281
281
  - apis/dax/2017-04-19/paginators-1.json
282
+ - apis/detective/2018-10-26/api-2.json
283
+ - apis/detective/2018-10-26/examples-1.json
284
+ - apis/detective/2018-10-26/paginators-1.json
282
285
  - apis/devicefarm/2015-06-23/api-2.json
283
286
  - apis/devicefarm/2015-06-23/examples-1.json
284
287
  - apis/devicefarm/2015-06-23/paginators-1.json
@@ -982,6 +985,7 @@ files:
982
985
  - lib/aws-sdk-core/datasync.rb
983
986
  - lib/aws-sdk-core/dax.rb
984
987
  - lib/aws-sdk-core/deprecations.rb
988
+ - lib/aws-sdk-core/detective.rb
985
989
  - lib/aws-sdk-core/devicefarm.rb
986
990
  - lib/aws-sdk-core/directconnect.rb
987
991
  - lib/aws-sdk-core/directoryservice.rb