aws-sdk-core 2.11.571 → 2.11.576

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "pagination": {
3
+ "DescribeConnectorProfiles": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ },
8
+ "DescribeConnectors": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken"
11
+ },
12
+ "DescribeFlowExecutionRecords": {
13
+ "input_token": "nextToken",
14
+ "output_token": "nextToken",
15
+ "limit_key": "maxResults"
16
+ },
17
+ "ListFlows": {
18
+ "input_token": "nextToken",
19
+ "output_token": "nextToken",
20
+ "limit_key": "maxResults"
21
+ }
22
+ }
23
+ }
@@ -231,6 +231,19 @@
231
231
  {"shape":"InconsistentQuantities"}
232
232
  ]
233
233
  },
234
+ "CreateMonitoringSubscription":{
235
+ "name":"CreateMonitoringSubscription2020_05_31",
236
+ "http":{
237
+ "method":"POST",
238
+ "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
239
+ },
240
+ "input":{"shape":"CreateMonitoringSubscriptionRequest"},
241
+ "output":{"shape":"CreateMonitoringSubscriptionResult"},
242
+ "errors":[
243
+ {"shape":"AccessDenied"},
244
+ {"shape":"NoSuchDistribution"}
245
+ ]
246
+ },
234
247
  "CreateOriginRequestPolicy":{
235
248
  "name":"CreateOriginRequestPolicy2020_05_31",
236
249
  "http":{
@@ -266,6 +279,25 @@
266
279
  {"shape":"TooManyPublicKeys"}
267
280
  ]
268
281
  },
282
+ "CreateRealtimeLogConfig":{
283
+ "name":"CreateRealtimeLogConfig2020_05_31",
284
+ "http":{
285
+ "method":"POST",
286
+ "requestUri":"/2020-05-31/realtime-log-config",
287
+ "responseCode":201
288
+ },
289
+ "input":{
290
+ "shape":"CreateRealtimeLogConfigRequest",
291
+ "locationName":"CreateRealtimeLogConfigRequest",
292
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
293
+ },
294
+ "output":{"shape":"CreateRealtimeLogConfigResult"},
295
+ "errors":[
296
+ {"shape":"RealtimeLogConfigAlreadyExists"},
297
+ {"shape":"TooManyRealtimeLogConfigs"},
298
+ {"shape":"InvalidArgument"}
299
+ ]
300
+ },
269
301
  "CreateStreamingDistribution":{
270
302
  "name":"CreateStreamingDistribution2020_05_31",
271
303
  "http":{
@@ -396,6 +428,19 @@
396
428
  {"shape":"FieldLevelEncryptionProfileInUse"}
397
429
  ]
398
430
  },
431
+ "DeleteMonitoringSubscription":{
432
+ "name":"DeleteMonitoringSubscription2020_05_31",
433
+ "http":{
434
+ "method":"DELETE",
435
+ "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
436
+ },
437
+ "input":{"shape":"DeleteMonitoringSubscriptionRequest"},
438
+ "output":{"shape":"DeleteMonitoringSubscriptionResult"},
439
+ "errors":[
440
+ {"shape":"AccessDenied"},
441
+ {"shape":"NoSuchDistribution"}
442
+ ]
443
+ },
399
444
  "DeleteOriginRequestPolicy":{
400
445
  "name":"DeleteOriginRequestPolicy2020_05_31",
401
446
  "http":{
@@ -429,6 +474,24 @@
429
474
  {"shape":"PreconditionFailed"}
430
475
  ]
431
476
  },
477
+ "DeleteRealtimeLogConfig":{
478
+ "name":"DeleteRealtimeLogConfig2020_05_31",
479
+ "http":{
480
+ "method":"POST",
481
+ "requestUri":"/2020-05-31/delete-realtime-log-config/",
482
+ "responseCode":204
483
+ },
484
+ "input":{
485
+ "shape":"DeleteRealtimeLogConfigRequest",
486
+ "locationName":"DeleteRealtimeLogConfigRequest",
487
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
488
+ },
489
+ "errors":[
490
+ {"shape":"NoSuchRealtimeLogConfig"},
491
+ {"shape":"RealtimeLogConfigInUse"},
492
+ {"shape":"InvalidArgument"}
493
+ ]
494
+ },
432
495
  "DeleteStreamingDistribution":{
433
496
  "name":"DeleteStreamingDistribution2020_05_31",
434
497
  "http":{
@@ -589,6 +652,19 @@
589
652
  {"shape":"AccessDenied"}
590
653
  ]
591
654
  },
