aws-sdk-docdb 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1389 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::DocDB
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ AddTagsToResourceMessage = Shapes::StructureShape.new(name: 'AddTagsToResourceMessage')
15
+ ApplyMethod = Shapes::StringShape.new(name: 'ApplyMethod')
16
+ ApplyPendingMaintenanceActionMessage = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionMessage')
17
+ ApplyPendingMaintenanceActionResult = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionResult')
18
+ AttributeValueList = Shapes::ListShape.new(name: 'AttributeValueList')
19
+ AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault')
20
+ AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
21
+ AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
22
+ AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
23
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
24
+ BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
25
+ CertificateNotFoundFault = Shapes::StructureShape.new(name: 'CertificateNotFoundFault')
26
+ CloudwatchLogsExportConfiguration = Shapes::StructureShape.new(name: 'CloudwatchLogsExportConfiguration')
27
+ CopyDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'CopyDBClusterParameterGroupMessage')
28
+ CopyDBClusterParameterGroupResult = Shapes::StructureShape.new(name: 'CopyDBClusterParameterGroupResult')
29
+ CopyDBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CopyDBClusterSnapshotMessage')
30
+ CopyDBClusterSnapshotResult = Shapes::StructureShape.new(name: 'CopyDBClusterSnapshotResult')
31
+ CreateDBClusterMessage = Shapes::StructureShape.new(name: 'CreateDBClusterMessage')
32
+ CreateDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateDBClusterParameterGroupMessage')
33
+ CreateDBClusterParameterGroupResult = Shapes::StructureShape.new(name: 'CreateDBClusterParameterGroupResult')
34
+ CreateDBClusterResult = Shapes::StructureShape.new(name: 'CreateDBClusterResult')
35
+ CreateDBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CreateDBClusterSnapshotMessage')
36
+ CreateDBClusterSnapshotResult = Shapes::StructureShape.new(name: 'CreateDBClusterSnapshotResult')
37
+ CreateDBInstanceMessage = Shapes::StructureShape.new(name: 'CreateDBInstanceMessage')
38
+ CreateDBInstanceResult = Shapes::StructureShape.new(name: 'CreateDBInstanceResult')
39
+ CreateDBSubnetGroupMessage = Shapes::StructureShape.new(name: 'CreateDBSubnetGroupMessage')
40
+ CreateDBSubnetGroupResult = Shapes::StructureShape.new(name: 'CreateDBSubnetGroupResult')
41
+ DBCluster = Shapes::StructureShape.new(name: 'DBCluster')
42
+ DBClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterAlreadyExistsFault')
43
+ DBClusterList = Shapes::ListShape.new(name: 'DBClusterList')
44
+ DBClusterMember = Shapes::StructureShape.new(name: 'DBClusterMember')
45
+ DBClusterMemberList = Shapes::ListShape.new(name: 'DBClusterMemberList')
46
+ DBClusterMessage = Shapes::StructureShape.new(name: 'DBClusterMessage')
47
+ DBClusterNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterNotFoundFault')
48
+ DBClusterParameterGroup = Shapes::StructureShape.new(name: 'DBClusterParameterGroup')
49
+ DBClusterParameterGroupDetails = Shapes::StructureShape.new(name: 'DBClusterParameterGroupDetails')
50
+ DBClusterParameterGroupList = Shapes::ListShape.new(name: 'DBClusterParameterGroupList')
51
+ DBClusterParameterGroupNameMessage = Shapes::StructureShape.new(name: 'DBClusterParameterGroupNameMessage')
52
+ DBClusterParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterParameterGroupNotFoundFault')
53
+ DBClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'DBClusterParameterGroupsMessage')
54
+ DBClusterQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterQuotaExceededFault')
55
+ DBClusterRole = Shapes::StructureShape.new(name: 'DBClusterRole')
56
+ DBClusterRoles = Shapes::ListShape.new(name: 'DBClusterRoles')
57
+ DBClusterSnapshot = Shapes::StructureShape.new(name: 'DBClusterSnapshot')
58
+ DBClusterSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterSnapshotAlreadyExistsFault')
59
+ DBClusterSnapshotAttribute = Shapes::StructureShape.new(name: 'DBClusterSnapshotAttribute')
60
+ DBClusterSnapshotAttributeList = Shapes::ListShape.new(name: 'DBClusterSnapshotAttributeList')
61
+ DBClusterSnapshotAttributesResult = Shapes::StructureShape.new(name: 'DBClusterSnapshotAttributesResult')
62
+ DBClusterSnapshotList = Shapes::ListShape.new(name: 'DBClusterSnapshotList')
63
+ DBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'DBClusterSnapshotMessage')
64
+ DBClusterSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterSnapshotNotFoundFault')
65
+ DBEngineVersion = Shapes::StructureShape.new(name: 'DBEngineVersion')
66
+ DBEngineVersionList = Shapes::ListShape.new(name: 'DBEngineVersionList')
67
+ DBEngineVersionMessage = Shapes::StructureShape.new(name: 'DBEngineVersionMessage')
68
+ DBInstance = Shapes::StructureShape.new(name: 'DBInstance')
69
+ DBInstanceAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBInstanceAlreadyExistsFault')
70
+ DBInstanceList = Shapes::ListShape.new(name: 'DBInstanceList')
71
+ DBInstanceMessage = Shapes::StructureShape.new(name: 'DBInstanceMessage')
72
+ DBInstanceNotFoundFault = Shapes::StructureShape.new(name: 'DBInstanceNotFoundFault')
73
+ DBInstanceStatusInfo = Shapes::StructureShape.new(name: 'DBInstanceStatusInfo')
74
+ DBInstanceStatusInfoList = Shapes::ListShape.new(name: 'DBInstanceStatusInfoList')
75
+ DBParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBParameterGroupAlreadyExistsFault')
76
+ DBParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBParameterGroupNotFoundFault')
77
+ DBParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBParameterGroupQuotaExceededFault')
78
+ DBSecurityGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBSecurityGroupNotFoundFault')
79
+ DBSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSnapshotAlreadyExistsFault')
80
+ DBSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'DBSnapshotNotFoundFault')
81
+ DBSubnetGroup = Shapes::StructureShape.new(name: 'DBSubnetGroup')
82
+ DBSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSubnetGroupAlreadyExistsFault')
83
+ DBSubnetGroupDoesNotCoverEnoughAZs = Shapes::StructureShape.new(name: 'DBSubnetGroupDoesNotCoverEnoughAZs')
84
+ DBSubnetGroupMessage = Shapes::StructureShape.new(name: 'DBSubnetGroupMessage')
85
+ DBSubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBSubnetGroupNotFoundFault')
86
+ DBSubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetGroupQuotaExceededFault')
87
+ DBSubnetGroups = Shapes::ListShape.new(name: 'DBSubnetGroups')
88
+ DBSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetQuotaExceededFault')
89
+ DBUpgradeDependencyFailureFault = Shapes::StructureShape.new(name: 'DBUpgradeDependencyFailureFault')
90
+ DeleteDBClusterMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterMessage')
91
+ DeleteDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterParameterGroupMessage')
92
+ DeleteDBClusterResult = Shapes::StructureShape.new(name: 'DeleteDBClusterResult')
93
+ DeleteDBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterSnapshotMessage')
94
+ DeleteDBClusterSnapshotResult = Shapes::StructureShape.new(name: 'DeleteDBClusterSnapshotResult')
95
+ DeleteDBInstanceMessage = Shapes::StructureShape.new(name: 'DeleteDBInstanceMessage')
96
+ DeleteDBInstanceResult = Shapes::StructureShape.new(name: 'DeleteDBInstanceResult')
97
+ DeleteDBSubnetGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBSubnetGroupMessage')
98
+ DescribeDBClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterParameterGroupsMessage')
99
+ DescribeDBClusterParametersMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterParametersMessage')
100
+ DescribeDBClusterSnapshotAttributesMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterSnapshotAttributesMessage')
101
+ DescribeDBClusterSnapshotAttributesResult = Shapes::StructureShape.new(name: 'DescribeDBClusterSnapshotAttributesResult')
102
+ DescribeDBClusterSnapshotsMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterSnapshotsMessage')
103
+ DescribeDBClustersMessage = Shapes::StructureShape.new(name: 'DescribeDBClustersMessage')
104
+ DescribeDBEngineVersionsMessage = Shapes::StructureShape.new(name: 'DescribeDBEngineVersionsMessage')
105
+ DescribeDBInstancesMessage = Shapes::StructureShape.new(name: 'DescribeDBInstancesMessage')
106
+ DescribeDBSubnetGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBSubnetGroupsMessage')
107
+ DescribeEngineDefaultClusterParametersMessage = Shapes::StructureShape.new(name: 'DescribeEngineDefaultClusterParametersMessage')
108
+ DescribeEngineDefaultClusterParametersResult = Shapes::StructureShape.new(name: 'DescribeEngineDefaultClusterParametersResult')
109
+ DescribeEventCategoriesMessage = Shapes::StructureShape.new(name: 'DescribeEventCategoriesMessage')
110
+ DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
111
+ DescribeOrderableDBInstanceOptionsMessage = Shapes::StructureShape.new(name: 'DescribeOrderableDBInstanceOptionsMessage')
112
+ DescribePendingMaintenanceActionsMessage = Shapes::StructureShape.new(name: 'DescribePendingMaintenanceActionsMessage')
113
+ Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
114
+ EngineDefaults = Shapes::StructureShape.new(name: 'EngineDefaults')
115
+ Event = Shapes::StructureShape.new(name: 'Event')
116
+ EventCategoriesList = Shapes::ListShape.new(name: 'EventCategoriesList')
117
+ EventCategoriesMap = Shapes::StructureShape.new(name: 'EventCategoriesMap')
118
+ EventCategoriesMapList = Shapes::ListShape.new(name: 'EventCategoriesMapList')
119
+ EventCategoriesMessage = Shapes::StructureShape.new(name: 'EventCategoriesMessage')
120
+ EventList = Shapes::ListShape.new(name: 'EventList')
121
+ EventsMessage = Shapes::StructureShape.new(name: 'EventsMessage')
122
+ FailoverDBClusterMessage = Shapes::StructureShape.new(name: 'FailoverDBClusterMessage')
123
+ FailoverDBClusterResult = Shapes::StructureShape.new(name: 'FailoverDBClusterResult')
124
+ Filter = Shapes::StructureShape.new(name: 'Filter')
125
+ FilterList = Shapes::ListShape.new(name: 'FilterList')
126
+ FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
127
+ InstanceQuotaExceededFault = Shapes::StructureShape.new(name: 'InstanceQuotaExceededFault')
128
+ InsufficientDBClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBClusterCapacityFault')
129
+ InsufficientDBInstanceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBInstanceCapacityFault')
130
+ InsufficientStorageClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientStorageClusterCapacityFault')
131
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
132
+ IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
133
+ InvalidDBClusterSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterSnapshotStateFault')
134
+ InvalidDBClusterStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterStateFault')
135
+ InvalidDBInstanceStateFault = Shapes::StructureShape.new(name: 'InvalidDBInstanceStateFault')
136
+ InvalidDBParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBParameterGroupStateFault')
137
+ InvalidDBSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBSecurityGroupStateFault')
138
+ InvalidDBSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBSnapshotStateFault')
139
+ InvalidDBSubnetGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetGroupStateFault')
140
+ InvalidDBSubnetStateFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetStateFault')
141
+ InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault')
142
+ InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
143
+ InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault')
144
+ KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
145
+ KeyList = Shapes::ListShape.new(name: 'KeyList')
146
+ ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
147
+ LogTypeList = Shapes::ListShape.new(name: 'LogTypeList')
148
+ ModifyDBClusterMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterMessage')
149
+ ModifyDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterParameterGroupMessage')
150
+ ModifyDBClusterResult = Shapes::StructureShape.new(name: 'ModifyDBClusterResult')
151
+ ModifyDBClusterSnapshotAttributeMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterSnapshotAttributeMessage')
152
+ ModifyDBClusterSnapshotAttributeResult = Shapes::StructureShape.new(name: 'ModifyDBClusterSnapshotAttributeResult')
153
+ ModifyDBInstanceMessage = Shapes::StructureShape.new(name: 'ModifyDBInstanceMessage')
154
+ ModifyDBInstanceResult = Shapes::StructureShape.new(name: 'ModifyDBInstanceResult')
155
+ ModifyDBSubnetGroupMessage = Shapes::StructureShape.new(name: 'ModifyDBSubnetGroupMessage')
156
+ ModifyDBSubnetGroupResult = Shapes::StructureShape.new(name: 'ModifyDBSubnetGroupResult')
157
+ OrderableDBInstanceOption = Shapes::StructureShape.new(name: 'OrderableDBInstanceOption')
158
+ OrderableDBInstanceOptionsList = Shapes::ListShape.new(name: 'OrderableDBInstanceOptionsList')
159
+ OrderableDBInstanceOptionsMessage = Shapes::StructureShape.new(name: 'OrderableDBInstanceOptionsMessage')
160
+ Parameter = Shapes::StructureShape.new(name: 'Parameter')
161
+ ParametersList = Shapes::ListShape.new(name: 'ParametersList')
162
+ PendingCloudwatchLogsExports = Shapes::StructureShape.new(name: 'PendingCloudwatchLogsExports')
163
+ PendingMaintenanceAction = Shapes::StructureShape.new(name: 'PendingMaintenanceAction')
164
+ PendingMaintenanceActionDetails = Shapes::ListShape.new(name: 'PendingMaintenanceActionDetails')
165
+ PendingMaintenanceActions = Shapes::ListShape.new(name: 'PendingMaintenanceActions')
166
+ PendingMaintenanceActionsMessage = Shapes::StructureShape.new(name: 'PendingMaintenanceActionsMessage')
167
+ PendingModifiedValues = Shapes::StructureShape.new(name: 'PendingModifiedValues')
168
+ RebootDBInstanceMessage = Shapes::StructureShape.new(name: 'RebootDBInstanceMessage')
169
+ RebootDBInstanceResult = Shapes::StructureShape.new(name: 'RebootDBInstanceResult')
170
+ RemoveTagsFromResourceMessage = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceMessage')
171
+ ResetDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'ResetDBClusterParameterGroupMessage')
172
+ ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault')
173
+ ResourcePendingMaintenanceActions = Shapes::StructureShape.new(name: 'ResourcePendingMaintenanceActions')
174
+ RestoreDBClusterFromSnapshotMessage = Shapes::StructureShape.new(name: 'RestoreDBClusterFromSnapshotMessage')
175
+ RestoreDBClusterFromSnapshotResult = Shapes::StructureShape.new(name: 'RestoreDBClusterFromSnapshotResult')
176
+ RestoreDBClusterToPointInTimeMessage = Shapes::StructureShape.new(name: 'RestoreDBClusterToPointInTimeMessage')
177
+ RestoreDBClusterToPointInTimeResult = Shapes::StructureShape.new(name: 'RestoreDBClusterToPointInTimeResult')
178
+ SharedSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SharedSnapshotQuotaExceededFault')
179
+ SnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotQuotaExceededFault')
180
+ SourceType = Shapes::StringShape.new(name: 'SourceType')
181
+ StorageQuotaExceededFault = Shapes::StructureShape.new(name: 'StorageQuotaExceededFault')
182
+ StorageTypeNotSupportedFault = Shapes::StructureShape.new(name: 'StorageTypeNotSupportedFault')
183
+ String = Shapes::StringShape.new(name: 'String')
184
+ Subnet = Shapes::StructureShape.new(name: 'Subnet')
185
+ SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse')
186
+ SubnetIdentifierList = Shapes::ListShape.new(name: 'SubnetIdentifierList')
187
+ SubnetList = Shapes::ListShape.new(name: 'SubnetList')
188
+ TStamp = Shapes::TimestampShape.new(name: 'TStamp')
189
+ Tag = Shapes::StructureShape.new(name: 'Tag')
190
+ TagList = Shapes::ListShape.new(name: 'TagList')
191
+ TagListMessage = Shapes::StructureShape.new(name: 'TagListMessage')
192
+ UpgradeTarget = Shapes::StructureShape.new(name: 'UpgradeTarget')
193
+ ValidUpgradeTargetList = Shapes::ListShape.new(name: 'ValidUpgradeTargetList')
194
+ VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
195
+ VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
196
+ VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
197
+
198
+ AddTagsToResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
199
+ AddTagsToResourceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
200
+ AddTagsToResourceMessage.struct_class = Types::AddTagsToResourceMessage
201
+
202
+ ApplyPendingMaintenanceActionMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceIdentifier"))
203
+ ApplyPendingMaintenanceActionMessage.add_member(:apply_action, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ApplyAction"))
204
+ ApplyPendingMaintenanceActionMessage.add_member(:opt_in_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptInType"))
205
+ ApplyPendingMaintenanceActionMessage.struct_class = Types::ApplyPendingMaintenanceActionMessage
206
+
207
+ ApplyPendingMaintenanceActionResult.add_member(:resource_pending_maintenance_actions, Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions, location_name: "ResourcePendingMaintenanceActions"))
208
+ ApplyPendingMaintenanceActionResult.struct_class = Types::ApplyPendingMaintenanceActionResult
209
+
210
+ AttributeValueList.member = Shapes::ShapeRef.new(shape: String, location_name: "AttributeValue")
211
+
212
+ AvailabilityZone.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
213
+ AvailabilityZone.struct_class = Types::AvailabilityZone
214
+
215
+ AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone")
216
+
217
+ AvailabilityZones.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone")
218
+
219
+ CloudwatchLogsExportConfiguration.add_member(:enable_log_types, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableLogTypes"))
220
+ CloudwatchLogsExportConfiguration.add_member(:disable_log_types, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "DisableLogTypes"))
221
+ CloudwatchLogsExportConfiguration.struct_class = Types::CloudwatchLogsExportConfiguration
222
+
223
+ CopyDBClusterParameterGroupMessage.add_member(:source_db_cluster_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBClusterParameterGroupIdentifier"))
224
+ CopyDBClusterParameterGroupMessage.add_member(:target_db_cluster_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterParameterGroupIdentifier"))
225
+ CopyDBClusterParameterGroupMessage.add_member(:target_db_cluster_parameter_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterParameterGroupDescription"))
226
+ CopyDBClusterParameterGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
227
+ CopyDBClusterParameterGroupMessage.struct_class = Types::CopyDBClusterParameterGroupMessage
228
+
229
+ CopyDBClusterParameterGroupResult.add_member(:db_cluster_parameter_group, Shapes::ShapeRef.new(shape: DBClusterParameterGroup, location_name: "DBClusterParameterGroup"))
230
+ CopyDBClusterParameterGroupResult.struct_class = Types::CopyDBClusterParameterGroupResult
231
+
232
+ CopyDBClusterSnapshotMessage.add_member(:source_db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBClusterSnapshotIdentifier"))
233
+ CopyDBClusterSnapshotMessage.add_member(:target_db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterSnapshotIdentifier"))
234
+ CopyDBClusterSnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
235
+ CopyDBClusterSnapshotMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: String, location_name: "PreSignedUrl"))
236
+ CopyDBClusterSnapshotMessage.add_member(:copy_tags, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTags"))
237
+ CopyDBClusterSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
238
+ CopyDBClusterSnapshotMessage.struct_class = Types::CopyDBClusterSnapshotMessage
239
+
240
+ CopyDBClusterSnapshotResult.add_member(:db_cluster_snapshot, Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot"))
241
+ CopyDBClusterSnapshotResult.struct_class = Types::CopyDBClusterSnapshotResult
242
+
243
+ CreateDBClusterMessage.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
244
+ CreateDBClusterMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
245
+ CreateDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
246
+ CreateDBClusterMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
247
+ CreateDBClusterMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
248
+ CreateDBClusterMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
249
+ CreateDBClusterMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
250
+ CreateDBClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
251
+ CreateDBClusterMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
252
+ CreateDBClusterMessage.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
253
+ CreateDBClusterMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
254
+ CreateDBClusterMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
255
+ CreateDBClusterMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
256
+ CreateDBClusterMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
257
+ CreateDBClusterMessage.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
258
+ CreateDBClusterMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
259
+ CreateDBClusterMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
260
+ CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
261
+
262
+ CreateDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
263
+ CreateDBClusterParameterGroupMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupFamily"))
264
+ CreateDBClusterParameterGroupMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
265
+ CreateDBClusterParameterGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
266
+ CreateDBClusterParameterGroupMessage.struct_class = Types::CreateDBClusterParameterGroupMessage
267
+
268
+ CreateDBClusterParameterGroupResult.add_member(:db_cluster_parameter_group, Shapes::ShapeRef.new(shape: DBClusterParameterGroup, location_name: "DBClusterParameterGroup"))
269
+ CreateDBClusterParameterGroupResult.struct_class = Types::CreateDBClusterParameterGroupResult
270
+
271
+ CreateDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
272
+ CreateDBClusterResult.struct_class = Types::CreateDBClusterResult
273
+
274
+ CreateDBClusterSnapshotMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterSnapshotIdentifier"))
275
+ CreateDBClusterSnapshotMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
276
+ CreateDBClusterSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
277
+ CreateDBClusterSnapshotMessage.struct_class = Types::CreateDBClusterSnapshotMessage
278
+
279
+ CreateDBClusterSnapshotResult.add_member(:db_cluster_snapshot, Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot"))
280
+ CreateDBClusterSnapshotResult.struct_class = Types::CreateDBClusterSnapshotResult
281
+
282
+ CreateDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
283
+ CreateDBInstanceMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceClass"))
284
+ CreateDBInstanceMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
285
+ CreateDBInstanceMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
286
+ CreateDBInstanceMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
287
+ CreateDBInstanceMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
288
+ CreateDBInstanceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
289
+ CreateDBInstanceMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
290
+ CreateDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
291
+ CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
292
+
293
+ CreateDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
294
+ CreateDBInstanceResult.struct_class = Types::CreateDBInstanceResult
295
+
296
+ CreateDBSubnetGroupMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSubnetGroupName"))
297
+ CreateDBSubnetGroupMessage.add_member(:db_subnet_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSubnetGroupDescription"))
298
+ CreateDBSubnetGroupMessage.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, required: true, location_name: "SubnetIds"))
299
+ CreateDBSubnetGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
300
+ CreateDBSubnetGroupMessage.struct_class = Types::CreateDBSubnetGroupMessage
301
+
302
+ CreateDBSubnetGroupResult.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
303
+ CreateDBSubnetGroupResult.struct_class = Types::CreateDBSubnetGroupResult
304
+
305
+ DBCluster.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
306
+ DBCluster.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
307
+ DBCluster.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
308
+ DBCluster.add_member(:db_cluster_parameter_group, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroup"))
309
+ DBCluster.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroup"))
310
+ DBCluster.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
311
+ DBCluster.add_member(:percent_progress, Shapes::ShapeRef.new(shape: String, location_name: "PercentProgress"))
312
+ DBCluster.add_member(:earliest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EarliestRestorableTime"))
313
+ DBCluster.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
314
+ DBCluster.add_member(:reader_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "ReaderEndpoint"))
315
+ DBCluster.add_member(:multi_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZ"))
316
+ DBCluster.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
317
+ DBCluster.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
318
+ DBCluster.add_member(:latest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LatestRestorableTime"))
319
+ DBCluster.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
320
+ DBCluster.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
321
+ DBCluster.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
322
+ DBCluster.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
323
+ DBCluster.add_member(:db_cluster_members, Shapes::ShapeRef.new(shape: DBClusterMemberList, location_name: "DBClusterMembers"))
324
+ DBCluster.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: VpcSecurityGroupMembershipList, location_name: "VpcSecurityGroups"))
325
+ DBCluster.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "HostedZoneId"))
326
+ DBCluster.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "StorageEncrypted"))
327
+ DBCluster.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
328
+ DBCluster.add_member(:db_cluster_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbClusterResourceId"))
329
+ DBCluster.add_member(:db_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterArn"))
330
+ DBCluster.add_member(:associated_roles, Shapes::ShapeRef.new(shape: DBClusterRoles, location_name: "AssociatedRoles"))
331
+ DBCluster.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
332
+ DBCluster.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
333
+ DBCluster.struct_class = Types::DBCluster
334
+
335
+ DBClusterList.member = Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster")
336
+
337
+ DBClusterMember.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
338
+ DBClusterMember.add_member(:is_cluster_writer, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsClusterWriter"))
339
+ DBClusterMember.add_member(:db_cluster_parameter_group_status, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupStatus"))
340
+ DBClusterMember.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
341
+ DBClusterMember.struct_class = Types::DBClusterMember
342
+
343
+ DBClusterMemberList.member = Shapes::ShapeRef.new(shape: DBClusterMember, location_name: "DBClusterMember")
344
+
345
+ DBClusterMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
346
+ DBClusterMessage.add_member(:db_clusters, Shapes::ShapeRef.new(shape: DBClusterList, location_name: "DBClusters"))
347
+ DBClusterMessage.struct_class = Types::DBClusterMessage
348
+
349
+ DBClusterParameterGroup.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
350
+ DBClusterParameterGroup.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
351
+ DBClusterParameterGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
352
+ DBClusterParameterGroup.add_member(:db_cluster_parameter_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupArn"))
353
+ DBClusterParameterGroup.struct_class = Types::DBClusterParameterGroup
354
+
355
+ DBClusterParameterGroupDetails.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
356
+ DBClusterParameterGroupDetails.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
357
+ DBClusterParameterGroupDetails.struct_class = Types::DBClusterParameterGroupDetails
358
+
359
+ DBClusterParameterGroupList.member = Shapes::ShapeRef.new(shape: DBClusterParameterGroup, location_name: "DBClusterParameterGroup")
360
+
361
+ DBClusterParameterGroupNameMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
362
+ DBClusterParameterGroupNameMessage.struct_class = Types::DBClusterParameterGroupNameMessage
363
+
364
+ DBClusterParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
365
+ DBClusterParameterGroupsMessage.add_member(:db_cluster_parameter_groups, Shapes::ShapeRef.new(shape: DBClusterParameterGroupList, location_name: "DBClusterParameterGroups"))
366
+ DBClusterParameterGroupsMessage.struct_class = Types::DBClusterParameterGroupsMessage
367
+
368
+ DBClusterRole.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "RoleArn"))
369
+ DBClusterRole.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
370
+ DBClusterRole.struct_class = Types::DBClusterRole
371
+
372
+ DBClusterRoles.member = Shapes::ShapeRef.new(shape: DBClusterRole, location_name: "DBClusterRole")
373
+
374
+ DBClusterSnapshot.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
375
+ DBClusterSnapshot.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotIdentifier"))
376
+ DBClusterSnapshot.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
377
+ DBClusterSnapshot.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotCreateTime"))
378
+ DBClusterSnapshot.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
379
+ DBClusterSnapshot.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
380
+ DBClusterSnapshot.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
381
+ DBClusterSnapshot.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
382
+ DBClusterSnapshot.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
383
+ DBClusterSnapshot.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
384
+ DBClusterSnapshot.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
385
+ DBClusterSnapshot.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
386
+ DBClusterSnapshot.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Integer, location_name: "PercentProgress"))
387
+ DBClusterSnapshot.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "StorageEncrypted"))
388
+ DBClusterSnapshot.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
389
+ DBClusterSnapshot.add_member(:db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotArn"))
390
+ DBClusterSnapshot.add_member(:source_db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterSnapshotArn"))
391
+ DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
392
+
393
+ DBClusterSnapshotAttribute.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "AttributeName"))
394
+ DBClusterSnapshotAttribute.add_member(:attribute_values, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "AttributeValues"))
395
+ DBClusterSnapshotAttribute.struct_class = Types::DBClusterSnapshotAttribute
396
+
397
+ DBClusterSnapshotAttributeList.member = Shapes::ShapeRef.new(shape: DBClusterSnapshotAttribute, location_name: "DBClusterSnapshotAttribute")
398
+
399
+ DBClusterSnapshotAttributesResult.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotIdentifier"))
400
+ DBClusterSnapshotAttributesResult.add_member(:db_cluster_snapshot_attributes, Shapes::ShapeRef.new(shape: DBClusterSnapshotAttributeList, location_name: "DBClusterSnapshotAttributes"))
401
+ DBClusterSnapshotAttributesResult.struct_class = Types::DBClusterSnapshotAttributesResult
402
+
403
+ DBClusterSnapshotList.member = Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot")
404
+
405
+ DBClusterSnapshotMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
406
+ DBClusterSnapshotMessage.add_member(:db_cluster_snapshots, Shapes::ShapeRef.new(shape: DBClusterSnapshotList, location_name: "DBClusterSnapshots"))
407
+ DBClusterSnapshotMessage.struct_class = Types::DBClusterSnapshotMessage
408
+
409
+ DBEngineVersion.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
410
+ DBEngineVersion.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
411
+ DBEngineVersion.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
412
+ DBEngineVersion.add_member(:db_engine_description, Shapes::ShapeRef.new(shape: String, location_name: "DBEngineDescription"))
413
+ DBEngineVersion.add_member(:db_engine_version_description, Shapes::ShapeRef.new(shape: String, location_name: "DBEngineVersionDescription"))
414
+ DBEngineVersion.add_member(:valid_upgrade_target, Shapes::ShapeRef.new(shape: ValidUpgradeTargetList, location_name: "ValidUpgradeTarget"))
415
+ DBEngineVersion.add_member(:exportable_log_types, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "ExportableLogTypes"))
416
+ DBEngineVersion.add_member(:supports_log_exports_to_cloudwatch_logs, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsLogExportsToCloudwatchLogs"))
417
+ DBEngineVersion.struct_class = Types::DBEngineVersion
418
+
419
+ DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
420
+
421
+ DBEngineVersionMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
422
+ DBEngineVersionMessage.add_member(:db_engine_versions, Shapes::ShapeRef.new(shape: DBEngineVersionList, location_name: "DBEngineVersions"))
423
+ DBEngineVersionMessage.struct_class = Types::DBEngineVersionMessage
424
+
425
+ DBInstance.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
426
+ DBInstance.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
427
+ DBInstance.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
428
+ DBInstance.add_member(:db_instance_status, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceStatus"))
429
+ DBInstance.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
430
+ DBInstance.add_member(:instance_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "InstanceCreateTime"))
431
+ DBInstance.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
432
+ DBInstance.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "BackupRetentionPeriod"))
433
+ DBInstance.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: VpcSecurityGroupMembershipList, location_name: "VpcSecurityGroups"))
434
+ DBInstance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
435
+ DBInstance.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
436
+ DBInstance.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
437
+ DBInstance.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: PendingModifiedValues, location_name: "PendingModifiedValues"))
438
+ DBInstance.add_member(:latest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LatestRestorableTime"))
439
+ DBInstance.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
440
+ DBInstance.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoMinorVersionUpgrade"))
441
+ DBInstance.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAccessible"))
442
+ DBInstance.add_member(:status_infos, Shapes::ShapeRef.new(shape: DBInstanceStatusInfoList, location_name: "StatusInfos"))
443
+ DBInstance.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
444
+ DBInstance.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "StorageEncrypted"))
445
+ DBInstance.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
446
+ DBInstance.add_member(:dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbiResourceId"))
447
+ DBInstance.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
448
+ DBInstance.add_member(:db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceArn"))
449
+ DBInstance.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
450
+ DBInstance.struct_class = Types::DBInstance
451
+
452
+ DBInstanceList.member = Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance")
453
+
454
+ DBInstanceMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
455
+ DBInstanceMessage.add_member(:db_instances, Shapes::ShapeRef.new(shape: DBInstanceList, location_name: "DBInstances"))
456
+ DBInstanceMessage.struct_class = Types::DBInstanceMessage
457
+
458
+ DBInstanceStatusInfo.add_member(:status_type, Shapes::ShapeRef.new(shape: String, location_name: "StatusType"))
459
+ DBInstanceStatusInfo.add_member(:normal, Shapes::ShapeRef.new(shape: Boolean, location_name: "Normal"))
460
+ DBInstanceStatusInfo.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
461
+ DBInstanceStatusInfo.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
462
+ DBInstanceStatusInfo.struct_class = Types::DBInstanceStatusInfo
463
+
464
+ DBInstanceStatusInfoList.member = Shapes::ShapeRef.new(shape: DBInstanceStatusInfo, location_name: "DBInstanceStatusInfo")
465
+
466
+ DBSubnetGroup.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
467
+ DBSubnetGroup.add_member(:db_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupDescription"))
468
+ DBSubnetGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
469
+ DBSubnetGroup.add_member(:subnet_group_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupStatus"))
470
+ DBSubnetGroup.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetList, location_name: "Subnets"))
471
+ DBSubnetGroup.add_member(:db_subnet_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupArn"))
472
+ DBSubnetGroup.struct_class = Types::DBSubnetGroup
473
+
474
+ DBSubnetGroupMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
475
+ DBSubnetGroupMessage.add_member(:db_subnet_groups, Shapes::ShapeRef.new(shape: DBSubnetGroups, location_name: "DBSubnetGroups"))
476
+ DBSubnetGroupMessage.struct_class = Types::DBSubnetGroupMessage
477
+
478
+ DBSubnetGroups.member = Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup")
479
+
480
+ DeleteDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
481
+ DeleteDBClusterMessage.add_member(:skip_final_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipFinalSnapshot"))
482
+ DeleteDBClusterMessage.add_member(:final_db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalDBSnapshotIdentifier"))
483
+ DeleteDBClusterMessage.struct_class = Types::DeleteDBClusterMessage
484
+
485
+ DeleteDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
486
+ DeleteDBClusterParameterGroupMessage.struct_class = Types::DeleteDBClusterParameterGroupMessage
487
+
488
+ DeleteDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
489
+ DeleteDBClusterResult.struct_class = Types::DeleteDBClusterResult
490
+
491
+ DeleteDBClusterSnapshotMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterSnapshotIdentifier"))
492
+ DeleteDBClusterSnapshotMessage.struct_class = Types::DeleteDBClusterSnapshotMessage
493
+
494
+ DeleteDBClusterSnapshotResult.add_member(:db_cluster_snapshot, Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot"))
495
+ DeleteDBClusterSnapshotResult.struct_class = Types::DeleteDBClusterSnapshotResult
496
+
497
+ DeleteDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
498
+ DeleteDBInstanceMessage.struct_class = Types::DeleteDBInstanceMessage
499
+
500
+ DeleteDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
501
+ DeleteDBInstanceResult.struct_class = Types::DeleteDBInstanceResult
502
+
503
+ DeleteDBSubnetGroupMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSubnetGroupName"))
504
+ DeleteDBSubnetGroupMessage.struct_class = Types::DeleteDBSubnetGroupMessage
505
+
506
+ DescribeDBClusterParameterGroupsMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
507
+ DescribeDBClusterParameterGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
508
+ DescribeDBClusterParameterGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
509
+ DescribeDBClusterParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
510
+ DescribeDBClusterParameterGroupsMessage.struct_class = Types::DescribeDBClusterParameterGroupsMessage
511
+
512
+ DescribeDBClusterParametersMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
513
+ DescribeDBClusterParametersMessage.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
514
+ DescribeDBClusterParametersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
515
+ DescribeDBClusterParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
516
+ DescribeDBClusterParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
517
+ DescribeDBClusterParametersMessage.struct_class = Types::DescribeDBClusterParametersMessage
518
+
519
+ DescribeDBClusterSnapshotAttributesMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterSnapshotIdentifier"))
520
+ DescribeDBClusterSnapshotAttributesMessage.struct_class = Types::DescribeDBClusterSnapshotAttributesMessage
521
+
522
+ DescribeDBClusterSnapshotAttributesResult.add_member(:db_cluster_snapshot_attributes_result, Shapes::ShapeRef.new(shape: DBClusterSnapshotAttributesResult, location_name: "DBClusterSnapshotAttributesResult"))
523
+ DescribeDBClusterSnapshotAttributesResult.struct_class = Types::DescribeDBClusterSnapshotAttributesResult
524
+
525
+ DescribeDBClusterSnapshotsMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
526
+ DescribeDBClusterSnapshotsMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotIdentifier"))
527
+ DescribeDBClusterSnapshotsMessage.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
528
+ DescribeDBClusterSnapshotsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
529
+ DescribeDBClusterSnapshotsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
530
+ DescribeDBClusterSnapshotsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
531
+ DescribeDBClusterSnapshotsMessage.add_member(:include_shared, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeShared"))
532
+ DescribeDBClusterSnapshotsMessage.add_member(:include_public, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludePublic"))
533
+ DescribeDBClusterSnapshotsMessage.struct_class = Types::DescribeDBClusterSnapshotsMessage
534
+
535
+ DescribeDBClustersMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
536
+ DescribeDBClustersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
537
+ DescribeDBClustersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
538
+ DescribeDBClustersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
539
+ DescribeDBClustersMessage.struct_class = Types::DescribeDBClustersMessage
540
+
541
+ DescribeDBEngineVersionsMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
542
+ DescribeDBEngineVersionsMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
543
+ DescribeDBEngineVersionsMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
544
+ DescribeDBEngineVersionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
545
+ DescribeDBEngineVersionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
546
+ DescribeDBEngineVersionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
547
+ DescribeDBEngineVersionsMessage.add_member(:default_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "DefaultOnly"))
548
+ DescribeDBEngineVersionsMessage.add_member(:list_supported_character_sets, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ListSupportedCharacterSets"))
549
+ DescribeDBEngineVersionsMessage.add_member(:list_supported_timezones, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ListSupportedTimezones"))
550
+ DescribeDBEngineVersionsMessage.struct_class = Types::DescribeDBEngineVersionsMessage
551
+
552
+ DescribeDBInstancesMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
553
+ DescribeDBInstancesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
554
+ DescribeDBInstancesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
555
+ DescribeDBInstancesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
556
+ DescribeDBInstancesMessage.struct_class = Types::DescribeDBInstancesMessage
557
+
558
+ DescribeDBSubnetGroupsMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
559
+ DescribeDBSubnetGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
560
+ DescribeDBSubnetGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
561
+ DescribeDBSubnetGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
562
+ DescribeDBSubnetGroupsMessage.struct_class = Types::DescribeDBSubnetGroupsMessage
563
+
564
+ DescribeEngineDefaultClusterParametersMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupFamily"))
565
+ DescribeEngineDefaultClusterParametersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
566
+ DescribeEngineDefaultClusterParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
567
+ DescribeEngineDefaultClusterParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
568
+ DescribeEngineDefaultClusterParametersMessage.struct_class = Types::DescribeEngineDefaultClusterParametersMessage
569
+
570
+ DescribeEngineDefaultClusterParametersResult.add_member(:engine_defaults, Shapes::ShapeRef.new(shape: EngineDefaults, location_name: "EngineDefaults"))
571
+ DescribeEngineDefaultClusterParametersResult.struct_class = Types::DescribeEngineDefaultClusterParametersResult
572
+
573
+ DescribeEventCategoriesMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
574
+ DescribeEventCategoriesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
575
+ DescribeEventCategoriesMessage.struct_class = Types::DescribeEventCategoriesMessage
576
+
577
+ DescribeEventsMessage.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
578
+ DescribeEventsMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
579
+ DescribeEventsMessage.add_member(:start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "StartTime"))
580
+ DescribeEventsMessage.add_member(:end_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EndTime"))
581
+ DescribeEventsMessage.add_member(:duration, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Duration"))
582
+ DescribeEventsMessage.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
583
+ DescribeEventsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
584
+ DescribeEventsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
585
+ DescribeEventsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
586
+ DescribeEventsMessage.struct_class = Types::DescribeEventsMessage
587
+
588
+ DescribeOrderableDBInstanceOptionsMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
589
+ DescribeOrderableDBInstanceOptionsMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
590
+ DescribeOrderableDBInstanceOptionsMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
591
+ DescribeOrderableDBInstanceOptionsMessage.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
592
+ DescribeOrderableDBInstanceOptionsMessage.add_member(:vpc, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Vpc"))
593
+ DescribeOrderableDBInstanceOptionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
594
+ DescribeOrderableDBInstanceOptionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
595
+ DescribeOrderableDBInstanceOptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
596
+ DescribeOrderableDBInstanceOptionsMessage.struct_class = Types::DescribeOrderableDBInstanceOptionsMessage
597
+
598
+ DescribePendingMaintenanceActionsMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
599
+ DescribePendingMaintenanceActionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
600
+ DescribePendingMaintenanceActionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
601
+ DescribePendingMaintenanceActionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
602
+ DescribePendingMaintenanceActionsMessage.struct_class = Types::DescribePendingMaintenanceActionsMessage
603
+
604
+ Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
605
+ Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
606
+ Endpoint.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "HostedZoneId"))
607
+ Endpoint.struct_class = Types::Endpoint
608
+
609
+ EngineDefaults.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
610
+ EngineDefaults.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
611
+ EngineDefaults.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
612
+ EngineDefaults.struct_class = Types::EngineDefaults
613
+
614
+ Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
615
+ Event.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
616
+ Event.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
617
+ Event.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
618
+ Event.add_member(:date, Shapes::ShapeRef.new(shape: TStamp, location_name: "Date"))
619
+ Event.add_member(:source_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceArn"))
620
+ Event.struct_class = Types::Event
621
+
622
+ EventCategoriesList.member = Shapes::ShapeRef.new(shape: String, location_name: "EventCategory")
623
+
624
+ EventCategoriesMap.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
625
+ EventCategoriesMap.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
626
+ EventCategoriesMap.struct_class = Types::EventCategoriesMap
627
+
628
+ EventCategoriesMapList.member = Shapes::ShapeRef.new(shape: EventCategoriesMap, location_name: "EventCategoriesMap")
629
+
630
+ EventCategoriesMessage.add_member(:event_categories_map_list, Shapes::ShapeRef.new(shape: EventCategoriesMapList, location_name: "EventCategoriesMapList"))
631
+ EventCategoriesMessage.struct_class = Types::EventCategoriesMessage
632
+
633
+ EventList.member = Shapes::ShapeRef.new(shape: Event, location_name: "Event")
634
+
635
+ EventsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
636
+ EventsMessage.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
637
+ EventsMessage.struct_class = Types::EventsMessage
638
+
639
+ FailoverDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
640
+ FailoverDBClusterMessage.add_member(:target_db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "TargetDBInstanceIdentifier"))
641
+ FailoverDBClusterMessage.struct_class = Types::FailoverDBClusterMessage
642
+
643
+ FailoverDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
644
+ FailoverDBClusterResult.struct_class = Types::FailoverDBClusterResult
645
+
646
+ Filter.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
647
+ Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValueList, required: true, location_name: "Values"))
648
+ Filter.struct_class = Types::Filter
649
+
650
+ FilterList.member = Shapes::ShapeRef.new(shape: Filter, location_name: "Filter")
651
+
652
+ FilterValueList.member = Shapes::ShapeRef.new(shape: String, location_name: "Value")
653
+
654
+ KeyList.member = Shapes::ShapeRef.new(shape: String)
655
+
656
+ ListTagsForResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
657
+ ListTagsForResourceMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
658
+ ListTagsForResourceMessage.struct_class = Types::ListTagsForResourceMessage
659
+
660
+ LogTypeList.member = Shapes::ShapeRef.new(shape: String)
661
+
662
+ ModifyDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
663
+ ModifyDBClusterMessage.add_member(:new_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "NewDBClusterIdentifier"))
664
+ ModifyDBClusterMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplyImmediately"))
665
+ ModifyDBClusterMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
666
+ ModifyDBClusterMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
667
+ ModifyDBClusterMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
668
+ ModifyDBClusterMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
669
+ ModifyDBClusterMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
670
+ ModifyDBClusterMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
671
+ ModifyDBClusterMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
672
+ ModifyDBClusterMessage.add_member(:cloudwatch_logs_export_configuration, Shapes::ShapeRef.new(shape: CloudwatchLogsExportConfiguration, location_name: "CloudwatchLogsExportConfiguration"))
673
+ ModifyDBClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
674
+ ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
675
+
676
+ ModifyDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
677
+ ModifyDBClusterParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, required: true, location_name: "Parameters"))
678
+ ModifyDBClusterParameterGroupMessage.struct_class = Types::ModifyDBClusterParameterGroupMessage
679
+
680
+ ModifyDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
681
+ ModifyDBClusterResult.struct_class = Types::ModifyDBClusterResult
682
+
683
+ ModifyDBClusterSnapshotAttributeMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterSnapshotIdentifier"))
684
+ ModifyDBClusterSnapshotAttributeMessage.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AttributeName"))
685
+ ModifyDBClusterSnapshotAttributeMessage.add_member(:values_to_add, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "ValuesToAdd"))
686
+ ModifyDBClusterSnapshotAttributeMessage.add_member(:values_to_remove, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "ValuesToRemove"))
687
+ ModifyDBClusterSnapshotAttributeMessage.struct_class = Types::ModifyDBClusterSnapshotAttributeMessage
688
+
689
+ ModifyDBClusterSnapshotAttributeResult.add_member(:db_cluster_snapshot_attributes_result, Shapes::ShapeRef.new(shape: DBClusterSnapshotAttributesResult, location_name: "DBClusterSnapshotAttributesResult"))
690
+ ModifyDBClusterSnapshotAttributeResult.struct_class = Types::ModifyDBClusterSnapshotAttributeResult
691
+
692
+ ModifyDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
693
+ ModifyDBInstanceMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
694
+ ModifyDBInstanceMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplyImmediately"))
695
+ ModifyDBInstanceMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
696
+ ModifyDBInstanceMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
697
+ ModifyDBInstanceMessage.add_member(:new_db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "NewDBInstanceIdentifier"))
698
+ ModifyDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
699
+ ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
700
+
701
+ ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
702
+ ModifyDBInstanceResult.struct_class = Types::ModifyDBInstanceResult
703
+
704
+ ModifyDBSubnetGroupMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSubnetGroupName"))
705
+ ModifyDBSubnetGroupMessage.add_member(:db_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupDescription"))
706
+ ModifyDBSubnetGroupMessage.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, required: true, location_name: "SubnetIds"))
707
+ ModifyDBSubnetGroupMessage.struct_class = Types::ModifyDBSubnetGroupMessage
708
+
709
+ ModifyDBSubnetGroupResult.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
710
+ ModifyDBSubnetGroupResult.struct_class = Types::ModifyDBSubnetGroupResult
711
+
712
+ OrderableDBInstanceOption.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
713
+ OrderableDBInstanceOption.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
714
+ OrderableDBInstanceOption.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
715
+ OrderableDBInstanceOption.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
716
+ OrderableDBInstanceOption.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZoneList, location_name: "AvailabilityZones"))
717
+ OrderableDBInstanceOption.add_member(:vpc, Shapes::ShapeRef.new(shape: Boolean, location_name: "Vpc"))
718
+ OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
719
+
720
+ OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
721
+
722
+ OrderableDBInstanceOptionsMessage.add_member(:orderable_db_instance_options, Shapes::ShapeRef.new(shape: OrderableDBInstanceOptionsList, location_name: "OrderableDBInstanceOptions"))
723
+ OrderableDBInstanceOptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
724
+ OrderableDBInstanceOptionsMessage.struct_class = Types::OrderableDBInstanceOptionsMessage
725
+
726
+ Parameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterName"))
727
+ Parameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: String, location_name: "ParameterValue"))
728
+ Parameter.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
729
+ Parameter.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
730
+ Parameter.add_member(:apply_type, Shapes::ShapeRef.new(shape: String, location_name: "ApplyType"))
731
+ Parameter.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
732
+ Parameter.add_member(:allowed_values, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValues"))
733
+ Parameter.add_member(:is_modifiable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsModifiable"))
734
+ Parameter.add_member(:minimum_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MinimumEngineVersion"))
735
+ Parameter.add_member(:apply_method, Shapes::ShapeRef.new(shape: ApplyMethod, location_name: "ApplyMethod"))
736
+ Parameter.struct_class = Types::Parameter
737
+
738
+ ParametersList.member = Shapes::ShapeRef.new(shape: Parameter, location_name: "Parameter")
739
+
740
+ PendingCloudwatchLogsExports.add_member(:log_types_to_enable, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "LogTypesToEnable"))
741
+ PendingCloudwatchLogsExports.add_member(:log_types_to_disable, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "LogTypesToDisable"))
742
+ PendingCloudwatchLogsExports.struct_class = Types::PendingCloudwatchLogsExports
743
+
744
+ PendingMaintenanceAction.add_member(:action, Shapes::ShapeRef.new(shape: String, location_name: "Action"))
745
+ PendingMaintenanceAction.add_member(:auto_applied_after_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "AutoAppliedAfterDate"))
746
+ PendingMaintenanceAction.add_member(:forced_apply_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ForcedApplyDate"))
747
+ PendingMaintenanceAction.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: String, location_name: "OptInStatus"))
748
+ PendingMaintenanceAction.add_member(:current_apply_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "CurrentApplyDate"))
749
+ PendingMaintenanceAction.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
750
+ PendingMaintenanceAction.struct_class = Types::PendingMaintenanceAction
751
+
752
+ PendingMaintenanceActionDetails.member = Shapes::ShapeRef.new(shape: PendingMaintenanceAction, location_name: "PendingMaintenanceAction")
753
+
754
+ PendingMaintenanceActions.member = Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions, location_name: "ResourcePendingMaintenanceActions")
755
+
756
+ PendingMaintenanceActionsMessage.add_member(:pending_maintenance_actions, Shapes::ShapeRef.new(shape: PendingMaintenanceActions, location_name: "PendingMaintenanceActions"))
757
+ PendingMaintenanceActionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
758
+ PendingMaintenanceActionsMessage.struct_class = Types::PendingMaintenanceActionsMessage
759
+
760
+ PendingModifiedValues.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
761
+ PendingModifiedValues.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
762
+ PendingModifiedValues.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
763
+ PendingModifiedValues.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
764
+ PendingModifiedValues.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
765
+ PendingModifiedValues.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
766
+ PendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
767
+ PendingModifiedValues.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
768
+ PendingModifiedValues.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
769
+ PendingModifiedValues.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
770
+ PendingModifiedValues.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
771
+ PendingModifiedValues.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
772
+ PendingModifiedValues.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
773
+ PendingModifiedValues.add_member(:pending_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: PendingCloudwatchLogsExports, location_name: "PendingCloudwatchLogsExports"))
774
+ PendingModifiedValues.struct_class = Types::PendingModifiedValues
775
+
776
+ RebootDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
777
+ RebootDBInstanceMessage.add_member(:force_failover, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceFailover"))
778
+ RebootDBInstanceMessage.struct_class = Types::RebootDBInstanceMessage
779
+
780
+ RebootDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
781
+ RebootDBInstanceResult.struct_class = Types::RebootDBInstanceResult
782
+
783
+ RemoveTagsFromResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
784
+ RemoveTagsFromResourceMessage.add_member(:tag_keys, Shapes::ShapeRef.new(shape: KeyList, required: true, location_name: "TagKeys"))
785
+ RemoveTagsFromResourceMessage.struct_class = Types::RemoveTagsFromResourceMessage
786
+
787
+ ResetDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
788
+ ResetDBClusterParameterGroupMessage.add_member(:reset_all_parameters, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetAllParameters"))
789
+ ResetDBClusterParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
790
+ ResetDBClusterParameterGroupMessage.struct_class = Types::ResetDBClusterParameterGroupMessage
791
+
792
+ ResourcePendingMaintenanceActions.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
793
+ ResourcePendingMaintenanceActions.add_member(:pending_maintenance_action_details, Shapes::ShapeRef.new(shape: PendingMaintenanceActionDetails, location_name: "PendingMaintenanceActionDetails"))
794
+ ResourcePendingMaintenanceActions.struct_class = Types::ResourcePendingMaintenanceActions
795
+
796
+ RestoreDBClusterFromSnapshotMessage.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
797
+ RestoreDBClusterFromSnapshotMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
798
+ RestoreDBClusterFromSnapshotMessage.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnapshotIdentifier"))
799
+ RestoreDBClusterFromSnapshotMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
800
+ RestoreDBClusterFromSnapshotMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
801
+ RestoreDBClusterFromSnapshotMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
802
+ RestoreDBClusterFromSnapshotMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
803
+ RestoreDBClusterFromSnapshotMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
804
+ RestoreDBClusterFromSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
805
+ RestoreDBClusterFromSnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
806
+ RestoreDBClusterFromSnapshotMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
807
+ RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
808
+
809
+ RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
810
+ RestoreDBClusterFromSnapshotResult.struct_class = Types::RestoreDBClusterFromSnapshotResult
811
+
812
+ RestoreDBClusterToPointInTimeMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
813
+ RestoreDBClusterToPointInTimeMessage.add_member(:source_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBClusterIdentifier"))
814
+ RestoreDBClusterToPointInTimeMessage.add_member(:restore_to_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "RestoreToTime"))
815
+ RestoreDBClusterToPointInTimeMessage.add_member(:use_latest_restorable_time, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseLatestRestorableTime"))
816
+ RestoreDBClusterToPointInTimeMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
817
+ RestoreDBClusterToPointInTimeMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
818
+ RestoreDBClusterToPointInTimeMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
819
+ RestoreDBClusterToPointInTimeMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
820
+ RestoreDBClusterToPointInTimeMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
821
+ RestoreDBClusterToPointInTimeMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
822
+ RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
823
+
824
+ RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
825
+ RestoreDBClusterToPointInTimeResult.struct_class = Types::RestoreDBClusterToPointInTimeResult
826
+
827
+ Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
828
+ Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "SubnetAvailabilityZone"))
829
+ Subnet.add_member(:subnet_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetStatus"))
830
+ Subnet.struct_class = Types::Subnet
831
+
832
+ SubnetIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier")
833
+
834
+ SubnetList.member = Shapes::ShapeRef.new(shape: Subnet, location_name: "Subnet")
835
+
836
+ Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
837
+ Tag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
838
+ Tag.struct_class = Types::Tag
839
+
840
+ TagList.member = Shapes::ShapeRef.new(shape: Tag, location_name: "Tag")
841
+
842
+ TagListMessage.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
843
+ TagListMessage.struct_class = Types::TagListMessage
844
+
845
+ UpgradeTarget.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
846
+ UpgradeTarget.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
847
+ UpgradeTarget.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
848
+ UpgradeTarget.add_member(:auto_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoUpgrade"))
849
+ UpgradeTarget.add_member(:is_major_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsMajorVersionUpgrade"))
850
+ UpgradeTarget.struct_class = Types::UpgradeTarget
851
+
852
+ ValidUpgradeTargetList.member = Shapes::ShapeRef.new(shape: UpgradeTarget, location_name: "UpgradeTarget")
853
+
854
+ VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
855
+
856
+ VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId"))
857
+ VpcSecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
858
+ VpcSecurityGroupMembership.struct_class = Types::VpcSecurityGroupMembership
859
+
860
+ VpcSecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: VpcSecurityGroupMembership, location_name: "VpcSecurityGroupMembership")
861
+
862
+
863
+ # @api private
864
+ API = Seahorse::Model::Api.new.tap do |api|
865
+
866
+ api.version = "2014-10-31"
867
+
868
+ api.metadata = {
869
+ "apiVersion" => "2014-10-31",
870
+ "endpointPrefix" => "rds",
871
+ "protocol" => "query",
872
+ "serviceAbbreviation" => "Amazon DocDB",
873
+ "serviceFullName" => "Amazon DocumentDB with MongoDB compatibility",
874
+ "serviceId" => "DocDB",
875
+ "signatureVersion" => "v4",
876
+ "signingName" => "rds",
877
+ "uid" => "docdb-2014-10-31",
878
+ "xmlNamespace" => "http://rds.amazonaws.com/doc/2014-10-31/",
879
+ }
880
+
881
+ api.add_operation(:add_tags_to_resource, Seahorse::Model::Operation.new.tap do |o|
882
+ o.name = "AddTagsToResource"
883
+ o.http_method = "POST"
884
+ o.http_request_uri = "/"
885
+ o.input = Shapes::ShapeRef.new(shape: AddTagsToResourceMessage)
886
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
887
+ o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
888
+ o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
889
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
890
+ end)
891
+
892
+ api.add_operation(:apply_pending_maintenance_action, Seahorse::Model::Operation.new.tap do |o|
893
+ o.name = "ApplyPendingMaintenanceAction"
894
+ o.http_method = "POST"
895
+ o.http_request_uri = "/"
896
+ o.input = Shapes::ShapeRef.new(shape: ApplyPendingMaintenanceActionMessage)
897
+ o.output = Shapes::ShapeRef.new(shape: ApplyPendingMaintenanceActionResult)
898
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
899
+ end)
900
+
901
+ api.add_operation(:copy_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
902
+ o.name = "CopyDBClusterParameterGroup"
903
+ o.http_method = "POST"
904
+ o.http_request_uri = "/"
905
+ o.input = Shapes::ShapeRef.new(shape: CopyDBClusterParameterGroupMessage)
906
+ o.output = Shapes::ShapeRef.new(shape: CopyDBClusterParameterGroupResult)
907
+ o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
908
+ o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupQuotaExceededFault)
909
+ o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupAlreadyExistsFault)
910
+ end)
911
+
912
+ api.add_operation(:copy_db_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|
913
+ o.name = "CopyDBClusterSnapshot"
914
+ o.http_method = "POST"
915
+ o.http_request_uri = "/"
916
+ o.input = Shapes::ShapeRef.new(shape: CopyDBClusterSnapshotMessage)
917
+ o.output = Shapes::ShapeRef.new(shape: CopyDBClusterSnapshotResult)
918
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotAlreadyExistsFault)
919
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
920
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
921
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
922
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
923
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
924
+ end)
925
+
926
+ api.add_operation(:create_db_cluster, Seahorse::Model::Operation.new.tap do |o|
927
+ o.name = "CreateDBCluster"
928
+ o.http_method = "POST"
929
+ o.http_request_uri = "/"
930
+ o.input = Shapes::ShapeRef.new(shape: CreateDBClusterMessage)
931
+ o.output = Shapes::ShapeRef.new(shape: CreateDBClusterResult)
932
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
933
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientStorageClusterCapacityFault)
934
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterQuotaExceededFault)
935
+ o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
936
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
937
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
938
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
939
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetGroupStateFault)
940
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
941
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
942
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
943
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
944
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
945
+ o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
946
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
947
+ end)
948
+
949
+ api.add_operation(:create_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
950
+ o.name = "CreateDBClusterParameterGroup"
951
+ o.http_method = "POST"
952
+ o.http_request_uri = "/"
953
+ o.input = Shapes::ShapeRef.new(shape: CreateDBClusterParameterGroupMessage)
954
+ o.output = Shapes::ShapeRef.new(shape: CreateDBClusterParameterGroupResult)
955
+ o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupQuotaExceededFault)
956
+ o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupAlreadyExistsFault)
957
+ end)
958
+
959
+ api.add_operation(:create_db_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|
960
+ o.name = "CreateDBClusterSnapshot"
961
+ o.http_method = "POST"
962
+ o.http_request_uri = "/"
963
+ o.input = Shapes::ShapeRef.new(shape: CreateDBClusterSnapshotMessage)
964
+ o.output = Shapes::ShapeRef.new(shape: CreateDBClusterSnapshotResult)
965
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotAlreadyExistsFault)
966
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
967
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
968
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
969
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
970
+ end)
971
+
972
+ api.add_operation(:create_db_instance, Seahorse::Model::Operation.new.tap do |o|
973
+ o.name = "CreateDBInstance"
974
+ o.http_method = "POST"
975
+ o.http_request_uri = "/"
976
+ o.input = Shapes::ShapeRef.new(shape: CreateDBInstanceMessage)
977
+ o.output = Shapes::ShapeRef.new(shape: CreateDBInstanceResult)
978
+ o.errors << Shapes::ShapeRef.new(shape: DBInstanceAlreadyExistsFault)
979
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
980
+ o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
981
+ o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
982
+ o.errors << Shapes::ShapeRef.new(shape: InstanceQuotaExceededFault)
983
+ o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
984
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
985
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
986
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
987
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
988
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
989
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
990
+ o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
991
+ o.errors << Shapes::ShapeRef.new(shape: AuthorizationNotFoundFault)
992
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
993
+ end)
994
+
995
+ api.add_operation(:create_db_subnet_group, Seahorse::Model::Operation.new.tap do |o|
996
+ o.name = "CreateDBSubnetGroup"
997
+ o.http_method = "POST"
998
+ o.http_request_uri = "/"
999
+ o.input = Shapes::ShapeRef.new(shape: CreateDBSubnetGroupMessage)
1000
+ o.output = Shapes::ShapeRef.new(shape: CreateDBSubnetGroupResult)
1001
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupAlreadyExistsFault)
1002
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupQuotaExceededFault)
1003
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetQuotaExceededFault)
1004
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
1005
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1006
+ end)
1007
+
1008
+ api.add_operation(:delete_db_cluster, Seahorse::Model::Operation.new.tap do |o|
1009
+ o.name = "DeleteDBCluster"
1010
+ o.http_method = "POST"
1011
+ o.http_request_uri = "/"
1012
+ o.input = Shapes::ShapeRef.new(shape: DeleteDBClusterMessage)
1013
+ o.output = Shapes::ShapeRef.new(shape: DeleteDBClusterResult)
1014
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
1015
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
1016
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotAlreadyExistsFault)
1017
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
1018
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
1019
+ end)
1020
+
1021
+ api.add_operation(:delete_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
1022
+ o.name = "DeleteDBClusterParameterGroup"
1023
+ o.http_method = "POST"
1024
+ o.http_request_uri = "/"
1025
+ o.input = Shapes::ShapeRef.new(shape: DeleteDBClusterParameterGroupMessage)
1026
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1027
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
1028
+ o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
1029
+ end)
1030
+
1031
+ api.add_operation(:delete_db_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|
1032
+ o.name = "DeleteDBClusterSnapshot"
1033
+ o.http_method = "POST"
1034
+ o.http_request_uri = "/"
1035
+ o.input = Shapes::ShapeRef.new(shape: DeleteDBClusterSnapshotMessage)
1036
+ o.output = Shapes::ShapeRef.new(shape: DeleteDBClusterSnapshotResult)
1037
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
1038
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
1039
+ end)
1040
+
1041
+ api.add_operation(:delete_db_instance, Seahorse::Model::Operation.new.tap do |o|
1042
+ o.name = "DeleteDBInstance"
1043
+ o.http_method = "POST"
1044
+ o.http_request_uri = "/"
1045
+ o.input = Shapes::ShapeRef.new(shape: DeleteDBInstanceMessage)
1046
+ o.output = Shapes::ShapeRef.new(shape: DeleteDBInstanceResult)
1047
+ o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
1048
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
1049
+ o.errors << Shapes::ShapeRef.new(shape: DBSnapshotAlreadyExistsFault)
1050
+ o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
1051
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
1052
+ end)
1053
+
1054
+ api.add_operation(:delete_db_subnet_group, Seahorse::Model::Operation.new.tap do |o|
1055
+ o.name = "DeleteDBSubnetGroup"
1056
+ o.http_method = "POST"
1057
+ o.http_request_uri = "/"
1058
+ o.input = Shapes::ShapeRef.new(shape: DeleteDBSubnetGroupMessage)
1059
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1060
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetGroupStateFault)
1061
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetStateFault)
1062
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
1063
+ end)
1064
+
1065
+ api.add_operation(:describe_db_cluster_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
1066
+ o.name = "DescribeDBClusterParameterGroups"
1067
+ o.http_method = "POST"
1068
+ o.http_request_uri = "/"
1069
+ o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterParameterGroupsMessage)
1070
+ o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupsMessage)
1071
+ o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
1072
+ end)
1073
+
1074
+ api.add_operation(:describe_db_cluster_parameters, Seahorse::Model::Operation.new.tap do |o|
1075
+ o.name = "DescribeDBClusterParameters"
1076
+ o.http_method = "POST"
1077
+ o.http_request_uri = "/"
1078
+ o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterParametersMessage)
1079
+ o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupDetails)
1080
+ o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
1081
+ end)
1082
+
1083
+ api.add_operation(:describe_db_cluster_snapshot_attributes, Seahorse::Model::Operation.new.tap do |o|
1084
+ o.name = "DescribeDBClusterSnapshotAttributes"
1085
+ o.http_method = "POST"
1086
+ o.http_request_uri = "/"
1087
+ o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterSnapshotAttributesMessage)
1088
+ o.output = Shapes::ShapeRef.new(shape: DescribeDBClusterSnapshotAttributesResult)
1089
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
1090
+ end)
1091
+
1092
+ api.add_operation(:describe_db_cluster_snapshots, Seahorse::Model::Operation.new.tap do |o|
1093
+ o.name = "DescribeDBClusterSnapshots"
1094
+ o.http_method = "POST"
1095
+ o.http_request_uri = "/"
1096
+ o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterSnapshotsMessage)
1097
+ o.output = Shapes::ShapeRef.new(shape: DBClusterSnapshotMessage)
1098
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
1099
+ end)
1100
+
1101
+ api.add_operation(:describe_db_clusters, Seahorse::Model::Operation.new.tap do |o|
1102
+ o.name = "DescribeDBClusters"
1103
+ o.http_method = "POST"
1104
+ o.http_request_uri = "/"
1105
+ o.input = Shapes::ShapeRef.new(shape: DescribeDBClustersMessage)
1106
+ o.output = Shapes::ShapeRef.new(shape: DBClusterMessage)
1107
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
1108
+ o[:pager] = Aws::Pager.new(
1109
+ limit_key: "max_records",
1110
+ tokens: {
1111
+ "marker" => "marker"
1112
+ }
1113
+ )
1114
+ end)
1115
+
1116
+ api.add_operation(:describe_db_engine_versions, Seahorse::Model::Operation.new.tap do |o|
1117
+ o.name = "DescribeDBEngineVersions"
1118
+ o.http_method = "POST"
1119
+ o.http_request_uri = "/"
1120
+ o.input = Shapes::ShapeRef.new(shape: DescribeDBEngineVersionsMessage)
1121
+ o.output = Shapes::ShapeRef.new(shape: DBEngineVersionMessage)
1122
+ o[:pager] = Aws::Pager.new(
1123
+ limit_key: "max_records",
1124
+ tokens: {
1125
+ "marker" => "marker"
1126
+ }
1127
+ )
1128
+ end)
1129
+
1130
+ api.add_operation(:describe_db_instances, Seahorse::Model::Operation.new.tap do |o|
1131
+ o.name = "DescribeDBInstances"
1132
+ o.http_method = "POST"
1133
+ o.http_request_uri = "/"
1134
+ o.input = Shapes::ShapeRef.new(shape: DescribeDBInstancesMessage)
1135
+ o.output = Shapes::ShapeRef.new(shape: DBInstanceMessage)
1136
+ o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
1137
+ o[:pager] = Aws::Pager.new(
1138
+ limit_key: "max_records",
1139
+ tokens: {
1140
+ "marker" => "marker"
1141
+ }
1142
+ )
1143
+ end)
1144
+
1145
+ api.add_operation(:describe_db_subnet_groups, Seahorse::Model::Operation.new.tap do |o|
1146
+ o.name = "DescribeDBSubnetGroups"
1147
+ o.http_method = "POST"
1148
+ o.http_request_uri = "/"
1149
+ o.input = Shapes::ShapeRef.new(shape: DescribeDBSubnetGroupsMessage)
1150
+ o.output = Shapes::ShapeRef.new(shape: DBSubnetGroupMessage)
1151
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
1152
+ o[:pager] = Aws::Pager.new(
1153
+ limit_key: "max_records",
1154
+ tokens: {
1155
+ "marker" => "marker"
1156
+ }
1157
+ )
1158
+ end)
1159
+
1160
+ api.add_operation(:describe_engine_default_cluster_parameters, Seahorse::Model::Operation.new.tap do |o|
1161
+ o.name = "DescribeEngineDefaultClusterParameters"
1162
+ o.http_method = "POST"
1163
+ o.http_request_uri = "/"
1164
+ o.input = Shapes::ShapeRef.new(shape: DescribeEngineDefaultClusterParametersMessage)
1165
+ o.output = Shapes::ShapeRef.new(shape: DescribeEngineDefaultClusterParametersResult)
1166
+ end)
1167
+
1168
+ api.add_operation(:describe_event_categories, Seahorse::Model::Operation.new.tap do |o|
1169
+ o.name = "DescribeEventCategories"
1170
+ o.http_method = "POST"
1171
+ o.http_request_uri = "/"
1172
+ o.input = Shapes::ShapeRef.new(shape: DescribeEventCategoriesMessage)
1173
+ o.output = Shapes::ShapeRef.new(shape: EventCategoriesMessage)
1174
+ end)
1175
+
1176
+ api.add_operation(:describe_events, Seahorse::Model::Operation.new.tap do |o|
1177
+ o.name = "DescribeEvents"
1178
+ o.http_method = "POST"
1179
+ o.http_request_uri = "/"
1180
+ o.input = Shapes::ShapeRef.new(shape: DescribeEventsMessage)
1181
+ o.output = Shapes::ShapeRef.new(shape: EventsMessage)
1182
+ o[:pager] = Aws::Pager.new(
1183
+ limit_key: "max_records",
1184
+ tokens: {
1185
+ "marker" => "marker"
1186
+ }
1187
+ )
1188
+ end)
1189
+
1190
+ api.add_operation(:describe_orderable_db_instance_options, Seahorse::Model::Operation.new.tap do |o|
1191
+ o.name = "DescribeOrderableDBInstanceOptions"
1192
+ o.http_method = "POST"
1193
+ o.http_request_uri = "/"
1194
+ o.input = Shapes::ShapeRef.new(shape: DescribeOrderableDBInstanceOptionsMessage)
1195
+ o.output = Shapes::ShapeRef.new(shape: OrderableDBInstanceOptionsMessage)
1196
+ o[:pager] = Aws::Pager.new(
1197
+ limit_key: "max_records",
1198
+ tokens: {
1199
+ "marker" => "marker"
1200
+ }
1201
+ )
1202
+ end)
1203
+
1204
+ api.add_operation(:describe_pending_maintenance_actions, Seahorse::Model::Operation.new.tap do |o|
1205
+ o.name = "DescribePendingMaintenanceActions"
1206
+ o.http_method = "POST"
1207
+ o.http_request_uri = "/"
1208
+ o.input = Shapes::ShapeRef.new(shape: DescribePendingMaintenanceActionsMessage)
1209
+ o.output = Shapes::ShapeRef.new(shape: PendingMaintenanceActionsMessage)
1210
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
1211
+ end)
1212
+
1213
+ api.add_operation(:failover_db_cluster, Seahorse::Model::Operation.new.tap do |o|
1214
+ o.name = "FailoverDBCluster"
1215
+ o.http_method = "POST"
1216
+ o.http_request_uri = "/"
1217
+ o.input = Shapes::ShapeRef.new(shape: FailoverDBClusterMessage)
1218
+ o.output = Shapes::ShapeRef.new(shape: FailoverDBClusterResult)
1219
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
1220
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
1221
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
1222
+ end)
1223
+
1224
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1225
+ o.name = "ListTagsForResource"
1226
+ o.http_method = "POST"
1227
+ o.http_request_uri = "/"
1228
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceMessage)
1229
+ o.output = Shapes::ShapeRef.new(shape: TagListMessage)
1230
+ o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
1231
+ o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
1232
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
1233
+ end)
1234
+
1235
+ api.add_operation(:modify_db_cluster, Seahorse::Model::Operation.new.tap do |o|
1236
+ o.name = "ModifyDBCluster"
1237
+ o.http_method = "POST"
1238
+ o.http_request_uri = "/"
1239
+ o.input = Shapes::ShapeRef.new(shape: ModifyDBClusterMessage)
1240
+ o.output = Shapes::ShapeRef.new(shape: ModifyDBClusterResult)
1241
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
1242
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
1243
+ o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
1244
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
1245
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
1246
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetGroupStateFault)
1247
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1248
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
1249
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBSecurityGroupStateFault)
1250
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
1251
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
1252
+ end)
1253
+
1254
+ api.add_operation(:modify_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
1255
+ o.name = "ModifyDBClusterParameterGroup"
1256
+ o.http_method = "POST"
1257
+ o.http_request_uri = "/"
1258
+ o.input = Shapes::ShapeRef.new(shape: ModifyDBClusterParameterGroupMessage)
1259
+ o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupNameMessage)
1260
+ o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
1261
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
1262
+ end)
1263
+
1264
+ api.add_operation(:modify_db_cluster_snapshot_attribute, Seahorse::Model::Operation.new.tap do |o|
1265
+ o.name = "ModifyDBClusterSnapshotAttribute"
1266
+ o.http_method = "POST"
1267
+ o.http_request_uri = "/"
1268
+ o.input = Shapes::ShapeRef.new(shape: ModifyDBClusterSnapshotAttributeMessage)
1269
+ o.output = Shapes::ShapeRef.new(shape: ModifyDBClusterSnapshotAttributeResult)
1270
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
1271
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
1272
+ o.errors << Shapes::ShapeRef.new(shape: SharedSnapshotQuotaExceededFault)
1273
+ end)
1274
+
1275
+ api.add_operation(:modify_db_instance, Seahorse::Model::Operation.new.tap do |o|
1276
+ o.name = "ModifyDBInstance"
1277
+ o.http_method = "POST"
1278
+ o.http_request_uri = "/"
1279
+ o.input = Shapes::ShapeRef.new(shape: ModifyDBInstanceMessage)
1280
+ o.output = Shapes::ShapeRef.new(shape: ModifyDBInstanceResult)
1281
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
1282
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBSecurityGroupStateFault)
1283
+ o.errors << Shapes::ShapeRef.new(shape: DBInstanceAlreadyExistsFault)
1284
+ o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
1285
+ o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
1286
+ o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
1287
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
1288
+ o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
1289
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
1290
+ o.errors << Shapes::ShapeRef.new(shape: DBUpgradeDependencyFailureFault)
1291
+ o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
1292
+ o.errors << Shapes::ShapeRef.new(shape: AuthorizationNotFoundFault)
1293
+ o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
1294
+ end)
1295
+
1296
+ api.add_operation(:modify_db_subnet_group, Seahorse::Model::Operation.new.tap do |o|
1297
+ o.name = "ModifyDBSubnetGroup"
1298
+ o.http_method = "POST"
1299
+ o.http_request_uri = "/"
1300
+ o.input = Shapes::ShapeRef.new(shape: ModifyDBSubnetGroupMessage)
1301
+ o.output = Shapes::ShapeRef.new(shape: ModifyDBSubnetGroupResult)
1302
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
1303
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetQuotaExceededFault)
1304
+ o.errors << Shapes::ShapeRef.new(shape: SubnetAlreadyInUse)
1305
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
1306
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1307
+ end)
1308
+
1309
+ api.add_operation(:reboot_db_instance, Seahorse::Model::Operation.new.tap do |o|
1310
+ o.name = "RebootDBInstance"
1311
+ o.http_method = "POST"
1312
+ o.http_request_uri = "/"
1313
+ o.input = Shapes::ShapeRef.new(shape: RebootDBInstanceMessage)
1314
+ o.output = Shapes::ShapeRef.new(shape: RebootDBInstanceResult)
1315
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
1316
+ o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
1317
+ end)
1318
+
1319
+ api.add_operation(:remove_tags_from_resource, Seahorse::Model::Operation.new.tap do |o|
1320
+ o.name = "RemoveTagsFromResource"
1321
+ o.http_method = "POST"
1322
+ o.http_request_uri = "/"
1323
+ o.input = Shapes::ShapeRef.new(shape: RemoveTagsFromResourceMessage)
1324
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1325
+ o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
1326
+ o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
1327
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
1328
+ end)
1329
+
1330
+ api.add_operation(:reset_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
1331
+ o.name = "ResetDBClusterParameterGroup"
1332
+ o.http_method = "POST"
1333
+ o.http_request_uri = "/"
1334
+ o.input = Shapes::ShapeRef.new(shape: ResetDBClusterParameterGroupMessage)
1335
+ o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupNameMessage)
1336
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
1337
+ o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
1338
+ end)
1339
+
1340
+ api.add_operation(:restore_db_cluster_from_snapshot, Seahorse::Model::Operation.new.tap do |o|
1341
+ o.name = "RestoreDBClusterFromSnapshot"
1342
+ o.http_method = "POST"
1343
+ o.http_request_uri = "/"
1344
+ o.input = Shapes::ShapeRef.new(shape: RestoreDBClusterFromSnapshotMessage)
1345
+ o.output = Shapes::ShapeRef.new(shape: RestoreDBClusterFromSnapshotResult)
1346
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
1347
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterQuotaExceededFault)
1348
+ o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
1349
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
1350
+ o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
1351
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
1352
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientDBClusterCapacityFault)
1353
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientStorageClusterCapacityFault)
1354
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
1355
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
1356
+ o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
1357
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
1358
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRestoreFault)
1359
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
1360
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1361
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
1362
+ end)
1363
+
1364
+ api.add_operation(:restore_db_cluster_to_point_in_time, Seahorse::Model::Operation.new.tap do |o|
1365
+ o.name = "RestoreDBClusterToPointInTime"
1366
+ o.http_method = "POST"
1367
+ o.http_request_uri = "/"
1368
+ o.input = Shapes::ShapeRef.new(shape: RestoreDBClusterToPointInTimeMessage)
1369
+ o.output = Shapes::ShapeRef.new(shape: RestoreDBClusterToPointInTimeResult)
1370
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
1371
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
1372
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterQuotaExceededFault)
1373
+ o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
1374
+ o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
1375
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientDBClusterCapacityFault)
1376
+ o.errors << Shapes::ShapeRef.new(shape: InsufficientStorageClusterCapacityFault)
1377
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
1378
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
1379
+ o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
1380
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRestoreFault)
1381
+ o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
1382
+ o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
1383
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
1384
+ o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
1385
+ end)
1386
+ end
1387
+
1388
+ end
1389
+ end