aws-sdk-redshift 1.14.0 → 1.15.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,6 +31,14 @@ module Aws::Redshift
31
31
  AuthorizeSnapshotAccessResult = Shapes::StructureShape.new(name: 'AuthorizeSnapshotAccessResult')
32
32
  AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
33
33
  AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
34
+ BatchDeleteClusterSnapshotsRequest = Shapes::StructureShape.new(name: 'BatchDeleteClusterSnapshotsRequest')
35
+ BatchDeleteClusterSnapshotsResult = Shapes::StructureShape.new(name: 'BatchDeleteClusterSnapshotsResult')
36
+ BatchDeleteRequestSizeExceededFault = Shapes::StructureShape.new(name: 'BatchDeleteRequestSizeExceededFault')
37
+ BatchModifyClusterSnapshotsLimitExceededFault = Shapes::StructureShape.new(name: 'BatchModifyClusterSnapshotsLimitExceededFault')
38
+ BatchModifyClusterSnapshotsMessage = Shapes::StructureShape.new(name: 'BatchModifyClusterSnapshotsMessage')
39
+ BatchModifyClusterSnapshotsOutputMessage = Shapes::StructureShape.new(name: 'BatchModifyClusterSnapshotsOutputMessage')
40
+ BatchSnapshotOperationErrorList = Shapes::ListShape.new(name: 'BatchSnapshotOperationErrorList')
41
+ BatchSnapshotOperationErrors = Shapes::ListShape.new(name: 'BatchSnapshotOperationErrors')
34
42
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
35
43
  BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
36
44
  BucketNotFoundFault = Shapes::StructureShape.new(name: 'BucketNotFoundFault')
@@ -105,7 +113,9 @@ module Aws::Redshift
105
113
  CreateHsmConfigurationResult = Shapes::StructureShape.new(name: 'CreateHsmConfigurationResult')
106
114
  CreateSnapshotCopyGrantMessage = Shapes::StructureShape.new(name: 'CreateSnapshotCopyGrantMessage')
107
115
  CreateSnapshotCopyGrantResult = Shapes::StructureShape.new(name: 'CreateSnapshotCopyGrantResult')
116
+ CreateSnapshotScheduleMessage = Shapes::StructureShape.new(name: 'CreateSnapshotScheduleMessage')
108
117
  CreateTagsMessage = Shapes::StructureShape.new(name: 'CreateTagsMessage')
118
+ CustomerStorageMessage = Shapes::StructureShape.new(name: 'CustomerStorageMessage')
109
119
  DataTransferProgress = Shapes::StructureShape.new(name: 'DataTransferProgress')
110
120
  DbGroupList = Shapes::ListShape.new(name: 'DbGroupList')
111
121
  DefaultClusterParameters = Shapes::StructureShape.new(name: 'DefaultClusterParameters')
@@ -116,12 +126,14 @@ module Aws::Redshift
116
126
  DeleteClusterResult = Shapes::StructureShape.new(name: 'DeleteClusterResult')
117
127
  DeleteClusterSecurityGroupMessage = Shapes::StructureShape.new(name: 'DeleteClusterSecurityGroupMessage')
118
128
  DeleteClusterSnapshotMessage = Shapes::StructureShape.new(name: 'DeleteClusterSnapshotMessage')
129
+ DeleteClusterSnapshotMessageList = Shapes::ListShape.new(name: 'DeleteClusterSnapshotMessageList')
119
130
  DeleteClusterSnapshotResult = Shapes::StructureShape.new(name: 'DeleteClusterSnapshotResult')
120
131
  DeleteClusterSubnetGroupMessage = Shapes::StructureShape.new(name: 'DeleteClusterSubnetGroupMessage')
121
132
  DeleteEventSubscriptionMessage = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionMessage')
122
133
  DeleteHsmClientCertificateMessage = Shapes::StructureShape.new(name: 'DeleteHsmClientCertificateMessage')
123
134
  DeleteHsmConfigurationMessage = Shapes::StructureShape.new(name: 'DeleteHsmConfigurationMessage')
124
135
  DeleteSnapshotCopyGrantMessage = Shapes::StructureShape.new(name: 'DeleteSnapshotCopyGrantMessage')
136
+ DeleteSnapshotScheduleMessage = Shapes::StructureShape.new(name: 'DeleteSnapshotScheduleMessage')
125
137
  DeleteTagsMessage = Shapes::StructureShape.new(name: 'DeleteTagsMessage')
126
138
  DependentServiceRequestThrottlingFault = Shapes::StructureShape.new(name: 'DependentServiceRequestThrottlingFault')
127
139
  DependentServiceUnavailableFault = Shapes::StructureShape.new(name: 'DependentServiceUnavailableFault')
@@ -148,6 +160,8 @@ module Aws::Redshift
148
160
  DescribeReservedNodesMessage = Shapes::StructureShape.new(name: 'DescribeReservedNodesMessage')
149
161
  DescribeResizeMessage = Shapes::StructureShape.new(name: 'DescribeResizeMessage')
150
162
  DescribeSnapshotCopyGrantsMessage = Shapes::StructureShape.new(name: 'DescribeSnapshotCopyGrantsMessage')
163
+ DescribeSnapshotSchedulesMessage = Shapes::StructureShape.new(name: 'DescribeSnapshotSchedulesMessage')
164
+ DescribeSnapshotSchedulesOutputMessage = Shapes::StructureShape.new(name: 'DescribeSnapshotSchedulesOutputMessage')
151
165
  DescribeTableRestoreStatusMessage = Shapes::StructureShape.new(name: 'DescribeTableRestoreStatusMessage')
152
166
  DescribeTagsMessage = Shapes::StructureShape.new(name: 'DescribeTagsMessage')
153
167
  DisableLoggingMessage = Shapes::StructureShape.new(name: 'DisableLoggingMessage')
@@ -206,6 +220,7 @@ module Aws::Redshift
206
220
  IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
207
221
  InvalidClusterParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterParameterGroupStateFault')
208
222
  InvalidClusterSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSecurityGroupStateFault')
223
+ InvalidClusterSnapshotScheduleStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSnapshotScheduleStateFault')
209
224
  InvalidClusterSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSnapshotStateFault')
