aws-sdk-core 2.11.514 → 2.11.519

Sign up to get free protection for your applications and to get access to all the features.
@@ -812,6 +812,19 @@
812
812
  "members":{
813
813
  }
814
814
  },
815
+ "AccessControlList":{
816
+ "type":"structure",
817
+ "members":{
818
+ "AllowsPublicReadAccess":{
819
+ "shape":"Boolean",
820
+ "locationName":"allowsPublicReadAccess"
821
+ },
822
+ "AllowsPublicWriteAccess":{
823
+ "shape":"Boolean",
824
+ "locationName":"allowsPublicWriteAccess"
825
+ }
826
+ }
827
+ },
815
828
  "AccessKeyDetails":{
816
829
  "type":"structure",
817
830
  "members":{
@@ -867,6 +880,15 @@
867
880
  "max":50,
868
881
  "min":1
869
882
  },
883
+ "AccountLevelPermissions":{
884
+ "type":"structure",
885
+ "members":{
886
+ "BlockPublicAccess":{
887
+ "shape":"BlockPublicAccess",
888
+ "locationName":"blockPublicAccess"
889
+ }
890
+ }
891
+ },
870
892
  "Action":{
871
893
  "type":"structure",
872
894
  "members":{
@@ -983,7 +1005,58 @@
983
1005
  "error":{"httpStatusCode":400},
984
1006
  "exception":true
985
1007
  },
1008
+ "BlockPublicAccess":{
1009
+ "type":"structure",
1010
+ "members":{
1011
+ "IgnorePublicAcls":{
1012
+ "shape":"Boolean",
1013
+ "locationName":"ignorePublicAcls"
1014
+ },
1015
+ "RestrictPublicBuckets":{
1016
+ "shape":"Boolean",
1017
+ "locationName":"restrictPublicBuckets"
1018
+ },
1019
+ "BlockPublicAcls":{
1020
+ "shape":"Boolean",
1021
+ "locationName":"blockPublicAcls"
1022
+ },
1023
+ "BlockPublicPolicy":{
1024
+ "shape":"Boolean",
1025
+ "locationName":"blockPublicPolicy"
1026
+ }
1027
+ }
1028
+ },
986
1029
  "Boolean":{"type":"boolean"},
1030
+ "BucketLevelPermissions":{
1031
+ "type":"structure",
1032
+ "members":{
1033
+ "AccessControlList":{
1034
+ "shape":"AccessControlList",
1035
+ "locationName":"accessControlList"
1036
+ },
1037
+ "BucketPolicy":{
1038
+ "shape":"BucketPolicy",
1039
+ "locationName":"bucketPolicy"
1040
+ },
1041
+ "BlockPublicAccess":{
1042
+ "shape":"BlockPublicAccess",
1043
+ "locationName":"blockPublicAccess"
1044
+ }
1045
+ }
1046
+ },
1047
+ "BucketPolicy":{
1048
+ "type":"structure",
1049
+ "members":{
1050
+ "AllowsPublicReadAccess":{
1051
+ "shape":"Boolean",
1052
+ "locationName":"allowsPublicReadAccess"
1053
+ },
1054
+ "AllowsPublicWriteAccess":{
1055
+ "shape":"Boolean",
1056
+ "locationName":"allowsPublicWriteAccess"
1057
+ }
1058
+ }
1059
+ },
987
1060
  "City":{
988
1061
  "type":"structure",
989
1062
  "members":{
@@ -1376,6 +1449,19 @@
1376
1449
  }
1377
1450
  }
1378
1451
  },
1452
+ "DefaultServerSideEncryption":{
1453
+ "type":"structure",
1454
+ "members":{
1455
+ "EncryptionType":{
1456
+ "shape":"String",
1457
+ "locationName":"encryptionType"
1458
+ },
1459
+ "KmsMasterKeyArn":{
1460
+ "shape":"String",
1461
+ "locationName":"kmsMasterKeyArn"
1462
+ }
1463
+ }
1464
+ },
1379
1465
  "DeleteDetectorRequest":{
1380
1466
  "type":"structure",
1381
1467
  "required":["DetectorId"],
@@ -3055,6 +3141,28 @@
3055
3141
  }
3056
3142
  }