655
+ "GetMonitoringSubscription":{
656
+ "name":"GetMonitoringSubscription2020_05_31",
657
+ "http":{
658
+ "method":"GET",
659
+ "requestUri":"/2020-05-31/distributions/{DistributionId}/monitoring-subscription"
660
+ },
661
+ "input":{"shape":"GetMonitoringSubscriptionRequest"},
662
+ "output":{"shape":"GetMonitoringSubscriptionResult"},
663
+ "errors":[
664
+ {"shape":"AccessDenied"},
665
+ {"shape":"NoSuchDistribution"}
666
+ ]
667
+ },
592
668
  "GetOriginRequestPolicy":{
593
669
  "name":"GetOriginRequestPolicy2020_05_31",
594
670
  "http":{
@@ -641,6 +717,23 @@
641
717
  {"shape":"NoSuchPublicKey"}
642
718
  ]
643
719
  },
720
+ "GetRealtimeLogConfig":{
721
+ "name":"GetRealtimeLogConfig2020_05_31",
722
+ "http":{
723
+ "method":"POST",
724
+ "requestUri":"/2020-05-31/get-realtime-log-config/"
725
+ },
726
+ "input":{
727
+ "shape":"GetRealtimeLogConfigRequest",
728
+ "locationName":"GetRealtimeLogConfigRequest",
729
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
730
+ },
731
+ "output":{"shape":"GetRealtimeLogConfigResult"},
732
+ "errors":[
733
+ {"shape":"NoSuchRealtimeLogConfig"},
734
+ {"shape":"InvalidArgument"}
735
+ ]
736
+ },
644
737
  "GetStreamingDistribution":{
645
738
  "name":"GetStreamingDistribution2020_05_31",
646
739
  "http":{
@@ -733,6 +826,22 @@
733
826
  {"shape":"AccessDenied"}
734
827
  ]
735
828
  },
829
+ "ListDistributionsByRealtimeLogConfig":{
830
+ "name":"ListDistributionsByRealtimeLogConfig2020_05_31",
831
+ "http":{
832
+ "method":"POST",
833
+ "requestUri":"/2020-05-31/distributionsByRealtimeLogConfig/"
834
+ },
835
+ "input":{
836
+ "shape":"ListDistributionsByRealtimeLogConfigRequest",
837
+ "locationName":"ListDistributionsByRealtimeLogConfigRequest",
838
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
839
+ },
840
+ "output":{"shape":"ListDistributionsByRealtimeLogConfigResult"},
841
+ "errors":[
842
+ {"shape":"InvalidArgument"}
843
+ ]
844
+ },
736
845
  "ListDistributionsByWebACLId":{
737
846
  "name":"ListDistributionsByWebACLId2020_05_31",
738
847
  "http":{
@@ -810,6 +919,15 @@
810
919
  {"shape":"InvalidArgument"}
811
920
  ]
812
921
  },
922
+ "ListRealtimeLogConfigs":{
923
+ "name":"ListRealtimeLogConfigs2020_05_31",
924
+ "http":{
925
+ "method":"GET",
926
+ "requestUri":"/2020-05-31/realtime-log-config"
927
+ },
928
+ "input":{"shape":"ListRealtimeLogConfigsRequest"},
929
+ "output":{"shape":"ListRealtimeLogConfigsResult"}
930
+ },
813
931
  "ListStreamingDistributions":{
814
932
  "name":"ListStreamingDistributions2020_05_31",
815
933
  "http":{
@@ -1053,6 +1171,23 @@
1053
1171
  {"shape":"PreconditionFailed"}
1054
1172
  ]
1055
1173
  },
