aws-sdk-core 2.11.404 → 2.11.405

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +130 -4
  3. data/apis/appconfig/2019-10-09/api-2.json +1391 -0
  4. data/apis/appconfig/2019-10-09/examples-1.json +5 -0
  5. data/apis/appconfig/2019-10-09/paginators-1.json +29 -0
  6. data/apis/application-autoscaling/2016-02-06/api-2.json +7 -3
  7. data/apis/application-insights/2018-11-25/api-2.json +432 -12
  8. data/apis/application-insights/2018-11-25/paginators-1.json +10 -0
  9. data/apis/athena/2017-05-18/api-2.json +5 -1
  10. data/apis/ce/2017-10-25/api-2.json +248 -2
  11. data/apis/codebuild/2016-10-06/api-2.json +444 -1
  12. data/apis/cognito-idp/2016-04-18/api-2.json +1 -0
  13. data/apis/comprehend/2017-11-27/api-2.json +265 -0
  14. data/apis/dlm/2018-01-12/api-2.json +15 -6
  15. data/apis/ec2/2016-11-15/api-2.json +77 -0
  16. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +5 -2
  17. data/apis/greengrass/2017-06-07/api-2.json +21 -3
  18. data/apis/iot/2015-05-28/api-2.json +909 -20
  19. data/apis/iotsecuretunneling/2018-10-05/api-2.json +388 -0
  20. data/apis/iotsecuretunneling/2018-10-05/examples-1.json +5 -0
  21. data/apis/iotsecuretunneling/2018-10-05/paginators-1.json +9 -0
  22. data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +149 -5
  23. data/apis/kms/2014-11-01/api-2.json +315 -8
  24. data/apis/lambda/2015-03-31/api-2.json +336 -10
  25. data/apis/lambda/2015-03-31/paginators-1.json +6 -0
  26. data/apis/lambda/2015-03-31/waiters-2.json +52 -0
  27. data/apis/mediaconvert/2017-08-29/api-2.json +28 -6
  28. data/apis/medialive/2017-10-14/api-2.json +1696 -106
  29. data/apis/medialive/2017-10-14/paginators-1.json +12 -0
  30. data/apis/medialive/2017-10-14/waiters-2.json +106 -0
  31. data/apis/mediapackage-vod/2018-11-07/api-2.json +12 -0
  32. data/apis/monitoring/2010-08-01/api-2.json +341 -0
  33. data/apis/monitoring/2010-08-01/paginators-1.json +5 -0
  34. data/apis/ram/2018-01-04/api-2.json +253 -2
  35. data/apis/rds/2014-10-31/api-2.json +2 -1
  36. data/apis/redshift/2012-12-01/api-2.json +273 -5
  37. data/apis/redshift/2012-12-01/paginators-1.json +6 -0
  38. data/apis/runtime.lex/2016-11-28/api-2.json +8 -2
  39. data/apis/sesv2/2019-09-27/api-2.json +274 -5
  40. data/apis/sesv2/2019-09-27/paginators-1.json +5 -0
  41. data/apis/ssm/2014-11-06/api-2.json +46 -7
  42. data/apis/wafv2/2019-07-29/api-2.json +2418 -0
  43. data/apis/wafv2/2019-07-29/examples-1.json +5 -0
  44. data/apis/wafv2/2019-07-29/paginators-1.json +4 -0
  45. data/apis/wafv2/2019-07-29/smoke.json +21 -0
  46. data/endpoints.json +2 -0
  47. data/lib/aws-sdk-core.rb +3 -0
  48. data/lib/aws-sdk-core/appconfig.rb +6 -0
  49. data/lib/aws-sdk-core/iotsecuretunneling.rb +6 -0
  50. data/lib/aws-sdk-core/version.rb +1 -1
  51. data/lib/aws-sdk-core/wafv2.rb +6 -0
  52. data/service-models.json +12 -0
  53. metadata +15 -2
@@ -15,6 +15,11 @@
15
15
  "DescribeAlarmsForMetric": {
16
16
  "result_key": "MetricAlarms"
17
17
  },
18
+ "DescribeInsightRules": {
19
+ "input_token": "NextToken",
20
+ "limit_key": "MaxResults",
21
+ "output_token": "NextToken"
22
+ },
18
23
  "GetMetricData": {
19
24
  "input_token": "NextToken",
20
25
  "limit_key": "MaxDatapoints",
@@ -56,6 +56,24 @@
56
56
  {"shape":"UnknownResourceException"}
57
57
  ]
58
58
  },
