aws-sdk-core 2.11.171 → 2.11.172

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/apis/codebuild/2016-10-06/api-2.json +8 -1
  3. data/apis/comprehend/2017-11-27/api-2.json +365 -1
  4. data/apis/directconnect/2012-10-25/api-2.json +18 -4
  5. data/apis/dms/2016-01-01/api-2.json +38 -5
  6. data/apis/dms/2016-01-01/waiters-2.json +5 -5
  7. data/apis/ecs/2014-11-13/api-2.json +348 -17
  8. data/apis/ecs/2014-11-13/examples-1.json +69 -0
  9. data/apis/iam/2010-05-08/api-2.json +224 -0
  10. data/apis/iam/2010-05-08/examples-1.json +148 -0
  11. data/apis/pinpoint/2016-12-01/api-2.json +254 -5
  12. data/apis/ram/2018-01-04/api-2.json +964 -0
  13. data/apis/ram/2018-01-04/examples-1.json +5 -0
  14. data/apis/ram/2018-01-04/paginators-1.json +34 -0
  15. data/apis/rds/2014-10-31/api-2.json +152 -10
  16. data/apis/rds/2014-10-31/paginators-1.json +6 -0
  17. data/apis/redshift/2012-12-01/api-2.json +499 -16
  18. data/apis/route53resolver/2018-04-01/api-2.json +1199 -0
  19. data/apis/route53resolver/2018-04-01/examples-1.json +5 -0
  20. data/apis/route53resolver/2018-04-01/paginators-1.json +24 -0
  21. data/apis/route53resolver/2018-04-01/smoke.json +18 -0
  22. data/apis/s3/2006-03-01/api-2.json +138 -0
  23. data/apis/s3/2006-03-01/examples-1.json +78 -78
  24. data/apis/s3control/2018-08-20/api-2.json +126 -0
  25. data/apis/s3control/2018-08-20/examples-1.json +5 -0
  26. data/apis/s3control/2018-08-20/paginators-1.json +4 -0
  27. data/apis/sms-voice/2018-09-05/api-2.json +559 -0
  28. data/apis/transcribe/2017-10-26/api-2.json +4 -1
  29. data/endpoints.json +200 -0
  30. data/lib/aws-sdk-core.rb +7 -0
  31. data/lib/aws-sdk-core/api/customizations.rb +7 -0
  32. data/lib/aws-sdk-core/pinpointsmsvoice.rb +4 -0
  33. data/lib/aws-sdk-core/plugins/s3_control_dns.rb +23 -0
  34. data/lib/aws-sdk-core/plugins/s3_control_dualstack.rb +48 -0
  35. data/lib/aws-sdk-core/plugins/s3_control_signer.rb +53 -0
  36. data/lib/aws-sdk-core/ram.rb +6 -0
  37. data/lib/aws-sdk-core/route53resolver.rb +6 -0
  38. data/lib/aws-sdk-core/s3control.rb +6 -0
  39. data/lib/aws-sdk-core/version.rb +1 -1
  40. data/service-models.json +16 -0
  41. metadata +20 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "pagination": {
3
+ "GetResourcePolicies": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ },
8
+ "GetResourceShareAssociations": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ },
13
+ "GetResourceShareInvitations": {
14
+ "input_token": "nextToken",
15
+ "output_token": "nextToken",
16
+ "limit_key": "maxResults"
17
+ },
18
+ "GetResourceShares": {
19
+ "input_token": "nextToken",
20
+ "output_token": "nextToken",
21
+ "limit_key": "maxResults"
22
+ },
23
+ "ListPrincipals": {
24
+ "input_token": "nextToken",
25
+ "output_token": "nextToken",
26
+ "limit_key": "maxResults"
27
+ },
28
+ "ListResources": {
29
+ "input_token": "nextToken",
30
+ "output_token": "nextToken",
31
+ "limit_key": "maxResults"
32
+ }
33
+ }
34
+ }
@@ -532,7 +532,24 @@
532
532
  {"shape":"InvalidDBInstanceStateFault"},
533
533
  {"shape":"DBSnapshotAlreadyExistsFault"},
534
534
  {"shape":"SnapshotQuotaExceededFault"},
535
- {"shape":"InvalidDBClusterStateFault"}
535
+ {"shape":"InvalidDBClusterStateFault"},
536
+ {"shape":"DBInstanceAutomatedBackupQuotaExceededFault"}
537
+ ]
538
+ },
539
+ "DeleteDBInstanceAutomatedBackup":{
540
+ "name":"DeleteDBInstanceAutomatedBackup",
541
+ "http":{
542
+ "method":"POST",
543
+ "requestUri":"/"
544
+ },
545
+ "input":{"shape":"DeleteDBInstanceAutomatedBackupMessage"},
546
+ "output":{
547
+ "shape":"DeleteDBInstanceAutomatedBackupResult",
548
+ "resultWrapper":"DeleteDBInstanceAutomatedBackupResult"
549
+ },
550
+ "errors":[
551
+ {"shape":"InvalidDBInstanceAutomatedBackupStateFault"},
552
+ {"shape":"DBInstanceAutomatedBackupNotFoundFault"}
536
553
  ]
537
554
  },
538
555
  "DeleteDBParameterGroup":{
@@ -761,6 +778,21 @@
761
778
  "resultWrapper":"DescribeDBEngineVersionsResult"
762
779
  }
763
780
  },
781
+ "DescribeDBInstanceAutomatedBackups":{
782
+ "name":"DescribeDBInstanceAutomatedBackups",
783
+ "http":{
784
+ "method":"POST",
785
+ "requestUri":"/"
786
+ },
787
+ "input":{"shape":"DescribeDBInstanceAutomatedBackupsMessage"},
788
+ "output":{
789
+ "shape":"DBInstanceAutomatedBackupMessage",
790
+ "resultWrapper":"DescribeDBInstanceAutomatedBackupsResult"
791
+ },
792
+ "errors":[
793
+ {"shape":"DBInstanceAutomatedBackupNotFoundFault"}
794
+ ]
795
+ },
764
796
  "DescribeDBInstances":{
765
797
  "name":"DescribeDBInstances",
766
798
  "http":{
@@ -1659,8 +1691,9 @@
1659
1691
  {"shape":"KMSKeyNotAccessibleFault"},
1660
1692
  {"shape":"DBSecurityGroupNotFoundFault"},
1661
1693
  {"shape":"DomainNotFoundFault"},
1694
+ {"shape":"BackupPolicyNotFoundFault"},
1662
1695
  {"shape":"DBParameterGroupNotFoundFault"},
1663
- {"shape":"BackupPolicyNotFoundFault"}
1696
+ {"shape":"DBInstanceAutomatedBackupNotFoundFault"}
1664
1697
  ]
1665
1698
  },
