aws-sdk-core 2.6.30 → 2.6.31

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/apis/apigateway/2015-07-09/api-2.json +503 -4
  3. data/apis/appstream/2016-12-01/api-2.json +820 -0
  4. data/apis/appstream/2016-12-01/examples-1.json +5 -0
  5. data/apis/appstream/2016-12-01/waiters-2.json +55 -0
  6. data/apis/codebuild/2016-10-06/api-2.json +702 -0
  7. data/apis/codebuild/2016-10-06/examples-1.json +5 -0
  8. data/apis/directconnect/2012-10-25/api-2.json +112 -9
  9. data/apis/ec2/2016-11-15/api-2.json +15025 -0
  10. data/apis/ec2/2016-11-15/examples-1.json +3740 -0
  11. data/apis/ec2/2016-11-15/paginators-1.json +138 -0
  12. data/apis/ec2/2016-11-15/resources-1.json +2582 -0
  13. data/apis/ec2/2016-11-15/waiters-2.json +593 -0
  14. data/apis/elasticbeanstalk/2010-12-01/api-2.json +53 -4
  15. data/apis/health/2016-08-04/api-2.json +547 -0
  16. data/apis/health/2016-08-04/examples-1.json +5 -0
  17. data/apis/health/2016-08-04/paginators-1.json +31 -0
  18. data/apis/lambda/2015-03-31/api-2.json +81 -11
  19. data/apis/opsworkscm/2016-11-01/api-2.json +712 -0
  20. data/apis/opsworkscm/2016-11-01/examples-1.json +5 -0
  21. data/apis/pinpoint/2016-12-01/api-2.json +2793 -0
  22. data/apis/pinpoint/2016-12-01/examples-1.json +5 -0
  23. data/apis/shield/2016-06-02/api-2.json +494 -0
  24. data/apis/shield/2016-06-02/examples-1.json +5 -0
  25. data/apis/ssm/2014-11-06/api-2.json +2671 -117
  26. data/apis/states/2016-11-23/api-2.json +1021 -0
  27. data/apis/states/2016-11-23/examples-1.json +5 -0
  28. data/apis/states/2016-11-23/paginators-1.json +28 -0
  29. data/apis/xray/2016-04-12/api-2.json +491 -0
  30. data/apis/xray/2016-04-12/examples-1.json +5 -0
  31. data/endpoints.json +82 -0
  32. data/lib/aws-sdk-core.rb +8 -0
  33. data/lib/aws-sdk-core/appstream.rb +6 -0
  34. data/lib/aws-sdk-core/codebuild.rb +5 -0
  35. data/lib/aws-sdk-core/ec2.rb +6 -6
  36. data/lib/aws-sdk-core/health.rb +6 -0
  37. data/lib/aws-sdk-core/opsworkscm.rb +5 -0
  38. data/lib/aws-sdk-core/pinpoint.rb +5 -0
  39. data/lib/aws-sdk-core/shield.rb +5 -0
  40. data/lib/aws-sdk-core/states.rb +6 -0
  41. data/lib/aws-sdk-core/version.rb +1 -1
  42. data/lib/aws-sdk-core/xray.rb +5 -0
  43. data/service-models.json +33 -1
  44. metadata +34 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "pagination": {
3
+ "DescribeAffectedEntities": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults",
7
+ "result_key": "entities"
8
+ },
9
+ "DescribeEntityAggregates": {
10
+ "result_key": "entityAggregates"
11
+ },
12
+ "DescribeEventAggregates": {
13
+ "input_token": "nextToken",
14
+ "output_token": "nextToken",
15
+ "limit_key": "maxResults",
16
+ "result_key": "eventAggregates"
17
+ },
18
+ "DescribeEvents": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "limit_key": "maxResults",
22
+ "result_key": "events"
23
+ },
24
+ "DescribeEventTypes": {
25
+ "input_token": "nextToken",
26
+ "output_token": "nextToken",
27
+ "limit_key": "maxResults",
28
+ "result_key": "eventTypes"
29
+ }
30
+ }
31
+ }
@@ -5,7 +5,8 @@
5
5
  "endpointPrefix":"lambda",
6
6
  "protocol":"rest-json",
7
7
  "serviceFullName":"AWS Lambda",
8
- "signatureVersion":"v4"
8
+ "signatureVersion":"v4",
9
+ "uid":"lambda-2015-03-31"
9
10
  },
10
11
  "operations":{
11
12
  "AddPermission":{
@@ -124,6 +125,20 @@
124
125
  {"shape":"ResourceConflictException"}
125
126
  ]
126
127
  },