210
225
  InvalidClusterStateFault = Shapes::StructureShape.new(name: 'InvalidClusterStateFault')
211
226
  InvalidClusterSubnetGroupStateFault = Shapes::StructureShape.new(name: 'InvalidClusterSubnetGroupStateFault')
@@ -216,8 +231,10 @@ module Aws::Redshift
216
231
  InvalidHsmConfigurationStateFault = Shapes::StructureShape.new(name: 'InvalidHsmConfigurationStateFault')
217
232
  InvalidReservedNodeStateFault = Shapes::StructureShape.new(name: 'InvalidReservedNodeStateFault')
218
233
  InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault')
234
+ InvalidRetentionPeriodFault = Shapes::StructureShape.new(name: 'InvalidRetentionPeriodFault')
219
235
  InvalidS3BucketNameFault = Shapes::StructureShape.new(name: 'InvalidS3BucketNameFault')
220
236
  InvalidS3KeyPrefixFault = Shapes::StructureShape.new(name: 'InvalidS3KeyPrefixFault')
237
+ InvalidScheduleFault = Shapes::StructureShape.new(name: 'InvalidScheduleFault')
221
238
  InvalidSnapshotCopyGrantStateFault = Shapes::StructureShape.new(name: 'InvalidSnapshotCopyGrantStateFault')
222
239
  InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
223
240
  InvalidSubscriptionStateFault = Shapes::StructureShape.new(name: 'InvalidSubscriptionStateFault')
@@ -238,12 +255,16 @@ module Aws::Redshift
238
255
  ModifyClusterMessage = Shapes::StructureShape.new(name: 'ModifyClusterMessage')
239
256
  ModifyClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyClusterParameterGroupMessage')
240
257
  ModifyClusterResult = Shapes::StructureShape.new(name: 'ModifyClusterResult')
258
+ ModifyClusterSnapshotMessage = Shapes::StructureShape.new(name: 'ModifyClusterSnapshotMessage')
259
+ ModifyClusterSnapshotResult = Shapes::StructureShape.new(name: 'ModifyClusterSnapshotResult')
260
+ ModifyClusterSnapshotScheduleMessage = Shapes::StructureShape.new(name: 'ModifyClusterSnapshotScheduleMessage')
241
261
  ModifyClusterSubnetGroupMessage = Shapes::StructureShape.new(name: 'ModifyClusterSubnetGroupMessage')
242
262
  ModifyClusterSubnetGroupResult = Shapes::StructureShape.new(name: 'ModifyClusterSubnetGroupResult')
243
263
  ModifyEventSubscriptionMessage = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionMessage')
244
264
  ModifyEventSubscriptionResult = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionResult')
245
265
  ModifySnapshotCopyRetentionPeriodMessage = Shapes::StructureShape.new(name: 'ModifySnapshotCopyRetentionPeriodMessage')
246
266
  ModifySnapshotCopyRetentionPeriodResult = Shapes::StructureShape.new(name: 'ModifySnapshotCopyRetentionPeriodResult')
267
+ ModifySnapshotScheduleMessage = Shapes::StructureShape.new(name: 'ModifySnapshotScheduleMessage')
247
268
  NumberOfNodesPerClusterLimitExceededFault = Shapes::StructureShape.new(name: 'NumberOfNodesPerClusterLimitExceededFault')
248
269
  NumberOfNodesQuotaExceededFault = Shapes::StructureShape.new(name: 'NumberOfNodesQuotaExceededFault')
249
270
  OrderableClusterOption = Shapes::StructureShape.new(name: 'OrderableClusterOption')
@@ -297,8 +318,13 @@ module Aws::Redshift
297
318
  SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
298
319
  SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault')
299
320
  SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault')
321
+ ScheduleDefinitionList = Shapes::ListShape.new(name: 'ScheduleDefinitionList')
322
+ ScheduleDefinitionTypeUnsupportedFault = Shapes::StructureShape.new(name: 'ScheduleDefinitionTypeUnsupportedFault')
323
+ ScheduleState = Shapes::StringShape.new(name: 'ScheduleState')
324
+ ScheduledSnapshotTimeList = Shapes::ListShape.new(name: 'ScheduledSnapshotTimeList')
300
325
  SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
301
326
  Snapshot = Shapes::StructureShape.new(name: 'Snapshot')
327
+ SnapshotAttributeToSortBy = Shapes::StringShape.new(name: 'SnapshotAttributeToSortBy')
302
328
  SnapshotCopyAlreadyDisabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyAlreadyDisabledFault')
303
329
  SnapshotCopyAlreadyEnabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyAlreadyEnabledFault')
304
330
  SnapshotCopyDisabledFault = Shapes::StructureShape.new(name: 'SnapshotCopyDisabledFault')
@@ -308,8 +334,19 @@ module Aws::Redshift
308
334
  SnapshotCopyGrantMessage = Shapes::StructureShape.new(name: 'SnapshotCopyGrantMessage')
309
335
  SnapshotCopyGrantNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantNotFoundFault')
310
336
  SnapshotCopyGrantQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotCopyGrantQuotaExceededFault')
337
+ SnapshotErrorMessage = Shapes::StructureShape.new(name: 'SnapshotErrorMessage')
338
+ SnapshotIdentifierList = Shapes::ListShape.new(name: 'SnapshotIdentifierList')
311
339
  SnapshotList = Shapes::ListShape.new(name: 'SnapshotList')
312
340
  SnapshotMessage = Shapes::StructureShape.new(name: 'SnapshotMessage')
341
+ SnapshotSchedule = Shapes::StructureShape.new(name: 'SnapshotSchedule')
342
+ SnapshotScheduleAlreadyExistsFault = Shapes::StructureShape.new(name: 'SnapshotScheduleAlreadyExistsFault')
343
+ SnapshotScheduleList = Shapes::ListShape.new(name: 'SnapshotScheduleList')
344
+ SnapshotScheduleNotFoundFault = Shapes::StructureShape.new(name: 'SnapshotScheduleNotFoundFault')
345
+ SnapshotScheduleQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotScheduleQuotaExceededFault')
346
+ SnapshotScheduleUpdateInProgressFault = Shapes::StructureShape.new(name: 'SnapshotScheduleUpdateInProgressFault')
347
+ SnapshotSortingEntity = Shapes::StructureShape.new(name: 'SnapshotSortingEntity')
348
+ SnapshotSortingEntityList = Shapes::ListShape.new(name: 'SnapshotSortingEntityList')
349
+ SortByOrder = Shapes::StringShape.new(name: 'SortByOrder')
313
350
  SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