1666
1699
  "RevokeDBSecurityGroupIngress":{
@@ -1957,6 +1990,8 @@
1957
1990
  "type":"structure",
1958
1991
  "members":{
1959
1992
  },
1993
+ "deprecated":true,
1994
+ "deprecatedMessage":"Please avoid using this fault",
1960
1995
  "error":{
1961
1996
  "code":"BackupPolicyNotFoundFault",
1962
1997
  "httpStatusCode":404,
@@ -2958,6 +2993,71 @@
2958
2993
  },
2959
2994
  "exception":true
2960
2995
  },
2996
+ "DBInstanceAutomatedBackup":{
2997
+ "type":"structure",
2998
+ "members":{
2999
+ "DBInstanceArn":{"shape":"String"},
3000
+ "DbiResourceId":{"shape":"String"},
3001
+ "Region":{"shape":"String"},
3002
+ "DBInstanceIdentifier":{"shape":"String"},
3003
+ "RestoreWindow":{"shape":"RestoreWindow"},
3004
+ "AllocatedStorage":{"shape":"Integer"},
3005
+ "Status":{"shape":"String"},
3006
+ "Port":{"shape":"Integer"},
3007
+ "AvailabilityZone":{"shape":"String"},
3008
+ "VpcId":{"shape":"String"},
3009
+ "InstanceCreateTime":{"shape":"TStamp"},
3010
+ "MasterUsername":{"shape":"String"},
3011
+ "Engine":{"shape":"String"},
3012
+ "EngineVersion":{"shape":"String"},
3013
+ "LicenseModel":{"shape":"String"},
3014
+ "Iops":{"shape":"IntegerOptional"},
3015
+ "OptionGroupName":{"shape":"String"},
3016
+ "TdeCredentialArn":{"shape":"String"},
3017
+ "Encrypted":{"shape":"Boolean"},
3018
+ "StorageType":{"shape":"String"},
3019
+ "KmsKeyId":{"shape":"String"},
3020
+ "Timezone":{"shape":"String"},
3021
+ "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"}
3022
+ },
3023
+ "wrapper":true
3024
+ },
3025
+ "DBInstanceAutomatedBackupList":{
3026
+ "type":"list",
3027
+ "member":{
3028
+ "shape":"DBInstanceAutomatedBackup",
3029
+ "locationName":"DBInstanceAutomatedBackup"
3030
+ }
3031
+ },
3032
+ "DBInstanceAutomatedBackupMessage":{
3033
+ "type":"structure",
3034
+ "members":{
3035
+ "Marker":{"shape":"String"},
3036
+ "DBInstanceAutomatedBackups":{"shape":"DBInstanceAutomatedBackupList"}
3037
+ }
3038
+ },
3039
+ "DBInstanceAutomatedBackupNotFoundFault":{
3040
+ "type":"structure",
3041
+ "members":{
3042
+ },
3043
+ "error":{
3044
+ "code":"DBInstanceAutomatedBackupNotFound",
3045
+ "httpStatusCode":404,
3046
+ "senderFault":true
3047
+ },
3048
+ "exception":true
3049
+ },
3050
+ "DBInstanceAutomatedBackupQuotaExceededFault":{
3051
+ "type":"structure",
3052
+ "members":{
3053
+ },
3054
+ "error":{
3055
+ "code":"DBInstanceAutomatedBackupQuotaExceeded",
3056
+ "httpStatusCode":400,
3057
+ "senderFault":true
3058
+ },
3059
+ "exception":true
3060
+ },
2961
3061
  "DBInstanceList":{
2962
3062
  "type":"list",
2963
3063
  "member":{
@@ -3215,7 +3315,8 @@
3215
3315
  "DBSnapshotArn":{"shape":"String"},
3216
3316
  "Timezone":{"shape":"String"},
3217
3317
  "IAMDatabaseAuthenticationEnabled":{"shape":"Boolean"},
3218
- "ProcessorFeatures":{"shape":"ProcessorFeatureList"}
3318
+ "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
3319
+ "DbiResourceId":{"shape":"String"}
3219
3320
  },
3220
3321
  "wrapper":true
3221
3322
  },
@@ -3423,13 +3524,27 @@
3423
3524
  "DBClusterSnapshot":{"shape":"DBClusterSnapshot"}
3424
3525
  }
3425
3526
  },
3527
+ "DeleteDBInstanceAutomatedBackupMessage":{
3528
+ "type":"structure",
3529
+ "required":["DbiResourceId"],
3530
+ "members":{
3531
+ "DbiResourceId":{"shape":"String"}
3532
+ }
3533
+ },
3534
+ "DeleteDBInstanceAutomatedBackupResult":{
3535
+ "type":"structure",
3536
+ "members":{
3537
+ "DBInstanceAutomatedBackup":{"shape":"DBInstanceAutomatedBackup"}
3538
+ }
3539
+ },
3426
3540
  "DeleteDBInstanceMessage":{
3427
3541
  "type":"structure",
3428
3542
  "required":["DBInstanceIdentifier"],
3429
3543
  "members":{
3430
3544
  "DBInstanceIdentifier":{"shape":"String"},
3431
3545
  "SkipFinalSnapshot":{"shape":"Boolean"},
3432
- "FinalDBSnapshotIdentifier":{"shape":"String"}
3546
+ "FinalDBSnapshotIdentifier":{"shape":"String"},
3547
+ "DeleteAutomatedBackups":{"shape":"BooleanOptional"}
3433
3548
  }
3434
3549
  },
3435
3550
  "DeleteDBInstanceResult":{
@@ -3596,6 +3711,16 @@
3596
3711
  "ListSupportedTimezones":{"shape":"BooleanOptional"}
3597
3712
  }
3598
3713
  },
3714
+ "DescribeDBInstanceAutomatedBackupsMessage":{
3715
+ "type":"structure",
3716
+ "members":{
3717
+ "DbiResourceId":{"shape":"String"},
3718
+ "DBInstanceIdentifier":{"shape":"String"},
3719
+ "Filters":{"shape":"FilterList"},
3720
+ "MaxRecords":{"shape":"IntegerOptional"},
3721
+ "Marker":{"shape":"String"}
3722
+ }
3723
+ },
3599
3724
  "DescribeDBInstancesMessage":{
3600
3725
  "type":"structure",
3601
3726
  "members":{
@@ -3692,7 +3817,8 @@
3692
3817
  "MaxRecords":{"shape":"IntegerOptional"},
3693
3818
  "Marker":{"shape":"String"},
3694
3819
  "IncludeShared":{"shape":"Boolean"},
3695
- "IncludePublic":{"shape":"Boolean"}
3820
+ "IncludePublic":{"shape":"Boolean"},
3821
+ "DbiResourceId":{"shape":"String"}
3696
3822
  }
3697
3823
  },