1174
+ "UpdateRealtimeLogConfig":{
1175
+ "name":"UpdateRealtimeLogConfig2020_05_31",
1176
+ "http":{
1177
+ "method":"PUT",
1178
+ "requestUri":"/2020-05-31/realtime-log-config/"
1179
+ },
1180
+ "input":{
1181
+ "shape":"UpdateRealtimeLogConfigRequest",
1182
+ "locationName":"UpdateRealtimeLogConfigRequest",
1183
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
1184
+ },
1185
+ "output":{"shape":"UpdateRealtimeLogConfigResult"},
1186
+ "errors":[
1187
+ {"shape":"NoSuchRealtimeLogConfig"},
1188
+ {"shape":"InvalidArgument"}
1189
+ ]
1190
+ },
1056
1191
  "UpdateStreamingDistribution":{
1057
1192
  "name":"UpdateStreamingDistribution2020_05_31",
1058
1193
  "http":{
@@ -1181,6 +1316,7 @@
1181
1316
  "Compress":{"shape":"boolean"},
1182
1317
  "LambdaFunctionAssociations":{"shape":"LambdaFunctionAssociations"},
1183
1318
  "FieldLevelEncryptionId":{"shape":"string"},
1319
+ "RealtimeLogConfigArn":{"shape":"string"},
1184
1320
  "CachePolicyId":{"shape":"string"},
1185
1321
  "OriginRequestPolicyId":{"shape":"string"},
1186
1322
  "ForwardedValues":{
@@ -1718,6 +1854,33 @@
1718
1854
  },
1719
1855
  "payload":"Invalidation"
1720
1856
  },
1857
+ "CreateMonitoringSubscriptionRequest":{
1858
+ "type":"structure",
1859
+ "required":[
1860
+ "MonitoringSubscription",
1861
+ "DistributionId"
1862
+ ],
1863
+ "members":{
1864
+ "DistributionId":{
1865
+ "shape":"string",
1866
+ "location":"uri",
1867
+ "locationName":"DistributionId"
1868
+ },
1869
+ "MonitoringSubscription":{
1870
+ "shape":"MonitoringSubscription",
1871
+ "locationName":"MonitoringSubscription",
1872
+ "xmlNamespace":{"uri":"http://cloudfront.amazonaws.com/doc/2020-05-31/"}
1873
+ }
1874
+ },
1875
+ "payload":"MonitoringSubscription"
1876
+ },
1877
+ "CreateMonitoringSubscriptionResult":{
1878
+ "type":"structure",
1879
+ "members":{
1880
+ "MonitoringSubscription":{"shape":"MonitoringSubscription"}
1881
+ },
1882
+ "payload":"MonitoringSubscription"
1883
+ },
1721
1884
  "CreateOriginRequestPolicyRequest":{
1722
1885
  "type":"structure",
1723
1886
  "required":["OriginRequestPolicyConfig"],
@@ -1776,6 +1939,27 @@
1776
1939
  },
1777
1940
  "payload":"PublicKey"
1778
1941
  },
1942
+ "CreateRealtimeLogConfigRequest":{
1943
+ "type":"structure",
1944
+ "required":[
1945
+ "EndPoints",
1946
+ "Fields",
1947
+ "Name",
1948
+ "SamplingRate"
1949
+ ],
1950
+ "members":{
1951
+ "EndPoints":{"shape":"EndPointList"},
1952
+ "Fields":{"shape":"FieldList"},
1953
+ "Name":{"shape":"string"},
1954
+ "SamplingRate":{"shape":"long"}
1955
+ }
1956
+ },
1957
+ "CreateRealtimeLogConfigResult":{
1958
+ "type":"structure",
1959
+ "members":{
1960
+ "RealtimeLogConfig":{"shape":"RealtimeLogConfig"}
1961
+ }
1962
+ },
1779
1963
  "CreateStreamingDistributionRequest":{
1780
1964
  "type":"structure",
1781
1965
  "required":["StreamingDistributionConfig"],
@@ -1899,6 +2083,7 @@
1899
2083
  "Compress":{"shape":"boolean"},
1900
2084
  "LambdaFunctionAssociations":{"shape":"LambdaFunctionAssociations"},
1901
2085
  "FieldLevelEncryptionId":{"shape":"string"},
2086
+ "RealtimeLogConfigArn":{"shape":"string"},
1902
2087
  "CachePolicyId":{"shape":"string"},
1903
2088
  "OriginRequestPolicyId":{"shape":"string"},
1904
2089
  "ForwardedValues":{
@@ -1999,6 +2184,22 @@
1999
2184
  }
2000
2185
  }