128
+ "GetAccountSettings":{
129
+ "name":"GetAccountSettings",
130
+ "http":{
131
+ "method":"GET",
132
+ "requestUri":"/2016-08-19/account-settings/",
133
+ "responseCode":200
134
+ },
135
+ "input":{"shape":"GetAccountSettingsRequest"},
136
+ "output":{"shape":"GetAccountSettingsResponse"},
137
+ "errors":[
138
+ {"shape":"TooManyRequestsException"},
139
+ {"shape":"ServiceException"}
140
+ ]
141
+ },
127
142
  "GetAlias":{
128
143
  "name":"GetAlias",
129
144
  "http":{
@@ -412,6 +427,22 @@
412
427
  }
413
428
  },
414
429
  "shapes":{
430
+ "AccountLimit":{
431
+ "type":"structure",
432
+ "members":{
433
+ "TotalCodeSize":{"shape":"Long"},
434
+ "CodeSizeUnzipped":{"shape":"Long"},
435
+ "CodeSizeZipped":{"shape":"Long"},
436
+ "ConcurrentExecutions":{"shape":"Integer"}
437
+ }
438
+ },
439
+ "AccountUsage":{
440
+ "type":"structure",
441
+ "members":{
442
+ "TotalCodeSize":{"shape":"Long"},
443
+ "FunctionCount":{"shape":"Long"}
444
+ }
445
+ },
415
446
  "Action":{
416
447
  "type":"string",
417
448
  "pattern":"(lambda:[*]|lambda:[a-zA-Z]+|[*])"
@@ -477,7 +508,10 @@
477
508
  "max":10000,
478
509
  "min":1
479
510
  },
480
- "Blob":{"type":"blob"},
511
+ "Blob":{
512
+ "type":"blob",
513
+ "sensitive":true
514
+ },
481
515
  "BlobStream":{
482
516
  "type":"blob",
483
517
  "streaming":true
@@ -522,7 +556,8 @@
522
556
  "FunctionName":{"shape":"FunctionName"},
523
557
  "Enabled":{"shape":"Enabled"},
524
558
  "BatchSize":{"shape":"BatchSize"},
525
- "StartingPosition":{"shape":"EventSourcePosition"}
559
+ "StartingPosition":{"shape":"EventSourcePosition"},
560
+ "StartingPositionTimestamp":{"shape":"Date"}
526
561
  }
527
562
  },
528
563
  "CreateFunctionRequest":{
@@ -545,11 +580,18 @@
545
580
  "MemorySize":{"shape":"MemorySize"},
546
581
  "Publish":{"shape":"Boolean"},
547
582
  "VpcConfig":{"shape":"VpcConfig"},
583
+ "DeadLetterConfig":{"shape":"DeadLetterConfig"},
548
584
  "Environment":{"shape":"Environment"},
549
585
  "KMSKeyArn":{"shape":"KMSKeyArn"}
550
586
  }
551
587
  },
552
588
  "Date":{"type":"timestamp"},
589
+ "DeadLetterConfig":{
590
+ "type":"structure",
591
+ "members":{
592
+ "TargetArn":{"shape":"ResourceArn"}
593
+ }
594
+ },
553
595
  "DeleteAliasRequest":{
554
596
  "type":"structure",
555
597
  "required":[
@@ -649,7 +691,7 @@
649
691
  "type":"structure",
650
692
  "members":{
651
693
  "ErrorCode":{"shape":"String"},
652
- "Message":{"shape":"String"}
694
+ "Message":{"shape":"SensitiveString"}
653
695
  }
654
696
  },
655
697
  "EnvironmentResponse":{
@@ -661,16 +703,19 @@
661
703
  },
662
704
  "EnvironmentVariableName":{
663
705
  "type":"string",
664
- "pattern":"[a-zA-Z]([a-zA-Z0-9_])+"
706
+ "pattern":"[a-zA-Z]([a-zA-Z0-9_])+",
707
+ "sensitive":true
665
708
  },
666
709
  "EnvironmentVariableValue":{
667
710
  "type":"string",
668
- "pattern":"[^,]*"
711
+ "pattern":"[^,]*",
712
+ "sensitive":true
669
713
  },
670
714
  "EnvironmentVariables":{
671
715
  "type":"map",
672
716
  "key":{"shape":"EnvironmentVariableName"},
673
- "value":{"shape":"EnvironmentVariableValue"}
717
+ "value":{"shape":"EnvironmentVariableValue"},
718
+ "sensitive":true
674
719
  },
675
720
  "EventSourceMappingConfiguration":{
676
721
  "type":"structure",
@@ -693,7 +738,8 @@
693
738
  "type":"string",
694
739
  "enum":[
695
740
  "TRIM_HORIZON",
696
- "LATEST"
741
+ "LATEST",
742
+ "AT_TIMESTAMP"
697
743
  ]
698
744
  },
699
745
  "EventSourceToken":{
@@ -738,6 +784,7 @@
738
784
  "CodeSha256":{"shape":"String"},
739
785
  "Version":{"shape":"Version"},
740
786
  "VpcConfig":{"shape":"VpcConfigResponse"},
787
+ "DeadLetterConfig":{"shape":"DeadLetterConfig"},
741
788
  "Environment":{"shape":"EnvironmentResponse"},
742
789
  "KMSKeyArn":{"shape":"KMSKeyArn"}
743
790
  }
@@ -752,6 +799,18 @@
752
799
  "min":1,
753
800
  "pattern":"(arn:aws:lambda:)?([a-z]{2}-[a-z]+-\\d{1}:)?(\\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
754
801
  },