3698
3824
  "DescribeDBSubnetGroupsMessage":{
@@ -4199,6 +4325,17 @@
4199
4325
  },
4200
4326
  "exception":true
4201
4327
  },
4328
+ "InvalidDBInstanceAutomatedBackupStateFault":{
4329
+ "type":"structure",
4330
+ "members":{
4331
+ },
4332
+ "error":{
4333
+ "code":"InvalidDBInstanceAutomatedBackupState",
4334
+ "httpStatusCode":400,
4335
+ "senderFault":true
4336
+ },
4337
+ "exception":true
4338
+ },
4202
4339
  "InvalidDBInstanceStateFault":{
4203
4340
  "type":"structure",
4204
4341
  "members":{
@@ -5518,10 +5655,7 @@
5518
5655
  },
5519
5656
  "RestoreDBInstanceToPointInTimeMessage":{
5520
5657
  "type":"structure",
5521
- "required":[
5522
- "SourceDBInstanceIdentifier",
5523
- "TargetDBInstanceIdentifier"
5524
- ],
5658
+ "required":["TargetDBInstanceIdentifier"],
5525
5659
  "members":{
5526
5660
  "SourceDBInstanceIdentifier":{"shape":"String"},
5527
5661
  "TargetDBInstanceIdentifier":{"shape":"String"},
@@ -5551,7 +5685,8 @@
5551
5685
  "ProcessorFeatures":{"shape":"ProcessorFeatureList"},
5552
5686
  "UseDefaultProcessorFeatures":{"shape":"BooleanOptional"},
5553
5687
  "DBParameterGroupName":{"shape":"String"},
5554
- "DeletionProtection":{"shape":"BooleanOptional"}
5688
+ "DeletionProtection":{"shape":"BooleanOptional"},
5689
+ "SourceDbiResourceId":{"shape":"String"}
5555
5690
  }
5556
5691
  },
5557
5692
  "RestoreDBInstanceToPointInTimeResult":{
@@ -5560,6 +5695,13 @@
5560
5695
  "DBInstance":{"shape":"DBInstance"}
5561
5696
  }
5562
5697
  },
5698
+ "RestoreWindow":{
5699
+ "type":"structure",
5700
+ "members":{
5701
+ "EarliestTime":{"shape":"TStamp"},
5702
+ "LatestTime":{"shape":"TStamp"}
5703
+ }
5704
+ },
5563
5705
  "RevokeDBSecurityGroupIngressMessage":{
5564
5706
  "type":"structure",
5565
5707
  "required":["DBSecurityGroupName"],
@@ -12,6 +12,12 @@
12
12
  "output_token": "Marker",
13
13
  "result_key": "DBEngineVersions"
14
14
  },
15
+ "DescribeDBInstanceAutomatedBackups": {
16
+ "input_token": "Marker",
17
+ "limit_key": "MaxRecords",
18
+ "output_token": "Marker",
19
+ "result_key": "DBInstanceAutomatedBackups"
20
+ },
15
21
  "DescribeDBInstances": {
16
22
  "input_token": "Marker",
17
23
  "limit_key": "MaxRecords",
@@ -70,6 +70,37 @@
70
70
  {"shape":"LimitExceededFault"}
71
71
  ]
72
72
  },
73
+ "BatchDeleteClusterSnapshots":{
74
+ "name":"BatchDeleteClusterSnapshots",
75
+ "http":{
76
+ "method":"POST",
77
+ "requestUri":"/"
78
+ },
79
+ "input":{"shape":"BatchDeleteClusterSnapshotsRequest"},
80
+ "output":{
81
+ "shape":"BatchDeleteClusterSnapshotsResult",
82
+ "resultWrapper":"BatchDeleteClusterSnapshotsResult"
83
+ },
84
+ "errors":[
85
+ {"shape":"BatchDeleteRequestSizeExceededFault"}
86
+ ]
87
+ },
88
+ "BatchModifyClusterSnapshots":{
89
+ "name":"BatchModifyClusterSnapshots",
90
+ "http":{
91
+ "method":"POST",
92
+ "requestUri":"/"
93
+ },
94
+ "input":{"shape":"BatchModifyClusterSnapshotsMessage"},
95
+ "output":{
96
+ "shape":"BatchModifyClusterSnapshotsOutputMessage",
97
+ "resultWrapper":"BatchModifyClusterSnapshotsResult"
98
+ },
99
+ "errors":[
100
+ {"shape":"InvalidRetentionPeriodFault"},
101
+ {"shape":"BatchModifyClusterSnapshotsLimitExceededFault"}
102
+ ]
103
+ },
73
104
  "CancelResize":{
74
105
  "name":"CancelResize",
75
106
  "http":{
@@ -103,7 +134,8 @@
103
134
  {"shape":"ClusterSnapshotAlreadyExistsFault"},
104
135
  {"shape":"ClusterSnapshotNotFoundFault"},
105
136
  {"shape":"InvalidClusterSnapshotStateFault"},
106
- {"shape":"ClusterSnapshotQuotaExceededFault"}
137
+ {"shape":"ClusterSnapshotQuotaExceededFault"},
138
+ {"shape":"InvalidRetentionPeriodFault"}
107
139
  ]
108
140
  },
109
141
  "CreateCluster":{
@@ -137,7 +169,9 @@
137
169
  {"shape":"InvalidTagFault"},
138
170
  {"shape":"LimitExceededFault"},
139
171
  {"shape":"DependentServiceRequestThrottlingFault"},
140
- {"shape":"InvalidClusterTrackFault"}
172
+ {"shape":"InvalidClusterTrackFault"},
173
+ {"shape":"SnapshotScheduleNotFoundFault"},
174
+ {"shape":"InvalidRetentionPeriodFault"}
141
175
  ]
142
176
  },
143
177
  "CreateClusterParameterGroup":{
@@ -193,7 +227,8 @@
193
227
  {"shape":"ClusterNotFoundFault"},
194
228
  {"shape":"ClusterSnapshotQuotaExceededFault"},
195
229
  {"shape":"TagLimitExceededFault"},
196
- {"shape":"InvalidTagFault"}
230
+ {"shape":"InvalidTagFault"},
231
+ {"shape":"InvalidRetentionPeriodFault"}
197
232
  ]
198
233
  },
