aws-sdk-core 2.11.179 → 2.11.180

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,384 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ "CreateBackup": [
5
+ {
6
+ "input": {
7
+ "FileSystemId": "fs-0498eed5fe91001ec",
8
+ "Tags": [
9
+ {
10
+ "Key": "Name",
11
+ "Value": "MyBackup"
12
+ }
13
+ ]
14
+ },
15
+ "output": {
16
+ "Backup": {
17
+ "BackupId": "backup-03e3c82e0183b7b6b",
18
+ "CreationTime": "1481841524.0",
19
+ "FileSystem": {
20
+ "FileSystemId": "fs-0498eed5fe91001ec",
21
+ "OwnerId": "012345678912",
22
+ "StorageCapacity": 300,
23
+ "WindowsConfiguration": {
24
+ "ActiveDirectoryId": "d-1234abcd12",
25
+ "AutomaticBackupRetentionDays": 30,
26
+ "DailyAutomaticBackupStartTime": "05:00",
27
+ "WeeklyMaintenanceStartTime": "1:05:00"
28
+ }
29
+ },
30
+ "Lifecycle": "CREATING",
31
+ "ProgressPercent": 0,
32
+ "ResourceARN": "arn:aws:fsx:us-east-1:012345678912:backup/backup-03e3c82e0183b7b6b",
33
+ "Tags": [
34
+ {
35
+ "Key": "Name",
36
+ "Value": "MyBackup"
37
+ }
38
+ ],
39
+ "Type": "USER_INITIATED"
40
+ }
41
+ },
42
+ "comments": {
43
+ },
44
+ "description": "This operation creates a new backup.",
45
+ "id": "to-create-a-new-backup-1481840798597",
46
+ "title": "To create a new backup"
47
+ }
48
+ ],
49
+ "CreateFileSystem": [
50
+ {
51
+ "input": {
52
+ "ClientRequestToken": "a8ca07e4-61ec-4399-99f4-19853801bcd5",
53
+ "FileSystemType": "WINDOWS",
54
+ "KmsKeyId": "arn:aws:kms:us-east-1:012345678912:key/0ff3ea8d-130e-4133-877f-93908b6fdbd6",
55
+ "SecurityGroupIds": [
56
+ "sg-edcd9784"
57
+ ],
58
+ "StorageCapacity": 300,
59
+ "SubnetIds": [
60
+ "subnet-1234abcd"
61
+ ],
62
+ "Tags": [
63
+ {
64
+ "Key": "Name",
65
+ "Value": "MyFileSystem"
66
+ }
67
+ ],
68
+ "WindowsConfiguration": {
69
+ "ActiveDirectoryId": "d-1234abcd12",
70
+ "AutomaticBackupRetentionDays": 30,
71
+ "DailyAutomaticBackupStartTime": "05:00",
72
+ "ThroughputCapacity": 8,
73
+ "WeeklyMaintenanceStartTime": "1:05:00"
74
+ }
75
+ },
76
+ "output": {
77
+ "FileSystem": {
78
+ "CreationTime": "1481841524.0",
79
+ "DNSName": "fs-0498eed5fe91001ec.fsx.com",
80
+ "FileSystemId": "fs-0498eed5fe91001ec",
81
+ "KmsKeyId": "arn:aws:kms:us-east-1:012345678912:key/0ff3ea8d-130e-4133-877f-93908b6fdbd6",
82
+ "Lifecycle": "CREATING",
83
+ "OwnerId": "012345678912",
84
+ "ResourceARN": "arn:aws:fsx:us-east-1:012345678912:file-system/fs-0498eed5fe91001ec",
85
+ "StorageCapacity": 300,
86
+ "SubnetIds": [
87
+ "subnet-1234abcd"
88
+ ],
89
+ "Tags": [
90
+ {
91
+ "Key": "Name",
92
+ "Value": "MyFileSystem"
93
+ }
94
+ ],
95
+ "VpcId": "vpc-ab1234cd",
96
+ "WindowsConfiguration": {
97
+ "ActiveDirectoryId": "d-1234abcd12",
98
+ "AutomaticBackupRetentionDays": 30,
99
+ "DailyAutomaticBackupStartTime": "05:00",
100
+ "ThroughputCapacity": 8,
101
+ "WeeklyMaintenanceStartTime": "1:05:00"
102
+ }
103
+ }
104
+ },
105
+ "comments": {
106
+ },
107
+ "description": "This operation creates a new file system.",
108
+ "id": "to-create-a-new-file-system-1481840798547",
109
+ "title": "To create a new file system"
110
+ }
111
+ ],
112
+ "CreateFileSystemFromBackup": [
113
+ {
114
+ "input": {
115
+ "BackupId": "backup-03e3c82e0183b7b6b",
116
+ "ClientRequestToken": "f4c94ed7-238d-4c46-93db-48cd62ec33b7",
117
+ "SecurityGroupIds": [
118
+ "sg-edcd9784"
119
+ ],
120
+ "SubnetIds": [
121
+ "subnet-1234abcd"
122
+ ],
123
+ "Tags": [
124
+ {
125
+ "Key": "Name",
126
+ "Value": "MyFileSystem"
127
+ }
128
+ ],
129
+ "WindowsConfiguration": {
130
+ "ThroughputCapacity": 8
131
+ }
132
+ },
133
+ "output": {
134
+ "FileSystem": {
135
+ "CreationTime": "1481841524.0",
136
+ "DNSName": "fs-0498eed5fe91001ec.fsx.com",
137
+ "FileSystemId": "fs-0498eed5fe91001ec",
138
+ "KmsKeyId": "arn:aws:kms:us-east-1:012345678912:key/0ff3ea8d-130e-4133-877f-93908b6fdbd6",
139
+ "Lifecycle": "CREATING",
140
+ "OwnerId": "012345678912",
141
+ "ResourceARN": "arn:aws:fsx:us-east-1:012345678912:file-system/fs-0498eed5fe91001ec",
142
+ "StorageCapacity": 300,
143
+ "SubnetIds": [
144
+ "subnet-1234abcd"
145
+ ],
146
+ "Tags": [
147
+ {
148
+ "Key": "Name",
149
+ "Value": "MyFileSystem"
150
+ }
151
+ ],
152
+ "VpcId": "vpc-ab1234cd",
153
+ "WindowsConfiguration": {
154
+ "ActiveDirectoryId": "d-1234abcd12",
155
+ "AutomaticBackupRetentionDays": 30,
156
+ "DailyAutomaticBackupStartTime": "05:00",
157
+ "ThroughputCapacity": 8,
158
+ "WeeklyMaintenanceStartTime": "1:05:00"
159
+ }
160
+ }
161
+ },
162
+ "comments": {
163
+ },
164
+ "description": "This operation creates a new file system from backup.",
165
+ "id": "to-create-a-new-file-system-from-backup-1481840798598",
166
+ "title": "To create a new file system from backup"
167
+ }
168
+ ],
169
+ "DeleteBackup": [
170
+ {
171
+ "input": {
172
+ "BackupId": "backup-03e3c82e0183b7b6b"
173
+ },
174
+ "output": {
175
+ "BackupId": "backup-03e3c82e0183b7b6b",
176
+ "Lifecycle": "DELETED"
177
+ },
178
+ "comments": {
179
+ },
180
+ "description": "This operation deletes an Amazon FSx file system backup.",
181
+ "id": "to-delete-a-file-system-1481847318399",
182
+ "title": "To delete a backup"
183
+ }
184
+ ],
185
+ "DeleteFileSystem": [
186
+ {
187
+ "input": {
188
+ "FileSystemId": "fs-0498eed5fe91001ec"
189
+ },
190
+ "output": {
191
+ "FileSystemId": "fs-0498eed5fe91001ec",
192
+ "Lifecycle": "DELETING"
193
+ },
194
+ "comments": {
195
+ },
196
+ "description": "This operation deletes an Amazon FSx file system.",
197
+ "id": "to-delete-a-file-system-1481847318348",
198
+ "title": "To delete a file system"
199
+ }
200
+ ],
201
+ "DescribeBackups": [
202
+ {
203
+ "input": {
204
+ },
205
+ "output": {
206
+ "Backups": [
207
+ {
208
+ "BackupId": "backup-03e3c82e0183b7b6b",
209
+ "CreationTime": "1481841524.0",
210
+ "FileSystem": {
211
+ "FileSystemId": "fs-0498eed5fe91001ec",
212
+ "OwnerId": "012345678912",
213
+ "StorageCapacity": 300,
214
+ "WindowsConfiguration": {
215
+ "ActiveDirectoryId": "d-1234abcd12",
216
+ "AutomaticBackupRetentionDays": 30,
217
+ "DailyAutomaticBackupStartTime": "05:00",
218
+ "WeeklyMaintenanceStartTime": "1:05:00"
219
+ }
220
+ },
221
+ "Lifecycle": "AVAILABLE",
222
+ "ResourceARN": "arn:aws:fsx:us-east-1:012345678912:backup/backup-03e3c82e0183b7b6b",
223
+ "Tags": [
224
+ {
225
+ "Key": "Name",
226
+ "Value": "MyBackup"
227
+ }
228
+ ],
229
+ "Type": "USER_INITIATED"
230
+ }
231
+ ]
232
+ },
233
+ "comments": {
234
+ },
235
+ "description": "This operation describes all of the Amazon FSx backups in an account.",
236
+ "id": "to-describe-backups-1481848448499",
237
+ "title": "To describe Amazon FSx backups"
238
+ }
239
+ ],
240
+ "DescribeFileSystems": [
241
+ {
242
+ "input": {
243
+ },
244
+ "output": {
245
+ "FileSystems": [
246
+ {
247
+ "CreationTime": "1481841524.0",
248
+ "DNSName": "fs-0498eed5fe91001ec.fsx.com",
249
+ "FileSystemId": "fs-0498eed5fe91001ec",
250
+ "KmsKeyId": "arn:aws:kms:us-east-1:012345678912:key/0ff3ea8d-130e-4133-877f-93908b6fdbd6",
251
+ "Lifecycle": "AVAILABLE",
252
+ "NetworkInterfaceIds": [
253
+ "eni-abcd1234"
254
+ ],
255
+ "OwnerId": "012345678912",
256
+ "ResourceARN": "arn:aws:fsx:us-east-1:012345678912:file-system/fs-0498eed5fe91001ec",
257
+ "StorageCapacity": 300,
258
+ "SubnetIds": [
259
+ "subnet-1234abcd"
260
+ ],
261
+ "Tags": [
262
+ {
263
+ "Key": "Name",
264
+ "Value": "MyFileSystem"
265
+ }
266
+ ],
267
+ "VpcId": "vpc-ab1234cd",
268
+ "WindowsConfiguration": {
269
+ "ActiveDirectoryId": "d-1234abcd12",
270
+ "AutomaticBackupRetentionDays": 30,
271
+ "DailyAutomaticBackupStartTime": "05:00",
272
+ "ThroughputCapacity": 8,
273
+ "WeeklyMaintenanceStartTime": "1:05:00"
274
+ }
275
+ }
276
+ ]
277
+ },
278
+ "comments": {
279
+ },
280
+ "description": "This operation describes all of the Amazon FSx file systems in an account.",
281
+ "id": "to-describe-a-file-systems-1481848448460",
282
+ "title": "To describe an Amazon FSx file system"
283
+ }
284
+ ],
285
+ "ListTagsForResource": [
286
+ {
287
+ "input": {
288
+ "ResourceARN": "arn:aws:fsx:us-east-1:012345678912:file-system/fs-0498eed5fe91001ec"
289
+ },
290
+ "output": {
291
+ "Tags": [
292
+ {
293
+ "Key": "Name",
294
+ "Value": "MyFileSystem"
295
+ }
296
+ ]
297
+ },
298
+ "comments": {
299
+ },
300
+ "description": "This operation lists tags for an Amazon FSx resource.",
301
+ "id": "to-list-tags-for-a-fsx-resource-1481847318372",
302
+ "title": "To list tags for a resource"
303
+ }
304
+ ],
305
+ "TagResource": [
306
+ {
307
+ "input": {
308
+ "ResourceARN": "arn:aws:fsx:us-east-1:012345678912:file-system/fs-0498eed5fe91001ec",
309
+ "Tags": [
310
+ {
311
+ "Key": "Name",
312
+ "Value": "MyFileSystem"
313
+ }
314
+ ]
315
+ },
316
+ "comments": {
317
+ },
318
+ "description": "This operation tags an Amazon FSx resource.",
319
+ "id": "to-tag-a-fsx-resource-1481847318371",
320
+ "title": "To tag a resource"
321
+ }
322
+ ],
323
+ "UntagResource": [
324
+ {
325
+ "input": {
326
+ "ResourceARN": "arn:aws:fsx:us-east-1:012345678912:file-system/fs-0498eed5fe91001ec",
327
+ "TagKeys": [
328
+ "Name"
329
+ ]
330
+ },
331
+ "comments": {
332
+ },
333
+ "description": "This operation untags an Amazon FSx resource.",
334
+ "id": "to-untag-a-fsx-resource-1481847318373",
335
+ "title": "To untag a resource"
336
+ }
337
+ ],
338
+ "UpdateFileSystem": [
339
+ {
340
+ "input": {
341
+ "FileSystemId": "fs-0498eed5fe91001ec",
342
+ "WindowsConfiguration": {
343
+ "AutomaticBackupRetentionDays": 10,
344
+ "DailyAutomaticBackupStartTime": "06:00",
345
+ "WeeklyMaintenanceStartTime": "3:06:00"
346
+ }
347
+ },
348
+ "output": {
349
+ "FileSystem": {
350
+ "CreationTime": "1481841524.0",
351
+ "DNSName": "fs-0498eed5fe91001ec.fsx.com",
352
+ "FileSystemId": "fs-0498eed5fe91001ec",
353
+ "KmsKeyId": "arn:aws:kms:us-east-1:012345678912:key/0ff3ea8d-130e-4133-877f-93908b6fdbd6",
354
+ "Lifecycle": "AVAILABLE",
355
+ "OwnerId": "012345678912",
356
+ "ResourceARN": "arn:aws:fsx:us-east-1:012345678912:file-system/fs-0498eed5fe91001ec",
357
+ "StorageCapacity": 300,
358
+ "SubnetIds": [
359
+ "subnet-1234abcd"
360
+ ],
361
+ "Tags": [
362
+ {
363
+ "Key": "Name",
364
+ "Value": "MyFileSystem"
365
+ }
366
+ ],
367
+ "VpcId": "vpc-ab1234cd",
368
+ "WindowsConfiguration": {
369
+ "AutomaticBackupRetentionDays": 10,
370
+ "DailyAutomaticBackupStartTime": "06:00",
371
+ "ThroughputCapacity": 8,
372
+ "WeeklyMaintenanceStartTime": "3:06:00"
373
+ }
374
+ }
375
+ },
376
+ "comments": {
377
+ },
378
+ "description": "This operation updates an existing file system.",
379
+ "id": "to-update-a-file-system-1481840798595",
380
+ "title": "To update an existing file system"
381
+ }
382
+ ]
383
+ }
384
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pagination": {
3
+ "DescribeBackups": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "DescribeFileSystems": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ }
13
+ }
14
+ }
@@ -222,7 +222,9 @@
222
222
  {"shape":"KMSKeyNotAccessibleFault"},
