aws-sdk-core 2.11.491 → 2.11.492
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codeguru-reviewer/2019-09-19/api-2.json +468 -1
- data/apis/codeguru-reviewer/2019-09-19/paginators-1.json +15 -0
- data/apis/es/2015-01-01/api-2.json +2 -1
- data/apis/fms/2018-01-01/api-2.json +4 -1
- data/apis/redshift/2012-12-01/api-2.json +199 -0
- data/apis/redshift/2012-12-01/paginators-1.json +6 -0
- data/apis/transcribe-streaming/2017-10-26/api-2.json +12 -2
- data/endpoints.json +70 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 68f0ee3eefabb1d7910727e86b9a6fb803df77a9cc6d8a58ae769770fad1554c
|
4
|
+
data.tar.gz: f31f0a42fa23c508b4c5b01c29d506427ecd6eb971560c471d61cd26ec1aa561
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cff74ccb8576ffedac4efb05fab4bd62120669f6f44911200c337006034b6019a07815b6e1bbe96737adc7d28adb7d8b98dfa0d8d5cf5dd3864853763159101
|
7
|
+
data.tar.gz: 752005384d97ec28766040b231926dbab52723c3b0f642727bd29170f6374316cf52ed2862967f4f4699feca86f6ef820410c4c1905811973ae45ddb4e05a2f9
|
@@ -29,6 +29,38 @@
|
|
29
29
|
{"shape":"ThrottlingException"}
|
30
30
|
]
|
31
31
|
},
|
32
|
+
"DescribeCodeReview":{
|
33
|
+
"name":"DescribeCodeReview",
|
34
|
+
"http":{
|
35
|
+
"method":"GET",
|
36
|
+
"requestUri":"/codereviews/{CodeReviewArn}"
|
37
|
+
},
|
38
|
+
"input":{"shape":"DescribeCodeReviewRequest"},
|
39
|
+
"output":{"shape":"DescribeCodeReviewResponse"},
|
40
|
+
"errors":[
|
41
|
+
{"shape":"ResourceNotFoundException"},
|
42
|
+
{"shape":"InternalServerException"},
|
43
|
+
{"shape":"ValidationException"},
|
44
|
+
{"shape":"AccessDeniedException"},
|
45
|
+
{"shape":"ThrottlingException"}
|
46
|
+
]
|
47
|
+
},
|
48
|
+
"DescribeRecommendationFeedback":{
|
49
|
+
"name":"DescribeRecommendationFeedback",
|
50
|
+
"http":{
|
51
|
+
"method":"GET",
|
52
|
+
"requestUri":"/feedback/{CodeReviewArn}"
|
53
|
+
},
|
54
|
+
"input":{"shape":"DescribeRecommendationFeedbackRequest"},
|
55
|
+
"output":{"shape":"DescribeRecommendationFeedbackResponse"},
|
56
|
+
"errors":[
|
57
|
+
{"shape":"ResourceNotFoundException"},
|
58
|
+
{"shape":"InternalServerException"},
|
59
|
+
{"shape":"ValidationException"},
|
60
|
+
{"shape":"AccessDeniedException"},
|
61
|
+
{"shape":"ThrottlingException"}
|
62
|
+
]
|
63
|
+
},
|
32
64
|
"DescribeRepositoryAssociation":{
|
33
65
|
"name":"DescribeRepositoryAssociation",
|
34
66
|
"http":{
|
@@ -62,6 +94,53 @@
|
|
62
94
|
{"shape":"ThrottlingException"}
|
63
95
|
]
|
64
96
|
},
|
97
|
+
"ListCodeReviews":{
|
98
|
+
"name":"ListCodeReviews",
|
99
|
+
"http":{
|
100
|
+
"method":"GET",
|
101
|
+
"requestUri":"/codereviews"
|
102
|
+
},
|
103
|
+
"input":{"shape":"ListCodeReviewsRequest"},
|
104
|
+
"output":{"shape":"ListCodeReviewsResponse"},
|
105
|
+
"errors":[
|
106
|
+
{"shape":"InternalServerException"},
|
107
|
+
{"shape":"ValidationException"},
|
108
|
+
{"shape":"ThrottlingException"},
|
109
|
+
{"shape":"AccessDeniedException"}
|
110
|
+
]
|
111
|
+
},
|
112
|
+
"ListRecommendationFeedback":{
|
113
|
+
"name":"ListRecommendationFeedback",
|
114
|
+
"http":{
|
115
|
+
"method":"GET",
|
116
|
+
"requestUri":"/feedback/{CodeReviewArn}/RecommendationFeedback"
|
117
|
+
},
|
118
|
+
"input":{"shape":"ListRecommendationFeedbackRequest"},
|
119
|
+
"output":{"shape":"ListRecommendationFeedbackResponse"},
|
120
|
+
"errors":[
|
121
|
+
{"shape":"ResourceNotFoundException"},
|
122
|
+
{"shape":"InternalServerException"},
|
123
|
+
{"shape":"ValidationException"},
|
124
|
+
{"shape":"AccessDeniedException"},
|
125
|
+
{"shape":"ThrottlingException"}
|
126
|
+
]
|
127
|
+
},
|
128
|
+
"ListRecommendations":{
|
129
|
+
"name":"ListRecommendations",
|
130
|
+
"http":{
|
131
|
+
"method":"GET",
|
132
|
+
"requestUri":"/codereviews/{CodeReviewArn}/Recommendations"
|
133
|
+
},
|
134
|
+
"input":{"shape":"ListRecommendationsRequest"},
|
135
|
+
"output":{"shape":"ListRecommendationsResponse"},
|
136
|
+
"errors":[
|
137
|
+
{"shape":"ResourceNotFoundException"},
|
138
|
+
{"shape":"InternalServerException"},
|
139
|
+
{"shape":"ValidationException"},
|
140
|
+
{"shape":"AccessDeniedException"},
|
141
|
+
{"shape":"ThrottlingException"}
|
142
|
+
]
|
143
|
+
},
|
65
144
|
"ListRepositoryAssociations":{
|
66
145
|
"name":"ListRepositoryAssociations",
|
67
146
|
"http":{
|
@@ -75,6 +154,22 @@
|
|
75
154
|
{"shape":"ValidationException"},
|
76
155
|
{"shape":"ThrottlingException"}
|
77
156
|
]
|
157
|
+
},
|
158
|
+
"PutRecommendationFeedback":{
|
159
|
+
"name":"PutRecommendationFeedback",
|
160
|
+
"http":{
|
161
|
+
"method":"PUT",
|
162
|
+
"requestUri":"/feedback"
|
163
|
+
},
|
164
|
+
"input":{"shape":"PutRecommendationFeedbackRequest"},
|
165
|
+
"output":{"shape":"PutRecommendationFeedbackResponse"},
|
166
|
+
"errors":[
|
167
|
+
{"shape":"ResourceNotFoundException"},
|
168
|
+
{"shape":"InternalServerException"},
|
169
|
+
{"shape":"ValidationException"},
|
170
|
+
{"shape":"AccessDeniedException"},
|
171
|
+
{"shape":"ThrottlingException"}
|
172
|
+
]
|
78
173
|
}
|
79
174
|
},
|
80
175
|
"shapes":{
|
@@ -90,7 +185,7 @@
|
|
90
185
|
"type":"string",
|
91
186
|
"max":1600,
|
92
187
|
"min":1,
|
93
|
-
"pattern":"^arn:aws[^:\\s]*:codeguru-reviewer:[^:\\s]+:[\\d]{12}:[a-z]+:[\\w-]+$"
|
188
|
+
"pattern":"^arn:aws[^:\\s]*:codeguru-reviewer:[^:\\s]+:[\\d]{12}:[a-z-]+:[\\w-]+$"
|
94
189
|
},
|
95
190
|
"AssociateRepositoryRequest":{
|
96
191
|
"type":"structure",
|
@@ -127,6 +222,56 @@
|
|
127
222
|
"Name":{"shape":"Name"}
|
128
223
|
}
|
129
224
|
},
|
225
|
+
"CodeReview":{
|
226
|
+
"type":"structure",
|
227
|
+
"members":{
|
228
|
+
"Name":{"shape":"Name"},
|
229
|
+
"CodeReviewArn":{"shape":"Arn"},
|
230
|
+
"RepositoryName":{"shape":"Name"},
|
231
|
+
"Owner":{"shape":"Owner"},
|
232
|
+
"ProviderType":{"shape":"ProviderType"},
|
233
|
+
"State":{"shape":"JobState"},
|
234
|
+
"StateReason":{"shape":"StateReason"},
|
235
|
+
"CreatedTimeStamp":{"shape":"TimeStamp"},
|
236
|
+
"LastUpdatedTimeStamp":{"shape":"TimeStamp"},
|
237
|
+
"Type":{"shape":"Type"},
|
238
|
+
"PullRequestId":{"shape":"PullRequestId"},
|
239
|
+
"SourceCodeType":{"shape":"SourceCodeType"},
|
240
|
+
"Metrics":{"shape":"Metrics"}
|
241
|
+
}
|
242
|
+
},
|
243
|
+
"CodeReviewSummaries":{
|
244
|
+
"type":"list",
|
245
|
+
"member":{"shape":"CodeReviewSummary"}
|
246
|
+
},
|
247
|
+
"CodeReviewSummary":{
|
248
|
+
"type":"structure",
|
249
|
+
"members":{
|
250
|
+
"Name":{"shape":"Name"},
|
251
|
+
"CodeReviewArn":{"shape":"Arn"},
|
252
|
+
"RepositoryName":{"shape":"Name"},
|
253
|
+
"Owner":{"shape":"Owner"},
|
254
|
+
"ProviderType":{"shape":"ProviderType"},
|
255
|
+
"State":{"shape":"JobState"},
|
256
|
+
"CreatedTimeStamp":{"shape":"TimeStamp"},
|
257
|
+
"LastUpdatedTimeStamp":{"shape":"TimeStamp"},
|
258
|
+
"Type":{"shape":"Type"},
|
259
|
+
"PullRequestId":{"shape":"PullRequestId"},
|
260
|
+
"MetricsSummary":{"shape":"MetricsSummary"}
|
261
|
+
}
|
262
|
+
},
|
263
|
+
"CommitDiffSourceCodeType":{
|
264
|
+
"type":"structure",
|
265
|
+
"members":{
|
266
|
+
"SourceCommit":{"shape":"CommitId"},
|
267
|
+
"DestinationCommit":{"shape":"CommitId"}
|
268
|
+
}
|
269
|
+
},
|
270
|
+
"CommitId":{
|
271
|
+
"type":"string",
|
272
|
+
"max":64,
|
273
|
+
"min":6
|
274
|
+
},
|
130
275
|
"ConflictException":{
|
131
276
|
"type":"structure",
|
132
277
|
"members":{
|
@@ -135,6 +280,53 @@
|
|
135
280
|
"error":{"httpStatusCode":409},
|
136
281
|
"exception":true
|
137
282
|
},
|
283
|
+
"DescribeCodeReviewRequest":{
|
284
|
+
"type":"structure",
|
285
|
+
"required":["CodeReviewArn"],
|
286
|
+
"members":{
|
287
|
+
"CodeReviewArn":{
|
288
|
+
"shape":"Arn",
|
289
|
+
"location":"uri",
|
290
|
+
"locationName":"CodeReviewArn"
|
291
|
+
}
|
292
|
+
}
|
293
|
+
},
|
294
|
+
"DescribeCodeReviewResponse":{
|
295
|
+
"type":"structure",
|
296
|
+
"members":{
|
297
|
+
"CodeReview":{"shape":"CodeReview"}
|
298
|
+
}
|
299
|
+
},
|
300
|
+
"DescribeRecommendationFeedbackRequest":{
|
301
|
+
"type":"structure",
|
302
|
+
"required":[
|
303
|
+
"CodeReviewArn",
|
304
|
+
"RecommendationId"
|
305
|
+
],
|
306
|
+
"members":{
|
307
|
+
"CodeReviewArn":{
|
308
|
+
"shape":"Arn",
|
309
|
+
"location":"uri",
|
310
|
+
"locationName":"CodeReviewArn"
|
311
|
+
},
|
312
|
+
"RecommendationId":{
|
313
|
+
"shape":"RecommendationId",
|
314
|
+
"location":"querystring",
|
315
|
+
"locationName":"RecommendationId"
|
316
|
+
},
|
317
|
+
"UserId":{
|
318
|
+
"shape":"UserId",
|
319
|
+
"location":"querystring",
|
320
|
+
"locationName":"UserId"
|
321
|
+
}
|
322
|
+
}
|
323
|
+
},
|
324
|
+
"DescribeRecommendationFeedbackResponse":{
|
325
|
+
"type":"structure",
|
326
|
+
"members":{
|
327
|
+
"RecommendationFeedback":{"shape":"RecommendationFeedback"}
|
328
|
+
}
|
329
|
+
},
|
138
330
|
"DescribeRepositoryAssociationRequest":{
|
139
331
|
"type":"structure",
|
140
332
|
"required":["AssociationArn"],
|
@@ -170,6 +362,12 @@
|
|
170
362
|
}
|
171
363
|
},
|
172
364
|
"ErrorMessage":{"type":"string"},
|
365
|
+
"FilePath":{
|
366
|
+
"type":"string",
|
367
|
+
"max":1024,
|
368
|
+
"min":1
|
369
|
+
},
|
370
|
+
"FindingsCount":{"type":"long"},
|
173
371
|
"InternalServerException":{
|
174
372
|
"type":"structure",
|
175
373
|
"members":{
|
@@ -179,6 +377,136 @@
|
|
179
377
|
"exception":true,
|
180
378
|
"fault":true
|
181
379
|
},
|
380
|
+
"JobState":{
|
381
|
+
"type":"string",
|
382
|
+
"enum":[
|
383
|
+
"Completed",
|
384
|
+
"Pending",
|
385
|
+
"Failed",
|
386
|
+
"Deleting"
|
387
|
+
]
|
388
|
+
},
|
389
|
+
"JobStates":{
|
390
|
+
"type":"list",
|
391
|
+
"member":{"shape":"JobState"},
|
392
|
+
"max":3,
|
393
|
+
"min":1
|
394
|
+
},
|
395
|
+
"LineNumber":{"type":"integer"},
|
396
|
+
"ListCodeReviewsMaxResults":{
|
397
|
+
"type":"integer",
|
398
|
+
"max":100,
|
399
|
+
"min":1
|
400
|
+
},
|
401
|
+
"ListCodeReviewsRequest":{
|
402
|
+
"type":"structure",
|
403
|
+
"required":["Type"],
|
404
|
+
"members":{
|
405
|
+
"ProviderTypes":{
|
406
|
+
"shape":"ProviderTypes",
|
407
|
+
"location":"querystring",
|
408
|
+
"locationName":"ProviderTypes"
|
409
|
+
},
|
410
|
+
"States":{
|
411
|
+
"shape":"JobStates",
|
412
|
+
"location":"querystring",
|
413
|
+
"locationName":"States"
|
414
|
+
},
|
415
|
+
"RepositoryNames":{
|
416
|
+
"shape":"RepositoryNames",
|
417
|
+
"location":"querystring",
|
418
|
+
"locationName":"RepositoryNames"
|
419
|
+
},
|
420
|
+
"Type":{
|
421
|
+
"shape":"Type",
|
422
|
+
"location":"querystring",
|
423
|
+
"locationName":"Type"
|
424
|
+
},
|
425
|
+
"MaxResults":{
|
426
|
+
"shape":"ListCodeReviewsMaxResults",
|
427
|
+
"location":"querystring",
|
428
|
+
"locationName":"MaxResults"
|
429
|
+
},
|
430
|
+
"NextToken":{
|
431
|
+
"shape":"NextToken",
|
432
|
+
"location":"querystring",
|
433
|
+
"locationName":"NextToken"
|
434
|
+
}
|
435
|
+
}
|
436
|
+
},
|
437
|
+
"ListCodeReviewsResponse":{
|
438
|
+
"type":"structure",
|
439
|
+
"members":{
|
440
|
+
"CodeReviewSummaries":{"shape":"CodeReviewSummaries"},
|
441
|
+
"NextToken":{"shape":"NextToken"}
|
442
|
+
}
|
443
|
+
},
|
444
|
+
"ListRecommendationFeedbackRequest":{
|
445
|
+
"type":"structure",
|
446
|
+
"required":["CodeReviewArn"],
|
447
|
+
"members":{
|
448
|
+
"NextToken":{
|
449
|
+
"shape":"NextToken",
|
450
|
+
"location":"querystring",
|
451
|
+
"locationName":"NextToken"
|
452
|
+
},
|
453
|
+
"MaxResults":{
|
454
|
+
"shape":"MaxResults",
|
455
|
+
"location":"querystring",
|
456
|
+
"locationName":"MaxResults"
|
457
|
+
},
|
458
|
+
"CodeReviewArn":{
|
459
|
+
"shape":"Arn",
|
460
|
+
"location":"uri",
|
461
|
+
"locationName":"CodeReviewArn"
|
462
|
+
},
|
463
|
+
"UserIds":{
|
464
|
+
"shape":"UserIds",
|
465
|
+
"location":"querystring",
|
466
|
+
"locationName":"UserIds"
|
467
|
+
},
|
468
|
+
"RecommendationIds":{
|
469
|
+
"shape":"RecommendationIds",
|
470
|
+
"location":"querystring",
|
471
|
+
"locationName":"RecommendationIds"
|
472
|
+
}
|
473
|
+
}
|
474
|
+
},
|
475
|
+
"ListRecommendationFeedbackResponse":{
|
476
|
+
"type":"structure",
|
477
|
+
"members":{
|
478
|
+
"RecommendationFeedbackSummaries":{"shape":"RecommendationFeedbackSummaries"},
|
479
|
+
"NextToken":{"shape":"NextToken"}
|
480
|
+
}
|
481
|
+
},
|
482
|
+
"ListRecommendationsRequest":{
|
483
|
+
"type":"structure",
|
484
|
+
"required":["CodeReviewArn"],
|
485
|
+
"members":{
|
486
|
+
"NextToken":{
|
487
|
+
"shape":"NextToken",
|
488
|
+
"location":"querystring",
|
489
|
+
"locationName":"NextToken"
|
490
|
+
},
|
491
|
+
"MaxResults":{
|
492
|
+
"shape":"MaxResults",
|
493
|
+
"location":"querystring",
|
494
|
+
"locationName":"MaxResults"
|
495
|
+
},
|
496
|
+
"CodeReviewArn":{
|
497
|
+
"shape":"Arn",
|
498
|
+
"location":"uri",
|
499
|
+
"locationName":"CodeReviewArn"
|
500
|
+
}
|
501
|
+
}
|
502
|
+
},
|
503
|
+
"ListRecommendationsResponse":{
|
504
|
+
"type":"structure",
|
505
|
+
"members":{
|
506
|
+
"RecommendationSummaries":{"shape":"RecommendationSummaries"},
|
507
|
+
"NextToken":{"shape":"NextToken"}
|
508
|
+
}
|
509
|
+
},
|
182
510
|
"ListRepositoryAssociationsRequest":{
|
183
511
|
"type":"structure",
|
184
512
|
"members":{
|
@@ -226,6 +554,21 @@
|
|
226
554
|
"max":100,
|
227
555
|
"min":1
|
228
556
|
},
|
557
|
+
"MeteredLinesOfCodeCount":{"type":"long"},
|
558
|
+
"Metrics":{
|
559
|
+
"type":"structure",
|
560
|
+
"members":{
|
561
|
+
"MeteredLinesOfCodeCount":{"shape":"MeteredLinesOfCodeCount"},
|
562
|
+
"FindingsCount":{"shape":"FindingsCount"}
|
563
|
+
}
|
564
|
+
},
|
565
|
+
"MetricsSummary":{
|
566
|
+
"type":"structure",
|
567
|
+
"members":{
|
568
|
+
"MeteredLinesOfCodeCount":{"shape":"MeteredLinesOfCodeCount"},
|
569
|
+
"FindingsCount":{"shape":"FindingsCount"}
|
570
|
+
}
|
571
|
+
},
|
229
572
|
"Name":{
|
230
573
|
"type":"string",
|
231
574
|
"max":100,
|
@@ -276,6 +619,90 @@
|
|
276
619
|
"max":3,
|
277
620
|
"min":1
|
278
621
|
},
|
622
|
+
"PullRequestId":{
|
623
|
+
"type":"string",
|
624
|
+
"max":64,
|
625
|
+
"min":1
|
626
|
+
},
|
627
|
+
"PutRecommendationFeedbackRequest":{
|
628
|
+
"type":"structure",
|
629
|
+
"required":[
|
630
|
+
"CodeReviewArn",
|
631
|
+
"RecommendationId",
|
632
|
+
"Reactions"
|
633
|
+
],
|
634
|
+
"members":{
|
635
|
+
"CodeReviewArn":{"shape":"Arn"},
|
636
|
+
"RecommendationId":{"shape":"RecommendationId"},
|
637
|
+
"Reactions":{"shape":"Reactions"}
|
638
|
+
}
|
639
|
+
},
|
640
|
+
"PutRecommendationFeedbackResponse":{
|
641
|
+
"type":"structure",
|
642
|
+
"members":{
|
643
|
+
}
|
644
|
+
},
|
645
|
+
"Reaction":{
|
646
|
+
"type":"string",
|
647
|
+
"enum":[
|
648
|
+
"ThumbsUp",
|
649
|
+
"ThumbsDown"
|
650
|
+
]
|
651
|
+
},
|
652
|
+
"Reactions":{
|
653
|
+
"type":"list",
|
654
|
+
"member":{"shape":"Reaction"},
|
655
|
+
"max":1,
|
656
|
+
"min":0
|
657
|
+
},
|
658
|
+
"RecommendationFeedback":{
|
659
|
+
"type":"structure",
|
660
|
+
"members":{
|
661
|
+
"CodeReviewArn":{"shape":"Arn"},
|
662
|
+
"RecommendationId":{"shape":"RecommendationId"},
|
663
|
+
"Reactions":{"shape":"Reactions"},
|
664
|
+
"UserId":{"shape":"UserId"},
|
665
|
+
"CreatedTimeStamp":{"shape":"TimeStamp"},
|
666
|
+
"LastUpdatedTimeStamp":{"shape":"TimeStamp"}
|
667
|
+
}
|
668
|
+
},
|
669
|
+
"RecommendationFeedbackSummaries":{
|
670
|
+
"type":"list",
|
671
|
+
"member":{"shape":"RecommendationFeedbackSummary"}
|
672
|
+
},
|
673
|
+
"RecommendationFeedbackSummary":{
|
674
|
+
"type":"structure",
|
675
|
+
"members":{
|
676
|
+
"RecommendationId":{"shape":"RecommendationId"},
|
677
|
+
"Reactions":{"shape":"Reactions"},
|
678
|
+
"UserId":{"shape":"UserId"}
|
679
|
+
}
|
680
|
+
},
|
681
|
+
"RecommendationId":{
|
682
|
+
"type":"string",
|
683
|
+
"max":64,
|
684
|
+
"min":1
|
685
|
+
},
|
686
|
+
"RecommendationIds":{
|
687
|
+
"type":"list",
|
688
|
+
"member":{"shape":"RecommendationId"},
|
689
|
+
"max":100,
|
690
|
+
"min":1
|
691
|
+
},
|
692
|
+
"RecommendationSummaries":{
|
693
|
+
"type":"list",
|
694
|
+
"member":{"shape":"RecommendationSummary"}
|
695
|
+
},
|
696
|
+
"RecommendationSummary":{
|
697
|
+
"type":"structure",
|
698
|
+
"members":{
|
699
|
+
"FilePath":{"shape":"FilePath"},
|
700
|
+
"RecommendationId":{"shape":"RecommendationId"},
|
701
|
+
"StartLine":{"shape":"LineNumber"},
|
702
|
+
"EndLine":{"shape":"LineNumber"},
|
703
|
+
"Description":{"shape":"Text"}
|
704
|
+
}
|
705
|
+
},
|
279
706
|
"Repository":{
|
280
707
|
"type":"structure",
|
281
708
|
"members":{
|
@@ -327,11 +754,36 @@
|
|
327
754
|
"State":{"shape":"RepositoryAssociationState"}
|
328
755
|
}
|
329
756
|
},
|
757
|
+
"RepositoryNames":{
|
758
|
+
"type":"list",
|
759
|
+
"member":{"shape":"Name"},
|
760
|
+
"max":100,
|
761
|
+
"min":1
|
762
|
+
},
|
763
|
+
"ResourceNotFoundException":{
|
764
|
+
"type":"structure",
|
765
|
+
"members":{
|
766
|
+
"Message":{"shape":"ErrorMessage"}
|
767
|
+
},
|
768
|
+
"error":{"httpStatusCode":404},
|
769
|
+
"exception":true
|
770
|
+
},
|
771
|
+
"SourceCodeType":{
|
772
|
+
"type":"structure",
|
773
|
+
"members":{
|
774
|
+
"CommitDiff":{"shape":"CommitDiffSourceCodeType"}
|
775
|
+
}
|
776
|
+
},
|
330
777
|
"StateReason":{
|
331
778
|
"type":"string",
|
332
779
|
"max":256,
|
333
780
|
"min":0
|
334
781
|
},
|
782
|
+
"Text":{
|
783
|
+
"type":"string",
|
784
|
+
"max":2048,
|
785
|
+
"min":1
|
786
|
+
},
|
335
787
|
"ThrottlingException":{
|
336
788
|
"type":"structure",
|
337
789
|
"members":{
|
@@ -341,6 +793,21 @@
|
|
341
793
|
"exception":true
|
342
794
|
},
|
343
795
|
"TimeStamp":{"type":"timestamp"},
|
796
|
+
"Type":{
|
797
|
+
"type":"string",
|
798
|
+
"enum":["PullRequest"]
|
799
|
+
},
|
800
|
+
"UserId":{
|
801
|
+
"type":"string",
|
802
|
+
"max":256,
|
803
|
+
"min":1
|
804
|
+
},
|
805
|
+
"UserIds":{
|
806
|
+
"type":"list",
|
807
|
+
"member":{"shape":"UserId"},
|
808
|
+
"max":100,
|
809
|
+
"min":1
|
810
|
+
},
|
344
811
|
"ValidationException":{
|
345
812
|
"type":"structure",
|
346
813
|
"members":{
|
@@ -1,5 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"ListCodeReviews": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults"
|
7
|
+
},
|
8
|
+
"ListRecommendationFeedback": {
|
9
|
+
"input_token": "NextToken",
|
10
|
+
"output_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults"
|
12
|
+
},
|
13
|
+
"ListRecommendations": {
|
14
|
+
"input_token": "NextToken",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"limit_key": "MaxResults"
|
17
|
+
},
|
3
18
|
"ListRepositoryAssociations": {
|
4
19
|
"input_token": "NextToken",
|
5
20
|
"output_token": "NextToken",
|
@@ -1786,7 +1786,8 @@
|
|
1786
1786
|
"Cancellable":{"shape":"Boolean"},
|
1787
1787
|
"UpdateStatus":{"shape":"DeploymentStatus"},
|
1788
1788
|
"Description":{"shape":"String"},
|
1789
|
-
"AutomatedUpdateDate":{"shape":"DeploymentCloseDateTimeStamp"}
|
1789
|
+
"AutomatedUpdateDate":{"shape":"DeploymentCloseDateTimeStamp"},
|
1790
|
+
"OptionalDeployment":{"shape":"Boolean"}
|
1790
1791
|
}
|
1791
1792
|
},
|
1792
1793
|
"ServiceUrl":{"type":"string"},
|
@@ -386,6 +386,27 @@
|
|
386
386
|
{"shape":"InvalidTagFault"}
|
387
387
|
]
|
388
388
|
},
|
389
|
+
"CreateUsageLimit":{
|
390
|
+
"name":"CreateUsageLimit",
|
391
|
+
"http":{
|
392
|
+
"method":"POST",
|
393
|
+
"requestUri":"/"
|
394
|
+
},
|
395
|
+
"input":{"shape":"CreateUsageLimitMessage"},
|
396
|
+
"output":{
|
397
|
+
"shape":"UsageLimit",
|
398
|
+
"resultWrapper":"CreateUsageLimitResult"
|
399
|
+
},
|
400
|
+
"errors":[
|
401
|
+
{"shape":"ClusterNotFoundFault"},
|
402
|
+
{"shape":"InvalidClusterStateFault"},
|
403
|
+
{"shape":"LimitExceededFault"},
|
404
|
+
{"shape":"UsageLimitAlreadyExistsFault"},
|
405
|
+
{"shape":"InvalidUsageLimitFault"},
|
406
|
+
{"shape":"TagLimitExceededFault"},
|
407
|
+
{"shape":"UnsupportedOperationFault"}
|
408
|
+
]
|
409
|
+
},
|
389
410
|
"DeleteCluster":{
|
390
411
|
"name":"DeleteCluster",
|
391
412
|
"http":{
|
@@ -542,6 +563,18 @@
|
|
542
563
|
{"shape":"InvalidTagFault"}
|
543
564
|
]
|
544
565
|
},
|
566
|
+
"DeleteUsageLimit":{
|
567
|
+
"name":"DeleteUsageLimit",
|
568
|
+
"http":{
|
569
|
+
"method":"POST",
|
570
|
+
"requestUri":"/"
|
571
|
+
},
|
572
|
+
"input":{"shape":"DeleteUsageLimitMessage"},
|
573
|
+
"errors":[
|
574
|
+
{"shape":"UsageLimitNotFoundFault"},
|
575
|
+
{"shape":"UnsupportedOperationFault"}
|
576
|
+
]
|
577
|
+
},
|
545
578
|
"DescribeAccountAttributes":{
|
546
579
|
"name":"DescribeAccountAttributes",
|
547
580
|
"http":{
|
@@ -959,6 +992,22 @@
|
|
959
992
|
{"shape":"InvalidTagFault"}
|
960
993
|
]
|
961
994
|
},
|
995
|
+
"DescribeUsageLimits":{
|
996
|
+
"name":"DescribeUsageLimits",
|
997
|
+
"http":{
|
998
|
+
"method":"POST",
|
999
|
+
"requestUri":"/"
|
1000
|
+
},
|
1001
|
+
"input":{"shape":"DescribeUsageLimitsMessage"},
|
1002
|
+
"output":{
|
1003
|
+
"shape":"UsageLimitList",
|
1004
|
+
"resultWrapper":"DescribeUsageLimitsResult"
|
1005
|
+
},
|
1006
|
+
"errors":[
|
1007
|
+
{"shape":"ClusterNotFoundFault"},
|
1008
|
+
{"shape":"UnsupportedOperationFault"}
|
1009
|
+
]
|
1010
|
+
},
|
962
1011
|
"DisableLogging":{
|
963
1012
|
"name":"DisableLogging",
|
964
1013
|
"http":{
|
@@ -1299,6 +1348,23 @@
|
|
1299
1348
|
{"shape":"SnapshotScheduleUpdateInProgressFault"}
|
1300
1349
|
]
|
1301
1350
|
},
|
1351
|
+
"ModifyUsageLimit":{
|
1352
|
+
"name":"ModifyUsageLimit",
|
1353
|
+
"http":{
|
1354
|
+
"method":"POST",
|
1355
|
+
"requestUri":"/"
|
1356
|
+
},
|
1357
|
+
"input":{"shape":"ModifyUsageLimitMessage"},
|
1358
|
+
"output":{
|
1359
|
+
"shape":"UsageLimit",
|
1360
|
+
"resultWrapper":"ModifyUsageLimitResult"
|
1361
|
+
},
|
1362
|
+
"errors":[
|
1363
|
+
{"shape":"InvalidUsageLimitFault"},
|
1364
|
+
{"shape":"UsageLimitNotFoundFault"},
|
1365
|
+
{"shape":"UnsupportedOperationFault"}
|
1366
|
+
]
|
1367
|
+
},
|
1302
1368
|
"PauseCluster":{
|
1303
1369
|
"name":"PauseCluster",
|
1304
1370
|
"http":{
|
@@ -2533,6 +2599,24 @@
|
|
2533
2599
|
"Tags":{"shape":"TagList"}
|
2534
2600
|
}
|
2535
2601
|
},
|
2602
|
+
"CreateUsageLimitMessage":{
|
2603
|
+
"type":"structure",
|
2604
|
+
"required":[
|
2605
|
+
"ClusterIdentifier",
|
2606
|
+
"FeatureType",
|
2607
|
+
"LimitType",
|
2608
|
+
"Amount"
|
2609
|
+
],
|
2610
|
+
"members":{
|
2611
|
+
"ClusterIdentifier":{"shape":"String"},
|
2612
|
+
"FeatureType":{"shape":"UsageLimitFeatureType"},
|
2613
|
+
"LimitType":{"shape":"UsageLimitLimitType"},
|
2614
|
+
"Amount":{"shape":"Long"},
|
2615
|
+
"Period":{"shape":"UsageLimitPeriod"},
|
2616
|
+
"BreachAction":{"shape":"UsageLimitBreachAction"},
|
2617
|
+
"Tags":{"shape":"TagList"}
|
2618
|
+
}
|
2619
|
+
},
|
2536
2620
|
"CustomerStorageMessage":{
|
2537
2621
|
"type":"structure",
|
2538
2622
|
"members":{
|
@@ -2693,6 +2777,13 @@
|
|
2693
2777
|
"TagKeys":{"shape":"TagKeyList"}
|
2694
2778
|
}
|
2695
2779
|
},
|
2780
|
+
"DeleteUsageLimitMessage":{
|
2781
|
+
"type":"structure",
|
2782
|
+
"required":["UsageLimitId"],
|
2783
|
+
"members":{
|
2784
|
+
"UsageLimitId":{"shape":"String"}
|
2785
|
+
}
|
2786
|
+
},
|
2696
2787
|
"DependentServiceRequestThrottlingFault":{
|
2697
2788
|
"type":"structure",
|
2698
2789
|
"members":{
|
@@ -2992,6 +3083,18 @@
|
|
2992
3083
|
"TagValues":{"shape":"TagValueList"}
|
2993
3084
|
}
|
2994
3085
|
},
|
3086
|
+
"DescribeUsageLimitsMessage":{
|
3087
|
+
"type":"structure",
|
3088
|
+
"members":{
|
3089
|
+
"UsageLimitId":{"shape":"String"},
|
3090
|
+
"ClusterIdentifier":{"shape":"String"},
|
3091
|
+
"FeatureType":{"shape":"UsageLimitFeatureType"},
|
3092
|
+
"MaxRecords":{"shape":"IntegerOptional"},
|
3093
|
+
"Marker":{"shape":"String"},
|
3094
|
+
"TagKeys":{"shape":"TagKeyList"},
|
3095
|
+
"TagValues":{"shape":"TagValueList"}
|
3096
|
+
}
|
3097
|
+
},
|
2995
3098
|
"DisableLoggingMessage":{
|
2996
3099
|
"type":"structure",
|
2997
3100
|
"required":["ClusterIdentifier"],
|
@@ -3682,6 +3785,17 @@
|
|
3682
3785
|
},
|
3683
3786
|
"exception":true
|
3684
3787
|
},
|
3788
|
+
"InvalidUsageLimitFault":{
|
3789
|
+
"type":"structure",
|
3790
|
+
"members":{
|
3791
|
+
},
|
3792
|
+
"error":{
|
3793
|
+
"code":"InvalidUsageLimit",
|
3794
|
+
"httpStatusCode":400,
|
3795
|
+
"senderFault":true
|
3796
|
+
},
|
3797
|
+
"exception":true
|
3798
|
+
},
|
3685
3799
|
"InvalidVPCNetworkStateFault":{
|
3686
3800
|
"type":"structure",
|
3687
3801
|
"members":{
|
@@ -3931,6 +4045,15 @@
|
|
3931
4045
|
"ScheduleDefinitions":{"shape":"ScheduleDefinitionList"}
|
3932
4046
|
}
|
3933
4047
|
},
|
4048
|
+
"ModifyUsageLimitMessage":{
|
4049
|
+
"type":"structure",
|
4050
|
+
"required":["UsageLimitId"],
|
4051
|
+
"members":{
|
4052
|
+
"UsageLimitId":{"shape":"String"},
|
4053
|
+
"Amount":{"shape":"LongOptional"},
|
4054
|
+
"BreachAction":{"shape":"UsageLimitBreachAction"}
|
4055
|
+
}
|
4056
|
+
},
|
3934
4057
|
"NodeConfigurationOption":{
|
3935
4058
|
"type":"structure",
|
3936
4059
|
"members":{
|
@@ -5295,6 +5418,82 @@
|
|
5295
5418
|
"SupportedOperations":{"shape":"SupportedOperationList"}
|
5296
5419
|
}
|
5297
5420
|
},
|
5421
|
+
"UsageLimit":{
|
5422
|
+
"type":"structure",
|
5423
|
+
"members":{
|
5424
|
+
"UsageLimitId":{"shape":"String"},
|
5425
|
+
"ClusterIdentifier":{"shape":"String"},
|
5426
|
+
"FeatureType":{"shape":"UsageLimitFeatureType"},
|
5427
|
+
"LimitType":{"shape":"UsageLimitLimitType"},
|
5428
|
+
"Amount":{"shape":"Long"},
|
5429
|
+
"Period":{"shape":"UsageLimitPeriod"},
|
5430
|
+
"BreachAction":{"shape":"UsageLimitBreachAction"},
|
5431
|
+
"Tags":{"shape":"TagList"}
|
5432
|
+
}
|
5433
|
+
},
|
5434
|
+
"UsageLimitAlreadyExistsFault":{
|
5435
|
+
"type":"structure",
|
5436
|
+
"members":{
|
5437
|
+
},
|
5438
|
+
"error":{
|
5439
|
+
"code":"UsageLimitAlreadyExists",
|
5440
|
+
"httpStatusCode":400,
|
5441
|
+
"senderFault":true
|
5442
|
+
},
|
5443
|
+
"exception":true
|
5444
|
+
},
|
5445
|
+
"UsageLimitBreachAction":{
|
5446
|
+
"type":"string",
|
5447
|
+
"enum":[
|
5448
|
+
"log",
|
5449
|
+
"emit-metric",
|
5450
|
+
"disable"
|
5451
|
+
]
|
5452
|
+
},
|
5453
|
+
"UsageLimitFeatureType":{
|
5454
|
+
"type":"string",
|
5455
|
+
"enum":[
|
5456
|
+
"spectrum",
|
5457
|
+
"concurrency-scaling"
|
5458
|
+
]
|
5459
|
+
},
|
5460
|
+
"UsageLimitLimitType":{
|
5461
|
+
"type":"string",
|
5462
|
+
"enum":[
|
5463
|
+
"time",
|
5464
|
+
"data-scanned"
|
5465
|
+
]
|
5466
|
+
},
|
5467
|
+
"UsageLimitList":{
|
5468
|
+
"type":"structure",
|
5469
|
+
"members":{
|
5470
|
+
"UsageLimits":{"shape":"UsageLimits"},
|
5471
|
+
"Marker":{"shape":"String"}
|
5472
|
+
}
|
5473
|
+
},
|
5474
|
+
"UsageLimitNotFoundFault":{
|
5475
|
+
"type":"structure",
|
5476
|
+
"members":{
|
5477
|
+
},
|
5478
|
+
"error":{
|
5479
|
+
"code":"UsageLimitNotFound",
|
5480
|
+
"httpStatusCode":404,
|
5481
|
+
"senderFault":true
|
5482
|
+
},
|
5483
|
+
"exception":true
|
5484
|
+
},
|
5485
|
+
"UsageLimitPeriod":{
|
5486
|
+
"type":"string",
|
5487
|
+
"enum":[
|
5488
|
+
"daily",
|
5489
|
+
"weekly",
|
5490
|
+
"monthly"
|
5491
|
+
]
|
5492
|
+
},
|
5493
|
+
"UsageLimits":{
|
5494
|
+
"type":"list",
|
5495
|
+
"member":{"shape":"UsageLimit"}
|
5496
|
+
},
|
5298
5497
|
"ValueStringList":{
|
5299
5498
|
"type":"list",
|
5300
5499
|
"member":{
|
@@ -101,6 +101,12 @@
|
|
101
101
|
"limit_key": "MaxRecords",
|
102
102
|
"output_token": "Marker",
|
103
103
|
"result_key": "ScheduledActions"
|
104
|
+
},
|
105
|
+
"DescribeUsageLimits": {
|
106
|
+
"input_token": "Marker",
|
107
|
+
"limit_key": "MaxRecords",
|
108
|
+
"output_token": "Marker",
|
109
|
+
"result_key": "UsageLimits"
|
104
110
|
}
|
105
111
|
}
|
106
112
|
}
|
@@ -24,7 +24,8 @@
|
|
24
24
|
{"shape":"BadRequestException"},
|
25
25
|
{"shape":"LimitExceededException"},
|
26
26
|
{"shape":"InternalFailureException"},
|
27
|
-
{"shape":"ConflictException"}
|
27
|
+
{"shape":"ConflictException"},
|
28
|
+
{"shape":"ServiceUnavailableException"}
|
28
29
|
]
|
29
30
|
}
|
30
31
|
},
|
@@ -148,6 +149,14 @@
|
|
148
149
|
"type":"list",
|
149
150
|
"member":{"shape":"Result"}
|
150
151
|
},
|
152
|
+
"ServiceUnavailableException":{
|
153
|
+
"type":"structure",
|
154
|
+
"members":{
|
155
|
+
"Message":{"shape":"String"}
|
156
|
+
},
|
157
|
+
"error":{"httpStatusCode":503},
|
158
|
+
"exception":true
|
159
|
+
},
|
151
160
|
"SessionId":{
|
152
161
|
"type":"string",
|
153
162
|
"pattern":"[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"
|
@@ -248,7 +257,8 @@
|
|
248
257
|
"BadRequestException":{"shape":"BadRequestException"},
|
249
258
|
"LimitExceededException":{"shape":"LimitExceededException"},
|
250
259
|
"InternalFailureException":{"shape":"InternalFailureException"},
|
251
|
-
"ConflictException":{"shape":"ConflictException"}
|
260
|
+
"ConflictException":{"shape":"ConflictException"},
|
261
|
+
"ServiceUnavailableException":{"shape":"ServiceUnavailableException"}
|
252
262
|
},
|
253
263
|
"eventstream":true
|
254
264
|
},
|
data/endpoints.json
CHANGED
@@ -8,8 +8,11 @@
|
|
8
8
|
"dnsSuffix" : "amazonaws.com",
|
9
9
|
"partition" : "aws",
|
10
10
|
"partitionName" : "AWS Standard",
|
11
|
-
"regionRegex" : "^(us|eu|ap|sa|ca|me)\\-\\w+\\-\\d+$",
|
11
|
+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
|
12
12
|
"regions" : {
|
13
|
+
"af-south-1" : {
|
14
|
+
"description" : "Africa (Cape Town)"
|
15
|
+
},
|
13
16
|
"ap-east-1" : {
|
14
17
|
"description" : "Asia Pacific (Hong Kong)"
|
15
18
|
},
|
@@ -73,6 +76,7 @@
|
|
73
76
|
},
|
74
77
|
"access-analyzer" : {
|
75
78
|
"endpoints" : {
|
79
|
+
"af-south-1" : { },
|
76
80
|
"ap-east-1" : { },
|
77
81
|
"ap-northeast-1" : { },
|
78
82
|
"ap-northeast-2" : { },
|
@@ -95,6 +99,7 @@
|
|
95
99
|
},
|
96
100
|
"acm" : {
|
97
101
|
"endpoints" : {
|
102
|
+
"af-south-1" : { },
|
98
103
|
"ap-east-1" : { },
|
99
104
|
"ap-northeast-1" : { },
|
100
105
|
"ap-northeast-2" : { },
|
@@ -202,6 +207,12 @@
|
|
202
207
|
},
|
203
208
|
"api.ecr" : {
|
204
209
|
"endpoints" : {
|
210
|
+
"af-south-1" : {
|
211
|
+
"credentialScope" : {
|
212
|
+
"region" : "af-south-1"
|
213
|
+
},
|
214
|
+
"hostname" : "api.ecr.af-south-1.amazonaws.com"
|
215
|
+
},
|
205
216
|
"ap-east-1" : {
|
206
217
|
"credentialScope" : {
|
207
218
|
"region" : "ap-east-1"
|
@@ -406,6 +417,7 @@
|
|
406
417
|
},
|
407
418
|
"apigateway" : {
|
408
419
|
"endpoints" : {
|
420
|
+
"af-south-1" : { },
|
409
421
|
"ap-east-1" : { },
|
410
422
|
"ap-northeast-1" : { },
|
411
423
|
"ap-northeast-2" : { },
|
@@ -431,6 +443,7 @@
|
|
431
443
|
"protocols" : [ "http", "https" ]
|
432
444
|
},
|
433
445
|
"endpoints" : {
|
446
|
+
"af-south-1" : { },
|
434
447
|
"ap-east-1" : { },
|
435
448
|
"ap-northeast-1" : { },
|
436
449
|
"ap-northeast-2" : { },
|
@@ -539,6 +552,7 @@
|
|
539
552
|
"protocols" : [ "http", "https" ]
|
540
553
|
},
|
541
554
|
"endpoints" : {
|
555
|
+
"af-south-1" : { },
|
542
556
|
"ap-east-1" : { },
|
543
557
|
"ap-northeast-1" : { },
|
544
558
|
"ap-northeast-2" : { },
|
@@ -720,6 +734,7 @@
|
|
720
734
|
},
|
721
735
|
"cloudformation" : {
|
722
736
|
"endpoints" : {
|
737
|
+
"af-south-1" : { },
|
723
738
|
"ap-east-1" : { },
|
724
739
|
"ap-northeast-1" : { },
|
725
740
|
"ap-northeast-2" : { },
|
@@ -834,6 +849,7 @@
|
|
834
849
|
},
|
835
850
|
"cloudtrail" : {
|
836
851
|
"endpoints" : {
|
852
|
+
"af-south-1" : { },
|
837
853
|
"ap-east-1" : { },
|
838
854
|
"ap-northeast-1" : { },
|
839
855
|
"ap-northeast-2" : { },
|
@@ -954,6 +970,7 @@
|
|
954
970
|
},
|
955
971
|
"codedeploy" : {
|
956
972
|
"endpoints" : {
|
973
|
+
"af-south-1" : { },
|
957
974
|
"ap-east-1" : { },
|
958
975
|
"ap-northeast-1" : { },
|
959
976
|
"ap-northeast-2" : { },
|
@@ -1395,6 +1412,7 @@
|
|
1395
1412
|
},
|
1396
1413
|
"directconnect" : {
|
1397
1414
|
"endpoints" : {
|
1415
|
+
"af-south-1" : { },
|
1398
1416
|
"ap-east-1" : { },
|
1399
1417
|
"ap-northeast-1" : { },
|
1400
1418
|
"ap-northeast-2" : { },
|
@@ -1448,6 +1466,7 @@
|
|
1448
1466
|
},
|
1449
1467
|
"dms" : {
|
1450
1468
|
"endpoints" : {
|
1469
|
+
"af-south-1" : { },
|
1451
1470
|
"ap-east-1" : { },
|
1452
1471
|
"ap-northeast-1" : { },
|
1453
1472
|
"ap-northeast-2" : { },
|
@@ -1613,6 +1632,7 @@
|
|
1613
1632
|
"protocols" : [ "http", "https" ]
|
1614
1633
|
},
|
1615
1634
|
"endpoints" : {
|
1635
|
+
"af-south-1" : { },
|
1616
1636
|
"ap-east-1" : { },
|
1617
1637
|
"ap-northeast-1" : { },
|
1618
1638
|
"ap-northeast-2" : { },
|
@@ -1675,6 +1695,7 @@
|
|
1675
1695
|
"protocols" : [ "http", "https" ]
|
1676
1696
|
},
|
1677
1697
|
"endpoints" : {
|
1698
|
+
"af-south-1" : { },
|
1678
1699
|
"ap-east-1" : { },
|
1679
1700
|
"ap-northeast-1" : { },
|
1680
1701
|
"ap-northeast-2" : { },
|
@@ -1727,6 +1748,7 @@
|
|
1727
1748
|
},
|
1728
1749
|
"ecs" : {
|
1729
1750
|
"endpoints" : {
|
1751
|
+
"af-south-1" : { },
|
1730
1752
|
"ap-east-1" : { },
|
1731
1753
|
"ap-northeast-1" : { },
|
1732
1754
|
"ap-northeast-2" : { },
|
@@ -1795,6 +1817,7 @@
|
|
1795
1817
|
},
|
1796
1818
|
"elasticache" : {
|
1797
1819
|
"endpoints" : {
|
1820
|
+
"af-south-1" : { },
|
1798
1821
|
"ap-east-1" : { },
|
1799
1822
|
"ap-northeast-1" : { },
|
1800
1823
|
"ap-northeast-2" : { },
|
@@ -1823,6 +1846,7 @@
|
|
1823
1846
|
},
|
1824
1847
|
"elasticbeanstalk" : {
|
1825
1848
|
"endpoints" : {
|
1849
|
+
"af-south-1" : { },
|
1826
1850
|
"ap-east-1" : { },
|
1827
1851
|
"ap-northeast-1" : { },
|
1828
1852
|
"ap-northeast-2" : { },
|
@@ -2002,6 +2026,7 @@
|
|
2002
2026
|
"protocols" : [ "https" ]
|
2003
2027
|
},
|
2004
2028
|
"endpoints" : {
|
2029
|
+
"af-south-1" : { },
|
2005
2030
|
"ap-east-1" : { },
|
2006
2031
|
"ap-northeast-1" : { },
|
2007
2032
|
"ap-northeast-2" : { },
|
@@ -2052,6 +2077,7 @@
|
|
2052
2077
|
"sslCommonName" : "{region}.{service}.{dnsSuffix}"
|
2053
2078
|
},
|
2054
2079
|
"endpoints" : {
|
2080
|
+
"af-south-1" : { },
|
2055
2081
|
"ap-east-1" : { },
|
2056
2082
|
"ap-northeast-1" : { },
|
2057
2083
|
"ap-northeast-2" : { },
|
@@ -2140,6 +2166,7 @@
|
|
2140
2166
|
},
|
2141
2167
|
"es" : {
|
2142
2168
|
"endpoints" : {
|
2169
|
+
"af-south-1" : { },
|
2143
2170
|
"ap-east-1" : { },
|
2144
2171
|
"ap-northeast-1" : { },
|
2145
2172
|
"ap-northeast-2" : { },
|
@@ -2168,6 +2195,7 @@
|
|
2168
2195
|
},
|
2169
2196
|
"events" : {
|
2170
2197
|
"endpoints" : {
|
2198
|
+
"af-south-1" : { },
|
2171
2199
|
"ap-east-1" : { },
|
2172
2200
|
"ap-northeast-1" : { },
|
2173
2201
|
"ap-northeast-2" : { },
|
@@ -2403,6 +2431,7 @@
|
|
2403
2431
|
"endpoints" : {
|
2404
2432
|
"ap-east-1" : { },
|
2405
2433
|
"ap-northeast-1" : { },
|
2434
|
+
"ap-northeast-2" : { },
|
2406
2435
|
"ap-southeast-1" : { },
|
2407
2436
|
"ap-southeast-2" : { },
|
2408
2437
|
"eu-central-1" : { },
|
@@ -2438,6 +2467,7 @@
|
|
2438
2467
|
"protocols" : [ "http", "https" ]
|
2439
2468
|
},
|
2440
2469
|
"endpoints" : {
|
2470
|
+
"af-south-1" : { },
|
2441
2471
|
"ap-east-1" : { },
|
2442
2472
|
"ap-northeast-1" : { },
|
2443
2473
|
"ap-northeast-2" : { },
|
@@ -2865,6 +2895,7 @@
|
|
2865
2895
|
},
|
2866
2896
|
"kinesis" : {
|
2867
2897
|
"endpoints" : {
|
2898
|
+
"af-south-1" : { },
|
2868
2899
|
"ap-east-1" : { },
|
2869
2900
|
"ap-northeast-1" : { },
|
2870
2901
|
"ap-northeast-2" : { },
|
@@ -2951,6 +2982,7 @@
|
|
2951
2982
|
},
|
2952
2983
|
"kms" : {
|
2953
2984
|
"endpoints" : {
|
2985
|
+
"af-south-1" : { },
|
2954
2986
|
"ap-east-1" : { },
|
2955
2987
|
"ap-northeast-1" : { },
|
2956
2988
|
"ap-northeast-2" : { },
|
@@ -2990,6 +3022,7 @@
|
|
2990
3022
|
},
|
2991
3023
|
"lambda" : {
|
2992
3024
|
"endpoints" : {
|
3025
|
+
"af-south-1" : { },
|
2993
3026
|
"ap-east-1" : { },
|
2994
3027
|
"ap-northeast-1" : { },
|
2995
3028
|
"ap-northeast-2" : { },
|
@@ -3099,6 +3132,7 @@
|
|
3099
3132
|
},
|
3100
3133
|
"logs" : {
|
3101
3134
|
"endpoints" : {
|
3135
|
+
"af-south-1" : { },
|
3102
3136
|
"ap-east-1" : { },
|
3103
3137
|
"ap-northeast-1" : { },
|
3104
3138
|
"ap-northeast-2" : { },
|
@@ -3234,6 +3268,7 @@
|
|
3234
3268
|
}
|
3235
3269
|
},
|
3236
3270
|
"endpoints" : {
|
3271
|
+
"af-south-1" : { },
|
3237
3272
|
"ap-east-1" : { },
|
3238
3273
|
"ap-northeast-1" : { },
|
3239
3274
|
"ap-northeast-2" : { },
|
@@ -3273,8 +3308,11 @@
|
|
3273
3308
|
}
|
3274
3309
|
},
|
3275
3310
|
"endpoints" : {
|
3311
|
+
"ap-southeast-1" : { },
|
3276
3312
|
"ap-southeast-2" : { },
|
3313
|
+
"eu-central-1" : { },
|
3277
3314
|
"eu-west-1" : { },
|
3315
|
+
"eu-west-2" : { },
|
3278
3316
|
"us-east-1" : { },
|
3279
3317
|
"us-west-2" : { }
|
3280
3318
|
}
|
@@ -3284,6 +3322,7 @@
|
|
3284
3322
|
"protocols" : [ "http", "https" ]
|
3285
3323
|
},
|
3286
3324
|
"endpoints" : {
|
3325
|
+
"af-south-1" : { },
|
3287
3326
|
"ap-east-1" : { },
|
3288
3327
|
"ap-northeast-1" : { },
|
3289
3328
|
"ap-northeast-2" : { },
|
@@ -3794,6 +3833,7 @@
|
|
3794
3833
|
},
|
3795
3834
|
"rds" : {
|
3796
3835
|
"endpoints" : {
|
3836
|
+
"af-south-1" : { },
|
3797
3837
|
"ap-east-1" : { },
|
3798
3838
|
"ap-northeast-1" : { },
|
3799
3839
|
"ap-northeast-2" : { },
|
@@ -3818,6 +3858,7 @@
|
|
3818
3858
|
},
|
3819
3859
|
"redshift" : {
|
3820
3860
|
"endpoints" : {
|
3861
|
+
"af-south-1" : { },
|
3821
3862
|
"ap-east-1" : { },
|
3822
3863
|
"ap-northeast-1" : { },
|
3823
3864
|
"ap-northeast-2" : { },
|
@@ -3886,6 +3927,7 @@
|
|
3886
3927
|
},
|
3887
3928
|
"resource-groups" : {
|
3888
3929
|
"endpoints" : {
|
3930
|
+
"af-south-1" : { },
|
3889
3931
|
"ap-east-1" : { },
|
3890
3932
|
"ap-northeast-1" : { },
|
3891
3933
|
"ap-northeast-2" : { },
|
@@ -3990,8 +4032,11 @@
|
|
3990
4032
|
}
|
3991
4033
|
},
|
3992
4034
|
"endpoints" : {
|
4035
|
+
"ap-southeast-1" : { },
|
3993
4036
|
"ap-southeast-2" : { },
|
4037
|
+
"eu-central-1" : { },
|
3994
4038
|
"eu-west-1" : { },
|
4039
|
+
"eu-west-2" : { },
|
3995
4040
|
"us-east-1" : { },
|
3996
4041
|
"us-west-2" : { }
|
3997
4042
|
}
|
@@ -4048,6 +4093,7 @@
|
|
4048
4093
|
"signatureVersions" : [ "s3v4" ]
|
4049
4094
|
},
|
4050
4095
|
"endpoints" : {
|
4096
|
+
"af-south-1" : { },
|
4051
4097
|
"ap-east-1" : { },
|
4052
4098
|
"ap-northeast-1" : {
|
4053
4099
|
"hostname" : "s3.ap-northeast-1.amazonaws.com",
|
@@ -4528,6 +4574,7 @@
|
|
4528
4574
|
},
|
4529
4575
|
"sms" : {
|
4530
4576
|
"endpoints" : {
|
4577
|
+
"af-south-1" : { },
|
4531
4578
|
"ap-east-1" : { },
|
4532
4579
|
"ap-northeast-1" : { },
|
4533
4580
|
"ap-northeast-2" : { },
|
@@ -4686,6 +4733,7 @@
|
|
4686
4733
|
"protocols" : [ "http", "https" ]
|
4687
4734
|
},
|
4688
4735
|
"endpoints" : {
|
4736
|
+
"af-south-1" : { },
|
4689
4737
|
"ap-east-1" : { },
|
4690
4738
|
"ap-northeast-1" : { },
|
4691
4739
|
"ap-northeast-2" : { },
|
@@ -4736,6 +4784,7 @@
|
|
4736
4784
|
"sslCommonName" : "{region}.queue.{dnsSuffix}"
|
4737
4785
|
},
|
4738
4786
|
"endpoints" : {
|
4787
|
+
"af-south-1" : { },
|
4739
4788
|
"ap-east-1" : { },
|
4740
4789
|
"ap-northeast-1" : { },
|
4741
4790
|
"ap-northeast-2" : { },
|
@@ -4784,6 +4833,7 @@
|
|
4784
4833
|
},
|
4785
4834
|
"ssm" : {
|
4786
4835
|
"endpoints" : {
|
4836
|
+
"af-south-1" : { },
|
4787
4837
|
"ap-east-1" : { },
|
4788
4838
|
"ap-northeast-1" : { },
|
4789
4839
|
"ap-northeast-2" : { },
|
@@ -4854,6 +4904,7 @@
|
|
4854
4904
|
},
|
4855
4905
|
"states" : {
|
4856
4906
|
"endpoints" : {
|
4907
|
+
"af-south-1" : { },
|
4857
4908
|
"ap-east-1" : { },
|
4858
4909
|
"ap-northeast-1" : { },
|
4859
4910
|
"ap-northeast-2" : { },
|
@@ -4986,6 +5037,7 @@
|
|
4986
5037
|
},
|
4987
5038
|
"sts" : {
|
4988
5039
|
"endpoints" : {
|
5040
|
+
"af-south-1" : { },
|
4989
5041
|
"ap-east-1" : { },
|
4990
5042
|
"ap-northeast-1" : { },
|
4991
5043
|
"ap-northeast-2" : { },
|
@@ -5050,6 +5102,7 @@
|
|
5050
5102
|
},
|
5051
5103
|
"swf" : {
|
5052
5104
|
"endpoints" : {
|
5105
|
+
"af-south-1" : { },
|
5053
5106
|
"ap-east-1" : { },
|
5054
5107
|
"ap-northeast-1" : { },
|
5055
5108
|
"ap-northeast-2" : { },
|
@@ -5096,6 +5149,7 @@
|
|
5096
5149
|
},
|
5097
5150
|
"tagging" : {
|
5098
5151
|
"endpoints" : {
|
5152
|
+
"af-south-1" : { },
|
5099
5153
|
"ap-east-1" : { },
|
5100
5154
|
"ap-northeast-1" : { },
|
5101
5155
|
"ap-northeast-2" : { },
|
@@ -5522,6 +5576,7 @@
|
|
5522
5576
|
},
|
5523
5577
|
"xray" : {
|
5524
5578
|
"endpoints" : {
|
5579
|
+
"af-south-1" : { },
|
5525
5580
|
"ap-east-1" : { },
|
5526
5581
|
"ap-northeast-1" : { },
|
5527
5582
|
"ap-northeast-2" : { },
|
@@ -7030,6 +7085,12 @@
|
|
7030
7085
|
}
|
7031
7086
|
}
|
7032
7087
|
},
|
7088
|
+
"securityhub" : {
|
7089
|
+
"endpoints" : {
|
7090
|
+
"us-gov-east-1" : { },
|
7091
|
+
"us-gov-west-1" : { }
|
7092
|
+
}
|
7093
|
+
},
|
7033
7094
|
"serverlessrepo" : {
|
7034
7095
|
"defaults" : {
|
7035
7096
|
"protocols" : [ "https" ]
|
@@ -7335,6 +7396,14 @@
|
|
7335
7396
|
"us-iso-east-1" : { }
|
7336
7397
|
}
|
7337
7398
|
},
|
7399
|
+
"comprehend" : {
|
7400
|
+
"defaults" : {
|
7401
|
+
"protocols" : [ "https" ]
|
7402
|
+
},
|
7403
|
+
"endpoints" : {
|
7404
|
+
"us-iso-east-1" : { }
|
7405
|
+
}
|
7406
|
+
},
|
7338
7407
|
"config" : {
|
7339
7408
|
"endpoints" : {
|
7340
7409
|
"us-iso-east-1" : { }
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.492
|
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: 2020-04-
|
11
|
+
date: 2020-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|