2001
2186
  },
2187
+ "DeleteMonitoringSubscriptionRequest":{
2188
+ "type":"structure",
2189
+ "required":["DistributionId"],
2190
+ "members":{
2191
+ "DistributionId":{
2192
+ "shape":"string",
2193
+ "location":"uri",
2194
+ "locationName":"DistributionId"
2195
+ }
2196
+ }
2197
+ },
2198
+ "DeleteMonitoringSubscriptionResult":{
2199
+ "type":"structure",
2200
+ "members":{
2201
+ }
2202
+ },
2002
2203
  "DeleteOriginRequestPolicyRequest":{
2003
2204
  "type":"structure",
2004
2205
  "required":["Id"],
@@ -2031,6 +2232,13 @@
2031
2232
  }
2032
2233
  }
2033
2234
  },
2235
+ "DeleteRealtimeLogConfigRequest":{
2236
+ "type":"structure",
2237
+ "members":{
2238
+ "Name":{"shape":"string"},
2239
+ "ARN":{"shape":"string"}
2240
+ }
2241
+ },
2034
2242
  "DeleteStreamingDistributionRequest":{
2035
2243
  "type":"structure",
2036
2244
  "required":["Id"],
@@ -2248,6 +2456,18 @@
2248
2456
  "locationName":"EncryptionEntity"
2249
2457
  }
2250
2458
  },
2459
+ "EndPoint":{
2460
+ "type":"structure",
2461
+ "required":["StreamType"],
2462
+ "members":{
2463
+ "StreamType":{"shape":"string"},
2464
+ "KinesisStreamConfig":{"shape":"KinesisStreamConfig"}
2465
+ }
2466
+ },
2467
+ "EndPointList":{
2468
+ "type":"list",
2469
+ "member":{"shape":"EndPoint"}
2470
+ },
2251
2471
  "EventType":{
2252
2472
  "type":"string",
2253
2473
  "enum":[
@@ -2417,6 +2637,13 @@
2417
2637
  "locationName":"FieldLevelEncryptionSummary"
2418
2638
  }
2419
2639
  },
2640
+ "FieldList":{
2641
+ "type":"list",
2642
+ "member":{
2643
+ "shape":"string",
2644
+ "locationName":"Field"
2645
+ }
2646
+ },
2420
2647
  "FieldPatternList":{
2421
2648
  "type":"list",
2422
2649
  "member":{
@@ -2725,6 +2952,24 @@
2725
2952
  },
2726
2953
  "payload":"Invalidation"
2727
2954
  },
2955
+ "GetMonitoringSubscriptionRequest":{
2956
+ "type":"structure",
2957
+ "required":["DistributionId"],
2958
+ "members":{
2959
+ "DistributionId":{
2960
+ "shape":"string",
2961
+ "location":"uri",
2962
+ "locationName":"DistributionId"
2963
+ }
2964
+ }
2965
+ },
2966
+ "GetMonitoringSubscriptionResult":{
2967
+ "type":"structure",
2968
+ "members":{
2969
+ "MonitoringSubscription":{"shape":"MonitoringSubscription"}
2970
+ },
2971
+ "payload":"MonitoringSubscription"
2972
+ },
2728
2973
  "GetOriginRequestPolicyConfigRequest":{
2729
2974
  "type":"structure",
2730
2975
  "required":["Id"],
@@ -2817,6 +3062,19 @@
2817
3062
  },
2818
3063
  "payload":"PublicKey"
2819
3064
  },
3065
+ "GetRealtimeLogConfigRequest":{
3066
+ "type":"structure",
3067
+ "members":{
3068
+ "Name":{"shape":"string"},
3069
+ "ARN":{"shape":"string"}
3070
+ }
3071
+ },
3072
+ "GetRealtimeLogConfigResult":{
3073
+ "type":"structure",
3074
+ "members":{
3075
+ "RealtimeLogConfig":{"shape":"RealtimeLogConfig"}
3076
+ }
3077
+ },
2820
3078
  "GetStreamingDistributionConfigRequest":{
2821
3079
  "type":"structure",
2822
3080
  "required":["Id"],
@@ -3195,6 +3453,17 @@
3195
3453
  "Items":{"shape":"KeyPairIdList"}
3196
3454
  }
