aws-sdk-core 2.11.575 → 2.11.576

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50bf43b036f230ce62c2d6d86416a589fc34b4760a1860a3062347128c07a62c
4
- data.tar.gz: c18af3717f2a5639ba4135316631ce77bedff82c426e23595c00b2e779124f58
3
+ metadata.gz: 75abe54bdef9cfef873fbfaebcc3243fb0e1a48ee9095b2d537ccc2bdc7094b1
4
+ data.tar.gz: 9248b1aef5bf9116ea3de3e019b98feff83ecc796a814730219e2e8be15bc0d6
5
5
  SHA512:
6
- metadata.gz: 5838dc9511d2c615c69030f6e493e1aa92f86bc7ff36433ee14e8f6b0d208ece761aca681b75baec6445c237de60ee4990dab2ff3eefa5f02d5c806b889de2b9
7
- data.tar.gz: c06f249cf82a4f915133c1c4385eead6587a8d6b2a59b7b638291c3338121422e0b12da06deaa6452e40cc24211bce27bbea63eb54ef665bd94f29df4f1e4542
6
+ metadata.gz: c868aee58b56cae7ef2ce443767adce3e037358773596bbf80877420e5e8a416f528f2fbc3ace1e7c0c9e2ce805aee7d89e819fa5be99d75098e74e4f6cca20f
7
+ data.tar.gz: dc274c337dfba9d0be61ddcc4475560884f49086c9f533c0b68625a790aa876581681338248b9cc65589c6e7afacd0215a0d0cc21215d51592c8a28b9adffe69
@@ -279,6 +279,25 @@
279
279
  {"shape":"TooManyPublicKeys"}
280
280
  ]
281
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
+ },
282
301
  "CreateStreamingDistribution":{
283
302
  "name":"CreateStreamingDistribution2020_05_31",
284
303
  "http":{
@@ -455,6 +474,24 @@
455
474
  {"shape":"PreconditionFailed"}
456
475
  ]
457
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
+ },
458
495
  "DeleteStreamingDistribution":{
459
496
  "name":"DeleteStreamingDistribution2020_05_31",
460
497
  "http":{
@@ -680,6 +717,23 @@
680
717
  {"shape":"NoSuchPublicKey"}
681
718
  ]
682
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
+ },
683
737
  "GetStreamingDistribution":{
684
738
  "name":"GetStreamingDistribution2020_05_31",
685
739
  "http":{
@@ -772,6 +826,22 @@
772
826
  {"shape":"AccessDenied"}
773
827
  ]
774
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
+ },
775
845
  "ListDistributionsByWebACLId":{
776
846
  "name":"ListDistributionsByWebACLId2020_05_31",
777
847
  "http":{
@@ -849,6 +919,15 @@
849
919
  {"shape":"InvalidArgument"}
850
920
  ]
851
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
+ },
852
931
  "ListStreamingDistributions":{
853
932
  "name":"ListStreamingDistributions2020_05_31",
854
933
  "http":{
@@ -1092,6 +1171,23 @@
1092
1171
  {"shape":"PreconditionFailed"}
1093
1172
  ]
1094
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
+ },
1095
1191
  "UpdateStreamingDistribution":{
1096
1192
  "name":"UpdateStreamingDistribution2020_05_31",
1097
1193
  "http":{
@@ -1220,6 +1316,7 @@
1220
1316
  "Compress":{"shape":"boolean"},
1221
1317
  "LambdaFunctionAssociations":{"shape":"LambdaFunctionAssociations"},
1222
1318
  "FieldLevelEncryptionId":{"shape":"string"},
1319
+ "RealtimeLogConfigArn":{"shape":"string"},
1223
1320
  "CachePolicyId":{"shape":"string"},
1224
1321
  "OriginRequestPolicyId":{"shape":"string"},
1225
1322
  "ForwardedValues":{
@@ -1842,6 +1939,27 @@
1842
1939
  },
1843
1940
  "payload":"PublicKey"
1844
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
+ },
1845
1963
  "CreateStreamingDistributionRequest":{
1846
1964
  "type":"structure",
1847
1965
  "required":["StreamingDistributionConfig"],
@@ -1965,6 +2083,7 @@
1965
2083
  "Compress":{"shape":"boolean"},
1966
2084
  "LambdaFunctionAssociations":{"shape":"LambdaFunctionAssociations"},
1967
2085
  "FieldLevelEncryptionId":{"shape":"string"},
2086
+ "RealtimeLogConfigArn":{"shape":"string"},
1968
2087
  "CachePolicyId":{"shape":"string"},
1969
2088
  "OriginRequestPolicyId":{"shape":"string"},
1970
2089
  "ForwardedValues":{
@@ -2113,6 +2232,13 @@
2113
2232
  }
2114
2233
  }
2115
2234
  },