314
351
  SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault')
315
352
  SourceType = Shapes::StringShape.new(name: 'SourceType')
@@ -405,6 +442,26 @@ module Aws::Redshift
405
442
 
406
443
  AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone")
407
444
 
445
+ BatchDeleteClusterSnapshotsRequest.add_member(:identifiers, Shapes::ShapeRef.new(shape: DeleteClusterSnapshotMessageList, required: true, location_name: "Identifiers"))
446
+ BatchDeleteClusterSnapshotsRequest.struct_class = Types::BatchDeleteClusterSnapshotsRequest
447
+
448
+ BatchDeleteClusterSnapshotsResult.add_member(:resources, Shapes::ShapeRef.new(shape: SnapshotIdentifierList, location_name: "Resources"))
449
+ BatchDeleteClusterSnapshotsResult.add_member(:errors, Shapes::ShapeRef.new(shape: BatchSnapshotOperationErrorList, location_name: "Errors"))
450
+ BatchDeleteClusterSnapshotsResult.struct_class = Types::BatchDeleteClusterSnapshotsResult
451
+
452
+ BatchModifyClusterSnapshotsMessage.add_member(:snapshot_identifier_list, Shapes::ShapeRef.new(shape: SnapshotIdentifierList, required: true, location_name: "SnapshotIdentifierList"))
453
+ BatchModifyClusterSnapshotsMessage.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRetentionPeriod"))
454
+ BatchModifyClusterSnapshotsMessage.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
455
+ BatchModifyClusterSnapshotsMessage.struct_class = Types::BatchModifyClusterSnapshotsMessage
456
+
457
+ BatchModifyClusterSnapshotsOutputMessage.add_member(:resources, Shapes::ShapeRef.new(shape: SnapshotIdentifierList, location_name: "Resources"))
458
+ BatchModifyClusterSnapshotsOutputMessage.add_member(:errors, Shapes::ShapeRef.new(shape: BatchSnapshotOperationErrors, location_name: "Errors"))
459
+ BatchModifyClusterSnapshotsOutputMessage.struct_class = Types::BatchModifyClusterSnapshotsOutputMessage
460
+
461
+ BatchSnapshotOperationErrorList.member = Shapes::ShapeRef.new(shape: SnapshotErrorMessage, location_name: "SnapshotErrorMessage")
462
+
463
+ BatchSnapshotOperationErrors.member = Shapes::ShapeRef.new(shape: SnapshotErrorMessage, location_name: "SnapshotErrorMessage")
464
+
408
465
  CancelResizeMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
409
466
  CancelResizeMessage.struct_class = Types::CancelResizeMessage
410
467
 
@@ -417,6 +474,7 @@ module Aws::Redshift
417
474
  Cluster.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
418
475
  Cluster.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
419
476
  Cluster.add_member(:automated_snapshot_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "AutomatedSnapshotRetentionPeriod"))
477
+ Cluster.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "ManualSnapshotRetentionPeriod"))
420
478
  Cluster.add_member(:cluster_security_groups, Shapes::ShapeRef.new(shape: ClusterSecurityGroupMembershipList, location_name: "ClusterSecurityGroups"))
421
479
  Cluster.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: VpcSecurityGroupMembershipList, location_name: "VpcSecurityGroups"))
422
480
  Cluster.add_member(:cluster_parameter_groups, Shapes::ShapeRef.new(shape: ClusterParameterGroupStatusList, location_name: "ClusterParameterGroups"))
@@ -446,6 +504,8 @@ module Aws::Redshift
446
504
  Cluster.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
447
505
  Cluster.add_member(:elastic_resize_number_of_node_options, Shapes::ShapeRef.new(shape: String, location_name: "ElasticResizeNumberOfNodeOptions"))
448
506
  Cluster.add_member(:deferred_maintenance_windows, Shapes::ShapeRef.new(shape: DeferredMaintenanceWindowsList, location_name: "DeferredMaintenanceWindows"))
507
+ Cluster.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
508
+ Cluster.add_member(:snapshot_schedule_state, Shapes::ShapeRef.new(shape: ScheduleState, location_name: "SnapshotScheduleState"))
449
509
  Cluster.add_member(:resize_info, Shapes::ShapeRef.new(shape: ResizeInfo, location_name: "ResizeInfo"))
450
510
  Cluster.struct_class = Types::Cluster
451
511
 
@@ -536,6 +596,7 @@ module Aws::Redshift
536
596
 
537
597
  ClusterSnapshotCopyStatus.add_member(:destination_region, Shapes::ShapeRef.new(shape: String, location_name: "DestinationRegion"))
538
598
  ClusterSnapshotCopyStatus.add_member(:retention_period, Shapes::ShapeRef.new(shape: Long, location_name: "RetentionPeriod"))