223
223
  {"shape":"DBClusterNotFoundFault"},
224
224
  {"shape":"DBInstanceNotFoundFault"},
225
- {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"}
225
+ {"shape":"DBSubnetGroupDoesNotCoverEnoughAZs"},
226
+ {"shape":"GlobalClusterNotFoundFault"},
227
+ {"shape":"InvalidGlobalClusterStateFault"}
226
228
  ]
227
229
  },
228
230
  "CreateDBClusterEndpoint":{
@@ -436,6 +438,24 @@
436
438
  {"shape":"SourceNotFoundFault"}
437
439
  ]
438
440
  },
441
+ "CreateGlobalCluster":{
442
+ "name":"CreateGlobalCluster",
443
+ "http":{
444
+ "method":"POST",
445
+ "requestUri":"/"
446
+ },
447
+ "input":{"shape":"CreateGlobalClusterMessage"},
448
+ "output":{
449
+ "shape":"CreateGlobalClusterResult",
450
+ "resultWrapper":"CreateGlobalClusterResult"
451
+ },
452
+ "errors":[
453
+ {"shape":"GlobalClusterAlreadyExistsFault"},
454
+ {"shape":"GlobalClusterQuotaExceededFault"},
455
+ {"shape":"InvalidDBClusterStateFault"},
456
+ {"shape":"DBClusterNotFoundFault"}
457
+ ]
458
+ },
439
459
  "CreateOptionGroup":{
440
460
  "name":"CreateOptionGroup",
441
461
  "http":{
@@ -621,6 +641,22 @@
621
641
  {"shape":"InvalidEventSubscriptionStateFault"}
622
642
  ]
623
643
  },