199
234
  "CreateClusterSubnetGroup":{
@@ -299,6 +334,25 @@
299
334
  {"shape":"DependentServiceRequestThrottlingFault"}
300
335
  ]
301
336
  },
337
+ "CreateSnapshotSchedule":{
338
+ "name":"CreateSnapshotSchedule",
339
+ "http":{
340
+ "method":"POST",
341
+ "requestUri":"/"
342
+ },
343
+ "input":{"shape":"CreateSnapshotScheduleMessage"},
344
+ "output":{
345
+ "shape":"SnapshotSchedule",
346
+ "resultWrapper":"CreateSnapshotScheduleResult"
347
+ },
348
+ "errors":[
349
+ {"shape":"SnapshotScheduleAlreadyExistsFault"},
350
+ {"shape":"InvalidScheduleFault"},
351
+ {"shape":"SnapshotScheduleQuotaExceededFault"},
352
+ {"shape":"TagLimitExceededFault"},
353
+ {"shape":"ScheduleDefinitionTypeUnsupportedFault"}
354
+ ]
355
+ },
302
356
  "CreateTags":{
303
357
  "name":"CreateTags",
304
358
  "http":{
@@ -327,7 +381,8 @@
327
381
  {"shape":"ClusterNotFoundFault"},
328
382
  {"shape":"InvalidClusterStateFault"},
329
383
  {"shape":"ClusterSnapshotAlreadyExistsFault"},
330
- {"shape":"ClusterSnapshotQuotaExceededFault"}
384
+ {"shape":"ClusterSnapshotQuotaExceededFault"},
385
+ {"shape":"InvalidRetentionPeriodFault"}
331
386
  ]
332
387
  },
333
388
  "DeleteClusterParameterGroup":{
@@ -431,6 +486,18 @@
431
486
  {"shape":"SnapshotCopyGrantNotFoundFault"}
432
487
  ]
433
488
  },
489
+ "DeleteSnapshotSchedule":{
490
+ "name":"DeleteSnapshotSchedule",
491
+ "http":{
492
+ "method":"POST",
493
+ "requestUri":"/"
494
+ },
495
+ "input":{"shape":"DeleteSnapshotScheduleMessage"},
496
+ "errors":[
497
+ {"shape":"InvalidClusterSnapshotScheduleStateFault"},
498
+ {"shape":"SnapshotScheduleNotFoundFault"}
499
+ ]
500
+ },
434
501
  "DeleteTags":{
435
502
  "name":"DeleteTags",
436
503
  "http":{
@@ -771,6 +838,29 @@
771
838
  {"shape":"InvalidTagFault"}
772
839
  ]
773
840
  },
841
+ "DescribeSnapshotSchedules":{
842
+ "name":"DescribeSnapshotSchedules",
843
+ "http":{
844
+ "method":"POST",
845
+ "requestUri":"/"
846
+ },
847
+ "input":{"shape":"DescribeSnapshotSchedulesMessage"},
848
+ "output":{
849
+ "shape":"DescribeSnapshotSchedulesOutputMessage",
850
+ "resultWrapper":"DescribeSnapshotSchedulesResult"
851
+ }
852
+ },
853
+ "DescribeStorage":{
854
+ "name":"DescribeStorage",
855
+ "http":{
856
+ "method":"POST",
857
+ "requestUri":"/"
858
+ },
859
+ "output":{
860
+ "shape":"CustomerStorageMessage",
861
+ "resultWrapper":"DescribeStorageResult"
862
+ }
863
+ },
774
864
  "DescribeTableRestoreStatus":{
775
865
  "name":"DescribeTableRestoreStatus",
776
866
  "http":{
@@ -876,7 +966,8 @@
876
966
  {"shape":"UnauthorizedOperation"},
877
967
  {"shape":"SnapshotCopyGrantNotFoundFault"},
878
968
  {"shape":"LimitExceededFault"},
879
- {"shape":"DependentServiceRequestThrottlingFault"}
969
+ {"shape":"DependentServiceRequestThrottlingFault"},
970
+ {"shape":"InvalidRetentionPeriodFault"}
880
971
  ]
881
972
  },
882
973
  "GetClusterCredentials":{
@@ -944,7 +1035,8 @@
944
1035
  {"shape":"DependentServiceRequestThrottlingFault"},
945
1036
  {"shape":"InvalidElasticIpFault"},
946
1037
  {"shape":"TableLimitExceededFault"},
947
- {"shape":"InvalidClusterTrackFault"}
1038
+ {"shape":"InvalidClusterTrackFault"},
1039
+ {"shape":"InvalidRetentionPeriodFault"}
948
1040
  ]
949
1041
  },
950
1042
  "ModifyClusterDbRevision":{
@@ -1011,6 +1103,36 @@
1011
1103
  {"shape":"InvalidClusterParameterGroupStateFault"}
1012
1104
  ]
1013
1105
  },
1106
+ "ModifyClusterSnapshot":{
1107
+ "name":"ModifyClusterSnapshot",
1108
+ "http":{
1109
+ "method":"POST",
1110
+ "requestUri":"/"
1111
+ },
1112
+ "input":{"shape":"ModifyClusterSnapshotMessage"},
1113
+ "output":{
1114
+ "shape":"ModifyClusterSnapshotResult",
1115
+ "resultWrapper":"ModifyClusterSnapshotResult"
1116
+ },
1117
+ "errors":[
1118
+ {"shape":"InvalidClusterSnapshotStateFault"},
1119
+ {"shape":"ClusterSnapshotNotFoundFault"},
1120
+ {"shape":"InvalidRetentionPeriodFault"}
1121
+ ]
1122
+ },
1123
+ "ModifyClusterSnapshotSchedule":{
1124
+ "name":"ModifyClusterSnapshotSchedule",
1125
+ "http":{
1126
+ "method":"POST",
1127
+ "requestUri":"/"
1128
+ },
1129
+ "input":{"shape":"ModifyClusterSnapshotScheduleMessage"},
1130
+ "errors":[
1131
+ {"shape":"ClusterNotFoundFault"},
1132
+ {"shape":"SnapshotScheduleNotFoundFault"},
1133
+ {"shape":"InvalidClusterSnapshotScheduleStateFault"}
1134
+ ]
1135
+ },
1014
1136
  "ModifyClusterSubnetGroup":{
1015
1137
  "name":"ModifyClusterSubnetGroup",
1016
1138
  "http":{
@@ -1069,7 +1191,25 @@
1069
1191
  {"shape":"ClusterNotFoundFault"},
1070
1192
  {"shape":"SnapshotCopyDisabledFault"},
1071
1193
  {"shape":"UnauthorizedOperation"},
1072
- {"shape":"InvalidClusterStateFault"}
1194
+ {"shape":"InvalidClusterStateFault"},
1195
+ {"shape":"InvalidRetentionPeriodFault"}
1196
+ ]
1197
+ },
1198
+ "ModifySnapshotSchedule":{
1199
+ "name":"ModifySnapshotSchedule",
1200
+ "http":{
1201
+ "method":"POST",
1202
+ "requestUri":"/"
1203
+ },
1204
+ "input":{"shape":"ModifySnapshotScheduleMessage"},
1205
+ "output":{
1206
+ "shape":"SnapshotSchedule",
1207
+ "resultWrapper":"ModifySnapshotScheduleResult"
1208
+ },
1209
+ "errors":[
1210
+ {"shape":"InvalidScheduleFault"},
1211
+ {"shape":"SnapshotScheduleNotFoundFault"},
1212
+ {"shape":"SnapshotScheduleUpdateInProgressFault"}
1073
1213
  ]
1074
1214
  },
