aws-sdk-core 2.0.0.rc4 → 2.0.0.rc5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/CloudFront-2013-11-11.json +5502 -0
- data/apis/CloudWatch-2010-08-01.json +186 -1
- data/apis/DirectConnect-2012-10-25.json +758 -140
- data/apis/DynamoDB-2012-08-10.json +860 -2
- data/apis/EC2-2013-10-15.json +14698 -0
- data/apis/EMR-2009-03-31.json +86 -0
- data/apis/ElastiCache-2013-06-15.json +13 -5
- data/apis/ElasticBeanstalk-2010-12-01.json +141 -16
- data/apis/ElasticLoadBalancing-2012-06-01.json +0 -72
- data/apis/IAM-2010-05-08.json +156 -0
- data/apis/Kinesis-2013-12-02.json +9 -1
- data/apis/OpsWorks-2013-02-18.json +180 -6
- data/apis/RDS-2013-02-12.json +2 -1
- data/apis/RDS-2013-09-09.json +7963 -0
- data/apis/Redshift-2012-12-01.json +3273 -702
- data/apis/Route53-2012-12-12.json +2 -2
- data/apis/S3-2006-03-01.json +579 -538
- data/apis/SNS-2010-03-31.json +14 -0
- data/apis/SQS-2012-11-05.json +43 -6
- data/apis/STS-2011-06-15.json +81 -0
- data/apis/StorageGateway-2013-06-30.json +28 -28
- data/apis/source/cloudformation-2010-05-15.json +199 -199
- data/apis/source/cloudfront-2013-11-11.json +8828 -0
- data/apis/source/cloudfront-2013-11-11.paginators.json +32 -0
- data/apis/source/cloudfront-2013-11-11.waiters.json +29 -0
- data/apis/source/cloudsearch-2011-02-01.json +16 -23
- data/apis/source/datapipeline-2012-10-29.paginators.json +3 -2
- data/apis/source/directconnect-2012-10-25.json +1302 -363
- data/apis/source/dynamodb-2011-12-05.paginators.json +4 -1
- data/apis/source/dynamodb-2011-12-05.waiters.json +27 -0
- data/apis/source/dynamodb-2012-08-10.json +1634 -417
- data/apis/source/dynamodb-2012-08-10.paginators.json +4 -1
- data/apis/source/dynamodb-2012-08-10.waiters.json +25 -0
- data/apis/source/ec2-2013-10-15.json +19911 -0
- data/apis/source/ec2-2013-10-15.paginators.json +126 -0
- data/apis/source/ec2-2013-10-15.waiters.json +146 -0
- data/apis/source/elasticache-2013-06-15.json +10 -8
- data/apis/source/elasticache-2013-06-15.paginators.json +8 -2
- data/apis/source/elasticbeanstalk-2010-12-01.json +186 -32
- data/apis/source/elasticloadbalancing-2012-06-01.json +166 -293
- data/apis/source/elasticmapreduce-2009-03-31.json +229 -134
- data/apis/source/elastictranscoder-2012-09-25.json +1 -1
- data/apis/source/glacier-2012-06-01.paginators.json +3 -3
- data/apis/source/glacier-2012-06-01.waiters.json +23 -0
- data/apis/source/iam-2010-05-08.json +1306 -626
- data/apis/source/iam-2010-05-08.paginators.json +3 -0
- data/apis/source/kinesis-2013-12-02.json +4 -4
- data/apis/source/kinesis-2013-12-02.paginators.json +10 -4
- data/apis/source/monitoring-2010-08-01.json +336 -28
- data/apis/source/opsworks-2013-02-18.json +385 -102
- data/apis/source/rds-2013-01-10.paginators.json +6 -2
- data/apis/source/rds-2013-02-12.paginators.json +6 -2
- data/apis/source/rds-2013-09-09.json +10658 -0
- data/apis/source/rds-2013-09-09.paginators.json +110 -0
- data/apis/source/rds-2013-09-09.waiters.json +36 -0
- data/apis/source/redshift-2012-12-01.json +4759 -1237
- data/apis/source/redshift-2012-12-01.paginators.json +20 -1
- data/apis/source/redshift-2012-12-01.waiters.json +43 -0
- data/apis/source/route53-2012-12-12.paginators.json +2 -2
- data/apis/source/s3-2006-03-01.json +1032 -985
- data/apis/source/s3-2006-03-01.paginators.json +14 -3
- data/apis/source/s3-2006-03-01.waiters.json +27 -0
- data/apis/source/sns-2010-03-31.paginators.json +10 -0
- data/apis/source/sqs-2012-11-05.json +153 -101
- data/apis/source/storagegateway-2013-06-30.json +403 -442
- data/apis/source/storagegateway-2013-06-30.paginators.json +24 -0
- data/apis/source/sts-2011-06-15.json +258 -75
- data/apis/source/support-2013-04-15.paginators.json +0 -6
- data/apis/source/swf-2012-01-25.paginators.json +7 -7
- data/features/autoscaling/client.feature +6 -10
- data/features/autoscaling/{setup.rb → step_definitions.rb} +1 -1
- data/features/cloudformation/client.feature +5 -6
- data/features/cloudformation/{setup.rb → step_definitions.rb} +1 -1
- data/features/cloudfront/client.feature +5 -9
- data/features/cloudfront/{setup.rb → step_definitions.rb} +1 -1
- data/features/cloudsearch/client.feature +4 -6
- data/features/cloudsearch/{setup.rb → step_definitions.rb} +1 -1
- data/features/cloudwatch/client.feature +7 -9
- data/features/cloudwatch/{setup.rb → step_definitions.rb} +1 -1
- data/features/datapipeline/client.feature +5 -7
- data/features/datapipeline/{setup.rb → step_definitions.rb} +1 -1
- data/features/directconnect/client.feature +5 -7
- data/features/directconnect/{setup.rb → step_definitions.rb} +1 -1
- data/features/dynamodb/client.feature +6 -10
- data/features/dynamodb/simplified.feature +5 -9
- data/features/dynamodb/step_definitions.rb +9 -1
- data/features/ec2/client.feature +4 -9
- data/features/ec2/step_definitions.rb +3 -16
- data/features/elasticache/client.feature +4 -6
- data/features/elasticache/{setup.rb → step_definitions.rb} +1 -1
- data/features/elasticbeanstalk/client.feature +4 -6
- data/features/elasticbeanstalk/{setup.rb → step_definitions.rb} +1 -1
- data/features/elasticloadbalancing/client.feature +4 -6
- data/features/elasticloadbalancing/{setup.rb → step_definitions.rb} +1 -1
- data/features/elastictranscoder/client.feature +4 -6
- data/features/elastictranscoder/{setup.rb → step_definitions.rb} +1 -1
- data/features/emr/client.feature +4 -6
- data/features/emr/{setup.rb → step_definitions.rb} +1 -1
- data/features/env.rb +0 -2
- data/features/glacier/client.feature +10 -34
- data/features/glacier/step_definitions.rb +25 -8
- data/features/glacier/upload.feature +27 -0
- data/features/iam/client.feature +4 -6
- data/features/iam/{setup.rb → step_definitions.rb} +1 -1
- data/features/importexport/client.feature +4 -6
- data/features/importexport/{setup.rb → step_definitions.rb} +1 -1
- data/features/kinesis/client.feature +4 -6
- data/features/kinesis/{setup.rb → step_definitions.rb} +1 -1
- data/features/opsworks/client.feature +4 -6
- data/features/opsworks/{setup.rb → step_definitions.rb} +1 -1
- data/features/rds/client.feature +4 -6
- data/features/rds/{setup.rb → step_definitions.rb} +1 -1
- data/features/redshift/client.feature +4 -6
- data/features/redshift/{setup.rb → step_definitions.rb} +1 -1
- data/features/route53/client.feature +4 -6
- data/features/route53/{setup.rb → step_definitions.rb} +1 -1
- data/features/s3/buckets.feature +8 -0
- data/features/s3/step_definitions.rb +42 -3
- data/features/sdb/client.feature +4 -6
- data/features/sdb/{setup.rb → step_definitions.rb} +1 -1
- data/features/ses/client.feature +4 -6
- data/features/ses/{setup.rb → step_definitions.rb} +1 -1
- data/features/sns/client.feature +5 -6
- data/features/sns/{setup.rb → step_definitions.rb} +1 -1
- data/features/sqs/client.feature +5 -7
- data/features/sqs/step_definitions.rb +11 -0
- data/features/step_definitions.rb +88 -0
- data/features/storagegateway/client.feature +4 -6
- data/features/storagegateway/{setup.rb → step_definitions.rb} +1 -1
- data/features/sts/client.feature +5 -6
- data/features/sts/{setup.rb → step_definitions.rb} +1 -1
- data/features/swf/client.feature +5 -9
- data/features/swf/{setup.rb → step_definitions.rb} +1 -1
- data/lib/aws/api/shape_translator.rb +1 -0
- data/lib/aws/errors.rb +35 -11
- data/lib/aws/plugins/credentials.rb +11 -5
- data/lib/aws/plugins/regional_endpoint.rb +7 -3
- data/lib/aws/plugins/s3_regional_endpoint.rb +0 -2
- data/lib/aws/request_handler.rb +8 -3
- data/lib/aws/signers/s3.rb +14 -18
- data/lib/aws/version.rb +1 -1
- data/spec/aws/errors_spec.rb +39 -0
- data/spec/aws/plugins/credentials_spec.rb +12 -0
- data/spec/aws/plugins/region_endpoint_spec.rb +16 -4
- data/spec/aws/plugins/retry_errors_spec.rb +26 -26
- data/spec/aws/service_spec.rb +1 -1
- data/spec/fixtures/operations/route53/change_resource_record_sets.yml +18 -0
- data/tasks/test.rake +6 -18
- data/vendor/seahorse/lib/seahorse/client/http/headers.rb +20 -0
- data/vendor/seahorse/tasks/test.rake +2 -15
- metadata +77 -64
- data/features/common/step_definitions.rb +0 -63
- data/features/dynamodb/setup.rb +0 -8
- data/features/ec2/setup.rb +0 -6
- data/features/glacier/setup.rb +0 -16
- data/features/s3/setup.rb +0 -17
- data/features/sqs/setup.rb +0 -10
@@ -216,6 +216,10 @@
|
|
216
216
|
"type": "boolean",
|
217
217
|
"serialized_name": "Encrypted"
|
218
218
|
},
|
219
|
+
"encrypted_with_hsm": {
|
220
|
+
"type": "boolean",
|
221
|
+
"serialized_name": "EncryptedWithHSM"
|
222
|
+
},
|
219
223
|
"accounts_with_restore_access": {
|
220
224
|
"type": "list",
|
221
225
|
"serialized_name": "AccountsWithRestoreAccess",
|
@@ -257,6 +261,10 @@
|
|
257
261
|
"elapsed_time_in_seconds": {
|
258
262
|
"type": "integer",
|
259
263
|
"serialized_name": "ElapsedTimeInSeconds"
|
264
|
+
},
|
265
|
+
"source_region": {
|
266
|
+
"type": "string",
|
267
|
+
"serialized_name": "SourceRegion"
|
260
268
|
}
|
261
269
|
}
|
262
270
|
}
|
@@ -359,6 +367,10 @@
|
|
359
367
|
"type": "boolean",
|
360
368
|
"serialized_name": "Encrypted"
|
361
369
|
},
|
370
|
+
"encrypted_with_hsm": {
|
371
|
+
"type": "boolean",
|
372
|
+
"serialized_name": "EncryptedWithHSM"
|
373
|
+
},
|
362
374
|
"accounts_with_restore_access": {
|
363
375
|
"type": "list",
|
364
376
|
"serialized_name": "AccountsWithRestoreAccess",
|
@@ -400,6 +412,10 @@
|
|
400
412
|
"elapsed_time_in_seconds": {
|
401
413
|
"type": "integer",
|
402
414
|
"serialized_name": "ElapsedTimeInSeconds"
|
415
|
+
},
|
416
|
+
"source_region": {
|
417
|
+
"type": "string",
|
418
|
+
"serialized_name": "SourceRegion"
|
403
419
|
}
|
404
420
|
}
|
405
421
|
}
|
@@ -500,6 +516,18 @@
|
|
500
516
|
"encrypted": {
|
501
517
|
"type": "boolean",
|
502
518
|
"serialized_name": "Encrypted"
|
519
|
+
},
|
520
|
+
"hsm_client_certificate_identifier": {
|
521
|
+
"type": "string",
|
522
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
523
|
+
},
|
524
|
+
"hsm_configuration_identifier": {
|
525
|
+
"type": "string",
|
526
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
527
|
+
},
|
528
|
+
"elastic_ip": {
|
529
|
+
"type": "string",
|
530
|
+
"serialized_name": "ElasticIp"
|
503
531
|
}
|
504
532
|
}
|
505
533
|
},
|
@@ -711,6 +739,77 @@
|
|
711
739
|
"serialized_name": "EstimatedTimeToCompletionInSeconds"
|
712
740
|
}
|
713
741
|
}
|
742
|
+
},
|
743
|
+
"hsm_status": {
|
744
|
+
"type": "structure",
|
745
|
+
"serialized_name": "HsmStatus",
|
746
|
+
"members": {
|
747
|
+
"hsm_client_certificate_identifier": {
|
748
|
+
"type": "string",
|
749
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
750
|
+
},
|
751
|
+
"hsm_configuration_identifier": {
|
752
|
+
"type": "string",
|
753
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
754
|
+
},
|
755
|
+
"status": {
|
756
|
+
"type": "string",
|
757
|
+
"serialized_name": "Status"
|
758
|
+
}
|
759
|
+
}
|
760
|
+
},
|
761
|
+
"cluster_snapshot_copy_status": {
|
762
|
+
"type": "structure",
|
763
|
+
"serialized_name": "ClusterSnapshotCopyStatus",
|
764
|
+
"members": {
|
765
|
+
"destination_region": {
|
766
|
+
"type": "string",
|
767
|
+
"serialized_name": "DestinationRegion"
|
768
|
+
},
|
769
|
+
"retention_period": {
|
770
|
+
"type": "integer",
|
771
|
+
"serialized_name": "RetentionPeriod"
|
772
|
+
}
|
773
|
+
}
|
774
|
+
},
|
775
|
+
"cluster_public_key": {
|
776
|
+
"type": "string",
|
777
|
+
"serialized_name": "ClusterPublicKey"
|
778
|
+
},
|
779
|
+
"cluster_nodes": {
|
780
|
+
"type": "list",
|
781
|
+
"serialized_name": "ClusterNodes",
|
782
|
+
"members": {
|
783
|
+
"type": "structure",
|
784
|
+
"members": {
|
785
|
+
"node_role": {
|
786
|
+
"type": "string",
|
787
|
+
"serialized_name": "NodeRole"
|
788
|
+
},
|
789
|
+
"private_ip_address": {
|
790
|
+
"type": "string",
|
791
|
+
"serialized_name": "PrivateIPAddress"
|
792
|
+
},
|
793
|
+
"public_ip_address": {
|
794
|
+
"type": "string",
|
795
|
+
"serialized_name": "PublicIPAddress"
|
796
|
+
}
|
797
|
+
}
|
798
|
+
}
|
799
|
+
},
|
800
|
+
"elastic_ip_status": {
|
801
|
+
"type": "structure",
|
802
|
+
"serialized_name": "ElasticIpStatus",
|
803
|
+
"members": {
|
804
|
+
"elastic_ip": {
|
805
|
+
"type": "string",
|
806
|
+
"serialized_name": "ElasticIp"
|
807
|
+
},
|
808
|
+
"status": {
|
809
|
+
"type": "string",
|
810
|
+
"serialized_name": "Status"
|
811
|
+
}
|
812
|
+
}
|
714
813
|
}
|
715
814
|
}
|
716
815
|
}
|
@@ -948,6 +1047,10 @@
|
|
948
1047
|
"type": "boolean",
|
949
1048
|
"serialized_name": "Encrypted"
|
950
1049
|
},
|
1050
|
+
"encrypted_with_hsm": {
|
1051
|
+
"type": "boolean",
|
1052
|
+
"serialized_name": "EncryptedWithHSM"
|
1053
|
+
},
|
951
1054
|
"accounts_with_restore_access": {
|
952
1055
|
"type": "list",
|
953
1056
|
"serialized_name": "AccountsWithRestoreAccess",
|
@@ -989,6 +1092,10 @@
|
|
989
1092
|
"elapsed_time_in_seconds": {
|
990
1093
|
"type": "integer",
|
991
1094
|
"serialized_name": "ElapsedTimeInSeconds"
|
1095
|
+
},
|
1096
|
+
"source_region": {
|
1097
|
+
"type": "string",
|
1098
|
+
"serialized_name": "SourceRegion"
|
992
1099
|
}
|
993
1100
|
}
|
994
1101
|
}
|
@@ -1088,6 +1195,232 @@
|
|
1088
1195
|
}
|
1089
1196
|
}
|
1090
1197
|
},
|
1198
|
+
"create_event_subscription": {
|
1199
|
+
"name": "CreateEventSubscription",
|
1200
|
+
"http_method": "POST",
|
1201
|
+
"http_path": "/",
|
1202
|
+
"input": {
|
1203
|
+
"type": "input",
|
1204
|
+
"members": {
|
1205
|
+
"subscription_name": {
|
1206
|
+
"type": "string",
|
1207
|
+
"required": true,
|
1208
|
+
"serialized_name": "SubscriptionName"
|
1209
|
+
},
|
1210
|
+
"sns_topic_arn": {
|
1211
|
+
"type": "string",
|
1212
|
+
"required": true,
|
1213
|
+
"serialized_name": "SnsTopicArn"
|
1214
|
+
},
|
1215
|
+
"source_type": {
|
1216
|
+
"type": "string",
|
1217
|
+
"serialized_name": "SourceType"
|
1218
|
+
},
|
1219
|
+
"source_ids": {
|
1220
|
+
"type": "list",
|
1221
|
+
"serialized_name": "SourceIds",
|
1222
|
+
"members": {
|
1223
|
+
"type": "string",
|
1224
|
+
"serialized_name": "SourceId"
|
1225
|
+
}
|
1226
|
+
},
|
1227
|
+
"event_categories": {
|
1228
|
+
"type": "list",
|
1229
|
+
"serialized_name": "EventCategories",
|
1230
|
+
"members": {
|
1231
|
+
"type": "string",
|
1232
|
+
"serialized_name": "EventCategory"
|
1233
|
+
}
|
1234
|
+
},
|
1235
|
+
"severity": {
|
1236
|
+
"type": "string",
|
1237
|
+
"serialized_name": "Severity"
|
1238
|
+
},
|
1239
|
+
"enabled": {
|
1240
|
+
"type": "boolean",
|
1241
|
+
"serialized_name": "Enabled"
|
1242
|
+
}
|
1243
|
+
}
|
1244
|
+
},
|
1245
|
+
"output": {
|
1246
|
+
"type": "output",
|
1247
|
+
"metadata": {
|
1248
|
+
"wrapper": "CreateEventSubscriptionResult"
|
1249
|
+
},
|
1250
|
+
"members": {
|
1251
|
+
"event_subscription": {
|
1252
|
+
"type": "structure",
|
1253
|
+
"serialized_name": "EventSubscription",
|
1254
|
+
"metadata": {
|
1255
|
+
"wrapper": true
|
1256
|
+
},
|
1257
|
+
"members": {
|
1258
|
+
"customer_aws_id": {
|
1259
|
+
"type": "string",
|
1260
|
+
"serialized_name": "CustomerAwsId"
|
1261
|
+
},
|
1262
|
+
"cust_subscription_id": {
|
1263
|
+
"type": "string",
|
1264
|
+
"serialized_name": "CustSubscriptionId"
|
1265
|
+
},
|
1266
|
+
"sns_topic_arn": {
|
1267
|
+
"type": "string",
|
1268
|
+
"serialized_name": "SnsTopicArn"
|
1269
|
+
},
|
1270
|
+
"status": {
|
1271
|
+
"type": "string",
|
1272
|
+
"serialized_name": "Status"
|
1273
|
+
},
|
1274
|
+
"subscription_creation_time": {
|
1275
|
+
"type": "iso8601_timestamp",
|
1276
|
+
"serialized_name": "SubscriptionCreationTime"
|
1277
|
+
},
|
1278
|
+
"source_type": {
|
1279
|
+
"type": "string",
|
1280
|
+
"serialized_name": "SourceType"
|
1281
|
+
},
|
1282
|
+
"source_ids_list": {
|
1283
|
+
"type": "list",
|
1284
|
+
"serialized_name": "SourceIdsList",
|
1285
|
+
"members": {
|
1286
|
+
"type": "string",
|
1287
|
+
"serialized_name": "SourceId"
|
1288
|
+
}
|
1289
|
+
},
|
1290
|
+
"event_categories_list": {
|
1291
|
+
"type": "list",
|
1292
|
+
"serialized_name": "EventCategoriesList",
|
1293
|
+
"members": {
|
1294
|
+
"type": "string",
|
1295
|
+
"serialized_name": "EventCategory"
|
1296
|
+
}
|
1297
|
+
},
|
1298
|
+
"severity": {
|
1299
|
+
"type": "string",
|
1300
|
+
"serialized_name": "Severity"
|
1301
|
+
},
|
1302
|
+
"enabled": {
|
1303
|
+
"type": "boolean",
|
1304
|
+
"serialized_name": "Enabled"
|
1305
|
+
}
|
1306
|
+
}
|
1307
|
+
}
|
1308
|
+
}
|
1309
|
+
}
|
1310
|
+
},
|
1311
|
+
"create_hsm_client_certificate": {
|
1312
|
+
"name": "CreateHsmClientCertificate",
|
1313
|
+
"http_method": "POST",
|
1314
|
+
"http_path": "/",
|
1315
|
+
"input": {
|
1316
|
+
"type": "input",
|
1317
|
+
"members": {
|
1318
|
+
"hsm_client_certificate_identifier": {
|
1319
|
+
"type": "string",
|
1320
|
+
"required": true,
|
1321
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
1322
|
+
}
|
1323
|
+
}
|
1324
|
+
},
|
1325
|
+
"output": {
|
1326
|
+
"type": "output",
|
1327
|
+
"metadata": {
|
1328
|
+
"wrapper": "CreateHsmClientCertificateResult"
|
1329
|
+
},
|
1330
|
+
"members": {
|
1331
|
+
"hsm_client_certificate": {
|
1332
|
+
"type": "structure",
|
1333
|
+
"serialized_name": "HsmClientCertificate",
|
1334
|
+
"metadata": {
|
1335
|
+
"wrapper": true
|
1336
|
+
},
|
1337
|
+
"members": {
|
1338
|
+
"hsm_client_certificate_identifier": {
|
1339
|
+
"type": "string",
|
1340
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
1341
|
+
},
|
1342
|
+
"hsm_client_certificate_public_key": {
|
1343
|
+
"type": "string",
|
1344
|
+
"serialized_name": "HsmClientCertificatePublicKey"
|
1345
|
+
}
|
1346
|
+
}
|
1347
|
+
}
|
1348
|
+
}
|
1349
|
+
}
|
1350
|
+
},
|
1351
|
+
"create_hsm_configuration": {
|
1352
|
+
"name": "CreateHsmConfiguration",
|
1353
|
+
"http_method": "POST",
|
1354
|
+
"http_path": "/",
|
1355
|
+
"input": {
|
1356
|
+
"type": "input",
|
1357
|
+
"members": {
|
1358
|
+
"hsm_configuration_identifier": {
|
1359
|
+
"type": "string",
|
1360
|
+
"required": true,
|
1361
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
1362
|
+
},
|
1363
|
+
"description": {
|
1364
|
+
"type": "string",
|
1365
|
+
"required": true,
|
1366
|
+
"serialized_name": "Description"
|
1367
|
+
},
|
1368
|
+
"hsm_ip_address": {
|
1369
|
+
"type": "string",
|
1370
|
+
"required": true,
|
1371
|
+
"serialized_name": "HsmIpAddress"
|
1372
|
+
},
|
1373
|
+
"hsm_partition_name": {
|
1374
|
+
"type": "string",
|
1375
|
+
"required": true,
|
1376
|
+
"serialized_name": "HsmPartitionName"
|
1377
|
+
},
|
1378
|
+
"hsm_partition_password": {
|
1379
|
+
"type": "string",
|
1380
|
+
"required": true,
|
1381
|
+
"serialized_name": "HsmPartitionPassword"
|
1382
|
+
},
|
1383
|
+
"hsm_server_public_certificate": {
|
1384
|
+
"type": "string",
|
1385
|
+
"required": true,
|
1386
|
+
"serialized_name": "HsmServerPublicCertificate"
|
1387
|
+
}
|
1388
|
+
}
|
1389
|
+
},
|
1390
|
+
"output": {
|
1391
|
+
"type": "output",
|
1392
|
+
"metadata": {
|
1393
|
+
"wrapper": "CreateHsmConfigurationResult"
|
1394
|
+
},
|
1395
|
+
"members": {
|
1396
|
+
"hsm_configuration": {
|
1397
|
+
"type": "structure",
|
1398
|
+
"serialized_name": "HsmConfiguration",
|
1399
|
+
"metadata": {
|
1400
|
+
"wrapper": true
|
1401
|
+
},
|
1402
|
+
"members": {
|
1403
|
+
"hsm_configuration_identifier": {
|
1404
|
+
"type": "string",
|
1405
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
1406
|
+
},
|
1407
|
+
"description": {
|
1408
|
+
"type": "string",
|
1409
|
+
"serialized_name": "Description"
|
1410
|
+
},
|
1411
|
+
"hsm_ip_address": {
|
1412
|
+
"type": "string",
|
1413
|
+
"serialized_name": "HsmIpAddress"
|
1414
|
+
},
|
1415
|
+
"hsm_partition_name": {
|
1416
|
+
"type": "string",
|
1417
|
+
"serialized_name": "HsmPartitionName"
|
1418
|
+
}
|
1419
|
+
}
|
1420
|
+
}
|
1421
|
+
}
|
1422
|
+
}
|
1423
|
+
},
|
1091
1424
|
"delete_cluster": {
|
1092
1425
|
"name": "DeleteCluster",
|
1093
1426
|
"http_method": "POST",
|
@@ -1318,45 +1651,116 @@
|
|
1318
1651
|
"serialized_name": "EstimatedTimeToCompletionInSeconds"
|
1319
1652
|
}
|
1320
1653
|
}
|
1321
|
-
}
|
1322
|
-
|
1323
|
-
|
1324
|
-
|
1325
|
-
|
1326
|
-
|
1327
|
-
|
1328
|
-
|
1329
|
-
|
1330
|
-
|
1331
|
-
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
1335
|
-
|
1336
|
-
|
1337
|
-
|
1338
|
-
|
1339
|
-
|
1340
|
-
|
1341
|
-
|
1342
|
-
|
1343
|
-
|
1344
|
-
|
1345
|
-
|
1346
|
-
|
1347
|
-
|
1348
|
-
|
1349
|
-
|
1350
|
-
|
1351
|
-
|
1352
|
-
|
1353
|
-
|
1354
|
-
|
1355
|
-
|
1356
|
-
|
1357
|
-
|
1358
|
-
|
1359
|
-
|
1654
|
+
},
|
1655
|
+
"hsm_status": {
|
1656
|
+
"type": "structure",
|
1657
|
+
"serialized_name": "HsmStatus",
|
1658
|
+
"members": {
|
1659
|
+
"hsm_client_certificate_identifier": {
|
1660
|
+
"type": "string",
|
1661
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
1662
|
+
},
|
1663
|
+
"hsm_configuration_identifier": {
|
1664
|
+
"type": "string",
|
1665
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
1666
|
+
},
|
1667
|
+
"status": {
|
1668
|
+
"type": "string",
|
1669
|
+
"serialized_name": "Status"
|
1670
|
+
}
|
1671
|
+
}
|
1672
|
+
},
|
1673
|
+
"cluster_snapshot_copy_status": {
|
1674
|
+
"type": "structure",
|
1675
|
+
"serialized_name": "ClusterSnapshotCopyStatus",
|
1676
|
+
"members": {
|
1677
|
+
"destination_region": {
|
1678
|
+
"type": "string",
|
1679
|
+
"serialized_name": "DestinationRegion"
|
1680
|
+
},
|
1681
|
+
"retention_period": {
|
1682
|
+
"type": "integer",
|
1683
|
+
"serialized_name": "RetentionPeriod"
|
1684
|
+
}
|
1685
|
+
}
|
1686
|
+
},
|
1687
|
+
"cluster_public_key": {
|
1688
|
+
"type": "string",
|
1689
|
+
"serialized_name": "ClusterPublicKey"
|
1690
|
+
},
|
1691
|
+
"cluster_nodes": {
|
1692
|
+
"type": "list",
|
1693
|
+
"serialized_name": "ClusterNodes",
|
1694
|
+
"members": {
|
1695
|
+
"type": "structure",
|
1696
|
+
"members": {
|
1697
|
+
"node_role": {
|
1698
|
+
"type": "string",
|
1699
|
+
"serialized_name": "NodeRole"
|
1700
|
+
},
|
1701
|
+
"private_ip_address": {
|
1702
|
+
"type": "string",
|
1703
|
+
"serialized_name": "PrivateIPAddress"
|
1704
|
+
},
|
1705
|
+
"public_ip_address": {
|
1706
|
+
"type": "string",
|
1707
|
+
"serialized_name": "PublicIPAddress"
|
1708
|
+
}
|
1709
|
+
}
|
1710
|
+
}
|
1711
|
+
},
|
1712
|
+
"elastic_ip_status": {
|
1713
|
+
"type": "structure",
|
1714
|
+
"serialized_name": "ElasticIpStatus",
|
1715
|
+
"members": {
|
1716
|
+
"elastic_ip": {
|
1717
|
+
"type": "string",
|
1718
|
+
"serialized_name": "ElasticIp"
|
1719
|
+
},
|
1720
|
+
"status": {
|
1721
|
+
"type": "string",
|
1722
|
+
"serialized_name": "Status"
|
1723
|
+
}
|
1724
|
+
}
|
1725
|
+
}
|
1726
|
+
}
|
1727
|
+
}
|
1728
|
+
}
|
1729
|
+
}
|
1730
|
+
},
|
1731
|
+
"delete_cluster_parameter_group": {
|
1732
|
+
"name": "DeleteClusterParameterGroup",
|
1733
|
+
"http_method": "POST",
|
1734
|
+
"http_path": "/",
|
1735
|
+
"input": {
|
1736
|
+
"type": "input",
|
1737
|
+
"members": {
|
1738
|
+
"parameter_group_name": {
|
1739
|
+
"type": "string",
|
1740
|
+
"required": true,
|
1741
|
+
"serialized_name": "ParameterGroupName"
|
1742
|
+
}
|
1743
|
+
}
|
1744
|
+
}
|
1745
|
+
},
|
1746
|
+
"delete_cluster_security_group": {
|
1747
|
+
"name": "DeleteClusterSecurityGroup",
|
1748
|
+
"http_method": "POST",
|
1749
|
+
"http_path": "/",
|
1750
|
+
"input": {
|
1751
|
+
"type": "input",
|
1752
|
+
"members": {
|
1753
|
+
"cluster_security_group_name": {
|
1754
|
+
"type": "string",
|
1755
|
+
"required": true,
|
1756
|
+
"serialized_name": "ClusterSecurityGroupName"
|
1757
|
+
}
|
1758
|
+
}
|
1759
|
+
}
|
1760
|
+
},
|
1761
|
+
"delete_cluster_snapshot": {
|
1762
|
+
"name": "DeleteClusterSnapshot",
|
1763
|
+
"http_method": "POST",
|
1360
1764
|
"http_path": "/",
|
1361
1765
|
"input": {
|
1362
1766
|
"type": "input",
|
@@ -1445,6 +1849,10 @@
|
|
1445
1849
|
"type": "boolean",
|
1446
1850
|
"serialized_name": "Encrypted"
|
1447
1851
|
},
|
1852
|
+
"encrypted_with_hsm": {
|
1853
|
+
"type": "boolean",
|
1854
|
+
"serialized_name": "EncryptedWithHSM"
|
1855
|
+
},
|
1448
1856
|
"accounts_with_restore_access": {
|
1449
1857
|
"type": "list",
|
1450
1858
|
"serialized_name": "AccountsWithRestoreAccess",
|
@@ -1486,6 +1894,10 @@
|
|
1486
1894
|
"elapsed_time_in_seconds": {
|
1487
1895
|
"type": "integer",
|
1488
1896
|
"serialized_name": "ElapsedTimeInSeconds"
|
1897
|
+
},
|
1898
|
+
"source_region": {
|
1899
|
+
"type": "string",
|
1900
|
+
"serialized_name": "SourceRegion"
|
1489
1901
|
}
|
1490
1902
|
}
|
1491
1903
|
}
|
@@ -1507,6 +1919,51 @@
|
|
1507
1919
|
}
|
1508
1920
|
}
|
1509
1921
|
},
|
1922
|
+
"delete_event_subscription": {
|
1923
|
+
"name": "DeleteEventSubscription",
|
1924
|
+
"http_method": "POST",
|
1925
|
+
"http_path": "/",
|
1926
|
+
"input": {
|
1927
|
+
"type": "input",
|
1928
|
+
"members": {
|
1929
|
+
"subscription_name": {
|
1930
|
+
"type": "string",
|
1931
|
+
"required": true,
|
1932
|
+
"serialized_name": "SubscriptionName"
|
1933
|
+
}
|
1934
|
+
}
|
1935
|
+
}
|
1936
|
+
},
|
1937
|
+
"delete_hsm_client_certificate": {
|
1938
|
+
"name": "DeleteHsmClientCertificate",
|
1939
|
+
"http_method": "POST",
|
1940
|
+
"http_path": "/",
|
1941
|
+
"input": {
|
1942
|
+
"type": "input",
|
1943
|
+
"members": {
|
1944
|
+
"hsm_client_certificate_identifier": {
|
1945
|
+
"type": "string",
|
1946
|
+
"required": true,
|
1947
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
1948
|
+
}
|
1949
|
+
}
|
1950
|
+
}
|
1951
|
+
},
|
1952
|
+
"delete_hsm_configuration": {
|
1953
|
+
"name": "DeleteHsmConfiguration",
|
1954
|
+
"http_method": "POST",
|
1955
|
+
"http_path": "/",
|
1956
|
+
"input": {
|
1957
|
+
"type": "input",
|
1958
|
+
"members": {
|
1959
|
+
"hsm_configuration_identifier": {
|
1960
|
+
"type": "string",
|
1961
|
+
"required": true,
|
1962
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
1963
|
+
}
|
1964
|
+
}
|
1965
|
+
}
|
1966
|
+
},
|
1510
1967
|
"describe_cluster_parameter_groups": {
|
1511
1968
|
"name": "DescribeClusterParameterGroups",
|
1512
1969
|
"http_method": "POST",
|
@@ -1891,6 +2348,10 @@
|
|
1891
2348
|
"type": "boolean",
|
1892
2349
|
"serialized_name": "Encrypted"
|
1893
2350
|
},
|
2351
|
+
"encrypted_with_hsm": {
|
2352
|
+
"type": "boolean",
|
2353
|
+
"serialized_name": "EncryptedWithHSM"
|
2354
|
+
},
|
1894
2355
|
"accounts_with_restore_access": {
|
1895
2356
|
"type": "list",
|
1896
2357
|
"serialized_name": "AccountsWithRestoreAccess",
|
@@ -1932,6 +2393,10 @@
|
|
1932
2393
|
"elapsed_time_in_seconds": {
|
1933
2394
|
"type": "integer",
|
1934
2395
|
"serialized_name": "ElapsedTimeInSeconds"
|
2396
|
+
},
|
2397
|
+
"source_region": {
|
2398
|
+
"type": "string",
|
2399
|
+
"serialized_name": "SourceRegion"
|
1935
2400
|
}
|
1936
2401
|
}
|
1937
2402
|
}
|
@@ -2350,6 +2815,77 @@
|
|
2350
2815
|
"serialized_name": "EstimatedTimeToCompletionInSeconds"
|
2351
2816
|
}
|
2352
2817
|
}
|
2818
|
+
},
|
2819
|
+
"hsm_status": {
|
2820
|
+
"type": "structure",
|
2821
|
+
"serialized_name": "HsmStatus",
|
2822
|
+
"members": {
|
2823
|
+
"hsm_client_certificate_identifier": {
|
2824
|
+
"type": "string",
|
2825
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
2826
|
+
},
|
2827
|
+
"hsm_configuration_identifier": {
|
2828
|
+
"type": "string",
|
2829
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
2830
|
+
},
|
2831
|
+
"status": {
|
2832
|
+
"type": "string",
|
2833
|
+
"serialized_name": "Status"
|
2834
|
+
}
|
2835
|
+
}
|
2836
|
+
},
|
2837
|
+
"cluster_snapshot_copy_status": {
|
2838
|
+
"type": "structure",
|
2839
|
+
"serialized_name": "ClusterSnapshotCopyStatus",
|
2840
|
+
"members": {
|
2841
|
+
"destination_region": {
|
2842
|
+
"type": "string",
|
2843
|
+
"serialized_name": "DestinationRegion"
|
2844
|
+
},
|
2845
|
+
"retention_period": {
|
2846
|
+
"type": "integer",
|
2847
|
+
"serialized_name": "RetentionPeriod"
|
2848
|
+
}
|
2849
|
+
}
|
2850
|
+
},
|
2851
|
+
"cluster_public_key": {
|
2852
|
+
"type": "string",
|
2853
|
+
"serialized_name": "ClusterPublicKey"
|
2854
|
+
},
|
2855
|
+
"cluster_nodes": {
|
2856
|
+
"type": "list",
|
2857
|
+
"serialized_name": "ClusterNodes",
|
2858
|
+
"members": {
|
2859
|
+
"type": "structure",
|
2860
|
+
"members": {
|
2861
|
+
"node_role": {
|
2862
|
+
"type": "string",
|
2863
|
+
"serialized_name": "NodeRole"
|
2864
|
+
},
|
2865
|
+
"private_ip_address": {
|
2866
|
+
"type": "string",
|
2867
|
+
"serialized_name": "PrivateIPAddress"
|
2868
|
+
},
|
2869
|
+
"public_ip_address": {
|
2870
|
+
"type": "string",
|
2871
|
+
"serialized_name": "PublicIPAddress"
|
2872
|
+
}
|
2873
|
+
}
|
2874
|
+
}
|
2875
|
+
},
|
2876
|
+
"elastic_ip_status": {
|
2877
|
+
"type": "structure",
|
2878
|
+
"serialized_name": "ElasticIpStatus",
|
2879
|
+
"members": {
|
2880
|
+
"elastic_ip": {
|
2881
|
+
"type": "string",
|
2882
|
+
"serialized_name": "ElasticIp"
|
2883
|
+
},
|
2884
|
+
"status": {
|
2885
|
+
"type": "string",
|
2886
|
+
"serialized_name": "Status"
|
2887
|
+
}
|
2888
|
+
}
|
2353
2889
|
}
|
2354
2890
|
}
|
2355
2891
|
}
|
@@ -2364,7 +2900,7 @@
|
|
2364
2900
|
"metadata": {
|
2365
2901
|
"paging": {
|
2366
2902
|
"tokens": {
|
2367
|
-
"marker": "marker"
|
2903
|
+
"marker": "default_cluster_parameters.marker"
|
2368
2904
|
}
|
2369
2905
|
}
|
2370
2906
|
},
|
@@ -2454,8 +2990,80 @@
|
|
2454
2990
|
}
|
2455
2991
|
}
|
2456
2992
|
},
|
2457
|
-
"
|
2458
|
-
"name": "
|
2993
|
+
"describe_event_categories": {
|
2994
|
+
"name": "DescribeEventCategories",
|
2995
|
+
"http_method": "POST",
|
2996
|
+
"http_path": "/",
|
2997
|
+
"input": {
|
2998
|
+
"type": "input",
|
2999
|
+
"members": {
|
3000
|
+
"source_type": {
|
3001
|
+
"type": "string",
|
3002
|
+
"serialized_name": "SourceType"
|
3003
|
+
}
|
3004
|
+
}
|
3005
|
+
},
|
3006
|
+
"output": {
|
3007
|
+
"type": "output",
|
3008
|
+
"metadata": {
|
3009
|
+
"wrapper": "DescribeEventCategoriesResult"
|
3010
|
+
},
|
3011
|
+
"members": {
|
3012
|
+
"event_categories_map_list": {
|
3013
|
+
"type": "list",
|
3014
|
+
"serialized_name": "EventCategoriesMapList",
|
3015
|
+
"members": {
|
3016
|
+
"type": "structure",
|
3017
|
+
"serialized_name": "EventCategoriesMap",
|
3018
|
+
"metadata": {
|
3019
|
+
"wrapper": true
|
3020
|
+
},
|
3021
|
+
"members": {
|
3022
|
+
"source_type": {
|
3023
|
+
"type": "string",
|
3024
|
+
"serialized_name": "SourceType"
|
3025
|
+
},
|
3026
|
+
"events": {
|
3027
|
+
"type": "list",
|
3028
|
+
"serialized_name": "Events",
|
3029
|
+
"members": {
|
3030
|
+
"type": "structure",
|
3031
|
+
"serialized_name": "EventInfoMap",
|
3032
|
+
"metadata": {
|
3033
|
+
"wrapper": true
|
3034
|
+
},
|
3035
|
+
"members": {
|
3036
|
+
"event_id": {
|
3037
|
+
"type": "string",
|
3038
|
+
"serialized_name": "EventId"
|
3039
|
+
},
|
3040
|
+
"event_categories": {
|
3041
|
+
"type": "list",
|
3042
|
+
"serialized_name": "EventCategories",
|
3043
|
+
"members": {
|
3044
|
+
"type": "string",
|
3045
|
+
"serialized_name": "EventCategory"
|
3046
|
+
}
|
3047
|
+
},
|
3048
|
+
"event_description": {
|
3049
|
+
"type": "string",
|
3050
|
+
"serialized_name": "EventDescription"
|
3051
|
+
},
|
3052
|
+
"severity": {
|
3053
|
+
"type": "string",
|
3054
|
+
"serialized_name": "Severity"
|
3055
|
+
}
|
3056
|
+
}
|
3057
|
+
}
|
3058
|
+
}
|
3059
|
+
}
|
3060
|
+
}
|
3061
|
+
}
|
3062
|
+
}
|
3063
|
+
}
|
3064
|
+
},
|
3065
|
+
"describe_event_subscriptions": {
|
3066
|
+
"name": "DescribeEventSubscriptions",
|
2459
3067
|
"http_method": "POST",
|
2460
3068
|
"http_path": "/",
|
2461
3069
|
"metadata": {
|
@@ -2468,31 +3076,9 @@
|
|
2468
3076
|
"input": {
|
2469
3077
|
"type": "input",
|
2470
3078
|
"members": {
|
2471
|
-
"
|
2472
|
-
"type": "string",
|
2473
|
-
"serialized_name": "SourceIdentifier"
|
2474
|
-
},
|
2475
|
-
"source_type": {
|
3079
|
+
"subscription_name": {
|
2476
3080
|
"type": "string",
|
2477
|
-
"serialized_name": "
|
2478
|
-
"enum": [
|
2479
|
-
"cluster",
|
2480
|
-
"cluster-parameter-group",
|
2481
|
-
"cluster-security-group",
|
2482
|
-
"cluster-snapshot"
|
2483
|
-
]
|
2484
|
-
},
|
2485
|
-
"start_time": {
|
2486
|
-
"type": "iso8601_timestamp",
|
2487
|
-
"serialized_name": "StartTime"
|
2488
|
-
},
|
2489
|
-
"end_time": {
|
2490
|
-
"type": "iso8601_timestamp",
|
2491
|
-
"serialized_name": "EndTime"
|
2492
|
-
},
|
2493
|
-
"duration": {
|
2494
|
-
"type": "integer",
|
2495
|
-
"serialized_name": "Duration"
|
3081
|
+
"serialized_name": "SubscriptionName"
|
2496
3082
|
},
|
2497
3083
|
"max_records": {
|
2498
3084
|
"type": "integer",
|
@@ -2507,21 +3093,145 @@
|
|
2507
3093
|
"output": {
|
2508
3094
|
"type": "output",
|
2509
3095
|
"metadata": {
|
2510
|
-
"wrapper": "
|
3096
|
+
"wrapper": "DescribeEventSubscriptionsResult"
|
2511
3097
|
},
|
2512
3098
|
"members": {
|
2513
3099
|
"marker": {
|
2514
3100
|
"type": "string",
|
2515
3101
|
"serialized_name": "Marker"
|
2516
3102
|
},
|
2517
|
-
"
|
3103
|
+
"event_subscriptions_list": {
|
2518
3104
|
"type": "list",
|
2519
|
-
"serialized_name": "
|
3105
|
+
"serialized_name": "EventSubscriptionsList",
|
2520
3106
|
"members": {
|
2521
3107
|
"type": "structure",
|
2522
|
-
"serialized_name": "
|
3108
|
+
"serialized_name": "EventSubscription",
|
3109
|
+
"metadata": {
|
3110
|
+
"wrapper": true
|
3111
|
+
},
|
2523
3112
|
"members": {
|
2524
|
-
"
|
3113
|
+
"customer_aws_id": {
|
3114
|
+
"type": "string",
|
3115
|
+
"serialized_name": "CustomerAwsId"
|
3116
|
+
},
|
3117
|
+
"cust_subscription_id": {
|
3118
|
+
"type": "string",
|
3119
|
+
"serialized_name": "CustSubscriptionId"
|
3120
|
+
},
|
3121
|
+
"sns_topic_arn": {
|
3122
|
+
"type": "string",
|
3123
|
+
"serialized_name": "SnsTopicArn"
|
3124
|
+
},
|
3125
|
+
"status": {
|
3126
|
+
"type": "string",
|
3127
|
+
"serialized_name": "Status"
|
3128
|
+
},
|
3129
|
+
"subscription_creation_time": {
|
3130
|
+
"type": "iso8601_timestamp",
|
3131
|
+
"serialized_name": "SubscriptionCreationTime"
|
3132
|
+
},
|
3133
|
+
"source_type": {
|
3134
|
+
"type": "string",
|
3135
|
+
"serialized_name": "SourceType"
|
3136
|
+
},
|
3137
|
+
"source_ids_list": {
|
3138
|
+
"type": "list",
|
3139
|
+
"serialized_name": "SourceIdsList",
|
3140
|
+
"members": {
|
3141
|
+
"type": "string",
|
3142
|
+
"serialized_name": "SourceId"
|
3143
|
+
}
|
3144
|
+
},
|
3145
|
+
"event_categories_list": {
|
3146
|
+
"type": "list",
|
3147
|
+
"serialized_name": "EventCategoriesList",
|
3148
|
+
"members": {
|
3149
|
+
"type": "string",
|
3150
|
+
"serialized_name": "EventCategory"
|
3151
|
+
}
|
3152
|
+
},
|
3153
|
+
"severity": {
|
3154
|
+
"type": "string",
|
3155
|
+
"serialized_name": "Severity"
|
3156
|
+
},
|
3157
|
+
"enabled": {
|
3158
|
+
"type": "boolean",
|
3159
|
+
"serialized_name": "Enabled"
|
3160
|
+
}
|
3161
|
+
}
|
3162
|
+
}
|
3163
|
+
}
|
3164
|
+
}
|
3165
|
+
}
|
3166
|
+
},
|
3167
|
+
"describe_events": {
|
3168
|
+
"name": "DescribeEvents",
|
3169
|
+
"http_method": "POST",
|
3170
|
+
"http_path": "/",
|
3171
|
+
"metadata": {
|
3172
|
+
"paging": {
|
3173
|
+
"tokens": {
|
3174
|
+
"marker": "marker"
|
3175
|
+
}
|
3176
|
+
}
|
3177
|
+
},
|
3178
|
+
"input": {
|
3179
|
+
"type": "input",
|
3180
|
+
"members": {
|
3181
|
+
"source_identifier": {
|
3182
|
+
"type": "string",
|
3183
|
+
"serialized_name": "SourceIdentifier"
|
3184
|
+
},
|
3185
|
+
"source_type": {
|
3186
|
+
"type": "string",
|
3187
|
+
"serialized_name": "SourceType",
|
3188
|
+
"enum": [
|
3189
|
+
"cluster",
|
3190
|
+
"cluster-parameter-group",
|
3191
|
+
"cluster-security-group",
|
3192
|
+
"cluster-snapshot"
|
3193
|
+
]
|
3194
|
+
},
|
3195
|
+
"start_time": {
|
3196
|
+
"type": "iso8601_timestamp",
|
3197
|
+
"serialized_name": "StartTime"
|
3198
|
+
},
|
3199
|
+
"end_time": {
|
3200
|
+
"type": "iso8601_timestamp",
|
3201
|
+
"serialized_name": "EndTime"
|
3202
|
+
},
|
3203
|
+
"duration": {
|
3204
|
+
"type": "integer",
|
3205
|
+
"serialized_name": "Duration"
|
3206
|
+
},
|
3207
|
+
"max_records": {
|
3208
|
+
"type": "integer",
|
3209
|
+
"serialized_name": "MaxRecords"
|
3210
|
+
},
|
3211
|
+
"marker": {
|
3212
|
+
"type": "string",
|
3213
|
+
"serialized_name": "Marker"
|
3214
|
+
}
|
3215
|
+
}
|
3216
|
+
},
|
3217
|
+
"output": {
|
3218
|
+
"type": "output",
|
3219
|
+
"metadata": {
|
3220
|
+
"wrapper": "DescribeEventsResult"
|
3221
|
+
},
|
3222
|
+
"members": {
|
3223
|
+
"marker": {
|
3224
|
+
"type": "string",
|
3225
|
+
"serialized_name": "Marker"
|
3226
|
+
},
|
3227
|
+
"events": {
|
3228
|
+
"type": "list",
|
3229
|
+
"serialized_name": "Events",
|
3230
|
+
"members": {
|
3231
|
+
"type": "structure",
|
3232
|
+
"serialized_name": "Event",
|
3233
|
+
"members": {
|
3234
|
+
"source_identifier": {
|
2525
3235
|
"type": "string",
|
2526
3236
|
"serialized_name": "SourceIdentifier"
|
2527
3237
|
},
|
@@ -2539,9 +3249,157 @@
|
|
2539
3249
|
"type": "string",
|
2540
3250
|
"serialized_name": "Message"
|
2541
3251
|
},
|
3252
|
+
"event_categories": {
|
3253
|
+
"type": "list",
|
3254
|
+
"serialized_name": "EventCategories",
|
3255
|
+
"members": {
|
3256
|
+
"type": "string",
|
3257
|
+
"serialized_name": "EventCategory"
|
3258
|
+
}
|
3259
|
+
},
|
3260
|
+
"severity": {
|
3261
|
+
"type": "string",
|
3262
|
+
"serialized_name": "Severity"
|
3263
|
+
},
|
2542
3264
|
"date": {
|
2543
3265
|
"type": "iso8601_timestamp",
|
2544
3266
|
"serialized_name": "Date"
|
3267
|
+
},
|
3268
|
+
"event_id": {
|
3269
|
+
"type": "string",
|
3270
|
+
"serialized_name": "EventId"
|
3271
|
+
}
|
3272
|
+
}
|
3273
|
+
}
|
3274
|
+
}
|
3275
|
+
}
|
3276
|
+
}
|
3277
|
+
},
|
3278
|
+
"describe_hsm_client_certificates": {
|
3279
|
+
"name": "DescribeHsmClientCertificates",
|
3280
|
+
"http_method": "POST",
|
3281
|
+
"http_path": "/",
|
3282
|
+
"metadata": {
|
3283
|
+
"paging": {
|
3284
|
+
"tokens": {
|
3285
|
+
"marker": "marker"
|
3286
|
+
}
|
3287
|
+
}
|
3288
|
+
},
|
3289
|
+
"input": {
|
3290
|
+
"type": "input",
|
3291
|
+
"members": {
|
3292
|
+
"hsm_client_certificate_identifier": {
|
3293
|
+
"type": "string",
|
3294
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
3295
|
+
},
|
3296
|
+
"max_records": {
|
3297
|
+
"type": "integer",
|
3298
|
+
"serialized_name": "MaxRecords"
|
3299
|
+
},
|
3300
|
+
"marker": {
|
3301
|
+
"type": "string",
|
3302
|
+
"serialized_name": "Marker"
|
3303
|
+
}
|
3304
|
+
}
|
3305
|
+
},
|
3306
|
+
"output": {
|
3307
|
+
"type": "output",
|
3308
|
+
"metadata": {
|
3309
|
+
"wrapper": "DescribeHsmClientCertificatesResult"
|
3310
|
+
},
|
3311
|
+
"members": {
|
3312
|
+
"marker": {
|
3313
|
+
"type": "string",
|
3314
|
+
"serialized_name": "Marker"
|
3315
|
+
},
|
3316
|
+
"hsm_client_certificates": {
|
3317
|
+
"type": "list",
|
3318
|
+
"serialized_name": "HsmClientCertificates",
|
3319
|
+
"members": {
|
3320
|
+
"type": "structure",
|
3321
|
+
"serialized_name": "HsmClientCertificate",
|
3322
|
+
"metadata": {
|
3323
|
+
"wrapper": true
|
3324
|
+
},
|
3325
|
+
"members": {
|
3326
|
+
"hsm_client_certificate_identifier": {
|
3327
|
+
"type": "string",
|
3328
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
3329
|
+
},
|
3330
|
+
"hsm_client_certificate_public_key": {
|
3331
|
+
"type": "string",
|
3332
|
+
"serialized_name": "HsmClientCertificatePublicKey"
|
3333
|
+
}
|
3334
|
+
}
|
3335
|
+
}
|
3336
|
+
}
|
3337
|
+
}
|
3338
|
+
}
|
3339
|
+
},
|
3340
|
+
"describe_hsm_configurations": {
|
3341
|
+
"name": "DescribeHsmConfigurations",
|
3342
|
+
"http_method": "POST",
|
3343
|
+
"http_path": "/",
|
3344
|
+
"metadata": {
|
3345
|
+
"paging": {
|
3346
|
+
"tokens": {
|
3347
|
+
"marker": "marker"
|
3348
|
+
}
|
3349
|
+
}
|
3350
|
+
},
|
3351
|
+
"input": {
|
3352
|
+
"type": "input",
|
3353
|
+
"members": {
|
3354
|
+
"hsm_configuration_identifier": {
|
3355
|
+
"type": "string",
|
3356
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
3357
|
+
},
|
3358
|
+
"max_records": {
|
3359
|
+
"type": "integer",
|
3360
|
+
"serialized_name": "MaxRecords"
|
3361
|
+
},
|
3362
|
+
"marker": {
|
3363
|
+
"type": "string",
|
3364
|
+
"serialized_name": "Marker"
|
3365
|
+
}
|
3366
|
+
}
|
3367
|
+
},
|
3368
|
+
"output": {
|
3369
|
+
"type": "output",
|
3370
|
+
"metadata": {
|
3371
|
+
"wrapper": "DescribeHsmConfigurationsResult"
|
3372
|
+
},
|
3373
|
+
"members": {
|
3374
|
+
"marker": {
|
3375
|
+
"type": "string",
|
3376
|
+
"serialized_name": "Marker"
|
3377
|
+
},
|
3378
|
+
"hsm_configurations": {
|
3379
|
+
"type": "list",
|
3380
|
+
"serialized_name": "HsmConfigurations",
|
3381
|
+
"members": {
|
3382
|
+
"type": "structure",
|
3383
|
+
"serialized_name": "HsmConfiguration",
|
3384
|
+
"metadata": {
|
3385
|
+
"wrapper": true
|
3386
|
+
},
|
3387
|
+
"members": {
|
3388
|
+
"hsm_configuration_identifier": {
|
3389
|
+
"type": "string",
|
3390
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
3391
|
+
},
|
3392
|
+
"description": {
|
3393
|
+
"type": "string",
|
3394
|
+
"serialized_name": "Description"
|
3395
|
+
},
|
3396
|
+
"hsm_ip_address": {
|
3397
|
+
"type": "string",
|
3398
|
+
"serialized_name": "HsmIpAddress"
|
3399
|
+
},
|
3400
|
+
"hsm_partition_name": {
|
3401
|
+
"type": "string",
|
3402
|
+
"serialized_name": "HsmPartitionName"
|
2545
3403
|
}
|
2546
3404
|
}
|
2547
3405
|
}
|
@@ -2549,6 +3407,53 @@
|
|
2549
3407
|
}
|
2550
3408
|
}
|
2551
3409
|
},
|
3410
|
+
"describe_logging_status": {
|
3411
|
+
"name": "DescribeLoggingStatus",
|
3412
|
+
"http_method": "POST",
|
3413
|
+
"http_path": "/",
|
3414
|
+
"input": {
|
3415
|
+
"type": "input",
|
3416
|
+
"members": {
|
3417
|
+
"cluster_identifier": {
|
3418
|
+
"type": "string",
|
3419
|
+
"required": true,
|
3420
|
+
"serialized_name": "ClusterIdentifier"
|
3421
|
+
}
|
3422
|
+
}
|
3423
|
+
},
|
3424
|
+
"output": {
|
3425
|
+
"type": "output",
|
3426
|
+
"metadata": {
|
3427
|
+
"wrapper": "DescribeLoggingStatusResult"
|
3428
|
+
},
|
3429
|
+
"members": {
|
3430
|
+
"logging_enabled": {
|
3431
|
+
"type": "boolean",
|
3432
|
+
"serialized_name": "LoggingEnabled"
|
3433
|
+
},
|
3434
|
+
"bucket_name": {
|
3435
|
+
"type": "string",
|
3436
|
+
"serialized_name": "BucketName"
|
3437
|
+
},
|
3438
|
+
"s3_key_prefix": {
|
3439
|
+
"type": "string",
|
3440
|
+
"serialized_name": "S3KeyPrefix"
|
3441
|
+
},
|
3442
|
+
"last_successful_delivery_time": {
|
3443
|
+
"type": "iso8601_timestamp",
|
3444
|
+
"serialized_name": "LastSuccessfulDeliveryTime"
|
3445
|
+
},
|
3446
|
+
"last_failure_time": {
|
3447
|
+
"type": "iso8601_timestamp",
|
3448
|
+
"serialized_name": "LastFailureTime"
|
3449
|
+
},
|
3450
|
+
"last_failure_message": {
|
3451
|
+
"type": "string",
|
3452
|
+
"serialized_name": "LastFailureMessage"
|
3453
|
+
}
|
3454
|
+
}
|
3455
|
+
}
|
3456
|
+
},
|
2552
3457
|
"describe_orderable_cluster_options": {
|
2553
3458
|
"name": "DescribeOrderableClusterOptions",
|
2554
3459
|
"http_method": "POST",
|
@@ -2918,8 +3823,8 @@
|
|
2918
3823
|
}
|
2919
3824
|
}
|
2920
3825
|
},
|
2921
|
-
"
|
2922
|
-
"name": "
|
3826
|
+
"disable_logging": {
|
3827
|
+
"name": "DisableLogging",
|
2923
3828
|
"http_method": "POST",
|
2924
3829
|
"http_path": "/",
|
2925
3830
|
"input": {
|
@@ -2929,65 +3834,60 @@
|
|
2929
3834
|
"type": "string",
|
2930
3835
|
"required": true,
|
2931
3836
|
"serialized_name": "ClusterIdentifier"
|
3837
|
+
}
|
3838
|
+
}
|
3839
|
+
},
|
3840
|
+
"output": {
|
3841
|
+
"type": "output",
|
3842
|
+
"metadata": {
|
3843
|
+
"wrapper": "DisableLoggingResult"
|
3844
|
+
},
|
3845
|
+
"members": {
|
3846
|
+
"logging_enabled": {
|
3847
|
+
"type": "boolean",
|
3848
|
+
"serialized_name": "LoggingEnabled"
|
2932
3849
|
},
|
2933
|
-
"
|
2934
|
-
"type": "string",
|
2935
|
-
"serialized_name": "ClusterType"
|
2936
|
-
},
|
2937
|
-
"node_type": {
|
3850
|
+
"bucket_name": {
|
2938
3851
|
"type": "string",
|
2939
|
-
"serialized_name": "
|
2940
|
-
},
|
2941
|
-
"number_of_nodes": {
|
2942
|
-
"type": "integer",
|
2943
|
-
"serialized_name": "NumberOfNodes"
|
2944
|
-
},
|
2945
|
-
"cluster_security_groups": {
|
2946
|
-
"type": "list",
|
2947
|
-
"serialized_name": "ClusterSecurityGroups",
|
2948
|
-
"members": {
|
2949
|
-
"type": "string",
|
2950
|
-
"serialized_name": "ClusterSecurityGroupName"
|
2951
|
-
}
|
2952
|
-
},
|
2953
|
-
"vpc_security_group_ids": {
|
2954
|
-
"type": "list",
|
2955
|
-
"serialized_name": "VpcSecurityGroupIds",
|
2956
|
-
"members": {
|
2957
|
-
"type": "string",
|
2958
|
-
"serialized_name": "VpcSecurityGroupId"
|
2959
|
-
}
|
3852
|
+
"serialized_name": "BucketName"
|
2960
3853
|
},
|
2961
|
-
"
|
3854
|
+
"s3_key_prefix": {
|
2962
3855
|
"type": "string",
|
2963
|
-
"serialized_name": "
|
3856
|
+
"serialized_name": "S3KeyPrefix"
|
2964
3857
|
},
|
2965
|
-
"
|
2966
|
-
"type": "
|
2967
|
-
"serialized_name": "
|
3858
|
+
"last_successful_delivery_time": {
|
3859
|
+
"type": "iso8601_timestamp",
|
3860
|
+
"serialized_name": "LastSuccessfulDeliveryTime"
|
2968
3861
|
},
|
2969
|
-
"
|
2970
|
-
"type": "
|
2971
|
-
"serialized_name": "
|
3862
|
+
"last_failure_time": {
|
3863
|
+
"type": "iso8601_timestamp",
|
3864
|
+
"serialized_name": "LastFailureTime"
|
2972
3865
|
},
|
2973
|
-
"
|
3866
|
+
"last_failure_message": {
|
2974
3867
|
"type": "string",
|
2975
|
-
"serialized_name": "
|
2976
|
-
}
|
2977
|
-
|
3868
|
+
"serialized_name": "LastFailureMessage"
|
3869
|
+
}
|
3870
|
+
}
|
3871
|
+
}
|
3872
|
+
},
|
3873
|
+
"disable_snapshot_copy": {
|
3874
|
+
"name": "DisableSnapshotCopy",
|
3875
|
+
"http_method": "POST",
|
3876
|
+
"http_path": "/",
|
3877
|
+
"input": {
|
3878
|
+
"type": "input",
|
3879
|
+
"members": {
|
3880
|
+
"cluster_identifier": {
|
2978
3881
|
"type": "string",
|
2979
|
-
"
|
2980
|
-
|
2981
|
-
"allow_version_upgrade": {
|
2982
|
-
"type": "boolean",
|
2983
|
-
"serialized_name": "AllowVersionUpgrade"
|
3882
|
+
"required": true,
|
3883
|
+
"serialized_name": "ClusterIdentifier"
|
2984
3884
|
}
|
2985
3885
|
}
|
2986
3886
|
},
|
2987
3887
|
"output": {
|
2988
3888
|
"type": "output",
|
2989
3889
|
"metadata": {
|
2990
|
-
"wrapper": "
|
3890
|
+
"wrapper": "DisableSnapshotCopyResult"
|
2991
3891
|
},
|
2992
3892
|
"members": {
|
2993
3893
|
"cluster": {
|
@@ -3192,362 +4092,231 @@
|
|
3192
4092
|
"serialized_name": "EstimatedTimeToCompletionInSeconds"
|
3193
4093
|
}
|
3194
4094
|
}
|
4095
|
+
},
|
4096
|
+
"hsm_status": {
|
4097
|
+
"type": "structure",
|
4098
|
+
"serialized_name": "HsmStatus",
|
4099
|
+
"members": {
|
4100
|
+
"hsm_client_certificate_identifier": {
|
4101
|
+
"type": "string",
|
4102
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
4103
|
+
},
|
4104
|
+
"hsm_configuration_identifier": {
|
4105
|
+
"type": "string",
|
4106
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
4107
|
+
},
|
4108
|
+
"status": {
|
4109
|
+
"type": "string",
|
4110
|
+
"serialized_name": "Status"
|
4111
|
+
}
|
4112
|
+
}
|
4113
|
+
},
|
4114
|
+
"cluster_snapshot_copy_status": {
|
4115
|
+
"type": "structure",
|
4116
|
+
"serialized_name": "ClusterSnapshotCopyStatus",
|
4117
|
+
"members": {
|
4118
|
+
"destination_region": {
|
4119
|
+
"type": "string",
|
4120
|
+
"serialized_name": "DestinationRegion"
|
4121
|
+
},
|
4122
|
+
"retention_period": {
|
4123
|
+
"type": "integer",
|
4124
|
+
"serialized_name": "RetentionPeriod"
|
4125
|
+
}
|
4126
|
+
}
|
4127
|
+
},
|
4128
|
+
"cluster_public_key": {
|
4129
|
+
"type": "string",
|
4130
|
+
"serialized_name": "ClusterPublicKey"
|
4131
|
+
},
|
4132
|
+
"cluster_nodes": {
|
4133
|
+
"type": "list",
|
4134
|
+
"serialized_name": "ClusterNodes",
|
4135
|
+
"members": {
|
4136
|
+
"type": "structure",
|
4137
|
+
"members": {
|
4138
|
+
"node_role": {
|
4139
|
+
"type": "string",
|
4140
|
+
"serialized_name": "NodeRole"
|
4141
|
+
},
|
4142
|
+
"private_ip_address": {
|
4143
|
+
"type": "string",
|
4144
|
+
"serialized_name": "PrivateIPAddress"
|
4145
|
+
},
|
4146
|
+
"public_ip_address": {
|
4147
|
+
"type": "string",
|
4148
|
+
"serialized_name": "PublicIPAddress"
|
4149
|
+
}
|
4150
|
+
}
|
4151
|
+
}
|
4152
|
+
},
|
4153
|
+
"elastic_ip_status": {
|
4154
|
+
"type": "structure",
|
4155
|
+
"serialized_name": "ElasticIpStatus",
|
4156
|
+
"members": {
|
4157
|
+
"elastic_ip": {
|
4158
|
+
"type": "string",
|
4159
|
+
"serialized_name": "ElasticIp"
|
4160
|
+
},
|
4161
|
+
"status": {
|
4162
|
+
"type": "string",
|
4163
|
+
"serialized_name": "Status"
|
4164
|
+
}
|
4165
|
+
}
|
3195
4166
|
}
|
3196
4167
|
}
|
3197
4168
|
}
|
3198
4169
|
}
|
3199
4170
|
}
|
3200
4171
|
},
|
3201
|
-
"
|
3202
|
-
"name": "
|
4172
|
+
"enable_logging": {
|
4173
|
+
"name": "EnableLogging",
|
3203
4174
|
"http_method": "POST",
|
3204
4175
|
"http_path": "/",
|
3205
4176
|
"input": {
|
3206
4177
|
"type": "input",
|
3207
4178
|
"members": {
|
3208
|
-
"
|
4179
|
+
"cluster_identifier": {
|
3209
4180
|
"type": "string",
|
3210
4181
|
"required": true,
|
3211
|
-
"serialized_name": "
|
4182
|
+
"serialized_name": "ClusterIdentifier"
|
3212
4183
|
},
|
3213
|
-
"
|
3214
|
-
"type": "
|
4184
|
+
"bucket_name": {
|
4185
|
+
"type": "string",
|
3215
4186
|
"required": true,
|
3216
|
-
"serialized_name": "
|
3217
|
-
|
3218
|
-
|
3219
|
-
|
3220
|
-
|
3221
|
-
"parameter_name": {
|
3222
|
-
"type": "string",
|
3223
|
-
"serialized_name": "ParameterName"
|
3224
|
-
},
|
3225
|
-
"parameter_value": {
|
3226
|
-
"type": "string",
|
3227
|
-
"serialized_name": "ParameterValue"
|
3228
|
-
},
|
3229
|
-
"description": {
|
3230
|
-
"type": "string",
|
3231
|
-
"serialized_name": "Description"
|
3232
|
-
},
|
3233
|
-
"source": {
|
3234
|
-
"type": "string",
|
3235
|
-
"serialized_name": "Source"
|
3236
|
-
},
|
3237
|
-
"data_type": {
|
3238
|
-
"type": "string",
|
3239
|
-
"serialized_name": "DataType"
|
3240
|
-
},
|
3241
|
-
"allowed_values": {
|
3242
|
-
"type": "string",
|
3243
|
-
"serialized_name": "AllowedValues"
|
3244
|
-
},
|
3245
|
-
"is_modifiable": {
|
3246
|
-
"type": "boolean",
|
3247
|
-
"serialized_name": "IsModifiable"
|
3248
|
-
},
|
3249
|
-
"minimum_engine_version": {
|
3250
|
-
"type": "string",
|
3251
|
-
"serialized_name": "MinimumEngineVersion"
|
3252
|
-
}
|
3253
|
-
}
|
3254
|
-
}
|
4187
|
+
"serialized_name": "BucketName"
|
4188
|
+
},
|
4189
|
+
"s3_key_prefix": {
|
4190
|
+
"type": "string",
|
4191
|
+
"serialized_name": "S3KeyPrefix"
|
3255
4192
|
}
|
3256
4193
|
}
|
3257
4194
|
},
|
3258
4195
|
"output": {
|
3259
4196
|
"type": "output",
|
3260
4197
|
"metadata": {
|
3261
|
-
"wrapper": "
|
4198
|
+
"wrapper": "EnableLoggingResult"
|
3262
4199
|
},
|
3263
4200
|
"members": {
|
3264
|
-
"
|
4201
|
+
"logging_enabled": {
|
4202
|
+
"type": "boolean",
|
4203
|
+
"serialized_name": "LoggingEnabled"
|
4204
|
+
},
|
4205
|
+
"bucket_name": {
|
3265
4206
|
"type": "string",
|
3266
|
-
"serialized_name": "
|
4207
|
+
"serialized_name": "BucketName"
|
3267
4208
|
},
|
3268
|
-
"
|
4209
|
+
"s3_key_prefix": {
|
3269
4210
|
"type": "string",
|
3270
|
-
"serialized_name": "
|
4211
|
+
"serialized_name": "S3KeyPrefix"
|
4212
|
+
},
|
4213
|
+
"last_successful_delivery_time": {
|
4214
|
+
"type": "iso8601_timestamp",
|
4215
|
+
"serialized_name": "LastSuccessfulDeliveryTime"
|
4216
|
+
},
|
4217
|
+
"last_failure_time": {
|
4218
|
+
"type": "iso8601_timestamp",
|
4219
|
+
"serialized_name": "LastFailureTime"
|
4220
|
+
},
|
4221
|
+
"last_failure_message": {
|
4222
|
+
"type": "string",
|
4223
|
+
"serialized_name": "LastFailureMessage"
|
3271
4224
|
}
|
3272
4225
|
}
|
3273
4226
|
}
|
3274
4227
|
},
|
3275
|
-
"
|
3276
|
-
"name": "
|
4228
|
+
"enable_snapshot_copy": {
|
4229
|
+
"name": "EnableSnapshotCopy",
|
3277
4230
|
"http_method": "POST",
|
3278
4231
|
"http_path": "/",
|
3279
4232
|
"input": {
|
3280
4233
|
"type": "input",
|
3281
4234
|
"members": {
|
3282
|
-
"
|
4235
|
+
"cluster_identifier": {
|
3283
4236
|
"type": "string",
|
3284
4237
|
"required": true,
|
3285
|
-
"serialized_name": "
|
4238
|
+
"serialized_name": "ClusterIdentifier"
|
3286
4239
|
},
|
3287
|
-
"
|
4240
|
+
"destination_region": {
|
3288
4241
|
"type": "string",
|
3289
|
-
"serialized_name": "Description"
|
3290
|
-
},
|
3291
|
-
"subnet_ids": {
|
3292
|
-
"type": "list",
|
3293
4242
|
"required": true,
|
3294
|
-
"serialized_name": "
|
3295
|
-
|
3296
|
-
|
3297
|
-
|
3298
|
-
|
4243
|
+
"serialized_name": "DestinationRegion"
|
4244
|
+
},
|
4245
|
+
"retention_period": {
|
4246
|
+
"type": "integer",
|
4247
|
+
"serialized_name": "RetentionPeriod"
|
3299
4248
|
}
|
3300
4249
|
}
|
3301
4250
|
},
|
3302
4251
|
"output": {
|
3303
4252
|
"type": "output",
|
3304
4253
|
"metadata": {
|
3305
|
-
"wrapper": "
|
4254
|
+
"wrapper": "EnableSnapshotCopyResult"
|
3306
4255
|
},
|
3307
4256
|
"members": {
|
3308
|
-
"
|
4257
|
+
"cluster": {
|
3309
4258
|
"type": "structure",
|
3310
|
-
"serialized_name": "
|
4259
|
+
"serialized_name": "Cluster",
|
3311
4260
|
"metadata": {
|
3312
4261
|
"wrapper": true
|
3313
4262
|
},
|
3314
4263
|
"members": {
|
3315
|
-
"
|
4264
|
+
"cluster_identifier": {
|
3316
4265
|
"type": "string",
|
3317
|
-
"serialized_name": "
|
4266
|
+
"serialized_name": "ClusterIdentifier"
|
3318
4267
|
},
|
3319
|
-
"
|
4268
|
+
"node_type": {
|
3320
4269
|
"type": "string",
|
3321
|
-
"serialized_name": "
|
4270
|
+
"serialized_name": "NodeType"
|
3322
4271
|
},
|
3323
|
-
"
|
4272
|
+
"cluster_status": {
|
3324
4273
|
"type": "string",
|
3325
|
-
"serialized_name": "
|
4274
|
+
"serialized_name": "ClusterStatus"
|
3326
4275
|
},
|
3327
|
-
"
|
4276
|
+
"modify_status": {
|
3328
4277
|
"type": "string",
|
3329
|
-
"serialized_name": "
|
4278
|
+
"serialized_name": "ModifyStatus"
|
3330
4279
|
},
|
3331
|
-
"
|
4280
|
+
"master_username": {
|
4281
|
+
"type": "string",
|
4282
|
+
"serialized_name": "MasterUsername"
|
4283
|
+
},
|
4284
|
+
"db_name": {
|
4285
|
+
"type": "string",
|
4286
|
+
"serialized_name": "DBName"
|
4287
|
+
},
|
4288
|
+
"endpoint": {
|
4289
|
+
"type": "structure",
|
4290
|
+
"serialized_name": "Endpoint",
|
4291
|
+
"members": {
|
4292
|
+
"address": {
|
4293
|
+
"type": "string",
|
4294
|
+
"serialized_name": "Address"
|
4295
|
+
},
|
4296
|
+
"port": {
|
4297
|
+
"type": "integer",
|
4298
|
+
"serialized_name": "Port"
|
4299
|
+
}
|
4300
|
+
}
|
4301
|
+
},
|
4302
|
+
"cluster_create_time": {
|
4303
|
+
"type": "iso8601_timestamp",
|
4304
|
+
"serialized_name": "ClusterCreateTime"
|
4305
|
+
},
|
4306
|
+
"automated_snapshot_retention_period": {
|
4307
|
+
"type": "integer",
|
4308
|
+
"serialized_name": "AutomatedSnapshotRetentionPeriod"
|
4309
|
+
},
|
4310
|
+
"cluster_security_groups": {
|
3332
4311
|
"type": "list",
|
3333
|
-
"serialized_name": "
|
4312
|
+
"serialized_name": "ClusterSecurityGroups",
|
3334
4313
|
"members": {
|
3335
4314
|
"type": "structure",
|
3336
|
-
"serialized_name": "
|
4315
|
+
"serialized_name": "ClusterSecurityGroup",
|
3337
4316
|
"members": {
|
3338
|
-
"
|
4317
|
+
"cluster_security_group_name": {
|
3339
4318
|
"type": "string",
|
3340
|
-
"serialized_name": "
|
3341
|
-
},
|
3342
|
-
"subnet_availability_zone": {
|
3343
|
-
"type": "structure",
|
3344
|
-
"serialized_name": "SubnetAvailabilityZone",
|
3345
|
-
"metadata": {
|
3346
|
-
"wrapper": true
|
3347
|
-
},
|
3348
|
-
"members": {
|
3349
|
-
"name": {
|
3350
|
-
"type": "string",
|
3351
|
-
"serialized_name": "Name"
|
3352
|
-
}
|
3353
|
-
}
|
3354
|
-
},
|
3355
|
-
"subnet_status": {
|
3356
|
-
"type": "string",
|
3357
|
-
"serialized_name": "SubnetStatus"
|
3358
|
-
}
|
3359
|
-
}
|
3360
|
-
}
|
3361
|
-
}
|
3362
|
-
}
|
3363
|
-
}
|
3364
|
-
}
|
3365
|
-
}
|
3366
|
-
},
|
3367
|
-
"purchase_reserved_node_offering": {
|
3368
|
-
"name": "PurchaseReservedNodeOffering",
|
3369
|
-
"http_method": "POST",
|
3370
|
-
"http_path": "/",
|
3371
|
-
"input": {
|
3372
|
-
"type": "input",
|
3373
|
-
"members": {
|
3374
|
-
"reserved_node_offering_id": {
|
3375
|
-
"type": "string",
|
3376
|
-
"required": true,
|
3377
|
-
"serialized_name": "ReservedNodeOfferingId"
|
3378
|
-
},
|
3379
|
-
"node_count": {
|
3380
|
-
"type": "integer",
|
3381
|
-
"serialized_name": "NodeCount"
|
3382
|
-
}
|
3383
|
-
}
|
3384
|
-
},
|
3385
|
-
"output": {
|
3386
|
-
"type": "output",
|
3387
|
-
"metadata": {
|
3388
|
-
"wrapper": "PurchaseReservedNodeOfferingResult"
|
3389
|
-
},
|
3390
|
-
"members": {
|
3391
|
-
"reserved_node": {
|
3392
|
-
"type": "structure",
|
3393
|
-
"serialized_name": "ReservedNode",
|
3394
|
-
"metadata": {
|
3395
|
-
"wrapper": true
|
3396
|
-
},
|
3397
|
-
"members": {
|
3398
|
-
"reserved_node_id": {
|
3399
|
-
"type": "string",
|
3400
|
-
"serialized_name": "ReservedNodeId"
|
3401
|
-
},
|
3402
|
-
"reserved_node_offering_id": {
|
3403
|
-
"type": "string",
|
3404
|
-
"serialized_name": "ReservedNodeOfferingId"
|
3405
|
-
},
|
3406
|
-
"node_type": {
|
3407
|
-
"type": "string",
|
3408
|
-
"serialized_name": "NodeType"
|
3409
|
-
},
|
3410
|
-
"start_time": {
|
3411
|
-
"type": "iso8601_timestamp",
|
3412
|
-
"serialized_name": "StartTime"
|
3413
|
-
},
|
3414
|
-
"duration": {
|
3415
|
-
"type": "integer",
|
3416
|
-
"serialized_name": "Duration"
|
3417
|
-
},
|
3418
|
-
"fixed_price": {
|
3419
|
-
"type": "float",
|
3420
|
-
"serialized_name": "FixedPrice"
|
3421
|
-
},
|
3422
|
-
"usage_price": {
|
3423
|
-
"type": "float",
|
3424
|
-
"serialized_name": "UsagePrice"
|
3425
|
-
},
|
3426
|
-
"currency_code": {
|
3427
|
-
"type": "string",
|
3428
|
-
"serialized_name": "CurrencyCode"
|
3429
|
-
},
|
3430
|
-
"node_count": {
|
3431
|
-
"type": "integer",
|
3432
|
-
"serialized_name": "NodeCount"
|
3433
|
-
},
|
3434
|
-
"state": {
|
3435
|
-
"type": "string",
|
3436
|
-
"serialized_name": "State"
|
3437
|
-
},
|
3438
|
-
"offering_type": {
|
3439
|
-
"type": "string",
|
3440
|
-
"serialized_name": "OfferingType"
|
3441
|
-
},
|
3442
|
-
"recurring_charges": {
|
3443
|
-
"type": "list",
|
3444
|
-
"serialized_name": "RecurringCharges",
|
3445
|
-
"members": {
|
3446
|
-
"type": "structure",
|
3447
|
-
"serialized_name": "RecurringCharge",
|
3448
|
-
"metadata": {
|
3449
|
-
"wrapper": true
|
3450
|
-
},
|
3451
|
-
"members": {
|
3452
|
-
"recurring_charge_amount": {
|
3453
|
-
"type": "float",
|
3454
|
-
"serialized_name": "RecurringChargeAmount"
|
3455
|
-
},
|
3456
|
-
"recurring_charge_frequency": {
|
3457
|
-
"type": "string",
|
3458
|
-
"serialized_name": "RecurringChargeFrequency"
|
3459
|
-
}
|
3460
|
-
}
|
3461
|
-
}
|
3462
|
-
}
|
3463
|
-
}
|
3464
|
-
}
|
3465
|
-
}
|
3466
|
-
}
|
3467
|
-
},
|
3468
|
-
"reboot_cluster": {
|
3469
|
-
"name": "RebootCluster",
|
3470
|
-
"http_method": "POST",
|
3471
|
-
"http_path": "/",
|
3472
|
-
"input": {
|
3473
|
-
"type": "input",
|
3474
|
-
"members": {
|
3475
|
-
"cluster_identifier": {
|
3476
|
-
"type": "string",
|
3477
|
-
"required": true,
|
3478
|
-
"serialized_name": "ClusterIdentifier"
|
3479
|
-
}
|
3480
|
-
}
|
3481
|
-
},
|
3482
|
-
"output": {
|
3483
|
-
"type": "output",
|
3484
|
-
"metadata": {
|
3485
|
-
"wrapper": "RebootClusterResult"
|
3486
|
-
},
|
3487
|
-
"members": {
|
3488
|
-
"cluster": {
|
3489
|
-
"type": "structure",
|
3490
|
-
"serialized_name": "Cluster",
|
3491
|
-
"metadata": {
|
3492
|
-
"wrapper": true
|
3493
|
-
},
|
3494
|
-
"members": {
|
3495
|
-
"cluster_identifier": {
|
3496
|
-
"type": "string",
|
3497
|
-
"serialized_name": "ClusterIdentifier"
|
3498
|
-
},
|
3499
|
-
"node_type": {
|
3500
|
-
"type": "string",
|
3501
|
-
"serialized_name": "NodeType"
|
3502
|
-
},
|
3503
|
-
"cluster_status": {
|
3504
|
-
"type": "string",
|
3505
|
-
"serialized_name": "ClusterStatus"
|
3506
|
-
},
|
3507
|
-
"modify_status": {
|
3508
|
-
"type": "string",
|
3509
|
-
"serialized_name": "ModifyStatus"
|
3510
|
-
},
|
3511
|
-
"master_username": {
|
3512
|
-
"type": "string",
|
3513
|
-
"serialized_name": "MasterUsername"
|
3514
|
-
},
|
3515
|
-
"db_name": {
|
3516
|
-
"type": "string",
|
3517
|
-
"serialized_name": "DBName"
|
3518
|
-
},
|
3519
|
-
"endpoint": {
|
3520
|
-
"type": "structure",
|
3521
|
-
"serialized_name": "Endpoint",
|
3522
|
-
"members": {
|
3523
|
-
"address": {
|
3524
|
-
"type": "string",
|
3525
|
-
"serialized_name": "Address"
|
3526
|
-
},
|
3527
|
-
"port": {
|
3528
|
-
"type": "integer",
|
3529
|
-
"serialized_name": "Port"
|
3530
|
-
}
|
3531
|
-
}
|
3532
|
-
},
|
3533
|
-
"cluster_create_time": {
|
3534
|
-
"type": "iso8601_timestamp",
|
3535
|
-
"serialized_name": "ClusterCreateTime"
|
3536
|
-
},
|
3537
|
-
"automated_snapshot_retention_period": {
|
3538
|
-
"type": "integer",
|
3539
|
-
"serialized_name": "AutomatedSnapshotRetentionPeriod"
|
3540
|
-
},
|
3541
|
-
"cluster_security_groups": {
|
3542
|
-
"type": "list",
|
3543
|
-
"serialized_name": "ClusterSecurityGroups",
|
3544
|
-
"members": {
|
3545
|
-
"type": "structure",
|
3546
|
-
"serialized_name": "ClusterSecurityGroup",
|
3547
|
-
"members": {
|
3548
|
-
"cluster_security_group_name": {
|
3549
|
-
"type": "string",
|
3550
|
-
"serialized_name": "ClusterSecurityGroupName"
|
4319
|
+
"serialized_name": "ClusterSecurityGroupName"
|
3551
4320
|
},
|
3552
4321
|
"status": {
|
3553
4322
|
"type": "string",
|
@@ -3687,101 +4456,1944 @@
|
|
3687
4456
|
"serialized_name": "EstimatedTimeToCompletionInSeconds"
|
3688
4457
|
}
|
3689
4458
|
}
|
4459
|
+
},
|
4460
|
+
"hsm_status": {
|
4461
|
+
"type": "structure",
|
4462
|
+
"serialized_name": "HsmStatus",
|
4463
|
+
"members": {
|
4464
|
+
"hsm_client_certificate_identifier": {
|
4465
|
+
"type": "string",
|
4466
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
4467
|
+
},
|
4468
|
+
"hsm_configuration_identifier": {
|
4469
|
+
"type": "string",
|
4470
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
4471
|
+
},
|
4472
|
+
"status": {
|
4473
|
+
"type": "string",
|
4474
|
+
"serialized_name": "Status"
|
4475
|
+
}
|
4476
|
+
}
|
4477
|
+
},
|
4478
|
+
"cluster_snapshot_copy_status": {
|
4479
|
+
"type": "structure",
|
4480
|
+
"serialized_name": "ClusterSnapshotCopyStatus",
|
4481
|
+
"members": {
|
4482
|
+
"destination_region": {
|
4483
|
+
"type": "string",
|
4484
|
+
"serialized_name": "DestinationRegion"
|
4485
|
+
},
|
4486
|
+
"retention_period": {
|
4487
|
+
"type": "integer",
|
4488
|
+
"serialized_name": "RetentionPeriod"
|
4489
|
+
}
|
4490
|
+
}
|
4491
|
+
},
|
4492
|
+
"cluster_public_key": {
|
4493
|
+
"type": "string",
|
4494
|
+
"serialized_name": "ClusterPublicKey"
|
4495
|
+
},
|
4496
|
+
"cluster_nodes": {
|
4497
|
+
"type": "list",
|
4498
|
+
"serialized_name": "ClusterNodes",
|
4499
|
+
"members": {
|
4500
|
+
"type": "structure",
|
4501
|
+
"members": {
|
4502
|
+
"node_role": {
|
4503
|
+
"type": "string",
|
4504
|
+
"serialized_name": "NodeRole"
|
4505
|
+
},
|
4506
|
+
"private_ip_address": {
|
4507
|
+
"type": "string",
|
4508
|
+
"serialized_name": "PrivateIPAddress"
|
4509
|
+
},
|
4510
|
+
"public_ip_address": {
|
4511
|
+
"type": "string",
|
4512
|
+
"serialized_name": "PublicIPAddress"
|
4513
|
+
}
|
4514
|
+
}
|
4515
|
+
}
|
4516
|
+
},
|
4517
|
+
"elastic_ip_status": {
|
4518
|
+
"type": "structure",
|
4519
|
+
"serialized_name": "ElasticIpStatus",
|
4520
|
+
"members": {
|
4521
|
+
"elastic_ip": {
|
4522
|
+
"type": "string",
|
4523
|
+
"serialized_name": "ElasticIp"
|
4524
|
+
},
|
4525
|
+
"status": {
|
4526
|
+
"type": "string",
|
4527
|
+
"serialized_name": "Status"
|
4528
|
+
}
|
4529
|
+
}
|
3690
4530
|
}
|
3691
4531
|
}
|
3692
4532
|
}
|
3693
4533
|
}
|
3694
4534
|
}
|
3695
4535
|
},
|
3696
|
-
"
|
3697
|
-
"name": "
|
4536
|
+
"modify_cluster": {
|
4537
|
+
"name": "ModifyCluster",
|
3698
4538
|
"http_method": "POST",
|
3699
4539
|
"http_path": "/",
|
3700
4540
|
"input": {
|
3701
4541
|
"type": "input",
|
3702
4542
|
"members": {
|
3703
|
-
"
|
4543
|
+
"cluster_identifier": {
|
3704
4544
|
"type": "string",
|
3705
4545
|
"required": true,
|
3706
|
-
"serialized_name": "
|
4546
|
+
"serialized_name": "ClusterIdentifier"
|
3707
4547
|
},
|
3708
|
-
"
|
3709
|
-
"type": "
|
3710
|
-
"serialized_name": "
|
4548
|
+
"cluster_type": {
|
4549
|
+
"type": "string",
|
4550
|
+
"serialized_name": "ClusterType"
|
3711
4551
|
},
|
3712
|
-
"
|
4552
|
+
"node_type": {
|
4553
|
+
"type": "string",
|
4554
|
+
"serialized_name": "NodeType"
|
4555
|
+
},
|
4556
|
+
"number_of_nodes": {
|
4557
|
+
"type": "integer",
|
4558
|
+
"serialized_name": "NumberOfNodes"
|
4559
|
+
},
|
4560
|
+
"cluster_security_groups": {
|
3713
4561
|
"type": "list",
|
3714
|
-
"serialized_name": "
|
4562
|
+
"serialized_name": "ClusterSecurityGroups",
|
3715
4563
|
"members": {
|
3716
|
-
"type": "
|
3717
|
-
"serialized_name": "
|
3718
|
-
|
3719
|
-
|
3720
|
-
|
3721
|
-
|
3722
|
-
|
3723
|
-
|
3724
|
-
|
3725
|
-
|
3726
|
-
|
3727
|
-
|
3728
|
-
|
3729
|
-
|
3730
|
-
|
3731
|
-
|
3732
|
-
|
3733
|
-
|
3734
|
-
|
3735
|
-
|
3736
|
-
|
3737
|
-
|
3738
|
-
|
3739
|
-
|
3740
|
-
|
3741
|
-
|
3742
|
-
|
3743
|
-
|
3744
|
-
|
3745
|
-
|
3746
|
-
|
3747
|
-
|
3748
|
-
|
3749
|
-
|
4564
|
+
"type": "string",
|
4565
|
+
"serialized_name": "ClusterSecurityGroupName"
|
4566
|
+
}
|
4567
|
+
},
|
4568
|
+
"vpc_security_group_ids": {
|
4569
|
+
"type": "list",
|
4570
|
+
"serialized_name": "VpcSecurityGroupIds",
|
4571
|
+
"members": {
|
4572
|
+
"type": "string",
|
4573
|
+
"serialized_name": "VpcSecurityGroupId"
|
4574
|
+
}
|
4575
|
+
},
|
4576
|
+
"master_user_password": {
|
4577
|
+
"type": "string",
|
4578
|
+
"serialized_name": "MasterUserPassword"
|
4579
|
+
},
|
4580
|
+
"cluster_parameter_group_name": {
|
4581
|
+
"type": "string",
|
4582
|
+
"serialized_name": "ClusterParameterGroupName"
|
4583
|
+
},
|
4584
|
+
"automated_snapshot_retention_period": {
|
4585
|
+
"type": "integer",
|
4586
|
+
"serialized_name": "AutomatedSnapshotRetentionPeriod"
|
4587
|
+
},
|
4588
|
+
"preferred_maintenance_window": {
|
4589
|
+
"type": "string",
|
4590
|
+
"serialized_name": "PreferredMaintenanceWindow"
|
4591
|
+
},
|
4592
|
+
"cluster_version": {
|
4593
|
+
"type": "string",
|
4594
|
+
"serialized_name": "ClusterVersion"
|
4595
|
+
},
|
4596
|
+
"allow_version_upgrade": {
|
4597
|
+
"type": "boolean",
|
4598
|
+
"serialized_name": "AllowVersionUpgrade"
|
4599
|
+
},
|
4600
|
+
"hsm_client_certificate_identifier": {
|
4601
|
+
"type": "string",
|
4602
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
4603
|
+
},
|
4604
|
+
"hsm_configuration_identifier": {
|
4605
|
+
"type": "string",
|
4606
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
4607
|
+
}
|
4608
|
+
}
|
4609
|
+
},
|
4610
|
+
"output": {
|
4611
|
+
"type": "output",
|
4612
|
+
"metadata": {
|
4613
|
+
"wrapper": "ModifyClusterResult"
|
4614
|
+
},
|
4615
|
+
"members": {
|
4616
|
+
"cluster": {
|
4617
|
+
"type": "structure",
|
4618
|
+
"serialized_name": "Cluster",
|
4619
|
+
"metadata": {
|
4620
|
+
"wrapper": true
|
4621
|
+
},
|
4622
|
+
"members": {
|
4623
|
+
"cluster_identifier": {
|
4624
|
+
"type": "string",
|
4625
|
+
"serialized_name": "ClusterIdentifier"
|
4626
|
+
},
|
4627
|
+
"node_type": {
|
4628
|
+
"type": "string",
|
4629
|
+
"serialized_name": "NodeType"
|
4630
|
+
},
|
4631
|
+
"cluster_status": {
|
4632
|
+
"type": "string",
|
4633
|
+
"serialized_name": "ClusterStatus"
|
4634
|
+
},
|
4635
|
+
"modify_status": {
|
4636
|
+
"type": "string",
|
4637
|
+
"serialized_name": "ModifyStatus"
|
4638
|
+
},
|
4639
|
+
"master_username": {
|
4640
|
+
"type": "string",
|
4641
|
+
"serialized_name": "MasterUsername"
|
4642
|
+
},
|
4643
|
+
"db_name": {
|
4644
|
+
"type": "string",
|
4645
|
+
"serialized_name": "DBName"
|
4646
|
+
},
|
4647
|
+
"endpoint": {
|
4648
|
+
"type": "structure",
|
4649
|
+
"serialized_name": "Endpoint",
|
4650
|
+
"members": {
|
4651
|
+
"address": {
|
4652
|
+
"type": "string",
|
4653
|
+
"serialized_name": "Address"
|
4654
|
+
},
|
4655
|
+
"port": {
|
4656
|
+
"type": "integer",
|
4657
|
+
"serialized_name": "Port"
|
4658
|
+
}
|
4659
|
+
}
|
4660
|
+
},
|
4661
|
+
"cluster_create_time": {
|
4662
|
+
"type": "iso8601_timestamp",
|
4663
|
+
"serialized_name": "ClusterCreateTime"
|
4664
|
+
},
|
4665
|
+
"automated_snapshot_retention_period": {
|
4666
|
+
"type": "integer",
|
4667
|
+
"serialized_name": "AutomatedSnapshotRetentionPeriod"
|
4668
|
+
},
|
4669
|
+
"cluster_security_groups": {
|
4670
|
+
"type": "list",
|
4671
|
+
"serialized_name": "ClusterSecurityGroups",
|
4672
|
+
"members": {
|
4673
|
+
"type": "structure",
|
4674
|
+
"serialized_name": "ClusterSecurityGroup",
|
4675
|
+
"members": {
|
4676
|
+
"cluster_security_group_name": {
|
4677
|
+
"type": "string",
|
4678
|
+
"serialized_name": "ClusterSecurityGroupName"
|
4679
|
+
},
|
4680
|
+
"status": {
|
4681
|
+
"type": "string",
|
4682
|
+
"serialized_name": "Status"
|
4683
|
+
}
|
4684
|
+
}
|
4685
|
+
}
|
4686
|
+
},
|
4687
|
+
"vpc_security_groups": {
|
4688
|
+
"type": "list",
|
4689
|
+
"serialized_name": "VpcSecurityGroups",
|
4690
|
+
"members": {
|
4691
|
+
"type": "structure",
|
4692
|
+
"serialized_name": "VpcSecurityGroup",
|
4693
|
+
"members": {
|
4694
|
+
"vpc_security_group_id": {
|
4695
|
+
"type": "string",
|
4696
|
+
"serialized_name": "VpcSecurityGroupId"
|
4697
|
+
},
|
4698
|
+
"status": {
|
4699
|
+
"type": "string",
|
4700
|
+
"serialized_name": "Status"
|
4701
|
+
}
|
4702
|
+
}
|
4703
|
+
}
|
4704
|
+
},
|
4705
|
+
"cluster_parameter_groups": {
|
4706
|
+
"type": "list",
|
4707
|
+
"serialized_name": "ClusterParameterGroups",
|
4708
|
+
"members": {
|
4709
|
+
"type": "structure",
|
4710
|
+
"serialized_name": "ClusterParameterGroup",
|
4711
|
+
"members": {
|
4712
|
+
"parameter_group_name": {
|
4713
|
+
"type": "string",
|
4714
|
+
"serialized_name": "ParameterGroupName"
|
4715
|
+
},
|
4716
|
+
"parameter_apply_status": {
|
4717
|
+
"type": "string",
|
4718
|
+
"serialized_name": "ParameterApplyStatus"
|
4719
|
+
}
|
4720
|
+
}
|
4721
|
+
}
|
4722
|
+
},
|
4723
|
+
"cluster_subnet_group_name": {
|
4724
|
+
"type": "string",
|
4725
|
+
"serialized_name": "ClusterSubnetGroupName"
|
4726
|
+
},
|
4727
|
+
"vpc_id": {
|
4728
|
+
"type": "string",
|
4729
|
+
"serialized_name": "VpcId"
|
4730
|
+
},
|
4731
|
+
"availability_zone": {
|
4732
|
+
"type": "string",
|
4733
|
+
"serialized_name": "AvailabilityZone"
|
4734
|
+
},
|
4735
|
+
"preferred_maintenance_window": {
|
4736
|
+
"type": "string",
|
4737
|
+
"serialized_name": "PreferredMaintenanceWindow"
|
4738
|
+
},
|
4739
|
+
"pending_modified_values": {
|
4740
|
+
"type": "structure",
|
4741
|
+
"serialized_name": "PendingModifiedValues",
|
4742
|
+
"members": {
|
4743
|
+
"master_user_password": {
|
4744
|
+
"type": "string",
|
4745
|
+
"serialized_name": "MasterUserPassword"
|
4746
|
+
},
|
4747
|
+
"node_type": {
|
4748
|
+
"type": "string",
|
4749
|
+
"serialized_name": "NodeType"
|
4750
|
+
},
|
4751
|
+
"number_of_nodes": {
|
4752
|
+
"type": "integer",
|
4753
|
+
"serialized_name": "NumberOfNodes"
|
4754
|
+
},
|
4755
|
+
"cluster_type": {
|
4756
|
+
"type": "string",
|
4757
|
+
"serialized_name": "ClusterType"
|
4758
|
+
},
|
4759
|
+
"cluster_version": {
|
4760
|
+
"type": "string",
|
4761
|
+
"serialized_name": "ClusterVersion"
|
4762
|
+
},
|
4763
|
+
"automated_snapshot_retention_period": {
|
4764
|
+
"type": "integer",
|
4765
|
+
"serialized_name": "AutomatedSnapshotRetentionPeriod"
|
4766
|
+
}
|
4767
|
+
}
|
4768
|
+
},
|
4769
|
+
"cluster_version": {
|
4770
|
+
"type": "string",
|
4771
|
+
"serialized_name": "ClusterVersion"
|
4772
|
+
},
|
4773
|
+
"allow_version_upgrade": {
|
4774
|
+
"type": "boolean",
|
4775
|
+
"serialized_name": "AllowVersionUpgrade"
|
4776
|
+
},
|
4777
|
+
"number_of_nodes": {
|
4778
|
+
"type": "integer",
|
4779
|
+
"serialized_name": "NumberOfNodes"
|
4780
|
+
},
|
4781
|
+
"publicly_accessible": {
|
4782
|
+
"type": "boolean",
|
4783
|
+
"serialized_name": "PubliclyAccessible"
|
4784
|
+
},
|
4785
|
+
"encrypted": {
|
4786
|
+
"type": "boolean",
|
4787
|
+
"serialized_name": "Encrypted"
|
4788
|
+
},
|
4789
|
+
"restore_status": {
|
4790
|
+
"type": "structure",
|
4791
|
+
"serialized_name": "RestoreStatus",
|
4792
|
+
"members": {
|
4793
|
+
"status": {
|
4794
|
+
"type": "string",
|
4795
|
+
"serialized_name": "Status"
|
4796
|
+
},
|
4797
|
+
"current_restore_rate_in_mega_bytes_per_second": {
|
4798
|
+
"type": "float",
|
4799
|
+
"serialized_name": "CurrentRestoreRateInMegaBytesPerSecond"
|
4800
|
+
},
|
4801
|
+
"snapshot_size_in_mega_bytes": {
|
4802
|
+
"type": "integer",
|
4803
|
+
"serialized_name": "SnapshotSizeInMegaBytes"
|
4804
|
+
},
|
4805
|
+
"progress_in_mega_bytes": {
|
4806
|
+
"type": "integer",
|
4807
|
+
"serialized_name": "ProgressInMegaBytes"
|
4808
|
+
},
|
4809
|
+
"elapsed_time_in_seconds": {
|
4810
|
+
"type": "integer",
|
4811
|
+
"serialized_name": "ElapsedTimeInSeconds"
|
4812
|
+
},
|
4813
|
+
"estimated_time_to_completion_in_seconds": {
|
4814
|
+
"type": "integer",
|
4815
|
+
"serialized_name": "EstimatedTimeToCompletionInSeconds"
|
4816
|
+
}
|
4817
|
+
}
|
4818
|
+
},
|
4819
|
+
"hsm_status": {
|
4820
|
+
"type": "structure",
|
4821
|
+
"serialized_name": "HsmStatus",
|
4822
|
+
"members": {
|
4823
|
+
"hsm_client_certificate_identifier": {
|
4824
|
+
"type": "string",
|
4825
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
4826
|
+
},
|
4827
|
+
"hsm_configuration_identifier": {
|
4828
|
+
"type": "string",
|
4829
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
4830
|
+
},
|
4831
|
+
"status": {
|
4832
|
+
"type": "string",
|
4833
|
+
"serialized_name": "Status"
|
4834
|
+
}
|
4835
|
+
}
|
4836
|
+
},
|
4837
|
+
"cluster_snapshot_copy_status": {
|
4838
|
+
"type": "structure",
|
4839
|
+
"serialized_name": "ClusterSnapshotCopyStatus",
|
4840
|
+
"members": {
|
4841
|
+
"destination_region": {
|
4842
|
+
"type": "string",
|
4843
|
+
"serialized_name": "DestinationRegion"
|
4844
|
+
},
|
4845
|
+
"retention_period": {
|
4846
|
+
"type": "integer",
|
4847
|
+
"serialized_name": "RetentionPeriod"
|
4848
|
+
}
|
4849
|
+
}
|
4850
|
+
},
|
4851
|
+
"cluster_public_key": {
|
4852
|
+
"type": "string",
|
4853
|
+
"serialized_name": "ClusterPublicKey"
|
4854
|
+
},
|
4855
|
+
"cluster_nodes": {
|
4856
|
+
"type": "list",
|
4857
|
+
"serialized_name": "ClusterNodes",
|
4858
|
+
"members": {
|
4859
|
+
"type": "structure",
|
4860
|
+
"members": {
|
4861
|
+
"node_role": {
|
4862
|
+
"type": "string",
|
4863
|
+
"serialized_name": "NodeRole"
|
4864
|
+
},
|
4865
|
+
"private_ip_address": {
|
4866
|
+
"type": "string",
|
4867
|
+
"serialized_name": "PrivateIPAddress"
|
4868
|
+
},
|
4869
|
+
"public_ip_address": {
|
4870
|
+
"type": "string",
|
4871
|
+
"serialized_name": "PublicIPAddress"
|
4872
|
+
}
|
4873
|
+
}
|
4874
|
+
}
|
4875
|
+
},
|
4876
|
+
"elastic_ip_status": {
|
4877
|
+
"type": "structure",
|
4878
|
+
"serialized_name": "ElasticIpStatus",
|
4879
|
+
"members": {
|
4880
|
+
"elastic_ip": {
|
4881
|
+
"type": "string",
|
4882
|
+
"serialized_name": "ElasticIp"
|
4883
|
+
},
|
4884
|
+
"status": {
|
4885
|
+
"type": "string",
|
4886
|
+
"serialized_name": "Status"
|
4887
|
+
}
|
4888
|
+
}
|
4889
|
+
}
|
4890
|
+
}
|
4891
|
+
}
|
4892
|
+
}
|
4893
|
+
}
|
4894
|
+
},
|
4895
|
+
"modify_cluster_parameter_group": {
|
4896
|
+
"name": "ModifyClusterParameterGroup",
|
4897
|
+
"http_method": "POST",
|
4898
|
+
"http_path": "/",
|
4899
|
+
"input": {
|
4900
|
+
"type": "input",
|
4901
|
+
"members": {
|
4902
|
+
"parameter_group_name": {
|
4903
|
+
"type": "string",
|
4904
|
+
"required": true,
|
4905
|
+
"serialized_name": "ParameterGroupName"
|
4906
|
+
},
|
4907
|
+
"parameters": {
|
4908
|
+
"type": "list",
|
4909
|
+
"required": true,
|
4910
|
+
"serialized_name": "Parameters",
|
4911
|
+
"members": {
|
4912
|
+
"type": "structure",
|
4913
|
+
"serialized_name": "Parameter",
|
4914
|
+
"members": {
|
4915
|
+
"parameter_name": {
|
4916
|
+
"type": "string",
|
4917
|
+
"serialized_name": "ParameterName"
|
4918
|
+
},
|
4919
|
+
"parameter_value": {
|
4920
|
+
"type": "string",
|
4921
|
+
"serialized_name": "ParameterValue"
|
4922
|
+
},
|
4923
|
+
"description": {
|
4924
|
+
"type": "string",
|
4925
|
+
"serialized_name": "Description"
|
4926
|
+
},
|
4927
|
+
"source": {
|
4928
|
+
"type": "string",
|
4929
|
+
"serialized_name": "Source"
|
4930
|
+
},
|
4931
|
+
"data_type": {
|
4932
|
+
"type": "string",
|
4933
|
+
"serialized_name": "DataType"
|
4934
|
+
},
|
4935
|
+
"allowed_values": {
|
4936
|
+
"type": "string",
|
4937
|
+
"serialized_name": "AllowedValues"
|
4938
|
+
},
|
4939
|
+
"is_modifiable": {
|
4940
|
+
"type": "boolean",
|
4941
|
+
"serialized_name": "IsModifiable"
|
4942
|
+
},
|
4943
|
+
"minimum_engine_version": {
|
4944
|
+
"type": "string",
|
4945
|
+
"serialized_name": "MinimumEngineVersion"
|
4946
|
+
}
|
4947
|
+
}
|
4948
|
+
}
|
4949
|
+
}
|
4950
|
+
}
|
4951
|
+
},
|
4952
|
+
"output": {
|
4953
|
+
"type": "output",
|
4954
|
+
"metadata": {
|
4955
|
+
"wrapper": "ModifyClusterParameterGroupResult"
|
4956
|
+
},
|
4957
|
+
"members": {
|
4958
|
+
"parameter_group_name": {
|
4959
|
+
"type": "string",
|
4960
|
+
"serialized_name": "ParameterGroupName"
|
4961
|
+
},
|
4962
|
+
"parameter_group_status": {
|
4963
|
+
"type": "string",
|
4964
|
+
"serialized_name": "ParameterGroupStatus"
|
4965
|
+
}
|
4966
|
+
}
|
4967
|
+
}
|
4968
|
+
},
|
4969
|
+
"modify_cluster_subnet_group": {
|
4970
|
+
"name": "ModifyClusterSubnetGroup",
|
4971
|
+
"http_method": "POST",
|
4972
|
+
"http_path": "/",
|
4973
|
+
"input": {
|
4974
|
+
"type": "input",
|
4975
|
+
"members": {
|
4976
|
+
"cluster_subnet_group_name": {
|
4977
|
+
"type": "string",
|
4978
|
+
"required": true,
|
4979
|
+
"serialized_name": "ClusterSubnetGroupName"
|
4980
|
+
},
|
4981
|
+
"description": {
|
4982
|
+
"type": "string",
|
4983
|
+
"serialized_name": "Description"
|
4984
|
+
},
|
4985
|
+
"subnet_ids": {
|
4986
|
+
"type": "list",
|
4987
|
+
"required": true,
|
4988
|
+
"serialized_name": "SubnetIds",
|
4989
|
+
"members": {
|
4990
|
+
"type": "string",
|
4991
|
+
"serialized_name": "SubnetIdentifier"
|
4992
|
+
}
|
4993
|
+
}
|
4994
|
+
}
|
4995
|
+
},
|
4996
|
+
"output": {
|
4997
|
+
"type": "output",
|
4998
|
+
"metadata": {
|
4999
|
+
"wrapper": "ModifyClusterSubnetGroupResult"
|
5000
|
+
},
|
5001
|
+
"members": {
|
5002
|
+
"cluster_subnet_group": {
|
5003
|
+
"type": "structure",
|
5004
|
+
"serialized_name": "ClusterSubnetGroup",
|
5005
|
+
"metadata": {
|
5006
|
+
"wrapper": true
|
5007
|
+
},
|
5008
|
+
"members": {
|
5009
|
+
"cluster_subnet_group_name": {
|
5010
|
+
"type": "string",
|
5011
|
+
"serialized_name": "ClusterSubnetGroupName"
|
5012
|
+
},
|
5013
|
+
"description": {
|
5014
|
+
"type": "string",
|
5015
|
+
"serialized_name": "Description"
|
5016
|
+
},
|
5017
|
+
"vpc_id": {
|
5018
|
+
"type": "string",
|
5019
|
+
"serialized_name": "VpcId"
|
5020
|
+
},
|
5021
|
+
"subnet_group_status": {
|
5022
|
+
"type": "string",
|
5023
|
+
"serialized_name": "SubnetGroupStatus"
|
5024
|
+
},
|
5025
|
+
"subnets": {
|
5026
|
+
"type": "list",
|
5027
|
+
"serialized_name": "Subnets",
|
5028
|
+
"members": {
|
5029
|
+
"type": "structure",
|
5030
|
+
"serialized_name": "Subnet",
|
5031
|
+
"members": {
|
5032
|
+
"subnet_identifier": {
|
5033
|
+
"type": "string",
|
5034
|
+
"serialized_name": "SubnetIdentifier"
|
5035
|
+
},
|
5036
|
+
"subnet_availability_zone": {
|
5037
|
+
"type": "structure",
|
5038
|
+
"serialized_name": "SubnetAvailabilityZone",
|
5039
|
+
"metadata": {
|
5040
|
+
"wrapper": true
|
5041
|
+
},
|
5042
|
+
"members": {
|
5043
|
+
"name": {
|
5044
|
+
"type": "string",
|
5045
|
+
"serialized_name": "Name"
|
5046
|
+
}
|
5047
|
+
}
|
5048
|
+
},
|
5049
|
+
"subnet_status": {
|
5050
|
+
"type": "string",
|
5051
|
+
"serialized_name": "SubnetStatus"
|
5052
|
+
}
|
5053
|
+
}
|
5054
|
+
}
|
5055
|
+
}
|
5056
|
+
}
|
5057
|
+
}
|
5058
|
+
}
|
5059
|
+
}
|
5060
|
+
},
|
5061
|
+
"modify_event_subscription": {
|
5062
|
+
"name": "ModifyEventSubscription",
|
5063
|
+
"http_method": "POST",
|
5064
|
+
"http_path": "/",
|
5065
|
+
"input": {
|
5066
|
+
"type": "input",
|
5067
|
+
"members": {
|
5068
|
+
"subscription_name": {
|
5069
|
+
"type": "string",
|
5070
|
+
"required": true,
|
5071
|
+
"serialized_name": "SubscriptionName"
|
5072
|
+
},
|
5073
|
+
"sns_topic_arn": {
|
5074
|
+
"type": "string",
|
5075
|
+
"serialized_name": "SnsTopicArn"
|
5076
|
+
},
|
5077
|
+
"source_type": {
|
5078
|
+
"type": "string",
|
5079
|
+
"serialized_name": "SourceType"
|
5080
|
+
},
|
5081
|
+
"source_ids": {
|
5082
|
+
"type": "list",
|
5083
|
+
"serialized_name": "SourceIds",
|
5084
|
+
"members": {
|
5085
|
+
"type": "string",
|
5086
|
+
"serialized_name": "SourceId"
|
5087
|
+
}
|
5088
|
+
},
|
5089
|
+
"event_categories": {
|
5090
|
+
"type": "list",
|
5091
|
+
"serialized_name": "EventCategories",
|
5092
|
+
"members": {
|
5093
|
+
"type": "string",
|
5094
|
+
"serialized_name": "EventCategory"
|
5095
|
+
}
|
5096
|
+
},
|
5097
|
+
"severity": {
|
5098
|
+
"type": "string",
|
5099
|
+
"serialized_name": "Severity"
|
5100
|
+
},
|
5101
|
+
"enabled": {
|
5102
|
+
"type": "boolean",
|
5103
|
+
"serialized_name": "Enabled"
|
5104
|
+
}
|
5105
|
+
}
|
5106
|
+
},
|
5107
|
+
"output": {
|
5108
|
+
"type": "output",
|
5109
|
+
"metadata": {
|
5110
|
+
"wrapper": "ModifyEventSubscriptionResult"
|
5111
|
+
},
|
5112
|
+
"members": {
|
5113
|
+
"event_subscription": {
|
5114
|
+
"type": "structure",
|
5115
|
+
"serialized_name": "EventSubscription",
|
5116
|
+
"metadata": {
|
5117
|
+
"wrapper": true
|
5118
|
+
},
|
5119
|
+
"members": {
|
5120
|
+
"customer_aws_id": {
|
5121
|
+
"type": "string",
|
5122
|
+
"serialized_name": "CustomerAwsId"
|
5123
|
+
},
|
5124
|
+
"cust_subscription_id": {
|
5125
|
+
"type": "string",
|
5126
|
+
"serialized_name": "CustSubscriptionId"
|
5127
|
+
},
|
5128
|
+
"sns_topic_arn": {
|
5129
|
+
"type": "string",
|
5130
|
+
"serialized_name": "SnsTopicArn"
|
5131
|
+
},
|
5132
|
+
"status": {
|
5133
|
+
"type": "string",
|
5134
|
+
"serialized_name": "Status"
|
5135
|
+
},
|
5136
|
+
"subscription_creation_time": {
|
5137
|
+
"type": "iso8601_timestamp",
|
5138
|
+
"serialized_name": "SubscriptionCreationTime"
|
5139
|
+
},
|
5140
|
+
"source_type": {
|
5141
|
+
"type": "string",
|
5142
|
+
"serialized_name": "SourceType"
|
5143
|
+
},
|
5144
|
+
"source_ids_list": {
|
5145
|
+
"type": "list",
|
5146
|
+
"serialized_name": "SourceIdsList",
|
5147
|
+
"members": {
|
5148
|
+
"type": "string",
|
5149
|
+
"serialized_name": "SourceId"
|
5150
|
+
}
|
5151
|
+
},
|
5152
|
+
"event_categories_list": {
|
5153
|
+
"type": "list",
|
5154
|
+
"serialized_name": "EventCategoriesList",
|
5155
|
+
"members": {
|
5156
|
+
"type": "string",
|
5157
|
+
"serialized_name": "EventCategory"
|
5158
|
+
}
|
5159
|
+
},
|
5160
|
+
"severity": {
|
5161
|
+
"type": "string",
|
5162
|
+
"serialized_name": "Severity"
|
5163
|
+
},
|
5164
|
+
"enabled": {
|
5165
|
+
"type": "boolean",
|
5166
|
+
"serialized_name": "Enabled"
|
5167
|
+
}
|
5168
|
+
}
|
5169
|
+
}
|
5170
|
+
}
|
5171
|
+
}
|
5172
|
+
},
|
5173
|
+
"modify_snapshot_copy_retention_period": {
|
5174
|
+
"name": "ModifySnapshotCopyRetentionPeriod",
|
5175
|
+
"http_method": "POST",
|
5176
|
+
"http_path": "/",
|
5177
|
+
"input": {
|
5178
|
+
"type": "input",
|
5179
|
+
"members": {
|
5180
|
+
"cluster_identifier": {
|
5181
|
+
"type": "string",
|
5182
|
+
"required": true,
|
5183
|
+
"serialized_name": "ClusterIdentifier"
|
5184
|
+
},
|
5185
|
+
"retention_period": {
|
5186
|
+
"type": "integer",
|
5187
|
+
"required": true,
|
5188
|
+
"serialized_name": "RetentionPeriod"
|
5189
|
+
}
|
5190
|
+
}
|
5191
|
+
},
|
5192
|
+
"output": {
|
5193
|
+
"type": "output",
|
5194
|
+
"metadata": {
|
5195
|
+
"wrapper": "ModifySnapshotCopyRetentionPeriodResult"
|
5196
|
+
},
|
5197
|
+
"members": {
|
5198
|
+
"cluster": {
|
5199
|
+
"type": "structure",
|
5200
|
+
"serialized_name": "Cluster",
|
5201
|
+
"metadata": {
|
5202
|
+
"wrapper": true
|
5203
|
+
},
|
5204
|
+
"members": {
|
5205
|
+
"cluster_identifier": {
|
5206
|
+
"type": "string",
|
5207
|
+
"serialized_name": "ClusterIdentifier"
|
5208
|
+
},
|
5209
|
+
"node_type": {
|
5210
|
+
"type": "string",
|
5211
|
+
"serialized_name": "NodeType"
|
5212
|
+
},
|
5213
|
+
"cluster_status": {
|
5214
|
+
"type": "string",
|
5215
|
+
"serialized_name": "ClusterStatus"
|
5216
|
+
},
|
5217
|
+
"modify_status": {
|
5218
|
+
"type": "string",
|
5219
|
+
"serialized_name": "ModifyStatus"
|
5220
|
+
},
|
5221
|
+
"master_username": {
|
5222
|
+
"type": "string",
|
5223
|
+
"serialized_name": "MasterUsername"
|
5224
|
+
},
|
5225
|
+
"db_name": {
|
5226
|
+
"type": "string",
|
5227
|
+
"serialized_name": "DBName"
|
5228
|
+
},
|
5229
|
+
"endpoint": {
|
5230
|
+
"type": "structure",
|
5231
|
+
"serialized_name": "Endpoint",
|
5232
|
+
"members": {
|
5233
|
+
"address": {
|
5234
|
+
"type": "string",
|
5235
|
+
"serialized_name": "Address"
|
5236
|
+
},
|
5237
|
+
"port": {
|
5238
|
+
"type": "integer",
|
5239
|
+
"serialized_name": "Port"
|
5240
|
+
}
|
5241
|
+
}
|
5242
|
+
},
|
5243
|
+
"cluster_create_time": {
|
5244
|
+
"type": "iso8601_timestamp",
|
5245
|
+
"serialized_name": "ClusterCreateTime"
|
5246
|
+
},
|
5247
|
+
"automated_snapshot_retention_period": {
|
5248
|
+
"type": "integer",
|
5249
|
+
"serialized_name": "AutomatedSnapshotRetentionPeriod"
|
5250
|
+
},
|
5251
|
+
"cluster_security_groups": {
|
5252
|
+
"type": "list",
|
5253
|
+
"serialized_name": "ClusterSecurityGroups",
|
5254
|
+
"members": {
|
5255
|
+
"type": "structure",
|
5256
|
+
"serialized_name": "ClusterSecurityGroup",
|
5257
|
+
"members": {
|
5258
|
+
"cluster_security_group_name": {
|
5259
|
+
"type": "string",
|
5260
|
+
"serialized_name": "ClusterSecurityGroupName"
|
5261
|
+
},
|
5262
|
+
"status": {
|
5263
|
+
"type": "string",
|
5264
|
+
"serialized_name": "Status"
|
5265
|
+
}
|
5266
|
+
}
|
5267
|
+
}
|
5268
|
+
},
|
5269
|
+
"vpc_security_groups": {
|
5270
|
+
"type": "list",
|
5271
|
+
"serialized_name": "VpcSecurityGroups",
|
5272
|
+
"members": {
|
5273
|
+
"type": "structure",
|
5274
|
+
"serialized_name": "VpcSecurityGroup",
|
5275
|
+
"members": {
|
5276
|
+
"vpc_security_group_id": {
|
5277
|
+
"type": "string",
|
5278
|
+
"serialized_name": "VpcSecurityGroupId"
|
5279
|
+
},
|
5280
|
+
"status": {
|
5281
|
+
"type": "string",
|
5282
|
+
"serialized_name": "Status"
|
5283
|
+
}
|
5284
|
+
}
|
5285
|
+
}
|
5286
|
+
},
|
5287
|
+
"cluster_parameter_groups": {
|
5288
|
+
"type": "list",
|
5289
|
+
"serialized_name": "ClusterParameterGroups",
|
5290
|
+
"members": {
|
5291
|
+
"type": "structure",
|
5292
|
+
"serialized_name": "ClusterParameterGroup",
|
5293
|
+
"members": {
|
5294
|
+
"parameter_group_name": {
|
5295
|
+
"type": "string",
|
5296
|
+
"serialized_name": "ParameterGroupName"
|
5297
|
+
},
|
5298
|
+
"parameter_apply_status": {
|
5299
|
+
"type": "string",
|
5300
|
+
"serialized_name": "ParameterApplyStatus"
|
5301
|
+
}
|
5302
|
+
}
|
5303
|
+
}
|
5304
|
+
},
|
5305
|
+
"cluster_subnet_group_name": {
|
5306
|
+
"type": "string",
|
5307
|
+
"serialized_name": "ClusterSubnetGroupName"
|
5308
|
+
},
|
5309
|
+
"vpc_id": {
|
5310
|
+
"type": "string",
|
5311
|
+
"serialized_name": "VpcId"
|
5312
|
+
},
|
5313
|
+
"availability_zone": {
|
5314
|
+
"type": "string",
|
5315
|
+
"serialized_name": "AvailabilityZone"
|
5316
|
+
},
|
5317
|
+
"preferred_maintenance_window": {
|
5318
|
+
"type": "string",
|
5319
|
+
"serialized_name": "PreferredMaintenanceWindow"
|
5320
|
+
},
|
5321
|
+
"pending_modified_values": {
|
5322
|
+
"type": "structure",
|
5323
|
+
"serialized_name": "PendingModifiedValues",
|
5324
|
+
"members": {
|
5325
|
+
"master_user_password": {
|
5326
|
+
"type": "string",
|
5327
|
+
"serialized_name": "MasterUserPassword"
|
5328
|
+
},
|
5329
|
+
"node_type": {
|
5330
|
+
"type": "string",
|
5331
|
+
"serialized_name": "NodeType"
|
5332
|
+
},
|
5333
|
+
"number_of_nodes": {
|
5334
|
+
"type": "integer",
|
5335
|
+
"serialized_name": "NumberOfNodes"
|
5336
|
+
},
|
5337
|
+
"cluster_type": {
|
5338
|
+
"type": "string",
|
5339
|
+
"serialized_name": "ClusterType"
|
5340
|
+
},
|
5341
|
+
"cluster_version": {
|
5342
|
+
"type": "string",
|
5343
|
+
"serialized_name": "ClusterVersion"
|
5344
|
+
},
|
5345
|
+
"automated_snapshot_retention_period": {
|
5346
|
+
"type": "integer",
|
5347
|
+
"serialized_name": "AutomatedSnapshotRetentionPeriod"
|
5348
|
+
}
|
5349
|
+
}
|
5350
|
+
},
|
5351
|
+
"cluster_version": {
|
5352
|
+
"type": "string",
|
5353
|
+
"serialized_name": "ClusterVersion"
|
5354
|
+
},
|
5355
|
+
"allow_version_upgrade": {
|
5356
|
+
"type": "boolean",
|
5357
|
+
"serialized_name": "AllowVersionUpgrade"
|
5358
|
+
},
|
5359
|
+
"number_of_nodes": {
|
5360
|
+
"type": "integer",
|
5361
|
+
"serialized_name": "NumberOfNodes"
|
5362
|
+
},
|
5363
|
+
"publicly_accessible": {
|
5364
|
+
"type": "boolean",
|
5365
|
+
"serialized_name": "PubliclyAccessible"
|
5366
|
+
},
|
5367
|
+
"encrypted": {
|
5368
|
+
"type": "boolean",
|
5369
|
+
"serialized_name": "Encrypted"
|
5370
|
+
},
|
5371
|
+
"restore_status": {
|
5372
|
+
"type": "structure",
|
5373
|
+
"serialized_name": "RestoreStatus",
|
5374
|
+
"members": {
|
5375
|
+
"status": {
|
5376
|
+
"type": "string",
|
5377
|
+
"serialized_name": "Status"
|
5378
|
+
},
|
5379
|
+
"current_restore_rate_in_mega_bytes_per_second": {
|
5380
|
+
"type": "float",
|
5381
|
+
"serialized_name": "CurrentRestoreRateInMegaBytesPerSecond"
|
5382
|
+
},
|
5383
|
+
"snapshot_size_in_mega_bytes": {
|
5384
|
+
"type": "integer",
|
5385
|
+
"serialized_name": "SnapshotSizeInMegaBytes"
|
5386
|
+
},
|
5387
|
+
"progress_in_mega_bytes": {
|
5388
|
+
"type": "integer",
|
5389
|
+
"serialized_name": "ProgressInMegaBytes"
|
5390
|
+
},
|
5391
|
+
"elapsed_time_in_seconds": {
|
5392
|
+
"type": "integer",
|
5393
|
+
"serialized_name": "ElapsedTimeInSeconds"
|
5394
|
+
},
|
5395
|
+
"estimated_time_to_completion_in_seconds": {
|
5396
|
+
"type": "integer",
|
5397
|
+
"serialized_name": "EstimatedTimeToCompletionInSeconds"
|
5398
|
+
}
|
5399
|
+
}
|
5400
|
+
},
|
5401
|
+
"hsm_status": {
|
5402
|
+
"type": "structure",
|
5403
|
+
"serialized_name": "HsmStatus",
|
5404
|
+
"members": {
|
5405
|
+
"hsm_client_certificate_identifier": {
|
5406
|
+
"type": "string",
|
5407
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
5408
|
+
},
|
5409
|
+
"hsm_configuration_identifier": {
|
5410
|
+
"type": "string",
|
5411
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
5412
|
+
},
|
5413
|
+
"status": {
|
5414
|
+
"type": "string",
|
5415
|
+
"serialized_name": "Status"
|
5416
|
+
}
|
5417
|
+
}
|
5418
|
+
},
|
5419
|
+
"cluster_snapshot_copy_status": {
|
5420
|
+
"type": "structure",
|
5421
|
+
"serialized_name": "ClusterSnapshotCopyStatus",
|
5422
|
+
"members": {
|
5423
|
+
"destination_region": {
|
5424
|
+
"type": "string",
|
5425
|
+
"serialized_name": "DestinationRegion"
|
5426
|
+
},
|
5427
|
+
"retention_period": {
|
5428
|
+
"type": "integer",
|
5429
|
+
"serialized_name": "RetentionPeriod"
|
5430
|
+
}
|
5431
|
+
}
|
5432
|
+
},
|
5433
|
+
"cluster_public_key": {
|
5434
|
+
"type": "string",
|
5435
|
+
"serialized_name": "ClusterPublicKey"
|
5436
|
+
},
|
5437
|
+
"cluster_nodes": {
|
5438
|
+
"type": "list",
|
5439
|
+
"serialized_name": "ClusterNodes",
|
5440
|
+
"members": {
|
5441
|
+
"type": "structure",
|
5442
|
+
"members": {
|
5443
|
+
"node_role": {
|
5444
|
+
"type": "string",
|
5445
|
+
"serialized_name": "NodeRole"
|
5446
|
+
},
|
5447
|
+
"private_ip_address": {
|
5448
|
+
"type": "string",
|
5449
|
+
"serialized_name": "PrivateIPAddress"
|
5450
|
+
},
|
5451
|
+
"public_ip_address": {
|
5452
|
+
"type": "string",
|
5453
|
+
"serialized_name": "PublicIPAddress"
|
5454
|
+
}
|
5455
|
+
}
|
5456
|
+
}
|
5457
|
+
},
|
5458
|
+
"elastic_ip_status": {
|
5459
|
+
"type": "structure",
|
5460
|
+
"serialized_name": "ElasticIpStatus",
|
5461
|
+
"members": {
|
5462
|
+
"elastic_ip": {
|
5463
|
+
"type": "string",
|
5464
|
+
"serialized_name": "ElasticIp"
|
5465
|
+
},
|
5466
|
+
"status": {
|
5467
|
+
"type": "string",
|
5468
|
+
"serialized_name": "Status"
|
5469
|
+
}
|
5470
|
+
}
|
5471
|
+
}
|
5472
|
+
}
|
5473
|
+
}
|
5474
|
+
}
|
5475
|
+
}
|
5476
|
+
},
|
5477
|
+
"purchase_reserved_node_offering": {
|
5478
|
+
"name": "PurchaseReservedNodeOffering",
|
5479
|
+
"http_method": "POST",
|
5480
|
+
"http_path": "/",
|
5481
|
+
"input": {
|
5482
|
+
"type": "input",
|
5483
|
+
"members": {
|
5484
|
+
"reserved_node_offering_id": {
|
5485
|
+
"type": "string",
|
5486
|
+
"required": true,
|
5487
|
+
"serialized_name": "ReservedNodeOfferingId"
|
5488
|
+
},
|
5489
|
+
"node_count": {
|
5490
|
+
"type": "integer",
|
5491
|
+
"serialized_name": "NodeCount"
|
5492
|
+
}
|
5493
|
+
}
|
5494
|
+
},
|
5495
|
+
"output": {
|
5496
|
+
"type": "output",
|
5497
|
+
"metadata": {
|
5498
|
+
"wrapper": "PurchaseReservedNodeOfferingResult"
|
5499
|
+
},
|
5500
|
+
"members": {
|
5501
|
+
"reserved_node": {
|
5502
|
+
"type": "structure",
|
5503
|
+
"serialized_name": "ReservedNode",
|
5504
|
+
"metadata": {
|
5505
|
+
"wrapper": true
|
5506
|
+
},
|
5507
|
+
"members": {
|
5508
|
+
"reserved_node_id": {
|
5509
|
+
"type": "string",
|
5510
|
+
"serialized_name": "ReservedNodeId"
|
5511
|
+
},
|
5512
|
+
"reserved_node_offering_id": {
|
5513
|
+
"type": "string",
|
5514
|
+
"serialized_name": "ReservedNodeOfferingId"
|
5515
|
+
},
|
5516
|
+
"node_type": {
|
5517
|
+
"type": "string",
|
5518
|
+
"serialized_name": "NodeType"
|
5519
|
+
},
|
5520
|
+
"start_time": {
|
5521
|
+
"type": "iso8601_timestamp",
|
5522
|
+
"serialized_name": "StartTime"
|
5523
|
+
},
|
5524
|
+
"duration": {
|
5525
|
+
"type": "integer",
|
5526
|
+
"serialized_name": "Duration"
|
5527
|
+
},
|
5528
|
+
"fixed_price": {
|
5529
|
+
"type": "float",
|
5530
|
+
"serialized_name": "FixedPrice"
|
5531
|
+
},
|
5532
|
+
"usage_price": {
|
5533
|
+
"type": "float",
|
5534
|
+
"serialized_name": "UsagePrice"
|
5535
|
+
},
|
5536
|
+
"currency_code": {
|
5537
|
+
"type": "string",
|
5538
|
+
"serialized_name": "CurrencyCode"
|
5539
|
+
},
|
5540
|
+
"node_count": {
|
5541
|
+
"type": "integer",
|
5542
|
+
"serialized_name": "NodeCount"
|
5543
|
+
},
|
5544
|
+
"state": {
|
5545
|
+
"type": "string",
|
5546
|
+
"serialized_name": "State"
|
5547
|
+
},
|
5548
|
+
"offering_type": {
|
5549
|
+
"type": "string",
|
5550
|
+
"serialized_name": "OfferingType"
|
5551
|
+
},
|
5552
|
+
"recurring_charges": {
|
5553
|
+
"type": "list",
|
5554
|
+
"serialized_name": "RecurringCharges",
|
5555
|
+
"members": {
|
5556
|
+
"type": "structure",
|
5557
|
+
"serialized_name": "RecurringCharge",
|
5558
|
+
"metadata": {
|
5559
|
+
"wrapper": true
|
5560
|
+
},
|
5561
|
+
"members": {
|
5562
|
+
"recurring_charge_amount": {
|
5563
|
+
"type": "float",
|
5564
|
+
"serialized_name": "RecurringChargeAmount"
|
5565
|
+
},
|
5566
|
+
"recurring_charge_frequency": {
|
5567
|
+
"type": "string",
|
5568
|
+
"serialized_name": "RecurringChargeFrequency"
|
5569
|
+
}
|
5570
|
+
}
|
5571
|
+
}
|
5572
|
+
}
|
5573
|
+
}
|
5574
|
+
}
|
5575
|
+
}
|
5576
|
+
}
|
5577
|
+
},
|
5578
|
+
"reboot_cluster": {
|
5579
|
+
"name": "RebootCluster",
|
5580
|
+
"http_method": "POST",
|
5581
|
+
"http_path": "/",
|
5582
|
+
"input": {
|
5583
|
+
"type": "input",
|
5584
|
+
"members": {
|
5585
|
+
"cluster_identifier": {
|
5586
|
+
"type": "string",
|
5587
|
+
"required": true,
|
5588
|
+
"serialized_name": "ClusterIdentifier"
|
5589
|
+
}
|
5590
|
+
}
|
5591
|
+
},
|
5592
|
+
"output": {
|
5593
|
+
"type": "output",
|
5594
|
+
"metadata": {
|
5595
|
+
"wrapper": "RebootClusterResult"
|
5596
|
+
},
|
5597
|
+
"members": {
|
5598
|
+
"cluster": {
|
5599
|
+
"type": "structure",
|
5600
|
+
"serialized_name": "Cluster",
|
5601
|
+
"metadata": {
|
5602
|
+
"wrapper": true
|
5603
|
+
},
|
5604
|
+
"members": {
|
5605
|
+
"cluster_identifier": {
|
5606
|
+
"type": "string",
|
5607
|
+
"serialized_name": "ClusterIdentifier"
|
5608
|
+
},
|
5609
|
+
"node_type": {
|
5610
|
+
"type": "string",
|
5611
|
+
"serialized_name": "NodeType"
|
5612
|
+
},
|
5613
|
+
"cluster_status": {
|
5614
|
+
"type": "string",
|
5615
|
+
"serialized_name": "ClusterStatus"
|
5616
|
+
},
|
5617
|
+
"modify_status": {
|
5618
|
+
"type": "string",
|
5619
|
+
"serialized_name": "ModifyStatus"
|
5620
|
+
},
|
5621
|
+
"master_username": {
|
5622
|
+
"type": "string",
|
5623
|
+
"serialized_name": "MasterUsername"
|
5624
|
+
},
|
5625
|
+
"db_name": {
|
5626
|
+
"type": "string",
|
5627
|
+
"serialized_name": "DBName"
|
5628
|
+
},
|
5629
|
+
"endpoint": {
|
5630
|
+
"type": "structure",
|
5631
|
+
"serialized_name": "Endpoint",
|
5632
|
+
"members": {
|
5633
|
+
"address": {
|
5634
|
+
"type": "string",
|
5635
|
+
"serialized_name": "Address"
|
5636
|
+
},
|
5637
|
+
"port": {
|
5638
|
+
"type": "integer",
|
5639
|
+
"serialized_name": "Port"
|
5640
|
+
}
|
5641
|
+
}
|
5642
|
+
},
|
5643
|
+
"cluster_create_time": {
|
5644
|
+
"type": "iso8601_timestamp",
|
5645
|
+
"serialized_name": "ClusterCreateTime"
|
5646
|
+
},
|
5647
|
+
"automated_snapshot_retention_period": {
|
5648
|
+
"type": "integer",
|
5649
|
+
"serialized_name": "AutomatedSnapshotRetentionPeriod"
|
5650
|
+
},
|
5651
|
+
"cluster_security_groups": {
|
5652
|
+
"type": "list",
|
5653
|
+
"serialized_name": "ClusterSecurityGroups",
|
5654
|
+
"members": {
|
5655
|
+
"type": "structure",
|
5656
|
+
"serialized_name": "ClusterSecurityGroup",
|
5657
|
+
"members": {
|
5658
|
+
"cluster_security_group_name": {
|
5659
|
+
"type": "string",
|
5660
|
+
"serialized_name": "ClusterSecurityGroupName"
|
5661
|
+
},
|
5662
|
+
"status": {
|
5663
|
+
"type": "string",
|
5664
|
+
"serialized_name": "Status"
|
5665
|
+
}
|
5666
|
+
}
|
5667
|
+
}
|
5668
|
+
},
|
5669
|
+
"vpc_security_groups": {
|
5670
|
+
"type": "list",
|
5671
|
+
"serialized_name": "VpcSecurityGroups",
|
5672
|
+
"members": {
|
5673
|
+
"type": "structure",
|
5674
|
+
"serialized_name": "VpcSecurityGroup",
|
5675
|
+
"members": {
|
5676
|
+
"vpc_security_group_id": {
|
5677
|
+
"type": "string",
|
5678
|
+
"serialized_name": "VpcSecurityGroupId"
|
5679
|
+
},
|
5680
|
+
"status": {
|
5681
|
+
"type": "string",
|
5682
|
+
"serialized_name": "Status"
|
5683
|
+
}
|
5684
|
+
}
|
5685
|
+
}
|
5686
|
+
},
|
5687
|
+
"cluster_parameter_groups": {
|
5688
|
+
"type": "list",
|
5689
|
+
"serialized_name": "ClusterParameterGroups",
|
5690
|
+
"members": {
|
5691
|
+
"type": "structure",
|
5692
|
+
"serialized_name": "ClusterParameterGroup",
|
5693
|
+
"members": {
|
5694
|
+
"parameter_group_name": {
|
5695
|
+
"type": "string",
|
5696
|
+
"serialized_name": "ParameterGroupName"
|
5697
|
+
},
|
5698
|
+
"parameter_apply_status": {
|
5699
|
+
"type": "string",
|
5700
|
+
"serialized_name": "ParameterApplyStatus"
|
5701
|
+
}
|
5702
|
+
}
|
5703
|
+
}
|
5704
|
+
},
|
5705
|
+
"cluster_subnet_group_name": {
|
5706
|
+
"type": "string",
|
5707
|
+
"serialized_name": "ClusterSubnetGroupName"
|
5708
|
+
},
|
5709
|
+
"vpc_id": {
|
5710
|
+
"type": "string",
|
5711
|
+
"serialized_name": "VpcId"
|
5712
|
+
},
|
5713
|
+
"availability_zone": {
|
5714
|
+
"type": "string",
|
5715
|
+
"serialized_name": "AvailabilityZone"
|
5716
|
+
},
|
5717
|
+
"preferred_maintenance_window": {
|
5718
|
+
"type": "string",
|
5719
|
+
"serialized_name": "PreferredMaintenanceWindow"
|
5720
|
+
},
|
5721
|
+
"pending_modified_values": {
|
5722
|
+
"type": "structure",
|
5723
|
+
"serialized_name": "PendingModifiedValues",
|
5724
|
+
"members": {
|
5725
|
+
"master_user_password": {
|
5726
|
+
"type": "string",
|
5727
|
+
"serialized_name": "MasterUserPassword"
|
5728
|
+
},
|
5729
|
+
"node_type": {
|
5730
|
+
"type": "string",
|
5731
|
+
"serialized_name": "NodeType"
|
5732
|
+
},
|
5733
|
+
"number_of_nodes": {
|
5734
|
+
"type": "integer",
|
5735
|
+
"serialized_name": "NumberOfNodes"
|
5736
|
+
},
|
5737
|
+
"cluster_type": {
|
5738
|
+
"type": "string",
|
5739
|
+
"serialized_name": "ClusterType"
|
5740
|
+
},
|
5741
|
+
"cluster_version": {
|
5742
|
+
"type": "string",
|
5743
|
+
"serialized_name": "ClusterVersion"
|
5744
|
+
},
|
5745
|
+
"automated_snapshot_retention_period": {
|
5746
|
+
"type": "integer",
|
5747
|
+
"serialized_name": "AutomatedSnapshotRetentionPeriod"
|
5748
|
+
}
|
5749
|
+
}
|
5750
|
+
},
|
5751
|
+
"cluster_version": {
|
5752
|
+
"type": "string",
|
5753
|
+
"serialized_name": "ClusterVersion"
|
5754
|
+
},
|
5755
|
+
"allow_version_upgrade": {
|
5756
|
+
"type": "boolean",
|
5757
|
+
"serialized_name": "AllowVersionUpgrade"
|
5758
|
+
},
|
5759
|
+
"number_of_nodes": {
|
5760
|
+
"type": "integer",
|
5761
|
+
"serialized_name": "NumberOfNodes"
|
5762
|
+
},
|
5763
|
+
"publicly_accessible": {
|
5764
|
+
"type": "boolean",
|
5765
|
+
"serialized_name": "PubliclyAccessible"
|
5766
|
+
},
|
5767
|
+
"encrypted": {
|
5768
|
+
"type": "boolean",
|
5769
|
+
"serialized_name": "Encrypted"
|
5770
|
+
},
|
5771
|
+
"restore_status": {
|
5772
|
+
"type": "structure",
|
5773
|
+
"serialized_name": "RestoreStatus",
|
5774
|
+
"members": {
|
5775
|
+
"status": {
|
5776
|
+
"type": "string",
|
5777
|
+
"serialized_name": "Status"
|
5778
|
+
},
|
5779
|
+
"current_restore_rate_in_mega_bytes_per_second": {
|
5780
|
+
"type": "float",
|
5781
|
+
"serialized_name": "CurrentRestoreRateInMegaBytesPerSecond"
|
5782
|
+
},
|
5783
|
+
"snapshot_size_in_mega_bytes": {
|
5784
|
+
"type": "integer",
|
5785
|
+
"serialized_name": "SnapshotSizeInMegaBytes"
|
5786
|
+
},
|
5787
|
+
"progress_in_mega_bytes": {
|
5788
|
+
"type": "integer",
|
5789
|
+
"serialized_name": "ProgressInMegaBytes"
|
5790
|
+
},
|
5791
|
+
"elapsed_time_in_seconds": {
|
5792
|
+
"type": "integer",
|
5793
|
+
"serialized_name": "ElapsedTimeInSeconds"
|
5794
|
+
},
|
5795
|
+
"estimated_time_to_completion_in_seconds": {
|
5796
|
+
"type": "integer",
|
5797
|
+
"serialized_name": "EstimatedTimeToCompletionInSeconds"
|
5798
|
+
}
|
5799
|
+
}
|
5800
|
+
},
|
5801
|
+
"hsm_status": {
|
5802
|
+
"type": "structure",
|
5803
|
+
"serialized_name": "HsmStatus",
|
5804
|
+
"members": {
|
5805
|
+
"hsm_client_certificate_identifier": {
|
5806
|
+
"type": "string",
|
5807
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
5808
|
+
},
|
5809
|
+
"hsm_configuration_identifier": {
|
5810
|
+
"type": "string",
|
5811
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
5812
|
+
},
|
5813
|
+
"status": {
|
5814
|
+
"type": "string",
|
5815
|
+
"serialized_name": "Status"
|
5816
|
+
}
|
5817
|
+
}
|
5818
|
+
},
|
5819
|
+
"cluster_snapshot_copy_status": {
|
5820
|
+
"type": "structure",
|
5821
|
+
"serialized_name": "ClusterSnapshotCopyStatus",
|
5822
|
+
"members": {
|
5823
|
+
"destination_region": {
|
5824
|
+
"type": "string",
|
5825
|
+
"serialized_name": "DestinationRegion"
|
5826
|
+
},
|
5827
|
+
"retention_period": {
|
5828
|
+
"type": "integer",
|
5829
|
+
"serialized_name": "RetentionPeriod"
|
5830
|
+
}
|
5831
|
+
}
|
5832
|
+
},
|
5833
|
+
"cluster_public_key": {
|
5834
|
+
"type": "string",
|
5835
|
+
"serialized_name": "ClusterPublicKey"
|
5836
|
+
},
|
5837
|
+
"cluster_nodes": {
|
5838
|
+
"type": "list",
|
5839
|
+
"serialized_name": "ClusterNodes",
|
5840
|
+
"members": {
|
5841
|
+
"type": "structure",
|
5842
|
+
"members": {
|
5843
|
+
"node_role": {
|
5844
|
+
"type": "string",
|
5845
|
+
"serialized_name": "NodeRole"
|
5846
|
+
},
|
5847
|
+
"private_ip_address": {
|
5848
|
+
"type": "string",
|
5849
|
+
"serialized_name": "PrivateIPAddress"
|
5850
|
+
},
|
5851
|
+
"public_ip_address": {
|
5852
|
+
"type": "string",
|
5853
|
+
"serialized_name": "PublicIPAddress"
|
5854
|
+
}
|
5855
|
+
}
|
5856
|
+
}
|
5857
|
+
},
|
5858
|
+
"elastic_ip_status": {
|
5859
|
+
"type": "structure",
|
5860
|
+
"serialized_name": "ElasticIpStatus",
|
5861
|
+
"members": {
|
5862
|
+
"elastic_ip": {
|
5863
|
+
"type": "string",
|
5864
|
+
"serialized_name": "ElasticIp"
|
5865
|
+
},
|
5866
|
+
"status": {
|
5867
|
+
"type": "string",
|
5868
|
+
"serialized_name": "Status"
|
5869
|
+
}
|
5870
|
+
}
|
5871
|
+
}
|
5872
|
+
}
|
5873
|
+
}
|
5874
|
+
}
|
5875
|
+
}
|
5876
|
+
},
|
5877
|
+
"reset_cluster_parameter_group": {
|
5878
|
+
"name": "ResetClusterParameterGroup",
|
5879
|
+
"http_method": "POST",
|
5880
|
+
"http_path": "/",
|
5881
|
+
"input": {
|
5882
|
+
"type": "input",
|
5883
|
+
"members": {
|
5884
|
+
"parameter_group_name": {
|
5885
|
+
"type": "string",
|
5886
|
+
"required": true,
|
5887
|
+
"serialized_name": "ParameterGroupName"
|
5888
|
+
},
|
5889
|
+
"reset_all_parameters": {
|
5890
|
+
"type": "boolean",
|
5891
|
+
"serialized_name": "ResetAllParameters"
|
5892
|
+
},
|
5893
|
+
"parameters": {
|
5894
|
+
"type": "list",
|
5895
|
+
"serialized_name": "Parameters",
|
5896
|
+
"members": {
|
5897
|
+
"type": "structure",
|
5898
|
+
"serialized_name": "Parameter",
|
5899
|
+
"members": {
|
5900
|
+
"parameter_name": {
|
5901
|
+
"type": "string",
|
5902
|
+
"serialized_name": "ParameterName"
|
5903
|
+
},
|
5904
|
+
"parameter_value": {
|
5905
|
+
"type": "string",
|
5906
|
+
"serialized_name": "ParameterValue"
|
5907
|
+
},
|
5908
|
+
"description": {
|
5909
|
+
"type": "string",
|
5910
|
+
"serialized_name": "Description"
|
5911
|
+
},
|
5912
|
+
"source": {
|
5913
|
+
"type": "string",
|
5914
|
+
"serialized_name": "Source"
|
5915
|
+
},
|
5916
|
+
"data_type": {
|
5917
|
+
"type": "string",
|
5918
|
+
"serialized_name": "DataType"
|
5919
|
+
},
|
5920
|
+
"allowed_values": {
|
5921
|
+
"type": "string",
|
5922
|
+
"serialized_name": "AllowedValues"
|
5923
|
+
},
|
5924
|
+
"is_modifiable": {
|
5925
|
+
"type": "boolean",
|
5926
|
+
"serialized_name": "IsModifiable"
|
5927
|
+
},
|
5928
|
+
"minimum_engine_version": {
|
5929
|
+
"type": "string",
|
5930
|
+
"serialized_name": "MinimumEngineVersion"
|
5931
|
+
}
|
5932
|
+
}
|
5933
|
+
}
|
5934
|
+
}
|
5935
|
+
}
|
5936
|
+
},
|
5937
|
+
"output": {
|
5938
|
+
"type": "output",
|
5939
|
+
"metadata": {
|
5940
|
+
"wrapper": "ResetClusterParameterGroupResult"
|
5941
|
+
},
|
5942
|
+
"members": {
|
5943
|
+
"parameter_group_name": {
|
5944
|
+
"type": "string",
|
5945
|
+
"serialized_name": "ParameterGroupName"
|
5946
|
+
},
|
5947
|
+
"parameter_group_status": {
|
5948
|
+
"type": "string",
|
5949
|
+
"serialized_name": "ParameterGroupStatus"
|
5950
|
+
}
|
5951
|
+
}
|
5952
|
+
}
|
5953
|
+
},
|
5954
|
+
"restore_from_cluster_snapshot": {
|
5955
|
+
"name": "RestoreFromClusterSnapshot",
|
5956
|
+
"http_method": "POST",
|
5957
|
+
"http_path": "/",
|
5958
|
+
"input": {
|
5959
|
+
"type": "input",
|
5960
|
+
"members": {
|
5961
|
+
"cluster_identifier": {
|
5962
|
+
"type": "string",
|
5963
|
+
"required": true,
|
5964
|
+
"serialized_name": "ClusterIdentifier"
|
5965
|
+
},
|
5966
|
+
"snapshot_identifier": {
|
5967
|
+
"type": "string",
|
5968
|
+
"required": true,
|
5969
|
+
"serialized_name": "SnapshotIdentifier"
|
5970
|
+
},
|
5971
|
+
"snapshot_cluster_identifier": {
|
5972
|
+
"type": "string",
|
5973
|
+
"serialized_name": "SnapshotClusterIdentifier"
|
5974
|
+
},
|
5975
|
+
"port": {
|
5976
|
+
"type": "integer",
|
5977
|
+
"serialized_name": "Port"
|
5978
|
+
},
|
5979
|
+
"availability_zone": {
|
5980
|
+
"type": "string",
|
5981
|
+
"serialized_name": "AvailabilityZone"
|
5982
|
+
},
|
5983
|
+
"allow_version_upgrade": {
|
5984
|
+
"type": "boolean",
|
5985
|
+
"serialized_name": "AllowVersionUpgrade"
|
5986
|
+
},
|
5987
|
+
"cluster_subnet_group_name": {
|
5988
|
+
"type": "string",
|
5989
|
+
"serialized_name": "ClusterSubnetGroupName"
|
5990
|
+
},
|
5991
|
+
"publicly_accessible": {
|
5992
|
+
"type": "boolean",
|
5993
|
+
"serialized_name": "PubliclyAccessible"
|
5994
|
+
},
|
5995
|
+
"owner_account": {
|
5996
|
+
"type": "string",
|
5997
|
+
"serialized_name": "OwnerAccount"
|
5998
|
+
},
|
5999
|
+
"hsm_client_certificate_identifier": {
|
6000
|
+
"type": "string",
|
6001
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
6002
|
+
},
|
6003
|
+
"hsm_configuration_identifier": {
|
6004
|
+
"type": "string",
|
6005
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
6006
|
+
},
|
6007
|
+
"elastic_ip": {
|
6008
|
+
"type": "string",
|
6009
|
+
"serialized_name": "ElasticIp"
|
6010
|
+
}
|
6011
|
+
}
|
6012
|
+
},
|
6013
|
+
"output": {
|
6014
|
+
"type": "output",
|
6015
|
+
"metadata": {
|
6016
|
+
"wrapper": "RestoreFromClusterSnapshotResult"
|
6017
|
+
},
|
6018
|
+
"members": {
|
6019
|
+
"cluster": {
|
6020
|
+
"type": "structure",
|
6021
|
+
"serialized_name": "Cluster",
|
6022
|
+
"metadata": {
|
6023
|
+
"wrapper": true
|
6024
|
+
},
|
6025
|
+
"members": {
|
6026
|
+
"cluster_identifier": {
|
6027
|
+
"type": "string",
|
6028
|
+
"serialized_name": "ClusterIdentifier"
|
6029
|
+
},
|
6030
|
+
"node_type": {
|
6031
|
+
"type": "string",
|
6032
|
+
"serialized_name": "NodeType"
|
6033
|
+
},
|
6034
|
+
"cluster_status": {
|
6035
|
+
"type": "string",
|
6036
|
+
"serialized_name": "ClusterStatus"
|
6037
|
+
},
|
6038
|
+
"modify_status": {
|
6039
|
+
"type": "string",
|
6040
|
+
"serialized_name": "ModifyStatus"
|
6041
|
+
},
|
6042
|
+
"master_username": {
|
6043
|
+
"type": "string",
|
6044
|
+
"serialized_name": "MasterUsername"
|
6045
|
+
},
|
6046
|
+
"db_name": {
|
6047
|
+
"type": "string",
|
6048
|
+
"serialized_name": "DBName"
|
6049
|
+
},
|
6050
|
+
"endpoint": {
|
6051
|
+
"type": "structure",
|
6052
|
+
"serialized_name": "Endpoint",
|
6053
|
+
"members": {
|
6054
|
+
"address": {
|
6055
|
+
"type": "string",
|
6056
|
+
"serialized_name": "Address"
|
6057
|
+
},
|
6058
|
+
"port": {
|
6059
|
+
"type": "integer",
|
6060
|
+
"serialized_name": "Port"
|
6061
|
+
}
|
6062
|
+
}
|
6063
|
+
},
|
6064
|
+
"cluster_create_time": {
|
6065
|
+
"type": "iso8601_timestamp",
|
6066
|
+
"serialized_name": "ClusterCreateTime"
|
6067
|
+
},
|
6068
|
+
"automated_snapshot_retention_period": {
|
6069
|
+
"type": "integer",
|
6070
|
+
"serialized_name": "AutomatedSnapshotRetentionPeriod"
|
6071
|
+
},
|
6072
|
+
"cluster_security_groups": {
|
6073
|
+
"type": "list",
|
6074
|
+
"serialized_name": "ClusterSecurityGroups",
|
6075
|
+
"members": {
|
6076
|
+
"type": "structure",
|
6077
|
+
"serialized_name": "ClusterSecurityGroup",
|
6078
|
+
"members": {
|
6079
|
+
"cluster_security_group_name": {
|
6080
|
+
"type": "string",
|
6081
|
+
"serialized_name": "ClusterSecurityGroupName"
|
6082
|
+
},
|
6083
|
+
"status": {
|
6084
|
+
"type": "string",
|
6085
|
+
"serialized_name": "Status"
|
6086
|
+
}
|
6087
|
+
}
|
6088
|
+
}
|
6089
|
+
},
|
6090
|
+
"vpc_security_groups": {
|
6091
|
+
"type": "list",
|
6092
|
+
"serialized_name": "VpcSecurityGroups",
|
6093
|
+
"members": {
|
6094
|
+
"type": "structure",
|
6095
|
+
"serialized_name": "VpcSecurityGroup",
|
6096
|
+
"members": {
|
6097
|
+
"vpc_security_group_id": {
|
6098
|
+
"type": "string",
|
6099
|
+
"serialized_name": "VpcSecurityGroupId"
|
6100
|
+
},
|
6101
|
+
"status": {
|
6102
|
+
"type": "string",
|
6103
|
+
"serialized_name": "Status"
|
6104
|
+
}
|
6105
|
+
}
|
6106
|
+
}
|
6107
|
+
},
|
6108
|
+
"cluster_parameter_groups": {
|
6109
|
+
"type": "list",
|
6110
|
+
"serialized_name": "ClusterParameterGroups",
|
6111
|
+
"members": {
|
6112
|
+
"type": "structure",
|
6113
|
+
"serialized_name": "ClusterParameterGroup",
|
6114
|
+
"members": {
|
6115
|
+
"parameter_group_name": {
|
6116
|
+
"type": "string",
|
6117
|
+
"serialized_name": "ParameterGroupName"
|
6118
|
+
},
|
6119
|
+
"parameter_apply_status": {
|
6120
|
+
"type": "string",
|
6121
|
+
"serialized_name": "ParameterApplyStatus"
|
6122
|
+
}
|
6123
|
+
}
|
6124
|
+
}
|
6125
|
+
},
|
6126
|
+
"cluster_subnet_group_name": {
|
6127
|
+
"type": "string",
|
6128
|
+
"serialized_name": "ClusterSubnetGroupName"
|
6129
|
+
},
|
6130
|
+
"vpc_id": {
|
6131
|
+
"type": "string",
|
6132
|
+
"serialized_name": "VpcId"
|
6133
|
+
},
|
6134
|
+
"availability_zone": {
|
6135
|
+
"type": "string",
|
6136
|
+
"serialized_name": "AvailabilityZone"
|
6137
|
+
},
|
6138
|
+
"preferred_maintenance_window": {
|
6139
|
+
"type": "string",
|
6140
|
+
"serialized_name": "PreferredMaintenanceWindow"
|
6141
|
+
},
|
6142
|
+
"pending_modified_values": {
|
6143
|
+
"type": "structure",
|
6144
|
+
"serialized_name": "PendingModifiedValues",
|
6145
|
+
"members": {
|
6146
|
+
"master_user_password": {
|
6147
|
+
"type": "string",
|
6148
|
+
"serialized_name": "MasterUserPassword"
|
6149
|
+
},
|
6150
|
+
"node_type": {
|
6151
|
+
"type": "string",
|
6152
|
+
"serialized_name": "NodeType"
|
6153
|
+
},
|
6154
|
+
"number_of_nodes": {
|
6155
|
+
"type": "integer",
|
6156
|
+
"serialized_name": "NumberOfNodes"
|
6157
|
+
},
|
6158
|
+
"cluster_type": {
|
6159
|
+
"type": "string",
|
6160
|
+
"serialized_name": "ClusterType"
|
6161
|
+
},
|
6162
|
+
"cluster_version": {
|
6163
|
+
"type": "string",
|
6164
|
+
"serialized_name": "ClusterVersion"
|
6165
|
+
},
|
6166
|
+
"automated_snapshot_retention_period": {
|
6167
|
+
"type": "integer",
|
6168
|
+
"serialized_name": "AutomatedSnapshotRetentionPeriod"
|
6169
|
+
}
|
6170
|
+
}
|
6171
|
+
},
|
6172
|
+
"cluster_version": {
|
6173
|
+
"type": "string",
|
6174
|
+
"serialized_name": "ClusterVersion"
|
6175
|
+
},
|
6176
|
+
"allow_version_upgrade": {
|
6177
|
+
"type": "boolean",
|
6178
|
+
"serialized_name": "AllowVersionUpgrade"
|
6179
|
+
},
|
6180
|
+
"number_of_nodes": {
|
6181
|
+
"type": "integer",
|
6182
|
+
"serialized_name": "NumberOfNodes"
|
6183
|
+
},
|
6184
|
+
"publicly_accessible": {
|
6185
|
+
"type": "boolean",
|
6186
|
+
"serialized_name": "PubliclyAccessible"
|
6187
|
+
},
|
6188
|
+
"encrypted": {
|
6189
|
+
"type": "boolean",
|
6190
|
+
"serialized_name": "Encrypted"
|
6191
|
+
},
|
6192
|
+
"restore_status": {
|
6193
|
+
"type": "structure",
|
6194
|
+
"serialized_name": "RestoreStatus",
|
6195
|
+
"members": {
|
6196
|
+
"status": {
|
6197
|
+
"type": "string",
|
6198
|
+
"serialized_name": "Status"
|
6199
|
+
},
|
6200
|
+
"current_restore_rate_in_mega_bytes_per_second": {
|
6201
|
+
"type": "float",
|
6202
|
+
"serialized_name": "CurrentRestoreRateInMegaBytesPerSecond"
|
6203
|
+
},
|
6204
|
+
"snapshot_size_in_mega_bytes": {
|
6205
|
+
"type": "integer",
|
6206
|
+
"serialized_name": "SnapshotSizeInMegaBytes"
|
6207
|
+
},
|
6208
|
+
"progress_in_mega_bytes": {
|
6209
|
+
"type": "integer",
|
6210
|
+
"serialized_name": "ProgressInMegaBytes"
|
6211
|
+
},
|
6212
|
+
"elapsed_time_in_seconds": {
|
6213
|
+
"type": "integer",
|
6214
|
+
"serialized_name": "ElapsedTimeInSeconds"
|
6215
|
+
},
|
6216
|
+
"estimated_time_to_completion_in_seconds": {
|
6217
|
+
"type": "integer",
|
6218
|
+
"serialized_name": "EstimatedTimeToCompletionInSeconds"
|
6219
|
+
}
|
6220
|
+
}
|
6221
|
+
},
|
6222
|
+
"hsm_status": {
|
6223
|
+
"type": "structure",
|
6224
|
+
"serialized_name": "HsmStatus",
|
6225
|
+
"members": {
|
6226
|
+
"hsm_client_certificate_identifier": {
|
6227
|
+
"type": "string",
|
6228
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
6229
|
+
},
|
6230
|
+
"hsm_configuration_identifier": {
|
6231
|
+
"type": "string",
|
6232
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
6233
|
+
},
|
6234
|
+
"status": {
|
6235
|
+
"type": "string",
|
6236
|
+
"serialized_name": "Status"
|
6237
|
+
}
|
6238
|
+
}
|
6239
|
+
},
|
6240
|
+
"cluster_snapshot_copy_status": {
|
6241
|
+
"type": "structure",
|
6242
|
+
"serialized_name": "ClusterSnapshotCopyStatus",
|
6243
|
+
"members": {
|
6244
|
+
"destination_region": {
|
6245
|
+
"type": "string",
|
6246
|
+
"serialized_name": "DestinationRegion"
|
6247
|
+
},
|
6248
|
+
"retention_period": {
|
6249
|
+
"type": "integer",
|
6250
|
+
"serialized_name": "RetentionPeriod"
|
6251
|
+
}
|
6252
|
+
}
|
6253
|
+
},
|
6254
|
+
"cluster_public_key": {
|
6255
|
+
"type": "string",
|
6256
|
+
"serialized_name": "ClusterPublicKey"
|
6257
|
+
},
|
6258
|
+
"cluster_nodes": {
|
6259
|
+
"type": "list",
|
6260
|
+
"serialized_name": "ClusterNodes",
|
6261
|
+
"members": {
|
6262
|
+
"type": "structure",
|
6263
|
+
"members": {
|
6264
|
+
"node_role": {
|
6265
|
+
"type": "string",
|
6266
|
+
"serialized_name": "NodeRole"
|
6267
|
+
},
|
6268
|
+
"private_ip_address": {
|
6269
|
+
"type": "string",
|
6270
|
+
"serialized_name": "PrivateIPAddress"
|
6271
|
+
},
|
6272
|
+
"public_ip_address": {
|
6273
|
+
"type": "string",
|
6274
|
+
"serialized_name": "PublicIPAddress"
|
6275
|
+
}
|
6276
|
+
}
|
6277
|
+
}
|
6278
|
+
},
|
6279
|
+
"elastic_ip_status": {
|
6280
|
+
"type": "structure",
|
6281
|
+
"serialized_name": "ElasticIpStatus",
|
6282
|
+
"members": {
|
6283
|
+
"elastic_ip": {
|
6284
|
+
"type": "string",
|
6285
|
+
"serialized_name": "ElasticIp"
|
6286
|
+
},
|
6287
|
+
"status": {
|
6288
|
+
"type": "string",
|
6289
|
+
"serialized_name": "Status"
|
6290
|
+
}
|
3750
6291
|
}
|
3751
6292
|
}
|
3752
6293
|
}
|
3753
6294
|
}
|
3754
6295
|
}
|
6296
|
+
}
|
6297
|
+
},
|
6298
|
+
"revoke_cluster_security_group_ingress": {
|
6299
|
+
"name": "RevokeClusterSecurityGroupIngress",
|
6300
|
+
"http_method": "POST",
|
6301
|
+
"http_path": "/",
|
6302
|
+
"input": {
|
6303
|
+
"type": "input",
|
6304
|
+
"members": {
|
6305
|
+
"cluster_security_group_name": {
|
6306
|
+
"type": "string",
|
6307
|
+
"required": true,
|
6308
|
+
"serialized_name": "ClusterSecurityGroupName"
|
6309
|
+
},
|
6310
|
+
"cidrip": {
|
6311
|
+
"type": "string",
|
6312
|
+
"serialized_name": "CIDRIP"
|
6313
|
+
},
|
6314
|
+
"ec2_security_group_name": {
|
6315
|
+
"type": "string",
|
6316
|
+
"serialized_name": "EC2SecurityGroupName"
|
6317
|
+
},
|
6318
|
+
"ec2_security_group_owner_id": {
|
6319
|
+
"type": "string",
|
6320
|
+
"serialized_name": "EC2SecurityGroupOwnerId"
|
6321
|
+
}
|
6322
|
+
}
|
3755
6323
|
},
|
3756
6324
|
"output": {
|
3757
6325
|
"type": "output",
|
3758
6326
|
"metadata": {
|
3759
|
-
"wrapper": "
|
6327
|
+
"wrapper": "RevokeClusterSecurityGroupIngressResult"
|
3760
6328
|
},
|
3761
6329
|
"members": {
|
3762
|
-
"
|
3763
|
-
"type": "
|
3764
|
-
"serialized_name": "
|
3765
|
-
|
3766
|
-
|
3767
|
-
|
3768
|
-
"
|
6330
|
+
"cluster_security_group": {
|
6331
|
+
"type": "structure",
|
6332
|
+
"serialized_name": "ClusterSecurityGroup",
|
6333
|
+
"metadata": {
|
6334
|
+
"wrapper": true
|
6335
|
+
},
|
6336
|
+
"members": {
|
6337
|
+
"cluster_security_group_name": {
|
6338
|
+
"type": "string",
|
6339
|
+
"serialized_name": "ClusterSecurityGroupName"
|
6340
|
+
},
|
6341
|
+
"description": {
|
6342
|
+
"type": "string",
|
6343
|
+
"serialized_name": "Description"
|
6344
|
+
},
|
6345
|
+
"ec2_security_groups": {
|
6346
|
+
"type": "list",
|
6347
|
+
"serialized_name": "EC2SecurityGroups",
|
6348
|
+
"members": {
|
6349
|
+
"type": "structure",
|
6350
|
+
"serialized_name": "EC2SecurityGroup",
|
6351
|
+
"members": {
|
6352
|
+
"status": {
|
6353
|
+
"type": "string",
|
6354
|
+
"serialized_name": "Status"
|
6355
|
+
},
|
6356
|
+
"ec2_security_group_name": {
|
6357
|
+
"type": "string",
|
6358
|
+
"serialized_name": "EC2SecurityGroupName"
|
6359
|
+
},
|
6360
|
+
"ec2_security_group_owner_id": {
|
6361
|
+
"type": "string",
|
6362
|
+
"serialized_name": "EC2SecurityGroupOwnerId"
|
6363
|
+
}
|
6364
|
+
}
|
6365
|
+
}
|
6366
|
+
},
|
6367
|
+
"ip_ranges": {
|
6368
|
+
"type": "list",
|
6369
|
+
"serialized_name": "IPRanges",
|
6370
|
+
"members": {
|
6371
|
+
"type": "structure",
|
6372
|
+
"serialized_name": "IPRange",
|
6373
|
+
"members": {
|
6374
|
+
"status": {
|
6375
|
+
"type": "string",
|
6376
|
+
"serialized_name": "Status"
|
6377
|
+
},
|
6378
|
+
"cidrip": {
|
6379
|
+
"type": "string",
|
6380
|
+
"serialized_name": "CIDRIP"
|
6381
|
+
}
|
6382
|
+
}
|
6383
|
+
}
|
6384
|
+
}
|
6385
|
+
}
|
3769
6386
|
}
|
3770
6387
|
}
|
3771
6388
|
}
|
3772
6389
|
},
|
3773
|
-
"
|
3774
|
-
"name": "
|
6390
|
+
"revoke_snapshot_access": {
|
6391
|
+
"name": "RevokeSnapshotAccess",
|
3775
6392
|
"http_method": "POST",
|
3776
6393
|
"http_path": "/",
|
3777
6394
|
"input": {
|
3778
6395
|
"type": "input",
|
3779
6396
|
"members": {
|
3780
|
-
"cluster_identifier": {
|
3781
|
-
"type": "string",
|
3782
|
-
"required": true,
|
3783
|
-
"serialized_name": "ClusterIdentifier"
|
3784
|
-
},
|
3785
6397
|
"snapshot_identifier": {
|
3786
6398
|
"type": "string",
|
3787
6399
|
"required": true,
|
@@ -3791,36 +6403,159 @@
|
|
3791
6403
|
"type": "string",
|
3792
6404
|
"serialized_name": "SnapshotClusterIdentifier"
|
3793
6405
|
},
|
3794
|
-
"
|
3795
|
-
"type": "integer",
|
3796
|
-
"serialized_name": "Port"
|
3797
|
-
},
|
3798
|
-
"availability_zone": {
|
3799
|
-
"type": "string",
|
3800
|
-
"serialized_name": "AvailabilityZone"
|
3801
|
-
},
|
3802
|
-
"allow_version_upgrade": {
|
3803
|
-
"type": "boolean",
|
3804
|
-
"serialized_name": "AllowVersionUpgrade"
|
3805
|
-
},
|
3806
|
-
"cluster_subnet_group_name": {
|
6406
|
+
"account_with_restore_access": {
|
3807
6407
|
"type": "string",
|
3808
|
-
"
|
3809
|
-
|
3810
|
-
|
3811
|
-
|
3812
|
-
|
3813
|
-
|
3814
|
-
|
6408
|
+
"required": true,
|
6409
|
+
"serialized_name": "AccountWithRestoreAccess"
|
6410
|
+
}
|
6411
|
+
}
|
6412
|
+
},
|
6413
|
+
"output": {
|
6414
|
+
"type": "output",
|
6415
|
+
"metadata": {
|
6416
|
+
"wrapper": "RevokeSnapshotAccessResult"
|
6417
|
+
},
|
6418
|
+
"members": {
|
6419
|
+
"snapshot": {
|
6420
|
+
"type": "structure",
|
6421
|
+
"serialized_name": "Snapshot",
|
6422
|
+
"metadata": {
|
6423
|
+
"wrapper": true
|
6424
|
+
},
|
6425
|
+
"members": {
|
6426
|
+
"snapshot_identifier": {
|
6427
|
+
"type": "string",
|
6428
|
+
"serialized_name": "SnapshotIdentifier"
|
6429
|
+
},
|
6430
|
+
"cluster_identifier": {
|
6431
|
+
"type": "string",
|
6432
|
+
"serialized_name": "ClusterIdentifier"
|
6433
|
+
},
|
6434
|
+
"snapshot_create_time": {
|
6435
|
+
"type": "iso8601_timestamp",
|
6436
|
+
"serialized_name": "SnapshotCreateTime"
|
6437
|
+
},
|
6438
|
+
"status": {
|
6439
|
+
"type": "string",
|
6440
|
+
"serialized_name": "Status"
|
6441
|
+
},
|
6442
|
+
"port": {
|
6443
|
+
"type": "integer",
|
6444
|
+
"serialized_name": "Port"
|
6445
|
+
},
|
6446
|
+
"availability_zone": {
|
6447
|
+
"type": "string",
|
6448
|
+
"serialized_name": "AvailabilityZone"
|
6449
|
+
},
|
6450
|
+
"cluster_create_time": {
|
6451
|
+
"type": "iso8601_timestamp",
|
6452
|
+
"serialized_name": "ClusterCreateTime"
|
6453
|
+
},
|
6454
|
+
"master_username": {
|
6455
|
+
"type": "string",
|
6456
|
+
"serialized_name": "MasterUsername"
|
6457
|
+
},
|
6458
|
+
"cluster_version": {
|
6459
|
+
"type": "string",
|
6460
|
+
"serialized_name": "ClusterVersion"
|
6461
|
+
},
|
6462
|
+
"snapshot_type": {
|
6463
|
+
"type": "string",
|
6464
|
+
"serialized_name": "SnapshotType"
|
6465
|
+
},
|
6466
|
+
"node_type": {
|
6467
|
+
"type": "string",
|
6468
|
+
"serialized_name": "NodeType"
|
6469
|
+
},
|
6470
|
+
"number_of_nodes": {
|
6471
|
+
"type": "integer",
|
6472
|
+
"serialized_name": "NumberOfNodes"
|
6473
|
+
},
|
6474
|
+
"db_name": {
|
6475
|
+
"type": "string",
|
6476
|
+
"serialized_name": "DBName"
|
6477
|
+
},
|
6478
|
+
"vpc_id": {
|
6479
|
+
"type": "string",
|
6480
|
+
"serialized_name": "VpcId"
|
6481
|
+
},
|
6482
|
+
"encrypted": {
|
6483
|
+
"type": "boolean",
|
6484
|
+
"serialized_name": "Encrypted"
|
6485
|
+
},
|
6486
|
+
"encrypted_with_hsm": {
|
6487
|
+
"type": "boolean",
|
6488
|
+
"serialized_name": "EncryptedWithHSM"
|
6489
|
+
},
|
6490
|
+
"accounts_with_restore_access": {
|
6491
|
+
"type": "list",
|
6492
|
+
"serialized_name": "AccountsWithRestoreAccess",
|
6493
|
+
"members": {
|
6494
|
+
"type": "structure",
|
6495
|
+
"serialized_name": "AccountWithRestoreAccess",
|
6496
|
+
"members": {
|
6497
|
+
"account_id": {
|
6498
|
+
"type": "string",
|
6499
|
+
"serialized_name": "AccountId"
|
6500
|
+
}
|
6501
|
+
}
|
6502
|
+
}
|
6503
|
+
},
|
6504
|
+
"owner_account": {
|
6505
|
+
"type": "string",
|
6506
|
+
"serialized_name": "OwnerAccount"
|
6507
|
+
},
|
6508
|
+
"total_backup_size_in_mega_bytes": {
|
6509
|
+
"type": "float",
|
6510
|
+
"serialized_name": "TotalBackupSizeInMegaBytes"
|
6511
|
+
},
|
6512
|
+
"actual_incremental_backup_size_in_mega_bytes": {
|
6513
|
+
"type": "float",
|
6514
|
+
"serialized_name": "ActualIncrementalBackupSizeInMegaBytes"
|
6515
|
+
},
|
6516
|
+
"backup_progress_in_mega_bytes": {
|
6517
|
+
"type": "float",
|
6518
|
+
"serialized_name": "BackupProgressInMegaBytes"
|
6519
|
+
},
|
6520
|
+
"current_backup_rate_in_mega_bytes_per_second": {
|
6521
|
+
"type": "float",
|
6522
|
+
"serialized_name": "CurrentBackupRateInMegaBytesPerSecond"
|
6523
|
+
},
|
6524
|
+
"estimated_seconds_to_completion": {
|
6525
|
+
"type": "integer",
|
6526
|
+
"serialized_name": "EstimatedSecondsToCompletion"
|
6527
|
+
},
|
6528
|
+
"elapsed_time_in_seconds": {
|
6529
|
+
"type": "integer",
|
6530
|
+
"serialized_name": "ElapsedTimeInSeconds"
|
6531
|
+
},
|
6532
|
+
"source_region": {
|
6533
|
+
"type": "string",
|
6534
|
+
"serialized_name": "SourceRegion"
|
6535
|
+
}
|
6536
|
+
}
|
6537
|
+
}
|
6538
|
+
}
|
6539
|
+
}
|
6540
|
+
},
|
6541
|
+
"rotate_encryption_key": {
|
6542
|
+
"name": "RotateEncryptionKey",
|
6543
|
+
"http_method": "POST",
|
6544
|
+
"http_path": "/",
|
6545
|
+
"input": {
|
6546
|
+
"type": "input",
|
6547
|
+
"members": {
|
6548
|
+
"cluster_identifier": {
|
3815
6549
|
"type": "string",
|
3816
|
-
"
|
6550
|
+
"required": true,
|
6551
|
+
"serialized_name": "ClusterIdentifier"
|
3817
6552
|
}
|
3818
6553
|
}
|
3819
6554
|
},
|
3820
6555
|
"output": {
|
3821
6556
|
"type": "output",
|
3822
6557
|
"metadata": {
|
3823
|
-
"wrapper": "
|
6558
|
+
"wrapper": "RotateEncryptionKeyResult"
|
3824
6559
|
},
|
3825
6560
|
"members": {
|
3826
6561
|
"cluster": {
|
@@ -4025,241 +6760,77 @@
|
|
4025
6760
|
"serialized_name": "EstimatedTimeToCompletionInSeconds"
|
4026
6761
|
}
|
4027
6762
|
}
|
4028
|
-
}
|
4029
|
-
}
|
4030
|
-
}
|
4031
|
-
}
|
4032
|
-
}
|
4033
|
-
},
|
4034
|
-
"revoke_cluster_security_group_ingress": {
|
4035
|
-
"name": "RevokeClusterSecurityGroupIngress",
|
4036
|
-
"http_method": "POST",
|
4037
|
-
"http_path": "/",
|
4038
|
-
"input": {
|
4039
|
-
"type": "input",
|
4040
|
-
"members": {
|
4041
|
-
"cluster_security_group_name": {
|
4042
|
-
"type": "string",
|
4043
|
-
"required": true,
|
4044
|
-
"serialized_name": "ClusterSecurityGroupName"
|
4045
|
-
},
|
4046
|
-
"cidrip": {
|
4047
|
-
"type": "string",
|
4048
|
-
"serialized_name": "CIDRIP"
|
4049
|
-
},
|
4050
|
-
"ec2_security_group_name": {
|
4051
|
-
"type": "string",
|
4052
|
-
"serialized_name": "EC2SecurityGroupName"
|
4053
|
-
},
|
4054
|
-
"ec2_security_group_owner_id": {
|
4055
|
-
"type": "string",
|
4056
|
-
"serialized_name": "EC2SecurityGroupOwnerId"
|
4057
|
-
}
|
4058
|
-
}
|
4059
|
-
},
|
4060
|
-
"output": {
|
4061
|
-
"type": "output",
|
4062
|
-
"metadata": {
|
4063
|
-
"wrapper": "RevokeClusterSecurityGroupIngressResult"
|
4064
|
-
},
|
4065
|
-
"members": {
|
4066
|
-
"cluster_security_group": {
|
4067
|
-
"type": "structure",
|
4068
|
-
"serialized_name": "ClusterSecurityGroup",
|
4069
|
-
"metadata": {
|
4070
|
-
"wrapper": true
|
4071
|
-
},
|
4072
|
-
"members": {
|
4073
|
-
"cluster_security_group_name": {
|
4074
|
-
"type": "string",
|
4075
|
-
"serialized_name": "ClusterSecurityGroupName"
|
4076
6763
|
},
|
4077
|
-
"
|
4078
|
-
"type": "
|
4079
|
-
"serialized_name": "
|
4080
|
-
},
|
4081
|
-
"ec2_security_groups": {
|
4082
|
-
"type": "list",
|
4083
|
-
"serialized_name": "EC2SecurityGroups",
|
6764
|
+
"hsm_status": {
|
6765
|
+
"type": "structure",
|
6766
|
+
"serialized_name": "HsmStatus",
|
4084
6767
|
"members": {
|
4085
|
-
"
|
4086
|
-
|
4087
|
-
|
4088
|
-
|
4089
|
-
|
4090
|
-
|
4091
|
-
|
4092
|
-
|
4093
|
-
|
4094
|
-
|
4095
|
-
|
4096
|
-
"ec2_security_group_owner_id": {
|
4097
|
-
"type": "string",
|
4098
|
-
"serialized_name": "EC2SecurityGroupOwnerId"
|
4099
|
-
}
|
6768
|
+
"hsm_client_certificate_identifier": {
|
6769
|
+
"type": "string",
|
6770
|
+
"serialized_name": "HsmClientCertificateIdentifier"
|
6771
|
+
},
|
6772
|
+
"hsm_configuration_identifier": {
|
6773
|
+
"type": "string",
|
6774
|
+
"serialized_name": "HsmConfigurationIdentifier"
|
6775
|
+
},
|
6776
|
+
"status": {
|
6777
|
+
"type": "string",
|
6778
|
+
"serialized_name": "Status"
|
4100
6779
|
}
|
4101
6780
|
}
|
4102
6781
|
},
|
4103
|
-
"
|
4104
|
-
"type": "
|
4105
|
-
"serialized_name": "
|
6782
|
+
"cluster_snapshot_copy_status": {
|
6783
|
+
"type": "structure",
|
6784
|
+
"serialized_name": "ClusterSnapshotCopyStatus",
|
4106
6785
|
"members": {
|
4107
|
-
"
|
4108
|
-
|
4109
|
-
|
4110
|
-
|
4111
|
-
|
4112
|
-
|
4113
|
-
|
4114
|
-
"cidrip": {
|
4115
|
-
"type": "string",
|
4116
|
-
"serialized_name": "CIDRIP"
|
4117
|
-
}
|
6786
|
+
"destination_region": {
|
6787
|
+
"type": "string",
|
6788
|
+
"serialized_name": "DestinationRegion"
|
6789
|
+
},
|
6790
|
+
"retention_period": {
|
6791
|
+
"type": "integer",
|
6792
|
+
"serialized_name": "RetentionPeriod"
|
4118
6793
|
}
|
4119
6794
|
}
|
4120
|
-
}
|
4121
|
-
}
|
4122
|
-
}
|
4123
|
-
}
|
4124
|
-
}
|
4125
|
-
},
|
4126
|
-
"revoke_snapshot_access": {
|
4127
|
-
"name": "RevokeSnapshotAccess",
|
4128
|
-
"http_method": "POST",
|
4129
|
-
"http_path": "/",
|
4130
|
-
"input": {
|
4131
|
-
"type": "input",
|
4132
|
-
"members": {
|
4133
|
-
"snapshot_identifier": {
|
4134
|
-
"type": "string",
|
4135
|
-
"required": true,
|
4136
|
-
"serialized_name": "SnapshotIdentifier"
|
4137
|
-
},
|
4138
|
-
"snapshot_cluster_identifier": {
|
4139
|
-
"type": "string",
|
4140
|
-
"serialized_name": "SnapshotClusterIdentifier"
|
4141
|
-
},
|
4142
|
-
"account_with_restore_access": {
|
4143
|
-
"type": "string",
|
4144
|
-
"required": true,
|
4145
|
-
"serialized_name": "AccountWithRestoreAccess"
|
4146
|
-
}
|
4147
|
-
}
|
4148
|
-
},
|
4149
|
-
"output": {
|
4150
|
-
"type": "output",
|
4151
|
-
"metadata": {
|
4152
|
-
"wrapper": "RevokeSnapshotAccessResult"
|
4153
|
-
},
|
4154
|
-
"members": {
|
4155
|
-
"snapshot": {
|
4156
|
-
"type": "structure",
|
4157
|
-
"serialized_name": "Snapshot",
|
4158
|
-
"metadata": {
|
4159
|
-
"wrapper": true
|
4160
|
-
},
|
4161
|
-
"members": {
|
4162
|
-
"snapshot_identifier": {
|
4163
|
-
"type": "string",
|
4164
|
-
"serialized_name": "SnapshotIdentifier"
|
4165
|
-
},
|
4166
|
-
"cluster_identifier": {
|
4167
|
-
"type": "string",
|
4168
|
-
"serialized_name": "ClusterIdentifier"
|
4169
|
-
},
|
4170
|
-
"snapshot_create_time": {
|
4171
|
-
"type": "iso8601_timestamp",
|
4172
|
-
"serialized_name": "SnapshotCreateTime"
|
4173
|
-
},
|
4174
|
-
"status": {
|
4175
|
-
"type": "string",
|
4176
|
-
"serialized_name": "Status"
|
4177
|
-
},
|
4178
|
-
"port": {
|
4179
|
-
"type": "integer",
|
4180
|
-
"serialized_name": "Port"
|
4181
|
-
},
|
4182
|
-
"availability_zone": {
|
4183
|
-
"type": "string",
|
4184
|
-
"serialized_name": "AvailabilityZone"
|
4185
|
-
},
|
4186
|
-
"cluster_create_time": {
|
4187
|
-
"type": "iso8601_timestamp",
|
4188
|
-
"serialized_name": "ClusterCreateTime"
|
4189
|
-
},
|
4190
|
-
"master_username": {
|
4191
|
-
"type": "string",
|
4192
|
-
"serialized_name": "MasterUsername"
|
4193
|
-
},
|
4194
|
-
"cluster_version": {
|
4195
|
-
"type": "string",
|
4196
|
-
"serialized_name": "ClusterVersion"
|
4197
|
-
},
|
4198
|
-
"snapshot_type": {
|
4199
|
-
"type": "string",
|
4200
|
-
"serialized_name": "SnapshotType"
|
4201
|
-
},
|
4202
|
-
"node_type": {
|
4203
|
-
"type": "string",
|
4204
|
-
"serialized_name": "NodeType"
|
4205
|
-
},
|
4206
|
-
"number_of_nodes": {
|
4207
|
-
"type": "integer",
|
4208
|
-
"serialized_name": "NumberOfNodes"
|
4209
|
-
},
|
4210
|
-
"db_name": {
|
4211
|
-
"type": "string",
|
4212
|
-
"serialized_name": "DBName"
|
4213
6795
|
},
|
4214
|
-
"
|
6796
|
+
"cluster_public_key": {
|
4215
6797
|
"type": "string",
|
4216
|
-
"serialized_name": "
|
4217
|
-
},
|
4218
|
-
"encrypted": {
|
4219
|
-
"type": "boolean",
|
4220
|
-
"serialized_name": "Encrypted"
|
6798
|
+
"serialized_name": "ClusterPublicKey"
|
4221
6799
|
},
|
4222
|
-
"
|
6800
|
+
"cluster_nodes": {
|
4223
6801
|
"type": "list",
|
4224
|
-
"serialized_name": "
|
6802
|
+
"serialized_name": "ClusterNodes",
|
4225
6803
|
"members": {
|
4226
6804
|
"type": "structure",
|
4227
|
-
"serialized_name": "AccountWithRestoreAccess",
|
4228
6805
|
"members": {
|
4229
|
-
"
|
6806
|
+
"node_role": {
|
4230
6807
|
"type": "string",
|
4231
|
-
"serialized_name": "
|
6808
|
+
"serialized_name": "NodeRole"
|
6809
|
+
},
|
6810
|
+
"private_ip_address": {
|
6811
|
+
"type": "string",
|
6812
|
+
"serialized_name": "PrivateIPAddress"
|
6813
|
+
},
|
6814
|
+
"public_ip_address": {
|
6815
|
+
"type": "string",
|
6816
|
+
"serialized_name": "PublicIPAddress"
|
4232
6817
|
}
|
4233
6818
|
}
|
4234
6819
|
}
|
4235
6820
|
},
|
4236
|
-
"
|
4237
|
-
"type": "
|
4238
|
-
"serialized_name": "
|
4239
|
-
|
4240
|
-
|
4241
|
-
|
4242
|
-
|
4243
|
-
|
4244
|
-
|
4245
|
-
|
4246
|
-
|
4247
|
-
|
4248
|
-
|
4249
|
-
"type": "float",
|
4250
|
-
"serialized_name": "BackupProgressInMegaBytes"
|
4251
|
-
},
|
4252
|
-
"current_backup_rate_in_mega_bytes_per_second": {
|
4253
|
-
"type": "float",
|
4254
|
-
"serialized_name": "CurrentBackupRateInMegaBytesPerSecond"
|
4255
|
-
},
|
4256
|
-
"estimated_seconds_to_completion": {
|
4257
|
-
"type": "integer",
|
4258
|
-
"serialized_name": "EstimatedSecondsToCompletion"
|
4259
|
-
},
|
4260
|
-
"elapsed_time_in_seconds": {
|
4261
|
-
"type": "integer",
|
4262
|
-
"serialized_name": "ElapsedTimeInSeconds"
|
6821
|
+
"elastic_ip_status": {
|
6822
|
+
"type": "structure",
|
6823
|
+
"serialized_name": "ElasticIpStatus",
|
6824
|
+
"members": {
|
6825
|
+
"elastic_ip": {
|
6826
|
+
"type": "string",
|
6827
|
+
"serialized_name": "ElasticIp"
|
6828
|
+
},
|
6829
|
+
"status": {
|
6830
|
+
"type": "string",
|
6831
|
+
"serialized_name": "Status"
|
6832
|
+
}
|
6833
|
+
}
|
4263
6834
|
}
|
4264
6835
|
}
|
4265
6836
|
}
|