644
+ "DeleteGlobalCluster":{
645
+ "name":"DeleteGlobalCluster",
646
+ "http":{
647
+ "method":"POST",
648
+ "requestUri":"/"
649
+ },
650
+ "input":{"shape":"DeleteGlobalClusterMessage"},
651
+ "output":{
652
+ "shape":"DeleteGlobalClusterResult",
653
+ "resultWrapper":"DeleteGlobalClusterResult"
654
+ },
655
+ "errors":[
656
+ {"shape":"GlobalClusterNotFoundFault"},
657
+ {"shape":"InvalidGlobalClusterStateFault"}
658
+ ]
659
+ },
624
660
  "DeleteOptionGroup":{
625
661
  "name":"DeleteOptionGroup",
626
662
  "http":{
@@ -976,6 +1012,21 @@
976
1012
  "resultWrapper":"DescribeEventsResult"
977
1013
  }
978
1014
  },
1015
+ "DescribeGlobalClusters":{
1016
+ "name":"DescribeGlobalClusters",
1017
+ "http":{
1018
+ "method":"POST",
1019
+ "requestUri":"/"
1020
+ },
1021
+ "input":{"shape":"DescribeGlobalClustersMessage"},
1022
+ "output":{
1023
+ "shape":"GlobalClustersMessage",
1024
+ "resultWrapper":"DescribeGlobalClustersResult"
1025
+ },
1026
+ "errors":[
1027
+ {"shape":"GlobalClusterNotFoundFault"}
1028
+ ]
1029
+ },
979
1030
  "DescribeOptionGroupOptions":{
980
1031
  "name":"DescribeOptionGroupOptions",
981
1032
  "http":{
@@ -1350,6 +1401,22 @@
1350
1401
  {"shape":"SubscriptionCategoryNotFoundFault"}
1351
1402
  ]
1352
1403
  },