59
+ "AssociateResourceSharePermission":{
60
+ "name":"AssociateResourceSharePermission",
61
+ "http":{
62
+ "method":"POST",
63
+ "requestUri":"/associateresourcesharepermission"
64
+ },
65
+ "input":{"shape":"AssociateResourceSharePermissionRequest"},
66
+ "output":{"shape":"AssociateResourceSharePermissionResponse"},
67
+ "errors":[
68
+ {"shape":"MalformedArnException"},
69
+ {"shape":"UnknownResourceException"},
70
+ {"shape":"InvalidParameterException"},
71
+ {"shape":"InvalidClientTokenException"},
72
+ {"shape":"ServerInternalException"},
73
+ {"shape":"ServiceUnavailableException"},
74
+ {"shape":"OperationNotPermittedException"}
75
+ ]
76
+ },
59
77
  "CreateResourceShare":{
60
78
  "name":"CreateResourceShare",
61
79
  "http":{
@@ -119,6 +137,24 @@
119
137
  {"shape":"UnknownResourceException"}
120
138
  ]
121
139
  },
140
+ "DisassociateResourceSharePermission":{
141
+ "name":"DisassociateResourceSharePermission",
142
+ "http":{
143
+ "method":"POST",
144
+ "requestUri":"/disassociateresourcesharepermission"
145
+ },
146
+ "input":{"shape":"DisassociateResourceSharePermissionRequest"},
147
+ "output":{"shape":"DisassociateResourceSharePermissionResponse"},
148
+ "errors":[
149
+ {"shape":"MalformedArnException"},
150
+ {"shape":"UnknownResourceException"},
151
+ {"shape":"InvalidParameterException"},
152
+ {"shape":"InvalidClientTokenException"},
153
+ {"shape":"ServerInternalException"},
154
+ {"shape":"ServiceUnavailableException"},
155
+ {"shape":"OperationNotPermittedException"}
156
+ ]
157
+ },
122
158
  "EnableSharingWithAwsOrganization":{
123
159
  "name":"EnableSharingWithAwsOrganization",
124
160
  "http":{
@@ -133,6 +169,23 @@
133
169
  {"shape":"ServiceUnavailableException"}
134
170
  ]
135
171
  },
172
+ "GetPermission":{
173
+ "name":"GetPermission",
174
+ "http":{
175
+ "method":"POST",
176
+ "requestUri":"/getpermission"
177
+ },
178
+ "input":{"shape":"GetPermissionRequest"},
179
+ "output":{"shape":"GetPermissionResponse"},
180
+ "errors":[
181
+ {"shape":"InvalidParameterException"},
182
+ {"shape":"MalformedArnException"},
183
+ {"shape":"UnknownResourceException"},
184
+ {"shape":"ServerInternalException"},
185
+ {"shape":"ServiceUnavailableException"},
186
+ {"shape":"OperationNotPermittedException"}
187
+ ]
188
+ },
136
189
  "GetResourcePolicies":{
137
190
  "name":"GetResourcePolicies",
138
191
  "http":{
@@ -222,6 +275,22 @@
222
275
  {"shape":"ResourceShareInvitationExpiredException"}
223
276
  ]
224
277
  },
278
+ "ListPermissions":{
279
+ "name":"ListPermissions",
280
+ "http":{
281
+ "method":"POST",
282
+ "requestUri":"/listpermissions"
283
+ },
284
+ "input":{"shape":"ListPermissionsRequest"},
285
+ "output":{"shape":"ListPermissionsResponse"},
286
+ "errors":[
287
+ {"shape":"InvalidParameterException"},
288
+ {"shape":"InvalidNextTokenException"},
289
+ {"shape":"ServerInternalException"},
290
+ {"shape":"ServiceUnavailableException"},
291
+ {"shape":"OperationNotPermittedException"}
292
+ ]
293
+ },
225
294
  "ListPrincipals":{
226
295
  "name":"ListPrincipals",
227
296
  "http":{
@@ -239,6 +308,24 @@
239
308
  {"shape":"ServiceUnavailableException"}
240
309
  ]
241
310
  },
311
+ "ListResourceSharePermissions":{
312
+ "name":"ListResourceSharePermissions",
313
+ "http":{
314
+ "method":"POST",
315
+ "requestUri":"/listresourcesharepermissions"
316
+ },
317
+ "input":{"shape":"ListResourceSharePermissionsRequest"},
318
+ "output":{"shape":"ListResourceSharePermissionsResponse"},
319
+ "errors":[
320
+ {"shape":"InvalidParameterException"},
321
+ {"shape":"MalformedArnException"},
322
+ {"shape":"UnknownResourceException"},
323
+ {"shape":"InvalidNextTokenException"},
324
+ {"shape":"ServerInternalException"},
325
+ {"shape":"ServiceUnavailableException"},
326
+ {"shape":"OperationNotPermittedException"}
327
+ ]
328
+ },
242
329
  "ListResources":{
243
330
  "name":"ListResources",
244
331
  "http":{
@@ -257,6 +344,23 @@
257
344
  {"shape":"ServiceUnavailableException"}
258
345
  ]
259
346
  },
