cdk-lambda-subminute 2.0.323 → 2.0.324
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/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.min.json +444 -102
- package/node_modules/aws-sdk/apis/imagebuilder-2019-12-02.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +65 -60
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +106 -2
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +114 -4
- package/node_modules/aws-sdk/clients/imagebuilder.d.ts +543 -18
- package/node_modules/aws-sdk/clients/location.d.ts +15 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +5 -5
- package/node_modules/aws-sdk/dist/aws-sdk.js +174 -65
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +2 -2
@@ -95,6 +95,18 @@
|
|
95
95
|
"limit_key": "maxResults",
|
96
96
|
"result_key": "lifecyclePolicySummaryList"
|
97
97
|
},
|
98
|
+
"ListWaitingWorkflowSteps": {
|
99
|
+
"input_token": "nextToken",
|
100
|
+
"output_token": "nextToken",
|
101
|
+
"limit_key": "maxResults",
|
102
|
+
"result_key": "steps"
|
103
|
+
},
|
104
|
+
"ListWorkflowBuildVersions": {
|
105
|
+
"input_token": "nextToken",
|
106
|
+
"output_token": "nextToken",
|
107
|
+
"limit_key": "maxResults",
|
108
|
+
"result_key": "workflowSummaryList"
|
109
|
+
},
|
98
110
|
"ListWorkflowExecutions": {
|
99
111
|
"input_token": "nextToken",
|
100
112
|
"output_token": "nextToken",
|
@@ -106,6 +118,12 @@
|
|
106
118
|
"output_token": "nextToken",
|
107
119
|
"limit_key": "maxResults",
|
108
120
|
"result_key": "steps"
|
121
|
+
},
|
122
|
+
"ListWorkflows": {
|
123
|
+
"input_token": "nextToken",
|
124
|
+
"output_token": "nextToken",
|
125
|
+
"limit_key": "maxResults",
|
126
|
+
"result_key": "workflowVersionList"
|
109
127
|
}
|
110
128
|
}
|
111
129
|
}
|
@@ -404,6 +404,9 @@
|
|
404
404
|
"DestinationPosition"
|
405
405
|
],
|
406
406
|
"members": {
|
407
|
+
"ArrivalTime": {
|
408
|
+
"shape": "St"
|
409
|
+
},
|
407
410
|
"CalculatorName": {
|
408
411
|
"location": "uri",
|
409
412
|
"locationName": "CalculatorName"
|
@@ -432,9 +435,10 @@
|
|
432
435
|
"location": "querystring",
|
433
436
|
"locationName": "key"
|
434
437
|
},
|
438
|
+
"OptimizeFor": {},
|
435
439
|
"TravelMode": {},
|
436
440
|
"TruckModeOptions": {
|
437
|
-
"shape": "
|
441
|
+
"shape": "S1t"
|
438
442
|
},
|
439
443
|
"WaypointPositions": {
|
440
444
|
"type": "list",
|
@@ -537,7 +541,7 @@
|
|
537
541
|
"type": "double"
|
538
542
|
},
|
539
543
|
"RouteBBox": {
|
540
|
-
"shape": "
|
544
|
+
"shape": "S2i"
|
541
545
|
}
|
542
546
|
}
|
543
547
|
}
|
@@ -593,7 +597,7 @@
|
|
593
597
|
},
|
594
598
|
"TravelMode": {},
|
595
599
|
"TruckModeOptions": {
|
596
|
-
"shape": "
|
600
|
+
"shape": "S1t"
|
597
601
|
}
|
598
602
|
}
|
599
603
|
},
|
@@ -691,7 +695,7 @@
|
|
691
695
|
"deprecatedMessage": "Deprecated. No longer allowed."
|
692
696
|
},
|
693
697
|
"Tags": {
|
694
|
-
"shape": "
|
698
|
+
"shape": "S33"
|
695
699
|
}
|
696
700
|
}
|
697
701
|
},
|
@@ -736,10 +740,10 @@
|
|
736
740
|
"type": "boolean"
|
737
741
|
},
|
738
742
|
"Restrictions": {
|
739
|
-
"shape": "
|
743
|
+
"shape": "S38"
|
740
744
|
},
|
741
745
|
"Tags": {
|
742
|
-
"shape": "
|
746
|
+
"shape": "S33"
|
743
747
|
}
|
744
748
|
}
|
745
749
|
},
|
@@ -780,7 +784,7 @@
|
|
780
784
|
],
|
781
785
|
"members": {
|
782
786
|
"Configuration": {
|
783
|
-
"shape": "
|
787
|
+
"shape": "S3h"
|
784
788
|
},
|
785
789
|
"Description": {},
|
786
790
|
"MapName": {},
|
@@ -789,7 +793,7 @@
|
|
789
793
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
790
794
|
},
|
791
795
|
"Tags": {
|
792
|
-
"shape": "
|
796
|
+
"shape": "S33"
|
793
797
|
}
|
794
798
|
}
|
795
799
|
},
|
@@ -827,7 +831,7 @@
|
|
827
831
|
"members": {
|
828
832
|
"DataSource": {},
|
829
833
|
"DataSourceConfiguration": {
|
830
|
-
"shape": "
|
834
|
+
"shape": "S3m"
|
831
835
|
},
|
832
836
|
"Description": {},
|
833
837
|
"IndexName": {},
|
@@ -836,7 +840,7 @@
|
|
836
840
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
837
841
|
},
|
838
842
|
"Tags": {
|
839
|
-
"shape": "
|
843
|
+
"shape": "S33"
|
840
844
|
}
|
841
845
|
}
|
842
846
|
},
|
@@ -880,7 +884,7 @@
|
|
880
884
|
"deprecatedMessage": "Deprecated. If included, the only allowed value is RequestBasedUsage."
|
881
885
|
},
|
882
886
|
"Tags": {
|
883
|
-
"shape": "
|
887
|
+
"shape": "S33"
|
884
888
|
}
|
885
889
|
}
|
886
890
|
},
|
@@ -933,7 +937,7 @@
|
|
933
937
|
"deprecatedMessage": "Deprecated. No longer allowed."
|
934
938
|
},
|
935
939
|
"Tags": {
|
936
|
-
"shape": "
|
940
|
+
"shape": "S33"
|
937
941
|
},
|
938
942
|
"TrackerName": {}
|
939
943
|
}
|
@@ -1167,7 +1171,7 @@
|
|
1167
1171
|
"deprecatedMessage": "Deprecated. Unused."
|
1168
1172
|
},
|
1169
1173
|
"Tags": {
|
1170
|
-
"shape": "
|
1174
|
+
"shape": "S33"
|
1171
1175
|
},
|
1172
1176
|
"UpdateTime": {
|
1173
1177
|
"shape": "St"
|
@@ -1221,10 +1225,10 @@
|
|
1221
1225
|
"KeyArn": {},
|
1222
1226
|
"KeyName": {},
|
1223
1227
|
"Restrictions": {
|
1224
|
-
"shape": "
|
1228
|
+
"shape": "S38"
|
1225
1229
|
},
|
1226
1230
|
"Tags": {
|
1227
|
-
"shape": "
|
1231
|
+
"shape": "S33"
|
1228
1232
|
},
|
1229
1233
|
"UpdateTime": {
|
1230
1234
|
"shape": "St"
|
@@ -1266,7 +1270,7 @@
|
|
1266
1270
|
],
|
1267
1271
|
"members": {
|
1268
1272
|
"Configuration": {
|
1269
|
-
"shape": "
|
1273
|
+
"shape": "S3h"
|
1270
1274
|
},
|
1271
1275
|
"CreateTime": {
|
1272
1276
|
"shape": "St"
|
@@ -1280,7 +1284,7 @@
|
|
1280
1284
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
1281
1285
|
},
|
1282
1286
|
"Tags": {
|
1283
|
-
"shape": "
|
1287
|
+
"shape": "S33"
|
1284
1288
|
},
|
1285
1289
|
"UpdateTime": {
|
1286
1290
|
"shape": "St"
|
@@ -1326,7 +1330,7 @@
|
|
1326
1330
|
},
|
1327
1331
|
"DataSource": {},
|
1328
1332
|
"DataSourceConfiguration": {
|
1329
|
-
"shape": "
|
1333
|
+
"shape": "S3m"
|
1330
1334
|
},
|
1331
1335
|
"Description": {},
|
1332
1336
|
"IndexArn": {},
|
@@ -1336,7 +1340,7 @@
|
|
1336
1340
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
1337
1341
|
},
|
1338
1342
|
"Tags": {
|
1339
|
-
"shape": "
|
1343
|
+
"shape": "S33"
|
1340
1344
|
},
|
1341
1345
|
"UpdateTime": {
|
1342
1346
|
"shape": "St"
|
@@ -1388,7 +1392,7 @@
|
|
1388
1392
|
"deprecatedMessage": "Deprecated. Always returns RequestBasedUsage."
|
1389
1393
|
},
|
1390
1394
|
"Tags": {
|
1391
|
-
"shape": "
|
1395
|
+
"shape": "S33"
|
1392
1396
|
},
|
1393
1397
|
"UpdateTime": {
|
1394
1398
|
"shape": "St"
|
@@ -1448,7 +1452,7 @@
|
|
1448
1452
|
"deprecatedMessage": "Deprecated. Unused."
|
1449
1453
|
},
|
1450
1454
|
"Tags": {
|
1451
|
-
"shape": "
|
1455
|
+
"shape": "S33"
|
1452
1456
|
},
|
1453
1457
|
"TrackerArn": {},
|
1454
1458
|
"TrackerName": {},
|
@@ -1891,7 +1895,7 @@
|
|
1891
1895
|
],
|
1892
1896
|
"members": {
|
1893
1897
|
"Place": {
|
1894
|
-
"shape": "
|
1898
|
+
"shape": "S5b"
|
1895
1899
|
}
|
1896
1900
|
}
|
1897
1901
|
},
|
@@ -2134,7 +2138,7 @@
|
|
2134
2138
|
},
|
2135
2139
|
"KeyName": {},
|
2136
2140
|
"Restrictions": {
|
2137
|
-
"shape": "
|
2141
|
+
"shape": "S38"
|
2138
2142
|
},
|
2139
2143
|
"UpdateTime": {
|
2140
2144
|
"shape": "St"
|
@@ -2336,7 +2340,7 @@
|
|
2336
2340
|
"type": "structure",
|
2337
2341
|
"members": {
|
2338
2342
|
"Tags": {
|
2339
|
-
"shape": "
|
2343
|
+
"shape": "S33"
|
2340
2344
|
}
|
2341
2345
|
}
|
2342
2346
|
},
|
@@ -2540,7 +2544,7 @@
|
|
2540
2544
|
"type": "double"
|
2541
2545
|
},
|
2542
2546
|
"Place": {
|
2543
|
-
"shape": "
|
2547
|
+
"shape": "S5b"
|
2544
2548
|
},
|
2545
2549
|
"PlaceId": {}
|
2546
2550
|
}
|
@@ -2585,13 +2589,13 @@
|
|
2585
2589
|
"shape": "So"
|
2586
2590
|
},
|
2587
2591
|
"FilterBBox": {
|
2588
|
-
"shape": "
|
2592
|
+
"shape": "S2i"
|
2589
2593
|
},
|
2590
2594
|
"FilterCategories": {
|
2591
|
-
"shape": "
|
2595
|
+
"shape": "S76"
|
2592
2596
|
},
|
2593
2597
|
"FilterCountries": {
|
2594
|
-
"shape": "
|
2598
|
+
"shape": "S77"
|
2595
2599
|
},
|
2596
2600
|
"IndexName": {
|
2597
2601
|
"location": "uri",
|
@@ -2628,11 +2632,11 @@
|
|
2628
2632
|
],
|
2629
2633
|
"members": {
|
2630
2634
|
"Categories": {
|
2631
|
-
"shape": "
|
2635
|
+
"shape": "S5c"
|
2632
2636
|
},
|
2633
2637
|
"PlaceId": {},
|
2634
2638
|
"SupplementalCategories": {
|
2635
|
-
"shape": "
|
2639
|
+
"shape": "S5f"
|
2636
2640
|
},
|
2637
2641
|
"Text": {}
|
2638
2642
|
}
|
@@ -2650,20 +2654,20 @@
|
|
2650
2654
|
},
|
2651
2655
|
"DataSource": {},
|
2652
2656
|
"FilterBBox": {
|
2653
|
-
"shape": "
|
2657
|
+
"shape": "S2i"
|
2654
2658
|
},
|
2655
2659
|
"FilterCategories": {
|
2656
|
-
"shape": "
|
2660
|
+
"shape": "S76"
|
2657
2661
|
},
|
2658
2662
|
"FilterCountries": {
|
2659
|
-
"shape": "
|
2663
|
+
"shape": "S77"
|
2660
2664
|
},
|
2661
2665
|
"Language": {},
|
2662
2666
|
"MaxResults": {
|
2663
2667
|
"type": "integer"
|
2664
2668
|
},
|
2665
2669
|
"Text": {
|
2666
|
-
"shape": "
|
2670
|
+
"shape": "S7f"
|
2667
2671
|
}
|
2668
2672
|
}
|
2669
2673
|
}
|
@@ -2689,13 +2693,13 @@
|
|
2689
2693
|
"shape": "So"
|
2690
2694
|
},
|
2691
2695
|
"FilterBBox": {
|
2692
|
-
"shape": "
|
2696
|
+
"shape": "S2i"
|
2693
2697
|
},
|
2694
2698
|
"FilterCategories": {
|
2695
|
-
"shape": "
|
2699
|
+
"shape": "S76"
|
2696
2700
|
},
|
2697
2701
|
"FilterCountries": {
|
2698
|
-
"shape": "
|
2702
|
+
"shape": "S77"
|
2699
2703
|
},
|
2700
2704
|
"IndexName": {
|
2701
2705
|
"location": "uri",
|
@@ -2735,7 +2739,7 @@
|
|
2735
2739
|
"type": "double"
|
2736
2740
|
},
|
2737
2741
|
"Place": {
|
2738
|
-
"shape": "
|
2742
|
+
"shape": "S5b"
|
2739
2743
|
},
|
2740
2744
|
"PlaceId": {},
|
2741
2745
|
"Relevance": {
|
@@ -2756,23 +2760,23 @@
|
|
2756
2760
|
},
|
2757
2761
|
"DataSource": {},
|
2758
2762
|
"FilterBBox": {
|
2759
|
-
"shape": "
|
2763
|
+
"shape": "S2i"
|
2760
2764
|
},
|
2761
2765
|
"FilterCategories": {
|
2762
|
-
"shape": "
|
2766
|
+
"shape": "S76"
|
2763
2767
|
},
|
2764
2768
|
"FilterCountries": {
|
2765
|
-
"shape": "
|
2769
|
+
"shape": "S77"
|
2766
2770
|
},
|
2767
2771
|
"Language": {},
|
2768
2772
|
"MaxResults": {
|
2769
2773
|
"type": "integer"
|
2770
2774
|
},
|
2771
2775
|
"ResultBBox": {
|
2772
|
-
"shape": "
|
2776
|
+
"shape": "S2i"
|
2773
2777
|
},
|
2774
2778
|
"Text": {
|
2775
|
-
"shape": "
|
2779
|
+
"shape": "S7f"
|
2776
2780
|
}
|
2777
2781
|
}
|
2778
2782
|
}
|
@@ -2799,7 +2803,7 @@
|
|
2799
2803
|
"locationName": "ResourceArn"
|
2800
2804
|
},
|
2801
2805
|
"Tags": {
|
2802
|
-
"shape": "
|
2806
|
+
"shape": "S33"
|
2803
2807
|
}
|
2804
2808
|
}
|
2805
2809
|
},
|
@@ -2919,7 +2923,7 @@
|
|
2919
2923
|
"type": "boolean"
|
2920
2924
|
},
|
2921
2925
|
"Restrictions": {
|
2922
|
-
"shape": "
|
2926
|
+
"shape": "S38"
|
2923
2927
|
}
|
2924
2928
|
}
|
2925
2929
|
},
|
@@ -3005,7 +3009,7 @@
|
|
3005
3009
|
],
|
3006
3010
|
"members": {
|
3007
3011
|
"DataSourceConfiguration": {
|
3008
|
-
"shape": "
|
3012
|
+
"shape": "S3m"
|
3009
3013
|
},
|
3010
3014
|
"Description": {},
|
3011
3015
|
"IndexName": {
|
@@ -3272,7 +3276,7 @@
|
|
3272
3276
|
"type": "string",
|
3273
3277
|
"sensitive": true
|
3274
3278
|
},
|
3275
|
-
"
|
3279
|
+
"S1t": {
|
3276
3280
|
"type": "structure",
|
3277
3281
|
"members": {
|
3278
3282
|
"AvoidFerries": {
|
@@ -3307,19 +3311,19 @@
|
|
3307
3311
|
}
|
3308
3312
|
}
|
3309
3313
|
},
|
3310
|
-
"
|
3314
|
+
"S2i": {
|
3311
3315
|
"type": "list",
|
3312
3316
|
"member": {
|
3313
3317
|
"type": "double"
|
3314
3318
|
},
|
3315
3319
|
"sensitive": true
|
3316
3320
|
},
|
3317
|
-
"
|
3321
|
+
"S33": {
|
3318
3322
|
"type": "map",
|
3319
3323
|
"key": {},
|
3320
3324
|
"value": {}
|
3321
3325
|
},
|
3322
|
-
"
|
3326
|
+
"S38": {
|
3323
3327
|
"type": "structure",
|
3324
3328
|
"required": [
|
3325
3329
|
"AllowActions",
|
@@ -3340,7 +3344,7 @@
|
|
3340
3344
|
}
|
3341
3345
|
}
|
3342
3346
|
},
|
3343
|
-
"
|
3347
|
+
"S3h": {
|
3344
3348
|
"type": "structure",
|
3345
3349
|
"required": [
|
3346
3350
|
"Style"
|
@@ -3350,13 +3354,13 @@
|
|
3350
3354
|
"Style": {}
|
3351
3355
|
}
|
3352
3356
|
},
|
3353
|
-
"
|
3357
|
+
"S3m": {
|
3354
3358
|
"type": "structure",
|
3355
3359
|
"members": {
|
3356
3360
|
"IntendedUse": {}
|
3357
3361
|
}
|
3358
3362
|
},
|
3359
|
-
"
|
3363
|
+
"S5b": {
|
3360
3364
|
"type": "structure",
|
3361
3365
|
"required": [
|
3362
3366
|
"Geometry"
|
@@ -3364,7 +3368,7 @@
|
|
3364
3368
|
"members": {
|
3365
3369
|
"AddressNumber": {},
|
3366
3370
|
"Categories": {
|
3367
|
-
"shape": "
|
3371
|
+
"shape": "S5c"
|
3368
3372
|
},
|
3369
3373
|
"Country": {},
|
3370
3374
|
"Geometry": {
|
@@ -3384,9 +3388,10 @@
|
|
3384
3388
|
"PostalCode": {},
|
3385
3389
|
"Region": {},
|
3386
3390
|
"Street": {},
|
3391
|
+
"SubMunicipality": {},
|
3387
3392
|
"SubRegion": {},
|
3388
3393
|
"SupplementalCategories": {
|
3389
|
-
"shape": "
|
3394
|
+
"shape": "S5f"
|
3390
3395
|
},
|
3391
3396
|
"TimeZone": {
|
3392
3397
|
"type": "structure",
|
@@ -3404,23 +3409,23 @@
|
|
3404
3409
|
"UnitType": {}
|
3405
3410
|
}
|
3406
3411
|
},
|
3407
|
-
"
|
3412
|
+
"S5c": {
|
3408
3413
|
"type": "list",
|
3409
3414
|
"member": {}
|
3410
3415
|
},
|
3411
|
-
"
|
3416
|
+
"S5f": {
|
3412
3417
|
"type": "list",
|
3413
3418
|
"member": {}
|
3414
3419
|
},
|
3415
|
-
"
|
3420
|
+
"S76": {
|
3416
3421
|
"type": "list",
|
3417
3422
|
"member": {}
|
3418
3423
|
},
|
3419
|
-
"
|
3424
|
+
"S77": {
|
3420
3425
|
"type": "list",
|
3421
3426
|
"member": {}
|
3422
3427
|
},
|
3423
|
-
"
|
3428
|
+
"S7f": {
|
3424
3429
|
"type": "string",
|
3425
3430
|
"sensitive": true
|
3426
3431
|
}
|
@@ -793,8 +793,7 @@
|
|
793
793
|
"logGroupName": {},
|
794
794
|
"logGroupIdentifier": {},
|
795
795
|
"logStreamNames": {
|
796
|
-
"
|
797
|
-
"member": {}
|
796
|
+
"shape": "S4i"
|
798
797
|
},
|
799
798
|
"logStreamNamePrefix": {},
|
800
799
|
"startTime": {
|
@@ -1638,6 +1637,103 @@
|
|
1638
1637
|
}
|
1639
1638
|
}
|
1640
1639
|
},
|
1640
|
+
"StartLiveTail": {
|
1641
|
+
"input": {
|
1642
|
+
"type": "structure",
|
1643
|
+
"required": [
|
1644
|
+
"logGroupIdentifiers"
|
1645
|
+
],
|
1646
|
+
"members": {
|
1647
|
+
"logGroupIdentifiers": {
|
1648
|
+
"shape": "S7r"
|
1649
|
+
},
|
1650
|
+
"logStreamNames": {
|
1651
|
+
"shape": "S4i"
|
1652
|
+
},
|
1653
|
+
"logStreamNamePrefixes": {
|
1654
|
+
"shape": "S4i"
|
1655
|
+
},
|
1656
|
+
"logEventFilterPattern": {}
|
1657
|
+
}
|
1658
|
+
},
|
1659
|
+
"output": {
|
1660
|
+
"type": "structure",
|
1661
|
+
"members": {
|
1662
|
+
"responseStream": {
|
1663
|
+
"type": "structure",
|
1664
|
+
"members": {
|
1665
|
+
"sessionStart": {
|
1666
|
+
"type": "structure",
|
1667
|
+
"members": {
|
1668
|
+
"requestId": {},
|
1669
|
+
"sessionId": {},
|
1670
|
+
"logGroupIdentifiers": {
|
1671
|
+
"shape": "S7r"
|
1672
|
+
},
|
1673
|
+
"logStreamNames": {
|
1674
|
+
"shape": "S4i"
|
1675
|
+
},
|
1676
|
+
"logStreamNamePrefixes": {
|
1677
|
+
"shape": "S4i"
|
1678
|
+
},
|
1679
|
+
"logEventFilterPattern": {}
|
1680
|
+
},
|
1681
|
+
"event": true
|
1682
|
+
},
|
1683
|
+
"sessionUpdate": {
|
1684
|
+
"type": "structure",
|
1685
|
+
"members": {
|
1686
|
+
"sessionMetadata": {
|
1687
|
+
"type": "structure",
|
1688
|
+
"members": {
|
1689
|
+
"sampled": {
|
1690
|
+
"type": "boolean"
|
1691
|
+
}
|
1692
|
+
}
|
1693
|
+
},
|
1694
|
+
"sessionResults": {
|
1695
|
+
"type": "list",
|
1696
|
+
"member": {
|
1697
|
+
"type": "structure",
|
1698
|
+
"members": {
|
1699
|
+
"logStreamName": {},
|
1700
|
+
"logGroupIdentifier": {},
|
1701
|
+
"message": {},
|
1702
|
+
"timestamp": {
|
1703
|
+
"type": "long"
|
1704
|
+
},
|
1705
|
+
"ingestionTime": {
|
1706
|
+
"type": "long"
|
1707
|
+
}
|
1708
|
+
}
|
1709
|
+
}
|
1710
|
+
}
|
1711
|
+
},
|
1712
|
+
"event": true
|
1713
|
+
},
|
1714
|
+
"SessionTimeoutException": {
|
1715
|
+
"type": "structure",
|
1716
|
+
"members": {
|
1717
|
+
"message": {}
|
1718
|
+
},
|
1719
|
+
"exception": true
|
1720
|
+
},
|
1721
|
+
"SessionStreamingException": {
|
1722
|
+
"type": "structure",
|
1723
|
+
"members": {
|
1724
|
+
"message": {}
|
1725
|
+
},
|
1726
|
+
"exception": true
|
1727
|
+
}
|
1728
|
+
},
|
1729
|
+
"eventstream": true
|
1730
|
+
}
|
1731
|
+
}
|
1732
|
+
},
|
1733
|
+
"endpoint": {
|
1734
|
+
"hostPrefix": "streaming-"
|
1735
|
+
}
|
1736
|
+
},
|
1641
1737
|
"StartQuery": {
|
1642
1738
|
"input": {
|
1643
1739
|
"type": "structure",
|
@@ -1977,11 +2073,19 @@
|
|
1977
2073
|
}
|
1978
2074
|
}
|
1979
2075
|
},
|
2076
|
+
"S4i": {
|
2077
|
+
"type": "list",
|
2078
|
+
"member": {}
|
2079
|
+
},
|
1980
2080
|
"S53": {
|
1981
2081
|
"type": "structure",
|
1982
2082
|
"members": {
|
1983
2083
|
"deliveryDestinationPolicy": {}
|
1984
2084
|
}
|
2085
|
+
},
|
2086
|
+
"S7r": {
|
2087
|
+
"type": "list",
|
2088
|
+
"member": {}
|
1985
2089
|
}
|
1986
2090
|
}
|
1987
2091
|
}
|