599
+ ClusterSnapshotCopyStatus.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "ManualSnapshotRetentionPeriod"))
539
600
  ClusterSnapshotCopyStatus.add_member(:snapshot_copy_grant_name, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotCopyGrantName"))
540
601
  ClusterSnapshotCopyStatus.struct_class = Types::ClusterSnapshotCopyStatus
541
602
 
@@ -571,6 +632,7 @@ module Aws::Redshift
571
632
  CopyClusterSnapshotMessage.add_member(:source_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceSnapshotIdentifier"))
572
633
  CopyClusterSnapshotMessage.add_member(:source_snapshot_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceSnapshotClusterIdentifier"))
573
634
  CopyClusterSnapshotMessage.add_member(:target_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetSnapshotIdentifier"))
635
+ CopyClusterSnapshotMessage.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRetentionPeriod"))
574
636
  CopyClusterSnapshotMessage.struct_class = Types::CopyClusterSnapshotMessage
575
637
 
576
638
  CopyClusterSnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
@@ -589,6 +651,7 @@ module Aws::Redshift
589
651
  CreateClusterMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
590
652
  CreateClusterMessage.add_member(:cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ClusterParameterGroupName"))
591
653
  CreateClusterMessage.add_member(:automated_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AutomatedSnapshotRetentionPeriod"))
654
+ CreateClusterMessage.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRetentionPeriod"))
592
655
  CreateClusterMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
593
656
  CreateClusterMessage.add_member(:cluster_version, Shapes::ShapeRef.new(shape: String, location_name: "ClusterVersion"))
594
657
  CreateClusterMessage.add_member(:allow_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AllowVersionUpgrade"))
@@ -604,6 +667,7 @@ module Aws::Redshift
604
667
  CreateClusterMessage.add_member(:additional_info, Shapes::ShapeRef.new(shape: String, location_name: "AdditionalInfo"))
605
668
  CreateClusterMessage.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleArnList, location_name: "IamRoles"))
606
669
  CreateClusterMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
670
+ CreateClusterMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
607
671
  CreateClusterMessage.struct_class = Types::CreateClusterMessage
608
672
 
609
673
  CreateClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -628,6 +692,7 @@ module Aws::Redshift
628
692
 
629
693
  CreateClusterSnapshotMessage.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnapshotIdentifier"))
630
694
  CreateClusterSnapshotMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
695
+ CreateClusterSnapshotMessage.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRetentionPeriod"))
631
696
  CreateClusterSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
632
697
  CreateClusterSnapshotMessage.struct_class = Types::CreateClusterSnapshotMessage
633
698
 
@@ -683,10 +748,22 @@ module Aws::Redshift
683
748
  CreateSnapshotCopyGrantResult.add_member(:snapshot_copy_grant, Shapes::ShapeRef.new(shape: SnapshotCopyGrant, location_name: "SnapshotCopyGrant"))
684
749
  CreateSnapshotCopyGrantResult.struct_class = Types::CreateSnapshotCopyGrantResult
685
750
 
751
+ CreateSnapshotScheduleMessage.add_member(:schedule_definitions, Shapes::ShapeRef.new(shape: ScheduleDefinitionList, location_name: "ScheduleDefinitions"))
752
+ CreateSnapshotScheduleMessage.add_member(:schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleIdentifier"))
753
+ CreateSnapshotScheduleMessage.add_member(:schedule_description, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleDescription"))
754
+ CreateSnapshotScheduleMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
755
+ CreateSnapshotScheduleMessage.add_member(:dry_run, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DryRun"))
756
+ CreateSnapshotScheduleMessage.add_member(:next_invocations, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "NextInvocations"))
757
+ CreateSnapshotScheduleMessage.struct_class = Types::CreateSnapshotScheduleMessage
758
+
686
759
  CreateTagsMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
687
760
  CreateTagsMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
688
761
  CreateTagsMessage.struct_class = Types::CreateTagsMessage
689
762
 
763
+ CustomerStorageMessage.add_member(:total_backup_size_in_mega_bytes, Shapes::ShapeRef.new(shape: Double, location_name: "TotalBackupSizeInMegaBytes"))
764
+ CustomerStorageMessage.add_member(:total_provisioned_storage_in_mega_bytes, Shapes::ShapeRef.new(shape: Double, location_name: "TotalProvisionedStorageInMegaBytes"))
765
+ CustomerStorageMessage.struct_class = Types::CustomerStorageMessage
766
+
690
767
  DataTransferProgress.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
691
768
  DataTransferProgress.add_member(:current_rate_in_mega_bytes_per_second, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "CurrentRateInMegaBytesPerSecond"))
692
769
  DataTransferProgress.add_member(:total_data_in_mega_bytes, Shapes::ShapeRef.new(shape: Long, location_name: "TotalDataInMegaBytes"))
@@ -712,6 +789,7 @@ module Aws::Redshift
712
789
  DeleteClusterMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
713
790
  DeleteClusterMessage.add_member(:skip_final_cluster_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipFinalClusterSnapshot"))
714
791
  DeleteClusterMessage.add_member(:final_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalClusterSnapshotIdentifier"))
792
+ DeleteClusterMessage.add_member(:final_cluster_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "FinalClusterSnapshotRetentionPeriod"))
715
793
  DeleteClusterMessage.struct_class = Types::DeleteClusterMessage
716
794
 
717
795
  DeleteClusterParameterGroupMessage.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ParameterGroupName"))
@@ -727,6 +805,8 @@ module Aws::Redshift
727
805
  DeleteClusterSnapshotMessage.add_member(:snapshot_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotClusterIdentifier"))
728
806
  DeleteClusterSnapshotMessage.struct_class = Types::DeleteClusterSnapshotMessage
729
807
 
808
+ DeleteClusterSnapshotMessageList.member = Shapes::ShapeRef.new(shape: DeleteClusterSnapshotMessage, location_name: "DeleteClusterSnapshotMessage")
809
+
730
810
  DeleteClusterSnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
731
811
  DeleteClusterSnapshotResult.struct_class = Types::DeleteClusterSnapshotResult
732
812
 
@@ -745,6 +825,9 @@ module Aws::Redshift
745
825
  DeleteSnapshotCopyGrantMessage.add_member(:snapshot_copy_grant_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnapshotCopyGrantName"))
746
826
  DeleteSnapshotCopyGrantMessage.struct_class = Types::DeleteSnapshotCopyGrantMessage
747
827
 
828
+ DeleteSnapshotScheduleMessage.add_member(:schedule_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScheduleIdentifier"))
829
+ DeleteSnapshotScheduleMessage.struct_class = Types::DeleteSnapshotScheduleMessage
830
+
748
831
  DeleteTagsMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
749
832
  DeleteTagsMessage.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, required: true, location_name: "TagKeys"))
750
833
  DeleteTagsMessage.struct_class = Types::DeleteTagsMessage
@@ -788,6 +871,7 @@ module Aws::Redshift
788
871
  DescribeClusterSnapshotsMessage.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, location_name: "TagKeys"))
789
872
  DescribeClusterSnapshotsMessage.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValueList, location_name: "TagValues"))
790
873
  DescribeClusterSnapshotsMessage.add_member(:cluster_exists, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ClusterExists"))
874
+ DescribeClusterSnapshotsMessage.add_member(:sorting_entities, Shapes::ShapeRef.new(shape: SnapshotSortingEntityList, location_name: "SortingEntities"))
791
875
  DescribeClusterSnapshotsMessage.struct_class = Types::DescribeClusterSnapshotsMessage
792
876
 
793
877
  DescribeClusterSubnetGroupsMessage.add_member(:cluster_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ClusterSubnetGroupName"))
@@ -885,6 +969,18 @@ module Aws::Redshift
885
969
  DescribeSnapshotCopyGrantsMessage.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValueList, location_name: "TagValues"))
886
970
  DescribeSnapshotCopyGrantsMessage.struct_class = Types::DescribeSnapshotCopyGrantsMessage
887
971
 
972
+ DescribeSnapshotSchedulesMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
973
+ DescribeSnapshotSchedulesMessage.add_member(:schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleIdentifier"))
974
+ DescribeSnapshotSchedulesMessage.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeyList, location_name: "TagKeys"))
975
+ DescribeSnapshotSchedulesMessage.add_member(:tag_values, Shapes::ShapeRef.new(shape: TagValueList, location_name: "TagValues"))
976
+ DescribeSnapshotSchedulesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
977
+ DescribeSnapshotSchedulesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
978
+ DescribeSnapshotSchedulesMessage.struct_class = Types::DescribeSnapshotSchedulesMessage
979
+
980
+ DescribeSnapshotSchedulesOutputMessage.add_member(:snapshot_schedules, Shapes::ShapeRef.new(shape: SnapshotScheduleList, location_name: "SnapshotSchedules"))
981
+ DescribeSnapshotSchedulesOutputMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
982
+ DescribeSnapshotSchedulesOutputMessage.struct_class = Types::DescribeSnapshotSchedulesOutputMessage
983
+
888
984
  DescribeTableRestoreStatusMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
889
985
  DescribeTableRestoreStatusMessage.add_member(:table_restore_request_id, Shapes::ShapeRef.new(shape: String, location_name: "TableRestoreRequestId"))
890
986
  DescribeTableRestoreStatusMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
@@ -931,6 +1027,7 @@ module Aws::Redshift
931
1027
  EnableSnapshotCopyMessage.add_member(:destination_region, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DestinationRegion"))
932
1028
  EnableSnapshotCopyMessage.add_member(:retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "RetentionPeriod"))
933
1029
  EnableSnapshotCopyMessage.add_member(:snapshot_copy_grant_name, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotCopyGrantName"))
1030
+ EnableSnapshotCopyMessage.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRetentionPeriod"))
934
1031
  EnableSnapshotCopyMessage.struct_class = Types::EnableSnapshotCopyMessage
935
1032
 
936
1033
  EnableSnapshotCopyResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
@@ -1102,6 +1199,7 @@ module Aws::Redshift
1102
1199
  ModifyClusterMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
1103
1200
  ModifyClusterMessage.add_member(:cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ClusterParameterGroupName"))
1104
1201
  ModifyClusterMessage.add_member(:automated_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AutomatedSnapshotRetentionPeriod"))
1202
+ ModifyClusterMessage.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRetentionPeriod"))
1105
1203
  ModifyClusterMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
1106
1204
  ModifyClusterMessage.add_member(:cluster_version, Shapes::ShapeRef.new(shape: String, location_name: "ClusterVersion"))
1107
1205
  ModifyClusterMessage.add_member(:allow_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AllowVersionUpgrade"))
@@ -1123,6 +1221,19 @@ module Aws::Redshift
1123
1221
  ModifyClusterResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
1124
1222
  ModifyClusterResult.struct_class = Types::ModifyClusterResult
1125
1223
 
1224
+ ModifyClusterSnapshotMessage.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnapshotIdentifier"))
1225
+ ModifyClusterSnapshotMessage.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRetentionPeriod"))
1226
+ ModifyClusterSnapshotMessage.add_member(:force, Shapes::ShapeRef.new(shape: Boolean, location_name: "Force"))
1227
+ ModifyClusterSnapshotMessage.struct_class = Types::ModifyClusterSnapshotMessage
1228
+
1229
+ ModifyClusterSnapshotResult.add_member(:snapshot, Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot"))
1230
+ ModifyClusterSnapshotResult.struct_class = Types::ModifyClusterSnapshotResult
1231
+
1232
+ ModifyClusterSnapshotScheduleMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1233
+ ModifyClusterSnapshotScheduleMessage.add_member(:schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleIdentifier"))
1234
+ ModifyClusterSnapshotScheduleMessage.add_member(:disassociate_schedule, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DisassociateSchedule"))
1235
+ ModifyClusterSnapshotScheduleMessage.struct_class = Types::ModifyClusterSnapshotScheduleMessage
1236
+
1126
1237
  ModifyClusterSubnetGroupMessage.add_member(:cluster_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterSubnetGroupName"))
1127
1238
  ModifyClusterSubnetGroupMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
1128
1239
  ModifyClusterSubnetGroupMessage.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, required: true, location_name: "SubnetIds"))
@@ -1145,11 +1256,16 @@ module Aws::Redshift
1145
1256
 
1146
1257
  ModifySnapshotCopyRetentionPeriodMessage.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ClusterIdentifier"))
1147
1258
  ModifySnapshotCopyRetentionPeriodMessage.add_member(:retention_period, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "RetentionPeriod"))
1259
+ ModifySnapshotCopyRetentionPeriodMessage.add_member(:manual, Shapes::ShapeRef.new(shape: Boolean, location_name: "Manual"))
1148
1260
  ModifySnapshotCopyRetentionPeriodMessage.struct_class = Types::ModifySnapshotCopyRetentionPeriodMessage
1149
1261
 
1150
1262
  ModifySnapshotCopyRetentionPeriodResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
1151
1263
  ModifySnapshotCopyRetentionPeriodResult.struct_class = Types::ModifySnapshotCopyRetentionPeriodResult
1152
1264
 
1265
+ ModifySnapshotScheduleMessage.add_member(:schedule_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ScheduleIdentifier"))
1266
+ ModifySnapshotScheduleMessage.add_member(:schedule_definitions, Shapes::ShapeRef.new(shape: ScheduleDefinitionList, required: true, location_name: "ScheduleDefinitions"))
1267
+ ModifySnapshotScheduleMessage.struct_class = Types::ModifySnapshotScheduleMessage
1268
+
1153
1269
  OrderableClusterOption.add_member(:cluster_version, Shapes::ShapeRef.new(shape: String, location_name: "ClusterVersion"))
1154
1270
  OrderableClusterOption.add_member(:cluster_type, Shapes::ShapeRef.new(shape: String, location_name: "ClusterType"))
1155
1271
  OrderableClusterOption.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
@@ -1304,12 +1420,14 @@ module Aws::Redshift
1304
1420
  RestoreFromClusterSnapshotMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
1305
1421
  RestoreFromClusterSnapshotMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
1306
1422
  RestoreFromClusterSnapshotMessage.add_member(:automated_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AutomatedSnapshotRetentionPeriod"))
1423
+ RestoreFromClusterSnapshotMessage.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRetentionPeriod"))
1307
1424
  RestoreFromClusterSnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
1308
1425
  RestoreFromClusterSnapshotMessage.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
1309
1426
  RestoreFromClusterSnapshotMessage.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnhancedVpcRouting"))
1310
1427
  RestoreFromClusterSnapshotMessage.add_member(:additional_info, Shapes::ShapeRef.new(shape: String, location_name: "AdditionalInfo"))
1311
1428
  RestoreFromClusterSnapshotMessage.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleArnList, location_name: "IamRoles"))
1312
1429
  RestoreFromClusterSnapshotMessage.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
1430
+ RestoreFromClusterSnapshotMessage.add_member(:snapshot_schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotScheduleIdentifier"))
1313
1431
  RestoreFromClusterSnapshotMessage.struct_class = Types::RestoreFromClusterSnapshotMessage
1314
1432
 
1315
1433
  RestoreFromClusterSnapshotResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
@@ -1366,6 +1484,10 @@ module Aws::Redshift
1366
1484
  RotateEncryptionKeyResult.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "Cluster"))
1367
1485
  RotateEncryptionKeyResult.struct_class = Types::RotateEncryptionKeyResult
1368
1486
 
1487
+ ScheduleDefinitionList.member = Shapes::ShapeRef.new(shape: String, location_name: "ScheduleDefinition")
1488
+
1489
+ ScheduledSnapshotTimeList.member = Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotTime")
1490
+
1369
1491
  Snapshot.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotIdentifier"))
1370
1492
  Snapshot.add_member(:cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ClusterIdentifier"))
1371
1493
  Snapshot.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotCreateTime"))
@@ -1396,6 +1518,9 @@ module Aws::Redshift
1396
1518
  Snapshot.add_member(:restorable_node_types, Shapes::ShapeRef.new(shape: RestorableNodeTypeList, location_name: "RestorableNodeTypes"))
1397
1519
  Snapshot.add_member(:enhanced_vpc_routing, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnhancedVpcRouting"))
1398
1520
  Snapshot.add_member(:maintenance_track_name, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceTrackName"))
1521
+ Snapshot.add_member(:manual_snapshot_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRetentionPeriod"))
1522
+ Snapshot.add_member(:manual_snapshot_remaining_days, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "ManualSnapshotRemainingDays"))
1523
+ Snapshot.add_member(:snapshot_retention_start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotRetentionStartTime"))
1399
1524
  Snapshot.struct_class = Types::Snapshot
1400
1525
 
1401
1526
  SnapshotCopyGrant.add_member(:snapshot_copy_grant_name, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotCopyGrantName"))
@@ -1409,12 +1534,35 @@ module Aws::Redshift
1409
1534
  SnapshotCopyGrantMessage.add_member(:snapshot_copy_grants, Shapes::ShapeRef.new(shape: SnapshotCopyGrantList, location_name: "SnapshotCopyGrants"))
1410
1535
  SnapshotCopyGrantMessage.struct_class = Types::SnapshotCopyGrantMessage
1411
1536
 
1537
+ SnapshotErrorMessage.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotIdentifier"))
1538
+ SnapshotErrorMessage.add_member(:snapshot_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotClusterIdentifier"))
1539
+ SnapshotErrorMessage.add_member(:failure_code, Shapes::ShapeRef.new(shape: String, location_name: "FailureCode"))
1540
+ SnapshotErrorMessage.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String, location_name: "FailureReason"))
1541
+ SnapshotErrorMessage.struct_class = Types::SnapshotErrorMessage
1542
+
1543
+ SnapshotIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "String")
1544
+
1412
1545
  SnapshotList.member = Shapes::ShapeRef.new(shape: Snapshot, location_name: "Snapshot")
1413
1546
 
1414
1547
  SnapshotMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1415
1548
  SnapshotMessage.add_member(:snapshots, Shapes::ShapeRef.new(shape: SnapshotList, location_name: "Snapshots"))
1416
1549
  SnapshotMessage.struct_class = Types::SnapshotMessage
1417
1550
 
1551
+ SnapshotSchedule.add_member(:schedule_definitions, Shapes::ShapeRef.new(shape: ScheduleDefinitionList, location_name: "ScheduleDefinitions"))
1552
+ SnapshotSchedule.add_member(:schedule_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleIdentifier"))
1553
+ SnapshotSchedule.add_member(:schedule_description, Shapes::ShapeRef.new(shape: String, location_name: "ScheduleDescription"))
1554
+ SnapshotSchedule.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1555
+ SnapshotSchedule.add_member(:next_invocations, Shapes::ShapeRef.new(shape: ScheduledSnapshotTimeList, location_name: "NextInvocations"))
1556
+ SnapshotSchedule.struct_class = Types::SnapshotSchedule
1557
+
1558
+ SnapshotScheduleList.member = Shapes::ShapeRef.new(shape: SnapshotSchedule, location_name: "SnapshotSchedule")
1559
+
1560
+ SnapshotSortingEntity.add_member(:attribute, Shapes::ShapeRef.new(shape: SnapshotAttributeToSortBy, required: true, location_name: "Attribute"))
1561
+ SnapshotSortingEntity.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortByOrder, location_name: "SortOrder"))
1562
+ SnapshotSortingEntity.struct_class = Types::SnapshotSortingEntity
1563
+
1564
+ SnapshotSortingEntityList.member = Shapes::ShapeRef.new(shape: SnapshotSortingEntity, location_name: "SnapshotSortingEntity")
1565
+
1418
1566
  SourceIdsList.member = Shapes::ShapeRef.new(shape: String, location_name: "SourceId")
1419
1567
 
1420
1568
  Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
@@ -1556,6 +1704,25 @@ module Aws::Redshift
1556
1704
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
1557
1705
  end)
1558
1706
 
1707
+ api.add_operation(:batch_delete_cluster_snapshots, Seahorse::Model::Operation.new.tap do |o|
1708
+ o.name = "BatchDeleteClusterSnapshots"
1709
+ o.http_method = "POST"
1710
+ o.http_request_uri = "/"
1711
+ o.input = Shapes::ShapeRef.new(shape: BatchDeleteClusterSnapshotsRequest)
1712
+ o.output = Shapes::ShapeRef.new(shape: BatchDeleteClusterSnapshotsResult)
1713
+ o.errors << Shapes::ShapeRef.new(shape: BatchDeleteRequestSizeExceededFault)
1714
+ end)
1715
+
1716
+ api.add_operation(:batch_modify_cluster_snapshots, Seahorse::Model::Operation.new.tap do |o|
1717
+ o.name = "BatchModifyClusterSnapshots"
1718
+ o.http_method = "POST"
1719
+ o.http_request_uri = "/"
1720
+ o.input = Shapes::ShapeRef.new(shape: BatchModifyClusterSnapshotsMessage)
1721
+ o.output = Shapes::ShapeRef.new(shape: BatchModifyClusterSnapshotsOutputMessage)
1722
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
1723
+ o.errors << Shapes::ShapeRef.new(shape: BatchModifyClusterSnapshotsLimitExceededFault)
1724
+ end)
1725
+
1559
1726
  api.add_operation(:cancel_resize, Seahorse::Model::Operation.new.tap do |o|
1560
1727
  o.name = "CancelResize"
1561
1728
  o.http_method = "POST"
@@ -1578,6 +1745,7 @@ module Aws::Redshift
1578
1745
  o.errors << Shapes::ShapeRef.new(shape: ClusterSnapshotNotFoundFault)
1579
1746
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterSnapshotStateFault)
1580
1747
  o.errors << Shapes::ShapeRef.new(shape: ClusterSnapshotQuotaExceededFault)
1748
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
1581
1749
  end)
1582
1750
 
1583
1751
  api.add_operation(:create_cluster, Seahorse::Model::Operation.new.tap do |o|
@@ -1606,6 +1774,8 @@ module Aws::Redshift
1606
1774
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
1607
1775
  o.errors << Shapes::ShapeRef.new(shape: DependentServiceRequestThrottlingFault)
1608
1776
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterTrackFault)
1777
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleNotFoundFault)
1778
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
1609
1779
  end)
1610
1780
 
1611
1781
  api.add_operation(:create_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
@@ -1644,6 +1814,7 @@ module Aws::Redshift
1644
1814
  o.errors << Shapes::ShapeRef.new(shape: ClusterSnapshotQuotaExceededFault)
1645
1815
  o.errors << Shapes::ShapeRef.new(shape: TagLimitExceededFault)
1646
1816
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
1817
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
1647
1818
  end)
1648
1819
 
1649
1820
  api.add_operation(:create_cluster_subnet_group, Seahorse::Model::Operation.new.tap do |o|
@@ -1719,6 +1890,19 @@ module Aws::Redshift
1719
1890
  o.errors << Shapes::ShapeRef.new(shape: DependentServiceRequestThrottlingFault)
1720
1891
  end)
1721
1892
 
1893
+ api.add_operation(:create_snapshot_schedule, Seahorse::Model::Operation.new.tap do |o|
1894
+ o.name = "CreateSnapshotSchedule"
1895
+ o.http_method = "POST"
1896
+ o.http_request_uri = "/"
1897
+ o.input = Shapes::ShapeRef.new(shape: CreateSnapshotScheduleMessage)
1898
+ o.output = Shapes::ShapeRef.new(shape: SnapshotSchedule)
1899
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleAlreadyExistsFault)
1900
+ o.errors << Shapes::ShapeRef.new(shape: InvalidScheduleFault)
1901
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleQuotaExceededFault)
1902
+ o.errors << Shapes::ShapeRef.new(shape: TagLimitExceededFault)
1903
+ o.errors << Shapes::ShapeRef.new(shape: ScheduleDefinitionTypeUnsupportedFault)
1904
+ end)
1905
+
1722
1906
  api.add_operation(:create_tags, Seahorse::Model::Operation.new.tap do |o|
1723
1907
  o.name = "CreateTags"
1724
1908
  o.http_method = "POST"
@@ -1740,6 +1924,7 @@ module Aws::Redshift
1740
1924
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
1741
1925
  o.errors << Shapes::ShapeRef.new(shape: ClusterSnapshotAlreadyExistsFault)
1742
1926
  o.errors << Shapes::ShapeRef.new(shape: ClusterSnapshotQuotaExceededFault)
1927
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
1743
1928
  end)
1744
1929
 
1745
1930
  api.add_operation(:delete_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
@@ -1823,6 +2008,16 @@ module Aws::Redshift
1823
2008
  o.errors << Shapes::ShapeRef.new(shape: SnapshotCopyGrantNotFoundFault)
1824
2009
  end)
1825
2010
 
2011
+ api.add_operation(:delete_snapshot_schedule, Seahorse::Model::Operation.new.tap do |o|
2012
+ o.name = "DeleteSnapshotSchedule"
2013
+ o.http_method = "POST"
2014
+ o.http_request_uri = "/"
2015
+ o.input = Shapes::ShapeRef.new(shape: DeleteSnapshotScheduleMessage)
2016
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2017
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterSnapshotScheduleStateFault)
2018
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleNotFoundFault)
2019
+ end)
2020
+
1826
2021
  api.add_operation(:delete_tags, Seahorse::Model::Operation.new.tap do |o|
1827
2022
  o.name = "DeleteTags"
1828
2023
  o.http_method = "POST"
@@ -2131,6 +2326,22 @@ module Aws::Redshift
2131
2326
  o.errors << Shapes::ShapeRef.new(shape: InvalidTagFault)
2132
2327
  end)
2133
2328
 
2329
+ api.add_operation(:describe_snapshot_schedules, Seahorse::Model::Operation.new.tap do |o|
2330
+ o.name = "DescribeSnapshotSchedules"
2331
+ o.http_method = "POST"
2332
+ o.http_request_uri = "/"
2333
+ o.input = Shapes::ShapeRef.new(shape: DescribeSnapshotSchedulesMessage)
2334
+ o.output = Shapes::ShapeRef.new(shape: DescribeSnapshotSchedulesOutputMessage)
2335
+ end)
2336
+
2337
+ api.add_operation(:describe_storage, Seahorse::Model::Operation.new.tap do |o|
2338
+ o.name = "DescribeStorage"
2339
+ o.http_method = "POST"
2340
+ o.http_request_uri = "/"
2341
+ o.input = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2342
+ o.output = Shapes::ShapeRef.new(shape: CustomerStorageMessage)
2343
+ end)
2344
+
2134
2345
  api.add_operation(:describe_table_restore_status, Seahorse::Model::Operation.new.tap do |o|
2135
2346
  o.name = "DescribeTableRestoreStatus"
2136
2347
  o.http_method = "POST"
@@ -2201,6 +2412,7 @@ module Aws::Redshift
2201
2412
  o.errors << Shapes::ShapeRef.new(shape: SnapshotCopyGrantNotFoundFault)
2202
2413
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
2203
2414
  o.errors << Shapes::ShapeRef.new(shape: DependentServiceRequestThrottlingFault)
2415
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
2204
2416
  end)
2205
2417
 
2206
2418
  api.add_operation(:get_cluster_credentials, Seahorse::Model::Operation.new.tap do |o|
@@ -2251,6 +2463,7 @@ module Aws::Redshift
2251
2463
  o.errors << Shapes::ShapeRef.new(shape: InvalidElasticIpFault)
2252
2464
  o.errors << Shapes::ShapeRef.new(shape: TableLimitExceededFault)
2253
2465
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterTrackFault)
2466
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
2254
2467
  end)