347
+ "PromoteResourceShareCreatedFromPolicy":{
348
+ "name":"PromoteResourceShareCreatedFromPolicy",
349
+ "http":{
350
+ "method":"POST",
351
+ "requestUri":"/promoteresourcesharecreatedfrompolicy"
352
+ },
353
+ "input":{"shape":"PromoteResourceShareCreatedFromPolicyRequest"},
354
+ "output":{"shape":"PromoteResourceShareCreatedFromPolicyResponse"},
355
+ "errors":[
356
+ {"shape":"MalformedArnException"},
357
+ {"shape":"OperationNotPermittedException"},
358
+ {"shape":"InvalidParameterException"},
359
+ {"shape":"MissingRequiredParameterException"},
360
+ {"shape":"ServerInternalException"},
361
+ {"shape":"ServiceUnavailableException"}
362
+ ]
363
+ },
260
364
  "RejectResourceShareInvitation":{
261
365
  "name":"RejectResourceShareInvitation",
262
366
  "http":{
@@ -347,6 +451,26 @@
347
451
  "clientToken":{"shape":"String"}
348
452
  }
349
453
  },
454
+ "AssociateResourceSharePermissionRequest":{
455
+ "type":"structure",
456
+ "required":[
457
+ "resourceShareArn",
458
+ "permissionArn"
459
+ ],
460
+ "members":{
461
+ "resourceShareArn":{"shape":"String"},
462
+ "permissionArn":{"shape":"String"},
463
+ "replace":{"shape":"Boolean"},
464
+ "clientToken":{"shape":"String"}
465
+ }
466
+ },
467
+ "AssociateResourceSharePermissionResponse":{
468
+ "type":"structure",
469
+ "members":{
470
+ "returnValue":{"shape":"Boolean"},
471
+ "clientToken":{"shape":"String"}
472
+ }
473
+ },
350
474
  "AssociateResourceShareRequest":{
351
475
  "type":"structure",
352
476
  "required":["resourceShareArn"],
@@ -374,7 +498,8 @@
374
498
  "principals":{"shape":"PrincipalArnOrIdList"},
375
499
  "tags":{"shape":"TagList"},
376
500
  "allowExternalPrincipals":{"shape":"Boolean"},
377
- "clientToken":{"shape":"String"}
501
+ "clientToken":{"shape":"String"},
502
+ "permissionArns":{"shape":"PermissionArnList"}
378
503
  }
379
504
  },
380
505
  "CreateResourceShareResponse":{
@@ -408,6 +533,25 @@
408
533
  "clientToken":{"shape":"String"}
409
534
  }
410
535
  },
536
+ "DisassociateResourceSharePermissionRequest":{
537
+ "type":"structure",
538
+ "required":[
539
+ "resourceShareArn",
540
+ "permissionArn"
541
+ ],
542
+ "members":{
543
+ "resourceShareArn":{"shape":"String"},
544
+ "permissionArn":{"shape":"String"},
545
+ "clientToken":{"shape":"String"}
546
+ }
547
+ },
548
+ "DisassociateResourceSharePermissionResponse":{
549
+ "type":"structure",
550
+ "members":{
551
+ "returnValue":{"shape":"Boolean"},
552
+ "clientToken":{"shape":"String"}
553
+ }
554
+ },
411
555
  "DisassociateResourceShareRequest":{
412
556
  "type":"structure",
413
557
  "required":["resourceShareArn"],
@@ -436,6 +580,20 @@
436
580
  "returnValue":{"shape":"Boolean"}
437
581
  }
438
582
  },
583
+ "GetPermissionRequest":{
584
+ "type":"structure",
585
+ "required":["permissionArn"],
586
+ "members":{
587
+ "permissionArn":{"shape":"String"},
588
+ "permissionVersion":{"shape":"Integer"}
589
+ }
590
+ },
591
+ "GetPermissionResponse":{
592
+ "type":"structure",
593
+ "members":{
594
+ "permission":{"shape":"ResourceSharePermissionDetail"}
595
+ }
596
+ },
439
597
  "GetResourcePoliciesRequest":{
440
598
  "type":"structure",
441
599
  "required":["resourceArns"],
@@ -518,6 +676,7 @@
518
676
  "error":{"httpStatusCode":400},
519
677
  "exception":true
520
678
  },