1404
+ "ModifyGlobalCluster":{
1405
+ "name":"ModifyGlobalCluster",
1406
+ "http":{
1407
+ "method":"POST",
1408
+ "requestUri":"/"
1409
+ },
1410
+ "input":{"shape":"ModifyGlobalClusterMessage"},
1411
+ "output":{
1412
+ "shape":"ModifyGlobalClusterResult",
1413
+ "resultWrapper":"ModifyGlobalClusterResult"
1414
+ },
1415
+ "errors":[
1416
+ {"shape":"GlobalClusterNotFoundFault"},
1417
+ {"shape":"InvalidGlobalClusterStateFault"}
1418
+ ]
1419
+ },
1353
1420
  "ModifyOptionGroup":{
1354
1421
  "name":"ModifyOptionGroup",
1355
1422
  "http":{
@@ -1431,6 +1498,23 @@
1431
1498
  {"shape":"DBInstanceNotFoundFault"}
1432
1499
  ]
1433
1500
  },
1501
+ "RemoveFromGlobalCluster":{
1502
+ "name":"RemoveFromGlobalCluster",
1503
+ "http":{
1504
+ "method":"POST",
1505
+ "requestUri":"/"
1506
+ },
1507
+ "input":{"shape":"RemoveFromGlobalClusterMessage"},
1508
+ "output":{
1509
+ "shape":"RemoveFromGlobalClusterResult",
1510
+ "resultWrapper":"RemoveFromGlobalClusterResult"
1511
+ },
1512
+ "errors":[
1513
+ {"shape":"GlobalClusterNotFoundFault"},
1514
+ {"shape":"InvalidGlobalClusterStateFault"},
1515
+ {"shape":"DBClusterNotFoundFault"}
1516
+ ]
1517
+ },
1434
1518
  "RemoveRoleFromDBCluster":{
1435
1519
  "name":"RemoveRoleFromDBCluster",
1436
1520
  "http":{
@@ -2203,7 +2287,8 @@
2203
2287
  "EnableCloudwatchLogsExports":{"shape":"LogTypeList"},
2204
2288
  "EngineMode":{"shape":"String"},
2205
2289
  "ScalingConfiguration":{"shape":"ScalingConfiguration"},
2206
- "DeletionProtection":{"shape":"BooleanOptional"}
2290
+ "DeletionProtection":{"shape":"BooleanOptional"},
2291
+ "GlobalClusterIdentifier":{"shape":"String"}
2207
2292
  }
2208
2293
  },