1075
1215
  "PurchaseReservedNodeOffering":{
@@ -1178,7 +1318,8 @@
1178
1318
  {"shape":"ClusterSecurityGroupNotFoundFault"},
1179
1319
  {"shape":"LimitExceededFault"},
1180
1320
  {"shape":"DependentServiceRequestThrottlingFault"},
1181
- {"shape":"InvalidClusterTrackFault"}
1321
+ {"shape":"InvalidClusterTrackFault"},
1322
+ {"shape":"SnapshotScheduleNotFoundFault"}
1182
1323
  ]
1183
1324
  },
1184
1325
  "RestoreTableFromClusterSnapshot":{
@@ -1419,6 +1560,72 @@
1419
1560
  "locationName":"AvailabilityZone"
1420
1561
  }
1421
1562
  },
1563
+ "BatchDeleteClusterSnapshotsRequest":{
1564
+ "type":"structure",
1565
+ "required":["Identifiers"],
1566
+ "members":{
1567
+ "Identifiers":{"shape":"DeleteClusterSnapshotMessageList"}
1568
+ }
1569
+ },
1570
+ "BatchDeleteClusterSnapshotsResult":{
1571
+ "type":"structure",
1572
+ "members":{
1573
+ "Resources":{"shape":"SnapshotIdentifierList"},
1574
+ "Errors":{"shape":"BatchSnapshotOperationErrorList"}
1575
+ }
1576
+ },
1577
+ "BatchDeleteRequestSizeExceededFault":{
1578
+ "type":"structure",
1579
+ "members":{
1580
+ },
1581
+ "error":{
1582
+ "code":"BatchDeleteRequestSizeExceeded",
1583
+ "httpStatusCode":400,
1584
+ "senderFault":true
1585
+ },
1586
+ "exception":true
1587
+ },
1588
+ "BatchModifyClusterSnapshotsLimitExceededFault":{
1589
+ "type":"structure",
1590
+ "members":{
1591
+ },
1592
+ "error":{
1593
+ "code":"BatchModifyClusterSnapshotsLimitExceededFault",
1594
+ "httpStatusCode":400,
1595
+ "senderFault":true
1596
+ },
1597
+ "exception":true
1598
+ },
1599
+ "BatchModifyClusterSnapshotsMessage":{
1600
+ "type":"structure",
1601
+ "required":["SnapshotIdentifierList"],
1602
+ "members":{
1603
+ "SnapshotIdentifierList":{"shape":"SnapshotIdentifierList"},
1604
+ "ManualSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
1605
+ "Force":{"shape":"Boolean"}
1606
+ }
1607
+ },
1608
+ "BatchModifyClusterSnapshotsOutputMessage":{
1609
+ "type":"structure",
1610
+ "members":{
1611
+ "Resources":{"shape":"SnapshotIdentifierList"},
1612
+ "Errors":{"shape":"BatchSnapshotOperationErrors"}
1613
+ }
1614
+ },
1615
+ "BatchSnapshotOperationErrorList":{
1616
+ "type":"list",
1617
+ "member":{
1618
+ "shape":"SnapshotErrorMessage",
1619
+ "locationName":"SnapshotErrorMessage"
1620
+ }
1621
+ },
1622
+ "BatchSnapshotOperationErrors":{
1623
+ "type":"list",
1624
+ "member":{
1625
+ "shape":"SnapshotErrorMessage",
1626
+ "locationName":"SnapshotErrorMessage"
1627
+ }
1628
+ },
1422
1629
  "Boolean":{"type":"boolean"},
1423
1630
  "BooleanOptional":{"type":"boolean"},
1424
1631
  "BucketNotFoundFault":{
@@ -1451,6 +1658,7 @@
1451
1658
  "Endpoint":{"shape":"Endpoint"},
1452
1659
  "ClusterCreateTime":{"shape":"TStamp"},
1453
1660
  "AutomatedSnapshotRetentionPeriod":{"shape":"Integer"},
1661
+ "ManualSnapshotRetentionPeriod":{"shape":"Integer"},
1454
1662
  "ClusterSecurityGroups":{"shape":"ClusterSecurityGroupMembershipList"},
1455
1663
  "VpcSecurityGroups":{"shape":"VpcSecurityGroupMembershipList"},
1456
1664
  "ClusterParameterGroups":{"shape":"ClusterParameterGroupStatusList"},
@@ -1480,6 +1688,8 @@
1480
1688
  "MaintenanceTrackName":{"shape":"String"},
1481
1689
  "ElasticResizeNumberOfNodeOptions":{"shape":"String"},
1482
1690
  "DeferredMaintenanceWindows":{"shape":"DeferredMaintenanceWindowsList"},
1691
+ "SnapshotScheduleIdentifier":{"shape":"String"},
1692
+ "SnapshotScheduleState":{"shape":"ScheduleState"},
1483
1693
  "ResizeInfo":{"shape":"ResizeInfo"}
1484
1694
  },
1485
1695
  "wrapper":true
@@ -1778,6 +1988,7 @@
1778
1988
  "members":{
1779
1989
  "DestinationRegion":{"shape":"String"},
1780
1990
  "RetentionPeriod":{"shape":"Long"},
1991
+ "ManualSnapshotRetentionPeriod":{"shape":"Integer"},
1781
1992
  "SnapshotCopyGrantName":{"shape":"String"}
1782
1993
  }
1783
1994
  },
