aws-sdk 2.1418.0 → 2.1420.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -329,6 +329,12 @@
329
329
  "output_token": "NextToken",
330
330
  "limit_key": "MaxResults"
331
331
  },
332
+ "ListResourceCatalogs": {
333
+ "input_token": "NextToken",
334
+ "output_token": "NextToken",
335
+ "limit_key": "MaxResults",
336
+ "result_key": "ResourceCatalogs"
337
+ },
332
338
  "ListSpaces": {
333
339
  "input_token": "NextToken",
334
340
  "output_token": "NextToken",
@@ -101,14 +101,17 @@
101
101
  "configurations": {
102
102
  "shape": "St"
103
103
  },
104
- "metaStoreManagerRoleArn": {}
104
+ "metaStoreManagerRoleArn": {},
105
+ "tags": {
106
+ "shape": "S15"
107
+ }
105
108
  }
106
109
  },
107
110
  "output": {
108
111
  "type": "structure",
109
112
  "members": {
110
113
  "dataLakes": {
111
- "shape": "S16"
114
+ "shape": "S1a"
112
115
  }
113
116
  }
114
117
  }
@@ -149,7 +152,7 @@
149
152
  ],
150
153
  "members": {
151
154
  "autoEnableNewAccount": {
152
- "shape": "S1i"
155
+ "shape": "S1m"
153
156
  }
154
157
  }
155
158
  },
@@ -172,23 +175,26 @@
172
175
  ],
173
176
  "members": {
174
177
  "accessTypes": {
175
- "shape": "S1o"
178
+ "shape": "S1s"
176
179
  },
177
180
  "sources": {
178
- "shape": "S1q"
181
+ "shape": "S1u"
179
182
  },
180
183
  "subscriberDescription": {},
181
184
  "subscriberIdentity": {
182
185
  "shape": "Sf"
183
186
  },
184
- "subscriberName": {}
187
+ "subscriberName": {},
188
+ "tags": {
189
+ "shape": "S15"
190
+ }
185
191
  }
186
192
  },
187
193
  "output": {
188
194
  "type": "structure",
189
195
  "members": {
190
196
  "subscriber": {
191
- "shape": "S1v"
197
+ "shape": "S1z"
192
198
  }
193
199
  }
194
200
  }
@@ -206,7 +212,7 @@
206
212
  ],
207
213
  "members": {
208
214
  "configuration": {
209
- "shape": "S22"
215
+ "shape": "S26"
210
216
  },
211
217
  "subscriberId": {
212
218
  "location": "uri",
@@ -324,7 +330,7 @@
324
330
  ],
325
331
  "members": {
326
332
  "autoEnableNewAccount": {
327
- "shape": "S1i"
333
+ "shape": "S1m"
328
334
  }
329
335
  }
330
336
  },
@@ -432,7 +438,7 @@
432
438
  "type": "structure",
433
439
  "members": {
434
440
  "autoEnableNewAccount": {
435
- "shape": "S1i"
441
+ "shape": "S1m"
436
442
  }
437
443
  }
438
444
  }
@@ -507,7 +513,7 @@
507
513
  "type": "structure",
508
514
  "members": {
509
515
  "subscriber": {
510
- "shape": "S1v"
516
+ "shape": "S1z"
511
517
  }
512
518
  }
513
519
  }
@@ -541,7 +547,7 @@
541
547
  "region": {},
542
548
  "remediation": {},
543
549
  "timestamp": {
544
- "shape": "S1w"
550
+ "shape": "S20"
545
551
  }
546
552
  }
547
553
  }
@@ -570,7 +576,7 @@
570
576
  "type": "structure",
571
577
  "members": {
572
578
  "dataLakes": {
573
- "shape": "S16"
579
+ "shape": "S1a"
574
580
  }
575
581
  }
576
582
  }
@@ -594,7 +600,7 @@
594
600
  "shape": "S6"
595
601
  },
596
602
  "sources": {
597
- "shape": "S1q"
603
+ "shape": "S1u"
598
604
  }
599
605
  }
600
606
  },
@@ -610,7 +616,7 @@
610
616
  "account": {},
611
617
  "region": {},
612
618
  "sources": {
613
- "shape": "S1q"
619
+ "shape": "S1u"
614
620
  }
615
621
  }
616
622
  }
@@ -645,12 +651,39 @@
645
651
  "subscribers": {
646
652
  "type": "list",
647
653
  "member": {
648
- "shape": "S1v"
654
+ "shape": "S1z"
649
655
  }
650
656
  }
651
657
  }
652
658
  }
653
659
  },