679
+ "Integer":{"type":"integer"},
521
680
  "InvalidClientTokenException":{
522
681
  "type":"structure",
523
682
  "required":["message"],
@@ -588,6 +747,21 @@
588
747
  "nextToken":{"shape":"String"}
589
748
  }
590
749
  },
750
+ "ListPermissionsRequest":{
751
+ "type":"structure",
752
+ "members":{
753
+ "resourceType":{"shape":"String"},
754
+ "nextToken":{"shape":"String"},
755
+ "maxResults":{"shape":"MaxResults"}
756
+ }
757
+ },
758
+ "ListPermissionsResponse":{
759
+ "type":"structure",
760
+ "members":{
761
+ "permissions":{"shape":"ResourceSharePermissionList"},
762
+ "nextToken":{"shape":"String"}
763
+ }
764
+ },
591
765
  "ListPrincipalsRequest":{
592
766
  "type":"structure",
593
767
  "required":["resourceOwner"],
@@ -608,6 +782,22 @@
608
782
  "nextToken":{"shape":"String"}
609
783
  }
610
784
  },
785
+ "ListResourceSharePermissionsRequest":{
786
+ "type":"structure",
787
+ "required":["resourceShareArn"],
788
+ "members":{
789
+ "resourceShareArn":{"shape":"String"},
790
+ "nextToken":{"shape":"String"},
791
+ "maxResults":{"shape":"MaxResults"}
792
+ }
793
+ },
794
+ "ListResourceSharePermissionsResponse":{
795
+ "type":"structure",
796
+ "members":{
797
+ "permissions":{"shape":"ResourceSharePermissionList"},
798
+ "nextToken":{"shape":"String"}
799
+ }
800
+ },
611
801
  "ListResourcesRequest":{
612
802
  "type":"structure",
613
803
  "required":["resourceOwner"],
@@ -660,6 +850,10 @@
660
850
  "error":{"httpStatusCode":400},
661
851
  "exception":true
662
852
  },
853
+ "PermissionArnList":{
854
+ "type":"list",
855
+ "member":{"shape":"String"}
856
+ },
663
857
  "Policy":{"type":"string"},
664
858
  "PolicyList":{
665
859
  "type":"list",
@@ -683,6 +877,23 @@
683
877
  "type":"list",
684
878
  "member":{"shape":"Principal"}
685
879
  },
880
+ "PromoteResourceShareCreatedFromPolicyRequest":{
881
+ "type":"structure",
882
+ "required":["resourceShareArn"],
883
+ "members":{
884
+ "resourceShareArn":{
885
+ "shape":"String",
886
+ "location":"querystring",
887
+ "locationName":"resourceShareArn"
888
+ }
889
+ }
890
+ },
891
+ "PromoteResourceShareCreatedFromPolicyResponse":{
892
+ "type":"structure",
893
+ "members":{
894
+ "returnValue":{"shape":"Boolean"}
895
+ }
896
+ },
686
897
  "RejectResourceShareInvitationRequest":{
687
898
  "type":"structure",
688
899
  "required":["resourceShareInvitationArn"],
@@ -704,6 +915,7 @@
704
915
  "arn":{"shape":"String"},
705
916
  "type":{"shape":"String"},
706
917
  "resourceShareArn":{"shape":"String"},
918
+ "resourceGroupArn":{"shape":"String"},
707
919
  "status":{"shape":"ResourceStatus"},
708
920
  "statusMessage":{"shape":"String"},
709
921
  "creationTime":{"shape":"DateTime"},
@@ -745,7 +957,8 @@
745
957
  "statusMessage":{"shape":"String"},
746
958
  "tags":{"shape":"TagList"},
747
959
  "creationTime":{"shape":"DateTime"},
748
- "lastUpdatedTime":{"shape":"DateTime"}
960
+ "lastUpdatedTime":{"shape":"DateTime"},
961
+ "featureSet":{"shape":"ResourceShareFeatureSet"}
749
962
  }
750
963
  },
751
964
  "ResourceShareArnList":{
@@ -787,6 +1000,14 @@
787
1000
  "RESOURCE"
788
1001
  ]
789
1002
  },