@@ -1911,7 +2122,8 @@
1911
2122
  "members":{
1912
2123
  "SourceSnapshotIdentifier":{"shape":"String"},
1913
2124
  "SourceSnapshotClusterIdentifier":{"shape":"String"},
1914
- "TargetSnapshotIdentifier":{"shape":"String"}
2125
+ "TargetSnapshotIdentifier":{"shape":"String"},
2126
+ "ManualSnapshotRetentionPeriod":{"shape":"IntegerOptional"}
1915
2127
  }
1916
2128
  },
1917
2129
  "CopyClusterSnapshotResult":{
@@ -1953,6 +2165,7 @@
1953
2165
  "PreferredMaintenanceWindow":{"shape":"String"},
1954
2166
  "ClusterParameterGroupName":{"shape":"String"},
1955
2167
  "AutomatedSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
2168
+ "ManualSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
1956
2169
  "Port":{"shape":"IntegerOptional"},
1957
2170
  "ClusterVersion":{"shape":"String"},
1958
2171
  "AllowVersionUpgrade":{"shape":"BooleanOptional"},
@@ -1967,7 +2180,8 @@
1967
2180
  "EnhancedVpcRouting":{"shape":"BooleanOptional"},
1968
2181
  "AdditionalInfo":{"shape":"String"},
1969
2182
  "IamRoles":{"shape":"IamRoleArnList"},
1970
- "MaintenanceTrackName":{"shape":"String"}
2183
+ "MaintenanceTrackName":{"shape":"String"},
2184
+ "SnapshotScheduleIdentifier":{"shape":"String"}
1971
2185
  }
1972
2186
  },
1973
2187
  "CreateClusterParameterGroupMessage":{
@@ -2023,6 +2237,7 @@
2023
2237
  "members":{
2024
2238
  "SnapshotIdentifier":{"shape":"String"},
2025
2239
  "ClusterIdentifier":{"shape":"String"},
2240
+ "ManualSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
2026
2241
  "Tags":{"shape":"TagList"}
2027
2242
  }
2028
2243
  },
@@ -2130,6 +2345,17 @@
2130
2345
  "SnapshotCopyGrant":{"shape":"SnapshotCopyGrant"}
2131
2346
  }
2132
2347
  },
2348
+ "CreateSnapshotScheduleMessage":{
2349
+ "type":"structure",
2350
+ "members":{
2351
+ "ScheduleDefinitions":{"shape":"ScheduleDefinitionList"},
2352
+ "ScheduleIdentifier":{"shape":"String"},
2353
+ "ScheduleDescription":{"shape":"String"},
2354
+ "Tags":{"shape":"TagList"},
2355
+ "DryRun":{"shape":"BooleanOptional"},
2356
+ "NextInvocations":{"shape":"IntegerOptional"}
2357
+ }
2358
+ },
2133
2359
  "CreateTagsMessage":{
2134
2360
  "type":"structure",
2135
2361
  "required":[
@@ -2141,6 +2367,13 @@
2141
2367
  "Tags":{"shape":"TagList"}
2142
2368
  }
2143
2369
  },
2370
+ "CustomerStorageMessage":{
2371
+ "type":"structure",
2372
+ "members":{
2373
+ "TotalBackupSizeInMegaBytes":{"shape":"Double"},
2374
+ "TotalProvisionedStorageInMegaBytes":{"shape":"Double"}
2375
+ }
2376
+ },
2144
2377
  "DataTransferProgress":{
2145
2378
  "type":"structure",
2146
2379
  "members":{
@@ -2189,7 +2422,8 @@
2189
2422
  "members":{
2190
2423
  "ClusterIdentifier":{"shape":"String"},
2191
2424
  "SkipFinalClusterSnapshot":{"shape":"Boolean"},
2192
- "FinalClusterSnapshotIdentifier":{"shape":"String"}
2425
+ "FinalClusterSnapshotIdentifier":{"shape":"String"},
2426
+ "FinalClusterSnapshotRetentionPeriod":{"shape":"IntegerOptional"}
2193
2427
  }
2194
2428
  },
2195
2429
  "DeleteClusterParameterGroupMessage":{
@@ -2220,6 +2454,13 @@
2220
2454
  "SnapshotClusterIdentifier":{"shape":"String"}
2221
2455
  }
2222
2456
  },
2457
+ "DeleteClusterSnapshotMessageList":{
2458
+ "type":"list",
2459
+ "member":{
2460
+ "shape":"DeleteClusterSnapshotMessage",
2461
+ "locationName":"DeleteClusterSnapshotMessage"
2462
+ }
2463
+ },
2223
2464
  "DeleteClusterSnapshotResult":{
2224
2465
  "type":"structure",
2225
2466
  "members":{
@@ -2261,6 +2502,13 @@
2261
2502
  "SnapshotCopyGrantName":{"shape":"String"}
2262
2503
  }
2263
2504
  },
2505
+ "DeleteSnapshotScheduleMessage":{
2506
+ "type":"structure",
2507
+ "required":["ScheduleIdentifier"],
2508
+ "members":{
2509
+ "ScheduleIdentifier":{"shape":"String"}
2510
+ }
2511
+ },
2264
2512
  "DeleteTagsMessage":{
2265
2513
  "type":"structure",
2266
2514
  "required":[
@@ -2351,7 +2599,8 @@
2351
2599
  "OwnerAccount":{"shape":"String"},
2352
2600
  "TagKeys":{"shape":"TagKeyList"},
2353
2601
  "TagValues":{"shape":"TagValueList"},
2354
- "ClusterExists":{"shape":"BooleanOptional"}
2602
+ "ClusterExists":{"shape":"BooleanOptional"},
2603
+ "SortingEntities":{"shape":"SnapshotSortingEntityList"}
2355
2604
  }
2356
2605
  },
2357
2606
  "DescribeClusterSubnetGroupsMessage":{
@@ -2503,6 +2752,24 @@
2503
2752
  "TagValues":{"shape":"TagValueList"}
2504
2753
  }
2505
2754
  },
2755
+ "DescribeSnapshotSchedulesMessage":{
2756
+ "type":"structure",
2757
+ "members":{
2758
+ "ClusterIdentifier":{"shape":"String"},
2759
+ "ScheduleIdentifier":{"shape":"String"},
2760
+ "TagKeys":{"shape":"TagKeyList"},
2761
+ "TagValues":{"shape":"TagValueList"},
2762
+ "Marker":{"shape":"String"},
2763
+ "MaxRecords":{"shape":"IntegerOptional"}
2764
+ }
2765
+ },
2766
+ "DescribeSnapshotSchedulesOutputMessage":{
2767
+ "type":"structure",
2768
+ "members":{
2769
+ "SnapshotSchedules":{"shape":"SnapshotScheduleList"},
2770
+ "Marker":{"shape":"String"}
2771
+ }
2772
+ },
2506
2773
  "DescribeTableRestoreStatusMessage":{
2507
2774
  "type":"structure",
2508
2775
  "members":{
@@ -2597,7 +2864,8 @@
2597
2864
  "ClusterIdentifier":{"shape":"String"},
2598
2865
  "DestinationRegion":{"shape":"String"},
2599
2866
  "RetentionPeriod":{"shape":"IntegerOptional"},
2600
- "SnapshotCopyGrantName":{"shape":"String"}
2867
+ "SnapshotCopyGrantName":{"shape":"String"},
2868
+ "ManualSnapshotRetentionPeriod":{"shape":"IntegerOptional"}
2601
2869
  }
2602
2870
  },