3197
3455
  },
3456
+ "KinesisStreamConfig":{
3457
+ "type":"structure",
3458
+ "required":[
3459
+ "RoleARN",
3460
+ "StreamARN"
3461
+ ],
3462
+ "members":{
3463
+ "RoleARN":{"shape":"string"},
3464
+ "StreamARN":{"shape":"string"}
3465
+ }
3466
+ },
3198
3467
  "LambdaFunctionARN":{"type":"string"},
3199
3468
  "LambdaFunctionAssociation":{
3200
3469
  "type":"structure",
@@ -3328,6 +3597,22 @@
3328
3597
  },
3329
3598
  "payload":"DistributionIdList"
3330
3599
  },
3600
+ "ListDistributionsByRealtimeLogConfigRequest":{
3601
+ "type":"structure",
3602
+ "members":{
3603
+ "Marker":{"shape":"string"},
3604
+ "MaxItems":{"shape":"string"},
3605
+ "RealtimeLogConfigName":{"shape":"string"},
3606
+ "RealtimeLogConfigArn":{"shape":"string"}
3607
+ }
3608
+ },
3609
+ "ListDistributionsByRealtimeLogConfigResult":{
3610
+ "type":"structure",
3611
+ "members":{
3612
+ "DistributionList":{"shape":"DistributionList"}
3613
+ },
3614
+ "payload":"DistributionList"
3615
+ },
3331
3616
  "ListDistributionsByWebACLIdRequest":{
3332
3617
  "type":"structure",
3333
3618
  "required":["WebACLId"],
@@ -3499,6 +3784,28 @@
3499
3784
  },
3500
3785
  "payload":"PublicKeyList"
3501
3786
  },