2235
+ "DeleteRealtimeLogConfigRequest":{
2236
+ "type":"structure",
2237
+ "members":{
2238
+ "Name":{"shape":"string"},
2239
+ "ARN":{"shape":"string"}
2240
+ }
2241
+ },
2116
2242
  "DeleteStreamingDistributionRequest":{
2117
2243
  "type":"structure",
2118
2244
  "required":["Id"],
@@ -2330,6 +2456,18 @@
2330
2456
  "locationName":"EncryptionEntity"
2331
2457
  }
2332
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
+ },
2333
2471
  "EventType":{
2334
2472
  "type":"string",
2335
2473
  "enum":[
@@ -2499,6 +2637,13 @@
2499
2637
  "locationName":"FieldLevelEncryptionSummary"
2500
2638
  }
2501
2639
  },
2640
+ "FieldList":{
2641
+ "type":"list",
2642
+ "member":{
2643
+ "shape":"string",
2644
+ "locationName":"Field"
2645
+ }
2646
+ },
2502
2647
  "FieldPatternList":{
2503
2648
  "type":"list",
2504
2649
  "member":{
@@ -2917,6 +3062,19 @@
2917
3062
  },
2918
3063
  "payload":"PublicKey"
2919
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
+ },
2920
3078
  "GetStreamingDistributionConfigRequest":{
2921
3079
  "type":"structure",
2922
3080
  "required":["Id"],
@@ -3295,6 +3453,17 @@
3295
3453
  "Items":{"shape":"KeyPairIdList"}
3296
3454
  }
3297
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
+ },
3298
3467
  "LambdaFunctionARN":{"type":"string"},
3299
3468
  "LambdaFunctionAssociation":{
3300
3469
  "type":"structure",
@@ -3428,6 +3597,22 @@
3428
3597
  },
3429
3598
  "payload":"DistributionIdList"
3430
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
+ },
3431
3616
  "ListDistributionsByWebACLIdRequest":{
3432
3617
  "type":"structure",
3433
3618
  "required":["WebACLId"],
@@ -3599,6 +3784,28 @@
3599
3784
  },
3600
3785
  "payload":"PublicKeyList"