2603
2871
  "EnableSnapshotCopyResult":{
@@ -2981,6 +3249,17 @@
2981
3249
  },
2982
3250
  "exception":true
2983
3251
  },
3252
+ "InvalidClusterSnapshotScheduleStateFault":{
3253
+ "type":"structure",
3254
+ "members":{
3255
+ },
3256
+ "error":{
3257
+ "code":"InvalidClusterSnapshotScheduleState",
3258
+ "httpStatusCode":400,
3259
+ "senderFault":true
3260
+ },
3261
+ "exception":true
3262
+ },
2984
3263
  "InvalidClusterSnapshotStateFault":{
2985
3264
  "type":"structure",
2986
3265
  "members":{
@@ -3091,6 +3370,17 @@
3091
3370
  },
3092
3371
  "exception":true
3093
3372
  },
3373
+ "InvalidRetentionPeriodFault":{
3374
+ "type":"structure",
3375
+ "members":{
3376
+ },
3377
+ "error":{
3378
+ "code":"InvalidRetentionPeriodFault",
3379
+ "httpStatusCode":400,
3380
+ "senderFault":true
3381
+ },
3382
+ "exception":true
3383
+ },
3094
3384
  "InvalidS3BucketNameFault":{
3095
3385
  "type":"structure",
3096
3386
  "members":{
@@ -3113,6 +3403,17 @@
3113
3403
  },
3114
3404
  "exception":true
3115
3405
  },
3406
+ "InvalidScheduleFault":{
3407
+ "type":"structure",
3408
+ "members":{
3409
+ },
3410
+ "error":{
3411
+ "code":"InvalidSchedule",
3412
+ "httpStatusCode":400,
3413
+ "senderFault":true
3414
+ },
3415
+ "exception":true
3416
+ },
3116
3417
  "InvalidSnapshotCopyGrantStateFault":{
3117
3418
  "type":"structure",
3118
3419
  "members":{
@@ -3274,6 +3575,7 @@
3274
3575
  "MasterUserPassword":{"shape":"String"},
3275
3576
  "ClusterParameterGroupName":{"shape":"String"},
3276
3577
  "AutomatedSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
3578
+ "ManualSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
3277
3579
  "PreferredMaintenanceWindow":{"shape":"String"},
3278
3580
  "ClusterVersion":{"shape":"String"},
3279
3581
  "AllowVersionUpgrade":{"shape":"BooleanOptional"},
@@ -3305,6 +3607,30 @@
3305
3607
  "Cluster":{"shape":"Cluster"}
3306
3608
  }
3307
3609
  },
3610
+ "ModifyClusterSnapshotMessage":{
3611
+ "type":"structure",
3612
+ "required":["SnapshotIdentifier"],
3613
+ "members":{
3614
+ "SnapshotIdentifier":{"shape":"String"},
3615
+ "ManualSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
3616
+ "Force":{"shape":"Boolean"}
3617
+ }
3618
+ },
3619
+ "ModifyClusterSnapshotResult":{
3620
+ "type":"structure",
3621
+ "members":{
3622
+ "Snapshot":{"shape":"Snapshot"}
3623
+ }
3624
+ },
3625
+ "ModifyClusterSnapshotScheduleMessage":{
3626
+ "type":"structure",
3627
+ "required":["ClusterIdentifier"],
3628
+ "members":{
3629
+ "ClusterIdentifier":{"shape":"String"},
3630
+ "ScheduleIdentifier":{"shape":"String"},
3631
+ "DisassociateSchedule":{"shape":"BooleanOptional"}
3632
+ }
3633
+ },
3308
3634
  "ModifyClusterSubnetGroupMessage":{
3309
3635
  "type":"structure",
3310
3636
  "required":[
@@ -3350,7 +3676,8 @@
3350
3676
  ],
3351
3677
  "members":{
3352
3678
  "ClusterIdentifier":{"shape":"String"},
3353
- "RetentionPeriod":{"shape":"Integer"}
3679
+ "RetentionPeriod":{"shape":"Integer"},
3680
+ "Manual":{"shape":"Boolean"}
3354
3681
  }
3355
3682
  },
3356
3683
  "ModifySnapshotCopyRetentionPeriodResult":{
@@ -3359,6 +3686,17 @@
3359
3686
  "Cluster":{"shape":"Cluster"}
3360
3687
  }
3361
3688
  },
3689
+ "ModifySnapshotScheduleMessage":{
3690
+ "type":"structure",
3691
+ "required":[
3692
+ "ScheduleIdentifier",
3693
+ "ScheduleDefinitions"
3694
+ ],
3695
+ "members":{
3696
+ "ScheduleIdentifier":{"shape":"String"},
3697
+ "ScheduleDefinitions":{"shape":"ScheduleDefinitionList"}
3698
+ }
3699
+ },
3362
3700
  "NumberOfNodesPerClusterLimitExceededFault":{
3363
3701
  "type":"structure",
3364
3702
  "members":{
@@ -3735,12 +4073,14 @@
3735
4073
  "VpcSecurityGroupIds":{"shape":"VpcSecurityGroupIdList"},
3736
4074
  "PreferredMaintenanceWindow":{"shape":"String"},
3737
4075
  "AutomatedSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
4076
+ "ManualSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
3738
4077
  "KmsKeyId":{"shape":"String"},
3739
4078
  "NodeType":{"shape":"String"},
3740
4079
  "EnhancedVpcRouting":{"shape":"BooleanOptional"},
3741
4080
  "AdditionalInfo":{"shape":"String"},
3742
4081
  "IamRoles":{"shape":"IamRoleArnList"},
3743
- "MaintenanceTrackName":{"shape":"String"}
4082
+ "MaintenanceTrackName":{"shape":"String"},
4083
+ "SnapshotScheduleIdentifier":{"shape":"String"}
3744
4084
  }
3745
4085
  },
3746
4086
  "RestoreFromClusterSnapshotResult":{
@@ -3881,6 +4221,39 @@
3881
4221
  },