2209
2294
  "CreateDBClusterParameterGroupMessage":{
@@ -2451,6 +2536,24 @@
2451
2536
  "EventSubscription":{"shape":"EventSubscription"}
2452
2537
  }
2453
2538
  },
2539
+ "CreateGlobalClusterMessage":{
2540
+ "type":"structure",
2541
+ "members":{
2542
+ "GlobalClusterIdentifier":{"shape":"String"},
2543
+ "SourceDBClusterIdentifier":{"shape":"String"},
2544
+ "Engine":{"shape":"String"},
2545
+ "EngineVersion":{"shape":"String"},
2546
+ "DeletionProtection":{"shape":"BooleanOptional"},
2547
+ "DatabaseName":{"shape":"String"},
2548
+ "StorageEncrypted":{"shape":"BooleanOptional"}
2549
+ }
2550
+ },
2551
+ "CreateGlobalClusterResult":{
2552
+ "type":"structure",
2553
+ "members":{
2554
+ "GlobalCluster":{"shape":"GlobalCluster"}
2555
+ }
2556
+ },
2454
2557
  "CreateOptionGroupMessage":{
2455
2558
  "type":"structure",
2456
2559
  "required":[
@@ -2519,7 +2622,8 @@
2519
2622
  "Capacity":{"shape":"IntegerOptional"},
2520
2623
  "EngineMode":{"shape":"String"},
2521
2624
  "ScalingConfigurationInfo":{"shape":"ScalingConfigurationInfo"},
2522
- "DeletionProtection":{"shape":"Boolean"}
2625
+ "DeletionProtection":{"shape":"Boolean"},
2626
+ "HttpEndpointEnabled":{"shape":"Boolean"}
2523
2627
  },
2524
2628
  "wrapper":true
2525
2629
  },