660
+ "ListTagsForResource": {
661
+ "http": {
662
+ "method": "GET",
663
+ "requestUri": "/v1/tags/{resourceArn}",
664
+ "responseCode": 200
665
+ },
666
+ "input": {
667
+ "type": "structure",
668
+ "required": [
669
+ "resourceArn"
670
+ ],
671
+ "members": {
672
+ "resourceArn": {
673
+ "location": "uri",
674
+ "locationName": "resourceArn"
675
+ }
676
+ }
677
+ },
678
+ "output": {
679
+ "type": "structure",
680
+ "members": {
681
+ "tags": {
682
+ "shape": "S15"
683
+ }
684
+ }
685
+ }
686
+ },
654
687
  "RegisterDataLakeDelegatedAdministrator": {
655
688
  "http": {
656
689
  "requestUri": "/v1/datalake/delegate",
@@ -670,6 +703,64 @@
670
703
  "members": {}
671
704
  }
672
705
  },
706
+ "TagResource": {
707
+ "http": {
708
+ "requestUri": "/v1/tags/{resourceArn}",
709
+ "responseCode": 200
710
+ },
711
+ "input": {
712
+ "type": "structure",
713
+ "required": [
714
+ "resourceArn",
715
+ "tags"
716
+ ],
717
+ "members": {
718
+ "resourceArn": {
719
+ "location": "uri",
720
+ "locationName": "resourceArn"
721
+ },
722
+ "tags": {
723
+ "shape": "S15"
724
+ }
725
+ }
726
+ },
727
+ "output": {
728
+ "type": "structure",
729
+ "members": {}
730
+ },
731
+ "idempotent": true
732
+ },
733
+ "UntagResource": {
734
+ "http": {
735
+ "method": "DELETE",
736
+ "requestUri": "/v1/tags/{resourceArn}",
737
+ "responseCode": 200
738
+ },
739
+ "input": {
740
+ "type": "structure",
741
+ "required": [
742
+ "resourceArn",
743
+ "tagKeys"
744
+ ],
745
+ "members": {
746
+ "resourceArn": {
747
+ "location": "uri",
748
+ "locationName": "resourceArn"
749
+ },
750
+ "tagKeys": {
751
+ "location": "querystring",
752
+ "locationName": "tagKeys",
753
+ "type": "list",
754
+ "member": {}
755
+ }
756
+ }
757
+ },
758
+ "output": {
759
+ "type": "structure",
760
+ "members": {}
761
+ },
762
+ "idempotent": true
763
+ },
673
764
  "UpdateDataLake": {
674
765
  "http": {
675
766
  "method": "PUT",
@@ -691,7 +782,7 @@
691
782
  "type": "structure",
692
783
  "members": {
693
784
  "dataLakes": {
694
- "shape": "S16"
785
+ "shape": "S1a"
695
786
  }
696
787
  }
697
788
  },
@@ -736,7 +827,7 @@
736
827
  ],
737
828
  "members": {
738
829
  "sources": {
739
- "shape": "S1q"
830
+ "shape": "S1u"
740
831
  },
741
832
  "subscriberDescription": {},
742
833
  "subscriberId": {
@@ -753,7 +844,7 @@
753
844
  "type": "structure",
754
845
  "members": {
755
846
  "subscriber": {
756
- "shape": "S1v"
847
+ "shape": "S1z"
757
848
  }
758
849
  }
759
850
  },
@@ -773,7 +864,7 @@
773
864
  ],
774
865
  "members": {
775
866
  "configuration": {
776
- "shape": "S22"
867
+ "shape": "S26"
777
868
  },
778
869
  "subscriberId": {
779
870
  "location": "uri",
@@ -917,7 +1008,21 @@
917
1008
  "roleArn": {}
918
1009
  }
919
1010
  },
920
- "S16": {
1011
+ "S15": {
1012
+ "type": "list",
1013
+ "member": {
1014
+ "type": "structure",
1015
+ "required": [
1016
+ "key",
1017
+ "value"
1018
+ ],
1019
+ "members": {
1020
+ "key": {},
1021
+ "value": {}
1022
+ }
1023
+ }
1024
+ },
1025
+ "S1a": {
921
1026
  "type": "list",
922
1027
  "member": {
923
1028
  "type": "structure",
@@ -956,7 +1061,7 @@
956
1061
  }
957
1062
  }
958
1063
  },
959
- "S1i": {
1064
+ "S1m": {
960
1065
  "type": "list",
961
1066
  "member": {
962
1067
  "type": "structure",
@@ -969,30 +1074,30 @@
969
1074
  "sources": {
970
1075
  "type": "list",
971
1076
  "member": {
972
- "shape": "S1l"
1077
+ "shape": "S1p"
973
1078
  }
974
1079
  }
975
1080
  }
976
1081
  }
977
1082
  },