1003
+ "ResourceShareFeatureSet":{
1004
+ "type":"string",
1005
+ "enum":[
1006
+ "CREATED_FROM_POLICY",
1007
+ "PROMOTING_TO_STANDARD",
1008
+ "STANDARD"
1009
+ ]
1010
+ },
790
1011
  "ResourceShareInvitation":{
791
1012
  "type":"structure",
792
1013
  "members":{
@@ -870,6 +1091,36 @@
870
1091
  "type":"list",
871
1092
  "member":{"shape":"ResourceShare"}
872
1093
  },
1094
+ "ResourceSharePermissionDetail":{
1095
+ "type":"structure",
1096
+ "members":{
1097
+ "arn":{"shape":"String"},
1098
+ "version":{"shape":"String"},
1099
+ "defaultVersion":{"shape":"Boolean"},
1100
+ "name":{"shape":"String"},
1101
+ "resourceType":{"shape":"String"},
1102
+ "permission":{"shape":"String"},
1103
+ "creationTime":{"shape":"DateTime"},
1104
+ "lastUpdatedTime":{"shape":"DateTime"}
1105
+ }
1106
+ },
1107
+ "ResourceSharePermissionList":{
1108
+ "type":"list",
1109
+ "member":{"shape":"ResourceSharePermissionSummary"}
1110
+ },
1111
+ "ResourceSharePermissionSummary":{
1112
+ "type":"structure",
1113
+ "members":{
1114
+ "arn":{"shape":"String"},
1115
+ "version":{"shape":"String"},
1116
+ "defaultVersion":{"shape":"Boolean"},
1117
+ "name":{"shape":"String"},
1118
+ "resourceType":{"shape":"String"},
1119
+ "status":{"shape":"String"},
1120
+ "creationTime":{"shape":"DateTime"},
1121
+ "lastUpdatedTime":{"shape":"DateTime"}
1122
+ }
1123
+ },
873
1124
  "ResourceShareStatus":{
874
1125
  "type":"string",
875
1126
  "enum":[
@@ -2463,7 +2463,8 @@
2463
2463
  "DBClusterEndpointIdentifier":{"shape":"String"},
2464
2464
  "EndpointType":{"shape":"String"},
2465
2465
  "StaticMembers":{"shape":"StringList"},
2466
- "ExcludedMembers":{"shape":"StringList"}
2466
+ "ExcludedMembers":{"shape":"StringList"},
2467
+ "Tags":{"shape":"TagList"}
2467
2468
  }
2468
2469
  },
2469
2470
  "CreateDBClusterMessage":{
@@ -314,6 +314,26 @@
314
314
  {"shape":"InvalidTagFault"}
315
315
  ]
316
316
  },
317
+ "CreateScheduledAction":{
318
+ "name":"CreateScheduledAction",
319
+ "http":{
320
+ "method":"POST",
321
+ "requestUri":"/"
322
+ },
323
+ "input":{"shape":"CreateScheduledActionMessage"},
324
+ "output":{
325
+ "shape":"ScheduledAction",
326
+ "resultWrapper":"CreateScheduledActionResult"
327
+ },
328
+ "errors":[
329
+ {"shape":"ScheduledActionAlreadyExistsFault"},
330
+ {"shape":"ScheduledActionQuotaExceededFault"},
331
+ {"shape":"ScheduledActionTypeUnsupportedFault"},
332
+ {"shape":"InvalidScheduleFault"},
333
+ {"shape":"InvalidScheduledActionFault"},
334
+ {"shape":"UnauthorizedOperation"}
335
+ ]
336
+ },
317
337
  "CreateSnapshotCopyGrant":{
318
338
  "name":"CreateSnapshotCopyGrant",
319
339
  "http":{
@@ -474,6 +494,18 @@
474
494
  {"shape":"HsmConfigurationNotFoundFault"}
475
495
  ]
476
496
  },
497
+ "DeleteScheduledAction":{
498
+ "name":"DeleteScheduledAction",
499
+ "http":{
500
+ "method":"POST",
501
+ "requestUri":"/"
502
+ },
503
+ "input":{"shape":"DeleteScheduledActionMessage"},
504
+ "errors":[
505
+ {"shape":"ScheduledActionNotFoundFault"},
506
+ {"shape":"UnauthorizedOperation"}
507
+ ]
508
+ },
477
509
  "DeleteSnapshotCopyGrant":{
478
510
  "name":"DeleteSnapshotCopyGrant",
479
511
  "http":{
@@ -774,7 +806,9 @@
774
806
  },
775
807
  "errors":[
776
808
  {"shape":"ClusterSnapshotNotFoundFault"},
777
- {"shape":"InvalidClusterSnapshotStateFault"}
809
+ {"shape":"InvalidClusterSnapshotStateFault"},
810
+ {"shape":"ClusterNotFoundFault"},
811
+ {"shape":"AccessToSnapshotDeniedFault"}
778
812
  ]
779
813
  },
