aws-sdk-core 2.11.512 → 2.11.517
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codebuild/2016-10-06/api-2.json +7 -4
- data/apis/dlm/2018-01-12/api-2.json +8 -5
- data/apis/ec2/2016-11-15/api-2.json +64 -1
- data/apis/elasticache/2015-02-02/api-2.json +14 -7
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +26 -5
- data/apis/iotsitewise/2019-12-02/api-2.json +28 -11
- data/apis/kafka/2018-11-14/api-2.json +184 -1
- data/apis/macie/2017-12-19/examples-1.json +2 -2
- data/apis/macie/2017-12-19/paginators-1.json +9 -9
- data/apis/marketplace-catalog/2018-09-17/api-2.json +1 -0
- data/apis/quicksight/2018-04-01/api-2.json +9 -0
- data/apis/s3/2006-03-01/api-2.json +76 -20
- data/apis/s3/2006-03-01/examples-1.json +94 -94
- data/apis/ssm/2014-11-06/api-2.json +0 -1
- data/apis/synthetics/2017-10-11/api-2.json +9 -2
- data/apis/workmail/2017-10-01/api-2.json +150 -0
- data/endpoints.json +131 -4
- 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: d6e303eebc357f5a52d41c6fe4ce44f0cc49f2d167fa1aeaf5c235005452a4ab
|
4
|
+
data.tar.gz: 76e3732454ee413445997ad84b57e99bfb74a45d4f3ad3ef44df5fd149f8c94d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 179f8fb76d85914336d013b1763a8afd277fe5b63df2e6d524b637041540e3d6c99068a782075d05fa1e2a6b03462275af7de785d52ba2f761e716d4edd1a15a
|
7
|
+
data.tar.gz: 4743b87f1631a0373b32ec84d47d8d8acec9ca0c88bff0a73b47c27e5d9d1835be265a7aa3734608c0296931a49ad3ac50d1b4edb252d9c81992628b8717ee80
|
@@ -737,7 +737,8 @@
|
|
737
737
|
"members":{
|
738
738
|
"name":{"shape":"ReportGroupName"},
|
739
739
|
"type":{"shape":"ReportType"},
|
740
|
-
"exportConfig":{"shape":"ReportExportConfig"}
|
740
|
+
"exportConfig":{"shape":"ReportExportConfig"},
|
741
|
+
"tags":{"shape":"TagList"}
|
741
742
|
}
|
742
743
|
},
|
743
744
|
"CreateReportGroupOutput":{
|
@@ -1510,7 +1511,8 @@
|
|
1510
1511
|
"type":{"shape":"ReportType"},
|
1511
1512
|
"exportConfig":{"shape":"ReportExportConfig"},
|
1512
1513
|
"created":{"shape":"Timestamp"},
|
1513
|
-
"lastModified":{"shape":"Timestamp"}
|
1514
|
+
"lastModified":{"shape":"Timestamp"},
|
1515
|
+
"tags":{"shape":"TagList"}
|
1514
1516
|
}
|
1515
1517
|
},
|
1516
1518
|
"ReportGroupArns":{
|
@@ -1831,7 +1833,8 @@
|
|
1831
1833
|
"required":["arn"],
|
1832
1834
|
"members":{
|
1833
1835
|
"arn":{"shape":"NonEmptyString"},
|
1834
|
-
"exportConfig":{"shape":"ReportExportConfig"}
|
1836
|
+
"exportConfig":{"shape":"ReportExportConfig"},
|
1837
|
+
"tags":{"shape":"TagList"}
|
1835
1838
|
}
|
1836
1839
|
},
|
1837
1840
|
"UpdateReportGroupOutput":{
|
@@ -1859,7 +1862,7 @@
|
|
1859
1862
|
"ValueInput":{
|
1860
1863
|
"type":"string",
|
1861
1864
|
"max":255,
|
1862
|
-
"min":
|
1865
|
+
"min":0,
|
1863
1866
|
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=@+\\-]*)$"
|
1864
1867
|
},
|
1865
1868
|
"VpcConfig":{
|
@@ -178,16 +178,19 @@
|
|
178
178
|
},
|
179
179
|
"CreateRule":{
|
180
180
|
"type":"structure",
|
181
|
-
"required":[
|
182
|
-
"Interval",
|
183
|
-
"IntervalUnit"
|
184
|
-
],
|
185
181
|
"members":{
|
186
182
|
"Interval":{"shape":"Interval"},
|
187
183
|
"IntervalUnit":{"shape":"IntervalUnitValues"},
|
188
|
-
"Times":{"shape":"TimesList"}
|
184
|
+
"Times":{"shape":"TimesList"},
|
185
|
+
"CronExpression":{"shape":"CronExpression"}
|
189
186
|
}
|
190
187
|
},
|
188
|
+
"CronExpression":{
|
189
|
+
"type":"string",
|
190
|
+
"max":106,
|
191
|
+
"min":17,
|
192
|
+
"pattern":"cron\\([^\\n]{11,100}\\)"
|
193
|
+
},
|
191
194
|
"CrossRegionCopyRetainRule":{
|
192
195
|
"type":"structure",
|
193
196
|
"members":{
|
@@ -4826,6 +4826,9 @@
|
|
4826
4826
|
}
|
4827
4827
|
},
|
4828
4828
|
"BareMetalFlag":{"type":"boolean"},
|
4829
|
+
"BaselineBandwidthInMbps":{"type":"integer"},
|
4830
|
+
"BaselineIops":{"type":"integer"},
|
4831
|
+
"BaselineThroughputInMBps":{"type":"double"},
|
4829
4832
|
"BatchState":{
|
4830
4833
|
"type":"string",
|
4831
4834
|
"enum":[
|
@@ -13507,6 +13510,10 @@
|
|
13507
13510
|
"EncryptionSupport":{
|
13508
13511
|
"shape":"EbsEncryptionSupport",
|
13509
13512
|
"locationName":"encryptionSupport"
|
13513
|
+
},
|
13514
|
+
"EbsOptimizedInfo":{
|
13515
|
+
"shape":"EbsOptimizedInfo",
|
13516
|
+
"locationName":"ebsOptimizedInfo"
|
13510
13517
|
}
|
13511
13518
|
}
|
13512
13519
|
},
|
@@ -13544,6 +13551,35 @@
|
|
13544
13551
|
}
|
13545
13552
|
}
|
13546
13553
|
},
|
13554
|
+
"EbsOptimizedInfo":{
|
13555
|
+
"type":"structure",
|
13556
|
+
"members":{
|
13557
|
+
"BaselineBandwidthInMbps":{
|
13558
|
+
"shape":"BaselineBandwidthInMbps",
|
13559
|
+
"locationName":"baselineBandwidthInMbps"
|
13560
|
+
},
|
13561
|
+
"BaselineThroughputInMBps":{
|
13562
|
+
"shape":"BaselineThroughputInMBps",
|
13563
|
+
"locationName":"baselineThroughputInMBps"
|
13564
|
+
},
|
13565
|
+
"BaselineIops":{
|
13566
|
+
"shape":"BaselineIops",
|
13567
|
+
"locationName":"baselineIops"
|
13568
|
+
},
|
13569
|
+
"MaximumBandwidthInMbps":{
|
13570
|
+
"shape":"MaximumBandwidthInMbps",
|
13571
|
+
"locationName":"maximumBandwidthInMbps"
|
13572
|
+
},
|
13573
|
+
"MaximumThroughputInMBps":{
|
13574
|
+
"shape":"MaximumThroughputInMBps",
|
13575
|
+
"locationName":"maximumThroughputInMBps"
|
13576
|
+
},
|
13577
|
+
"MaximumIops":{
|
13578
|
+
"shape":"MaximumIops",
|
13579
|
+
"locationName":"maximumIops"
|
13580
|
+
}
|
13581
|
+
}
|
13582
|
+
},
|
13547
13583
|
"EbsOptimizedSupport":{
|
13548
13584
|
"type":"string",
|
13549
13585
|
"enum":[
|
@@ -13552,6 +13588,7 @@
|
|
13552
13588
|
"default"
|
13553
13589
|
]
|
13554
13590
|
},
|
13591
|
+
"EfaSupportedFlag":{"type":"boolean"},
|
13555
13592
|
"EgressOnlyInternetGateway":{
|
13556
13593
|
"type":"structure",
|
13557
13594
|
"members":{
|
@@ -18111,6 +18148,10 @@
|
|
18111
18148
|
"shape":"RootDeviceTypeList",
|
18112
18149
|
"locationName":"supportedRootDeviceTypes"
|
18113
18150
|
},
|
18151
|
+
"SupportedVirtualizationTypes":{
|
18152
|
+
"shape":"VirtualizationTypeList",
|
18153
|
+
"locationName":"supportedVirtualizationTypes"
|
18154
|
+
},
|
18114
18155
|
"BareMetal":{
|
18115
18156
|
"shape":"BareMetalFlag",
|
18116
18157
|
"locationName":"bareMetal"
|
@@ -19824,6 +19865,9 @@
|
|
19824
19865
|
"MaxIpv6AddrPerInterface":{"type":"integer"},
|
19825
19866
|
"MaxNetworkInterfaces":{"type":"integer"},
|
19826
19867
|
"MaxResults":{"type":"integer"},
|
19868
|
+
"MaximumBandwidthInMbps":{"type":"integer"},
|
19869
|
+
"MaximumIops":{"type":"integer"},
|
19870
|
+
"MaximumThroughputInMBps":{"type":"double"},
|
19827
19871
|
"MembershipType":{
|
19828
19872
|
"type":"string",
|
19829
19873
|
"enum":[
|
@@ -21202,6 +21246,10 @@
|
|
21202
21246
|
"EnaSupport":{
|
21203
21247
|
"shape":"EnaSupport",
|
21204
21248
|
"locationName":"enaSupport"
|
21249
|
+
},
|
21250
|
+
"EfaSupported":{
|
21251
|
+
"shape":"EfaSupportedFlag",
|
21252
|
+
"locationName":"efaSupported"
|
21205
21253
|
}
|
21206
21254
|
}
|
21207
21255
|
},
|
@@ -22352,7 +22400,11 @@
|
|
22352
22400
|
"CidrAuthorizationContext":{"shape":"CidrAuthorizationContext"},
|
22353
22401
|
"PubliclyAdvertisable":{"shape":"Boolean"},
|
22354
22402
|
"Description":{"shape":"String"},
|
22355
|
-
"DryRun":{"shape":"Boolean"}
|
22403
|
+
"DryRun":{"shape":"Boolean"},
|
22404
|
+
"PoolTagSpecifications":{
|
22405
|
+
"shape":"TagSpecificationList",
|
22406
|
+
"locationName":"PoolTagSpecification"
|
22407
|
+
}
|
22356
22408
|
}
|
22357
22409
|
},
|
22358
22410
|
"ProvisionByoipCidrResult":{
|
@@ -22419,6 +22471,10 @@
|
|
22419
22471
|
"shape":"Integer",
|
22420
22472
|
"locationName":"totalAvailableAddressCount"
|
22421
22473
|
},
|
22474
|
+
"NetworkBorderGroup":{
|
22475
|
+
"shape":"String",
|
22476
|
+
"locationName":"networkBorderGroup"
|
22477
|
+
},
|
22422
22478
|
"Tags":{
|
22423
22479
|
"shape":"TagList",
|
22424
22480
|
"locationName":"tagSet"
|
@@ -28522,6 +28578,13 @@
|
|
28522
28578
|
"paravirtual"
|
28523
28579
|
]
|
28524
28580
|
},
|
28581
|
+
"VirtualizationTypeList":{
|
28582
|
+
"type":"list",
|
28583
|
+
"member":{
|
28584
|
+
"shape":"VirtualizationType",
|
28585
|
+
"locationName":"item"
|
28586
|
+
}
|
28587
|
+
},
|
28525
28588
|
"Volume":{
|
28526
28589
|
"type":"structure",
|
28527
28590
|
"members":{
|
@@ -1245,7 +1245,8 @@
|
|
1245
1245
|
"AuthTokenEnabled":{"shape":"BooleanOptional"},
|
1246
1246
|
"AuthTokenLastModifiedDate":{"shape":"TStamp"},
|
1247
1247
|
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
|
1248
|
-
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
|
1248
|
+
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
|
1249
|
+
"ARN":{"shape":"String"}
|
1249
1250
|
},
|
1250
1251
|
"wrapper":true
|
1251
1252
|
},
|
@@ -1401,7 +1402,8 @@
|
|
1401
1402
|
"CacheParameterGroupName":{"shape":"String"},
|
1402
1403
|
"CacheParameterGroupFamily":{"shape":"String"},
|
1403
1404
|
"Description":{"shape":"String"},
|
1404
|
-
"IsGlobal":{"shape":"Boolean"}
|
1405
|
+
"IsGlobal":{"shape":"Boolean"},
|
1406
|
+
"ARN":{"shape":"String"}
|
1405
1407
|
},
|
1406
1408
|
"wrapper":true
|
1407
1409
|
},
|
@@ -1480,7 +1482,8 @@
|
|
1480
1482
|
"OwnerId":{"shape":"String"},
|
1481
1483
|
"CacheSecurityGroupName":{"shape":"String"},
|
1482
1484
|
"Description":{"shape":"String"},
|
1483
|
-
"EC2SecurityGroups":{"shape":"EC2SecurityGroupList"}
|
1485
|
+
"EC2SecurityGroups":{"shape":"EC2SecurityGroupList"},
|
1486
|
+
"ARN":{"shape":"String"}
|
1484
1487
|
},
|
1485
1488
|
"wrapper":true
|
1486
1489
|
},
|
@@ -1558,7 +1561,8 @@
|
|
1558
1561
|
"CacheSubnetGroupName":{"shape":"String"},
|
1559
1562
|
"CacheSubnetGroupDescription":{"shape":"String"},
|
1560
1563
|
"VpcId":{"shape":"String"},
|
1561
|
-
"Subnets":{"shape":"SubnetList"}
|
1564
|
+
"Subnets":{"shape":"SubnetList"},
|
1565
|
+
"ARN":{"shape":"String"}
|
1562
1566
|
},
|
1563
1567
|
"wrapper":true
|
1564
1568
|
},
|
@@ -2305,7 +2309,8 @@
|
|
2305
2309
|
"GlobalNodeGroups":{"shape":"GlobalNodeGroupList"},
|
2306
2310
|
"AuthTokenEnabled":{"shape":"BooleanOptional"},
|
2307
2311
|
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
|
2308
|
-
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"}
|
2312
|
+
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
|
2313
|
+
"ARN":{"shape":"String"}
|
2309
2314
|
},
|
2310
2315
|
"wrapper":true
|
2311
2316
|
},
|
@@ -3111,7 +3116,8 @@
|
|
3111
3116
|
"AuthTokenLastModifiedDate":{"shape":"TStamp"},
|
3112
3117
|
"TransitEncryptionEnabled":{"shape":"BooleanOptional"},
|
3113
3118
|
"AtRestEncryptionEnabled":{"shape":"BooleanOptional"},
|
3114
|
-
"KmsKeyId":{"shape":"String"}
|
3119
|
+
"KmsKeyId":{"shape":"String"},
|
3120
|
+
"ARN":{"shape":"String"}
|
3115
3121
|
},
|
3116
3122
|
"wrapper":true
|
3117
3123
|
},
|
@@ -3478,7 +3484,8 @@
|
|
3478
3484
|
"NumNodeGroups":{"shape":"IntegerOptional"},
|
3479
3485
|
"AutomaticFailover":{"shape":"AutomaticFailoverStatus"},
|
3480
3486
|
"NodeSnapshots":{"shape":"NodeSnapshotList"},
|
3481
|
-
"KmsKeyId":{"shape":"String"}
|
3487
|
+
"KmsKeyId":{"shape":"String"},
|
3488
|
+
"ARN":{"shape":"String"}
|
3482
3489
|
},
|
3483
3490
|
"wrapper":true
|
3484
3491
|
},
|
@@ -74,7 +74,8 @@
|
|
74
74
|
{"shape":"TooManyTargetsException"},
|
75
75
|
{"shape":"TooManyActionsException"},
|
76
76
|
{"shape":"InvalidLoadBalancerActionException"},
|
77
|
-
{"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"}
|
77
|
+
{"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"},
|
78
|
+
{"shape":"ALPNPolicyNotSupportedException"}
|
78
79
|
]
|
79
80
|
},
|
80
81
|
"CreateLoadBalancer":{
|
@@ -427,7 +428,8 @@
|
|
427
428
|
{"shape":"TooManyTargetsException"},
|
428
429
|
{"shape":"TooManyActionsException"},
|
429
430
|
{"shape":"InvalidLoadBalancerActionException"},
|
430
|
-
{"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"}
|
431
|
+
{"shape":"TooManyUniqueTargetGroupsPerLoadBalancerException"},
|
432
|
+
{"shape":"ALPNPolicyNotSupportedException"}
|
431
433
|
]
|
432
434
|
},
|
433
435
|
"ModifyLoadBalancerAttributes":{
|
@@ -629,6 +631,17 @@
|
|
629
631
|
}
|
630
632
|
},
|
631
633
|
"shapes":{
|
634
|
+
"ALPNPolicyNotSupportedException":{
|
635
|
+
"type":"structure",
|
636
|
+
"members":{
|
637
|
+
},
|
638
|
+
"error":{
|
639
|
+
"code":"ALPNPolicyNotFound",
|
640
|
+
"httpStatusCode":400,
|
641
|
+
"senderFault":true
|
642
|
+
},
|
643
|
+
"exception":true
|
644
|
+
},
|
632
645
|
"Action":{
|
633
646
|
"type":"structure",
|
634
647
|
"required":["Type"],
|
@@ -707,6 +720,11 @@
|
|
707
720
|
},
|
708
721
|
"exception":true
|
709
722
|
},
|
723
|
+
"AlpnPolicyName":{
|
724
|
+
"type":"list",
|
725
|
+
"member":{"shape":"AlpnPolicyValue"}
|
726
|
+
},
|
727
|
+
"AlpnPolicyValue":{"type":"string"},
|
710
728
|
"AuthenticateCognitoActionAuthenticationRequestExtraParams":{
|
711
729
|
"type":"map",
|
712
730
|
"key":{"shape":"AuthenticateCognitoActionAuthenticationRequestParamName"},
|
@@ -873,7 +891,8 @@
|
|
873
891
|
"Port":{"shape":"Port"},
|
874
892
|
"SslPolicy":{"shape":"SslPolicyName"},
|
875
893
|
"Certificates":{"shape":"CertificateList"},
|
876
|
-
"DefaultActions":{"shape":"Actions"}
|
894
|
+
"DefaultActions":{"shape":"Actions"},
|
895
|
+
"AlpnPolicy":{"shape":"AlpnPolicyName"}
|
877
896
|
}
|
878
897
|
},
|
879
898
|
"CreateListenerOutput":{
|
@@ -1412,7 +1431,8 @@
|
|
1412
1431
|
"Protocol":{"shape":"ProtocolEnum"},
|
1413
1432
|
"Certificates":{"shape":"CertificateList"},
|
1414
1433
|
"SslPolicy":{"shape":"SslPolicyName"},
|
1415
|
-
"DefaultActions":{"shape":"Actions"}
|
1434
|
+
"DefaultActions":{"shape":"Actions"},
|
1435
|
+
"AlpnPolicy":{"shape":"AlpnPolicyName"}
|
1416
1436
|
}
|
1417
1437
|
},
|
1418
1438
|
"ListenerArn":{"type":"string"},
|
@@ -1558,7 +1578,8 @@
|
|
1558
1578
|
"Protocol":{"shape":"ProtocolEnum"},
|
1559
1579
|
"SslPolicy":{"shape":"SslPolicyName"},
|
1560
1580
|
"Certificates":{"shape":"CertificateList"},
|
1561
|
-
"DefaultActions":{"shape":"Actions"}
|
1581
|
+
"DefaultActions":{"shape":"Actions"},
|
1582
|
+
"AlpnPolicy":{"shape":"AlpnPolicyName"}
|
1562
1583
|
}
|
1563
1584
|
},
|
1564
1585
|
"ModifyListenerOutput":{
|
@@ -964,7 +964,8 @@
|
|
964
964
|
"COUNT",
|
965
965
|
"MAXIMUM",
|
966
966
|
"MINIMUM",
|
967
|
-
"SUM"
|
967
|
+
"SUM",
|
968
|
+
"STANDARD_DEVIATION"
|
968
969
|
]
|
969
970
|
},
|
970
971
|
"AggregateTypes":{
|
@@ -996,7 +997,8 @@
|
|
996
997
|
"count":{"shape":"AggregatedDoubleValue"},
|
997
998
|
"maximum":{"shape":"AggregatedDoubleValue"},
|
998
999
|
"minimum":{"shape":"AggregatedDoubleValue"},
|
999
|
-
"sum":{"shape":"AggregatedDoubleValue"}
|
1000
|
+
"sum":{"shape":"AggregatedDoubleValue"},
|
1001
|
+
"standardDeviation":{"shape":"AggregatedDoubleValue"}
|
1000
1002
|
}
|
1001
1003
|
},
|
1002
1004
|
"AmazonResourceName":{
|
@@ -2119,7 +2121,7 @@
|
|
2119
2121
|
"portalStatus":{"shape":"PortalStatus"},
|
2120
2122
|
"portalCreationDate":{"shape":"Timestamp"},
|
2121
2123
|
"portalLastUpdateDate":{"shape":"Timestamp"},
|
2122
|
-
"
|
2124
|
+
"portalLogoImageLocation":{"shape":"ImageLocation"},
|
2123
2125
|
"roleArn":{"shape":"ARN"}
|
2124
2126
|
}
|
2125
2127
|
},
|
@@ -2487,26 +2489,41 @@
|
|
2487
2489
|
"Image":{
|
2488
2490
|
"type":"structure",
|
2489
2491
|
"members":{
|
2490
|
-
"
|
2491
|
-
"
|
2492
|
+
"id":{"shape":"ID"},
|
2493
|
+
"file":{"shape":"ImageFile"}
|
2492
2494
|
}
|
2493
2495
|
},
|
2494
2496
|
"ImageFile":{
|
2495
2497
|
"type":"structure",
|
2496
2498
|
"required":[
|
2497
|
-
"
|
2498
|
-
"
|
2499
|
+
"data",
|
2500
|
+
"type"
|
2499
2501
|
],
|
2500
2502
|
"members":{
|
2501
|
-
"
|
2502
|
-
"
|
2503
|
+
"data":{"shape":"ImageFileData"},
|
2504
|
+
"type":{"shape":"ImageFileType"}
|
2503
2505
|
}
|
2504
2506
|
},
|
2505
|
-
"ImageFileData":{
|
2507
|
+
"ImageFileData":{
|
2508
|
+
"type":"blob",
|
2509
|
+
"max":1500000,
|
2510
|
+
"min":1
|
2511
|
+
},
|
2506
2512
|
"ImageFileType":{
|
2507
2513
|
"type":"string",
|
2508
2514
|
"enum":["PNG"]
|
2509
2515
|
},
|
2516
|
+
"ImageLocation":{
|
2517
|
+
"type":"structure",
|
2518
|
+
"required":[
|
2519
|
+
"id",
|
2520
|
+
"url"
|
2521
|
+
],
|
2522
|
+
"members":{
|
2523
|
+
"id":{"shape":"ID"},
|
2524
|
+
"url":{"shape":"Url"}
|
2525
|
+
}
|
2526
|
+
},
|
2510
2527
|
"InternalFailureException":{
|
2511
2528
|
"type":"structure",
|
2512
2529
|
"required":["message"],
|
@@ -3500,7 +3517,7 @@
|
|
3500
3517
|
"portalName":{"shape":"Name"},
|
3501
3518
|
"portalDescription":{"shape":"Description"},
|
3502
3519
|
"portalContactEmail":{"shape":"Email"},
|
3503
|
-
"
|
3520
|
+
"portalLogoImage":{"shape":"Image"},
|
3504
3521
|
"roleArn":{"shape":"ARN"},
|
3505
3522
|
"clientToken":{
|
3506
3523
|
"shape":"ClientToken",
|
@@ -275,6 +275,43 @@
|
|
275
275
|
}
|
276
276
|
]
|
277
277
|
},
|
278
|
+
"GetCompatibleKafkaVersions" : {
|
279
|
+
"name" : "GetCompatibleKafkaVersions",
|
280
|
+
"http" : {
|
281
|
+
"method" : "GET",
|
282
|
+
"requestUri" : "/v1/compatible-kafka-versions",
|
283
|
+
"responseCode" : 200
|
284
|
+
},
|
285
|
+
"input" : {
|
286
|
+
"shape" : "GetCompatibleKafkaVersionsRequest"
|
287
|
+
},
|
288
|
+
"output" : {
|
289
|
+
"shape" : "GetCompatibleKafkaVersionsResponse"
|
290
|
+
},
|
291
|
+
"errors" : [
|
292
|
+
{
|
293
|
+
"shape" : "BadRequestException"
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"shape" : "UnauthorizedException"
|
297
|
+
},
|
298
|
+
{
|
299
|
+
"shape" : "InternalServerErrorException"
|
300
|
+
},
|
301
|
+
{
|
302
|
+
"shape" : "ForbiddenException"
|
303
|
+
},
|
304
|
+
{
|
305
|
+
"shape" : "NotFoundException"
|
306
|
+
},
|
307
|
+
{
|
308
|
+
"shape" : "ServiceUnavailableException"
|
309
|
+
},
|
310
|
+
{
|
311
|
+
"shape" : "TooManyRequestsException"
|
312
|
+
}
|
313
|
+
]
|
314
|
+
},
|
278
315
|
"ListClusterOperations": {
|
279
316
|
"name": "ListClusterOperations",
|
280
317
|
"http": {
|
@@ -617,6 +654,43 @@
|
|
617
654
|
}
|
618
655
|
]
|
619
656
|
},
|
657
|
+
"UpdateClusterKafkaVersion" : {
|
658
|
+
"name" : "UpdateClusterKafkaVersion",
|
659
|
+
"http" : {
|
660
|
+
"method" : "PUT",
|
661
|
+
"requestUri" : "/v1/clusters/{clusterArn}/version",
|
662
|
+
"responseCode" : 200
|
663
|
+
},
|
664
|
+
"input" : {
|
665
|
+
"shape" : "UpdateClusterKafkaVersionRequest"
|
666
|
+
},
|
667
|
+
"output" : {
|
668
|
+
"shape" : "UpdateClusterKafkaVersionResponse"
|
669
|
+
},
|
670
|
+
"errors" : [
|
671
|
+
{
|
672
|
+
"shape" : "BadRequestException"
|
673
|
+
},
|
674
|
+
{
|
675
|
+
"shape" : "UnauthorizedException"
|
676
|
+
},
|
677
|
+
{
|
678
|
+
"shape" : "InternalServerErrorException"
|
679
|
+
},
|
680
|
+
{
|
681
|
+
"shape" : "ForbiddenException"
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"shape" : "NotFoundException"
|
685
|
+
},
|
686
|
+
{
|
687
|
+
"shape" : "ServiceUnavailableException"
|
688
|
+
},
|
689
|
+
{
|
690
|
+
"shape" : "TooManyRequestsException"
|
691
|
+
}
|
692
|
+
]
|
693
|
+
},
|
620
694
|
"UpdateMonitoring" : {
|
621
695
|
"name" : "UpdateMonitoring",
|
622
696
|
"http" : {
|
@@ -899,6 +973,10 @@
|
|
899
973
|
"shape": "ErrorInfo",
|
900
974
|
"locationName": "errorInfo"
|
901
975
|
},
|
976
|
+
"OperationSteps": {
|
977
|
+
"shape": "__listOfClusterOperationStep",
|
978
|
+
"locationName": "operationSteps"
|
979
|
+
},
|
902
980
|
"OperationArn": {
|
903
981
|
"shape": "__string",
|
904
982
|
"locationName": "operationArn"
|
@@ -921,6 +999,28 @@
|
|
921
999
|
}
|
922
1000
|
}
|
923
1001
|
},
|
1002
|
+
"ClusterOperationStep" : {
|
1003
|
+
"type" : "structure",
|
1004
|
+
"members" : {
|
1005
|
+
"StepInfo" : {
|
1006
|
+
"shape" : "ClusterOperationStepInfo",
|
1007
|
+
"locationName" : "stepInfo"
|
1008
|
+
},
|
1009
|
+
"StepName" : {
|
1010
|
+
"shape" : "__string",
|
1011
|
+
"locationName" : "stepName"
|
1012
|
+
}
|
1013
|
+
}
|
1014
|
+
},
|
1015
|
+
"ClusterOperationStepInfo" : {
|
1016
|
+
"type" : "structure",
|
1017
|
+
"members" : {
|
1018
|
+
"StepStatus" : {
|
1019
|
+
"shape" : "__string",
|
1020
|
+
"locationName" : "stepStatus"
|
1021
|
+
}
|
1022
|
+
}
|
1023
|
+
},
|
924
1024
|
"ClusterState": {
|
925
1025
|
"type": "string",
|
926
1026
|
"enum": [
|
@@ -931,6 +1031,19 @@
|
|
931
1031
|
"FAILED"
|
932
1032
|
]
|
933
1033
|
},
|
1034
|
+
"CompatibleKafkaVersion" : {
|
1035
|
+
"type" : "structure",
|
1036
|
+
"members" : {
|
1037
|
+
"SourceVersion" : {
|
1038
|
+
"shape" : "__string",
|
1039
|
+
"locationName" : "sourceVersion"
|
1040
|
+
},
|
1041
|
+
"TargetVersions" : {
|
1042
|
+
"shape" : "__listOf__string",
|
1043
|
+
"locationName" : "targetVersions"
|
1044
|
+
}
|
1045
|
+
}
|
1046
|
+
},
|
934
1047
|
"Configuration": {
|
935
1048
|
"type": "structure",
|
936
1049
|
"members": {
|
@@ -1117,7 +1230,6 @@
|
|
1117
1230
|
},
|
1118
1231
|
"required": [
|
1119
1232
|
"ServerProperties",
|
1120
|
-
"KafkaVersions",
|
1121
1233
|
"Name"
|
1122
1234
|
]
|
1123
1235
|
},
|
@@ -1441,6 +1553,25 @@
|
|
1441
1553
|
}
|
1442
1554
|
}
|
1443
1555
|
},
|
1556
|
+
"GetCompatibleKafkaVersionsRequest" : {
|
1557
|
+
"type" : "structure",
|
1558
|
+
"members" : {
|
1559
|
+
"ClusterArn" : {
|
1560
|
+
"shape" : "__string",
|
1561
|
+
"location" : "querystring",
|
1562
|
+
"locationName" : "clusterArn"
|
1563
|
+
}
|
1564
|
+
}
|
1565
|
+
},
|
1566
|
+
"GetCompatibleKafkaVersionsResponse" : {
|
1567
|
+
"type" : "structure",
|
1568
|
+
"members" : {
|
1569
|
+
"CompatibleKafkaVersions" : {
|
1570
|
+
"shape" : "__listOfCompatibleKafkaVersion",
|
1571
|
+
"locationName" : "compatibleKafkaVersions"
|
1572
|
+
}
|
1573
|
+
}
|
1574
|
+
},
|
1444
1575
|
"InternalServerErrorException": {
|
1445
1576
|
"type": "structure",
|
1446
1577
|
"members": {
|
@@ -1735,6 +1866,10 @@
|
|
1735
1866
|
"shape" : "EnhancedMonitoring",
|
1736
1867
|
"locationName" : "enhancedMonitoring"
|
1737
1868
|
},
|
1869
|
+
"KafkaVersion" : {
|
1870
|
+
"shape" : "__string",
|
1871
|
+
"locationName" : "kafkaVersion"
|
1872
|
+
},
|
1738
1873
|
"LoggingInfo": {
|
1739
1874
|
"shape": "LoggingInfo",
|
1740
1875
|
"locationName": "loggingInfo"
|
@@ -2020,6 +2155,42 @@
|
|
2020
2155
|
}
|
2021
2156
|
}
|
2022
2157
|
},
|
2158
|
+
"UpdateClusterKafkaVersionRequest" : {
|
2159
|
+
"type" : "structure",
|
2160
|
+
"members" : {
|
2161
|
+
"ClusterArn" : {
|
2162
|
+
"shape" : "__string",
|
2163
|
+
"location" : "uri",
|
2164
|
+
"locationName" : "clusterArn"
|
2165
|
+
},
|
2166
|
+
"ConfigurationInfo" : {
|
2167
|
+
"shape" : "ConfigurationInfo",
|
2168
|
+
"locationName" : "configurationInfo"
|
2169
|
+
},
|
2170
|
+
"CurrentVersion" : {
|
2171
|
+
"shape" : "__string",
|
2172
|
+
"locationName" : "currentVersion"
|
2173
|
+
},
|
2174
|
+
"TargetKafkaVersion" : {
|
2175
|
+
"shape" : "__string",
|
2176
|
+
"locationName" : "targetKafkaVersion"
|
2177
|
+
}
|
2178
|
+
},
|
2179
|
+
"required" : [ "ClusterArn", "TargetKafkaVersion", "CurrentVersion" ]
|
2180
|
+
},
|
2181
|
+
"UpdateClusterKafkaVersionResponse" : {
|
2182
|
+
"type" : "structure",
|
2183
|
+
"members" : {
|
2184
|
+
"ClusterArn" : {
|
2185
|
+
"shape" : "__string",
|
2186
|
+
"locationName" : "clusterArn"
|
2187
|
+
},
|
2188
|
+
"ClusterOperationArn" : {
|
2189
|
+
"shape" : "__string",
|
2190
|
+
"locationName" : "clusterOperationArn"
|
2191
|
+
}
|
2192
|
+
}
|
2193
|
+
},
|
2023
2194
|
"UpdateMonitoringRequest" : {
|
2024
2195
|
"type" : "structure",
|
2025
2196
|
"members" : {
|
@@ -2229,6 +2400,18 @@
|
|
2229
2400
|
"shape": "ClusterOperationInfo"
|
2230
2401
|
}
|
2231
2402
|
},
|
2403
|
+
"__listOfClusterOperationStep" : {
|
2404
|
+
"type" : "list",
|
2405
|
+
"member" : {
|
2406
|
+
"shape" : "ClusterOperationStep"
|
2407
|
+
}
|
2408
|
+
},
|
2409
|
+
"__listOfCompatibleKafkaVersion" : {
|
2410
|
+
"type" : "list",
|
2411
|
+
"member" : {
|
2412
|
+
"shape" : "CompatibleKafkaVersion"
|
2413
|
+
}
|
2414
|
+
},
|
2232
2415
|
"__listOfConfiguration": {
|
2233
2416
|
"type": "list",
|
2234
2417
|
"member": {
|