cdk-lambda-subminute 2.0.368 → 2.0.369
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/available-typed-arrays/.eslintrc +0 -4
- package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
- package/node_modules/available-typed-arrays/index.d.ts +17 -0
- package/node_modules/available-typed-arrays/index.js +4 -2
- package/node_modules/available-typed-arrays/package.json +23 -15
- package/node_modules/available-typed-arrays/tsconfig.json +49 -0
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
- package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
- package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
- package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
- package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
- package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
- package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
- package/node_modules/aws-sdk/clients/es.d.ts +111 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +8 -3
- package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
- package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
- package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
- package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
- package/node_modules/aws-sdk/clients/workspaces.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2385 -2179
- package/node_modules/aws-sdk/dist/aws-sdk.js +80 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/call-bind/CHANGELOG.md +9 -0
- package/node_modules/call-bind/index.js +1 -1
- package/node_modules/call-bind/package.json +10 -6
- package/node_modules/define-data-property/CHANGELOG.md +11 -0
- package/node_modules/define-data-property/index.js +2 -2
- package/node_modules/define-data-property/package.json +19 -18
- package/node_modules/define-data-property/test/index.js +7 -7
- package/node_modules/es-errors/.eslintrc +5 -0
- package/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/node_modules/es-errors/CHANGELOG.md +40 -0
- package/node_modules/es-errors/LICENSE +21 -0
- package/node_modules/es-errors/README.md +55 -0
- package/node_modules/es-errors/eval.d.ts +3 -0
- package/node_modules/es-errors/eval.js +4 -0
- package/node_modules/es-errors/index.d.ts +3 -0
- package/node_modules/es-errors/index.js +4 -0
- package/node_modules/es-errors/package.json +80 -0
- package/node_modules/es-errors/range.d.ts +3 -0
- package/node_modules/es-errors/range.js +4 -0
- package/node_modules/es-errors/ref.d.ts +3 -0
- package/node_modules/es-errors/ref.js +4 -0
- package/node_modules/es-errors/syntax.d.ts +3 -0
- package/node_modules/es-errors/syntax.js +4 -0
- package/node_modules/es-errors/test/index.js +19 -0
- package/node_modules/es-errors/tsconfig.json +49 -0
- package/node_modules/es-errors/type.d.ts +3 -0
- package/node_modules/es-errors/type.js +4 -0
- package/node_modules/es-errors/uri.d.ts +3 -0
- package/node_modules/es-errors/uri.js +4 -0
- package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
- package/node_modules/get-intrinsic/index.js +15 -7
- package/node_modules/get-intrinsic/package.json +12 -12
- package/node_modules/has-tostringtag/.eslintrc +0 -6
- package/node_modules/has-tostringtag/.nycrc +13 -0
- package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
- package/node_modules/has-tostringtag/index.d.ts +3 -0
- package/node_modules/has-tostringtag/index.js +1 -0
- package/node_modules/has-tostringtag/package.json +37 -13
- package/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/node_modules/has-tostringtag/shams.js +1 -0
- package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
- package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
- package/node_modules/has-tostringtag/test/tests.js +2 -1
- package/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/node_modules/is-typed-array/CHANGELOG.md +10 -0
- package/node_modules/is-typed-array/index.d.ts +16 -0
- package/node_modules/is-typed-array/index.js +1 -0
- package/node_modules/is-typed-array/package.json +18 -7
- package/node_modules/is-typed-array/test/index.js +9 -1
- package/node_modules/is-typed-array/tsconfig.json +49 -0
- package/node_modules/set-function-length/CHANGELOG.md +8 -0
- package/node_modules/set-function-length/index.js +1 -1
- package/node_modules/set-function-length/package.json +7 -6
- package/node_modules/which-typed-array/CHANGELOG.md +9 -0
- package/node_modules/which-typed-array/index.d.ts +16 -0
- package/node_modules/which-typed-array/index.js +39 -18
- package/node_modules/which-typed-array/package.json +18 -7
- package/node_modules/which-typed-array/test/index.js +9 -1
- package/node_modules/which-typed-array/tsconfig.json +49 -0
- package/package.json +4 -4
- package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -40,7 +40,7 @@
|
|
40
40
|
}
|
41
41
|
},
|
42
42
|
"errors": {
|
43
|
-
"shape": "
|
43
|
+
"shape": "Sk"
|
44
44
|
}
|
45
45
|
}
|
46
46
|
}
|
@@ -66,12 +66,12 @@
|
|
66
66
|
"type": "structure",
|
67
67
|
"members": {
|
68
68
|
"errors": {
|
69
|
-
"shape": "
|
69
|
+
"shape": "Sk"
|
70
70
|
},
|
71
71
|
"streamKeys": {
|
72
72
|
"type": "list",
|
73
73
|
"member": {
|
74
|
-
"shape": "
|
74
|
+
"shape": "Su"
|
75
75
|
}
|
76
76
|
}
|
77
77
|
}
|
@@ -145,10 +145,11 @@
|
|
145
145
|
},
|
146
146
|
"latencyMode": {},
|
147
147
|
"name": {},
|
148
|
+
"playbackRestrictionPolicyArn": {},
|
148
149
|
"preset": {},
|
149
150
|
"recordingConfigurationArn": {},
|
150
151
|
"tags": {
|
151
|
-
"shape": "
|
152
|
+
"shape": "Sg"
|
152
153
|
},
|
153
154
|
"type": {}
|
154
155
|
}
|
@@ -160,7 +161,39 @@
|
|
160
161
|
"shape": "S6"
|
161
162
|
},
|
162
163
|
"streamKey": {
|
163
|
-
"shape": "
|
164
|
+
"shape": "Su"
|
165
|
+
}
|
166
|
+
}
|
167
|
+
}
|
168
|
+
},
|
169
|
+
"CreatePlaybackRestrictionPolicy": {
|
170
|
+
"http": {
|
171
|
+
"requestUri": "/CreatePlaybackRestrictionPolicy",
|
172
|
+
"responseCode": 200
|
173
|
+
},
|
174
|
+
"input": {
|
175
|
+
"type": "structure",
|
176
|
+
"members": {
|
177
|
+
"allowedCountries": {
|
178
|
+
"shape": "S18"
|
179
|
+
},
|
180
|
+
"allowedOrigins": {
|
181
|
+
"shape": "S1a"
|
182
|
+
},
|
183
|
+
"enableStrictOriginEnforcement": {
|
184
|
+
"type": "boolean"
|
185
|
+
},
|
186
|
+
"name": {},
|
187
|
+
"tags": {
|
188
|
+
"shape": "Sg"
|
189
|
+
}
|
190
|
+
}
|
191
|
+
},
|
192
|
+
"output": {
|
193
|
+
"type": "structure",
|
194
|
+
"members": {
|
195
|
+
"playbackRestrictionPolicy": {
|
196
|
+
"shape": "S1f"
|
164
197
|
}
|
165
198
|
}
|
166
199
|
}
|
@@ -177,20 +210,20 @@
|
|
177
210
|
],
|
178
211
|
"members": {
|
179
212
|
"destinationConfiguration": {
|
180
|
-
"shape": "
|
213
|
+
"shape": "S1i"
|
181
214
|
},
|
182
215
|
"name": {},
|
183
216
|
"recordingReconnectWindowSeconds": {
|
184
217
|
"type": "integer"
|
185
218
|
},
|
186
219
|
"renditionConfiguration": {
|
187
|
-
"shape": "
|
220
|
+
"shape": "S1n"
|
188
221
|
},
|
189
222
|
"tags": {
|
190
|
-
"shape": "
|
223
|
+
"shape": "Sg"
|
191
224
|
},
|
192
225
|
"thumbnailConfiguration": {
|
193
|
-
"shape": "
|
226
|
+
"shape": "S1r"
|
194
227
|
}
|
195
228
|
}
|
196
229
|
},
|
@@ -198,7 +231,7 @@
|
|
198
231
|
"type": "structure",
|
199
232
|
"members": {
|
200
233
|
"recordingConfiguration": {
|
201
|
-
"shape": "
|
234
|
+
"shape": "S1y"
|
202
235
|
}
|
203
236
|
}
|
204
237
|
}
|
@@ -216,7 +249,7 @@
|
|
216
249
|
"members": {
|
217
250
|
"channelArn": {},
|
218
251
|
"tags": {
|
219
|
-
"shape": "
|
252
|
+
"shape": "Sg"
|
220
253
|
}
|
221
254
|
}
|
222
255
|
},
|
@@ -224,7 +257,7 @@
|
|
224
257
|
"type": "structure",
|
225
258
|
"members": {
|
226
259
|
"streamKey": {
|
227
|
-
"shape": "
|
260
|
+
"shape": "Su"
|
228
261
|
}
|
229
262
|
}
|
230
263
|
}
|
@@ -263,6 +296,21 @@
|
|
263
296
|
"members": {}
|
264
297
|
}
|
265
298
|
},
|
299
|
+
"DeletePlaybackRestrictionPolicy": {
|
300
|
+
"http": {
|
301
|
+
"requestUri": "/DeletePlaybackRestrictionPolicy",
|
302
|
+
"responseCode": 204
|
303
|
+
},
|
304
|
+
"input": {
|
305
|
+
"type": "structure",
|
306
|
+
"required": [
|
307
|
+
"arn"
|
308
|
+
],
|
309
|
+
"members": {
|
310
|
+
"arn": {}
|
311
|
+
}
|
312
|
+
}
|
313
|
+
},
|
266
314
|
"DeleteRecordingConfiguration": {
|
267
315
|
"http": {
|
268
316
|
"requestUri": "/DeleteRecordingConfiguration",
|
@@ -334,7 +382,30 @@
|
|
334
382
|
"type": "structure",
|
335
383
|
"members": {
|
336
384
|
"keyPair": {
|
337
|
-
"shape": "
|
385
|
+
"shape": "S2e"
|
386
|
+
}
|
387
|
+
}
|
388
|
+
}
|
389
|
+
},
|
390
|
+
"GetPlaybackRestrictionPolicy": {
|
391
|
+
"http": {
|
392
|
+
"requestUri": "/GetPlaybackRestrictionPolicy",
|
393
|
+
"responseCode": 200
|
394
|
+
},
|
395
|
+
"input": {
|
396
|
+
"type": "structure",
|
397
|
+
"required": [
|
398
|
+
"arn"
|
399
|
+
],
|
400
|
+
"members": {
|
401
|
+
"arn": {}
|
402
|
+
}
|
403
|
+
},
|
404
|
+
"output": {
|
405
|
+
"type": "structure",
|
406
|
+
"members": {
|
407
|
+
"playbackRestrictionPolicy": {
|
408
|
+
"shape": "S1f"
|
338
409
|
}
|
339
410
|
}
|
340
411
|
}
|
@@ -357,7 +428,7 @@
|
|
357
428
|
"type": "structure",
|
358
429
|
"members": {
|
359
430
|
"recordingConfiguration": {
|
360
|
-
"shape": "
|
431
|
+
"shape": "S1y"
|
361
432
|
}
|
362
433
|
}
|
363
434
|
}
|
@@ -386,7 +457,7 @@
|
|
386
457
|
"health": {},
|
387
458
|
"playbackUrl": {},
|
388
459
|
"startTime": {
|
389
|
-
"shape": "
|
460
|
+
"shape": "S2p"
|
390
461
|
},
|
391
462
|
"state": {},
|
392
463
|
"streamId": {},
|
@@ -416,7 +487,7 @@
|
|
416
487
|
"type": "structure",
|
417
488
|
"members": {
|
418
489
|
"streamKey": {
|
419
|
-
"shape": "
|
490
|
+
"shape": "Su"
|
420
491
|
}
|
421
492
|
}
|
422
493
|
}
|
@@ -446,7 +517,7 @@
|
|
446
517
|
"shape": "S6"
|
447
518
|
},
|
448
519
|
"endTime": {
|
449
|
-
"shape": "
|
520
|
+
"shape": "S2y"
|
450
521
|
},
|
451
522
|
"ingestConfiguration": {
|
452
523
|
"type": "structure",
|
@@ -490,10 +561,10 @@
|
|
490
561
|
}
|
491
562
|
},
|
492
563
|
"recordingConfiguration": {
|
493
|
-
"shape": "
|
564
|
+
"shape": "S1y"
|
494
565
|
},
|
495
566
|
"startTime": {
|
496
|
-
"shape": "
|
567
|
+
"shape": "S2y"
|
497
568
|
},
|
498
569
|
"streamId": {},
|
499
570
|
"truncatedEvents": {
|
@@ -502,7 +573,7 @@
|
|
502
573
|
"type": "structure",
|
503
574
|
"members": {
|
504
575
|
"eventTime": {
|
505
|
-
"shape": "
|
576
|
+
"shape": "S2y"
|
506
577
|
},
|
507
578
|
"name": {},
|
508
579
|
"type": {}
|
@@ -528,7 +599,7 @@
|
|
528
599
|
"name": {},
|
529
600
|
"publicKeyMaterial": {},
|
530
601
|
"tags": {
|
531
|
-
"shape": "
|
602
|
+
"shape": "Sg"
|
532
603
|
}
|
533
604
|
}
|
534
605
|
},
|
@@ -536,7 +607,7 @@
|
|
536
607
|
"type": "structure",
|
537
608
|
"members": {
|
538
609
|
"keyPair": {
|
539
|
-
"shape": "
|
610
|
+
"shape": "S2e"
|
540
611
|
}
|
541
612
|
}
|
542
613
|
}
|
@@ -550,6 +621,7 @@
|
|
550
621
|
"type": "structure",
|
551
622
|
"members": {
|
552
623
|
"filterByName": {},
|
624
|
+
"filterByPlaybackRestrictionPolicyArn": {},
|
553
625
|
"filterByRecordingConfigurationArn": {},
|
554
626
|
"maxResults": {
|
555
627
|
"type": "integer"
|
@@ -577,10 +649,11 @@
|
|
577
649
|
},
|
578
650
|
"latencyMode": {},
|
579
651
|
"name": {},
|
652
|
+
"playbackRestrictionPolicyArn": {},
|
580
653
|
"preset": {},
|
581
654
|
"recordingConfigurationArn": {},
|
582
655
|
"tags": {
|
583
|
-
"shape": "
|
656
|
+
"shape": "Sg"
|
584
657
|
},
|
585
658
|
"type": {}
|
586
659
|
}
|
@@ -618,7 +691,7 @@
|
|
618
691
|
"arn": {},
|
619
692
|
"name": {},
|
620
693
|
"tags": {
|
621
|
-
"shape": "
|
694
|
+
"shape": "Sg"
|
622
695
|
}
|
623
696
|
}
|
624
697
|
}
|
@@ -627,6 +700,57 @@
|
|
627
700
|
}
|
628
701
|
}
|
629
702
|
},
|
703
|
+
"ListPlaybackRestrictionPolicies": {
|
704
|
+
"http": {
|
705
|
+
"requestUri": "/ListPlaybackRestrictionPolicies",
|
706
|
+
"responseCode": 200
|
707
|
+
},
|
708
|
+
"input": {
|
709
|
+
"type": "structure",
|
710
|
+
"members": {
|
711
|
+
"maxResults": {
|
712
|
+
"type": "integer"
|
713
|
+
},
|
714
|
+
"nextToken": {}
|
715
|
+
}
|
716
|
+
},
|
717
|
+
"output": {
|
718
|
+
"type": "structure",
|
719
|
+
"required": [
|
720
|
+
"playbackRestrictionPolicies"
|
721
|
+
],
|
722
|
+
"members": {
|
723
|
+
"nextToken": {},
|
724
|
+
"playbackRestrictionPolicies": {
|
725
|
+
"type": "list",
|
726
|
+
"member": {
|
727
|
+
"type": "structure",
|
728
|
+
"required": [
|
729
|
+
"allowedCountries",
|
730
|
+
"allowedOrigins",
|
731
|
+
"arn"
|
732
|
+
],
|
733
|
+
"members": {
|
734
|
+
"allowedCountries": {
|
735
|
+
"shape": "S18"
|
736
|
+
},
|
737
|
+
"allowedOrigins": {
|
738
|
+
"shape": "S1a"
|
739
|
+
},
|
740
|
+
"arn": {},
|
741
|
+
"enableStrictOriginEnforcement": {
|
742
|
+
"type": "boolean"
|
743
|
+
},
|
744
|
+
"name": {},
|
745
|
+
"tags": {
|
746
|
+
"shape": "Sg"
|
747
|
+
}
|
748
|
+
}
|
749
|
+
}
|
750
|
+
}
|
751
|
+
}
|
752
|
+
}
|
753
|
+
},
|
630
754
|
"ListRecordingConfigurations": {
|
631
755
|
"http": {
|
632
756
|
"requestUri": "/ListRecordingConfigurations",
|
@@ -660,12 +784,12 @@
|
|
660
784
|
"members": {
|
661
785
|
"arn": {},
|
662
786
|
"destinationConfiguration": {
|
663
|
-
"shape": "
|
787
|
+
"shape": "S1i"
|
664
788
|
},
|
665
789
|
"name": {},
|
666
790
|
"state": {},
|
667
791
|
"tags": {
|
668
|
-
"shape": "
|
792
|
+
"shape": "Sg"
|
669
793
|
}
|
670
794
|
}
|
671
795
|
}
|
@@ -706,7 +830,7 @@
|
|
706
830
|
"arn": {},
|
707
831
|
"channelArn": {},
|
708
832
|
"tags": {
|
709
|
-
"shape": "
|
833
|
+
"shape": "Sg"
|
710
834
|
}
|
711
835
|
}
|
712
836
|
}
|
@@ -745,13 +869,13 @@
|
|
745
869
|
"type": "structure",
|
746
870
|
"members": {
|
747
871
|
"endTime": {
|
748
|
-
"shape": "
|
872
|
+
"shape": "S2y"
|
749
873
|
},
|
750
874
|
"hasErrorEvent": {
|
751
875
|
"type": "boolean"
|
752
876
|
},
|
753
877
|
"startTime": {
|
754
|
-
"shape": "
|
878
|
+
"shape": "S2y"
|
755
879
|
},
|
756
880
|
"streamId": {}
|
757
881
|
}
|
@@ -795,7 +919,7 @@
|
|
795
919
|
"channelArn": {},
|
796
920
|
"health": {},
|
797
921
|
"startTime": {
|
798
|
-
"shape": "
|
922
|
+
"shape": "S2p"
|
799
923
|
},
|
800
924
|
"state": {},
|
801
925
|
"streamId": {},
|
@@ -833,7 +957,7 @@
|
|
833
957
|
],
|
834
958
|
"members": {
|
835
959
|
"tags": {
|
836
|
-
"shape": "
|
960
|
+
"shape": "Sg"
|
837
961
|
}
|
838
962
|
}
|
839
963
|
}
|
@@ -918,7 +1042,7 @@
|
|
918
1042
|
"locationName": "resourceArn"
|
919
1043
|
},
|
920
1044
|
"tags": {
|
921
|
-
"shape": "
|
1045
|
+
"shape": "Sg"
|
922
1046
|
}
|
923
1047
|
}
|
924
1048
|
},
|
@@ -978,6 +1102,7 @@
|
|
978
1102
|
},
|
979
1103
|
"latencyMode": {},
|
980
1104
|
"name": {},
|
1105
|
+
"playbackRestrictionPolicyArn": {},
|
981
1106
|
"preset": {},
|
982
1107
|
"recordingConfigurationArn": {},
|
983
1108
|
"type": {}
|
@@ -991,6 +1116,39 @@
|
|
991
1116
|
}
|
992
1117
|
}
|
993
1118
|
}
|
1119
|
+
},
|
1120
|
+
"UpdatePlaybackRestrictionPolicy": {
|
1121
|
+
"http": {
|
1122
|
+
"requestUri": "/UpdatePlaybackRestrictionPolicy",
|
1123
|
+
"responseCode": 200
|
1124
|
+
},
|
1125
|
+
"input": {
|
1126
|
+
"type": "structure",
|
1127
|
+
"required": [
|
1128
|
+
"arn"
|
1129
|
+
],
|
1130
|
+
"members": {
|
1131
|
+
"allowedCountries": {
|
1132
|
+
"shape": "S18"
|
1133
|
+
},
|
1134
|
+
"allowedOrigins": {
|
1135
|
+
"shape": "S1a"
|
1136
|
+
},
|
1137
|
+
"arn": {},
|
1138
|
+
"enableStrictOriginEnforcement": {
|
1139
|
+
"type": "boolean"
|
1140
|
+
},
|
1141
|
+
"name": {}
|
1142
|
+
}
|
1143
|
+
},
|
1144
|
+
"output": {
|
1145
|
+
"type": "structure",
|
1146
|
+
"members": {
|
1147
|
+
"playbackRestrictionPolicy": {
|
1148
|
+
"shape": "S1f"
|
1149
|
+
}
|
1150
|
+
}
|
1151
|
+
}
|
994
1152
|
}
|
995
1153
|
},
|
996
1154
|
"shapes": {
|
@@ -1007,21 +1165,22 @@
|
|
1007
1165
|
},
|
1008
1166
|
"latencyMode": {},
|
1009
1167
|
"name": {},
|
1168
|
+
"playbackRestrictionPolicyArn": {},
|
1010
1169
|
"playbackUrl": {},
|
1011
1170
|
"preset": {},
|
1012
1171
|
"recordingConfigurationArn": {},
|
1013
1172
|
"tags": {
|
1014
|
-
"shape": "
|
1173
|
+
"shape": "Sg"
|
1015
1174
|
},
|
1016
1175
|
"type": {}
|
1017
1176
|
}
|
1018
1177
|
},
|
1019
|
-
"
|
1178
|
+
"Sg": {
|
1020
1179
|
"type": "map",
|
1021
1180
|
"key": {},
|
1022
1181
|
"value": {}
|
1023
1182
|
},
|
1024
|
-
"
|
1183
|
+
"Sk": {
|
1025
1184
|
"type": "list",
|
1026
1185
|
"member": {
|
1027
1186
|
"type": "structure",
|
@@ -1032,13 +1191,13 @@
|
|
1032
1191
|
}
|
1033
1192
|
}
|
1034
1193
|
},
|
1035
|
-
"
|
1194
|
+
"Su": {
|
1036
1195
|
"type": "structure",
|
1037
1196
|
"members": {
|
1038
1197
|
"arn": {},
|
1039
1198
|
"channelArn": {},
|
1040
1199
|
"tags": {
|
1041
|
-
"shape": "
|
1200
|
+
"shape": "Sg"
|
1042
1201
|
},
|
1043
1202
|
"value": {
|
1044
1203
|
"type": "string",
|
@@ -1046,7 +1205,39 @@
|
|
1046
1205
|
}
|
1047
1206
|
}
|
1048
1207
|
},
|
1049
|
-
"
|
1208
|
+
"S18": {
|
1209
|
+
"type": "list",
|
1210
|
+
"member": {}
|
1211
|
+
},
|
1212
|
+
"S1a": {
|
1213
|
+
"type": "list",
|
1214
|
+
"member": {}
|
1215
|
+
},
|
1216
|
+
"S1f": {
|
1217
|
+
"type": "structure",
|
1218
|
+
"required": [
|
1219
|
+
"allowedCountries",
|
1220
|
+
"allowedOrigins",
|
1221
|
+
"arn"
|
1222
|
+
],
|
1223
|
+
"members": {
|
1224
|
+
"allowedCountries": {
|
1225
|
+
"shape": "S18"
|
1226
|
+
},
|
1227
|
+
"allowedOrigins": {
|
1228
|
+
"shape": "S1a"
|
1229
|
+
},
|
1230
|
+
"arn": {},
|
1231
|
+
"enableStrictOriginEnforcement": {
|
1232
|
+
"type": "boolean"
|
1233
|
+
},
|
1234
|
+
"name": {},
|
1235
|
+
"tags": {
|
1236
|
+
"shape": "Sg"
|
1237
|
+
}
|
1238
|
+
}
|
1239
|
+
},
|
1240
|
+
"S1i": {
|
1050
1241
|
"type": "structure",
|
1051
1242
|
"members": {
|
1052
1243
|
"s3": {
|
@@ -1060,7 +1251,7 @@
|
|
1060
1251
|
}
|
1061
1252
|
}
|
1062
1253
|
},
|
1063
|
-
"
|
1254
|
+
"S1n": {
|
1064
1255
|
"type": "structure",
|
1065
1256
|
"members": {
|
1066
1257
|
"renditionSelection": {},
|
@@ -1070,7 +1261,7 @@
|
|
1070
1261
|
}
|
1071
1262
|
}
|
1072
1263
|
},
|
1073
|
-
"
|
1264
|
+
"S1r": {
|
1074
1265
|
"type": "structure",
|
1075
1266
|
"members": {
|
1076
1267
|
"recordingMode": {},
|
@@ -1084,7 +1275,7 @@
|
|
1084
1275
|
}
|
1085
1276
|
}
|
1086
1277
|
},
|
1087
|
-
"
|
1278
|
+
"S1y": {
|
1088
1279
|
"type": "structure",
|
1089
1280
|
"required": [
|
1090
1281
|
"arn",
|
@@ -1094,40 +1285,40 @@
|
|
1094
1285
|
"members": {
|
1095
1286
|
"arn": {},
|
1096
1287
|
"destinationConfiguration": {
|
1097
|
-
"shape": "
|
1288
|
+
"shape": "S1i"
|
1098
1289
|
},
|
1099
1290
|
"name": {},
|
1100
1291
|
"recordingReconnectWindowSeconds": {
|
1101
1292
|
"type": "integer"
|
1102
1293
|
},
|
1103
1294
|
"renditionConfiguration": {
|
1104
|
-
"shape": "
|
1295
|
+
"shape": "S1n"
|
1105
1296
|
},
|
1106
1297
|
"state": {},
|
1107
1298
|
"tags": {
|
1108
|
-
"shape": "
|
1299
|
+
"shape": "Sg"
|
1109
1300
|
},
|
1110
1301
|
"thumbnailConfiguration": {
|
1111
|
-
"shape": "
|
1302
|
+
"shape": "S1r"
|
1112
1303
|
}
|
1113
1304
|
}
|
1114
1305
|
},
|
1115
|
-
"
|
1306
|
+
"S2e": {
|
1116
1307
|
"type": "structure",
|
1117
1308
|
"members": {
|
1118
1309
|
"arn": {},
|
1119
1310
|
"fingerprint": {},
|
1120
1311
|
"name": {},
|
1121
1312
|
"tags": {
|
1122
|
-
"shape": "
|
1313
|
+
"shape": "Sg"
|
1123
1314
|
}
|
1124
1315
|
}
|
1125
1316
|
},
|
1126
|
-
"
|
1317
|
+
"S2p": {
|
1127
1318
|
"type": "timestamp",
|
1128
1319
|
"timestampFormat": "iso8601"
|
1129
1320
|
},
|
1130
|
-
"
|
1321
|
+
"S2y": {
|
1131
1322
|
"type": "timestamp",
|
1132
1323
|
"timestampFormat": "iso8601"
|
1133
1324
|
}
|
@@ -10,6 +10,11 @@
|
|
10
10
|
"output_token": "nextToken",
|
11
11
|
"limit_key": "maxResults"
|
12
12
|
},
|
13
|
+
"ListPlaybackRestrictionPolicies": {
|
14
|
+
"input_token": "nextToken",
|
15
|
+
"output_token": "nextToken",
|
16
|
+
"limit_key": "maxResults"
|
17
|
+
},
|
13
18
|
"ListRecordingConfigurations": {
|
14
19
|
"input_token": "nextToken",
|
15
20
|
"output_token": "nextToken",
|
@@ -238,10 +238,6 @@
|
|
238
238
|
"numberOfTransactions": {
|
239
239
|
"type": "long"
|
240
240
|
},
|
241
|
-
"status": {
|
242
|
-
"deprecated": true,
|
243
|
-
"deprecatedMessage": "The status field in the GetTransaction response is deprecated and is replaced with the confirmationStatus and executionStatus fields."
|
244
|
-
},
|
245
241
|
"to": {},
|
246
242
|
"from": {},
|
247
243
|
"contractAddress": {},
|
@@ -477,6 +473,18 @@
|
|
477
473
|
"nextToken": {},
|
478
474
|
"maxResults": {
|
479
475
|
"type": "integer"
|
476
|
+
},
|
477
|
+
"confirmationStatusFilter": {
|
478
|
+
"type": "structure",
|
479
|
+
"required": [
|
480
|
+
"include"
|
481
|
+
],
|
482
|
+
"members": {
|
483
|
+
"include": {
|
484
|
+
"type": "list",
|
485
|
+
"member": {}
|
486
|
+
}
|
487
|
+
}
|
480
488
|
}
|
481
489
|
}
|
482
490
|
},
|
@@ -500,7 +508,8 @@
|
|
500
508
|
"network": {},
|
501
509
|
"transactionTimestamp": {
|
502
510
|
"type": "timestamp"
|
503
|
-
}
|
511
|
+
},
|
512
|
+
"confirmationStatus": {}
|
504
513
|
}
|
505
514
|
}
|
506
515
|
},
|