978
- "S1l": {
1083
+ "S1p": {
979
1084
  "type": "structure",
980
1085
  "members": {
981
1086
  "sourceName": {},
982
1087
  "sourceVersion": {}
983
1088
  }
984
1089
  },
985
- "S1o": {
1090
+ "S1s": {
986
1091
  "type": "list",
987
1092
  "member": {}
988
1093
  },
989
- "S1q": {
1094
+ "S1u": {
990
1095
  "type": "list",
991
1096
  "member": {
992
1097
  "type": "structure",
993
1098
  "members": {
994
1099
  "awsLogSource": {
995
- "shape": "S1l"
1100
+ "shape": "S1p"
996
1101
  },
997
1102
  "customLogSource": {
998
1103
  "shape": "Sn"
@@ -1001,7 +1106,7 @@
1001
1106
  "union": true
1002
1107
  }
1003
1108
  },
1004
- "S1v": {
1109
+ "S1z": {
1005
1110
  "type": "structure",
1006
1111
  "required": [
1007
1112
  "sources",
@@ -1012,17 +1117,17 @@
1012
1117
  ],
1013
1118
  "members": {
1014
1119
  "accessTypes": {
1015
- "shape": "S1o"
1120
+ "shape": "S1s"
1016
1121
  },
1017
1122
  "createdAt": {
1018
- "shape": "S1w"
1123
+ "shape": "S20"
1019
1124
  },
1020
1125
  "resourceShareArn": {},
1021
1126
  "resourceShareName": {},
1022
1127
  "roleArn": {},
1023
1128
  "s3BucketArn": {},
1024
1129
  "sources": {
1025
- "shape": "S1q"
1130
+ "shape": "S1u"
1026
1131
  },
1027
1132
  "subscriberArn": {},
1028
1133
  "subscriberDescription": {},
@@ -1034,15 +1139,15 @@
1034
1139
  "subscriberName": {},
1035
1140
  "subscriberStatus": {},
1036
1141
  "updatedAt": {
1037
- "shape": "S1w"
1142
+ "shape": "S20"
1038
1143
  }
1039
1144
  }
1040
1145
  },
1041
- "S1w": {
1146
+ "S20": {
1042
1147
  "type": "timestamp",
1043
1148
  "timestampFormat": "iso8601"
1044
1149
  },
1045
- "S22": {
1150
+ "S26": {
1046
1151
  "type": "structure",
1047
1152
  "members": {
1048
1153
  "httpsNotificationConfiguration": {
@@ -578,7 +578,7 @@
578
578
  "Status": {},
579
579
  "NextToken": {},
580
580
  "Vocabularies": {
581
- "shape": "S3y"
581
+ "shape": "S42"
582
582
  }
583
583
  }
584
584
  }
@@ -656,6 +656,9 @@
656
656
  },
657
657
  "LanguageCodes": {
658
658
  "shape": "S33"
659
+ },
660
+ "ToxicityDetection": {
661
+ "shape": "S3b"
659
662
  }
660
663
  }
661
664
  }
@@ -681,7 +684,7 @@
681
684
  "Status": {},
682
685
  "NextToken": {},
683
686
  "Vocabularies": {
684
- "shape": "S3y"
687
+ "shape": "S42"
685
688
  }
686
689
  }
687
690
  }
@@ -774,7 +777,7 @@
774
777
  "OutputKey": {},
775
778
  "OutputEncryptionKMSKeyId": {},
776
779
  "KMSEncryptionContext": {
777
- "shape": "S4j"
780
+ "shape": "S4n"
778
781
  },
779
782
  "Settings": {
780
783
  "shape": "S2p"
@@ -817,7 +820,7 @@
817
820
  "OutputKey": {},
818
821
  "OutputEncryptionKMSKeyId": {},
819
822
  "KMSEncryptionContext": {
820
- "shape": "S4j"
823
+ "shape": "S4n"
821
824
  },
822
825
  "Settings": {
823
826
  "shape": "S30"
@@ -856,6 +859,9 @@
856
859
  },
857
860
  "LanguageIdSettings": {
858
861
  "shape": "S2e"
862
+ },
863
+ "ToxicityDetection": {
864
+ "shape": "S3b"
859
865
  }
860
866
  }
861
867
  },
@@ -1457,6 +1463,9 @@
1457
1463
  },
1458
1464
  "LanguageIdSettings": {
1459
1465
  "shape": "S2e"
1466
+ },
1467
+ "ToxicityDetection": {
1468
+ "shape": "S3b"
1460
1469
  }
1461
1470
  }
1462
1471
  },
@@ -1514,7 +1523,22 @@
1514
1523
  "type": "list",
1515
1524
  "member": {}
1516
1525
  },
1517
- "S3y": {
1526
+ "S3b": {
1527
+ "type": "list",
1528
+ "member": {
1529
+ "type": "structure",
1530
+ "required": [
1531
+ "ToxicityCategories"
1532
+ ],
1533
+ "members": {
1534
+ "ToxicityCategories": {
1535
+ "type": "list",
1536
+ "member": {}
1537
+ }
1538
+ }
1539
+ }
1540
+ },
1541
+ "S42": {
1518
1542
  "type": "list",
1519
1543
  "member": {
1520
1544
  "type": "structure",
@@ -1528,7 +1552,7 @@
1528
1552
  }
1529
1553
  }
1530
1554
  },
1531
- "S4j": {
1555
+ "S4n": {
1532
1556
  "type": "map",
1533
1557
  "key": {},
1534
1558
  "value": {}