3601
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
+ },
3602
3809
  "ListStreamingDistributionsRequest":{
3603
3810
  "type":"structure",
3604
3811
  "members":{
@@ -3778,6 +3985,14 @@
3778
3985
  "error":{"httpStatusCode":404},
3779
3986
  "exception":true
3780
3987
  },
3988
+ "NoSuchRealtimeLogConfig":{
3989
+ "type":"structure",
3990
+ "members":{
3991
+ "Message":{"shape":"string"}
3992
+ },
3993
+ "error":{"httpStatusCode":404},
3994
+ "exception":true
3995
+ },
3781
3996
  "NoSuchResource":{
3782
3997
  "type":"structure",
3783
3998
  "members":{
@@ -4258,6 +4473,58 @@
4258
4473
  "locationName":"Name"
4259
4474
  }
4260
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
+ },
4261
4528
  "RealtimeMetricsSubscriptionConfig":{
4262
4529
  "type":"structure",
4263
4530
  "required":["RealtimeMetricsSubscriptionStatus"],
@@ -4305,7 +4572,8 @@
4305
4572
  "type":"string",
4306
4573
  "enum":[
4307
4574
  "sni-only",
4308
- "vip"
4575
+ "vip",
4576
+ "static-ip"
4309
4577
  ]
4310
4578
  },
4311
4579
  "Signer":{
@@ -4820,6 +5088,14 @@
4820
5088
  "error":{"httpStatusCode":400},
4821
5089
  "exception":true
4822
5090
  },
5091
+ "TooManyRealtimeLogConfigs":{
5092
+ "type":"structure",
5093
+ "members":{
5094
+ "Message":{"shape":"string"}
5095
+ },
5096
+ "error":{"httpStatusCode":400},
5097
+ "exception":true
5098
+ },
4823
5099
  "TooManyStreamingDistributionCNAMEs":{
4824
5100
  "type":"structure",
4825
5101
  "members":{
@@ -5143,6 +5419,22 @@
5143
5419
  },
5144
5420
  "payload":"PublicKey"
5145
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
+ },
5146
5438
  "UpdateStreamingDistributionRequest":{
5147
5439
  "type":"structure",
5148
5440
  "required":[
@@ -20813,6 +20813,10 @@
20813
20813
  "members":{
20814
20814
  "DryRun":{"shape":"Boolean"},
20815
20815
  "ExcessCapacityTerminationPolicy":{"shape":"FleetExcessCapacityTerminationPolicy"},
20816
+ "LaunchTemplateConfigs":{
20817
+ "shape":"FleetLaunchTemplateConfigListRequest",
20818
+ "locationName":"LaunchTemplateConfig"
20819
+ },
20816
20820
  "FleetId":{"shape":"FleetId"},
20817
20821
  "TargetCapacitySpecification":{"shape":"TargetCapacitySpecificationRequest"}
20818
20822
  }
@@ -21284,6 +21288,10 @@
21284
21288
  "shape":"ExcessCapacityTerminationPolicy",
21285
21289
  "locationName":"excessCapacityTerminationPolicy"
21286
21290
  },
21291
+ "LaunchTemplateConfigs":{
21292
+ "shape":"LaunchTemplateConfigList",
21293
+ "locationName":"LaunchTemplateConfig"
21294
+ },
21287
21295
  "SpotFleetRequestId":{
21288
21296
  "shape":"SpotFleetRequestId",
21289
21297
  "locationName":"spotFleetRequestId"
@@ -25108,6 +25116,7 @@
25108
25116
  "customer-gateway",
25109
25117
  "dedicated-host",
25110
25118
  "dhcp-options",
25119
+ "egress-only-internet-gateway",
25111
25120
  "elastic-ip",
25112
25121
  "elastic-gpu",
25113
25122
  "export-image-task",
@@ -190,6 +190,7 @@
190
190
  "protocols" : [ "https" ]
191
191
  },
192
192
  "endpoints" : {
193
+ "af-south-1" : { },
193
194
  "ap-east-1" : { },
194
195
  "ap-northeast-1" : { },
195
196
  "ap-northeast-2" : { },
@@ -199,6 +200,7 @@
199
200
  "ca-central-1" : { },
200
201
  "eu-central-1" : { },
201
202
  "eu-north-1" : { },
203
+ "eu-south-1" : { },
202
204
  "eu-west-1" : { },
203
205
  "eu-west-2" : { },
204
206
  "eu-west-3" : { },
@@ -3549,7 +3551,6 @@
3549
3551
  "ap-northeast-2" : { },
3550
3552
  "ap-southeast-1" : { },
3551
3553
  "eu-west-1" : { },
3552
- "eu-west-2" : { },
3553
3554
  "us-east-1" : { }
3554
3555
  }
3555
3556
  },
@@ -7546,13 +7547,13 @@
7546
7547
  "credentialScope" : {
7547
7548
  "region" : "us-gov-east-1"
7548
7549
  },
7549
- "hostname" : "elasticloadbalancing-fips.us-gov-east-1.amazonaws.com"
7550
+ "hostname" : "elasticloadbalancing.us-gov-east-1.amazonaws.com"
7550
7551
  },
7551
7552
  "fips-us-gov-west-1" : {
7552
7553
  "credentialScope" : {
7553
7554
  "region" : "us-gov-west-1"
7554
7555
  },
7555
- "hostname" : "elasticloadbalancing-fips.us-gov-west-1.amazonaws.com"
7556
+ "hostname" : "elasticloadbalancing.us-gov-west-1.amazonaws.com"
7556
7557
  },
7557
7558
  "us-gov-east-1" : { },
7558
7559
  "us-gov-west-1" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.575'
2
+ VERSION = '2.11.576'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.575
4
+ version: 2.11.576
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-28 00:00:00.000000000 Z
11
+ date: 2020-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath