aws-sdk-core 2.11.551 → 2.11.556
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/autoscaling/2011-01-01/api-2.json +31 -2
- data/apis/codebuild/2016-10-06/api-2.json +504 -9
- data/apis/codebuild/2016-10-06/paginators-1.json +18 -0
- data/apis/datasync/2018-11-09/api-2.json +134 -18
- data/apis/dms/2016-01-01/api-2.json +362 -4
- data/apis/dms/2016-01-01/paginators-1.json +15 -0
- data/apis/ec2/2016-11-15/api-2.json +105 -3
- data/apis/ec2/2016-11-15/paginators-1.json +6 -0
- data/apis/ecr/2015-09-21/api-2.json +47 -9
- data/apis/firehose/2015-08-04/api-2.json +167 -2
- data/apis/frauddetector/2019-11-15/api-2.json +34 -94
- data/apis/glue/2017-03-31/api-2.json +42 -0
- data/apis/guardduty/2017-11-28/api-2.json +463 -0
- data/apis/guardduty/2017-11-28/paginators-1.json +5 -0
- data/apis/imagebuilder/2019-12-02/api-2.json +1 -1
- data/apis/ivs/2020-07-14/api-2.json +18 -5
- data/apis/kafka/2018-11-14/api-2.json +65 -0
- data/apis/kendra/2019-02-03/api-2.json +38 -4
- data/apis/macie2/2020-01-01/api-2.json +23 -2
- data/apis/mediaconnect/2018-11-14/api-2.json +19 -0
- data/apis/medialive/2017-10-14/api-2.json +52 -2
- data/apis/mediapackage/2017-10-12/api-2.json +5 -4
- data/apis/monitoring/2010-08-01/api-2.json +6 -1
- data/apis/mq/2017-11-27/api-2.json +202 -0
- data/apis/mq/2017-11-27/paginators-1.json +8 -1
- data/apis/resource-groups/2017-11-27/api-2.json +244 -60
- data/apis/sagemaker/2017-07-24/api-2.json +286 -34
- data/apis/sagemaker/2017-07-24/paginators-1.json +6 -0
- data/apis/securityhub/2018-10-26/api-2.json +29 -1
- data/apis/servicecatalog/2015-12-10/api-2.json +34 -8
- data/apis/sesv2/2019-09-27/api-2.json +870 -16
- data/apis/sesv2/2019-09-27/paginators-1.json +10 -0
- data/endpoints.json +37 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -1,5 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"DescribeApplicableIndividualAssessments": {
|
4
|
+
"input_token": "Marker",
|
5
|
+
"output_token": "Marker",
|
6
|
+
"limit_key": "MaxRecords"
|
7
|
+
},
|
3
8
|
"DescribeCertificates": {
|
4
9
|
"input_token": "Marker",
|
5
10
|
"output_token": "Marker",
|
@@ -60,6 +65,16 @@
|
|
60
65
|
"output_token": "Marker",
|
61
66
|
"limit_key": "MaxRecords"
|
62
67
|
},
|
68
|
+
"DescribeReplicationTaskAssessmentRuns": {
|
69
|
+
"input_token": "Marker",
|
70
|
+
"output_token": "Marker",
|
71
|
+
"limit_key": "MaxRecords"
|
72
|
+
},
|
73
|
+
"DescribeReplicationTaskIndividualAssessments": {
|
74
|
+
"input_token": "Marker",
|
75
|
+
"output_token": "Marker",
|
76
|
+
"limit_key": "MaxRecords"
|
77
|
+
},
|
63
78
|
"DescribeReplicationTasks": {
|
64
79
|
"input_token": "Marker",
|
65
80
|
"output_token": "Marker",
|
@@ -2674,6 +2674,15 @@
|
|
2674
2674
|
"input":{"shape":"GetEbsEncryptionByDefaultRequest"},
|
2675
2675
|
"output":{"shape":"GetEbsEncryptionByDefaultResult"}
|
2676
2676
|
},
|
2677
|
+
"GetGroupsForCapacityReservation":{
|
2678
|
+
"name":"GetGroupsForCapacityReservation",
|
2679
|
+
"http":{
|
2680
|
+
"method":"POST",
|
2681
|
+
"requestUri":"/"
|
2682
|
+
},
|
2683
|
+
"input":{"shape":"GetGroupsForCapacityReservationRequest"},
|
2684
|
+
"output":{"shape":"GetGroupsForCapacityReservationResult"}
|
2685
|
+
},
|
2677
2686
|
"GetHostReservationPurchasePreview":{
|
2678
2687
|
"name":"GetHostReservationPurchasePreview",
|
2679
2688
|
"http":{
|
@@ -5465,6 +5474,26 @@
|
|
5465
5474
|
}
|
5466
5475
|
}
|
5467
5476
|
},
|
5477
|
+
"CapacityReservationGroup":{
|
5478
|
+
"type":"structure",
|
5479
|
+
"members":{
|
5480
|
+
"GroupArn":{
|
5481
|
+
"shape":"String",
|
5482
|
+
"locationName":"groupArn"
|
5483
|
+
},
|
5484
|
+
"OwnerId":{
|
5485
|
+
"shape":"String",
|
5486
|
+
"locationName":"ownerId"
|
5487
|
+
}
|
5488
|
+
}
|
5489
|
+
},
|
5490
|
+
"CapacityReservationGroupSet":{
|
5491
|
+
"type":"list",
|
5492
|
+
"member":{
|
5493
|
+
"shape":"CapacityReservationGroup",
|
5494
|
+
"locationName":"item"
|
5495
|
+
}
|
5496
|
+
},
|
5468
5497
|
"CapacityReservationId":{"type":"string"},
|
5469
5498
|
"CapacityReservationIdSet":{
|
5470
5499
|
"type":"list",
|
@@ -5486,7 +5515,8 @@
|
|
5486
5515
|
"Windows with SQL Server Web",
|
5487
5516
|
"Linux with SQL Server Standard",
|
5488
5517
|
"Linux with SQL Server Web",
|
5489
|
-
"Linux with SQL Server Enterprise"
|
5518
|
+
"Linux with SQL Server Enterprise",
|
5519
|
+
"Windows BYOL"
|
5490
5520
|
]
|
5491
5521
|
},
|
5492
5522
|
"CapacityReservationOptions":{
|
@@ -5551,7 +5581,8 @@
|
|
5551
5581
|
"CapacityReservationTarget":{
|
5552
5582
|
"type":"structure",
|
5553
5583
|
"members":{
|
5554
|
-
"CapacityReservationId":{"shape":"CapacityReservationId"}
|
5584
|
+
"CapacityReservationId":{"shape":"CapacityReservationId"},
|
5585
|
+
"CapacityReservationResourceGroupArn":{"shape":"String"}
|
5555
5586
|
}
|
5556
5587
|
},
|
5557
5588
|
"CapacityReservationTargetResponse":{
|
@@ -5560,6 +5591,10 @@
|
|
5560
5591
|
"CapacityReservationId":{
|
5561
5592
|
"shape":"String",
|
5562
5593
|
"locationName":"capacityReservationId"
|
5594
|
+
},
|
5595
|
+
"CapacityReservationResourceGroupArn":{
|
5596
|
+
"shape":"String",
|
5597
|
+
"locationName":"capacityReservationResourceGroupArn"
|
5563
5598
|
}
|
5564
5599
|
}
|
5565
5600
|
},
|
@@ -6556,6 +6591,10 @@
|
|
6556
6591
|
},
|
6557
6592
|
"CertificateArn":{"shape":"String"},
|
6558
6593
|
"Type":{"shape":"GatewayType"},
|
6594
|
+
"TagSpecifications":{
|
6595
|
+
"shape":"TagSpecificationList",
|
6596
|
+
"locationName":"TagSpecification"
|
6597
|
+
},
|
6559
6598
|
"DeviceName":{"shape":"String"},
|
6560
6599
|
"DryRun":{
|
6561
6600
|
"shape":"Boolean",
|
@@ -8113,6 +8152,10 @@
|
|
8113
8152
|
"Options":{
|
8114
8153
|
"shape":"VpnConnectionOptionsSpecification",
|
8115
8154
|
"locationName":"options"
|
8155
|
+
},
|
8156
|
+
"TagSpecifications":{
|
8157
|
+
"shape":"TagSpecificationList",
|
8158
|
+
"locationName":"TagSpecification"
|
8116
8159
|
}
|
8117
8160
|
}
|
8118
8161
|
},
|
@@ -8142,6 +8185,10 @@
|
|
8142
8185
|
"members":{
|
8143
8186
|
"AvailabilityZone":{"shape":"String"},
|
8144
8187
|
"Type":{"shape":"GatewayType"},
|
8188
|
+
"TagSpecifications":{
|
8189
|
+
"shape":"TagSpecificationList",
|
8190
|
+
"locationName":"TagSpecification"
|
8191
|
+
},
|
8145
8192
|
"AmazonSideAsn":{"shape":"Long"},
|
8146
8193
|
"DryRun":{
|
8147
8194
|
"shape":"Boolean",
|
@@ -15498,6 +15545,34 @@
|
|
15498
15545
|
}
|
15499
15546
|
}
|
15500
15547
|
},
|
15548
|
+
"GetGroupsForCapacityReservationRequest":{
|
15549
|
+
"type":"structure",
|
15550
|
+
"required":["CapacityReservationId"],
|
15551
|
+
"members":{
|
15552
|
+
"CapacityReservationId":{"shape":"CapacityReservationId"},
|
15553
|
+
"NextToken":{"shape":"String"},
|
15554
|
+
"MaxResults":{"shape":"GetGroupsForCapacityReservationRequestMaxResults"},
|
15555
|
+
"DryRun":{"shape":"Boolean"}
|
15556
|
+
}
|
15557
|
+
},
|
15558
|
+
"GetGroupsForCapacityReservationRequestMaxResults":{
|
15559
|
+
"type":"integer",
|
15560
|
+
"max":1000,
|
15561
|
+
"min":1
|
15562
|
+
},
|
15563
|
+
"GetGroupsForCapacityReservationResult":{
|
15564
|
+
"type":"structure",
|
15565
|
+
"members":{
|
15566
|
+
"NextToken":{
|
15567
|
+
"shape":"String",
|
15568
|
+
"locationName":"nextToken"
|
15569
|
+
},
|
15570
|
+
"CapacityReservationGroups":{
|
15571
|
+
"shape":"CapacityReservationGroupSet",
|
15572
|
+
"locationName":"capacityReservationGroupSet"
|
15573
|
+
}
|
15574
|
+
}
|
15575
|
+
},
|
15501
15576
|
"GetHostReservationPurchasePreviewRequest":{
|
15502
15577
|
"type":"structure",
|
15503
15578
|
"required":[
|
@@ -18253,6 +18328,15 @@
|
|
18253
18328
|
"r6g.8xlarge",
|
18254
18329
|
"r6g.12xlarge",
|
18255
18330
|
"r6g.16xlarge",
|
18331
|
+
"r6gd.metal",
|
18332
|
+
"r6gd.medium",
|
18333
|
+
"r6gd.large",
|
18334
|
+
"r6gd.xlarge",
|
18335
|
+
"r6gd.2xlarge",
|
18336
|
+
"r6gd.4xlarge",
|
18337
|
+
"r6gd.8xlarge",
|
18338
|
+
"r6gd.12xlarge",
|
18339
|
+
"r6gd.16xlarge",
|
18256
18340
|
"x1.16xlarge",
|
18257
18341
|
"x1.32xlarge",
|
18258
18342
|
"x1e.xlarge",
|
@@ -18335,6 +18419,15 @@
|
|
18335
18419
|
"c6g.8xlarge",
|
18336
18420
|
"c6g.12xlarge",
|
18337
18421
|
"c6g.16xlarge",
|
18422
|
+
"c6gd.metal",
|
18423
|
+
"c6gd.medium",
|
18424
|
+
"c6gd.large",
|
18425
|
+
"c6gd.xlarge",
|
18426
|
+
"c6gd.2xlarge",
|
18427
|
+
"c6gd.4xlarge",
|
18428
|
+
"c6gd.8xlarge",
|
18429
|
+
"c6gd.12xlarge",
|
18430
|
+
"c6gd.16xlarge",
|
18338
18431
|
"cc1.4xlarge",
|
18339
18432
|
"cc2.8xlarge",
|
18340
18433
|
"g2.2xlarge",
|
@@ -18465,7 +18558,16 @@
|
|
18465
18558
|
"m6g.4xlarge",
|
18466
18559
|
"m6g.8xlarge",
|
18467
18560
|
"m6g.12xlarge",
|
18468
|
-
"m6g.16xlarge"
|
18561
|
+
"m6g.16xlarge",
|
18562
|
+
"m6gd.metal",
|
18563
|
+
"m6gd.medium",
|
18564
|
+
"m6gd.large",
|
18565
|
+
"m6gd.xlarge",
|
18566
|
+
"m6gd.2xlarge",
|
18567
|
+
"m6gd.4xlarge",
|
18568
|
+
"m6gd.8xlarge",
|
18569
|
+
"m6gd.12xlarge",
|
18570
|
+
"m6gd.16xlarge"
|
18469
18571
|
]
|
18470
18572
|
},
|
18471
18573
|
"InstanceTypeHypervisor":{
|
@@ -524,6 +524,12 @@
|
|
524
524
|
"output_token": "NextToken",
|
525
525
|
"result_key": "Ipv6CidrAssociations"
|
526
526
|
},
|
527
|
+
"GetGroupsForCapacityReservation": {
|
528
|
+
"input_token": "NextToken",
|
529
|
+
"limit_key": "MaxResults",
|
530
|
+
"output_token": "NextToken",
|
531
|
+
"result_key": "CapacityReservationGroups"
|
532
|
+
},
|
527
533
|
"GetManagedPrefixListAssociations": {
|
528
534
|
"input_token": "NextToken",
|
529
535
|
"limit_key": "MaxResults",
|
@@ -72,7 +72,8 @@
|
|
72
72
|
{"shape":"InvalidLayerException"},
|
73
73
|
{"shape":"LayerPartTooSmallException"},
|
74
74
|
{"shape":"LayerAlreadyExistsException"},
|
75
|
-
{"shape":"EmptyUploadException"}
|
75
|
+
{"shape":"EmptyUploadException"},
|
76
|
+
{"shape":"KmsException"}
|
76
77
|
]
|
77
78
|
},
|
78
79
|
"CreateRepository":{
|
@@ -89,7 +90,8 @@
|
|
89
90
|
{"shape":"InvalidTagParameterException"},
|
90
91
|
{"shape":"TooManyTagsException"},
|
91
92
|
{"shape":"RepositoryAlreadyExistsException"},
|
92
|
-
{"shape":"LimitExceededException"}
|
93
|
+
{"shape":"LimitExceededException"},
|
94
|
+
{"shape":"KmsException"}
|
93
95
|
]
|
94
96
|
},
|
95
97
|
"DeleteLifecyclePolicy":{
|
@@ -119,7 +121,8 @@
|
|
119
121
|
{"shape":"ServerException"},
|
120
122
|
{"shape":"InvalidParameterException"},
|
121
123
|
{"shape":"RepositoryNotFoundException"},
|
122
|
-
{"shape":"RepositoryNotEmptyException"}
|
124
|
+
{"shape":"RepositoryNotEmptyException"},
|
125
|
+
{"shape":"KmsException"}
|
123
126
|
]
|
124
127
|
},
|
125
128
|
"DeleteRepositoryPolicy":{
|
@@ -267,7 +270,8 @@
|
|
267
270
|
"errors":[
|
268
271
|
{"shape":"ServerException"},
|
269
272
|
{"shape":"InvalidParameterException"},
|
270
|
-
{"shape":"RepositoryNotFoundException"}
|
273
|
+
{"shape":"RepositoryNotFoundException"},
|
274
|
+
{"shape":"KmsException"}
|
271
275
|
]
|
272
276
|
},
|
273
277
|
"ListImages":{
|
@@ -315,7 +319,8 @@
|
|
315
319
|
{"shape":"ReferencedImagesNotFoundException"},
|
316
320
|
{"shape":"LimitExceededException"},
|
317
321
|
{"shape":"ImageTagAlreadyExistsException"},
|
318
|
-
{"shape":"ImageDigestDoesNotMatchException"}
|
322
|
+
{"shape":"ImageDigestDoesNotMatchException"},
|
323
|
+
{"shape":"KmsException"}
|
319
324
|
]
|
320
325
|
},
|
321
326
|
"PutImageScanningConfiguration":{
|
@@ -453,7 +458,8 @@
|
|
453
458
|
{"shape":"InvalidLayerPartException"},
|
454
459
|
{"shape":"RepositoryNotFoundException"},
|
455
460
|
{"shape":"UploadNotFoundException"},
|
456
|
-
{"shape":"LimitExceededException"}
|
461
|
+
{"shape":"LimitExceededException"},
|
462
|
+
{"shape":"KmsException"}
|
457
463
|
]
|
458
464
|
}
|
459
465
|
},
|
@@ -598,7 +604,8 @@
|
|
598
604
|
"repositoryName":{"shape":"RepositoryName"},
|
599
605
|
"tags":{"shape":"TagList"},
|
600
606
|
"imageTagMutability":{"shape":"ImageTagMutability"},
|
601
|
-
"imageScanningConfiguration":{"shape":"ImageScanningConfiguration"}
|
607
|
+
"imageScanningConfiguration":{"shape":"ImageScanningConfiguration"},
|
608
|
+
"encryptionConfiguration":{"shape":"EncryptionConfiguration"}
|
602
609
|
}
|
603
610
|
},
|
604
611
|
"CreateRepositoryResponse":{
|
@@ -729,6 +736,21 @@
|
|
729
736
|
},
|
730
737
|
"exception":true
|
731
738
|
},
|
739
|
+
"EncryptionConfiguration":{
|
740
|
+
"type":"structure",
|
741
|
+
"required":["encryptionType"],
|
742
|
+
"members":{
|
743
|
+
"encryptionType":{"shape":"EncryptionType"},
|
744
|
+
"kmsKey":{"shape":"KmsKey"}
|
745
|
+
}
|
746
|
+
},
|
747
|
+
"EncryptionType":{
|
748
|
+
"type":"string",
|
749
|
+
"enum":[
|
750
|
+
"AES256",
|
751
|
+
"KMS"
|
752
|
+
]
|
753
|
+
},
|
732
754
|
"EvaluationTimestamp":{"type":"timestamp"},
|
733
755
|
"ExceptionMessage":{"type":"string"},
|
734
756
|
"ExpirationTimestamp":{"type":"timestamp"},
|
@@ -911,7 +933,8 @@
|
|
911
933
|
"ImageTagDoesNotMatchDigest",
|
912
934
|
"ImageNotFound",
|
913
935
|
"MissingDigestAndTag",
|
914
|
-
"ImageReferencedByManifestList"
|
936
|
+
"ImageReferencedByManifestList",
|
937
|
+
"KmsError"
|
915
938
|
]
|
916
939
|
},
|
917
940
|
"ImageFailureList":{
|
@@ -1063,6 +1086,20 @@
|
|
1063
1086
|
},
|
1064
1087
|
"exception":true
|
1065
1088
|
},
|
1089
|
+
"KmsError":{"type":"string"},
|
1090
|
+
"KmsException":{
|
1091
|
+
"type":"structure",
|
1092
|
+
"members":{
|
1093
|
+
"message":{"shape":"ExceptionMessage"},
|
1094
|
+
"kmsError":{"shape":"KmsError"}
|
1095
|
+
},
|
1096
|
+
"exception":true
|
1097
|
+
},
|
1098
|
+
"KmsKey":{
|
1099
|
+
"type":"string",
|
1100
|
+
"max":2048,
|
1101
|
+
"min":1
|
1102
|
+
},
|
1066
1103
|
"Layer":{
|
1067
1104
|
"type":"structure",
|
1068
1105
|
"members":{
|
@@ -1387,7 +1424,8 @@
|
|
1387
1424
|
"repositoryUri":{"shape":"Url"},
|
1388
1425
|
"createdAt":{"shape":"CreationTimestamp"},
|
1389
1426
|
"imageTagMutability":{"shape":"ImageTagMutability"},
|
1390
|
-
"imageScanningConfiguration":{"shape":"ImageScanningConfiguration"}
|
1427
|
+
"imageScanningConfiguration":{"shape":"ImageScanningConfiguration"},
|
1428
|
+
"encryptionConfiguration":{"shape":"EncryptionConfiguration"}
|
1391
1429
|
}
|
1392
1430
|
},
|
1393
1431
|
"RepositoryAlreadyExistsException":{
|
@@ -244,6 +244,13 @@
|
|
244
244
|
},
|
245
245
|
"exception":true
|
246
246
|
},
|
247
|
+
"ContentEncoding":{
|
248
|
+
"type":"string",
|
249
|
+
"enum":[
|
250
|
+
"NONE",
|
251
|
+
"GZIP"
|
252
|
+
]
|
253
|
+
},
|
247
254
|
"CopyCommand":{
|
248
255
|
"type":"structure",
|
249
256
|
"required":["DataTableName"],
|
@@ -275,6 +282,7 @@
|
|
275
282
|
"RedshiftDestinationConfiguration":{"shape":"RedshiftDestinationConfiguration"},
|
276
283
|
"ElasticsearchDestinationConfiguration":{"shape":"ElasticsearchDestinationConfiguration"},
|
277
284
|
"SplunkDestinationConfiguration":{"shape":"SplunkDestinationConfiguration"},
|
285
|
+
"HttpEndpointDestinationConfiguration":{"shape":"HttpEndpointDestinationConfiguration"},
|
278
286
|
"Tags":{"shape":"TagDeliveryStreamInputTagList"}
|
279
287
|
}
|
280
288
|
},
|
@@ -474,7 +482,8 @@
|
|
474
482
|
"ExtendedS3DestinationDescription":{"shape":"ExtendedS3DestinationDescription"},
|
475
483
|
"RedshiftDestinationDescription":{"shape":"RedshiftDestinationDescription"},
|
476
484
|
"ElasticsearchDestinationDescription":{"shape":"ElasticsearchDestinationDescription"},
|
477
|
-
"SplunkDestinationDescription":{"shape":"SplunkDestinationDescription"}
|
485
|
+
"SplunkDestinationDescription":{"shape":"SplunkDestinationDescription"},
|
486
|
+
"HttpEndpointDestinationDescription":{"shape":"HttpEndpointDestinationDescription"}
|
478
487
|
}
|
479
488
|
},
|
480
489
|
"DestinationDescriptionList":{
|
@@ -731,6 +740,161 @@
|
|
731
740
|
"TimestampFormats":{"shape":"ListOfNonEmptyStrings"}
|
732
741
|
}
|
733
742
|
},
|
743
|
+
"HttpEndpointAccessKey":{
|
744
|
+
"type":"string",
|
745
|
+
"max":4096,
|
746
|
+
"min":0,
|
747
|
+
"pattern":".*",
|
748
|
+
"sensitive":true
|
749
|
+
},
|
750
|
+
"HttpEndpointAttributeName":{
|
751
|
+
"type":"string",
|
752
|
+
"max":256,
|
753
|
+
"min":1,
|
754
|
+
"pattern":"^(?!\\s*$).+",
|
755
|
+
"sensitive":true
|
756
|
+
},
|
757
|
+
"HttpEndpointAttributeValue":{
|
758
|
+
"type":"string",
|
759
|
+
"max":1024,
|
760
|
+
"min":0,
|
761
|
+
"pattern":".*",
|
762
|
+
"sensitive":true
|
763
|
+
},
|
764
|
+
"HttpEndpointBufferingHints":{
|
765
|
+
"type":"structure",
|
766
|
+
"members":{
|
767
|
+
"SizeInMBs":{"shape":"HttpEndpointBufferingSizeInMBs"},
|
768
|
+
"IntervalInSeconds":{"shape":"HttpEndpointBufferingIntervalInSeconds"}
|
769
|
+
}
|
770
|
+
},
|
771
|
+
"HttpEndpointBufferingIntervalInSeconds":{
|
772
|
+
"type":"integer",
|
773
|
+
"max":900,
|
774
|
+
"min":60
|
775
|
+
},
|
776
|
+
"HttpEndpointBufferingSizeInMBs":{
|
777
|
+
"type":"integer",
|
778
|
+
"max":64,
|
779
|
+
"min":1
|
780
|
+
},
|
781
|
+
"HttpEndpointCommonAttribute":{
|
782
|
+
"type":"structure",
|
783
|
+
"required":[
|
784
|
+
"AttributeName",
|
785
|
+
"AttributeValue"
|
786
|
+
],
|
787
|
+
"members":{
|
788
|
+
"AttributeName":{"shape":"HttpEndpointAttributeName"},
|
789
|
+
"AttributeValue":{"shape":"HttpEndpointAttributeValue"}
|
790
|
+
}
|
791
|
+
},
|
792
|
+
"HttpEndpointCommonAttributesList":{
|
793
|
+
"type":"list",
|
794
|
+
"member":{"shape":"HttpEndpointCommonAttribute"},
|
795
|
+
"max":50,
|
796
|
+
"min":0
|
797
|
+
},
|
798
|
+
"HttpEndpointConfiguration":{
|
799
|
+
"type":"structure",
|
800
|
+
"required":["Url"],
|
801
|
+
"members":{
|
802
|
+
"Url":{"shape":"HttpEndpointUrl"},
|
803
|
+
"Name":{"shape":"HttpEndpointName"},
|
804
|
+
"AccessKey":{"shape":"HttpEndpointAccessKey"}
|
805
|
+
}
|
806
|
+
},
|
807
|
+
"HttpEndpointDescription":{
|
808
|
+
"type":"structure",
|
809
|
+
"members":{
|
810
|
+
"Url":{"shape":"HttpEndpointUrl"},
|
811
|
+
"Name":{"shape":"HttpEndpointName"}
|
812
|
+
}
|
813
|
+
},
|
814
|
+
"HttpEndpointDestinationConfiguration":{
|
815
|
+
"type":"structure",
|
816
|
+
"required":[
|
817
|
+
"EndpointConfiguration",
|
818
|
+
"S3Configuration"
|
819
|
+
],
|
820
|
+
"members":{
|
821
|
+
"EndpointConfiguration":{"shape":"HttpEndpointConfiguration"},
|
822
|
+
"BufferingHints":{"shape":"HttpEndpointBufferingHints"},
|
823
|
+
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
|
824
|
+
"RequestConfiguration":{"shape":"HttpEndpointRequestConfiguration"},
|
825
|
+
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
826
|
+
"RoleARN":{"shape":"RoleARN"},
|
827
|
+
"RetryOptions":{"shape":"HttpEndpointRetryOptions"},
|
828
|
+
"S3BackupMode":{"shape":"HttpEndpointS3BackupMode"},
|
829
|
+
"S3Configuration":{"shape":"S3DestinationConfiguration"}
|
830
|
+
}
|
831
|
+
},
|
832
|
+
"HttpEndpointDestinationDescription":{
|
833
|
+
"type":"structure",
|
834
|
+
"members":{
|
835
|
+
"EndpointConfiguration":{"shape":"HttpEndpointDescription"},
|
836
|
+
"BufferingHints":{"shape":"HttpEndpointBufferingHints"},
|
837
|
+
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
|
838
|
+
"RequestConfiguration":{"shape":"HttpEndpointRequestConfiguration"},
|
839
|
+
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
840
|
+
"RoleARN":{"shape":"RoleARN"},
|
841
|
+
"RetryOptions":{"shape":"HttpEndpointRetryOptions"},
|
842
|
+
"S3BackupMode":{"shape":"HttpEndpointS3BackupMode"},
|
843
|
+
"S3DestinationDescription":{"shape":"S3DestinationDescription"}
|
844
|
+
}
|
845
|
+
},
|
846
|
+
"HttpEndpointDestinationUpdate":{
|
847
|
+
"type":"structure",
|
848
|
+
"members":{
|
849
|
+
"EndpointConfiguration":{"shape":"HttpEndpointConfiguration"},
|
850
|
+
"BufferingHints":{"shape":"HttpEndpointBufferingHints"},
|
851
|
+
"CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
|
852
|
+
"RequestConfiguration":{"shape":"HttpEndpointRequestConfiguration"},
|
853
|
+
"ProcessingConfiguration":{"shape":"ProcessingConfiguration"},
|
854
|
+
"RoleARN":{"shape":"RoleARN"},
|
855
|
+
"RetryOptions":{"shape":"HttpEndpointRetryOptions"},
|
856
|
+
"S3BackupMode":{"shape":"HttpEndpointS3BackupMode"},
|
857
|
+
"S3Update":{"shape":"S3DestinationUpdate"}
|
858
|
+
}
|
859
|
+
},
|
860
|
+
"HttpEndpointName":{
|
861
|
+
"type":"string",
|
862
|
+
"max":256,
|
863
|
+
"min":1,
|
864
|
+
"pattern":"^(?!\\s*$).+"
|
865
|
+
},
|
866
|
+
"HttpEndpointRequestConfiguration":{
|
867
|
+
"type":"structure",
|
868
|
+
"members":{
|
869
|
+
"ContentEncoding":{"shape":"ContentEncoding"},
|
870
|
+
"CommonAttributes":{"shape":"HttpEndpointCommonAttributesList"}
|
871
|
+
}
|
872
|
+
},
|
873
|
+
"HttpEndpointRetryDurationInSeconds":{
|
874
|
+
"type":"integer",
|
875
|
+
"max":7200,
|
876
|
+
"min":0
|
877
|
+
},
|
878
|
+
"HttpEndpointRetryOptions":{
|
879
|
+
"type":"structure",
|
880
|
+
"members":{
|
881
|
+
"DurationInSeconds":{"shape":"HttpEndpointRetryDurationInSeconds"}
|
882
|
+
}
|
883
|
+
},
|
884
|
+
"HttpEndpointS3BackupMode":{
|
885
|
+
"type":"string",
|
886
|
+
"enum":[
|
887
|
+
"FailedDataOnly",
|
888
|
+
"AllData"
|
889
|
+
]
|
890
|
+
},
|
891
|
+
"HttpEndpointUrl":{
|
892
|
+
"type":"string",
|
893
|
+
"max":1000,
|
894
|
+
"min":1,
|
895
|
+
"pattern":"https://.*",
|
896
|
+
"sensitive":true
|
897
|
+
},
|
734
898
|
"InputFormatConfiguration":{
|
735
899
|
"type":"structure",
|
736
900
|
"members":{
|
@@ -1505,7 +1669,8 @@
|
|
1505
1669
|
"ExtendedS3DestinationUpdate":{"shape":"ExtendedS3DestinationUpdate"},
|
1506
1670
|
"RedshiftDestinationUpdate":{"shape":"RedshiftDestinationUpdate"},
|
1507
1671
|
"ElasticsearchDestinationUpdate":{"shape":"ElasticsearchDestinationUpdate"},
|
1508
|
-
"SplunkDestinationUpdate":{"shape":"SplunkDestinationUpdate"}
|
1672
|
+
"SplunkDestinationUpdate":{"shape":"SplunkDestinationUpdate"},
|
1673
|
+
"HttpEndpointDestinationUpdate":{"shape":"HttpEndpointDestinationUpdate"}
|
1509
1674
|
}
|
1510
1675
|
},
|
1511
1676
|
"UpdateDestinationOutput":{
|