780
814
  "DescribeOrderableClusterOptions":{
@@ -838,6 +872,22 @@
838
872
  {"shape":"ResizeNotFoundFault"}
839
873
  ]
840
874
  },
875
+ "DescribeScheduledActions":{
876
+ "name":"DescribeScheduledActions",
877
+ "http":{
878
+ "method":"POST",
879
+ "requestUri":"/"
880
+ },
881
+ "input":{"shape":"DescribeScheduledActionsMessage"},
882
+ "output":{
883
+ "shape":"ScheduledActionsMessage",
884
+ "resultWrapper":"DescribeScheduledActionsResult"
885
+ },
886
+ "errors":[
887
+ {"shape":"ScheduledActionNotFoundFault"},
888
+ {"shape":"UnauthorizedOperation"}
889
+ ]
890
+ },
841
891
  "DescribeSnapshotCopyGrants":{
842
892
  "name":"DescribeSnapshotCopyGrants",
843
893
  "http":{
@@ -1192,6 +1242,25 @@
1192
1242
  {"shape":"InvalidSubscriptionStateFault"}
1193
1243
  ]
1194
1244
  },
1245
+ "ModifyScheduledAction":{
1246
+ "name":"ModifyScheduledAction",
1247
+ "http":{
1248
+ "method":"POST",
1249
+ "requestUri":"/"
1250
+ },
1251
+ "input":{"shape":"ModifyScheduledActionMessage"},
1252
+ "output":{
1253
+ "shape":"ScheduledAction",
1254
+ "resultWrapper":"ModifyScheduledActionResult"
1255
+ },
1256
+ "errors":[
1257
+ {"shape":"ScheduledActionNotFoundFault"},
1258
+ {"shape":"ScheduledActionTypeUnsupportedFault"},
1259
+ {"shape":"InvalidScheduleFault"},
1260
+ {"shape":"InvalidScheduledActionFault"},
1261
+ {"shape":"UnauthorizedOperation"}
1262
+ ]
1263
+ },
1195
1264
  "ModifySnapshotCopyRetentionPeriod":{
1196
1265
  "name":"ModifySnapshotCopyRetentionPeriod",
1197
1266
  "http":{
@@ -1471,7 +1540,10 @@
1471
1540
  },
1472
1541
  "ActionType":{
1473
1542
  "type":"string",
1474
- "enum":["restore-cluster"]
1543
+ "enum":[
1544
+ "restore-cluster",
1545
+ "recommend-node-config"
1546
+ ]
1475
1547
  },
1476
1548
  "AssociatedClusterList":{
1477
1549
  "type":"list",
@@ -2370,6 +2442,25 @@
2370
2442
  "HsmConfiguration":{"shape":"HsmConfiguration"}
2371
2443
  }
2372
2444
  },
2445
+ "CreateScheduledActionMessage":{
2446
+ "type":"structure",
2447
+ "required":[
2448
+ "ScheduledActionName",
2449
+ "TargetAction",
2450
+ "Schedule",
2451
+ "IamRole"
2452
+ ],
2453
+ "members":{
2454
+ "ScheduledActionName":{"shape":"String"},
2455
+ "TargetAction":{"shape":"ScheduledActionType"},
2456
+ "Schedule":{"shape":"String"},
2457
+ "IamRole":{"shape":"String"},
2458
+ "ScheduledActionDescription":{"shape":"String"},
2459
+ "StartTime":{"shape":"TStamp"},
2460
+ "EndTime":{"shape":"TStamp"},
2461
+ "Enable":{"shape":"BooleanOptional"}
2462
+ }
2463
+ },
2373
2464
  "CreateSnapshotCopyGrantMessage":{
2374
2465
  "type":"structure",
2375
2466
  "required":["SnapshotCopyGrantName"],
@@ -2535,6 +2626,13 @@
2535
2626
  "HsmConfigurationIdentifier":{"shape":"String"}
2536
2627
  }
2537
2628
  },
