aws-sdk 2.1634.0 → 2.1636.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/README.md +1 -1
- package/apis/account-2021-02-01.min.json +101 -19
- package/apis/firehose-2015-08-04.min.json +205 -159
- package/apis/fsx-2018-03-01.min.json +199 -163
- package/apis/globalaccelerator-2018-08-08.min.json +13 -1
- package/apis/glue-2017-03-31.min.json +324 -219
- package/apis/iotwireless-2020-11-22.min.json +3 -0
- package/apis/location-2020-11-19.min.json +1036 -754
- package/apis/location-2020-11-19.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +62 -62
- package/apis/s3-2006-03-01.min.json +6 -0
- package/apis/sns-2010-03-31.min.json +7 -1
- package/apis/sqs-2012-11-05.min.json +3 -0
- package/apis/storagegateway-2013-06-30.min.json +30 -14
- package/clients/account.d.ts +84 -9
- package/clients/firehose.d.ts +73 -10
- package/clients/fsx.d.ts +62 -18
- package/clients/globalaccelerator.d.ts +8 -0
- package/clients/glue.d.ts +202 -15
- package/clients/iotwireless.d.ts +1 -1
- package/clients/location.d.ts +981 -677
- package/clients/sns.d.ts +7 -7
- package/clients/sqs.d.ts +5 -5
- package/clients/storagegateway.d.ts +31 -16
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +13 -13
- package/dist/aws-sdk.js +1280 -915
- package/dist/aws-sdk.min.js +56 -56
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -5,6 +5,9 @@
|
|
5
5
|
"endpointPrefix": "firehose",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "Firehose",
|
9
12
|
"serviceFullName": "Amazon Kinesis Firehose",
|
10
13
|
"serviceId": "Firehose",
|
@@ -84,8 +87,6 @@
|
|
84
87
|
"RoleARN",
|
85
88
|
"ClusterJDBCURL",
|
86
89
|
"CopyCommand",
|
87
|
-
"Username",
|
88
|
-
"Password",
|
89
90
|
"S3Configuration"
|
90
91
|
],
|
91
92
|
"members": {
|
@@ -115,6 +116,9 @@
|
|
115
116
|
},
|
116
117
|
"CloudWatchLoggingOptions": {
|
117
118
|
"shape": "Sl"
|
119
|
+
},
|
120
|
+
"SecretsManagerConfiguration": {
|
121
|
+
"shape": "S24"
|
118
122
|
}
|
119
123
|
}
|
120
124
|
},
|
@@ -133,10 +137,10 @@
|
|
133
137
|
"TypeName": {},
|
134
138
|
"IndexRotationPeriod": {},
|
135
139
|
"BufferingHints": {
|
136
|
-
"shape": "
|
140
|
+
"shape": "S2c"
|
137
141
|
},
|
138
142
|
"RetryOptions": {
|
139
|
-
"shape": "
|
143
|
+
"shape": "S2f"
|
140
144
|
},
|
141
145
|
"S3BackupMode": {},
|
142
146
|
"S3Configuration": {
|
@@ -149,10 +153,10 @@
|
|
149
153
|
"shape": "Sl"
|
150
154
|
},
|
151
155
|
"VpcConfiguration": {
|
152
|
-
"shape": "
|
156
|
+
"shape": "S2i"
|
153
157
|
},
|
154
158
|
"DocumentIdOptions": {
|
155
|
-
"shape": "
|
159
|
+
"shape": "S2l"
|
156
160
|
}
|
157
161
|
}
|
158
162
|
},
|
@@ -171,10 +175,10 @@
|
|
171
175
|
"TypeName": {},
|
172
176
|
"IndexRotationPeriod": {},
|
173
177
|
"BufferingHints": {
|
174
|
-
"shape": "
|
178
|
+
"shape": "S2t"
|
175
179
|
},
|
176
180
|
"RetryOptions": {
|
177
|
-
"shape": "
|
181
|
+
"shape": "S2w"
|
178
182
|
},
|
179
183
|
"S3BackupMode": {},
|
180
184
|
"S3Configuration": {
|
@@ -187,10 +191,10 @@
|
|
187
191
|
"shape": "Sl"
|
188
192
|
},
|
189
193
|
"VpcConfiguration": {
|
190
|
-
"shape": "
|
194
|
+
"shape": "S2i"
|
191
195
|
},
|
192
196
|
"DocumentIdOptions": {
|
193
|
-
"shape": "
|
197
|
+
"shape": "S2l"
|
194
198
|
}
|
195
199
|
}
|
196
200
|
},
|
@@ -199,7 +203,6 @@
|
|
199
203
|
"required": [
|
200
204
|
"HECEndpoint",
|
201
205
|
"HECEndpointType",
|
202
|
-
"HECToken",
|
203
206
|
"S3Configuration"
|
204
207
|
],
|
205
208
|
"members": {
|
@@ -210,7 +213,7 @@
|
|
210
213
|
"type": "integer"
|
211
214
|
},
|
212
215
|
"RetryOptions": {
|
213
|
-
"shape": "
|
216
|
+
"shape": "S34"
|
214
217
|
},
|
215
218
|
"S3BackupMode": {},
|
216
219
|
"S3Configuration": {
|
@@ -223,7 +226,10 @@
|
|
223
226
|
"shape": "Sl"
|
224
227
|
},
|
225
228
|
"BufferingHints": {
|
226
|
-
"shape": "
|
229
|
+
"shape": "S37"
|
230
|
+
},
|
231
|
+
"SecretsManagerConfiguration": {
|
232
|
+
"shape": "S24"
|
227
233
|
}
|
228
234
|
}
|
229
235
|
},
|
@@ -235,32 +241,35 @@
|
|
235
241
|
],
|
236
242
|
"members": {
|
237
243
|
"EndpointConfiguration": {
|
238
|
-
"shape": "
|
244
|
+
"shape": "S3b"
|
239
245
|
},
|
240
246
|
"BufferingHints": {
|
241
|
-
"shape": "
|
247
|
+
"shape": "S3f"
|
242
248
|
},
|
243
249
|
"CloudWatchLoggingOptions": {
|
244
250
|
"shape": "Sl"
|
245
251
|
},
|
246
252
|
"RequestConfiguration": {
|
247
|
-
"shape": "
|
253
|
+
"shape": "S3i"
|
248
254
|
},
|
249
255
|
"ProcessingConfiguration": {
|
250
256
|
"shape": "Sq"
|
251
257
|
},
|
252
258
|
"RoleARN": {},
|
253
259
|
"RetryOptions": {
|
254
|
-
"shape": "
|
260
|
+
"shape": "S3o"
|
255
261
|
},
|
256
262
|
"S3BackupMode": {},
|
257
263
|
"S3Configuration": {
|
258
264
|
"shape": "Sa"
|
265
|
+
},
|
266
|
+
"SecretsManagerConfiguration": {
|
267
|
+
"shape": "S24"
|
259
268
|
}
|
260
269
|
}
|
261
270
|
},
|
262
271
|
"Tags": {
|
263
|
-
"shape": "
|
272
|
+
"shape": "S3r"
|
264
273
|
},
|
265
274
|
"AmazonOpenSearchServerlessDestinationConfiguration": {
|
266
275
|
"type": "structure",
|
@@ -274,10 +283,10 @@
|
|
274
283
|
"CollectionEndpoint": {},
|
275
284
|
"IndexName": {},
|
276
285
|
"BufferingHints": {
|
277
|
-
"shape": "
|
286
|
+
"shape": "S3y"
|
278
287
|
},
|
279
288
|
"RetryOptions": {
|
280
|
-
"shape": "
|
289
|
+
"shape": "S41"
|
281
290
|
},
|
282
291
|
"S3BackupMode": {},
|
283
292
|
"S3Configuration": {
|
@@ -290,7 +299,7 @@
|
|
290
299
|
"shape": "Sl"
|
291
300
|
},
|
292
301
|
"VpcConfiguration": {
|
293
|
-
"shape": "
|
302
|
+
"shape": "S2i"
|
294
303
|
}
|
295
304
|
}
|
296
305
|
},
|
@@ -305,7 +314,7 @@
|
|
305
314
|
"MSKClusterARN": {},
|
306
315
|
"TopicName": {},
|
307
316
|
"AuthenticationConfiguration": {
|
308
|
-
"shape": "
|
317
|
+
"shape": "S47"
|
309
318
|
}
|
310
319
|
}
|
311
320
|
},
|
@@ -313,8 +322,6 @@
|
|
313
322
|
"type": "structure",
|
314
323
|
"required": [
|
315
324
|
"AccountUrl",
|
316
|
-
"PrivateKey",
|
317
|
-
"User",
|
318
325
|
"Database",
|
319
326
|
"Schema",
|
320
327
|
"Table",
|
@@ -323,38 +330,38 @@
|
|
323
330
|
],
|
324
331
|
"members": {
|
325
332
|
"AccountUrl": {
|
326
|
-
"shape": "
|
333
|
+
"shape": "S4a"
|
327
334
|
},
|
328
335
|
"PrivateKey": {
|
329
|
-
"shape": "
|
336
|
+
"shape": "S4b"
|
330
337
|
},
|
331
338
|
"KeyPassphrase": {
|
332
|
-
"shape": "
|
339
|
+
"shape": "S4c"
|
333
340
|
},
|
334
341
|
"User": {
|
335
|
-
"shape": "
|
342
|
+
"shape": "S4d"
|
336
343
|
},
|
337
344
|
"Database": {
|
338
|
-
"shape": "
|
345
|
+
"shape": "S4e"
|
339
346
|
},
|
340
347
|
"Schema": {
|
341
|
-
"shape": "
|
348
|
+
"shape": "S4f"
|
342
349
|
},
|
343
350
|
"Table": {
|
344
|
-
"shape": "
|
351
|
+
"shape": "S4g"
|
345
352
|
},
|
346
353
|
"SnowflakeRoleConfiguration": {
|
347
|
-
"shape": "
|
354
|
+
"shape": "S4h"
|
348
355
|
},
|
349
356
|
"DataLoadingOption": {},
|
350
357
|
"MetaDataColumnName": {
|
351
|
-
"shape": "
|
358
|
+
"shape": "S4k"
|
352
359
|
},
|
353
360
|
"ContentColumnName": {
|
354
|
-
"shape": "
|
361
|
+
"shape": "S4l"
|
355
362
|
},
|
356
363
|
"SnowflakeVpcConfiguration": {
|
357
|
-
"shape": "
|
364
|
+
"shape": "S4m"
|
358
365
|
},
|
359
366
|
"CloudWatchLoggingOptions": {
|
360
367
|
"shape": "Sl"
|
@@ -364,11 +371,14 @@
|
|
364
371
|
},
|
365
372
|
"RoleARN": {},
|
366
373
|
"RetryOptions": {
|
367
|
-
"shape": "
|
374
|
+
"shape": "S4o"
|
368
375
|
},
|
369
376
|
"S3BackupMode": {},
|
370
377
|
"S3Configuration": {
|
371
378
|
"shape": "Sa"
|
379
|
+
},
|
380
|
+
"SecretsManagerConfiguration": {
|
381
|
+
"shape": "S24"
|
372
382
|
}
|
373
383
|
}
|
374
384
|
}
|
@@ -435,7 +445,7 @@
|
|
435
445
|
"DeliveryStreamARN": {},
|
436
446
|
"DeliveryStreamStatus": {},
|
437
447
|
"FailureDescription": {
|
438
|
-
"shape": "
|
448
|
+
"shape": "S51"
|
439
449
|
},
|
440
450
|
"DeliveryStreamEncryptionConfiguration": {
|
441
451
|
"type": "structure",
|
@@ -444,7 +454,7 @@
|
|
444
454
|
"KeyType": {},
|
445
455
|
"Status": {},
|
446
456
|
"FailureDescription": {
|
447
|
-
"shape": "
|
457
|
+
"shape": "S51"
|
448
458
|
}
|
449
459
|
}
|
450
460
|
},
|
@@ -475,7 +485,7 @@
|
|
475
485
|
"MSKClusterARN": {},
|
476
486
|
"TopicName": {},
|
477
487
|
"AuthenticationConfiguration": {
|
478
|
-
"shape": "
|
488
|
+
"shape": "S47"
|
479
489
|
},
|
480
490
|
"DeliveryStartTimestamp": {
|
481
491
|
"type": "timestamp"
|
@@ -494,7 +504,7 @@
|
|
494
504
|
"members": {
|
495
505
|
"DestinationId": {},
|
496
506
|
"S3DestinationDescription": {
|
497
|
-
"shape": "
|
507
|
+
"shape": "S5d"
|
498
508
|
},
|
499
509
|
"ExtendedS3DestinationDescription": {
|
500
510
|
"type": "structure",
|
@@ -525,7 +535,7 @@
|
|
525
535
|
},
|
526
536
|
"S3BackupMode": {},
|
527
537
|
"S3BackupDescription": {
|
528
|
-
"shape": "
|
538
|
+
"shape": "S5d"
|
529
539
|
},
|
530
540
|
"DataFormatConversionConfiguration": {
|
531
541
|
"shape": "Sz"
|
@@ -543,7 +553,6 @@
|
|
543
553
|
"RoleARN",
|
544
554
|
"ClusterJDBCURL",
|
545
555
|
"CopyCommand",
|
546
|
-
"Username",
|
547
556
|
"S3DestinationDescription"
|
548
557
|
],
|
549
558
|
"members": {
|
@@ -559,17 +568,20 @@
|
|
559
568
|
"shape": "S21"
|
560
569
|
},
|
561
570
|
"S3DestinationDescription": {
|
562
|
-
"shape": "
|
571
|
+
"shape": "S5d"
|
563
572
|
},
|
564
573
|
"ProcessingConfiguration": {
|
565
574
|
"shape": "Sq"
|
566
575
|
},
|
567
576
|
"S3BackupMode": {},
|
568
577
|
"S3BackupDescription": {
|
569
|
-
"shape": "
|
578
|
+
"shape": "S5d"
|
570
579
|
},
|
571
580
|
"CloudWatchLoggingOptions": {
|
572
581
|
"shape": "Sl"
|
582
|
+
},
|
583
|
+
"SecretsManagerConfiguration": {
|
584
|
+
"shape": "S24"
|
573
585
|
}
|
574
586
|
}
|
575
587
|
},
|
@@ -583,14 +595,14 @@
|
|
583
595
|
"TypeName": {},
|
584
596
|
"IndexRotationPeriod": {},
|
585
597
|
"BufferingHints": {
|
586
|
-
"shape": "
|
598
|
+
"shape": "S2c"
|
587
599
|
},
|
588
600
|
"RetryOptions": {
|
589
|
-
"shape": "
|
601
|
+
"shape": "S2f"
|
590
602
|
},
|
591
603
|
"S3BackupMode": {},
|
592
604
|
"S3DestinationDescription": {
|
593
|
-
"shape": "
|
605
|
+
"shape": "S5d"
|
594
606
|
},
|
595
607
|
"ProcessingConfiguration": {
|
596
608
|
"shape": "Sq"
|
@@ -599,10 +611,10 @@
|
|
599
611
|
"shape": "Sl"
|
600
612
|
},
|
601
613
|
"VpcConfigurationDescription": {
|
602
|
-
"shape": "
|
614
|
+
"shape": "S5h"
|
603
615
|
},
|
604
616
|
"DocumentIdOptions": {
|
605
|
-
"shape": "
|
617
|
+
"shape": "S2l"
|
606
618
|
}
|
607
619
|
}
|
608
620
|
},
|
@@ -616,14 +628,14 @@
|
|
616
628
|
"TypeName": {},
|
617
629
|
"IndexRotationPeriod": {},
|
618
630
|
"BufferingHints": {
|
619
|
-
"shape": "
|
631
|
+
"shape": "S2t"
|
620
632
|
},
|
621
633
|
"RetryOptions": {
|
622
|
-
"shape": "
|
634
|
+
"shape": "S2w"
|
623
635
|
},
|
624
636
|
"S3BackupMode": {},
|
625
637
|
"S3DestinationDescription": {
|
626
|
-
"shape": "
|
638
|
+
"shape": "S5d"
|
627
639
|
},
|
628
640
|
"ProcessingConfiguration": {
|
629
641
|
"shape": "Sq"
|
@@ -632,10 +644,10 @@
|
|
632
644
|
"shape": "Sl"
|
633
645
|
},
|
634
646
|
"VpcConfigurationDescription": {
|
635
|
-
"shape": "
|
647
|
+
"shape": "S5h"
|
636
648
|
},
|
637
649
|
"DocumentIdOptions": {
|
638
|
-
"shape": "
|
650
|
+
"shape": "S2l"
|
639
651
|
}
|
640
652
|
}
|
641
653
|
},
|
@@ -649,11 +661,11 @@
|
|
649
661
|
"type": "integer"
|
650
662
|
},
|
651
663
|
"RetryOptions": {
|
652
|
-
"shape": "
|
664
|
+
"shape": "S34"
|
653
665
|
},
|
654
666
|
"S3BackupMode": {},
|
655
667
|
"S3DestinationDescription": {
|
656
|
-
"shape": "
|
668
|
+
"shape": "S5d"
|
657
669
|
},
|
658
670
|
"ProcessingConfiguration": {
|
659
671
|
"shape": "Sq"
|
@@ -662,7 +674,10 @@
|
|
662
674
|
"shape": "Sl"
|
663
675
|
},
|
664
676
|
"BufferingHints": {
|
665
|
-
"shape": "
|
677
|
+
"shape": "S37"
|
678
|
+
},
|
679
|
+
"SecretsManagerConfiguration": {
|
680
|
+
"shape": "S24"
|
666
681
|
}
|
667
682
|
}
|
668
683
|
},
|
@@ -673,30 +688,33 @@
|
|
673
688
|
"type": "structure",
|
674
689
|
"members": {
|
675
690
|
"Url": {
|
676
|
-
"shape": "
|
691
|
+
"shape": "S3c"
|
677
692
|
},
|
678
693
|
"Name": {}
|
679
694
|
}
|
680
695
|
},
|
681
696
|
"BufferingHints": {
|
682
|
-
"shape": "
|
697
|
+
"shape": "S3f"
|
683
698
|
},
|
684
699
|
"CloudWatchLoggingOptions": {
|
685
700
|
"shape": "Sl"
|
686
701
|
},
|
687
702
|
"RequestConfiguration": {
|
688
|
-
"shape": "
|
703
|
+
"shape": "S3i"
|
689
704
|
},
|
690
705
|
"ProcessingConfiguration": {
|
691
706
|
"shape": "Sq"
|
692
707
|
},
|
693
708
|
"RoleARN": {},
|
694
709
|
"RetryOptions": {
|
695
|
-
"shape": "
|
710
|
+
"shape": "S3o"
|
696
711
|
},
|
697
712
|
"S3BackupMode": {},
|
698
713
|
"S3DestinationDescription": {
|
699
|
-
"shape": "
|
714
|
+
"shape": "S5d"
|
715
|
+
},
|
716
|
+
"SecretsManagerConfiguration": {
|
717
|
+
"shape": "S24"
|
700
718
|
}
|
701
719
|
}
|
702
720
|
},
|
@@ -704,32 +722,32 @@
|
|
704
722
|
"type": "structure",
|
705
723
|
"members": {
|
706
724
|
"AccountUrl": {
|
707
|
-
"shape": "
|
725
|
+
"shape": "S4a"
|
708
726
|
},
|
709
727
|
"User": {
|
710
|
-
"shape": "
|
728
|
+
"shape": "S4d"
|
711
729
|
},
|
712
730
|
"Database": {
|
713
|
-
"shape": "
|
731
|
+
"shape": "S4e"
|
714
732
|
},
|
715
733
|
"Schema": {
|
716
|
-
"shape": "
|
734
|
+
"shape": "S4f"
|
717
735
|
},
|
718
736
|
"Table": {
|
719
|
-
"shape": "
|
737
|
+
"shape": "S4g"
|
720
738
|
},
|
721
739
|
"SnowflakeRoleConfiguration": {
|
722
|
-
"shape": "
|
740
|
+
"shape": "S4h"
|
723
741
|
},
|
724
742
|
"DataLoadingOption": {},
|
725
743
|
"MetaDataColumnName": {
|
726
|
-
"shape": "
|
744
|
+
"shape": "S4k"
|
727
745
|
},
|
728
746
|
"ContentColumnName": {
|
729
|
-
"shape": "
|
747
|
+
"shape": "S4l"
|
730
748
|
},
|
731
749
|
"SnowflakeVpcConfiguration": {
|
732
|
-
"shape": "
|
750
|
+
"shape": "S4m"
|
733
751
|
},
|
734
752
|
"CloudWatchLoggingOptions": {
|
735
753
|
"shape": "Sl"
|
@@ -739,11 +757,14 @@
|
|
739
757
|
},
|
740
758
|
"RoleARN": {},
|
741
759
|
"RetryOptions": {
|
742
|
-
"shape": "
|
760
|
+
"shape": "S4o"
|
743
761
|
},
|
744
762
|
"S3BackupMode": {},
|
745
763
|
"S3DestinationDescription": {
|
746
|
-
"shape": "
|
764
|
+
"shape": "S5d"
|
765
|
+
},
|
766
|
+
"SecretsManagerConfiguration": {
|
767
|
+
"shape": "S24"
|
747
768
|
}
|
748
769
|
}
|
749
770
|
},
|
@@ -754,14 +775,14 @@
|
|
754
775
|
"CollectionEndpoint": {},
|
755
776
|
"IndexName": {},
|
756
777
|
"BufferingHints": {
|
757
|
-
"shape": "
|
778
|
+
"shape": "S3y"
|
758
779
|
},
|
759
780
|
"RetryOptions": {
|
760
|
-
"shape": "
|
781
|
+
"shape": "S41"
|
761
782
|
},
|
762
783
|
"S3BackupMode": {},
|
763
784
|
"S3DestinationDescription": {
|
764
|
-
"shape": "
|
785
|
+
"shape": "S5d"
|
765
786
|
},
|
766
787
|
"ProcessingConfiguration": {
|
767
788
|
"shape": "Sq"
|
@@ -770,7 +791,7 @@
|
|
770
791
|
"shape": "Sl"
|
771
792
|
},
|
772
793
|
"VpcConfigurationDescription": {
|
773
|
-
"shape": "
|
794
|
+
"shape": "S5h"
|
774
795
|
}
|
775
796
|
}
|
776
797
|
}
|
@@ -837,7 +858,7 @@
|
|
837
858
|
"Tags": {
|
838
859
|
"type": "list",
|
839
860
|
"member": {
|
840
|
-
"shape": "
|
861
|
+
"shape": "S3s"
|
841
862
|
}
|
842
863
|
},
|
843
864
|
"HasMoreTags": {
|
@@ -856,7 +877,7 @@
|
|
856
877
|
"members": {
|
857
878
|
"DeliveryStreamName": {},
|
858
879
|
"Record": {
|
859
|
-
"shape": "
|
880
|
+
"shape": "S5x"
|
860
881
|
}
|
861
882
|
}
|
862
883
|
},
|
@@ -885,7 +906,7 @@
|
|
885
906
|
"Records": {
|
886
907
|
"type": "list",
|
887
908
|
"member": {
|
888
|
-
"shape": "
|
909
|
+
"shape": "S5x"
|
889
910
|
}
|
890
911
|
}
|
891
912
|
}
|
@@ -960,7 +981,7 @@
|
|
960
981
|
"members": {
|
961
982
|
"DeliveryStreamName": {},
|
962
983
|
"Tags": {
|
963
|
-
"shape": "
|
984
|
+
"shape": "S3r"
|
964
985
|
}
|
965
986
|
}
|
966
987
|
},
|
@@ -1002,7 +1023,7 @@
|
|
1002
1023
|
"CurrentDeliveryStreamVersionId": {},
|
1003
1024
|
"DestinationId": {},
|
1004
1025
|
"S3DestinationUpdate": {
|
1005
|
-
"shape": "
|
1026
|
+
"shape": "S6i",
|
1006
1027
|
"deprecated": true
|
1007
1028
|
},
|
1008
1029
|
"ExtendedS3DestinationUpdate": {
|
@@ -1027,7 +1048,7 @@
|
|
1027
1048
|
},
|
1028
1049
|
"S3BackupMode": {},
|
1029
1050
|
"S3BackupUpdate": {
|
1030
|
-
"shape": "
|
1051
|
+
"shape": "S6i"
|
1031
1052
|
},
|
1032
1053
|
"DataFormatConversionConfiguration": {
|
1033
1054
|
"shape": "Sz"
|
@@ -1057,17 +1078,20 @@
|
|
1057
1078
|
"shape": "S21"
|
1058
1079
|
},
|
1059
1080
|
"S3Update": {
|
1060
|
-
"shape": "
|
1081
|
+
"shape": "S6i"
|
1061
1082
|
},
|
1062
1083
|
"ProcessingConfiguration": {
|
1063
1084
|
"shape": "Sq"
|
1064
1085
|
},
|
1065
1086
|
"S3BackupMode": {},
|
1066
1087
|
"S3BackupUpdate": {
|
1067
|
-
"shape": "
|
1088
|
+
"shape": "S6i"
|
1068
1089
|
},
|
1069
1090
|
"CloudWatchLoggingOptions": {
|
1070
1091
|
"shape": "Sl"
|
1092
|
+
},
|
1093
|
+
"SecretsManagerConfiguration": {
|
1094
|
+
"shape": "S24"
|
1071
1095
|
}
|
1072
1096
|
}
|
1073
1097
|
},
|
@@ -1081,13 +1105,13 @@
|
|
1081
1105
|
"TypeName": {},
|
1082
1106
|
"IndexRotationPeriod": {},
|
1083
1107
|
"BufferingHints": {
|
1084
|
-
"shape": "
|
1108
|
+
"shape": "S2c"
|
1085
1109
|
},
|
1086
1110
|
"RetryOptions": {
|
1087
|
-
"shape": "
|
1111
|
+
"shape": "S2f"
|
1088
1112
|
},
|
1089
1113
|
"S3Update": {
|
1090
|
-
"shape": "
|
1114
|
+
"shape": "S6i"
|
1091
1115
|
},
|
1092
1116
|
"ProcessingConfiguration": {
|
1093
1117
|
"shape": "Sq"
|
@@ -1096,7 +1120,7 @@
|
|
1096
1120
|
"shape": "Sl"
|
1097
1121
|
},
|
1098
1122
|
"DocumentIdOptions": {
|
1099
|
-
"shape": "
|
1123
|
+
"shape": "S2l"
|
1100
1124
|
}
|
1101
1125
|
}
|
1102
1126
|
},
|
@@ -1110,13 +1134,13 @@
|
|
1110
1134
|
"TypeName": {},
|
1111
1135
|
"IndexRotationPeriod": {},
|
1112
1136
|
"BufferingHints": {
|
1113
|
-
"shape": "
|
1137
|
+
"shape": "S2t"
|
1114
1138
|
},
|
1115
1139
|
"RetryOptions": {
|
1116
|
-
"shape": "
|
1140
|
+
"shape": "S2w"
|
1117
1141
|
},
|
1118
1142
|
"S3Update": {
|
1119
|
-
"shape": "
|
1143
|
+
"shape": "S6i"
|
1120
1144
|
},
|
1121
1145
|
"ProcessingConfiguration": {
|
1122
1146
|
"shape": "Sq"
|
@@ -1125,7 +1149,7 @@
|
|
1125
1149
|
"shape": "Sl"
|
1126
1150
|
},
|
1127
1151
|
"DocumentIdOptions": {
|
1128
|
-
"shape": "
|
1152
|
+
"shape": "S2l"
|
1129
1153
|
}
|
1130
1154
|
}
|
1131
1155
|
},
|
@@ -1139,11 +1163,11 @@
|
|
1139
1163
|
"type": "integer"
|
1140
1164
|
},
|
1141
1165
|
"RetryOptions": {
|
1142
|
-
"shape": "
|
1166
|
+
"shape": "S34"
|
1143
1167
|
},
|
1144
1168
|
"S3BackupMode": {},
|
1145
1169
|
"S3Update": {
|
1146
|
-
"shape": "
|
1170
|
+
"shape": "S6i"
|
1147
1171
|
},
|
1148
1172
|
"ProcessingConfiguration": {
|
1149
1173
|
"shape": "Sq"
|
@@ -1152,7 +1176,10 @@
|
|
1152
1176
|
"shape": "Sl"
|
1153
1177
|
},
|
1154
1178
|
"BufferingHints": {
|
1155
|
-
"shape": "
|
1179
|
+
"shape": "S37"
|
1180
|
+
},
|
1181
|
+
"SecretsManagerConfiguration": {
|
1182
|
+
"shape": "S24"
|
1156
1183
|
}
|
1157
1184
|
}
|
1158
1185
|
},
|
@@ -1160,27 +1187,30 @@
|
|
1160
1187
|
"type": "structure",
|
1161
1188
|
"members": {
|
1162
1189
|
"EndpointConfiguration": {
|
1163
|
-
"shape": "
|
1190
|
+
"shape": "S3b"
|
1164
1191
|
},
|
1165
1192
|
"BufferingHints": {
|
1166
|
-
"shape": "
|
1193
|
+
"shape": "S3f"
|
1167
1194
|
},
|
1168
1195
|
"CloudWatchLoggingOptions": {
|
1169
1196
|
"shape": "Sl"
|
1170
1197
|
},
|
1171
1198
|
"RequestConfiguration": {
|
1172
|
-
"shape": "
|
1199
|
+
"shape": "S3i"
|
1173
1200
|
},
|
1174
1201
|
"ProcessingConfiguration": {
|
1175
1202
|
"shape": "Sq"
|
1176
1203
|
},
|
1177
1204
|
"RoleARN": {},
|
1178
1205
|
"RetryOptions": {
|
1179
|
-
"shape": "
|
1206
|
+
"shape": "S3o"
|
1180
1207
|
},
|
1181
1208
|
"S3BackupMode": {},
|
1182
1209
|
"S3Update": {
|
1183
|
-
"shape": "
|
1210
|
+
"shape": "S6i"
|
1211
|
+
},
|
1212
|
+
"SecretsManagerConfiguration": {
|
1213
|
+
"shape": "S24"
|
1184
1214
|
}
|
1185
1215
|
}
|
1186
1216
|
},
|
@@ -1191,13 +1221,13 @@
|
|
1191
1221
|
"CollectionEndpoint": {},
|
1192
1222
|
"IndexName": {},
|
1193
1223
|
"BufferingHints": {
|
1194
|
-
"shape": "
|
1224
|
+
"shape": "S3y"
|
1195
1225
|
},
|
1196
1226
|
"RetryOptions": {
|
1197
|
-
"shape": "
|
1227
|
+
"shape": "S41"
|
1198
1228
|
},
|
1199
1229
|
"S3Update": {
|
1200
|
-
"shape": "
|
1230
|
+
"shape": "S6i"
|
1201
1231
|
},
|
1202
1232
|
"ProcessingConfiguration": {
|
1203
1233
|
"shape": "Sq"
|
@@ -1211,35 +1241,35 @@
|
|
1211
1241
|
"type": "structure",
|
1212
1242
|
"members": {
|
1213
1243
|
"AccountUrl": {
|
1214
|
-
"shape": "
|
1244
|
+
"shape": "S4a"
|
1215
1245
|
},
|
1216
1246
|
"PrivateKey": {
|
1217
|
-
"shape": "
|
1247
|
+
"shape": "S4b"
|
1218
1248
|
},
|
1219
1249
|
"KeyPassphrase": {
|
1220
|
-
"shape": "
|
1250
|
+
"shape": "S4c"
|
1221
1251
|
},
|
1222
1252
|
"User": {
|
1223
|
-
"shape": "
|
1253
|
+
"shape": "S4d"
|
1224
1254
|
},
|
1225
1255
|
"Database": {
|
1226
|
-
"shape": "
|
1256
|
+
"shape": "S4e"
|
1227
1257
|
},
|
1228
1258
|
"Schema": {
|
1229
|
-
"shape": "
|
1259
|
+
"shape": "S4f"
|
1230
1260
|
},
|
1231
1261
|
"Table": {
|
1232
|
-
"shape": "
|
1262
|
+
"shape": "S4g"
|
1233
1263
|
},
|
1234
1264
|
"SnowflakeRoleConfiguration": {
|
1235
|
-
"shape": "
|
1265
|
+
"shape": "S4h"
|
1236
1266
|
},
|
1237
1267
|
"DataLoadingOption": {},
|
1238
1268
|
"MetaDataColumnName": {
|
1239
|
-
"shape": "
|
1269
|
+
"shape": "S4k"
|
1240
1270
|
},
|
1241
1271
|
"ContentColumnName": {
|
1242
|
-
"shape": "
|
1272
|
+
"shape": "S4l"
|
1243
1273
|
},
|
1244
1274
|
"CloudWatchLoggingOptions": {
|
1245
1275
|
"shape": "Sl"
|
@@ -1249,11 +1279,14 @@
|
|
1249
1279
|
},
|
1250
1280
|
"RoleARN": {},
|
1251
1281
|
"RetryOptions": {
|
1252
|
-
"shape": "
|
1282
|
+
"shape": "S4o"
|
1253
1283
|
},
|
1254
1284
|
"S3BackupMode": {},
|
1255
1285
|
"S3Update": {
|
1256
|
-
"shape": "
|
1286
|
+
"shape": "S6i"
|
1287
|
+
},
|
1288
|
+
"SecretsManagerConfiguration": {
|
1289
|
+
"shape": "S24"
|
1257
1290
|
}
|
1258
1291
|
}
|
1259
1292
|
}
|
@@ -1527,7 +1560,20 @@
|
|
1527
1560
|
}
|
1528
1561
|
}
|
1529
1562
|
},
|
1530
|
-
"
|
1563
|
+
"S24": {
|
1564
|
+
"type": "structure",
|
1565
|
+
"required": [
|
1566
|
+
"Enabled"
|
1567
|
+
],
|
1568
|
+
"members": {
|
1569
|
+
"SecretARN": {},
|
1570
|
+
"RoleARN": {},
|
1571
|
+
"Enabled": {
|
1572
|
+
"type": "boolean"
|
1573
|
+
}
|
1574
|
+
}
|
1575
|
+
},
|
1576
|
+
"S2c": {
|
1531
1577
|
"type": "structure",
|
1532
1578
|
"members": {
|
1533
1579
|
"IntervalInSeconds": {
|
@@ -1538,7 +1584,7 @@
|
|
1538
1584
|
}
|
1539
1585
|
}
|
1540
1586
|
},
|
1541
|
-
"
|
1587
|
+
"S2f": {
|
1542
1588
|
"type": "structure",
|
1543
1589
|
"members": {
|
1544
1590
|
"DurationInSeconds": {
|
@@ -1546,7 +1592,7 @@
|
|
1546
1592
|
}
|
1547
1593
|
}
|
1548
1594
|
},
|
1549
|
-
"
|
1595
|
+
"S2i": {
|
1550
1596
|
"type": "structure",
|
1551
1597
|
"required": [
|
1552
1598
|
"SubnetIds",
|
@@ -1555,23 +1601,23 @@
|
|
1555
1601
|
],
|
1556
1602
|
"members": {
|
1557
1603
|
"SubnetIds": {
|
1558
|
-
"shape": "
|
1604
|
+
"shape": "S2j"
|
1559
1605
|
},
|
1560
1606
|
"RoleARN": {},
|
1561
1607
|
"SecurityGroupIds": {
|
1562
|
-
"shape": "
|
1608
|
+
"shape": "S2k"
|
1563
1609
|
}
|
1564
1610
|
}
|
1565
1611
|
},
|
1566
|
-
"
|
1612
|
+
"S2j": {
|
1567
1613
|
"type": "list",
|
1568
1614
|
"member": {}
|
1569
1615
|
},
|
1570
|
-
"
|
1616
|
+
"S2k": {
|
1571
1617
|
"type": "list",
|
1572
1618
|
"member": {}
|
1573
1619
|
},
|
1574
|
-
"
|
1620
|
+
"S2l": {
|
1575
1621
|
"type": "structure",
|
1576
1622
|
"required": [
|
1577
1623
|
"DefaultDocumentIdFormat"
|
@@ -1580,7 +1626,7 @@
|
|
1580
1626
|
"DefaultDocumentIdFormat": {}
|
1581
1627
|
}
|
1582
1628
|
},
|
1583
|
-
"
|
1629
|
+
"S2t": {
|
1584
1630
|
"type": "structure",
|
1585
1631
|
"members": {
|
1586
1632
|
"IntervalInSeconds": {
|
@@ -1591,7 +1637,7 @@
|
|
1591
1637
|
}
|
1592
1638
|
}
|
1593
1639
|
},
|
1594
|
-
"
|
1640
|
+
"S2w": {
|
1595
1641
|
"type": "structure",
|
1596
1642
|
"members": {
|
1597
1643
|
"DurationInSeconds": {
|
@@ -1599,7 +1645,7 @@
|
|
1599
1645
|
}
|
1600
1646
|
}
|
1601
1647
|
},
|
1602
|
-
"
|
1648
|
+
"S34": {
|
1603
1649
|
"type": "structure",
|
1604
1650
|
"members": {
|
1605
1651
|
"DurationInSeconds": {
|
@@ -1607,7 +1653,7 @@
|
|
1607
1653
|
}
|
1608
1654
|
}
|
1609
1655
|
},
|
1610
|
-
"
|
1656
|
+
"S37": {
|
1611
1657
|
"type": "structure",
|
1612
1658
|
"members": {
|
1613
1659
|
"IntervalInSeconds": {
|
@@ -1618,14 +1664,14 @@
|
|
1618
1664
|
}
|
1619
1665
|
}
|
1620
1666
|
},
|
1621
|
-
"
|
1667
|
+
"S3b": {
|
1622
1668
|
"type": "structure",
|
1623
1669
|
"required": [
|
1624
1670
|
"Url"
|
1625
1671
|
],
|
1626
1672
|
"members": {
|
1627
1673
|
"Url": {
|
1628
|
-
"shape": "
|
1674
|
+
"shape": "S3c"
|
1629
1675
|
},
|
1630
1676
|
"Name": {},
|
1631
1677
|
"AccessKey": {
|
@@ -1634,11 +1680,11 @@
|
|
1634
1680
|
}
|
1635
1681
|
}
|
1636
1682
|
},
|
1637
|
-
"
|
1683
|
+
"S3c": {
|
1638
1684
|
"type": "string",
|
1639
1685
|
"sensitive": true
|
1640
1686
|
},
|
1641
|
-
"
|
1687
|
+
"S3f": {
|
1642
1688
|
"type": "structure",
|
1643
1689
|
"members": {
|
1644
1690
|
"SizeInMBs": {
|
@@ -1649,7 +1695,7 @@
|
|
1649
1695
|
}
|
1650
1696
|
}
|
1651
1697
|
},
|
1652
|
-
"
|
1698
|
+
"S3i": {
|
1653
1699
|
"type": "structure",
|
1654
1700
|
"members": {
|
1655
1701
|
"ContentEncoding": {},
|
@@ -1675,7 +1721,7 @@
|
|
1675
1721
|
}
|
1676
1722
|
}
|
1677
1723
|
},
|
1678
|
-
"
|
1724
|
+
"S3o": {
|
1679
1725
|
"type": "structure",
|
1680
1726
|
"members": {
|
1681
1727
|
"DurationInSeconds": {
|
@@ -1683,13 +1729,13 @@
|
|
1683
1729
|
}
|
1684
1730
|
}
|
1685
1731
|
},
|
1686
|
-
"
|
1732
|
+
"S3r": {
|
1687
1733
|
"type": "list",
|
1688
1734
|
"member": {
|
1689
|
-
"shape": "
|
1735
|
+
"shape": "S3s"
|
1690
1736
|
}
|
1691
1737
|
},
|
1692
|
-
"
|
1738
|
+
"S3s": {
|
1693
1739
|
"type": "structure",
|
1694
1740
|
"required": [
|
1695
1741
|
"Key"
|
@@ -1699,7 +1745,7 @@
|
|
1699
1745
|
"Value": {}
|
1700
1746
|
}
|
1701
1747
|
},
|
1702
|
-
"
|
1748
|
+
"S3y": {
|
1703
1749
|
"type": "structure",
|
1704
1750
|
"members": {
|
1705
1751
|
"IntervalInSeconds": {
|
@@ -1710,7 +1756,7 @@
|
|
1710
1756
|
}
|
1711
1757
|
}
|
1712
1758
|
},
|
1713
|
-
"
|
1759
|
+
"S41": {
|
1714
1760
|
"type": "structure",
|
1715
1761
|
"members": {
|
1716
1762
|
"DurationInSeconds": {
|
@@ -1718,7 +1764,7 @@
|
|
1718
1764
|
}
|
1719
1765
|
}
|
1720
1766
|
},
|
1721
|
-
"
|
1767
|
+
"S47": {
|
1722
1768
|
"type": "structure",
|
1723
1769
|
"required": [
|
1724
1770
|
"RoleARN",
|
@@ -1729,14 +1775,6 @@
|
|
1729
1775
|
"Connectivity": {}
|
1730
1776
|
}
|
1731
1777
|
},
|
1732
|
-
"S48": {
|
1733
|
-
"type": "string",
|
1734
|
-
"sensitive": true
|
1735
|
-
},
|
1736
|
-
"S49": {
|
1737
|
-
"type": "string",
|
1738
|
-
"sensitive": true
|
1739
|
-
},
|
1740
1778
|
"S4a": {
|
1741
1779
|
"type": "string",
|
1742
1780
|
"sensitive": true
|
@@ -1758,6 +1796,14 @@
|
|
1758
1796
|
"sensitive": true
|
1759
1797
|
},
|
1760
1798
|
"S4f": {
|
1799
|
+
"type": "string",
|
1800
|
+
"sensitive": true
|
1801
|
+
},
|
1802
|
+
"S4g": {
|
1803
|
+
"type": "string",
|
1804
|
+
"sensitive": true
|
1805
|
+
},
|
1806
|
+
"S4h": {
|
1761
1807
|
"type": "structure",
|
1762
1808
|
"members": {
|
1763
1809
|
"Enabled": {
|
@@ -1769,15 +1815,15 @@
|
|
1769
1815
|
}
|
1770
1816
|
}
|
1771
1817
|
},
|
1772
|
-
"
|
1818
|
+
"S4k": {
|
1773
1819
|
"type": "string",
|
1774
1820
|
"sensitive": true
|
1775
1821
|
},
|
1776
|
-
"
|
1822
|
+
"S4l": {
|
1777
1823
|
"type": "string",
|
1778
1824
|
"sensitive": true
|
1779
1825
|
},
|
1780
|
-
"
|
1826
|
+
"S4m": {
|
1781
1827
|
"type": "structure",
|
1782
1828
|
"required": [
|
1783
1829
|
"PrivateLinkVpceId"
|
@@ -1789,7 +1835,7 @@
|
|
1789
1835
|
}
|
1790
1836
|
}
|
1791
1837
|
},
|
1792
|
-
"
|
1838
|
+
"S4o": {
|
1793
1839
|
"type": "structure",
|
1794
1840
|
"members": {
|
1795
1841
|
"DurationInSeconds": {
|
@@ -1797,7 +1843,7 @@
|
|
1797
1843
|
}
|
1798
1844
|
}
|
1799
1845
|
},
|
1800
|
-
"
|
1846
|
+
"S51": {
|
1801
1847
|
"type": "structure",
|
1802
1848
|
"required": [
|
1803
1849
|
"Type",
|
@@ -1808,7 +1854,7 @@
|
|
1808
1854
|
"Details": {}
|
1809
1855
|
}
|
1810
1856
|
},
|
1811
|
-
"
|
1857
|
+
"S5d": {
|
1812
1858
|
"type": "structure",
|
1813
1859
|
"required": [
|
1814
1860
|
"RoleARN",
|
@@ -1834,7 +1880,7 @@
|
|
1834
1880
|
}
|
1835
1881
|
}
|
1836
1882
|
},
|
1837
|
-
"
|
1883
|
+
"S5h": {
|
1838
1884
|
"type": "structure",
|
1839
1885
|
"required": [
|
1840
1886
|
"SubnetIds",
|
@@ -1844,16 +1890,16 @@
|
|
1844
1890
|
],
|
1845
1891
|
"members": {
|
1846
1892
|
"SubnetIds": {
|
1847
|
-
"shape": "
|
1893
|
+
"shape": "S2j"
|
1848
1894
|
},
|
1849
1895
|
"RoleARN": {},
|
1850
1896
|
"SecurityGroupIds": {
|
1851
|
-
"shape": "
|
1897
|
+
"shape": "S2k"
|
1852
1898
|
},
|
1853
1899
|
"VpcId": {}
|
1854
1900
|
}
|
1855
1901
|
},
|
1856
|
-
"
|
1902
|
+
"S5x": {
|
1857
1903
|
"type": "structure",
|
1858
1904
|
"required": [
|
1859
1905
|
"Data"
|
@@ -1864,7 +1910,7 @@
|
|
1864
1910
|
}
|
1865
1911
|
}
|
1866
1912
|
},
|
1867
|
-
"
|
1913
|
+
"S6i": {
|
1868
1914
|
"type": "structure",
|
1869
1915
|
"members": {
|
1870
1916
|
"RoleARN": {},
|