@@ -3601,6 +3705,19 @@
3601
3705
  "EventSubscription":{"shape":"EventSubscription"}
3602
3706
  }
3603
3707
  },
3708
+ "DeleteGlobalClusterMessage":{
3709
+ "type":"structure",
3710
+ "required":["GlobalClusterIdentifier"],
3711
+ "members":{
3712
+ "GlobalClusterIdentifier":{"shape":"String"}
3713
+ }
3714
+ },
3715
+ "DeleteGlobalClusterResult":{
3716
+ "type":"structure",
3717
+ "members":{
3718
+ "GlobalCluster":{"shape":"GlobalCluster"}
3719
+ }
3720
+ },
3604
3721
  "DeleteOptionGroupMessage":{
3605
3722
  "type":"structure",
3606
3723
  "required":["OptionGroupName"],
@@ -3893,6 +4010,15 @@
3893
4010
  "Marker":{"shape":"String"}
3894
4011
  }
3895
4012
  },
4013
+ "DescribeGlobalClustersMessage":{
4014
+ "type":"structure",
4015
+ "members":{
4016
+ "GlobalClusterIdentifier":{"shape":"String"},
4017
+ "Filters":{"shape":"FilterList"},
4018
+ "MaxRecords":{"shape":"IntegerOptional"},
4019
+ "Marker":{"shape":"String"}
4020
+ }
4021
+ },
3896
4022
  "DescribeOptionGroupOptionsMessage":{
3897
4023
  "type":"structure",
3898
4024
  "required":["EngineName"],
@@ -4186,6 +4312,7 @@
4186
4312
  },