3787
+ "ListRealtimeLogConfigsRequest":{
3788
+ "type":"structure",
3789
+ "members":{
3790
+ "MaxItems":{
3791
+ "shape":"string",
3792
+ "location":"querystring",
3793
+ "locationName":"MaxItems"
3794
+ },
3795
+ "Marker":{
3796
+ "shape":"string",
3797
+ "location":"querystring",
3798
+ "locationName":"Marker"
3799
+ }
3800
+ }
3801
+ },
3802
+ "ListRealtimeLogConfigsResult":{
3803
+ "type":"structure",
3804
+ "members":{
3805
+ "RealtimeLogConfigs":{"shape":"RealtimeLogConfigs"}
3806
+ },
3807
+ "payload":"RealtimeLogConfigs"
3808
+ },
3502
3809
  "ListStreamingDistributionsRequest":{
3503
3810
  "type":"structure",
3504
3811
  "members":{
@@ -3600,6 +3907,12 @@
3600
3907
  "error":{"httpStatusCode":400},
3601
3908
  "exception":true
3602
3909
  },
3910
+ "MonitoringSubscription":{
3911
+ "type":"structure",
3912
+ "members":{
3913
+ "RealtimeMetricsSubscriptionConfig":{"shape":"RealtimeMetricsSubscriptionConfig"}
3914
+ }
3915
+ },
3603
3916
  "NoSuchCachePolicy":{
3604
3917
  "type":"structure",
3605
3918
  "members":{
@@ -3672,6 +3985,14 @@
3672
3985
  "error":{"httpStatusCode":404},
3673
3986
  "exception":true
3674
3987
  },
3988
+ "NoSuchRealtimeLogConfig":{
3989
+ "type":"structure",
3990
+ "members":{
3991
+ "Message":{"shape":"string"}
3992
+ },
3993
+ "error":{"httpStatusCode":404},
3994
+ "exception":true
3995
+ },
3675
3996
  "NoSuchResource":{
3676
3997
  "type":"structure",
3677
3998
  "members":{
@@ -4152,6 +4473,72 @@
4152
4473
  "locationName":"Name"
4153
4474
  }
4154
4475
  },
4476
+ "RealtimeLogConfig":{
4477
+ "type":"structure",
4478
+ "required":[
4479
+ "ARN",
4480
+ "Name",
4481
+ "SamplingRate",
4482
+ "EndPoints",
4483
+ "Fields"
4484
+ ],
4485
+ "members":{
4486
+ "ARN":{"shape":"string"},
4487
+ "Name":{"shape":"string"},
4488
+ "SamplingRate":{"shape":"long"},
4489
+ "EndPoints":{"shape":"EndPointList"},
4490
+ "Fields":{"shape":"FieldList"}
4491
+ }
4492
+ },
4493
+ "RealtimeLogConfigAlreadyExists":{
4494
+ "type":"structure",
4495
+ "members":{
4496
+ "Message":{"shape":"string"}
4497
+ },
4498
+ "error":{"httpStatusCode":409},
4499
+ "exception":true
4500
+ },
4501
+ "RealtimeLogConfigInUse":{
4502
+ "type":"structure",
4503
+ "members":{
4504
+ "Message":{"shape":"string"}
4505
+ },
4506
+ "error":{"httpStatusCode":400},
4507
+ "exception":true
4508
+ },
4509
+ "RealtimeLogConfigList":{
4510
+ "type":"list",
4511
+ "member":{"shape":"RealtimeLogConfig"}
4512
+ },
4513
+ "RealtimeLogConfigs":{
4514
+ "type":"structure",
4515
+ "required":[
4516
+ "MaxItems",
4517
+ "IsTruncated",
4518
+ "Marker"
4519
+ ],
4520
+ "members":{
4521
+ "MaxItems":{"shape":"integer"},
4522
+ "Items":{"shape":"RealtimeLogConfigList"},
4523
+ "IsTruncated":{"shape":"boolean"},
4524
+ "Marker":{"shape":"string"},
4525
+ "NextMarker":{"shape":"string"}
4526
+ }
4527
+ },
4528
+ "RealtimeMetricsSubscriptionConfig":{
4529
+ "type":"structure",
4530
+ "required":["RealtimeMetricsSubscriptionStatus"],
4531
+ "members":{
4532
+ "RealtimeMetricsSubscriptionStatus":{"shape":"RealtimeMetricsSubscriptionStatus"}
4533
+ }
4534
+ },
4535
+ "RealtimeMetricsSubscriptionStatus":{
4536
+ "type":"string",
4537
+ "enum":[
4538
+ "Enabled",
4539
+ "Disabled"
4540
+ ]
4541
+ },
4155
4542
  "ResourceARN":{
4156
4543
  "type":"string",
4157
4544
  "pattern":"arn:aws(-cn)?:cloudfront::[0-9]+:.*"
@@ -4185,7 +4572,8 @@
4185
4572
  "type":"string",
4186
4573
  "enum":[
4187
4574
  "sni-only",
4188
- "vip"
4575
+ "vip",
4576
+ "static-ip"
4189
4577
  ]
4190
4578
  },
4191
4579
  "Signer":{
@@ -4700,6 +5088,14 @@
4700
5088
  "error":{"httpStatusCode":400},
4701
5089
  "exception":true
4702
5090
  },
5091
+ "TooManyRealtimeLogConfigs":{
5092
+ "type":"structure",
5093
+ "members":{
5094
+ "Message":{"shape":"string"}
5095
+ },
5096
+ "error":{"httpStatusCode":400},
5097
+ "exception":true
5098
+ },
4703
5099
  "TooManyStreamingDistributionCNAMEs":{
4704
5100
  "type":"structure",
4705
5101
  "members":{
@@ -5023,6 +5419,22 @@
5023
5419
  },
5024
5420
  "payload":"PublicKey"
5025
5421
  },
5422
+ "UpdateRealtimeLogConfigRequest":{
5423
+ "type":"structure",
5424
+ "members":{
5425
+ "EndPoints":{"shape":"EndPointList"},
5426
+ "Fields":{"shape":"FieldList"},
5427
+ "Name":{"shape":"string"},
5428
+ "ARN":{"shape":"string"},
5429
+ "SamplingRate":{"shape":"long"}
5430
+ }
5431
+ },
5432
+ "UpdateRealtimeLogConfigResult":{
5433
+ "type":"structure",
5434
+ "members":{
5435
+ "RealtimeLogConfig":{"shape":"RealtimeLogConfig"}
5436
+ }
5437
+ },
5026
5438
  "UpdateStreamingDistributionRequest":{
5027
5439
  "type":"structure",
5028
5440
  "required":[