2629
+ "DeleteScheduledActionMessage":{
2630
+ "type":"structure",
2631
+ "required":["ScheduledActionName"],
2632
+ "members":{
2633
+ "ScheduledActionName":{"shape":"String"}
2634
+ }
2635
+ },
2538
2636
  "DeleteSnapshotCopyGrantMessage":{
2539
2637
  "type":"structure",
2540
2638
  "required":["SnapshotCopyGrantName"],
@@ -2755,6 +2853,7 @@
2755
2853
  "required":["ActionType"],
2756
2854
  "members":{
2757
2855
  "ActionType":{"shape":"ActionType"},
2856
+ "ClusterIdentifier":{"shape":"String"},
2758
2857
  "SnapshotIdentifier":{"shape":"String"},
2759
2858
  "OwnerAccount":{"shape":"String"},
2760
2859
  "Filters":{
@@ -2797,6 +2896,19 @@
2797
2896
  "ClusterIdentifier":{"shape":"String"}
2798
2897
  }
2799
2898
  },
2899
+ "DescribeScheduledActionsMessage":{
2900
+ "type":"structure",
2901
+ "members":{
2902
+ "ScheduledActionName":{"shape":"String"},
2903
+ "TargetActionType":{"shape":"ScheduledActionTypeValues"},
2904
+ "StartTime":{"shape":"TStamp"},
2905
+ "EndTime":{"shape":"TStamp"},
2906
+ "Active":{"shape":"BooleanOptional"},
2907
+ "Filters":{"shape":"ScheduledActionFilterList"},
2908
+ "Marker":{"shape":"String"},
2909
+ "MaxRecords":{"shape":"IntegerOptional"}
2910
+ }
2911
+ },
2800
2912
  "DescribeSnapshotCopyGrantsMessage":{
2801
2913
  "type":"structure",
2802
2914
  "members":{
@@ -3469,6 +3581,17 @@
3469
3581
  },
3470
3582
  "exception":true
3471
3583
  },
3584
+ "InvalidScheduledActionFault":{
3585
+ "type":"structure",
3586
+ "members":{
3587
+ },
3588
+ "error":{
3589
+ "code":"InvalidScheduledAction",
3590
+ "httpStatusCode":400,
3591
+ "senderFault":true
3592
+ },
3593
+ "exception":true
3594
+ },
3472
3595
  "InvalidSnapshotCopyGrantStateFault":{
3473
3596
  "type":"structure",
3474
3597
  "members":{
@@ -3567,6 +3690,13 @@
3567
3690
  "UpdateTargets":{"shape":"EligibleTracksToUpdateList"}
3568
3691
  }
3569
3692
  },
3693
+ "Mode":{
3694
+ "type":"string",
3695
+ "enum":[
3696
+ "standard",
3697
+ "high-performance"
3698
+ ]
3699
+ },
3570
3700
  "ModifyClusterDbRevisionMessage":{
3571
3701
  "type":"structure",
3572
3702
  "required":[
@@ -3723,6 +3853,20 @@
3723
3853
  "EventSubscription":{"shape":"EventSubscription"}
3724
3854
  }
3725
3855
  },
3856
+ "ModifyScheduledActionMessage":{
3857
+ "type":"structure",
3858
+ "required":["ScheduledActionName"],
3859
+ "members":{
3860
+ "ScheduledActionName":{"shape":"String"},
3861
+ "TargetAction":{"shape":"ScheduledActionType"},
3862
+ "Schedule":{"shape":"String"},
3863
+ "IamRole":{"shape":"String"},
3864
+ "ScheduledActionDescription":{"shape":"String"},
3865
+ "StartTime":{"shape":"TStamp"},
3866
+ "EndTime":{"shape":"TStamp"},
3867
+ "Enable":{"shape":"BooleanOptional"}
3868
+ }
3869
+ },
3726
3870
  "ModifySnapshotCopyRetentionPeriodMessage":{
3727
3871
  "type":"structure",
3728
3872
  "required":[
@@ -3757,7 +3901,8 @@
3757
3901
  "members":{
3758
3902
  "NodeType":{"shape":"String"},
3759
3903
  "NumberOfNodes":{"shape":"Integer"},
3760
- "EstimatedDiskUtilizationPercent":{"shape":"DoubleOptional"}
3904
+ "EstimatedDiskUtilizationPercent":{"shape":"DoubleOptional"},
3905
+ "Mode":{"shape":"Mode"}
3761
3906
  }
3762
3907
  },
3763
3908
  "NodeConfigurationOptionList":{
@@ -3790,7 +3935,8 @@
3790
3935
  "enum":[
3791
3936
  "NodeType",
3792
3937
  "NumberOfNodes",
3793
- "EstimatedDiskUtilizationPercent"
3938
+ "EstimatedDiskUtilizationPercent",
3939
+ "Mode"
3794
3940
  ]
3795
3941
  },
3796
3942
  "NodeConfigurationOptionsMessage":{
@@ -4364,6 +4510,127 @@
4364
4510
  "FAILED"
4365
4511
  ]
4366
4512
  },
4513
+ "ScheduledAction":{
4514
+ "type":"structure",
4515
+ "members":{
4516
+ "ScheduledActionName":{"shape":"String"},
4517
+ "TargetAction":{"shape":"ScheduledActionType"},
4518
+ "Schedule":{"shape":"String"},
4519
+ "IamRole":{"shape":"String"},
4520
+ "ScheduledActionDescription":{"shape":"String"},
4521
+ "State":{"shape":"ScheduledActionState"},
4522
+ "NextInvocations":{"shape":"ScheduledActionTimeList"},
4523
+ "StartTime":{"shape":"TStamp"},
4524
+ "EndTime":{"shape":"TStamp"}
4525
+ }
4526
+ },
4527
+ "ScheduledActionAlreadyExistsFault":{
4528
+ "type":"structure",
4529
+ "members":{
4530
+ },
4531
+ "error":{
4532
+ "code":"ScheduledActionAlreadyExists",
4533
+ "httpStatusCode":400,
4534
+ "senderFault":true
4535
+ },
4536
+ "exception":true
4537
+ },
4538
+ "ScheduledActionFilter":{
4539
+ "type":"structure",
4540
+ "required":[
4541
+ "Name",
4542
+ "Values"
4543
+ ],
4544
+ "members":{
4545
+ "Name":{"shape":"ScheduledActionFilterName"},
4546
+ "Values":{"shape":"ValueStringList"}
4547
+ }
4548
+ },
4549
+ "ScheduledActionFilterList":{
4550
+ "type":"list",
4551
+ "member":{
4552
+ "shape":"ScheduledActionFilter",
4553
+ "locationName":"ScheduledActionFilter"
4554
+ }
4555
+ },
4556
+ "ScheduledActionFilterName":{
4557
+ "type":"string",
4558
+ "enum":[
4559
+ "cluster-identifier",
4560
+ "iam-role"
4561
+ ]
4562
+ },
4563
+ "ScheduledActionList":{
4564
+ "type":"list",
4565
+ "member":{
4566
+ "shape":"ScheduledAction",
4567
+ "locationName":"ScheduledAction"
4568
+ }
4569
+ },
4570
+ "ScheduledActionNotFoundFault":{
4571
+ "type":"structure",
4572
+ "members":{
4573
+ },
4574
+ "error":{
4575
+ "code":"ScheduledActionNotFound",
4576
+ "httpStatusCode":400,
4577
+ "senderFault":true
4578
+ },
4579
+ "exception":true
4580
+ },
4581
+ "ScheduledActionQuotaExceededFault":{
4582
+ "type":"structure",
4583
+ "members":{
4584
+ },
4585
+ "error":{
4586
+ "code":"ScheduledActionQuotaExceeded",
4587
+ "httpStatusCode":400,
4588
+ "senderFault":true
4589
+ },
4590
+ "exception":true
4591
+ },
4592
+ "ScheduledActionState":{
4593
+ "type":"string",
4594
+ "enum":[
4595
+ "ACTIVE",
4596
+ "DISABLED"
4597
+ ]
4598
+ },
4599
+ "ScheduledActionTimeList":{
4600
+ "type":"list",
4601
+ "member":{
4602
+ "shape":"TStamp",
4603
+ "locationName":"ScheduledActionTime"
4604
+ }
4605
+ },
4606
+ "ScheduledActionType":{
4607
+ "type":"structure",
4608
+ "members":{
4609
+ "ResizeCluster":{"shape":"ResizeClusterMessage"}
4610
+ }
4611
+ },
4612
+ "ScheduledActionTypeUnsupportedFault":{
4613
+ "type":"structure",
4614
+ "members":{
4615
+ },
4616
+ "error":{
4617
+ "code":"ScheduledActionTypeUnsupported",
4618
+ "httpStatusCode":400,
4619
+ "senderFault":true
4620
+ },
4621
+ "exception":true
4622
+ },
4623
+ "ScheduledActionTypeValues":{
4624
+ "type":"string",
4625
+ "enum":["ResizeCluster"]
4626
+ },
4627
+ "ScheduledActionsMessage":{
4628
+ "type":"structure",
4629
+ "members":{
4630
+ "Marker":{"shape":"String"},
4631
+ "ScheduledActions":{"shape":"ScheduledActionList"}
4632
+ }
4633
+ },
4367
4634
  "ScheduledSnapshotTimeList":{
4368
4635
  "type":"list",
4369
4636
  "member":{
@@ -4650,7 +4917,8 @@
4650
4917
  "cluster",
4651
4918
  "cluster-parameter-group",
4652
4919
  "cluster-security-group",
4653
- "cluster-snapshot"
4920
+ "cluster-snapshot",
4921
+ "scheduled-action"
4654
4922
  ]
4655
4923
  },
4656
4924
  "String":{"type":"string"},