4187
4313
  "FailoverDBClusterMessage":{
4188
4314
  "type":"structure",
4315
+ "required":["DBClusterIdentifier"],
4189
4316
  "members":{
4190
4317
  "DBClusterIdentifier":{"shape":"String"},
4191
4318
  "TargetDBInstanceIdentifier":{"shape":"String"}
@@ -4222,6 +4349,85 @@
4222
4349
  "locationName":"Value"
4223
4350
  }
4224
4351
  },
4352
+ "GlobalCluster":{
4353
+ "type":"structure",
4354
+ "members":{
4355
+ "GlobalClusterIdentifier":{"shape":"String"},
4356
+ "GlobalClusterResourceId":{"shape":"String"},
4357
+ "GlobalClusterArn":{"shape":"String"},
4358
+ "Status":{"shape":"String"},
4359
+ "Engine":{"shape":"String"},
4360
+ "EngineVersion":{"shape":"String"},
4361
+ "DatabaseName":{"shape":"String"},
4362
+ "StorageEncrypted":{"shape":"BooleanOptional"},
4363
+ "DeletionProtection":{"shape":"BooleanOptional"},
4364
+ "GlobalClusterMembers":{"shape":"GlobalClusterMemberList"}
4365
+ },
4366
+ "wrapper":true
4367
+ },
4368
+ "GlobalClusterAlreadyExistsFault":{
4369
+ "type":"structure",
4370
+ "members":{
4371
+ },
4372
+ "error":{
4373
+ "code":"GlobalClusterAlreadyExistsFault",
4374
+ "httpStatusCode":400,
4375
+ "senderFault":true
4376
+ },
4377
+ "exception":true
4378
+ },
4379
+ "GlobalClusterList":{
4380
+ "type":"list",
4381
+ "member":{
4382
+ "shape":"GlobalCluster",
4383
+ "locationName":"GlobalClusterMember"
4384
+ }
4385
+ },
4386
+ "GlobalClusterMember":{
4387
+ "type":"structure",
4388
+ "members":{
4389
+ "DBClusterArn":{"shape":"String"},
4390
+ "Readers":{"shape":"ReadersArnList"},
4391
+ "IsWriter":{"shape":"Boolean"}
4392
+ },
4393
+ "wrapper":true
4394
+ },
4395
+ "GlobalClusterMemberList":{
4396
+ "type":"list",
4397
+ "member":{
4398
+ "shape":"GlobalClusterMember",
4399
+ "locationName":"GlobalClusterMember"
4400
+ }
4401
+ },
4402
+ "GlobalClusterNotFoundFault":{
4403
+ "type":"structure",
4404
+ "members":{
4405
+ },
4406
+ "error":{
4407
+ "code":"GlobalClusterNotFoundFault",
4408
+ "httpStatusCode":404,
4409
+ "senderFault":true
4410
+ },
4411
+ "exception":true
4412
+ },
4413
+ "GlobalClusterQuotaExceededFault":{
4414
+ "type":"structure",
4415
+ "members":{
4416
+ },
4417
+ "error":{
4418
+ "code":"GlobalClusterQuotaExceededFault",
4419
+ "httpStatusCode":400,
4420
+ "senderFault":true
4421
+ },
4422
+ "exception":true
4423
+ },
4424
+ "GlobalClustersMessage":{
4425
+ "type":"structure",
4426
+ "members":{
4427
+ "Marker":{"shape":"String"},
4428
+ "GlobalClusters":{"shape":"GlobalClusterList"}
4429
+ }
4430
+ },
4225
4431
  "IPRange":{
4226
4432
  "type":"structure",
4227
4433
  "members":{
@@ -4425,6 +4631,17 @@
4425
4631
  },
4426
4632
  "exception":true
4427
4633
  },