2255
2468
 
2256
2469
  api.add_operation(:modify_cluster_db_revision, Seahorse::Model::Operation.new.tap do |o|
@@ -2293,6 +2506,28 @@ module Aws::Redshift
2293
2506
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterParameterGroupStateFault)
2294
2507
  end)
2295
2508
 
2509
+ api.add_operation(:modify_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|
2510
+ o.name = "ModifyClusterSnapshot"
2511
+ o.http_method = "POST"
2512
+ o.http_request_uri = "/"
2513
+ o.input = Shapes::ShapeRef.new(shape: ModifyClusterSnapshotMessage)
2514
+ o.output = Shapes::ShapeRef.new(shape: ModifyClusterSnapshotResult)
2515
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterSnapshotStateFault)
2516
+ o.errors << Shapes::ShapeRef.new(shape: ClusterSnapshotNotFoundFault)
2517
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
2518
+ end)
2519
+
2520
+ api.add_operation(:modify_cluster_snapshot_schedule, Seahorse::Model::Operation.new.tap do |o|
2521
+ o.name = "ModifyClusterSnapshotSchedule"
2522
+ o.http_method = "POST"
2523
+ o.http_request_uri = "/"
2524
+ o.input = Shapes::ShapeRef.new(shape: ModifyClusterSnapshotScheduleMessage)
2525
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2526
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundFault)
2527
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleNotFoundFault)
2528
+ o.errors << Shapes::ShapeRef.new(shape: InvalidClusterSnapshotScheduleStateFault)
2529
+ end)
2530
+
2296
2531
  api.add_operation(:modify_cluster_subnet_group, Seahorse::Model::Operation.new.tap do |o|
2297
2532
  o.name = "ModifyClusterSubnetGroup"
2298
2533
  o.http_method = "POST"
@@ -2334,6 +2569,18 @@ module Aws::Redshift
2334
2569
  o.errors << Shapes::ShapeRef.new(shape: SnapshotCopyDisabledFault)
2335
2570
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedOperation)
2336
2571
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterStateFault)
2572
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRetentionPeriodFault)
2573
+ end)
2574
+
2575
+ api.add_operation(:modify_snapshot_schedule, Seahorse::Model::Operation.new.tap do |o|
2576
+ o.name = "ModifySnapshotSchedule"
2577
+ o.http_method = "POST"
2578
+ o.http_request_uri = "/"
2579
+ o.input = Shapes::ShapeRef.new(shape: ModifySnapshotScheduleMessage)
2580
+ o.output = Shapes::ShapeRef.new(shape: SnapshotSchedule)
2581
+ o.errors << Shapes::ShapeRef.new(shape: InvalidScheduleFault)
2582
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleNotFoundFault)
2583
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleUpdateInProgressFault)
2337
2584
  end)
2338
2585
 
2339
2586
  api.add_operation(:purchase_reserved_node_offering, Seahorse::Model::Operation.new.tap do |o|
@@ -2413,6 +2660,7 @@ module Aws::Redshift
2413
2660
  o.errors << Shapes::ShapeRef.new(shape: LimitExceededFault)
2414
2661
  o.errors << Shapes::ShapeRef.new(shape: DependentServiceRequestThrottlingFault)
2415
2662
  o.errors << Shapes::ShapeRef.new(shape: InvalidClusterTrackFault)
2663
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotScheduleNotFoundFault)
2416
2664
  end)
2417
2665
 
2418
2666
  api.add_operation(:restore_table_from_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|