3882
4222
  "exception":true
3883
4223
  },
4224
+ "ScheduleDefinitionList":{
4225
+ "type":"list",
4226
+ "member":{
4227
+ "shape":"String",
4228
+ "locationName":"ScheduleDefinition"
4229
+ }
4230
+ },
4231
+ "ScheduleDefinitionTypeUnsupportedFault":{
4232
+ "type":"structure",
4233
+ "members":{
4234
+ },
4235
+ "error":{
4236
+ "code":"ScheduleDefinitionTypeUnsupported",
4237
+ "httpStatusCode":400,
4238
+ "senderFault":true
4239
+ },
4240
+ "exception":true
4241
+ },
4242
+ "ScheduleState":{
4243
+ "type":"string",
4244
+ "enum":[
4245
+ "MODIFYING",
4246
+ "ACTIVE",
4247
+ "FAILED"
4248
+ ]
4249
+ },
4250
+ "ScheduledSnapshotTimeList":{
4251
+ "type":"list",
4252
+ "member":{
4253
+ "shape":"TStamp",
4254
+ "locationName":"SnapshotTime"
4255
+ }
4256
+ },
3884
4257
  "SensitiveString":{
3885
4258
  "type":"string",
3886
4259
  "sensitive":true
@@ -3917,10 +4290,21 @@
3917
4290
  "Tags":{"shape":"TagList"},
3918
4291
  "RestorableNodeTypes":{"shape":"RestorableNodeTypeList"},
3919
4292
  "EnhancedVpcRouting":{"shape":"Boolean"},
3920
- "MaintenanceTrackName":{"shape":"String"}
4293
+ "MaintenanceTrackName":{"shape":"String"},
4294
+ "ManualSnapshotRetentionPeriod":{"shape":"IntegerOptional"},
4295
+ "ManualSnapshotRemainingDays":{"shape":"IntegerOptional"},
4296
+ "SnapshotRetentionStartTime":{"shape":"TStamp"}
3921
4297
  },
3922
4298
  "wrapper":true
3923
4299
  },
4300
+ "SnapshotAttributeToSortBy":{
4301
+ "type":"string",
4302
+ "enum":[
4303
+ "SOURCE_TYPE",
4304
+ "TOTAL_SIZE",
4305
+ "CREATE_TIME"
4306
+ ]
4307
+ },
3924
4308
  "SnapshotCopyAlreadyDisabledFault":{
3925
4309
  "type":"structure",
3926
4310
  "members":{
@@ -4010,6 +4394,22 @@
4010
4394
  },
4011
4395
  "exception":true
4012
4396
  },
4397
+ "SnapshotErrorMessage":{
4398
+ "type":"structure",
4399
+ "members":{
4400
+ "SnapshotIdentifier":{"shape":"String"},
4401
+ "SnapshotClusterIdentifier":{"shape":"String"},
4402
+ "FailureCode":{"shape":"String"},
4403
+ "FailureReason":{"shape":"String"}
4404
+ }
4405
+ },
4406
+ "SnapshotIdentifierList":{
4407
+ "type":"list",
4408
+ "member":{
4409
+ "shape":"String",
4410
+ "locationName":"String"
4411
+ }
4412
+ },
4013
4413
  "SnapshotList":{
4014
4414
  "type":"list",
4015
4415
  "member":{
@@ -4024,6 +4424,89 @@
4024
4424
  "Snapshots":{"shape":"SnapshotList"}
4025
4425
  }
4026
4426
  },
4427
+ "SnapshotSchedule":{
4428
+ "type":"structure",
4429
+ "members":{
4430
+ "ScheduleDefinitions":{"shape":"ScheduleDefinitionList"},
4431
+ "ScheduleIdentifier":{"shape":"String"},
4432
+ "ScheduleDescription":{"shape":"String"},
4433
+ "Tags":{"shape":"TagList"},
4434
+ "NextInvocations":{"shape":"ScheduledSnapshotTimeList"}
4435
+ }
4436
+ },
4437
+ "SnapshotScheduleAlreadyExistsFault":{
4438
+ "type":"structure",
4439
+ "members":{
4440
+ },
4441
+ "error":{
4442
+ "code":"SnapshotScheduleAlreadyExists",
4443
+ "httpStatusCode":400,
4444
+ "senderFault":true
4445
+ },
4446
+ "exception":true
4447
+ },
4448
+ "SnapshotScheduleList":{
4449
+ "type":"list",
4450
+ "member":{
4451
+ "shape":"SnapshotSchedule",
4452
+ "locationName":"SnapshotSchedule"
4453
+ }
4454
+ },
4455
+ "SnapshotScheduleNotFoundFault":{
4456
+ "type":"structure",
4457
+ "members":{
4458
+ },
4459
+ "error":{
4460
+ "code":"SnapshotScheduleNotFound",
4461
+ "httpStatusCode":400,
4462
+ "senderFault":true
4463
+ },
4464
+ "exception":true
4465
+ },
4466
+ "SnapshotScheduleQuotaExceededFault":{
4467
+ "type":"structure",
4468
+ "members":{
4469
+ },
4470
+ "error":{
4471
+ "code":"SnapshotScheduleQuotaExceeded",
4472
+ "httpStatusCode":400,
4473
+ "senderFault":true
4474
+ },
4475
+ "exception":true
4476
+ },
4477
+ "SnapshotScheduleUpdateInProgressFault":{
4478
+ "type":"structure",
4479
+ "members":{
4480
+ },
4481
+ "error":{
4482
+ "code":"SnapshotScheduleUpdateInProgress",
4483
+ "httpStatusCode":400,
4484
+ "senderFault":true
4485
+ },
4486
+ "exception":true
4487
+ },
4488
+ "SnapshotSortingEntity":{
4489
+ "type":"structure",
4490
+ "required":["Attribute"],
4491
+ "members":{
4492
+ "Attribute":{"shape":"SnapshotAttributeToSortBy"},
4493
+ "SortOrder":{"shape":"SortByOrder"}
4494
+ }
4495
+ },
4496
+ "SnapshotSortingEntityList":{
4497
+ "type":"list",
4498
+ "member":{
4499
+ "shape":"SnapshotSortingEntity",
4500
+ "locationName":"SnapshotSortingEntity"
4501
+ }
4502
+ },
4503
+ "SortByOrder":{
4504
+ "type":"string",
4505
+ "enum":[
4506
+ "ASC",
4507
+ "DESC"
4508
+ ]
4509
+ },
4027
4510
  "SourceIdsList":{
4028
4511
  "type":"list",
4029
4512
  "member":{