aws-sdk-core 2.11.575 → 2.11.580
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/cloudfront/2020-05-31/api-2.json +293 -1
- data/apis/codeguru-reviewer/2019-09-19/api-2.json +78 -2
- data/apis/ec2/2016-11-15/api-2.json +11 -0
- data/apis/guardduty/2017-11-28/api-2.json +4 -0
- data/apis/kendra/2019-02-03/api-2.json +17 -2
- data/apis/macie2/2020-01-01/api-2.json +45 -2
- data/apis/mediapackage/2017-10-12/api-2.json +16 -0
- data/apis/securityhub/2018-10-26/api-2.json +19 -1
- data/apis/states/2016-11-23/api-2.json +49 -15
- data/apis/workspaces/2015-04-08/api-2.json +15 -1
- data/apis/xray/2016-04-12/api-2.json +13 -3
- data/endpoints.json +38 -9
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0302e62eb6094778d8647e026a973984335f43e12320dc9ebe052fb9120b7635
|
4
|
+
data.tar.gz: 78eb9cb340cfe753afbb0a994c7bd2ee29f10808e8f9d030452910424d9bf9fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ad90c3c65fe6206b07ca5743dfcf9345f21d89c9dd058bb903df64bf968c5d8c373850c17ebb0184ee9501232520ac5757f9e6045816f38267e9e57e1ce52ba
|
7
|
+
data.tar.gz: 128d28c7ed0c32bf908338fabf6ba4ff86da2bc6236f1ce8d87c065719f0760d3ead149579f5890004f0423d17725b8589d0e08d1f3b5720c78f531957632226
|
@@ -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":[
|
@@ -29,6 +29,23 @@
|
|
29
29
|
{"shape":"ThrottlingException"}
|
30
30
|
]
|
31
31
|
},
|
32
|
+
"CreateCodeReview":{
|
33
|
+
"name":"CreateCodeReview",
|
34
|
+
"http":{
|
35
|
+
"method":"POST",
|
36
|
+
"requestUri":"/codereviews"
|
37
|
+
},
|
38
|
+
"input":{"shape":"CreateCodeReviewRequest"},
|
39
|
+
"output":{"shape":"CreateCodeReviewResponse"},
|
40
|
+
"errors":[
|
41
|
+
{"shape":"ResourceNotFoundException"},
|
42
|
+
{"shape":"InternalServerException"},
|
43
|
+
{"shape":"ValidationException"},
|
44
|
+
{"shape":"ConflictException"},
|
45
|
+
{"shape":"AccessDeniedException"},
|
46
|
+
{"shape":"ThrottlingException"}
|
47
|
+
]
|
48
|
+
},
|
32
49
|
"DescribeCodeReview":{
|
33
50
|
"name":"DescribeCodeReview",
|
34
51
|
"http":{
|
@@ -209,6 +226,11 @@
|
|
209
226
|
"max":64,
|
210
227
|
"min":1
|
211
228
|
},
|
229
|
+
"BranchName":{
|
230
|
+
"type":"string",
|
231
|
+
"max":256,
|
232
|
+
"min":1
|
233
|
+
},
|
212
234
|
"ClientRequestToken":{
|
213
235
|
"type":"string",
|
214
236
|
"max":64,
|
@@ -240,6 +262,12 @@
|
|
240
262
|
"Metrics":{"shape":"Metrics"}
|
241
263
|
}
|
242
264
|
},
|
265
|
+
"CodeReviewName":{
|
266
|
+
"type":"string",
|
267
|
+
"max":100,
|
268
|
+
"min":1,
|
269
|
+
"pattern":"[a-zA-Z0-9-_]*"
|
270
|
+
},
|
243
271
|
"CodeReviewSummaries":{
|
244
272
|
"type":"list",
|
245
273
|
"member":{"shape":"CodeReviewSummary"}
|
@@ -260,6 +288,13 @@
|
|
260
288
|
"MetricsSummary":{"shape":"MetricsSummary"}
|
261
289
|
}
|
262
290
|
},
|
291
|
+
"CodeReviewType":{
|
292
|
+
"type":"structure",
|
293
|
+
"required":["RepositoryAnalysis"],
|
294
|
+
"members":{
|
295
|
+
"RepositoryAnalysis":{"shape":"RepositoryAnalysis"}
|
296
|
+
}
|
297
|
+
},
|
263
298
|
"CommitDiffSourceCodeType":{
|
264
299
|
"type":"structure",
|
265
300
|
"members":{
|
@@ -286,6 +321,29 @@
|
|
286
321
|
"min":0,
|
287
322
|
"pattern":"arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+"
|
288
323
|
},
|
324
|
+
"CreateCodeReviewRequest":{
|
325
|
+
"type":"structure",
|
326
|
+
"required":[
|
327
|
+
"Name",
|
328
|
+
"RepositoryAssociationArn",
|
329
|
+
"Type"
|
330
|
+
],
|
331
|
+
"members":{
|
332
|
+
"Name":{"shape":"CodeReviewName"},
|
333
|
+
"RepositoryAssociationArn":{"shape":"Arn"},
|
334
|
+
"Type":{"shape":"CodeReviewType"},
|
335
|
+
"ClientRequestToken":{
|
336
|
+
"shape":"ClientRequestToken",
|
337
|
+
"idempotencyToken":true
|
338
|
+
}
|
339
|
+
}
|
340
|
+
},
|
341
|
+
"CreateCodeReviewResponse":{
|
342
|
+
"type":"structure",
|
343
|
+
"members":{
|
344
|
+
"CodeReview":{"shape":"CodeReview"}
|
345
|
+
}
|
346
|
+
},
|
289
347
|
"DescribeCodeReviewRequest":{
|
290
348
|
"type":"structure",
|
291
349
|
"required":["CodeReviewArn"],
|
@@ -719,6 +777,13 @@
|
|
719
777
|
"GitHubEnterpriseServer":{"shape":"ThirdPartySourceRepository"}
|
720
778
|
}
|
721
779
|
},
|
780
|
+
"RepositoryAnalysis":{
|
781
|
+
"type":"structure",
|
782
|
+
"required":["RepositoryHead"],
|
783
|
+
"members":{
|
784
|
+
"RepositoryHead":{"shape":"RepositoryHeadSourceCodeType"}
|
785
|
+
}
|
786
|
+
},
|
722
787
|
"RepositoryAssociation":{
|
723
788
|
"type":"structure",
|
724
789
|
"members":{
|
@@ -766,6 +831,13 @@
|
|
766
831
|
"State":{"shape":"RepositoryAssociationState"}
|
767
832
|
}
|
768
833
|
},
|
834
|
+
"RepositoryHeadSourceCodeType":{
|
835
|
+
"type":"structure",
|
836
|
+
"required":["BranchName"],
|
837
|
+
"members":{
|
838
|
+
"BranchName":{"shape":"BranchName"}
|
839
|
+
}
|
840
|
+
},
|
769
841
|
"RepositoryNames":{
|
770
842
|
"type":"list",
|
771
843
|
"member":{"shape":"Name"},
|
@@ -783,7 +855,8 @@
|
|
783
855
|
"SourceCodeType":{
|
784
856
|
"type":"structure",
|
785
857
|
"members":{
|
786
|
-
"CommitDiff":{"shape":"CommitDiffSourceCodeType"}
|
858
|
+
"CommitDiff":{"shape":"CommitDiffSourceCodeType"},
|
859
|
+
"RepositoryHead":{"shape":"RepositoryHeadSourceCodeType"}
|
787
860
|
}
|
788
861
|
},
|
789
862
|
"StateReason":{
|
@@ -820,7 +893,10 @@
|
|
820
893
|
"TimeStamp":{"type":"timestamp"},
|
821
894
|
"Type":{
|
822
895
|
"type":"string",
|
823
|
-
"enum":[
|
896
|
+
"enum":[
|
897
|
+
"PullRequest",
|
898
|
+
"RepositoryAnalysis"
|
899
|
+
]
|
824
900
|
},
|
825
901
|
"UserId":{
|
826
902
|
"type":"string",
|
@@ -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",
|
@@ -28459,6 +28468,7 @@
|
|
28459
28468
|
"vpc",
|
28460
28469
|
"vpn",
|
28461
28470
|
"direct-connect-gateway",
|
28471
|
+
"peering",
|
28462
28472
|
"tgw-peering"
|
28463
28473
|
]
|
28464
28474
|
},
|
@@ -28466,6 +28476,7 @@
|
|
28466
28476
|
"type":"string",
|
28467
28477
|
"enum":[
|
28468
28478
|
"initiating",
|
28479
|
+
"initiatingRequest",
|
28469
28480
|
"pendingAcceptance",
|
28470
28481
|
"rollingBack",
|
28471
28482
|
"pending",
|
@@ -1022,6 +1022,10 @@
|
|
1022
1022
|
"shape":"DomainDetails",
|
1023
1023
|
"locationName":"domainDetails"
|
1024
1024
|
},
|
1025
|
+
"ErrorCode":{
|
1026
|
+
"shape":"String",
|
1027
|
+
"locationName":"errorCode"
|
1028
|
+
},
|
1025
1029
|
"RemoteIpDetails":{
|
1026
1030
|
"shape":"RemoteIpDetails",
|
1027
1031
|
"locationName":"remoteIpDetails"
|
@@ -751,7 +751,7 @@
|
|
751
751
|
},
|
752
752
|
"DataSourceInclusionsExclusionsStringsMember":{
|
753
753
|
"type":"string",
|
754
|
-
"max":
|
754
|
+
"max":50,
|
755
755
|
"min":1
|
756
756
|
},
|
757
757
|
"DataSourceName":{
|
@@ -1596,7 +1596,8 @@
|
|
1596
1596
|
"DocumentTitle":{"shape":"TextWithHighlights"},
|
1597
1597
|
"DocumentExcerpt":{"shape":"TextWithHighlights"},
|
1598
1598
|
"DocumentURI":{"shape":"Url"},
|
1599
|
-
"DocumentAttributes":{"shape":"DocumentAttributeList"}
|
1599
|
+
"DocumentAttributes":{"shape":"DocumentAttributeList"},
|
1600
|
+
"ScoreAttributes":{"shape":"ScoreAttributes"}
|
1600
1601
|
}
|
1601
1602
|
},
|
1602
1603
|
"QueryResultItemList":{
|
@@ -1875,6 +1876,20 @@
|
|
1875
1876
|
]
|
1876
1877
|
},
|
1877
1878
|
"ScanSchedule":{"type":"string"},
|
1879
|
+
"ScoreAttributes":{
|
1880
|
+
"type":"structure",
|
1881
|
+
"members":{
|
1882
|
+
"ScoreConfidence":{"shape":"ScoreConfidence"}
|
1883
|
+
}
|
1884
|
+
},
|
1885
|
+
"ScoreConfidence":{
|
1886
|
+
"type":"string",
|
1887
|
+
"enum":[
|
1888
|
+
"VERY_HIGH",
|
1889
|
+
"HIGH",
|
1890
|
+
"MEDIUM"
|
1891
|
+
]
|
1892
|
+
},
|
1878
1893
|
"Search":{
|
1879
1894
|
"type":"structure",
|
1880
1895
|
"members":{
|
@@ -2200,6 +2200,10 @@
|
|
2200
2200
|
"shape": "__long",
|
2201
2201
|
"locationName": "classifiableObjectCount"
|
2202
2202
|
},
|
2203
|
+
"classifiableSizeInBytes": {
|
2204
|
+
"shape": "__long",
|
2205
|
+
"locationName": "classifiableSizeInBytes"
|
2206
|
+
},
|
2203
2207
|
"lastUpdated": {
|
2204
2208
|
"shape": "__timestampIso8601",
|
2205
2209
|
"locationName": "lastUpdated"
|
@@ -2240,6 +2244,14 @@
|
|
2240
2244
|
"shape": "__listOfKeyValuePair",
|
2241
2245
|
"locationName": "tags"
|
2242
2246
|
},
|
2247
|
+
"unclassifiableObjectCount": {
|
2248
|
+
"shape": "ObjectLevelStatistics",
|
2249
|
+
"locationName": "unclassifiableObjectCount"
|
2250
|
+
},
|
2251
|
+
"unclassifiableObjectSizeInBytes": {
|
2252
|
+
"shape": "ObjectLevelStatistics",
|
2253
|
+
"locationName": "unclassifiableObjectSizeInBytes"
|
2254
|
+
},
|
2243
2255
|
"versioning": {
|
2244
2256
|
"shape": "__boolean",
|
2245
2257
|
"locationName": "versioning"
|
@@ -3040,7 +3052,8 @@
|
|
3040
3052
|
"type": "string",
|
3041
3053
|
"enum": [
|
3042
3054
|
"PUBLIC",
|
3043
|
-
"NOT_PUBLIC"
|
3055
|
+
"NOT_PUBLIC",
|
3056
|
+
"UNKNOWN"
|
3044
3057
|
]
|
3045
3058
|
},
|
3046
3059
|
"Empty": {
|
@@ -3367,6 +3380,10 @@
|
|
3367
3380
|
"shape": "__long",
|
3368
3381
|
"locationName": "classifiableObjectCount"
|
3369
3382
|
},
|
3383
|
+
"classifiableSizeInBytes": {
|
3384
|
+
"shape": "__long",
|
3385
|
+
"locationName": "classifiableSizeInBytes"
|
3386
|
+
},
|
3370
3387
|
"lastUpdated": {
|
3371
3388
|
"shape": "__timestampIso8601",
|
3372
3389
|
"locationName": "lastUpdated"
|
@@ -3382,6 +3399,14 @@
|
|
3382
3399
|
"sizeInBytesCompressed": {
|
3383
3400
|
"shape": "__long",
|
3384
3401
|
"locationName": "sizeInBytesCompressed"
|
3402
|
+
},
|
3403
|
+
"unclassifiableObjectCount": {
|
3404
|
+
"shape": "ObjectLevelStatistics",
|
3405
|
+
"locationName": "unclassifiableObjectCount"
|
3406
|
+
},
|
3407
|
+
"unclassifiableObjectSizeInBytes": {
|
3408
|
+
"shape": "ObjectLevelStatistics",
|
3409
|
+
"locationName": "unclassifiableObjectSizeInBytes"
|
3385
3410
|
}
|
3386
3411
|
}
|
3387
3412
|
},
|
@@ -4367,6 +4392,23 @@
|
|
4367
4392
|
}
|
4368
4393
|
}
|
4369
4394
|
},
|
4395
|
+
"ObjectLevelStatistics": {
|
4396
|
+
"type": "structure",
|
4397
|
+
"members": {
|
4398
|
+
"fileType": {
|
4399
|
+
"shape": "__long",
|
4400
|
+
"locationName": "fileType"
|
4401
|
+
},
|
4402
|
+
"storageClass": {
|
4403
|
+
"shape": "__long",
|
4404
|
+
"locationName": "storageClass"
|
4405
|
+
},
|
4406
|
+
"total": {
|
4407
|
+
"shape": "__long",
|
4408
|
+
"locationName": "total"
|
4409
|
+
}
|
4410
|
+
}
|
4411
|
+
},
|
4370
4412
|
"OrderBy": {
|
4371
4413
|
"type": "string",
|
4372
4414
|
"enum": [
|
@@ -4787,7 +4829,8 @@
|
|
4787
4829
|
"enum": [
|
4788
4830
|
"EXTERNAL",
|
4789
4831
|
"INTERNAL",
|
4790
|
-
"NOT_SHARED"
|
4832
|
+
"NOT_SHARED",
|
4833
|
+
"UNKNOWN"
|
4791
4834
|
]
|
4792
4835
|
},
|
4793
4836
|
"SimpleScopeTerm": {
|
@@ -1060,6 +1060,14 @@
|
|
1060
1060
|
"SuggestedPresentationDelaySeconds": {
|
1061
1061
|
"locationName": "suggestedPresentationDelaySeconds",
|
1062
1062
|
"shape": "__integer"
|
1063
|
+
},
|
1064
|
+
"UtcTiming": {
|
1065
|
+
"locationName": "utcTiming",
|
1066
|
+
"shape": "UtcTiming"
|
1067
|
+
},
|
1068
|
+
"UtcTimingUri": {
|
1069
|
+
"locationName": "utcTimingUri",
|
1070
|
+
"shape": "__string"
|
1063
1071
|
}
|
1064
1072
|
},
|
1065
1073
|
"type": "structure"
|
@@ -2422,6 +2430,14 @@
|
|
2422
2430
|
},
|
2423
2431
|
"type": "structure"
|
2424
2432
|
},
|
2433
|
+
"UtcTiming": {
|
2434
|
+
"enum": [
|
2435
|
+
"NONE",
|
2436
|
+
"HTTP-HEAD",
|
2437
|
+
"HTTP-ISO"
|
2438
|
+
],
|
2439
|
+
"type": "string"
|
2440
|
+
},
|
2425
2441
|
"__AdTriggersElement": {
|
2426
2442
|
"enum": [
|
2427
2443
|
"SPLICE_INSERT",
|
@@ -1883,7 +1883,8 @@
|
|
1883
1883
|
"RecordState":{"shape":"RecordState"},
|
1884
1884
|
"RelatedFindings":{"shape":"RelatedFindingList"},
|
1885
1885
|
"Note":{"shape":"Note"},
|
1886
|
-
"Vulnerabilities":{"shape":"VulnerabilityList"}
|
1886
|
+
"Vulnerabilities":{"shape":"VulnerabilityList"},
|
1887
|
+
"PatchSummary":{"shape":"PatchSummary"}
|
1887
1888
|
}
|
1888
1889
|
},
|
1889
1890
|
"AwsSecurityFindingFilters":{
|
@@ -3084,6 +3085,23 @@
|
|
3084
3085
|
"aws-us-gov"
|
3085
3086
|
]
|
3086
3087
|
},
|
3088
|
+
"PatchSummary":{
|
3089
|
+
"type":"structure",
|
3090
|
+
"required":["Id"],
|
3091
|
+
"members":{
|
3092
|
+
"Id":{"shape":"NonEmptyString"},
|
3093
|
+
"InstalledCount":{"shape":"Integer"},
|
3094
|
+
"MissingCount":{"shape":"Integer"},
|
3095
|
+
"FailedCount":{"shape":"Integer"},
|
3096
|
+
"InstalledOtherCount":{"shape":"Integer"},
|
3097
|
+
"InstalledRejectedCount":{"shape":"Integer"},
|
3098
|
+
"InstalledPendingReboot":{"shape":"Integer"},
|
3099
|
+
"OperationStartTime":{"shape":"NonEmptyString"},
|
3100
|
+
"OperationEndTime":{"shape":"NonEmptyString"},
|
3101
|
+
"RebootOption":{"shape":"NonEmptyString"},
|
3102
|
+
"Operation":{"shape":"NonEmptyString"}
|
3103
|
+
}
|
3104
|
+
},
|
3087
3105
|
"PortRange":{
|
3088
3106
|
"type":"structure",
|
3089
3107
|
"members":{
|
@@ -378,6 +378,7 @@
|
|
378
378
|
"members":{
|
379
379
|
"resource":{"shape":"Arn"},
|
380
380
|
"input":{"shape":"SensitiveData"},
|
381
|
+
"inputDetails":{"shape":"HistoryEventExecutionDataDetails"},
|
381
382
|
"timeoutInSeconds":{
|
382
383
|
"shape":"TimeoutInSeconds",
|
383
384
|
"box":true
|
@@ -397,7 +398,8 @@
|
|
397
398
|
"ActivitySucceededEventDetails":{
|
398
399
|
"type":"structure",
|
399
400
|
"members":{
|
400
|
-
"output":{"shape":"SensitiveData"}
|
401
|
+
"output":{"shape":"SensitiveData"},
|
402
|
+
"outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
|
401
403
|
}
|
402
404
|
},
|
403
405
|
"ActivityTimedOutEventDetails":{
|
@@ -419,6 +421,12 @@
|
|
419
421
|
"max":256,
|
420
422
|
"min":1
|
421
423
|
},
|
424
|
+
"CloudWatchEventsExecutionDataDetails":{
|
425
|
+
"type":"structure",
|
426
|
+
"members":{
|
427
|
+
"included":{"shape":"included"}
|
428
|
+
}
|
429
|
+
},
|
422
430
|
"CloudWatchLogsLogGroup":{
|
423
431
|
"type":"structure",
|
424
432
|
"members":{
|
@@ -427,7 +435,7 @@
|
|
427
435
|
},
|
428
436
|
"ConnectorParameters":{
|
429
437
|
"type":"string",
|
430
|
-
"max":
|
438
|
+
"max":262144,
|
431
439
|
"min":0,
|
432
440
|
"sensitive":true
|
433
441
|
},
|
@@ -540,8 +548,7 @@
|
|
540
548
|
"executionArn",
|
541
549
|
"stateMachineArn",
|
542
550
|
"status",
|
543
|
-
"startDate"
|
544
|
-
"input"
|
551
|
+
"startDate"
|
545
552
|
],
|
546
553
|
"members":{
|
547
554
|
"executionArn":{"shape":"Arn"},
|
@@ -551,7 +558,9 @@
|
|
551
558
|
"startDate":{"shape":"Timestamp"},
|
552
559
|
"stopDate":{"shape":"Timestamp"},
|
553
560
|
"input":{"shape":"SensitiveData"},
|
554
|
-
"
|
561
|
+
"inputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"},
|
562
|
+
"output":{"shape":"SensitiveData"},
|
563
|
+
"outputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"}
|
555
564
|
}
|
556
565
|
},
|
557
566
|
"DescribeStateMachineForExecutionInput":{
|
@@ -670,6 +679,7 @@
|
|
670
679
|
"type":"structure",
|
671
680
|
"members":{
|
672
681
|
"input":{"shape":"SensitiveData"},
|
682
|
+
"inputDetails":{"shape":"HistoryEventExecutionDataDetails"},
|
673
683
|
"roleArn":{"shape":"Arn"}
|
674
684
|
}
|
675
685
|
},
|
@@ -686,7 +696,8 @@
|
|
686
696
|
"ExecutionSucceededEventDetails":{
|
687
697
|
"type":"structure",
|
688
698
|
"members":{
|
689
|
-
"output":{"shape":"SensitiveData"}
|
699
|
+
"output":{"shape":"SensitiveData"},
|
700
|
+
"outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
|
690
701
|
}
|
691
702
|
},
|
692
703
|
"ExecutionTimedOutEventDetails":{
|
@@ -718,7 +729,8 @@
|
|
718
729
|
"executionArn":{"shape":"Arn"},
|
719
730
|
"maxResults":{"shape":"PageSize"},
|
720
731
|
"reverseOrder":{"shape":"ReverseOrder"},
|
721
|
-
"nextToken":{"shape":"PageToken"}
|
732
|
+
"nextToken":{"shape":"PageToken"},
|
733
|
+
"includeExecutionData":{"shape":"IncludeExecutionDataGetExecutionHistory"}
|
722
734
|
}
|
723
735
|
},
|
724
736
|
"GetExecutionHistoryOutput":{
|
@@ -775,6 +787,12 @@
|
|
775
787
|
"stateExitedEventDetails":{"shape":"StateExitedEventDetails"}
|
776
788
|
}
|
777
789
|
},
|
790
|
+
"HistoryEventExecutionDataDetails":{
|
791
|
+
"type":"structure",
|
792
|
+
"members":{
|
793
|
+
"truncated":{"shape":"truncated"}
|
794
|
+
}
|
795
|
+
},
|
778
796
|
"HistoryEventList":{
|
779
797
|
"type":"list",
|
780
798
|
"member":{"shape":"HistoryEvent"}
|
@@ -844,6 +862,10 @@
|
|
844
862
|
"max":256
|
845
863
|
},
|
846
864
|
"IncludeExecutionData":{"type":"boolean"},
|
865
|
+
"IncludeExecutionDataGetExecutionHistory":{
|
866
|
+
"type":"boolean",
|
867
|
+
"box":true
|
868
|
+
},
|
847
869
|
"InvalidArn":{
|
848
870
|
"type":"structure",
|
849
871
|
"members":{
|
@@ -913,6 +935,7 @@
|
|
913
935
|
"members":{
|
914
936
|
"resource":{"shape":"Arn"},
|
915
937
|
"input":{"shape":"SensitiveData"},
|
938
|
+
"inputDetails":{"shape":"HistoryEventExecutionDataDetails"},
|
916
939
|
"timeoutInSeconds":{
|
917
940
|
"shape":"TimeoutInSeconds",
|
918
941
|
"box":true
|
@@ -929,7 +952,8 @@
|
|
929
952
|
"LambdaFunctionSucceededEventDetails":{
|
930
953
|
"type":"structure",
|
931
954
|
"members":{
|
932
|
-
"output":{"shape":"SensitiveData"}
|
955
|
+
"output":{"shape":"SensitiveData"},
|
956
|
+
"outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
|
933
957
|
}
|
934
958
|
},
|
935
959
|
"LambdaFunctionTimedOutEventDetails":{
|
@@ -1126,12 +1150,12 @@
|
|
1126
1150
|
},
|
1127
1151
|
"SensitiveData":{
|
1128
1152
|
"type":"string",
|
1129
|
-
"max":
|
1153
|
+
"max":262144,
|
1130
1154
|
"sensitive":true
|
1131
1155
|
},
|
1132
1156
|
"SensitiveDataJobInput":{
|
1133
1157
|
"type":"string",
|
1134
|
-
"max":
|
1158
|
+
"max":262144,
|
1135
1159
|
"sensitive":true
|
1136
1160
|
},
|
1137
1161
|
"SensitiveError":{
|
@@ -1165,7 +1189,8 @@
|
|
1165
1189
|
"required":["name"],
|
1166
1190
|
"members":{
|
1167
1191
|
"name":{"shape":"Name"},
|
1168
|
-
"input":{"shape":"SensitiveData"}
|
1192
|
+
"input":{"shape":"SensitiveData"},
|
1193
|
+
"inputDetails":{"shape":"HistoryEventExecutionDataDetails"}
|
1169
1194
|
}
|
1170
1195
|
},
|
1171
1196
|
"StateExitedEventDetails":{
|
@@ -1173,7 +1198,8 @@
|
|
1173
1198
|
"required":["name"],
|
1174
1199
|
"members":{
|
1175
1200
|
"name":{"shape":"Name"},
|
1176
|
-
"output":{"shape":"SensitiveData"}
|
1201
|
+
"output":{"shape":"SensitiveData"},
|
1202
|
+
"outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
|
1177
1203
|
}
|
1178
1204
|
},
|
1179
1205
|
"StateMachineAlreadyExists":{
|
@@ -1337,6 +1363,10 @@
|
|
1337
1363
|
"timeoutInSeconds":{
|
1338
1364
|
"shape":"TimeoutInSeconds",
|
1339
1365
|
"box":true
|
1366
|
+
},
|
1367
|
+
"heartbeatInSeconds":{
|
1368
|
+
"shape":"TimeoutInSeconds",
|
1369
|
+
"box":true
|
1340
1370
|
}
|
1341
1371
|
}
|
1342
1372
|
},
|
@@ -1386,7 +1416,8 @@
|
|
1386
1416
|
"members":{
|
1387
1417
|
"resourceType":{"shape":"Name"},
|
1388
1418
|
"resource":{"shape":"Name"},
|
1389
|
-
"output":{"shape":"SensitiveData"}
|
1419
|
+
"output":{"shape":"SensitiveData"},
|
1420
|
+
"outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
|
1390
1421
|
}
|
1391
1422
|
},
|
1392
1423
|
"TaskSucceededEventDetails":{
|
@@ -1398,7 +1429,8 @@
|
|
1398
1429
|
"members":{
|
1399
1430
|
"resourceType":{"shape":"Name"},
|
1400
1431
|
"resource":{"shape":"Name"},
|
1401
|
-
"output":{"shape":"SensitiveData"}
|
1432
|
+
"output":{"shape":"SensitiveData"},
|
1433
|
+
"outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
|
1402
1434
|
}
|
1403
1435
|
},
|
1404
1436
|
"TaskTimedOut":{
|
@@ -1472,6 +1504,8 @@
|
|
1472
1504
|
"members":{
|
1473
1505
|
"updateDate":{"shape":"Timestamp"}
|
1474
1506
|
}
|
1475
|
-
}
|
1507
|
+
},
|
1508
|
+
"included":{"type":"boolean"},
|
1509
|
+
"truncated":{"type":"boolean"}
|
1476
1510
|
}
|
1477
1511
|
}
|
@@ -643,6 +643,19 @@
|
|
643
643
|
"member":{"shape":"AccountModification"}
|
644
644
|
},
|
645
645
|
"Alias":{"type":"string"},
|
646
|
+
"Application":{
|
647
|
+
"type":"string",
|
648
|
+
"enum":[
|
649
|
+
"Microsoft_Office_2016",
|
650
|
+
"Microsoft_Office_2019"
|
651
|
+
]
|
652
|
+
},
|
653
|
+
"ApplicationList":{
|
654
|
+
"type":"list",
|
655
|
+
"member":{"shape":"Application"},
|
656
|
+
"max":5,
|
657
|
+
"min":1
|
658
|
+
},
|
646
659
|
"AssociateIpGroupsRequest":{
|
647
660
|
"type":"structure",
|
648
661
|
"required":[
|
@@ -1186,7 +1199,8 @@
|
|
1186
1199
|
"IngestionProcess":{"shape":"WorkspaceImageIngestionProcess"},
|
1187
1200
|
"ImageName":{"shape":"WorkspaceImageName"},
|
1188
1201
|
"ImageDescription":{"shape":"WorkspaceImageDescription"},
|
1189
|
-
"Tags":{"shape":"TagList"}
|
1202
|
+
"Tags":{"shape":"TagList"},
|
1203
|
+
"Applications":{"shape":"ApplicationList"}
|
1190
1204
|
}
|
1191
1205
|
},
|
1192
1206
|
"ImportWorkspaceImageResult":{
|
@@ -416,6 +416,7 @@
|
|
416
416
|
"members":{
|
417
417
|
"GroupName":{"shape":"GroupName"},
|
418
418
|
"FilterExpression":{"shape":"FilterExpression"},
|
419
|
+
"InsightsConfiguration":{"shape":"InsightsConfiguration"},
|
419
420
|
"Tags":{"shape":"TagList"}
|
420
421
|
}
|
421
422
|
},
|
@@ -800,7 +801,8 @@
|
|
800
801
|
"members":{
|
801
802
|
"GroupName":{"shape":"String"},
|
802
803
|
"GroupARN":{"shape":"String"},
|
803
|
-
"FilterExpression":{"shape":"String"}
|
804
|
+
"FilterExpression":{"shape":"String"},
|
805
|
+
"InsightsConfiguration":{"shape":"InsightsConfiguration"}
|
804
806
|
}
|
805
807
|
},
|
806
808
|
"GroupARN":{
|
@@ -818,7 +820,8 @@
|
|
818
820
|
"members":{
|
819
821
|
"GroupName":{"shape":"String"},
|
820
822
|
"GroupARN":{"shape":"String"},
|
821
|
-
"FilterExpression":{"shape":"String"}
|
823
|
+
"FilterExpression":{"shape":"String"},
|
824
|
+
"InsightsConfiguration":{"shape":"InsightsConfiguration"}
|
822
825
|
}
|
823
826
|
},
|
824
827
|
"GroupSummaryList":{
|
@@ -858,6 +861,12 @@
|
|
858
861
|
"ClientIp":{"shape":"String"}
|
859
862
|
}
|
860
863
|
},
|
864
|
+
"InsightsConfiguration":{
|
865
|
+
"type":"structure",
|
866
|
+
"members":{
|
867
|
+
"InsightsEnabled":{"shape":"NullableBoolean"}
|
868
|
+
}
|
869
|
+
},
|
861
870
|
"InstanceIdDetail":{
|
862
871
|
"type":"structure",
|
863
872
|
"members":{
|
@@ -1462,7 +1471,8 @@
|
|
1462
1471
|
"members":{
|
1463
1472
|
"GroupName":{"shape":"GroupName"},
|
1464
1473
|
"GroupARN":{"shape":"GroupARN"},
|
1465
|
-
"FilterExpression":{"shape":"FilterExpression"}
|
1474
|
+
"FilterExpression":{"shape":"FilterExpression"},
|
1475
|
+
"InsightsConfiguration":{"shape":"InsightsConfiguration"}
|
1466
1476
|
}
|
1467
1477
|
},
|
1468
1478
|
"UpdateGroupResult":{
|
data/endpoints.json
CHANGED
@@ -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" : { },
|
@@ -245,6 +247,7 @@
|
|
245
247
|
"protocols" : [ "https" ]
|
246
248
|
},
|
247
249
|
"endpoints" : {
|
250
|
+
"ap-east-1" : { },
|
248
251
|
"ap-northeast-1" : { },
|
249
252
|
"ap-northeast-2" : { },
|
250
253
|
"ap-south-1" : { },
|
@@ -256,6 +259,7 @@
|
|
256
259
|
"eu-west-1" : { },
|
257
260
|
"eu-west-2" : { },
|
258
261
|
"eu-west-3" : { },
|
262
|
+
"me-south-1" : { },
|
259
263
|
"sa-east-1" : { },
|
260
264
|
"us-east-1" : { },
|
261
265
|
"us-east-2" : { },
|
@@ -4150,6 +4154,7 @@
|
|
4150
4154
|
}
|
4151
4155
|
},
|
4152
4156
|
"endpoints" : {
|
4157
|
+
"ap-northeast-1" : { },
|
4153
4158
|
"ap-northeast-2" : { },
|
4154
4159
|
"ap-south-1" : { },
|
4155
4160
|
"ap-southeast-2" : { },
|
@@ -5255,6 +5260,7 @@
|
|
5255
5260
|
},
|
5256
5261
|
"snowball" : {
|
5257
5262
|
"endpoints" : {
|
5263
|
+
"ap-east-1" : { },
|
5258
5264
|
"ap-northeast-1" : { },
|
5259
5265
|
"ap-northeast-2" : { },
|
5260
5266
|
"ap-south-1" : { },
|
@@ -5262,6 +5268,7 @@
|
|
5262
5268
|
"ap-southeast-2" : { },
|
5263
5269
|
"ca-central-1" : { },
|
5264
5270
|
"eu-central-1" : { },
|
5271
|
+
"eu-north-1" : { },
|
5265
5272
|
"eu-west-1" : { },
|
5266
5273
|
"eu-west-2" : { },
|
5267
5274
|
"eu-west-3" : { },
|
@@ -5988,6 +5995,12 @@
|
|
5988
5995
|
},
|
5989
5996
|
"waf-regional" : {
|
5990
5997
|
"endpoints" : {
|
5998
|
+
"af-south-1" : {
|
5999
|
+
"credentialScope" : {
|
6000
|
+
"region" : "af-south-1"
|
6001
|
+
},
|
6002
|
+
"hostname" : "waf-regional.af-south-1.amazonaws.com"
|
6003
|
+
},
|
5991
6004
|
"ap-east-1" : {
|
5992
6005
|
"credentialScope" : {
|
5993
6006
|
"region" : "ap-east-1"
|
@@ -6042,6 +6055,12 @@
|
|
6042
6055
|
},
|
6043
6056
|
"hostname" : "waf-regional.eu-north-1.amazonaws.com"
|
6044
6057
|
},
|
6058
|
+
"eu-south-1" : {
|
6059
|
+
"credentialScope" : {
|
6060
|
+
"region" : "eu-south-1"
|
6061
|
+
},
|
6062
|
+
"hostname" : "waf-regional.eu-south-1.amazonaws.com"
|
6063
|
+
},
|
6045
6064
|
"eu-west-1" : {
|
6046
6065
|
"credentialScope" : {
|
6047
6066
|
"region" : "eu-west-1"
|
@@ -6060,6 +6079,12 @@
|
|
6060
6079
|
},
|
6061
6080
|
"hostname" : "waf-regional.eu-west-3.amazonaws.com"
|
6062
6081
|
},
|
6082
|
+
"fips-af-south-1" : {
|
6083
|
+
"credentialScope" : {
|
6084
|
+
"region" : "af-south-1"
|
6085
|
+
},
|
6086
|
+
"hostname" : "waf-regional-fips.af-south-1.amazonaws.com"
|
6087
|
+
},
|
6063
6088
|
"fips-ap-east-1" : {
|
6064
6089
|
"credentialScope" : {
|
6065
6090
|
"region" : "ap-east-1"
|
@@ -6114,6 +6139,12 @@
|
|
6114
6139
|
},
|
6115
6140
|
"hostname" : "waf-regional-fips.eu-north-1.amazonaws.com"
|
6116
6141
|
},
|
6142
|
+
"fips-eu-south-1" : {
|
6143
|
+
"credentialScope" : {
|
6144
|
+
"region" : "eu-south-1"
|
6145
|
+
},
|
6146
|
+
"hostname" : "waf-regional-fips.eu-south-1.amazonaws.com"
|
6147
|
+
},
|
6117
6148
|
"fips-eu-west-1" : {
|
6118
6149
|
"credentialScope" : {
|
6119
6150
|
"region" : "eu-west-1"
|
@@ -7546,13 +7577,13 @@
|
|
7546
7577
|
"credentialScope" : {
|
7547
7578
|
"region" : "us-gov-east-1"
|
7548
7579
|
},
|
7549
|
-
"hostname" : "elasticloadbalancing
|
7580
|
+
"hostname" : "elasticloadbalancing.us-gov-east-1.amazonaws.com"
|
7550
7581
|
},
|
7551
7582
|
"fips-us-gov-west-1" : {
|
7552
7583
|
"credentialScope" : {
|
7553
7584
|
"region" : "us-gov-west-1"
|
7554
7585
|
},
|
7555
|
-
"hostname" : "elasticloadbalancing
|
7586
|
+
"hostname" : "elasticloadbalancing.us-gov-west-1.amazonaws.com"
|
7556
7587
|
},
|
7557
7588
|
"us-gov-east-1" : { },
|
7558
7589
|
"us-gov-west-1" : {
|
@@ -7767,20 +7798,18 @@
|
|
7767
7798
|
},
|
7768
7799
|
"kinesis" : {
|
7769
7800
|
"endpoints" : {
|
7770
|
-
"
|
7801
|
+
"us-gov-east-1" : {
|
7771
7802
|
"credentialScope" : {
|
7772
7803
|
"region" : "us-gov-east-1"
|
7773
7804
|
},
|
7774
|
-
"hostname" : "kinesis
|
7805
|
+
"hostname" : "kinesis.us-gov-east-1.amazonaws.com"
|
7775
7806
|
},
|
7776
|
-
"
|
7807
|
+
"us-gov-west-1" : {
|
7777
7808
|
"credentialScope" : {
|
7778
7809
|
"region" : "us-gov-west-1"
|
7779
7810
|
},
|
7780
|
-
"hostname" : "kinesis
|
7781
|
-
}
|
7782
|
-
"us-gov-east-1" : { },
|
7783
|
-
"us-gov-west-1" : { }
|
7811
|
+
"hostname" : "kinesis.us-gov-west-1.amazonaws.com"
|
7812
|
+
}
|
7784
7813
|
}
|
7785
7814
|
},
|
7786
7815
|
"kinesisanalytics" : {
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.580
|
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-
|
11
|
+
date: 2020-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|