4634
+ "InvalidGlobalClusterStateFault":{
4635
+ "type":"structure",
4636
+ "members":{
4637
+ },
4638
+ "error":{
4639
+ "code":"InvalidGlobalClusterStateFault",
4640
+ "httpStatusCode":400,
4641
+ "senderFault":true
4642
+ },
4643
+ "exception":true
4644
+ },
4428
4645
  "InvalidOptionGroupStateFault":{
4429
4646
  "type":"structure",
4430
4647
  "members":{
@@ -4563,7 +4780,8 @@
4563
4780
  "CloudwatchLogsExportConfiguration":{"shape":"CloudwatchLogsExportConfiguration"},
4564
4781
  "EngineVersion":{"shape":"String"},
4565
4782
  "ScalingConfiguration":{"shape":"ScalingConfiguration"},
4566
- "DeletionProtection":{"shape":"BooleanOptional"}
4783
+ "DeletionProtection":{"shape":"BooleanOptional"},
4784
+ "EnableHttpEndpoint":{"shape":"BooleanOptional"}
4567
4785
  }
4568
4786
  },
4569
4787
  "ModifyDBClusterParameterGroupMessage":{
@@ -4734,6 +4952,20 @@
4734
4952
  "EventSubscription":{"shape":"EventSubscription"}
4735
4953
  }
4736
4954
  },
4955
+ "ModifyGlobalClusterMessage":{
4956
+ "type":"structure",
4957
+ "members":{
4958
+ "GlobalClusterIdentifier":{"shape":"String"},
4959
+ "NewGlobalClusterIdentifier":{"shape":"String"},
4960
+ "DeletionProtection":{"shape":"BooleanOptional"}
4961
+ }
4962
+ },
4963
+ "ModifyGlobalClusterResult":{
4964
+ "type":"structure",
4965
+ "members":{
4966
+ "GlobalCluster":{"shape":"GlobalCluster"}
4967
+ }
4968
+ },
4737
4969
  "ModifyOptionGroupMessage":{
4738
4970
  "type":"structure",
4739
4971
  "required":["OptionGroupName"],
@@ -5220,6 +5452,10 @@
5220
5452
  "locationName":"ReadReplicaIdentifier"
5221
5453
  }
5222
5454
  },
5455
+ "ReadersArnList":{
5456
+ "type":"list",
5457
+ "member":{"shape":"String"}
5458
+ },
5223
5459
  "RebootDBInstanceMessage":{
5224
5460
  "type":"structure",
5225
5461
  "required":["DBInstanceIdentifier"],
@@ -5249,6 +5485,19 @@
5249
5485
  "locationName":"RecurringCharge"
5250
5486
  }
5251
5487
  },
5488
+ "RemoveFromGlobalClusterMessage":{
5489
+ "type":"structure",
5490
+ "members":{
5491
+ "GlobalClusterIdentifier":{"shape":"String"},
5492
+ "DbClusterIdentifier":{"shape":"String"}
5493
+ }
5494
+ },
5495
+ "RemoveFromGlobalClusterResult":{
5496
+ "type":"structure",
5497
+ "members":{
5498
+ "GlobalCluster":{"shape":"GlobalCluster"}
5499
+ }
5500
+ },
5252
5501
  "RemoveRoleFromDBClusterMessage":{
5253
5502
  "type":"structure",
5254
5503
  "required":[