aws-sdk-core 2.11.517 → 2.11.518
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/athena/2017-05-18/api-2.json +416 -2
- data/apis/athena/2017-05-18/paginators-1.json +31 -7
- data/apis/elasticmapreduce/2009-03-31/api-2.json +3 -0
- data/apis/fsx/2018-03-01/api-2.json +48 -2
- data/apis/kms/2014-11-01/api-2.json +5 -2
- data/apis/sagemaker/2017-07-24/api-2.json +5 -3
- data/apis/worklink/2018-09-25/api-2.json +131 -4
- data/endpoints.json +18 -0
- 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: 9c62293a7b4f5192ef5aee5c87a8ccdf0b116e071f1ed80bafdca61fa78b716b
|
4
|
+
data.tar.gz: 221e8adabdd9993d489c427afb2fa5ee60dd0a523069e80381beebc5ea223155
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 474c496287cf17eae917a2e61bdc12876d50f17863c2c8603793ef44b6052b889a1d66ae689532140dd21b0e9c8455194cdb270903b4e2da6c6ff9b3b72b9df3
|
7
|
+
data.tar.gz: ebe005254758889eb67e1a5636c145b570d51234ae88e869fa0d2afa2c88bd0a70b7a3836f0b824121ddc854235dcfb6e2a51e6c3cd6a54742d4a937216ca20e
|
@@ -38,6 +38,19 @@
|
|
38
38
|
{"shape":"InvalidRequestException"}
|
39
39
|
]
|
40
40
|
},
|
41
|
+
"CreateDataCatalog":{
|
42
|
+
"name":"CreateDataCatalog",
|
43
|
+
"http":{
|
44
|
+
"method":"POST",
|
45
|
+
"requestUri":"/"
|
46
|
+
},
|
47
|
+
"input":{"shape":"CreateDataCatalogInput"},
|
48
|
+
"output":{"shape":"CreateDataCatalogOutput"},
|
49
|
+
"errors":[
|
50
|
+
{"shape":"InternalServerException"},
|
51
|
+
{"shape":"InvalidRequestException"}
|
52
|
+
]
|
53
|
+
},
|
41
54
|
"CreateNamedQuery":{
|
42
55
|
"name":"CreateNamedQuery",
|
43
56
|
"http":{
|
@@ -65,6 +78,19 @@
|
|
65
78
|
{"shape":"InvalidRequestException"}
|
66
79
|
]
|
67
80
|
},
|
81
|
+
"DeleteDataCatalog":{
|
82
|
+
"name":"DeleteDataCatalog",
|
83
|
+
"http":{
|
84
|
+
"method":"POST",
|
85
|
+
"requestUri":"/"
|
86
|
+
},
|
87
|
+
"input":{"shape":"DeleteDataCatalogInput"},
|
88
|
+
"output":{"shape":"DeleteDataCatalogOutput"},
|
89
|
+
"errors":[
|
90
|
+
{"shape":"InternalServerException"},
|
91
|
+
{"shape":"InvalidRequestException"}
|
92
|
+
]
|
93
|
+
},
|
68
94
|
"DeleteNamedQuery":{
|
69
95
|
"name":"DeleteNamedQuery",
|
70
96
|
"http":{
|
@@ -93,6 +119,33 @@
|
|
93
119
|
],
|
94
120
|
"idempotent":true
|
95
121
|
},
|
122
|
+
"GetDataCatalog":{
|
123
|
+
"name":"GetDataCatalog",
|
124
|
+
"http":{
|
125
|
+
"method":"POST",
|
126
|
+
"requestUri":"/"
|
127
|
+
},
|
128
|
+
"input":{"shape":"GetDataCatalogInput"},
|
129
|
+
"output":{"shape":"GetDataCatalogOutput"},
|
130
|
+
"errors":[
|
131
|
+
{"shape":"InternalServerException"},
|
132
|
+
{"shape":"InvalidRequestException"}
|
133
|
+
]
|
134
|
+
},
|
135
|
+
"GetDatabase":{
|
136
|
+
"name":"GetDatabase",
|
137
|
+
"http":{
|
138
|
+
"method":"POST",
|
139
|
+
"requestUri":"/"
|
140
|
+
},
|
141
|
+
"input":{"shape":"GetDatabaseInput"},
|
142
|
+
"output":{"shape":"GetDatabaseOutput"},
|
143
|
+
"errors":[
|
144
|
+
{"shape":"InternalServerException"},
|
145
|
+
{"shape":"InvalidRequestException"},
|
146
|
+
{"shape":"MetadataException"}
|
147
|
+
]
|
148
|
+
},
|
96
149
|
"GetNamedQuery":{
|
97
150
|
"name":"GetNamedQuery",
|
98
151
|
"http":{
|
@@ -132,6 +185,20 @@
|
|
132
185
|
{"shape":"InvalidRequestException"}
|
133
186
|
]
|
134
187
|
},
|
188
|
+
"GetTableMetadata":{
|
189
|
+
"name":"GetTableMetadata",
|
190
|
+
"http":{
|
191
|
+
"method":"POST",
|
192
|
+
"requestUri":"/"
|
193
|
+
},
|
194
|
+
"input":{"shape":"GetTableMetadataInput"},
|
195
|
+
"output":{"shape":"GetTableMetadataOutput"},
|
196
|
+
"errors":[
|
197
|
+
{"shape":"InternalServerException"},
|
198
|
+
{"shape":"InvalidRequestException"},
|
199
|
+
{"shape":"MetadataException"}
|
200
|
+
]
|
201
|
+
},
|
135
202
|
"GetWorkGroup":{
|
136
203
|
"name":"GetWorkGroup",
|
137
204
|
"http":{
|
@@ -145,6 +212,33 @@
|
|
145
212
|
{"shape":"InvalidRequestException"}
|
146
213
|
]
|
147
214
|
},
|
215
|
+
"ListDataCatalogs":{
|
216
|
+
"name":"ListDataCatalogs",
|
217
|
+
"http":{
|
218
|
+
"method":"POST",
|
219
|
+
"requestUri":"/"
|
220
|
+
},
|
221
|
+
"input":{"shape":"ListDataCatalogsInput"},
|
222
|
+
"output":{"shape":"ListDataCatalogsOutput"},
|
223
|
+
"errors":[
|
224
|
+
{"shape":"InternalServerException"},
|
225
|
+
{"shape":"InvalidRequestException"}
|
226
|
+
]
|
227
|
+
},
|
228
|
+
"ListDatabases":{
|
229
|
+
"name":"ListDatabases",
|
230
|
+
"http":{
|
231
|
+
"method":"POST",
|
232
|
+
"requestUri":"/"
|
233
|
+
},
|
234
|
+
"input":{"shape":"ListDatabasesInput"},
|
235
|
+
"output":{"shape":"ListDatabasesOutput"},
|
236
|
+
"errors":[
|
237
|
+
{"shape":"InternalServerException"},
|
238
|
+
{"shape":"InvalidRequestException"},
|
239
|
+
{"shape":"MetadataException"}
|
240
|
+
]
|
241
|
+
},
|
148
242
|
"ListNamedQueries":{
|
149
243
|
"name":"ListNamedQueries",
|
150
244
|
"http":{
|
@@ -171,6 +265,20 @@
|
|
171
265
|
{"shape":"InvalidRequestException"}
|
172
266
|
]
|
173
267
|
},
|
268
|
+
"ListTableMetadata":{
|
269
|
+
"name":"ListTableMetadata",
|
270
|
+
"http":{
|
271
|
+
"method":"POST",
|
272
|
+
"requestUri":"/"
|
273
|
+
},
|
274
|
+
"input":{"shape":"ListTableMetadataInput"},
|
275
|
+
"output":{"shape":"ListTableMetadataOutput"},
|
276
|
+
"errors":[
|
277
|
+
{"shape":"InternalServerException"},
|
278
|
+
{"shape":"InvalidRequestException"},
|
279
|
+
{"shape":"MetadataException"}
|
280
|
+
]
|
281
|
+
},
|
174
282
|
"ListTagsForResource":{
|
175
283
|
"name":"ListTagsForResource",
|
176
284
|
"http":{
|
@@ -255,6 +363,19 @@
|
|
255
363
|
{"shape":"ResourceNotFoundException"}
|
256
364
|
]
|
257
365
|
},
|
366
|
+
"UpdateDataCatalog":{
|
367
|
+
"name":"UpdateDataCatalog",
|
368
|
+
"http":{
|
369
|
+
"method":"POST",
|
370
|
+
"requestUri":"/"
|
371
|
+
},
|
372
|
+
"input":{"shape":"UpdateDataCatalogInput"},
|
373
|
+
"output":{"shape":"UpdateDataCatalogOutput"},
|
374
|
+
"errors":[
|
375
|
+
{"shape":"InternalServerException"},
|
376
|
+
{"shape":"InvalidRequestException"}
|
377
|
+
]
|
378
|
+
},
|
258
379
|
"UpdateWorkGroup":{
|
259
380
|
"name":"UpdateWorkGroup",
|
260
381
|
"http":{
|
@@ -309,6 +430,21 @@
|
|
309
430
|
"type":"long",
|
310
431
|
"min":10000000
|
311
432
|
},
|
433
|
+
"CatalogNameString":{
|
434
|
+
"type":"string",
|
435
|
+
"max":256,
|
436
|
+
"min":1,
|
437
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
|
438
|
+
},
|
439
|
+
"Column":{
|
440
|
+
"type":"structure",
|
441
|
+
"required":["Name"],
|
442
|
+
"members":{
|
443
|
+
"Name":{"shape":"NameString"},
|
444
|
+
"Type":{"shape":"TypeString"},
|
445
|
+
"Comment":{"shape":"CommentString"}
|
446
|
+
}
|
447
|
+
},
|
312
448
|
"ColumnInfo":{
|
313
449
|
"type":"structure",
|
314
450
|
"required":[
|
@@ -332,6 +468,10 @@
|
|
332
468
|
"type":"list",
|
333
469
|
"member":{"shape":"ColumnInfo"}
|
334
470
|
},
|
471
|
+
"ColumnList":{
|
472
|
+
"type":"list",
|
473
|
+
"member":{"shape":"Column"}
|
474
|
+
},
|
335
475
|
"ColumnNullable":{
|
336
476
|
"type":"string",
|
337
477
|
"enum":[
|
@@ -340,6 +480,31 @@
|
|
340
480
|
"UNKNOWN"
|
341
481
|
]
|
342
482
|
},
|
483
|
+
"CommentString":{
|
484
|
+
"type":"string",
|
485
|
+
"max":255,
|
486
|
+
"min":0,
|
487
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
|
488
|
+
},
|
489
|
+
"CreateDataCatalogInput":{
|
490
|
+
"type":"structure",
|
491
|
+
"required":[
|
492
|
+
"Name",
|
493
|
+
"Type"
|
494
|
+
],
|
495
|
+
"members":{
|
496
|
+
"Name":{"shape":"CatalogNameString"},
|
497
|
+
"Type":{"shape":"DataCatalogType"},
|
498
|
+
"Description":{"shape":"DescriptionString"},
|
499
|
+
"Parameters":{"shape":"ParametersMap"},
|
500
|
+
"Tags":{"shape":"TagList"}
|
501
|
+
}
|
502
|
+
},
|
503
|
+
"CreateDataCatalogOutput":{
|
504
|
+
"type":"structure",
|
505
|
+
"members":{
|
506
|
+
}
|
507
|
+
},
|
343
508
|
"CreateNamedQueryInput":{
|
344
509
|
"type":"structure",
|
345
510
|
"required":[
|
@@ -380,6 +545,51 @@
|
|
380
545
|
"members":{
|
381
546
|
}
|
382
547
|
},
|
548
|
+
"DataCatalog":{
|
549
|
+
"type":"structure",
|
550
|
+
"required":[
|
551
|
+
"Name",
|
552
|
+
"Type"
|
553
|
+
],
|
554
|
+
"members":{
|
555
|
+
"Name":{"shape":"CatalogNameString"},
|
556
|
+
"Description":{"shape":"DescriptionString"},
|
557
|
+
"Type":{"shape":"DataCatalogType"},
|
558
|
+
"Parameters":{"shape":"ParametersMap"}
|
559
|
+
}
|
560
|
+
},
|
561
|
+
"DataCatalogSummary":{
|
562
|
+
"type":"structure",
|
563
|
+
"members":{
|
564
|
+
"CatalogName":{"shape":"CatalogNameString"},
|
565
|
+
"Type":{"shape":"DataCatalogType"}
|
566
|
+
}
|
567
|
+
},
|
568
|
+
"DataCatalogSummaryList":{
|
569
|
+
"type":"list",
|
570
|
+
"member":{"shape":"DataCatalogSummary"}
|
571
|
+
},
|
572
|
+
"DataCatalogType":{
|
573
|
+
"type":"string",
|
574
|
+
"enum":[
|
575
|
+
"LAMBDA",
|
576
|
+
"GLUE",
|
577
|
+
"HIVE"
|
578
|
+
]
|
579
|
+
},
|
580
|
+
"Database":{
|
581
|
+
"type":"structure",
|
582
|
+
"required":["Name"],
|
583
|
+
"members":{
|
584
|
+
"Name":{"shape":"NameString"},
|
585
|
+
"Description":{"shape":"DescriptionString"},
|
586
|
+
"Parameters":{"shape":"ParametersMap"}
|
587
|
+
}
|
588
|
+
},
|
589
|
+
"DatabaseList":{
|
590
|
+
"type":"list",
|
591
|
+
"member":{"shape":"Database"}
|
592
|
+
},
|
383
593
|
"DatabaseString":{
|
384
594
|
"type":"string",
|
385
595
|
"max":255,
|
@@ -392,6 +602,18 @@
|
|
392
602
|
"VarCharValue":{"shape":"datumString"}
|
393
603
|
}
|
394
604
|
},
|
605
|
+
"DeleteDataCatalogInput":{
|
606
|
+
"type":"structure",
|
607
|
+
"required":["Name"],
|
608
|
+
"members":{
|
609
|
+
"Name":{"shape":"CatalogNameString"}
|
610
|
+
}
|
611
|
+
},
|
612
|
+
"DeleteDataCatalogOutput":{
|
613
|
+
"type":"structure",
|
614
|
+
"members":{
|
615
|
+
}
|
616
|
+
},
|
395
617
|
"DeleteNamedQueryInput":{
|
396
618
|
"type":"structure",
|
397
619
|
"required":["NamedQueryId"],
|
@@ -447,6 +669,41 @@
|
|
447
669
|
"min":1
|
448
670
|
},
|
449
671
|
"ErrorMessage":{"type":"string"},
|
672
|
+
"ExpressionString":{
|
673
|
+
"type":"string",
|
674
|
+
"max":256,
|
675
|
+
"min":0
|
676
|
+
},
|
677
|
+
"GetDataCatalogInput":{
|
678
|
+
"type":"structure",
|
679
|
+
"required":["Name"],
|
680
|
+
"members":{
|
681
|
+
"Name":{"shape":"CatalogNameString"}
|
682
|
+
}
|
683
|
+
},
|
684
|
+
"GetDataCatalogOutput":{
|
685
|
+
"type":"structure",
|
686
|
+
"members":{
|
687
|
+
"DataCatalog":{"shape":"DataCatalog"}
|
688
|
+
}
|
689
|
+
},
|
690
|
+
"GetDatabaseInput":{
|
691
|
+
"type":"structure",
|
692
|
+
"required":[
|
693
|
+
"CatalogName",
|
694
|
+
"DatabaseName"
|
695
|
+
],
|
696
|
+
"members":{
|
697
|
+
"CatalogName":{"shape":"CatalogNameString"},
|
698
|
+
"DatabaseName":{"shape":"NameString"}
|
699
|
+
}
|
700
|
+
},
|
701
|
+
"GetDatabaseOutput":{
|
702
|
+
"type":"structure",
|
703
|
+
"members":{
|
704
|
+
"Database":{"shape":"Database"}
|
705
|
+
}
|
706
|
+
},
|
450
707
|
"GetNamedQueryInput":{
|
451
708
|
"type":"structure",
|
452
709
|
"required":["NamedQueryId"],
|
@@ -490,6 +747,25 @@
|
|
490
747
|
"NextToken":{"shape":"Token"}
|
491
748
|
}
|
492
749
|
},
|
750
|
+
"GetTableMetadataInput":{
|
751
|
+
"type":"structure",
|
752
|
+
"required":[
|
753
|
+
"CatalogName",
|
754
|
+
"DatabaseName",
|
755
|
+
"TableName"
|
756
|
+
],
|
757
|
+
"members":{
|
758
|
+
"CatalogName":{"shape":"CatalogNameString"},
|
759
|
+
"DatabaseName":{"shape":"NameString"},
|
760
|
+
"TableName":{"shape":"NameString"}
|
761
|
+
}
|
762
|
+
},
|
763
|
+
"GetTableMetadataOutput":{
|
764
|
+
"type":"structure",
|
765
|
+
"members":{
|
766
|
+
"TableMetadata":{"shape":"TableMetadata"}
|
767
|
+
}
|
768
|
+
},
|
493
769
|
"GetWorkGroupInput":{
|
494
770
|
"type":"structure",
|
495
771
|
"required":["WorkGroup"],
|
@@ -525,6 +801,42 @@
|
|
525
801
|
},
|
526
802
|
"exception":true
|
527
803
|
},
|
804
|
+
"KeyString":{
|
805
|
+
"type":"string",
|
806
|
+
"max":255,
|
807
|
+
"min":1,
|
808
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
|
809
|
+
},
|
810
|
+
"ListDataCatalogsInput":{
|
811
|
+
"type":"structure",
|
812
|
+
"members":{
|
813
|
+
"NextToken":{"shape":"Token"},
|
814
|
+
"MaxResults":{"shape":"MaxDataCatalogsCount"}
|
815
|
+
}
|
816
|
+
},
|
817
|
+
"ListDataCatalogsOutput":{
|
818
|
+
"type":"structure",
|
819
|
+
"members":{
|
820
|
+
"DataCatalogsSummary":{"shape":"DataCatalogSummaryList"},
|
821
|
+
"NextToken":{"shape":"Token"}
|
822
|
+
}
|
823
|
+
},
|
824
|
+
"ListDatabasesInput":{
|
825
|
+
"type":"structure",
|
826
|
+
"required":["CatalogName"],
|
827
|
+
"members":{
|
828
|
+
"CatalogName":{"shape":"CatalogNameString"},
|
829
|
+
"NextToken":{"shape":"Token"},
|
830
|
+
"MaxResults":{"shape":"MaxDatabasesCount"}
|
831
|
+
}
|
832
|
+
},
|
833
|
+
"ListDatabasesOutput":{
|
834
|
+
"type":"structure",
|
835
|
+
"members":{
|
836
|
+
"DatabaseList":{"shape":"DatabaseList"},
|
837
|
+
"NextToken":{"shape":"Token"}
|
838
|
+
}
|
839
|
+
},
|
528
840
|
"ListNamedQueriesInput":{
|
529
841
|
"type":"structure",
|
530
842
|
"members":{
|
@@ -555,6 +867,27 @@
|
|
555
867
|
"NextToken":{"shape":"Token"}
|
556
868
|
}
|
557
869
|
},
|
870
|
+
"ListTableMetadataInput":{
|
871
|
+
"type":"structure",
|
872
|
+
"required":[
|
873
|
+
"CatalogName",
|
874
|
+
"DatabaseName"
|
875
|
+
],
|
876
|
+
"members":{
|
877
|
+
"CatalogName":{"shape":"CatalogNameString"},
|
878
|
+
"DatabaseName":{"shape":"NameString"},
|
879
|
+
"Expression":{"shape":"ExpressionString"},
|
880
|
+
"NextToken":{"shape":"Token"},
|
881
|
+
"MaxResults":{"shape":"MaxTableMetadataCount"}
|
882
|
+
}
|
883
|
+
},
|
884
|
+
"ListTableMetadataOutput":{
|
885
|
+
"type":"structure",
|
886
|
+
"members":{
|
887
|
+
"TableMetadataList":{"shape":"TableMetadataList"},
|
888
|
+
"NextToken":{"shape":"Token"}
|
889
|
+
}
|
890
|
+
},
|
558
891
|
"ListTagsForResourceInput":{
|
559
892
|
"type":"structure",
|
560
893
|
"required":["ResourceARN"],
|
@@ -586,6 +919,18 @@
|
|
586
919
|
}
|
587
920
|
},
|
588
921
|
"Long":{"type":"long"},
|
922
|
+
"MaxDataCatalogsCount":{
|
923
|
+
"type":"integer",
|
924
|
+
"box":true,
|
925
|
+
"max":50,
|
926
|
+
"min":2
|
927
|
+
},
|
928
|
+
"MaxDatabasesCount":{
|
929
|
+
"type":"integer",
|
930
|
+
"box":true,
|
931
|
+
"max":50,
|
932
|
+
"min":1
|
933
|
+
},
|
589
934
|
"MaxNamedQueriesCount":{
|
590
935
|
"type":"integer",
|
591
936
|
"box":true,
|
@@ -604,6 +949,12 @@
|
|
604
949
|
"max":1000,
|
605
950
|
"min":1
|
606
951
|
},
|
952
|
+
"MaxTableMetadataCount":{
|
953
|
+
"type":"integer",
|
954
|
+
"box":true,
|
955
|
+
"max":50,
|
956
|
+
"min":1
|
957
|
+
},
|
607
958
|
"MaxTagsCount":{
|
608
959
|
"type":"integer",
|
609
960
|
"box":true,
|
@@ -615,6 +966,13 @@
|
|
615
966
|
"max":50,
|
616
967
|
"min":1
|
617
968
|
},
|
969
|
+
"MetadataException":{
|
970
|
+
"type":"structure",
|
971
|
+
"members":{
|
972
|
+
"Message":{"shape":"ErrorMessage"}
|
973
|
+
},
|
974
|
+
"exception":true
|
975
|
+
},
|
618
976
|
"NameString":{
|
619
977
|
"type":"string",
|
620
978
|
"max":128,
|
@@ -647,6 +1005,15 @@
|
|
647
1005
|
"type":"list",
|
648
1006
|
"member":{"shape":"NamedQuery"}
|
649
1007
|
},
|
1008
|
+
"ParametersMap":{
|
1009
|
+
"type":"map",
|
1010
|
+
"key":{"shape":"KeyString"},
|
1011
|
+
"value":{"shape":"ParametersMapValue"}
|
1012
|
+
},
|
1013
|
+
"ParametersMapValue":{
|
1014
|
+
"type":"string",
|
1015
|
+
"max":51200
|
1016
|
+
},
|
650
1017
|
"QueryExecution":{
|
651
1018
|
"type":"structure",
|
652
1019
|
"members":{
|
@@ -663,7 +1030,8 @@
|
|
663
1030
|
"QueryExecutionContext":{
|
664
1031
|
"type":"structure",
|
665
1032
|
"members":{
|
666
|
-
"Database":{"shape":"DatabaseString"}
|
1033
|
+
"Database":{"shape":"DatabaseString"},
|
1034
|
+
"Catalog":{"shape":"CatalogNameString"}
|
667
1035
|
}
|
668
1036
|
},
|
669
1037
|
"QueryExecutionId":{"type":"string"},
|
@@ -804,6 +1172,27 @@
|
|
804
1172
|
}
|
805
1173
|
},
|
806
1174
|
"String":{"type":"string"},
|
1175
|
+
"TableMetadata":{
|
1176
|
+
"type":"structure",
|
1177
|
+
"required":["Name"],
|
1178
|
+
"members":{
|
1179
|
+
"Name":{"shape":"NameString"},
|
1180
|
+
"CreateTime":{"shape":"Timestamp"},
|
1181
|
+
"LastAccessTime":{"shape":"Timestamp"},
|
1182
|
+
"TableType":{"shape":"TableTypeString"},
|
1183
|
+
"Columns":{"shape":"ColumnList"},
|
1184
|
+
"PartitionKeys":{"shape":"ColumnList"},
|
1185
|
+
"Parameters":{"shape":"ParametersMap"}
|
1186
|
+
}
|
1187
|
+
},
|
1188
|
+
"TableMetadataList":{
|
1189
|
+
"type":"list",
|
1190
|
+
"member":{"shape":"TableMetadata"}
|
1191
|
+
},
|
1192
|
+
"TableTypeString":{
|
1193
|
+
"type":"string",
|
1194
|
+
"max":255
|
1195
|
+
},
|
807
1196
|
"Tag":{
|
808
1197
|
"type":"structure",
|
809
1198
|
"members":{
|
@@ -849,6 +1238,7 @@
|
|
849
1238
|
"type":"string",
|
850
1239
|
"enum":["CONCURRENT_QUERY_LIMIT_EXCEEDED"]
|
851
1240
|
},
|
1241
|
+
"Timestamp":{"type":"timestamp"},
|
852
1242
|
"Token":{
|
853
1243
|
"type":"string",
|
854
1244
|
"max":1024,
|
@@ -862,6 +1252,12 @@
|
|
862
1252
|
},
|
863
1253
|
"exception":true
|
864
1254
|
},
|
1255
|
+
"TypeString":{
|
1256
|
+
"type":"string",
|
1257
|
+
"max":4096,
|
1258
|
+
"min":0,
|
1259
|
+
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
|
1260
|
+
},
|
865
1261
|
"UnprocessedNamedQueryId":{
|
866
1262
|
"type":"structure",
|
867
1263
|
"members":{
|
@@ -902,6 +1298,24 @@
|
|
902
1298
|
"members":{
|
903
1299
|
}
|
904
1300
|
},
|
1301
|
+
"UpdateDataCatalogInput":{
|
1302
|
+
"type":"structure",
|
1303
|
+
"required":[
|
1304
|
+
"Name",
|
1305
|
+
"Type"
|
1306
|
+
],
|
1307
|
+
"members":{
|
1308
|
+
"Name":{"shape":"CatalogNameString"},
|
1309
|
+
"Type":{"shape":"DataCatalogType"},
|
1310
|
+
"Description":{"shape":"DescriptionString"},
|
1311
|
+
"Parameters":{"shape":"ParametersMap"}
|
1312
|
+
}
|
1313
|
+
},
|
1314
|
+
"UpdateDataCatalogOutput":{
|
1315
|
+
"type":"structure",
|
1316
|
+
"members":{
|
1317
|
+
}
|
1318
|
+
},
|
905
1319
|
"UpdateWorkGroupInput":{
|
906
1320
|
"type":"structure",
|
907
1321
|
"required":["WorkGroup"],
|
@@ -956,7 +1370,7 @@
|
|
956
1370
|
},
|
957
1371
|
"WorkGroupName":{
|
958
1372
|
"type":"string",
|
959
|
-
"pattern":"[a-zA-
|
1373
|
+
"pattern":"[a-zA-Z0-9._-]{1,128}"
|
960
1374
|
},
|
961
1375
|
"WorkGroupState":{
|
962
1376
|
"type":"string",
|
@@ -2,23 +2,47 @@
|
|
2
2
|
"pagination": {
|
3
3
|
"GetQueryResults": {
|
4
4
|
"input_token": "NextToken",
|
5
|
+
"limit_key": "MaxResults",
|
6
|
+
"output_token": "NextToken"
|
7
|
+
},
|
8
|
+
"ListDataCatalogs": {
|
9
|
+
"input_token": "NextToken",
|
10
|
+
"limit_key": "MaxResults",
|
5
11
|
"output_token": "NextToken",
|
6
|
-
"
|
12
|
+
"result_key": "DataCatalogsSummary"
|
7
13
|
},
|
8
|
-
"
|
14
|
+
"ListDatabases": {
|
9
15
|
"input_token": "NextToken",
|
16
|
+
"limit_key": "MaxResults",
|
10
17
|
"output_token": "NextToken",
|
11
|
-
"
|
18
|
+
"result_key": "DatabaseList"
|
19
|
+
},
|
20
|
+
"ListNamedQueries": {
|
21
|
+
"input_token": "NextToken",
|
22
|
+
"limit_key": "MaxResults",
|
23
|
+
"output_token": "NextToken"
|
12
24
|
},
|
13
25
|
"ListQueryExecutions": {
|
14
26
|
"input_token": "NextToken",
|
27
|
+
"limit_key": "MaxResults",
|
28
|
+
"output_token": "NextToken"
|
29
|
+
},
|
30
|
+
"ListTableMetadata": {
|
31
|
+
"input_token": "NextToken",
|
32
|
+
"limit_key": "MaxResults",
|
15
33
|
"output_token": "NextToken",
|
16
|
-
"
|
34
|
+
"result_key": "TableMetadataList"
|
17
35
|
},
|
18
|
-
"
|
36
|
+
"ListTagsForResource": {
|
19
37
|
"input_token": "NextToken",
|
38
|
+
"limit_key": "MaxResults",
|
20
39
|
"output_token": "NextToken",
|
21
|
-
"
|
40
|
+
"result_key": "Tags"
|
41
|
+
},
|
42
|
+
"ListWorkGroups": {
|
43
|
+
"input_token": "NextToken",
|
44
|
+
"limit_key": "MaxResults",
|
45
|
+
"output_token": "NextToken"
|
22
46
|
}
|
23
47
|
}
|
24
|
-
}
|
48
|
+
}
|
@@ -682,6 +682,7 @@
|
|
682
682
|
"Ec2InstanceAttributes":{"shape":"Ec2InstanceAttributes"},
|
683
683
|
"InstanceCollectionType":{"shape":"InstanceCollectionType"},
|
684
684
|
"LogUri":{"shape":"String"},
|
685
|
+
"LogEncryptionKmsKeyId":{"shape":"String"},
|
685
686
|
"RequestedAmiVersion":{"shape":"String"},
|
686
687
|
"RunningAmiVersion":{"shape":"String"},
|
687
688
|
"ReleaseLabel":{"shape":"String"},
|
@@ -1481,6 +1482,7 @@
|
|
1481
1482
|
"JobFlowId":{"shape":"XmlStringMaxLen256"},
|
1482
1483
|
"Name":{"shape":"XmlStringMaxLen256"},
|
1483
1484
|
"LogUri":{"shape":"XmlString"},
|
1485
|
+
"LogEncryptionKmsKeyId":{"shape":"XmlString"},
|
1484
1486
|
"AmiVersion":{"shape":"XmlStringMaxLen256"},
|
1485
1487
|
"ExecutionStatusDetail":{"shape":"JobFlowExecutionStatusDetail"},
|
1486
1488
|
"Instances":{"shape":"JobFlowInstancesDetail"},
|
@@ -1917,6 +1919,7 @@
|
|
1917
1919
|
"members":{
|
1918
1920
|
"Name":{"shape":"XmlStringMaxLen256"},
|
1919
1921
|
"LogUri":{"shape":"XmlString"},
|
1922
|
+
"LogEncryptionKmsKeyId":{"shape":"XmlString"},
|
1920
1923
|
"AdditionalInfo":{"shape":"XmlString"},
|
1921
1924
|
"AmiVersion":{"shape":"XmlStringMaxLen256"},
|
1922
1925
|
"ReleaseLabel":{"shape":"XmlStringMaxLen256"},
|
@@ -251,7 +251,8 @@
|
|
251
251
|
{"shape":"IncompatibleParameterError"},
|
252
252
|
{"shape":"InternalServerError"},
|
253
253
|
{"shape":"FileSystemNotFound"},
|
254
|
-
{"shape":"MissingFileSystemConfiguration"}
|
254
|
+
{"shape":"MissingFileSystemConfiguration"},
|
255
|
+
{"shape":"ServiceLimitExceeded"}
|
255
256
|
]
|
256
257
|
}
|
257
258
|
},
|
@@ -294,6 +295,35 @@
|
|
294
295
|
"min":1,
|
295
296
|
"pattern":"^.{1,255}$"
|
296
297
|
},
|
298
|
+
"AdministrativeAction":{
|
299
|
+
"type":"structure",
|
300
|
+
"members":{
|
301
|
+
"AdministrativeActionType":{"shape":"AdministrativeActionType"},
|
302
|
+
"ProgressPercent":{"shape":"ProgressPercent"},
|
303
|
+
"RequestTime":{"shape":"RequestTime"},
|
304
|
+
"Status":{"shape":"Status"},
|
305
|
+
"TargetFileSystemValues":{"shape":"FileSystem"},
|
306
|
+
"FailureDetails":{"shape":"AdministrativeActionFailureDetails"}
|
307
|
+
}
|
308
|
+
},
|
309
|
+
"AdministrativeActionFailureDetails":{
|
310
|
+
"type":"structure",
|
311
|
+
"members":{
|
312
|
+
"Message":{"shape":"ErrorMessage"}
|
313
|
+
}
|
314
|
+
},
|
315
|
+
"AdministrativeActionType":{
|
316
|
+
"type":"string",
|
317
|
+
"enum":[
|
318
|
+
"FILE_SYSTEM_UPDATE",
|
319
|
+
"STORAGE_OPTIMIZATION"
|
320
|
+
]
|
321
|
+
},
|
322
|
+
"AdministrativeActions":{
|
323
|
+
"type":"list",
|
324
|
+
"member":{"shape":"AdministrativeAction"},
|
325
|
+
"max":50
|
326
|
+
},
|
297
327
|
"ArchivePath":{
|
298
328
|
"type":"string",
|
299
329
|
"max":900,
|
@@ -841,7 +871,8 @@
|
|
841
871
|
"ResourceARN":{"shape":"ResourceARN"},
|
842
872
|
"Tags":{"shape":"Tags"},
|
843
873
|
"WindowsConfiguration":{"shape":"WindowsFileSystemConfiguration"},
|
844
|
-
"LustreConfiguration":{"shape":"LustreFileSystemConfiguration"}
|
874
|
+
"LustreConfiguration":{"shape":"LustreFileSystemConfiguration"},
|
875
|
+
"AdministrativeActions":{"shape":"AdministrativeActions"}
|
845
876
|
}
|
846
877
|
},
|
847
878
|
"FileSystemAdministratorsGroupName":{
|
@@ -1042,6 +1073,7 @@
|
|
1042
1073
|
},
|
1043
1074
|
"MaxResults":{
|
1044
1075
|
"type":"integer",
|
1076
|
+
"max":2147483647,
|
1045
1077
|
"min":1
|
1046
1078
|
},
|
1047
1079
|
"Megabytes":{
|
@@ -1115,6 +1147,7 @@
|
|
1115
1147
|
"type":"string",
|
1116
1148
|
"enum":["FAILED_FILES_ONLY"]
|
1117
1149
|
},
|
1150
|
+
"RequestTime":{"type":"timestamp"},
|
1118
1151
|
"ResourceARN":{
|
1119
1152
|
"type":"string",
|
1120
1153
|
"max":512,
|
@@ -1204,8 +1237,19 @@
|
|
1204
1237
|
"exception":true
|
1205
1238
|
},
|
1206
1239
|
"StartTime":{"type":"timestamp"},
|
1240
|
+
"Status":{
|
1241
|
+
"type":"string",
|
1242
|
+
"enum":[
|
1243
|
+
"FAILED",
|
1244
|
+
"IN_PROGRESS",
|
1245
|
+
"PENDING",
|
1246
|
+
"COMPLETED",
|
1247
|
+
"UPDATED_OPTIMIZING"
|
1248
|
+
]
|
1249
|
+
},
|
1207
1250
|
"StorageCapacity":{
|
1208
1251
|
"type":"integer",
|
1252
|
+
"max":2147483647,
|
1209
1253
|
"min":0
|
1210
1254
|
},
|
1211
1255
|
"StorageType":{
|
@@ -1324,6 +1368,7 @@
|
|
1324
1368
|
"shape":"ClientRequestToken",
|
1325
1369
|
"idempotencyToken":true
|
1326
1370
|
},
|
1371
|
+
"StorageCapacity":{"shape":"StorageCapacity"},
|
1327
1372
|
"WindowsConfiguration":{"shape":"UpdateFileSystemWindowsConfiguration"},
|
1328
1373
|
"LustreConfiguration":{"shape":"UpdateFileSystemLustreConfiguration"}
|
1329
1374
|
}
|
@@ -1340,6 +1385,7 @@
|
|
1340
1385
|
"WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
|
1341
1386
|
"DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
|
1342
1387
|
"AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
|
1388
|
+
"ThroughputCapacity":{"shape":"MegabytesPerSecond"},
|
1343
1389
|
"SelfManagedActiveDirectoryConfiguration":{"shape":"SelfManagedActiveDirectoryConfigurationUpdates"}
|
1344
1390
|
}
|
1345
1391
|
},
|
@@ -347,7 +347,8 @@
|
|
347
347
|
{"shape":"InvalidKeyUsageException"},
|
348
348
|
{"shape":"InvalidGrantTokenException"},
|
349
349
|
{"shape":"KMSInternalException"},
|
350
|
-
{"shape":"KMSInvalidStateException"}
|
350
|
+
{"shape":"KMSInvalidStateException"},
|
351
|
+
{"shape":"UnsupportedOperationException"}
|
351
352
|
]
|
352
353
|
},
|
353
354
|
"GenerateDataKeyPairWithoutPlaintext":{
|
@@ -366,7 +367,8 @@
|
|
366
367
|
{"shape":"InvalidKeyUsageException"},
|
367
368
|
{"shape":"InvalidGrantTokenException"},
|
368
369
|
{"shape":"KMSInternalException"},
|
369
|
-
{"shape":"KMSInvalidStateException"}
|
370
|
+
{"shape":"KMSInvalidStateException"},
|
371
|
+
{"shape":"UnsupportedOperationException"}
|
370
372
|
]
|
371
373
|
},
|
372
374
|
"GenerateDataKeyWithoutPlaintext":{
|
@@ -738,6 +740,7 @@
|
|
738
740
|
{"shape":"DependencyTimeoutException"},
|
739
741
|
{"shape":"NotFoundException"},
|
740
742
|
{"shape":"KMSInternalException"},
|
743
|
+
{"shape":"LimitExceededException"},
|
741
744
|
{"shape":"KMSInvalidStateException"}
|
742
745
|
]
|
743
746
|
},
|
@@ -7477,7 +7477,8 @@
|
|
7477
7477
|
"members":{
|
7478
7478
|
"UiTemplate":{"shape":"UiTemplate"},
|
7479
7479
|
"Task":{"shape":"RenderableTask"},
|
7480
|
-
"RoleArn":{"shape":"RoleArn"}
|
7480
|
+
"RoleArn":{"shape":"RoleArn"},
|
7481
|
+
"HumanTaskUiArn":{"shape":"HumanTaskUiArn"}
|
7481
7482
|
}
|
7482
7483
|
},
|
7483
7484
|
"RenderUiTemplateResponse":{
|
@@ -8178,7 +8179,7 @@
|
|
8178
8179
|
},
|
8179
8180
|
"TaskTimeLimitInSeconds":{
|
8180
8181
|
"type":"integer",
|
8181
|
-
"max":
|
8182
|
+
"max":604800,
|
8182
8183
|
"min":30
|
8183
8184
|
},
|
8184
8185
|
"TaskTitle":{
|
@@ -8831,7 +8832,8 @@
|
|
8831
8832
|
"UiConfig":{
|
8832
8833
|
"type":"structure",
|
8833
8834
|
"members":{
|
8834
|
-
"UiTemplateS3Uri":{"shape":"S3Uri"}
|
8835
|
+
"UiTemplateS3Uri":{"shape":"S3Uri"},
|
8836
|
+
"HumanTaskUiArn":{"shape":"HumanTaskUiArn"}
|
8835
8837
|
}
|
8836
8838
|
},
|
8837
8839
|
"UiTemplate":{
|
@@ -302,6 +302,7 @@
|
|
302
302
|
{"shape":"UnauthorizedException"},
|
303
303
|
{"shape":"InternalServerErrorException"},
|
304
304
|
{"shape":"InvalidRequestException"},
|
305
|
+
{"shape":"ResourceNotFoundException"},
|
305
306
|
{"shape":"TooManyRequestsException"}
|
306
307
|
]
|
307
308
|
},
|
@@ -320,6 +321,18 @@
|
|
320
321
|
{"shape":"TooManyRequestsException"}
|
321
322
|
]
|
322
323
|
},
|
324
|
+
"ListTagsForResource":{
|
325
|
+
"name":"ListTagsForResource",
|
326
|
+
"http":{
|
327
|
+
"method":"GET",
|
328
|
+
"requestUri":"/tags/{ResourceArn}"
|
329
|
+
},
|
330
|
+
"input":{"shape":"ListTagsForResourceRequest"},
|
331
|
+
"output":{"shape":"ListTagsForResourceResponse"},
|
332
|
+
"errors":[
|
333
|
+
{"shape":"InvalidRequestException"}
|
334
|
+
]
|
335
|
+
},
|
323
336
|
"ListWebsiteAuthorizationProviders":{
|
324
337
|
"name":"ListWebsiteAuthorizationProviders",
|
325
338
|
"http":{
|
@@ -399,6 +412,30 @@
|
|
399
412
|
{"shape":"TooManyRequestsException"}
|
400
413
|
]
|
401
414
|
},
|
415
|
+
"TagResource":{
|
416
|
+
"name":"TagResource",
|
417
|
+
"http":{
|
418
|
+
"method":"POST",
|
419
|
+
"requestUri":"/tags/{ResourceArn}"
|
420
|
+
},
|
421
|
+
"input":{"shape":"TagResourceRequest"},
|
422
|
+
"output":{"shape":"TagResourceResponse"},
|
423
|
+
"errors":[
|
424
|
+
{"shape":"InvalidRequestException"}
|
425
|
+
]
|
426
|
+
},
|
427
|
+
"UntagResource":{
|
428
|
+
"name":"UntagResource",
|
429
|
+
"http":{
|
430
|
+
"method":"DELETE",
|
431
|
+
"requestUri":"/tags/{ResourceArn}"
|
432
|
+
},
|
433
|
+
"input":{"shape":"UntagResourceRequest"},
|
434
|
+
"output":{"shape":"UntagResourceResponse"},
|
435
|
+
"errors":[
|
436
|
+
{"shape":"InvalidRequestException"}
|
437
|
+
]
|
438
|
+
},
|
402
439
|
"UpdateAuditStreamConfiguration":{
|
403
440
|
"name":"UpdateAuditStreamConfiguration",
|
404
441
|
"http":{
|
@@ -556,7 +593,10 @@
|
|
556
593
|
"WebsiteCaId":{"shape":"Id"}
|
557
594
|
}
|
558
595
|
},
|
559
|
-
"AuditStreamArn":{
|
596
|
+
"AuditStreamArn":{
|
597
|
+
"type":"string",
|
598
|
+
"pattern":"^arn:aws:kinesis:.+:[0-9]{12}:stream/AmazonWorkLink-.*$"
|
599
|
+
},
|
560
600
|
"AuthorizationProviderType":{
|
561
601
|
"type":"string",
|
562
602
|
"enum":["SAML"]
|
@@ -585,7 +625,8 @@
|
|
585
625
|
"members":{
|
586
626
|
"FleetName":{"shape":"FleetName"},
|
587
627
|
"DisplayName":{"shape":"DisplayName"},
|
588
|
-
"OptimizeForEndUserLocation":{"shape":"Boolean"}
|
628
|
+
"OptimizeForEndUserLocation":{"shape":"Boolean"},
|
629
|
+
"Tags":{"shape":"TagMap"}
|
589
630
|
}
|
590
631
|
},
|
591
632
|
"CreateFleetResponse":{
|
@@ -710,7 +751,8 @@
|
|
710
751
|
"DisplayName":{"shape":"DisplayName"},
|
711
752
|
"OptimizeForEndUserLocation":{"shape":"Boolean"},
|
712
753
|
"CompanyCode":{"shape":"CompanyCode"},
|
713
|
-
"FleetStatus":{"shape":"FleetStatus"}
|
754
|
+
"FleetStatus":{"shape":"FleetStatus"},
|
755
|
+
"Tags":{"shape":"TagMap"}
|
714
756
|
}
|
715
757
|
},
|
716
758
|
"DescribeIdentityProviderConfigurationRequest":{
|
@@ -911,7 +953,8 @@
|
|
911
953
|
"FleetName":{"shape":"FleetName"},
|
912
954
|
"DisplayName":{"shape":"DisplayName"},
|
913
955
|
"CompanyCode":{"shape":"CompanyCode"},
|
914
|
-
"FleetStatus":{"shape":"FleetStatus"}
|
956
|
+
"FleetStatus":{"shape":"FleetStatus"},
|
957
|
+
"Tags":{"shape":"TagMap"}
|
915
958
|
}
|
916
959
|
},
|
917
960
|
"FleetSummaryList":{
|
@@ -989,6 +1032,23 @@
|
|
989
1032
|
"NextToken":{"shape":"NextToken"}
|
990
1033
|
}
|
991
1034
|
},
|
1035
|
+
"ListTagsForResourceRequest":{
|
1036
|
+
"type":"structure",
|
1037
|
+
"required":["ResourceArn"],
|
1038
|
+
"members":{
|
1039
|
+
"ResourceArn":{
|
1040
|
+
"shape":"FleetArn",
|
1041
|
+
"location":"uri",
|
1042
|
+
"locationName":"ResourceArn"
|
1043
|
+
}
|
1044
|
+
}
|
1045
|
+
},
|
1046
|
+
"ListTagsForResourceResponse":{
|
1047
|
+
"type":"structure",
|
1048
|
+
"members":{
|
1049
|
+
"Tags":{"shape":"TagMap"}
|
1050
|
+
}
|
1051
|
+
},
|
992
1052
|
"ListWebsiteAuthorizationProvidersRequest":{
|
993
1053
|
"type":"structure",
|
994
1054
|
"required":["FleetArn"],
|
@@ -1117,6 +1177,49 @@
|
|
1117
1177
|
"type":"list",
|
1118
1178
|
"member":{"shape":"SubnetId"}
|
1119
1179
|
},
|
1180
|
+
"TagKey":{
|
1181
|
+
"type":"string",
|
1182
|
+
"max":128,
|
1183
|
+
"min":1,
|
1184
|
+
"pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
|
1185
|
+
},
|
1186
|
+
"TagKeyList":{
|
1187
|
+
"type":"list",
|
1188
|
+
"member":{"shape":"TagKey"},
|
1189
|
+
"max":50,
|
1190
|
+
"min":1
|
1191
|
+
},
|
1192
|
+
"TagMap":{
|
1193
|
+
"type":"map",
|
1194
|
+
"key":{"shape":"TagKey"},
|
1195
|
+
"value":{"shape":"TagValue"},
|
1196
|
+
"max":50,
|
1197
|
+
"min":1
|
1198
|
+
},
|
1199
|
+
"TagResourceRequest":{
|
1200
|
+
"type":"structure",
|
1201
|
+
"required":[
|
1202
|
+
"ResourceArn",
|
1203
|
+
"Tags"
|
1204
|
+
],
|
1205
|
+
"members":{
|
1206
|
+
"ResourceArn":{
|
1207
|
+
"shape":"FleetArn",
|
1208
|
+
"location":"uri",
|
1209
|
+
"locationName":"ResourceArn"
|
1210
|
+
},
|
1211
|
+
"Tags":{"shape":"TagMap"}
|
1212
|
+
}
|
1213
|
+
},
|
1214
|
+
"TagResourceResponse":{
|
1215
|
+
"type":"structure",
|
1216
|
+
"members":{
|
1217
|
+
}
|
1218
|
+
},
|
1219
|
+
"TagValue":{
|
1220
|
+
"type":"string",
|
1221
|
+
"max":256
|
1222
|
+
},
|
1120
1223
|
"TooManyRequestsException":{
|
1121
1224
|
"type":"structure",
|
1122
1225
|
"members":{
|
@@ -1133,6 +1236,30 @@
|
|
1133
1236
|
"error":{"httpStatusCode":403},
|
1134
1237
|
"exception":true
|
1135
1238
|
},
|
1239
|
+
"UntagResourceRequest":{
|
1240
|
+
"type":"structure",
|
1241
|
+
"required":[
|
1242
|
+
"ResourceArn",
|
1243
|
+
"TagKeys"
|
1244
|
+
],
|
1245
|
+
"members":{
|
1246
|
+
"ResourceArn":{
|
1247
|
+
"shape":"FleetArn",
|
1248
|
+
"location":"uri",
|
1249
|
+
"locationName":"ResourceArn"
|
1250
|
+
},
|
1251
|
+
"TagKeys":{
|
1252
|
+
"shape":"TagKeyList",
|
1253
|
+
"location":"querystring",
|
1254
|
+
"locationName":"tagKeys"
|
1255
|
+
}
|
1256
|
+
}
|
1257
|
+
},
|
1258
|
+
"UntagResourceResponse":{
|
1259
|
+
"type":"structure",
|
1260
|
+
"members":{
|
1261
|
+
}
|
1262
|
+
},
|
1136
1263
|
"UpdateAuditStreamConfigurationRequest":{
|
1137
1264
|
"type":"structure",
|
1138
1265
|
"required":["FleetArn"],
|
data/endpoints.json
CHANGED
@@ -7192,6 +7192,12 @@
|
|
7192
7192
|
"region" : "us-gov-west-1"
|
7193
7193
|
},
|
7194
7194
|
"hostname" : "iam.us-gov.amazonaws.com"
|
7195
|
+
},
|
7196
|
+
"iam-govcloud-fips" : {
|
7197
|
+
"credentialScope" : {
|
7198
|
+
"region" : "us-gov-west-1"
|
7199
|
+
},
|
7200
|
+
"hostname" : "iam.us-gov.amazonaws.com"
|
7195
7201
|
}
|
7196
7202
|
},
|
7197
7203
|
"isRegionalized" : false,
|
@@ -7238,6 +7244,18 @@
|
|
7238
7244
|
},
|
7239
7245
|
"kinesis" : {
|
7240
7246
|
"endpoints" : {
|
7247
|
+
"fips-us-gov-east-1" : {
|
7248
|
+
"credentialScope" : {
|
7249
|
+
"region" : "us-gov-east-1"
|
7250
|
+
},
|
7251
|
+
"hostname" : "kinesis-fips.us-gov-east-1.amazonaws.com"
|
7252
|
+
},
|
7253
|
+
"fips-us-gov-west-1" : {
|
7254
|
+
"credentialScope" : {
|
7255
|
+
"region" : "us-gov-west-1"
|
7256
|
+
},
|
7257
|
+
"hostname" : "kinesis-fips.us-gov-west-1.amazonaws.com"
|
7258
|
+
},
|
7241
7259
|
"us-gov-east-1" : { },
|
7242
7260
|
"us-gov-west-1" : { }
|
7243
7261
|
}
|
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.518
|
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-
|
11
|
+
date: 2020-06-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|