aws-sdk 2.1020.0 → 2.1024.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.
- package/CHANGELOG.md +24 -1
- package/README.md +1 -1
- package/apis/chime-sdk-meetings-2021-07-15.examples.json +5 -0
- package/apis/chime-sdk-meetings-2021-07-15.min.json +474 -0
- package/apis/chime-sdk-meetings-2021-07-15.paginators.json +9 -0
- package/apis/connect-2017-08-08.min.json +230 -61
- package/apis/connect-2017-08-08.paginators.json +6 -0
- package/apis/datasync-2018-11-09.min.json +207 -56
- package/apis/ec2-2016-11-15.min.json +513 -499
- package/apis/finspace-2021-03-12.min.json +24 -4
- package/apis/iotwireless-2020-11-22.min.json +993 -100
- package/apis/iotwireless-2020-11-22.paginators.json +15 -0
- package/apis/macie2-2020-01-01.min.json +104 -77
- package/apis/metadata.json +4 -0
- package/apis/sagemaker-2017-07-24.min.json +617 -537
- package/apis/translate-2017-07-01.min.json +4 -1
- package/apis/wafv2-2019-07-29.min.json +130 -79
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/chimesdkmeetings.d.ts +486 -0
- package/clients/chimesdkmeetings.js +18 -0
- package/clients/connect.d.ts +194 -21
- package/clients/connectparticipant.d.ts +1 -1
- package/clients/datasync.d.ts +241 -11
- package/clients/ec2.d.ts +23 -6
- package/clients/finspace.d.ts +26 -0
- package/clients/iotwireless.d.ts +577 -6
- package/clients/macie2.d.ts +36 -16
- package/clients/resourcegroupstaggingapi.d.ts +29 -29
- package/clients/sagemaker.d.ts +111 -16
- package/clients/translate.d.ts +13 -12
- package/clients/wafv2.d.ts +70 -10
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +52 -15
- package/dist/aws-sdk.js +760 -564
- package/dist/aws-sdk.min.js +71 -71
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -114,6 +114,53 @@
|
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
116
|
},
|
|
117
|
+
"CreateLocationHdfs": {
|
|
118
|
+
"input": {
|
|
119
|
+
"type": "structure",
|
|
120
|
+
"required": [
|
|
121
|
+
"NameNodes",
|
|
122
|
+
"AuthenticationType",
|
|
123
|
+
"AgentArns"
|
|
124
|
+
],
|
|
125
|
+
"members": {
|
|
126
|
+
"Subdirectory": {},
|
|
127
|
+
"NameNodes": {
|
|
128
|
+
"shape": "Sx"
|
|
129
|
+
},
|
|
130
|
+
"BlockSize": {
|
|
131
|
+
"type": "integer"
|
|
132
|
+
},
|
|
133
|
+
"ReplicationFactor": {
|
|
134
|
+
"type": "integer"
|
|
135
|
+
},
|
|
136
|
+
"KmsKeyProviderUri": {},
|
|
137
|
+
"QopConfiguration": {
|
|
138
|
+
"shape": "S14"
|
|
139
|
+
},
|
|
140
|
+
"AuthenticationType": {},
|
|
141
|
+
"SimpleUser": {},
|
|
142
|
+
"KerberosPrincipal": {},
|
|
143
|
+
"KerberosKeytab": {
|
|
144
|
+
"type": "blob"
|
|
145
|
+
},
|
|
146
|
+
"KerberosKrb5Conf": {
|
|
147
|
+
"type": "blob"
|
|
148
|
+
},
|
|
149
|
+
"AgentArns": {
|
|
150
|
+
"shape": "S1c"
|
|
151
|
+
},
|
|
152
|
+
"Tags": {
|
|
153
|
+
"shape": "S7"
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"output": {
|
|
158
|
+
"type": "structure",
|
|
159
|
+
"members": {
|
|
160
|
+
"LocationArn": {}
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
},
|
|
117
164
|
"CreateLocationNfs": {
|
|
118
165
|
"input": {
|
|
119
166
|
"type": "structure",
|
|
@@ -126,10 +173,10 @@
|
|
|
126
173
|
"Subdirectory": {},
|
|
127
174
|
"ServerHostname": {},
|
|
128
175
|
"OnPremConfig": {
|
|
129
|
-
"shape": "
|
|
176
|
+
"shape": "S1h"
|
|
130
177
|
},
|
|
131
178
|
"MountOptions": {
|
|
132
|
-
"shape": "
|
|
179
|
+
"shape": "S1i"
|
|
133
180
|
},
|
|
134
181
|
"Tags": {
|
|
135
182
|
"shape": "S7"
|
|
@@ -161,10 +208,10 @@
|
|
|
161
208
|
"BucketName": {},
|
|
162
209
|
"AccessKey": {},
|
|
163
210
|
"SecretKey": {
|
|
164
|
-
"shape": "
|
|
211
|
+
"shape": "S1r"
|
|
165
212
|
},
|
|
166
213
|
"AgentArns": {
|
|
167
|
-
"shape": "
|
|
214
|
+
"shape": "S1c"
|
|
168
215
|
},
|
|
169
216
|
"Tags": {
|
|
170
217
|
"shape": "S7"
|
|
@@ -190,10 +237,10 @@
|
|
|
190
237
|
"S3BucketArn": {},
|
|
191
238
|
"S3StorageClass": {},
|
|
192
239
|
"S3Config": {
|
|
193
|
-
"shape": "
|
|
240
|
+
"shape": "S1w"
|
|
194
241
|
},
|
|
195
242
|
"AgentArns": {
|
|
196
|
-
"shape": "
|
|
243
|
+
"shape": "S1c"
|
|
197
244
|
},
|
|
198
245
|
"Tags": {
|
|
199
246
|
"shape": "S7"
|
|
@@ -226,10 +273,10 @@
|
|
|
226
273
|
"shape": "St"
|
|
227
274
|
},
|
|
228
275
|
"AgentArns": {
|
|
229
|
-
"shape": "
|
|
276
|
+
"shape": "S1c"
|
|
230
277
|
},
|
|
231
278
|
"MountOptions": {
|
|
232
|
-
"shape": "
|
|
279
|
+
"shape": "S21"
|
|
233
280
|
},
|
|
234
281
|
"Tags": {
|
|
235
282
|
"shape": "S7"
|
|
@@ -256,19 +303,19 @@
|
|
|
256
303
|
"CloudWatchLogGroupArn": {},
|
|
257
304
|
"Name": {},
|
|
258
305
|
"Options": {
|
|
259
|
-
"shape": "
|
|
306
|
+
"shape": "S26"
|
|
260
307
|
},
|
|
261
308
|
"Excludes": {
|
|
262
|
-
"shape": "
|
|
309
|
+
"shape": "S2l"
|
|
263
310
|
},
|
|
264
311
|
"Schedule": {
|
|
265
|
-
"shape": "
|
|
312
|
+
"shape": "S2p"
|
|
266
313
|
},
|
|
267
314
|
"Tags": {
|
|
268
315
|
"shape": "S7"
|
|
269
316
|
},
|
|
270
317
|
"Includes": {
|
|
271
|
-
"shape": "
|
|
318
|
+
"shape": "S2l"
|
|
272
319
|
}
|
|
273
320
|
}
|
|
274
321
|
},
|
|
@@ -413,6 +460,46 @@
|
|
|
413
460
|
}
|
|
414
461
|
}
|
|
415
462
|
},
|
|
463
|
+
"DescribeLocationHdfs": {
|
|
464
|
+
"input": {
|
|
465
|
+
"type": "structure",
|
|
466
|
+
"required": [
|
|
467
|
+
"LocationArn"
|
|
468
|
+
],
|
|
469
|
+
"members": {
|
|
470
|
+
"LocationArn": {}
|
|
471
|
+
}
|
|
472
|
+
},
|
|
473
|
+
"output": {
|
|
474
|
+
"type": "structure",
|
|
475
|
+
"members": {
|
|
476
|
+
"LocationArn": {},
|
|
477
|
+
"LocationUri": {},
|
|
478
|
+
"NameNodes": {
|
|
479
|
+
"shape": "Sx"
|
|
480
|
+
},
|
|
481
|
+
"BlockSize": {
|
|
482
|
+
"type": "integer"
|
|
483
|
+
},
|
|
484
|
+
"ReplicationFactor": {
|
|
485
|
+
"type": "integer"
|
|
486
|
+
},
|
|
487
|
+
"KmsKeyProviderUri": {},
|
|
488
|
+
"QopConfiguration": {
|
|
489
|
+
"shape": "S14"
|
|
490
|
+
},
|
|
491
|
+
"AuthenticationType": {},
|
|
492
|
+
"SimpleUser": {},
|
|
493
|
+
"KerberosPrincipal": {},
|
|
494
|
+
"AgentArns": {
|
|
495
|
+
"shape": "S1c"
|
|
496
|
+
},
|
|
497
|
+
"CreationTime": {
|
|
498
|
+
"type": "timestamp"
|
|
499
|
+
}
|
|
500
|
+
}
|
|
501
|
+
}
|
|
502
|
+
},
|
|
416
503
|
"DescribeLocationNfs": {
|
|
417
504
|
"input": {
|
|
418
505
|
"type": "structure",
|
|
@@ -429,10 +516,10 @@
|
|
|
429
516
|
"LocationArn": {},
|
|
430
517
|
"LocationUri": {},
|
|
431
518
|
"OnPremConfig": {
|
|
432
|
-
"shape": "
|
|
519
|
+
"shape": "S1h"
|
|
433
520
|
},
|
|
434
521
|
"MountOptions": {
|
|
435
|
-
"shape": "
|
|
522
|
+
"shape": "S1i"
|
|
436
523
|
},
|
|
437
524
|
"CreationTime": {
|
|
438
525
|
"type": "timestamp"
|
|
@@ -461,7 +548,7 @@
|
|
|
461
548
|
},
|
|
462
549
|
"ServerProtocol": {},
|
|
463
550
|
"AgentArns": {
|
|
464
|
-
"shape": "
|
|
551
|
+
"shape": "S1c"
|
|
465
552
|
},
|
|
466
553
|
"CreationTime": {
|
|
467
554
|
"type": "timestamp"
|
|
@@ -486,10 +573,10 @@
|
|
|
486
573
|
"LocationUri": {},
|
|
487
574
|
"S3StorageClass": {},
|
|
488
575
|
"S3Config": {
|
|
489
|
-
"shape": "
|
|
576
|
+
"shape": "S1w"
|
|
490
577
|
},
|
|
491
578
|
"AgentArns": {
|
|
492
|
-
"shape": "
|
|
579
|
+
"shape": "S1c"
|
|
493
580
|
},
|
|
494
581
|
"CreationTime": {
|
|
495
582
|
"type": "timestamp"
|
|
@@ -513,12 +600,12 @@
|
|
|
513
600
|
"LocationArn": {},
|
|
514
601
|
"LocationUri": {},
|
|
515
602
|
"AgentArns": {
|
|
516
|
-
"shape": "
|
|
603
|
+
"shape": "S1c"
|
|
517
604
|
},
|
|
518
605
|
"User": {},
|
|
519
606
|
"Domain": {},
|
|
520
607
|
"MountOptions": {
|
|
521
|
-
"shape": "
|
|
608
|
+
"shape": "S21"
|
|
522
609
|
},
|
|
523
610
|
"CreationTime": {
|
|
524
611
|
"type": "timestamp"
|
|
@@ -555,13 +642,13 @@
|
|
|
555
642
|
"member": {}
|
|
556
643
|
},
|
|
557
644
|
"Options": {
|
|
558
|
-
"shape": "
|
|
645
|
+
"shape": "S26"
|
|
559
646
|
},
|
|
560
647
|
"Excludes": {
|
|
561
|
-
"shape": "
|
|
648
|
+
"shape": "S2l"
|
|
562
649
|
},
|
|
563
650
|
"Schedule": {
|
|
564
|
-
"shape": "
|
|
651
|
+
"shape": "S2p"
|
|
565
652
|
},
|
|
566
653
|
"ErrorCode": {},
|
|
567
654
|
"ErrorDetail": {},
|
|
@@ -569,7 +656,7 @@
|
|
|
569
656
|
"type": "timestamp"
|
|
570
657
|
},
|
|
571
658
|
"Includes": {
|
|
572
|
-
"shape": "
|
|
659
|
+
"shape": "S2l"
|
|
573
660
|
}
|
|
574
661
|
}
|
|
575
662
|
}
|
|
@@ -590,13 +677,13 @@
|
|
|
590
677
|
"TaskExecutionArn": {},
|
|
591
678
|
"Status": {},
|
|
592
679
|
"Options": {
|
|
593
|
-
"shape": "
|
|
680
|
+
"shape": "S26"
|
|
594
681
|
},
|
|
595
682
|
"Excludes": {
|
|
596
|
-
"shape": "
|
|
683
|
+
"shape": "S2l"
|
|
597
684
|
},
|
|
598
685
|
"Includes": {
|
|
599
|
-
"shape": "
|
|
686
|
+
"shape": "S2l"
|
|
600
687
|
},
|
|
601
688
|
"StartTime": {
|
|
602
689
|
"type": "timestamp"
|
|
@@ -689,7 +776,7 @@
|
|
|
689
776
|
"members": {
|
|
690
777
|
"Name": {},
|
|
691
778
|
"Values": {
|
|
692
|
-
"shape": "
|
|
779
|
+
"shape": "S49"
|
|
693
780
|
},
|
|
694
781
|
"Operator": {}
|
|
695
782
|
}
|
|
@@ -789,7 +876,7 @@
|
|
|
789
876
|
"members": {
|
|
790
877
|
"Name": {},
|
|
791
878
|
"Values": {
|
|
792
|
-
"shape": "
|
|
879
|
+
"shape": "S49"
|
|
793
880
|
},
|
|
794
881
|
"Operator": {}
|
|
795
882
|
}
|
|
@@ -824,13 +911,13 @@
|
|
|
824
911
|
"members": {
|
|
825
912
|
"TaskArn": {},
|
|
826
913
|
"OverrideOptions": {
|
|
827
|
-
"shape": "
|
|
914
|
+
"shape": "S26"
|
|
828
915
|
},
|
|
829
916
|
"Includes": {
|
|
830
|
-
"shape": "
|
|
917
|
+
"shape": "S2l"
|
|
831
918
|
},
|
|
832
919
|
"Excludes": {
|
|
833
|
-
"shape": "
|
|
920
|
+
"shape": "S2l"
|
|
834
921
|
}
|
|
835
922
|
}
|
|
836
923
|
},
|
|
@@ -896,6 +983,47 @@
|
|
|
896
983
|
"members": {}
|
|
897
984
|
}
|
|
898
985
|
},
|
|
986
|
+
"UpdateLocationHdfs": {
|
|
987
|
+
"input": {
|
|
988
|
+
"type": "structure",
|
|
989
|
+
"required": [
|
|
990
|
+
"LocationArn"
|
|
991
|
+
],
|
|
992
|
+
"members": {
|
|
993
|
+
"LocationArn": {},
|
|
994
|
+
"Subdirectory": {},
|
|
995
|
+
"NameNodes": {
|
|
996
|
+
"shape": "Sx"
|
|
997
|
+
},
|
|
998
|
+
"BlockSize": {
|
|
999
|
+
"type": "integer"
|
|
1000
|
+
},
|
|
1001
|
+
"ReplicationFactor": {
|
|
1002
|
+
"type": "integer"
|
|
1003
|
+
},
|
|
1004
|
+
"KmsKeyProviderUri": {},
|
|
1005
|
+
"QopConfiguration": {
|
|
1006
|
+
"shape": "S14"
|
|
1007
|
+
},
|
|
1008
|
+
"AuthenticationType": {},
|
|
1009
|
+
"SimpleUser": {},
|
|
1010
|
+
"KerberosPrincipal": {},
|
|
1011
|
+
"KerberosKeytab": {
|
|
1012
|
+
"type": "blob"
|
|
1013
|
+
},
|
|
1014
|
+
"KerberosKrb5Conf": {
|
|
1015
|
+
"type": "blob"
|
|
1016
|
+
},
|
|
1017
|
+
"AgentArns": {
|
|
1018
|
+
"shape": "S1c"
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
},
|
|
1022
|
+
"output": {
|
|
1023
|
+
"type": "structure",
|
|
1024
|
+
"members": {}
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
899
1027
|
"UpdateLocationNfs": {
|
|
900
1028
|
"input": {
|
|
901
1029
|
"type": "structure",
|
|
@@ -906,10 +1034,10 @@
|
|
|
906
1034
|
"LocationArn": {},
|
|
907
1035
|
"Subdirectory": {},
|
|
908
1036
|
"OnPremConfig": {
|
|
909
|
-
"shape": "
|
|
1037
|
+
"shape": "S1h"
|
|
910
1038
|
},
|
|
911
1039
|
"MountOptions": {
|
|
912
|
-
"shape": "
|
|
1040
|
+
"shape": "S1i"
|
|
913
1041
|
}
|
|
914
1042
|
}
|
|
915
1043
|
},
|
|
@@ -933,10 +1061,10 @@
|
|
|
933
1061
|
"Subdirectory": {},
|
|
934
1062
|
"AccessKey": {},
|
|
935
1063
|
"SecretKey": {
|
|
936
|
-
"shape": "
|
|
1064
|
+
"shape": "S1r"
|
|
937
1065
|
},
|
|
938
1066
|
"AgentArns": {
|
|
939
|
-
"shape": "
|
|
1067
|
+
"shape": "S1c"
|
|
940
1068
|
}
|
|
941
1069
|
}
|
|
942
1070
|
},
|
|
@@ -960,10 +1088,10 @@
|
|
|
960
1088
|
"shape": "St"
|
|
961
1089
|
},
|
|
962
1090
|
"AgentArns": {
|
|
963
|
-
"shape": "
|
|
1091
|
+
"shape": "S1c"
|
|
964
1092
|
},
|
|
965
1093
|
"MountOptions": {
|
|
966
|
-
"shape": "
|
|
1094
|
+
"shape": "S21"
|
|
967
1095
|
}
|
|
968
1096
|
}
|
|
969
1097
|
},
|
|
@@ -981,18 +1109,18 @@
|
|
|
981
1109
|
"members": {
|
|
982
1110
|
"TaskArn": {},
|
|
983
1111
|
"Options": {
|
|
984
|
-
"shape": "
|
|
1112
|
+
"shape": "S26"
|
|
985
1113
|
},
|
|
986
1114
|
"Excludes": {
|
|
987
|
-
"shape": "
|
|
1115
|
+
"shape": "S2l"
|
|
988
1116
|
},
|
|
989
1117
|
"Schedule": {
|
|
990
|
-
"shape": "
|
|
1118
|
+
"shape": "S2p"
|
|
991
1119
|
},
|
|
992
1120
|
"Name": {},
|
|
993
1121
|
"CloudWatchLogGroupArn": {},
|
|
994
1122
|
"Includes": {
|
|
995
|
-
"shape": "
|
|
1123
|
+
"shape": "S2l"
|
|
996
1124
|
}
|
|
997
1125
|
}
|
|
998
1126
|
},
|
|
@@ -1011,7 +1139,7 @@
|
|
|
1011
1139
|
"members": {
|
|
1012
1140
|
"TaskExecutionArn": {},
|
|
1013
1141
|
"Options": {
|
|
1014
|
-
"shape": "
|
|
1142
|
+
"shape": "S26"
|
|
1015
1143
|
}
|
|
1016
1144
|
}
|
|
1017
1145
|
},
|
|
@@ -1067,32 +1195,55 @@
|
|
|
1067
1195
|
"type": "string",
|
|
1068
1196
|
"sensitive": true
|
|
1069
1197
|
},
|
|
1070
|
-
"
|
|
1198
|
+
"Sx": {
|
|
1199
|
+
"type": "list",
|
|
1200
|
+
"member": {
|
|
1201
|
+
"type": "structure",
|
|
1202
|
+
"required": [
|
|
1203
|
+
"Hostname",
|
|
1204
|
+
"Port"
|
|
1205
|
+
],
|
|
1206
|
+
"members": {
|
|
1207
|
+
"Hostname": {},
|
|
1208
|
+
"Port": {
|
|
1209
|
+
"type": "integer"
|
|
1210
|
+
}
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
},
|
|
1214
|
+
"S14": {
|
|
1215
|
+
"type": "structure",
|
|
1216
|
+
"members": {
|
|
1217
|
+
"RpcProtection": {},
|
|
1218
|
+
"DataTransferProtection": {}
|
|
1219
|
+
}
|
|
1220
|
+
},
|
|
1221
|
+
"S1c": {
|
|
1222
|
+
"type": "list",
|
|
1223
|
+
"member": {}
|
|
1224
|
+
},
|
|
1225
|
+
"S1h": {
|
|
1071
1226
|
"type": "structure",
|
|
1072
1227
|
"required": [
|
|
1073
1228
|
"AgentArns"
|
|
1074
1229
|
],
|
|
1075
1230
|
"members": {
|
|
1076
1231
|
"AgentArns": {
|
|
1077
|
-
"shape": "
|
|
1232
|
+
"shape": "S1c"
|
|
1078
1233
|
}
|
|
1079
1234
|
}
|
|
1080
1235
|
},
|
|
1081
|
-
"
|
|
1082
|
-
"type": "list",
|
|
1083
|
-
"member": {}
|
|
1084
|
-
},
|
|
1085
|
-
"S10": {
|
|
1236
|
+
"S1i": {
|
|
1086
1237
|
"type": "structure",
|
|
1087
1238
|
"members": {
|
|
1088
1239
|
"Version": {}
|
|
1089
1240
|
}
|
|
1090
1241
|
},
|
|
1091
|
-
"
|
|
1242
|
+
"S1r": {
|
|
1092
1243
|
"type": "string",
|
|
1093
1244
|
"sensitive": true
|
|
1094
1245
|
},
|
|
1095
|
-
"
|
|
1246
|
+
"S1w": {
|
|
1096
1247
|
"type": "structure",
|
|
1097
1248
|
"required": [
|
|
1098
1249
|
"BucketAccessRoleArn"
|
|
@@ -1101,13 +1252,13 @@
|
|
|
1101
1252
|
"BucketAccessRoleArn": {}
|
|
1102
1253
|
}
|
|
1103
1254
|
},
|
|
1104
|
-
"
|
|
1255
|
+
"S21": {
|
|
1105
1256
|
"type": "structure",
|
|
1106
1257
|
"members": {
|
|
1107
1258
|
"Version": {}
|
|
1108
1259
|
}
|
|
1109
1260
|
},
|
|
1110
|
-
"
|
|
1261
|
+
"S26": {
|
|
1111
1262
|
"type": "structure",
|
|
1112
1263
|
"members": {
|
|
1113
1264
|
"VerifyMode": {},
|
|
@@ -1128,7 +1279,7 @@
|
|
|
1128
1279
|
"SecurityDescriptorCopyFlags": {}
|
|
1129
1280
|
}
|
|
1130
1281
|
},
|
|
1131
|
-
"
|
|
1282
|
+
"S2l": {
|
|
1132
1283
|
"type": "list",
|
|
1133
1284
|
"member": {
|
|
1134
1285
|
"type": "structure",
|
|
@@ -1138,7 +1289,7 @@
|
|
|
1138
1289
|
}
|
|
1139
1290
|
}
|
|
1140
1291
|
},
|
|
1141
|
-
"
|
|
1292
|
+
"S2p": {
|
|
1142
1293
|
"type": "structure",
|
|
1143
1294
|
"required": [
|
|
1144
1295
|
"ScheduleExpression"
|
|
@@ -1147,7 +1298,7 @@
|
|
|
1147
1298
|
"ScheduleExpression": {}
|
|
1148
1299
|
}
|
|
1149
1300
|
},
|
|
1150
|
-
"
|
|
1301
|
+
"S49": {
|
|
1151
1302
|
"type": "list",
|
|
1152
1303
|
"member": {}
|
|
1153
1304
|
}
|