3057
3143
  },
3144
+ "Owner":{
3145
+ "type":"structure",
3146
+ "members":{
3147
+ "Id":{
3148
+ "shape":"String",
3149
+ "locationName":"id"
3150
+ }
3151
+ }
3152
+ },
3153
+ "PermissionConfiguration":{
3154
+ "type":"structure",
3155
+ "members":{
3156
+ "BucketLevelPermissions":{
3157
+ "shape":"BucketLevelPermissions",
3158
+ "locationName":"bucketLevelPermissions"
3159
+ },
3160
+ "AccountLevelPermissions":{
3161
+ "shape":"AccountLevelPermissions",
3162
+ "locationName":"accountLevelPermissions"
3163
+ }
3164
+ }
3165
+ },
3058
3166
  "PortProbeAction":{
3059
3167
  "type":"structure",
3060
3168
  "members":{
@@ -3123,6 +3231,19 @@
3123
3231
  "type":"list",
3124
3232
  "member":{"shape":"ProductCode"}
3125
3233
  },
3234
+ "PublicAccess":{
3235
+ "type":"structure",
3236
+ "members":{
3237
+ "PermissionConfiguration":{
3238
+ "shape":"PermissionConfiguration",
3239
+ "locationName":"permissionConfiguration"
3240
+ },
3241
+ "EffectivePermission":{
3242
+ "shape":"String",
3243
+ "locationName":"effectivePermission"
3244
+ }
3245
+ }
3246
+ },
3126
3247
  "PublishingStatus":{
3127
3248
  "type":"string",
3128
3249
  "enum":[
@@ -3179,6 +3300,10 @@
3179
3300
  "shape":"AccessKeyDetails",
3180
3301
  "locationName":"accessKeyDetails"
3181
3302
  },
3303
+ "S3BucketDetails":{
3304
+ "shape":"S3BucketDetails",
3305
+ "locationName":"s3BucketDetails"
3306
+ },
3182
3307
  "InstanceDetails":{
3183
3308
  "shape":"InstanceDetails",
3184
3309
  "locationName":"instanceDetails"
@@ -3189,6 +3314,47 @@
3189
3314
  }
3190
3315
  }
3191
3316
  },
3317
+ "S3BucketDetail":{
3318
+ "type":"structure",
3319
+ "members":{
3320
+ "Arn":{
3321
+ "shape":"String",
3322
+ "locationName":"arn"
3323
+ },
3324
+ "Name":{
3325
+ "shape":"String",
3326
+ "locationName":"name"
3327
+ },
3328
+ "Type":{
3329
+ "shape":"String",
3330
+ "locationName":"type"
3331
+ },
3332
+ "CreatedAt":{
3333
+ "shape":"Timestamp",
3334
+ "locationName":"createdAt"
3335
+ },
3336
+ "Owner":{
3337
+ "shape":"Owner",
3338
+ "locationName":"owner"
3339
+ },
3340
+ "Tags":{
3341
+ "shape":"Tags",
3342
+ "locationName":"tags"
3343
+ },
3344
+ "DefaultServerSideEncryption":{
3345
+ "shape":"DefaultServerSideEncryption",
3346
+ "locationName":"defaultServerSideEncryption"
3347
+ },
3348
+ "PublicAccess":{
3349
+ "shape":"PublicAccess",
3350
+ "locationName":"publicAccess"
3351
+ }
3352
+ }
3353
+ },
3354
+ "S3BucketDetails":{
3355
+ "type":"list",
3356
+ "member":{"shape":"S3BucketDetail"}
3357
+ },
3192
3358
  "SecurityGroup":{
3193
3359
  "type":"structure",
3194
3360
  "members":{
@@ -3438,6 +3604,7 @@
3438
3604
  "type":"list",
3439
3605
  "member":{"shape":"String"}
3440
3606
  },
3607
+ "Timestamp":{"type":"timestamp"},
3441
3608
  "UnarchiveFindingsRequest":{
3442
3609
  "type":"structure",
3443
3610
  "required":[
@@ -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": {