802
+ "GetAccountSettingsRequest":{
803
+ "type":"structure",
804
+ "members":{
805
+ }
806
+ },
807
+ "GetAccountSettingsResponse":{
808
+ "type":"structure",
809
+ "members":{
810
+ "AccountLimit":{"shape":"AccountLimit"},
811
+ "AccountUsage":{"shape":"AccountUsage"}
812
+ }
813
+ },
755
814
  "GetAliasRequest":{
756
815
  "type":"structure",
757
816
  "required":[
@@ -1222,6 +1281,10 @@
1222
1281
  "error":{"httpStatusCode":413},
1223
1282
  "exception":true
1224
1283
  },
1284
+ "ResourceArn":{
1285
+ "type":"string",
1286
+ "pattern":"(arn:aws:[a-z0-9-.]+:.*)|()"
1287
+ },
1225
1288
  "ResourceConflictException":{
1226
1289
  "type":"structure",
1227
1290
  "members":{
@@ -1250,7 +1313,9 @@
1250
1313
  "nodejs",
1251
1314
  "nodejs4.3",
1252
1315
  "java8",
1253
- "python2.7"
1316
+ "python2.7",
1317
+ "dotnetcore1.0",
1318
+ "nodejs4.3-edge"
1254
1319
  ]
1255
1320
  },
1256
1321
  "S3Bucket":{
@@ -1275,6 +1340,10 @@
1275
1340
  "member":{"shape":"SecurityGroupId"},
1276
1341
  "max":5
1277
1342
  },
1343
+ "SensitiveString":{
1344
+ "type":"string",
1345
+ "sensitive":true
1346
+ },
1278
1347
  "ServiceException":{
1279
1348
  "type":"structure",
1280
1349
  "members":{
@@ -1414,8 +1483,9 @@
1414
1483
  "MemorySize":{"shape":"MemorySize"},
1415
1484
  "VpcConfig":{"shape":"VpcConfig"},
1416
1485
  "Environment":{"shape":"Environment"},
1417
- "KMSKeyArn":{"shape":"KMSKeyArn"},
1418
- "Runtime":{"shape":"Runtime"}
1486
+ "Runtime":{"shape":"Runtime"},
1487
+ "DeadLetterConfig":{"shape":"DeadLetterConfig"},
1488
+ "KMSKeyArn":{"shape":"KMSKeyArn"}
1419
1489
  }
1420
1490
  },
1421
1491
  "Version":{
@@ -0,0 +1,712 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2016-11-01",
5
+ "endpointPrefix":"opsworks-cm",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"json",
8
+ "serviceAbbreviation":"OpsWorksCM",
9
+ "serviceFullName":"AWS OpsWorks for Chef Automate",
10
+ "signatureVersion":"v4",
11
+ "signingName":"opsworks-cm",
12
+ "targetPrefix":"OpsWorksCM_V2016_11_01",
13
+ "uid":"opsworkscm-2016-11-01"
14
+ },
15
+ "operations":{
16
+ "AssociateNode":{
17
+ "name":"AssociateNode",
18
+ "http":{
19
+ "method":"POST",
20
+ "requestUri":"/"
21
+ },
22
+ "input":{"shape":"AssociateNodeRequest"},
23
+ "output":{"shape":"AssociateNodeResponse"},
24
+ "errors":[
25
+ {"shape":"InvalidStateException"},
26
+ {"shape":"ResourceNotFoundException"},
27
+ {"shape":"ValidationException"}
28
+ ]
29
+ },
30
+ "CreateBackup":{
31
+ "name":"CreateBackup",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/"
35
+ },
36
+ "input":{"shape":"CreateBackupRequest"},
37
+ "output":{"shape":"CreateBackupResponse"},
38
+ "errors":[
39
+ {"shape":"InvalidStateException"},
40
+ {"shape":"LimitExceededException"},
41
+ {"shape":"ResourceNotFoundException"},
42
+ {"shape":"ValidationException"}
43
+ ]
44
+ },
45
+ "CreateServer":{
46
+ "name":"CreateServer",
47
+ "http":{
48
+ "method":"POST",
49
+ "requestUri":"/"
50
+ },
51
+ "input":{"shape":"CreateServerRequest"},
52
+ "output":{"shape":"CreateServerResponse"},
53
+ "errors":[
54
+ {"shape":"LimitExceededException"},
55
+ {"shape":"ResourceAlreadyExistsException"},
56
+ {"shape":"ResourceNotFoundException"},
57
+ {"shape":"ValidationException"}
58
+ ]
59
+ },
60
+ "DeleteBackup":{
61
+ "name":"DeleteBackup",
62
+ "http":{
63
+ "method":"POST",
64
+ "requestUri":"/"
65
+ },
66
+ "input":{"shape":"DeleteBackupRequest"},
67
+ "output":{"shape":"DeleteBackupResponse"},
68
+ "errors":[
69
+ {"shape":"InvalidStateException"},
70
+ {"shape":"ResourceNotFoundException"},
71
+ {"shape":"ValidationException"}
72
+ ]
73
+ },
74
+ "DeleteServer":{
75
+ "name":"DeleteServer",
76
+ "http":{
77
+ "method":"POST",
78
+ "requestUri":"/"
79
+ },
80
+ "input":{"shape":"DeleteServerRequest"},
81
+ "output":{"shape":"DeleteServerResponse"},
82
+ "errors":[
83
+ {"shape":"InvalidStateException"},
84
+ {"shape":"ResourceNotFoundException"},
85
+ {"shape":"ValidationException"}
86
+ ]
87
+ },
88
+ "DescribeAccountAttributes":{
89
+ "name":"DescribeAccountAttributes",
90
+ "http":{
91
+ "method":"POST",
92
+ "requestUri":"/"
93
+ },
94
+ "input":{"shape":"DescribeAccountAttributesRequest"},
95
+ "output":{"shape":"DescribeAccountAttributesResponse"}
96
+ },
97
+ "DescribeBackups":{
98
+ "name":"DescribeBackups",
99
+ "http":{
100
+ "method":"POST",
101
+ "requestUri":"/"
102
+ },
103
+ "input":{"shape":"DescribeBackupsRequest"},
104
+ "output":{"shape":"DescribeBackupsResponse"},
105
+ "errors":[
106
+ {"shape":"ValidationException"},
107
+ {"shape":"ResourceNotFoundException"},
108
+ {"shape":"InvalidNextTokenException"}
109
+ ]
110
+ },
111
+ "DescribeEvents":{
112
+ "name":"DescribeEvents",
113
+ "http":{
114
+ "method":"POST",
115
+ "requestUri":"/"
116
+ },
117
+ "input":{"shape":"DescribeEventsRequest"},
118
+ "output":{"shape":"DescribeEventsResponse"},
119
+ "errors":[
120
+ {"shape":"ValidationException"},
121
+ {"shape":"InvalidNextTokenException"},
122
+ {"shape":"ResourceNotFoundException"}
123
+ ]
124
+ },
125
+ "DescribeNodeAssociationStatus":{
126
+ "name":"DescribeNodeAssociationStatus",
127
+ "http":{
128
+ "method":"POST",
129
+ "requestUri":"/"
130
+ },
131
+ "input":{"shape":"DescribeNodeAssociationStatusRequest"},
132
+ "output":{"shape":"DescribeNodeAssociationStatusResponse"},
133
+ "errors":[
134
+ {"shape":"ResourceNotFoundException"},
135
+ {"shape":"ValidationException"}
136
+ ]
137
+ },
138
+ "DescribeServers":{
139
+ "name":"DescribeServers",
140
+ "http":{
141
+ "method":"POST",
142
+ "requestUri":"/"
143
+ },
144
+ "input":{"shape":"DescribeServersRequest"},
145
+ "output":{"shape":"DescribeServersResponse"},
146
+ "errors":[
147
+ {"shape":"ValidationException"},
148
+ {"shape":"ResourceNotFoundException"},
149
+ {"shape":"InvalidNextTokenException"}
150
+ ]
151
+ },
152
+ "DisassociateNode":{
153
+ "name":"DisassociateNode",
154
+ "http":{
155
+ "method":"POST",
156
+ "requestUri":"/"
157
+ },
158
+ "input":{"shape":"DisassociateNodeRequest"},
159
+ "output":{"shape":"DisassociateNodeResponse"},
160
+ "errors":[
161
+ {"shape":"InvalidStateException"},
162
+ {"shape":"ResourceNotFoundException"},
163
+ {"shape":"ValidationException"}
164
+ ]
165
+ },
166
+ "RestoreServer":{
167
+ "name":"RestoreServer",
168
+ "http":{
169
+ "method":"POST",
170
+ "requestUri":"/"
171
+ },
172
+ "input":{"shape":"RestoreServerRequest"},
173
+ "output":{"shape":"RestoreServerResponse"},
174
+ "errors":[
175
+ {"shape":"InvalidStateException"},
176
+ {"shape":"ResourceNotFoundException"},
177
+ {"shape":"ValidationException"}
178
+ ]
179
+ },
180
+ "StartMaintenance":{
181
+ "name":"StartMaintenance",
182
+ "http":{
183
+ "method":"POST",
184
+ "requestUri":"/"
185
+ },
186
+ "input":{"shape":"StartMaintenanceRequest"},
187
+ "output":{"shape":"StartMaintenanceResponse"},
188
+ "errors":[
189
+ {"shape":"InvalidStateException"},
190
+ {"shape":"ResourceNotFoundException"},
191
+ {"shape":"ValidationException"}
192
+ ]
193
+ },
194
+ "UpdateServer":{
195
+ "name":"UpdateServer",
196
+ "http":{
197
+ "method":"POST",
198
+ "requestUri":"/"
199
+ },
200
+ "input":{"shape":"UpdateServerRequest"},
201
+ "output":{"shape":"UpdateServerResponse"},
202
+ "errors":[
203
+ {"shape":"InvalidStateException"},
204
+ {"shape":"ResourceNotFoundException"},
205
+ {"shape":"ValidationException"}
206
+ ]
207
+ },
208
+ "UpdateServerEngineAttributes":{
209
+ "name":"UpdateServerEngineAttributes",
210
+ "http":{
211
+ "method":"POST",
212
+ "requestUri":"/"
213
+ },
214
+ "input":{"shape":"UpdateServerEngineAttributesRequest"},
215
+ "output":{"shape":"UpdateServerEngineAttributesResponse"},
216
+ "errors":[
217
+ {"shape":"InvalidStateException"},
218
+ {"shape":"ResourceNotFoundException"},
219
+ {"shape":"ValidationException"}
220
+ ]
221
+ }
222
+ },
223
+ "shapes":{
224
+ "AccountAttribute":{
225
+ "type":"structure",
226
+ "members":{
227
+ "Name":{"shape":"String"},
228
+ "Maximum":{"shape":"Integer"},
229
+ "Used":{"shape":"Integer"}
230
+ }
231
+ },
232
+ "AccountAttributes":{
233
+ "type":"list",
234
+ "member":{"shape":"AccountAttribute"}
235
+ },
236
+ "AssociateNodeRequest":{
237
+ "type":"structure",
238
+ "required":[
239
+ "ServerName",
240
+ "NodeName"
241
+ ],
242
+ "members":{
243
+ "ServerName":{"shape":"ServerName"},
244
+ "NodeName":{"shape":"NodeName"},
245
+ "EngineAttributes":{"shape":"EngineAttributes"}
246
+ }
247
+ },
248
+ "AssociateNodeResponse":{
249
+ "type":"structure",
250
+ "members":{
251
+ "NodeAssociationStatusToken":{"shape":"NodeAssociationStatusToken"}
252
+ }
253
+ },
254
+ "AttributeName":{
255
+ "type":"string",
256
+ "max":64,
257
+ "min":1,
258
+ "pattern":"[A-Z][A-Z0-9_]*"
259
+ },
260
+ "AttributeValue":{"type":"string"},
261
+ "Backup":{
262
+ "type":"structure",
263
+ "members":{
264
+ "BackupArn":{"shape":"String"},
265
+ "BackupId":{"shape":"BackupId"},
266
+ "BackupType":{"shape":"BackupType"},
267
+ "CreatedAt":{"shape":"Timestamp"},
268
+ "Description":{"shape":"String"},
269
+ "Engine":{"shape":"String"},
270
+ "EngineModel":{"shape":"String"},
271
+ "EngineVersion":{"shape":"String"},
272
+ "InstanceProfileArn":{"shape":"String"},
273
+ "InstanceType":{"shape":"String"},
274
+ "KeyPair":{"shape":"String"},
275
+ "PreferredBackupWindow":{"shape":"TimeWindowDefinition"},
276
+ "PreferredMaintenanceWindow":{"shape":"TimeWindowDefinition"},
277
+ "S3DataSize":{"shape":"Integer"},
278
+ "S3DataUrl":{"shape":"String"},
279
+ "S3LogUrl":{"shape":"String"},
280
+ "SecurityGroupIds":{"shape":"Strings"},
281
+ "ServerName":{"shape":"ServerName"},
282
+ "ServiceRoleArn":{"shape":"String"},
283
+ "Status":{"shape":"BackupStatus"},
284
+ "StatusDescription":{"shape":"String"},
285
+ "SubnetIds":{"shape":"Strings"},
286
+ "ToolsVersion":{"shape":"String"},
287
+ "UserArn":{"shape":"String"}
288
+ }
289
+ },
290
+ "BackupId":{
291
+ "type":"string",
292
+ "max":79
293
+ },
294
+ "BackupRetentionCountDefinition":{
295
+ "type":"integer",
296
+ "min":1
297
+ },
298
+ "BackupStatus":{
299
+ "type":"string",
300
+ "enum":[
301
+ "IN_PROGRESS",
302
+ "OK",
303
+ "FAILED",
304
+ "DELETING"
305
+ ]
306
+ },
307
+ "BackupType":{
308
+ "type":"string",
309
+ "enum":[
310
+ "AUTOMATED",
311
+ "MANUAL"
312
+ ]
313
+ },
314
+ "Backups":{
315
+ "type":"list",
316
+ "member":{"shape":"Backup"}
317
+ },
318
+ "Boolean":{"type":"boolean"},
319
+ "CreateBackupRequest":{
320
+ "type":"structure",
321
+ "required":["ServerName"],
322
+ "members":{
323
+ "ServerName":{"shape":"ServerName"},
324
+ "Description":{"shape":"String"}
325
+ }
326
+ },
327
+ "CreateBackupResponse":{
328
+ "type":"structure",
329
+ "members":{
330
+ "Backup":{"shape":"Backup"}
331
+ }
332
+ },
333
+ "CreateServerRequest":{
334
+ "type":"structure",
335
+ "required":[
336
+ "ServerName",
337
+ "InstanceProfileArn",
338
+ "ServiceRoleArn"
339
+ ],
340
+ "members":{
341
+ "DisableAutomatedBackup":{"shape":"Boolean"},
342
+ "Engine":{"shape":"String"},
343
+ "EngineModel":{"shape":"String"},
344
+ "EngineVersion":{"shape":"String"},
345
+ "EngineAttributes":{"shape":"EngineAttributes"},
346
+ "BackupRetentionCount":{"shape":"BackupRetentionCountDefinition"},
347
+ "ServerName":{"shape":"ServerName"},
348
+ "InstanceProfileArn":{"shape":"InstanceProfileArn"},
349
+ "InstanceType":{"shape":"String"},
350
+ "KeyPair":{"shape":"KeyPair"},
351
+ "PreferredMaintenanceWindow":{"shape":"TimeWindowDefinition"},
352
+ "PreferredBackupWindow":{"shape":"TimeWindowDefinition"},
353
+ "SecurityGroupIds":{"shape":"Strings"},
354
+ "ServiceRoleArn":{"shape":"ServiceRoleArn"},
355
+ "SubnetIds":{"shape":"Strings"},
356
+ "BackupId":{"shape":"BackupId"}
357
+ }
358
+ },
359
+ "CreateServerResponse":{
360
+ "type":"structure",
361
+ "members":{
362
+ "Server":{"shape":"Server"}
363
+ }
364
+ },
365
+ "DeleteBackupRequest":{
366
+ "type":"structure",
367
+ "required":["BackupId"],
368
+ "members":{
369
+ "BackupId":{"shape":"BackupId"}
370
+ }
371
+ },
372
+ "DeleteBackupResponse":{
373
+ "type":"structure",
374
+ "members":{
375
+ }
376
+ },
377
+ "DeleteServerRequest":{
378
+ "type":"structure",
379
+ "required":["ServerName"],
380
+ "members":{
381
+ "ServerName":{"shape":"ServerName"}
382
+ }
383
+ },
384
+ "DeleteServerResponse":{
385
+ "type":"structure",
386
+ "members":{
387
+ }
388
+ },
389
+ "DescribeAccountAttributesRequest":{
390
+ "type":"structure",
391
+ "members":{
392
+ }
393
+ },
394
+ "DescribeAccountAttributesResponse":{
395
+ "type":"structure",
396
+ "members":{
397
+ "Attributes":{"shape":"AccountAttributes"}
398
+ }
399
+ },
400
+ "DescribeBackupsRequest":{
401
+ "type":"structure",
402
+ "members":{
403
+ "BackupId":{"shape":"BackupId"},
404
+ "ServerName":{"shape":"ServerName"},
405
+ "NextToken":{"shape":"NextToken"},
406
+ "MaxResults":{"shape":"MaxResults"}
407
+ }
408
+ },
409
+ "DescribeBackupsResponse":{
410
+ "type":"structure",
411
+ "members":{
412
+ "Backups":{"shape":"Backups"},
413
+ "NextToken":{"shape":"String"}
414
+ }
415
+ },
416
+ "DescribeEventsRequest":{
417
+ "type":"structure",
418
+ "required":["ServerName"],
419
+ "members":{
420
+ "ServerName":{"shape":"ServerName"},
421
+ "NextToken":{"shape":"NextToken"},
422
+ "MaxResults":{"shape":"MaxResults"}
423
+ }
424
+ },
425
+ "DescribeEventsResponse":{
426
+ "type":"structure",
427
+ "members":{
428
+ "ServerEvents":{"shape":"ServerEvents"},
429
+ "NextToken":{"shape":"String"}
430
+ }
431
+ },
432
+ "DescribeNodeAssociationStatusRequest":{
433
+ "type":"structure",
434
+ "required":[
435
+ "NodeAssociationStatusToken",
436
+ "ServerName"
437
+ ],
438
+ "members":{
439
+ "NodeAssociationStatusToken":{"shape":"NodeAssociationStatusToken"},
440
+ "ServerName":{"shape":"ServerName"}
441
+ }
442
+ },
443
+ "DescribeNodeAssociationStatusResponse":{
444
+ "type":"structure",
445
+ "members":{
446
+ "NodeAssociationStatus":{"shape":"NodeAssociationStatus"}
447
+ }
448
+ },
449
+ "DescribeServersRequest":{
450
+ "type":"structure",
451
+ "members":{
452
+ "ServerName":{"shape":"ServerName"},
453
+ "NextToken":{"shape":"NextToken"},
454
+ "MaxResults":{"shape":"MaxResults"}
455
+ }
456
+ },
457
+ "DescribeServersResponse":{
458
+ "type":"structure",
459
+ "members":{
460
+ "Servers":{"shape":"Servers"},
461
+ "NextToken":{"shape":"String"}
462
+ }
463
+ },
464
+ "DisassociateNodeRequest":{
465
+ "type":"structure",
466
+ "required":[
467
+ "ServerName",
468
+ "NodeName"
469
+ ],
470
+ "members":{
471
+ "ServerName":{"shape":"ServerName"},
472
+ "NodeName":{"shape":"NodeName"},
473
+ "EngineAttributes":{"shape":"EngineAttributes"}
474
+ }
475
+ },
476
+ "DisassociateNodeResponse":{
477
+ "type":"structure",
478
+ "members":{
479
+ "NodeAssociationStatusToken":{"shape":"NodeAssociationStatusToken"}
480
+ }
481
+ },
482
+ "EngineAttribute":{
483
+ "type":"structure",
484
+ "members":{
485
+ "Name":{"shape":"String"},
486
+ "Value":{"shape":"String"}
487
+ }
488
+ },
489
+ "EngineAttributes":{
490
+ "type":"list",
491
+ "member":{"shape":"EngineAttribute"}
492
+ },
493
+ "InstanceProfileArn":{
494
+ "type":"string",
495
+ "pattern":"arn:aws:iam::[0-9]{12}:instance-profile/.*"
496
+ },
497
+ "Integer":{"type":"integer"},
498
+ "InvalidNextTokenException":{
499
+ "type":"structure",
500
+ "members":{
501
+ "Message":{"shape":"String"}
502
+ },
503
+ "exception":true
504
+ },
505
+ "InvalidStateException":{
506
+ "type":"structure",
507
+ "members":{
508
+ "Message":{"shape":"String"}
509
+ },
510
+ "exception":true
511
+ },
512
+ "KeyPair":{"type":"string"},
513
+ "LimitExceededException":{
514
+ "type":"structure",
515
+ "members":{
516
+ "Message":{"shape":"String"}
517
+ },
518
+ "exception":true
519
+ },
520
+ "MaintenanceStatus":{
521
+ "type":"string",
522
+ "enum":[
523
+ "SUCCESS",
524
+ "FAILED"
525
+ ]
526
+ },
527
+ "MaxResults":{
528
+ "type":"integer",
529
+ "min":1
530
+ },
531
+ "NextToken":{"type":"string"},
532
+ "NodeAssociationStatus":{
533
+ "type":"string",
534
+ "enum":[
535
+ "SUCCESS",
536
+ "FAILED",
537
+ "IN_PROGRESS"
538
+ ]
539
+ },
540
+ "NodeAssociationStatusToken":{"type":"string"},
541
+ "NodeName":{
542
+ "type":"string",
543
+ "pattern":"^[\\-\\p{Alnum}_:.]+$"
544
+ },
545
+ "ResourceAlreadyExistsException":{
546
+ "type":"structure",
547
+ "members":{
548
+ "Message":{"shape":"String"}
549
+ },
550
+ "exception":true
551
+ },
552
+ "ResourceNotFoundException":{
553
+ "type":"structure",
554
+ "members":{
555
+ "Message":{"shape":"String"}
556
+ },
557
+ "exception":true
558
+ },
559
+ "RestoreServerRequest":{
560
+ "type":"structure",
561
+ "required":[
562
+ "BackupId",
563
+ "ServerName"
564
+ ],
565
+ "members":{
566
+ "BackupId":{"shape":"BackupId"},
567
+ "ServerName":{"shape":"ServerName"},
568
+ "InstanceType":{"shape":"String"},
569
+ "KeyPair":{"shape":"KeyPair"}
570
+ }
571
+ },
572
+ "RestoreServerResponse":{
573
+ "type":"structure",
574
+ "members":{
575
+ }
576
+ },
577
+ "Server":{
578
+ "type":"structure",
579
+ "members":{
580
+ "BackupRetentionCount":{"shape":"Integer"},
581
+ "ServerName":{"shape":"String"},
582
+ "CreatedAt":{"shape":"Timestamp"},
583
+ "DisableAutomatedBackup":{"shape":"Boolean"},
584
+ "Endpoint":{"shape":"String"},
585
+ "Engine":{"shape":"String"},
586
+ "EngineModel":{"shape":"String"},
587
+ "EngineAttributes":{"shape":"EngineAttributes"},
588
+ "EngineVersion":{"shape":"String"},
589
+ "InstanceProfileArn":{"shape":"String"},
590
+ "InstanceType":{"shape":"String"},
591
+ "KeyPair":{"shape":"String"},
592
+ "MaintenanceStatus":{"shape":"MaintenanceStatus"},
593
+ "PreferredMaintenanceWindow":{"shape":"TimeWindowDefinition"},
594
+ "PreferredBackupWindow":{"shape":"TimeWindowDefinition"},
595
+ "SecurityGroupIds":{"shape":"Strings"},
596
+ "ServiceRoleArn":{"shape":"String"},
597
+ "Status":{"shape":"ServerStatus"},
598
+ "StatusReason":{"shape":"String"},
599
+ "SubnetIds":{"shape":"Strings"},
600
+ "ServerArn":{"shape":"String"}
601
+ }
602
+ },
603
+ "ServerEvent":{
604
+ "type":"structure",
605
+ "members":{
606
+ "CreatedAt":{"shape":"Timestamp"},
607
+ "ServerName":{"shape":"String"},
608
+ "Message":{"shape":"String"},
609
+ "LogUrl":{"shape":"String"}
610
+ }
611
+ },
612
+ "ServerEvents":{
613
+ "type":"list",
614
+ "member":{"shape":"ServerEvent"}
615
+ },
616
+ "ServerName":{
617
+ "type":"string",
618
+ "max":40,
619
+ "min":1,
620
+ "pattern":"[a-zA-Z][a-zA-Z0-9\\-]*"
621
+ },
622
+ "ServerStatus":{
623
+ "type":"string",
624
+ "enum":[
625
+ "BACKING_UP",
626
+ "CONNECTION_LOST",
627
+ "CREATING",
628
+ "DELETING",
629
+ "MODIFYING",
630
+ "FAILED",
631
+ "HEALTHY",
632
+ "RUNNING",
633
+ "SETUP",
634
+ "UNDER_MAINTENANCE",
635
+ "UNHEALTHY"
636
+ ]
637
+ },
638
+ "Servers":{
639
+ "type":"list",
640
+ "member":{"shape":"Server"}
641
+ },
642
+ "ServiceRoleArn":{
643
+ "type":"string",
644
+ "pattern":"arn:aws:iam::[0-9]{12}:role/.*"
645
+ },
646
+ "StartMaintenanceRequest":{
647
+ "type":"structure",
648
+ "required":["ServerName"],
649
+ "members":{
650
+ "ServerName":{"shape":"ServerName"}
651
+ }
652
+ },
653
+ "StartMaintenanceResponse":{
654
+ "type":"structure",
655
+ "members":{
656
+ "Server":{"shape":"Server"}
657
+ }
658
+ },
659
+ "String":{"type":"string"},
660
+ "Strings":{
661
+ "type":"list",
662
+ "member":{"shape":"String"}
663
+ },
664
+ "TimeWindowDefinition":{
665
+ "type":"string",
666
+ "pattern":"^((Mon|Tue|Wed|Thu|Fri|Sat|Sun):)?([0-1][0-9]|2[0-3]):[0-5][0-9]$"
667
+ },
668
+ "Timestamp":{"type":"timestamp"},
669
+ "UpdateServerEngineAttributesRequest":{
670
+ "type":"structure",
671
+ "required":[
672
+ "ServerName",
673
+ "AttributeName"
674
+ ],
675
+ "members":{
676
+ "ServerName":{"shape":"ServerName"},
677
+ "AttributeName":{"shape":"AttributeName"},
678
+ "AttributeValue":{"shape":"AttributeValue"}
679
+ }
680
+ },
681
+ "UpdateServerEngineAttributesResponse":{
682
+ "type":"structure",
683
+ "members":{
684
+ "Server":{"shape":"Server"}
685
+ }
686
+ },
687
+ "UpdateServerRequest":{
688
+ "type":"structure",
689
+ "required":["ServerName"],
690
+ "members":{
691
+ "DisableAutomatedBackup":{"shape":"Boolean"},
692
+ "BackupRetentionCount":{"shape":"Integer"},
693
+ "ServerName":{"shape":"ServerName"},
694
+ "PreferredMaintenanceWindow":{"shape":"TimeWindowDefinition"},
695
+ "PreferredBackupWindow":{"shape":"TimeWindowDefinition"}
696
+ }
697
+ },
698
+ "UpdateServerResponse":{
699
+ "type":"structure",
700
+ "members":{
701
+ "Server":{"shape":"Server"}
702
+ }
703
+ },
704
+ "ValidationException":{
705
+ "type":"structure",
706
+ "members":{
707
+ "Message":{"shape":"String"}
708
+ },
709
+ "exception":true
710
+ }
711
+ }
712
+ }