aws-sdk-rds 1.0.0.rc1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/aws-sdk-rds.rb +73 -0
- data/lib/aws-sdk-rds/account_quota.rb +100 -0
- data/lib/aws-sdk-rds/certificate.rb +123 -0
- data/lib/aws-sdk-rds/client.rb +9214 -0
- data/lib/aws-sdk-rds/client_api.rb +3027 -0
- data/lib/aws-sdk-rds/customizations.rb +7 -0
- data/lib/aws-sdk-rds/db_cluster.rb +1074 -0
- data/lib/aws-sdk-rds/db_cluster_parameter_group.rb +230 -0
- data/lib/aws-sdk-rds/db_cluster_snapshot.rb +478 -0
- data/lib/aws-sdk-rds/db_engine.rb +241 -0
- data/lib/aws-sdk-rds/db_engine_version.rb +263 -0
- data/lib/aws-sdk-rds/db_instance.rb +2680 -0
- data/lib/aws-sdk-rds/db_log_file.rb +170 -0
- data/lib/aws-sdk-rds/db_parameter_group.rb +455 -0
- data/lib/aws-sdk-rds/db_parameter_group_family.rb +167 -0
- data/lib/aws-sdk-rds/db_security_group.rb +358 -0
- data/lib/aws-sdk-rds/db_snapshot.rb +714 -0
- data/lib/aws-sdk-rds/db_snapshot_attribute.rb +160 -0
- data/lib/aws-sdk-rds/db_subnet_group.rb +188 -0
- data/lib/aws-sdk-rds/errors.rb +23 -0
- data/lib/aws-sdk-rds/event.rb +134 -0
- data/lib/aws-sdk-rds/event_category_map.rb +98 -0
- data/lib/aws-sdk-rds/event_subscription.rb +352 -0
- data/lib/aws-sdk-rds/option_group.rb +283 -0
- data/lib/aws-sdk-rds/option_group_option.rb +166 -0
- data/lib/aws-sdk-rds/parameter.rb +144 -0
- data/lib/aws-sdk-rds/pending_maintenance_action.rb +211 -0
- data/lib/aws-sdk-rds/reserved_db_instance.rb +191 -0
- data/lib/aws-sdk-rds/reserved_db_instances_offering.rb +183 -0
- data/lib/aws-sdk-rds/resource.rb +2384 -0
- data/lib/aws-sdk-rds/resource_pending_maintenance_action_list.rb +111 -0
- data/lib/aws-sdk-rds/types.rb +10965 -0
- data/lib/aws-sdk-rds/waiters.rb +149 -0
- metadata +106 -0
@@ -0,0 +1,3027 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing for info on making contributions:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module RDS
|
10
|
+
# @api private
|
11
|
+
module ClientApi
|
12
|
+
|
13
|
+
include Seahorse::Model
|
14
|
+
|
15
|
+
AccountAttributesMessage = Shapes::StructureShape.new(name: 'AccountAttributesMessage')
|
16
|
+
AccountQuota = Shapes::StructureShape.new(name: 'AccountQuota')
|
17
|
+
AccountQuotaList = Shapes::ListShape.new(name: 'AccountQuotaList')
|
18
|
+
AddRoleToDBClusterMessage = Shapes::StructureShape.new(name: 'AddRoleToDBClusterMessage')
|
19
|
+
AddSourceIdentifierToSubscriptionMessage = Shapes::StructureShape.new(name: 'AddSourceIdentifierToSubscriptionMessage')
|
20
|
+
AddSourceIdentifierToSubscriptionResult = Shapes::StructureShape.new(name: 'AddSourceIdentifierToSubscriptionResult')
|
21
|
+
AddTagsToResourceMessage = Shapes::StructureShape.new(name: 'AddTagsToResourceMessage')
|
22
|
+
ApplyMethod = Shapes::StringShape.new(name: 'ApplyMethod')
|
23
|
+
ApplyPendingMaintenanceActionMessage = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionMessage')
|
24
|
+
ApplyPendingMaintenanceActionResult = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionResult')
|
25
|
+
AttributeValueList = Shapes::ListShape.new(name: 'AttributeValueList')
|
26
|
+
AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault')
|
27
|
+
AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault')
|
28
|
+
AuthorizationQuotaExceededFault = Shapes::StructureShape.new(name: 'AuthorizationQuotaExceededFault')
|
29
|
+
AuthorizeDBSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'AuthorizeDBSecurityGroupIngressMessage')
|
30
|
+
AuthorizeDBSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'AuthorizeDBSecurityGroupIngressResult')
|
31
|
+
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
32
|
+
AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
|
33
|
+
AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
|
34
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
35
|
+
BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
|
36
|
+
Certificate = Shapes::StructureShape.new(name: 'Certificate')
|
37
|
+
CertificateList = Shapes::ListShape.new(name: 'CertificateList')
|
38
|
+
CertificateMessage = Shapes::StructureShape.new(name: 'CertificateMessage')
|
39
|
+
CertificateNotFoundFault = Shapes::StructureShape.new(name: 'CertificateNotFoundFault')
|
40
|
+
CharacterSet = Shapes::StructureShape.new(name: 'CharacterSet')
|
41
|
+
CopyDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'CopyDBClusterParameterGroupMessage')
|
42
|
+
CopyDBClusterParameterGroupResult = Shapes::StructureShape.new(name: 'CopyDBClusterParameterGroupResult')
|
43
|
+
CopyDBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CopyDBClusterSnapshotMessage')
|
44
|
+
CopyDBClusterSnapshotResult = Shapes::StructureShape.new(name: 'CopyDBClusterSnapshotResult')
|
45
|
+
CopyDBParameterGroupMessage = Shapes::StructureShape.new(name: 'CopyDBParameterGroupMessage')
|
46
|
+
CopyDBParameterGroupResult = Shapes::StructureShape.new(name: 'CopyDBParameterGroupResult')
|
47
|
+
CopyDBSnapshotMessage = Shapes::StructureShape.new(name: 'CopyDBSnapshotMessage')
|
48
|
+
CopyDBSnapshotResult = Shapes::StructureShape.new(name: 'CopyDBSnapshotResult')
|
49
|
+
CopyOptionGroupMessage = Shapes::StructureShape.new(name: 'CopyOptionGroupMessage')
|
50
|
+
CopyOptionGroupResult = Shapes::StructureShape.new(name: 'CopyOptionGroupResult')
|
51
|
+
CreateDBClusterMessage = Shapes::StructureShape.new(name: 'CreateDBClusterMessage')
|
52
|
+
CreateDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateDBClusterParameterGroupMessage')
|
53
|
+
CreateDBClusterParameterGroupResult = Shapes::StructureShape.new(name: 'CreateDBClusterParameterGroupResult')
|
54
|
+
CreateDBClusterResult = Shapes::StructureShape.new(name: 'CreateDBClusterResult')
|
55
|
+
CreateDBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CreateDBClusterSnapshotMessage')
|
56
|
+
CreateDBClusterSnapshotResult = Shapes::StructureShape.new(name: 'CreateDBClusterSnapshotResult')
|
57
|
+
CreateDBInstanceMessage = Shapes::StructureShape.new(name: 'CreateDBInstanceMessage')
|
58
|
+
CreateDBInstanceReadReplicaMessage = Shapes::StructureShape.new(name: 'CreateDBInstanceReadReplicaMessage')
|
59
|
+
CreateDBInstanceReadReplicaResult = Shapes::StructureShape.new(name: 'CreateDBInstanceReadReplicaResult')
|
60
|
+
CreateDBInstanceResult = Shapes::StructureShape.new(name: 'CreateDBInstanceResult')
|
61
|
+
CreateDBParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateDBParameterGroupMessage')
|
62
|
+
CreateDBParameterGroupResult = Shapes::StructureShape.new(name: 'CreateDBParameterGroupResult')
|
63
|
+
CreateDBSecurityGroupMessage = Shapes::StructureShape.new(name: 'CreateDBSecurityGroupMessage')
|
64
|
+
CreateDBSecurityGroupResult = Shapes::StructureShape.new(name: 'CreateDBSecurityGroupResult')
|
65
|
+
CreateDBSnapshotMessage = Shapes::StructureShape.new(name: 'CreateDBSnapshotMessage')
|
66
|
+
CreateDBSnapshotResult = Shapes::StructureShape.new(name: 'CreateDBSnapshotResult')
|
67
|
+
CreateDBSubnetGroupMessage = Shapes::StructureShape.new(name: 'CreateDBSubnetGroupMessage')
|
68
|
+
CreateDBSubnetGroupResult = Shapes::StructureShape.new(name: 'CreateDBSubnetGroupResult')
|
69
|
+
CreateEventSubscriptionMessage = Shapes::StructureShape.new(name: 'CreateEventSubscriptionMessage')
|
70
|
+
CreateEventSubscriptionResult = Shapes::StructureShape.new(name: 'CreateEventSubscriptionResult')
|
71
|
+
CreateOptionGroupMessage = Shapes::StructureShape.new(name: 'CreateOptionGroupMessage')
|
72
|
+
CreateOptionGroupResult = Shapes::StructureShape.new(name: 'CreateOptionGroupResult')
|
73
|
+
DBCluster = Shapes::StructureShape.new(name: 'DBCluster')
|
74
|
+
DBClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterAlreadyExistsFault')
|
75
|
+
DBClusterList = Shapes::ListShape.new(name: 'DBClusterList')
|
76
|
+
DBClusterMember = Shapes::StructureShape.new(name: 'DBClusterMember')
|
77
|
+
DBClusterMemberList = Shapes::ListShape.new(name: 'DBClusterMemberList')
|
78
|
+
DBClusterMessage = Shapes::StructureShape.new(name: 'DBClusterMessage')
|
79
|
+
DBClusterNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterNotFoundFault')
|
80
|
+
DBClusterOptionGroupMemberships = Shapes::ListShape.new(name: 'DBClusterOptionGroupMemberships')
|
81
|
+
DBClusterOptionGroupStatus = Shapes::StructureShape.new(name: 'DBClusterOptionGroupStatus')
|
82
|
+
DBClusterParameterGroup = Shapes::StructureShape.new(name: 'DBClusterParameterGroup')
|
83
|
+
DBClusterParameterGroupDetails = Shapes::StructureShape.new(name: 'DBClusterParameterGroupDetails')
|
84
|
+
DBClusterParameterGroupList = Shapes::ListShape.new(name: 'DBClusterParameterGroupList')
|
85
|
+
DBClusterParameterGroupNameMessage = Shapes::StructureShape.new(name: 'DBClusterParameterGroupNameMessage')
|
86
|
+
DBClusterParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterParameterGroupNotFoundFault')
|
87
|
+
DBClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'DBClusterParameterGroupsMessage')
|
88
|
+
DBClusterQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterQuotaExceededFault')
|
89
|
+
DBClusterRole = Shapes::StructureShape.new(name: 'DBClusterRole')
|
90
|
+
DBClusterRoleAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterRoleAlreadyExistsFault')
|
91
|
+
DBClusterRoleNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterRoleNotFoundFault')
|
92
|
+
DBClusterRoleQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterRoleQuotaExceededFault')
|
93
|
+
DBClusterRoles = Shapes::ListShape.new(name: 'DBClusterRoles')
|
94
|
+
DBClusterSnapshot = Shapes::StructureShape.new(name: 'DBClusterSnapshot')
|
95
|
+
DBClusterSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterSnapshotAlreadyExistsFault')
|
96
|
+
DBClusterSnapshotAttribute = Shapes::StructureShape.new(name: 'DBClusterSnapshotAttribute')
|
97
|
+
DBClusterSnapshotAttributeList = Shapes::ListShape.new(name: 'DBClusterSnapshotAttributeList')
|
98
|
+
DBClusterSnapshotAttributesResult = Shapes::StructureShape.new(name: 'DBClusterSnapshotAttributesResult')
|
99
|
+
DBClusterSnapshotList = Shapes::ListShape.new(name: 'DBClusterSnapshotList')
|
100
|
+
DBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'DBClusterSnapshotMessage')
|
101
|
+
DBClusterSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterSnapshotNotFoundFault')
|
102
|
+
DBEngineVersion = Shapes::StructureShape.new(name: 'DBEngineVersion')
|
103
|
+
DBEngineVersionList = Shapes::ListShape.new(name: 'DBEngineVersionList')
|
104
|
+
DBEngineVersionMessage = Shapes::StructureShape.new(name: 'DBEngineVersionMessage')
|
105
|
+
DBInstance = Shapes::StructureShape.new(name: 'DBInstance')
|
106
|
+
DBInstanceAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBInstanceAlreadyExistsFault')
|
107
|
+
DBInstanceList = Shapes::ListShape.new(name: 'DBInstanceList')
|
108
|
+
DBInstanceMessage = Shapes::StructureShape.new(name: 'DBInstanceMessage')
|
109
|
+
DBInstanceNotFoundFault = Shapes::StructureShape.new(name: 'DBInstanceNotFoundFault')
|
110
|
+
DBInstanceStatusInfo = Shapes::StructureShape.new(name: 'DBInstanceStatusInfo')
|
111
|
+
DBInstanceStatusInfoList = Shapes::ListShape.new(name: 'DBInstanceStatusInfoList')
|
112
|
+
DBLogFileNotFoundFault = Shapes::StructureShape.new(name: 'DBLogFileNotFoundFault')
|
113
|
+
DBParameterGroup = Shapes::StructureShape.new(name: 'DBParameterGroup')
|
114
|
+
DBParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBParameterGroupAlreadyExistsFault')
|
115
|
+
DBParameterGroupDetails = Shapes::StructureShape.new(name: 'DBParameterGroupDetails')
|
116
|
+
DBParameterGroupList = Shapes::ListShape.new(name: 'DBParameterGroupList')
|
117
|
+
DBParameterGroupNameMessage = Shapes::StructureShape.new(name: 'DBParameterGroupNameMessage')
|
118
|
+
DBParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBParameterGroupNotFoundFault')
|
119
|
+
DBParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBParameterGroupQuotaExceededFault')
|
120
|
+
DBParameterGroupStatus = Shapes::StructureShape.new(name: 'DBParameterGroupStatus')
|
121
|
+
DBParameterGroupStatusList = Shapes::ListShape.new(name: 'DBParameterGroupStatusList')
|
122
|
+
DBParameterGroupsMessage = Shapes::StructureShape.new(name: 'DBParameterGroupsMessage')
|
123
|
+
DBSecurityGroup = Shapes::StructureShape.new(name: 'DBSecurityGroup')
|
124
|
+
DBSecurityGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSecurityGroupAlreadyExistsFault')
|
125
|
+
DBSecurityGroupMembership = Shapes::StructureShape.new(name: 'DBSecurityGroupMembership')
|
126
|
+
DBSecurityGroupMembershipList = Shapes::ListShape.new(name: 'DBSecurityGroupMembershipList')
|
127
|
+
DBSecurityGroupMessage = Shapes::StructureShape.new(name: 'DBSecurityGroupMessage')
|
128
|
+
DBSecurityGroupNameList = Shapes::ListShape.new(name: 'DBSecurityGroupNameList')
|
129
|
+
DBSecurityGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBSecurityGroupNotFoundFault')
|
130
|
+
DBSecurityGroupNotSupportedFault = Shapes::StructureShape.new(name: 'DBSecurityGroupNotSupportedFault')
|
131
|
+
DBSecurityGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSecurityGroupQuotaExceededFault')
|
132
|
+
DBSecurityGroups = Shapes::ListShape.new(name: 'DBSecurityGroups')
|
133
|
+
DBSnapshot = Shapes::StructureShape.new(name: 'DBSnapshot')
|
134
|
+
DBSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSnapshotAlreadyExistsFault')
|
135
|
+
DBSnapshotAttribute = Shapes::StructureShape.new(name: 'DBSnapshotAttribute')
|
136
|
+
DBSnapshotAttributeList = Shapes::ListShape.new(name: 'DBSnapshotAttributeList')
|
137
|
+
DBSnapshotAttributesResult = Shapes::StructureShape.new(name: 'DBSnapshotAttributesResult')
|
138
|
+
DBSnapshotList = Shapes::ListShape.new(name: 'DBSnapshotList')
|
139
|
+
DBSnapshotMessage = Shapes::StructureShape.new(name: 'DBSnapshotMessage')
|
140
|
+
DBSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'DBSnapshotNotFoundFault')
|
141
|
+
DBSubnetGroup = Shapes::StructureShape.new(name: 'DBSubnetGroup')
|
142
|
+
DBSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSubnetGroupAlreadyExistsFault')
|
143
|
+
DBSubnetGroupDoesNotCoverEnoughAZs = Shapes::StructureShape.new(name: 'DBSubnetGroupDoesNotCoverEnoughAZs')
|
144
|
+
DBSubnetGroupMessage = Shapes::StructureShape.new(name: 'DBSubnetGroupMessage')
|
145
|
+
DBSubnetGroupNotAllowedFault = Shapes::StructureShape.new(name: 'DBSubnetGroupNotAllowedFault')
|
146
|
+
DBSubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBSubnetGroupNotFoundFault')
|
147
|
+
DBSubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetGroupQuotaExceededFault')
|
148
|
+
DBSubnetGroups = Shapes::ListShape.new(name: 'DBSubnetGroups')
|
149
|
+
DBSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetQuotaExceededFault')
|
150
|
+
DBUpgradeDependencyFailureFault = Shapes::StructureShape.new(name: 'DBUpgradeDependencyFailureFault')
|
151
|
+
DeleteDBClusterMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterMessage')
|
152
|
+
DeleteDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterParameterGroupMessage')
|
153
|
+
DeleteDBClusterResult = Shapes::StructureShape.new(name: 'DeleteDBClusterResult')
|
154
|
+
DeleteDBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterSnapshotMessage')
|
155
|
+
DeleteDBClusterSnapshotResult = Shapes::StructureShape.new(name: 'DeleteDBClusterSnapshotResult')
|
156
|
+
DeleteDBInstanceMessage = Shapes::StructureShape.new(name: 'DeleteDBInstanceMessage')
|
157
|
+
DeleteDBInstanceResult = Shapes::StructureShape.new(name: 'DeleteDBInstanceResult')
|
158
|
+
DeleteDBParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBParameterGroupMessage')
|
159
|
+
DeleteDBSecurityGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBSecurityGroupMessage')
|
160
|
+
DeleteDBSnapshotMessage = Shapes::StructureShape.new(name: 'DeleteDBSnapshotMessage')
|
161
|
+
DeleteDBSnapshotResult = Shapes::StructureShape.new(name: 'DeleteDBSnapshotResult')
|
162
|
+
DeleteDBSubnetGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBSubnetGroupMessage')
|
163
|
+
DeleteEventSubscriptionMessage = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionMessage')
|
164
|
+
DeleteEventSubscriptionResult = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionResult')
|
165
|
+
DeleteOptionGroupMessage = Shapes::StructureShape.new(name: 'DeleteOptionGroupMessage')
|
166
|
+
DescribeAccountAttributesMessage = Shapes::StructureShape.new(name: 'DescribeAccountAttributesMessage')
|
167
|
+
DescribeCertificatesMessage = Shapes::StructureShape.new(name: 'DescribeCertificatesMessage')
|
168
|
+
DescribeDBClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterParameterGroupsMessage')
|
169
|
+
DescribeDBClusterParametersMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterParametersMessage')
|
170
|
+
DescribeDBClusterSnapshotAttributesMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterSnapshotAttributesMessage')
|
171
|
+
DescribeDBClusterSnapshotAttributesResult = Shapes::StructureShape.new(name: 'DescribeDBClusterSnapshotAttributesResult')
|
172
|
+
DescribeDBClusterSnapshotsMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterSnapshotsMessage')
|
173
|
+
DescribeDBClustersMessage = Shapes::StructureShape.new(name: 'DescribeDBClustersMessage')
|
174
|
+
DescribeDBEngineVersionsMessage = Shapes::StructureShape.new(name: 'DescribeDBEngineVersionsMessage')
|
175
|
+
DescribeDBInstancesMessage = Shapes::StructureShape.new(name: 'DescribeDBInstancesMessage')
|
176
|
+
DescribeDBLogFilesDetails = Shapes::StructureShape.new(name: 'DescribeDBLogFilesDetails')
|
177
|
+
DescribeDBLogFilesList = Shapes::ListShape.new(name: 'DescribeDBLogFilesList')
|
178
|
+
DescribeDBLogFilesMessage = Shapes::StructureShape.new(name: 'DescribeDBLogFilesMessage')
|
179
|
+
DescribeDBLogFilesResponse = Shapes::StructureShape.new(name: 'DescribeDBLogFilesResponse')
|
180
|
+
DescribeDBParameterGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBParameterGroupsMessage')
|
181
|
+
DescribeDBParametersMessage = Shapes::StructureShape.new(name: 'DescribeDBParametersMessage')
|
182
|
+
DescribeDBSecurityGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBSecurityGroupsMessage')
|
183
|
+
DescribeDBSnapshotAttributesMessage = Shapes::StructureShape.new(name: 'DescribeDBSnapshotAttributesMessage')
|
184
|
+
DescribeDBSnapshotAttributesResult = Shapes::StructureShape.new(name: 'DescribeDBSnapshotAttributesResult')
|
185
|
+
DescribeDBSnapshotsMessage = Shapes::StructureShape.new(name: 'DescribeDBSnapshotsMessage')
|
186
|
+
DescribeDBSubnetGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBSubnetGroupsMessage')
|
187
|
+
DescribeEngineDefaultClusterParametersMessage = Shapes::StructureShape.new(name: 'DescribeEngineDefaultClusterParametersMessage')
|
188
|
+
DescribeEngineDefaultClusterParametersResult = Shapes::StructureShape.new(name: 'DescribeEngineDefaultClusterParametersResult')
|
189
|
+
DescribeEngineDefaultParametersMessage = Shapes::StructureShape.new(name: 'DescribeEngineDefaultParametersMessage')
|
190
|
+
DescribeEngineDefaultParametersResult = Shapes::StructureShape.new(name: 'DescribeEngineDefaultParametersResult')
|
191
|
+
DescribeEventCategoriesMessage = Shapes::StructureShape.new(name: 'DescribeEventCategoriesMessage')
|
192
|
+
DescribeEventSubscriptionsMessage = Shapes::StructureShape.new(name: 'DescribeEventSubscriptionsMessage')
|
193
|
+
DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
|
194
|
+
DescribeOptionGroupOptionsMessage = Shapes::StructureShape.new(name: 'DescribeOptionGroupOptionsMessage')
|
195
|
+
DescribeOptionGroupsMessage = Shapes::StructureShape.new(name: 'DescribeOptionGroupsMessage')
|
196
|
+
DescribeOrderableDBInstanceOptionsMessage = Shapes::StructureShape.new(name: 'DescribeOrderableDBInstanceOptionsMessage')
|
197
|
+
DescribePendingMaintenanceActionsMessage = Shapes::StructureShape.new(name: 'DescribePendingMaintenanceActionsMessage')
|
198
|
+
DescribeReservedDBInstancesMessage = Shapes::StructureShape.new(name: 'DescribeReservedDBInstancesMessage')
|
199
|
+
DescribeReservedDBInstancesOfferingsMessage = Shapes::StructureShape.new(name: 'DescribeReservedDBInstancesOfferingsMessage')
|
200
|
+
DescribeSourceRegionsMessage = Shapes::StructureShape.new(name: 'DescribeSourceRegionsMessage')
|
201
|
+
DomainMembership = Shapes::StructureShape.new(name: 'DomainMembership')
|
202
|
+
DomainMembershipList = Shapes::ListShape.new(name: 'DomainMembershipList')
|
203
|
+
DomainNotFoundFault = Shapes::StructureShape.new(name: 'DomainNotFoundFault')
|
204
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
205
|
+
DownloadDBLogFilePortionDetails = Shapes::StructureShape.new(name: 'DownloadDBLogFilePortionDetails')
|
206
|
+
DownloadDBLogFilePortionMessage = Shapes::StructureShape.new(name: 'DownloadDBLogFilePortionMessage')
|
207
|
+
EC2SecurityGroup = Shapes::StructureShape.new(name: 'EC2SecurityGroup')
|
208
|
+
EC2SecurityGroupList = Shapes::ListShape.new(name: 'EC2SecurityGroupList')
|
209
|
+
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
210
|
+
EngineDefaults = Shapes::StructureShape.new(name: 'EngineDefaults')
|
211
|
+
Event = Shapes::StructureShape.new(name: 'Event')
|
212
|
+
EventCategoriesList = Shapes::ListShape.new(name: 'EventCategoriesList')
|
213
|
+
EventCategoriesMap = Shapes::StructureShape.new(name: 'EventCategoriesMap')
|
214
|
+
EventCategoriesMapList = Shapes::ListShape.new(name: 'EventCategoriesMapList')
|
215
|
+
EventCategoriesMessage = Shapes::StructureShape.new(name: 'EventCategoriesMessage')
|
216
|
+
EventList = Shapes::ListShape.new(name: 'EventList')
|
217
|
+
EventSubscription = Shapes::StructureShape.new(name: 'EventSubscription')
|
218
|
+
EventSubscriptionQuotaExceededFault = Shapes::StructureShape.new(name: 'EventSubscriptionQuotaExceededFault')
|
219
|
+
EventSubscriptionsList = Shapes::ListShape.new(name: 'EventSubscriptionsList')
|
220
|
+
EventSubscriptionsMessage = Shapes::StructureShape.new(name: 'EventSubscriptionsMessage')
|
221
|
+
EventsMessage = Shapes::StructureShape.new(name: 'EventsMessage')
|
222
|
+
FailoverDBClusterMessage = Shapes::StructureShape.new(name: 'FailoverDBClusterMessage')
|
223
|
+
FailoverDBClusterResult = Shapes::StructureShape.new(name: 'FailoverDBClusterResult')
|
224
|
+
Filter = Shapes::StructureShape.new(name: 'Filter')
|
225
|
+
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
226
|
+
FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
|
227
|
+
IPRange = Shapes::StructureShape.new(name: 'IPRange')
|
228
|
+
IPRangeList = Shapes::ListShape.new(name: 'IPRangeList')
|
229
|
+
InstanceQuotaExceededFault = Shapes::StructureShape.new(name: 'InstanceQuotaExceededFault')
|
230
|
+
InsufficientDBClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBClusterCapacityFault')
|
231
|
+
InsufficientDBInstanceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBInstanceCapacityFault')
|
232
|
+
InsufficientStorageClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientStorageClusterCapacityFault')
|
233
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
234
|
+
IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
|
235
|
+
InvalidDBClusterSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterSnapshotStateFault')
|
236
|
+
InvalidDBClusterStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterStateFault')
|
237
|
+
InvalidDBInstanceStateFault = Shapes::StructureShape.new(name: 'InvalidDBInstanceStateFault')
|
238
|
+
InvalidDBParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBParameterGroupStateFault')
|
239
|
+
InvalidDBSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBSecurityGroupStateFault')
|
240
|
+
InvalidDBSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBSnapshotStateFault')
|
241
|
+
InvalidDBSubnetGroupFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetGroupFault')
|
242
|
+
InvalidDBSubnetGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetGroupStateFault')
|
243
|
+
InvalidDBSubnetStateFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetStateFault')
|
244
|
+
InvalidEventSubscriptionStateFault = Shapes::StructureShape.new(name: 'InvalidEventSubscriptionStateFault')
|
245
|
+
InvalidOptionGroupStateFault = Shapes::StructureShape.new(name: 'InvalidOptionGroupStateFault')
|
246
|
+
InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault')
|
247
|
+
InvalidS3BucketFault = Shapes::StructureShape.new(name: 'InvalidS3BucketFault')
|
248
|
+
InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
|
249
|
+
InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault')
|
250
|
+
KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
|
251
|
+
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
252
|
+
ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
|
253
|
+
Long = Shapes::IntegerShape.new(name: 'Long')
|
254
|
+
ModifyDBClusterMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterMessage')
|
255
|
+
ModifyDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterParameterGroupMessage')
|
256
|
+
ModifyDBClusterResult = Shapes::StructureShape.new(name: 'ModifyDBClusterResult')
|
257
|
+
ModifyDBClusterSnapshotAttributeMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterSnapshotAttributeMessage')
|
258
|
+
ModifyDBClusterSnapshotAttributeResult = Shapes::StructureShape.new(name: 'ModifyDBClusterSnapshotAttributeResult')
|
259
|
+
ModifyDBInstanceMessage = Shapes::StructureShape.new(name: 'ModifyDBInstanceMessage')
|
260
|
+
ModifyDBInstanceResult = Shapes::StructureShape.new(name: 'ModifyDBInstanceResult')
|
261
|
+
ModifyDBParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyDBParameterGroupMessage')
|
262
|
+
ModifyDBSnapshotAttributeMessage = Shapes::StructureShape.new(name: 'ModifyDBSnapshotAttributeMessage')
|
263
|
+
ModifyDBSnapshotAttributeResult = Shapes::StructureShape.new(name: 'ModifyDBSnapshotAttributeResult')
|
264
|
+
ModifyDBSubnetGroupMessage = Shapes::StructureShape.new(name: 'ModifyDBSubnetGroupMessage')
|
265
|
+
ModifyDBSubnetGroupResult = Shapes::StructureShape.new(name: 'ModifyDBSubnetGroupResult')
|
266
|
+
ModifyEventSubscriptionMessage = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionMessage')
|
267
|
+
ModifyEventSubscriptionResult = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionResult')
|
268
|
+
ModifyOptionGroupMessage = Shapes::StructureShape.new(name: 'ModifyOptionGroupMessage')
|
269
|
+
ModifyOptionGroupResult = Shapes::StructureShape.new(name: 'ModifyOptionGroupResult')
|
270
|
+
Option = Shapes::StructureShape.new(name: 'Option')
|
271
|
+
OptionConfiguration = Shapes::StructureShape.new(name: 'OptionConfiguration')
|
272
|
+
OptionConfigurationList = Shapes::ListShape.new(name: 'OptionConfigurationList')
|
273
|
+
OptionGroup = Shapes::StructureShape.new(name: 'OptionGroup')
|
274
|
+
OptionGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'OptionGroupAlreadyExistsFault')
|
275
|
+
OptionGroupMembership = Shapes::StructureShape.new(name: 'OptionGroupMembership')
|
276
|
+
OptionGroupMembershipList = Shapes::ListShape.new(name: 'OptionGroupMembershipList')
|
277
|
+
OptionGroupNotFoundFault = Shapes::StructureShape.new(name: 'OptionGroupNotFoundFault')
|
278
|
+
OptionGroupOption = Shapes::StructureShape.new(name: 'OptionGroupOption')
|
279
|
+
OptionGroupOptionSetting = Shapes::StructureShape.new(name: 'OptionGroupOptionSetting')
|
280
|
+
OptionGroupOptionSettingsList = Shapes::ListShape.new(name: 'OptionGroupOptionSettingsList')
|
281
|
+
OptionGroupOptionVersionsList = Shapes::ListShape.new(name: 'OptionGroupOptionVersionsList')
|
282
|
+
OptionGroupOptionsList = Shapes::ListShape.new(name: 'OptionGroupOptionsList')
|
283
|
+
OptionGroupOptionsMessage = Shapes::StructureShape.new(name: 'OptionGroupOptionsMessage')
|
284
|
+
OptionGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'OptionGroupQuotaExceededFault')
|
285
|
+
OptionGroups = Shapes::StructureShape.new(name: 'OptionGroups')
|
286
|
+
OptionGroupsList = Shapes::ListShape.new(name: 'OptionGroupsList')
|
287
|
+
OptionNamesList = Shapes::ListShape.new(name: 'OptionNamesList')
|
288
|
+
OptionSetting = Shapes::StructureShape.new(name: 'OptionSetting')
|
289
|
+
OptionSettingConfigurationList = Shapes::ListShape.new(name: 'OptionSettingConfigurationList')
|
290
|
+
OptionSettingsList = Shapes::ListShape.new(name: 'OptionSettingsList')
|
291
|
+
OptionVersion = Shapes::StructureShape.new(name: 'OptionVersion')
|
292
|
+
OptionsConflictsWith = Shapes::ListShape.new(name: 'OptionsConflictsWith')
|
293
|
+
OptionsDependedOn = Shapes::ListShape.new(name: 'OptionsDependedOn')
|
294
|
+
OptionsList = Shapes::ListShape.new(name: 'OptionsList')
|
295
|
+
OrderableDBInstanceOption = Shapes::StructureShape.new(name: 'OrderableDBInstanceOption')
|
296
|
+
OrderableDBInstanceOptionsList = Shapes::ListShape.new(name: 'OrderableDBInstanceOptionsList')
|
297
|
+
OrderableDBInstanceOptionsMessage = Shapes::StructureShape.new(name: 'OrderableDBInstanceOptionsMessage')
|
298
|
+
Parameter = Shapes::StructureShape.new(name: 'Parameter')
|
299
|
+
ParametersList = Shapes::ListShape.new(name: 'ParametersList')
|
300
|
+
PendingMaintenanceAction = Shapes::StructureShape.new(name: 'PendingMaintenanceAction')
|
301
|
+
PendingMaintenanceActionDetails = Shapes::ListShape.new(name: 'PendingMaintenanceActionDetails')
|
302
|
+
PendingMaintenanceActions = Shapes::ListShape.new(name: 'PendingMaintenanceActions')
|
303
|
+
PendingMaintenanceActionsMessage = Shapes::StructureShape.new(name: 'PendingMaintenanceActionsMessage')
|
304
|
+
PendingModifiedValues = Shapes::StructureShape.new(name: 'PendingModifiedValues')
|
305
|
+
PointInTimeRestoreNotEnabledFault = Shapes::StructureShape.new(name: 'PointInTimeRestoreNotEnabledFault')
|
306
|
+
PromoteReadReplicaDBClusterMessage = Shapes::StructureShape.new(name: 'PromoteReadReplicaDBClusterMessage')
|
307
|
+
PromoteReadReplicaDBClusterResult = Shapes::StructureShape.new(name: 'PromoteReadReplicaDBClusterResult')
|
308
|
+
PromoteReadReplicaMessage = Shapes::StructureShape.new(name: 'PromoteReadReplicaMessage')
|
309
|
+
PromoteReadReplicaResult = Shapes::StructureShape.new(name: 'PromoteReadReplicaResult')
|
310
|
+
ProvisionedIopsNotAvailableInAZFault = Shapes::StructureShape.new(name: 'ProvisionedIopsNotAvailableInAZFault')
|
311
|
+
PurchaseReservedDBInstancesOfferingMessage = Shapes::StructureShape.new(name: 'PurchaseReservedDBInstancesOfferingMessage')
|
312
|
+
PurchaseReservedDBInstancesOfferingResult = Shapes::StructureShape.new(name: 'PurchaseReservedDBInstancesOfferingResult')
|
313
|
+
ReadReplicaDBInstanceIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaDBInstanceIdentifierList')
|
314
|
+
ReadReplicaIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaIdentifierList')
|
315
|
+
RebootDBInstanceMessage = Shapes::StructureShape.new(name: 'RebootDBInstanceMessage')
|
316
|
+
RebootDBInstanceResult = Shapes::StructureShape.new(name: 'RebootDBInstanceResult')
|
317
|
+
RecurringCharge = Shapes::StructureShape.new(name: 'RecurringCharge')
|
318
|
+
RecurringChargeList = Shapes::ListShape.new(name: 'RecurringChargeList')
|
319
|
+
RemoveRoleFromDBClusterMessage = Shapes::StructureShape.new(name: 'RemoveRoleFromDBClusterMessage')
|
320
|
+
RemoveSourceIdentifierFromSubscriptionMessage = Shapes::StructureShape.new(name: 'RemoveSourceIdentifierFromSubscriptionMessage')
|
321
|
+
RemoveSourceIdentifierFromSubscriptionResult = Shapes::StructureShape.new(name: 'RemoveSourceIdentifierFromSubscriptionResult')
|
322
|
+
RemoveTagsFromResourceMessage = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceMessage')
|
323
|
+
ReservedDBInstance = Shapes::StructureShape.new(name: 'ReservedDBInstance')
|
324
|
+
ReservedDBInstanceAlreadyExistsFault = Shapes::StructureShape.new(name: 'ReservedDBInstanceAlreadyExistsFault')
|
325
|
+
ReservedDBInstanceList = Shapes::ListShape.new(name: 'ReservedDBInstanceList')
|
326
|
+
ReservedDBInstanceMessage = Shapes::StructureShape.new(name: 'ReservedDBInstanceMessage')
|
327
|
+
ReservedDBInstanceNotFoundFault = Shapes::StructureShape.new(name: 'ReservedDBInstanceNotFoundFault')
|
328
|
+
ReservedDBInstanceQuotaExceededFault = Shapes::StructureShape.new(name: 'ReservedDBInstanceQuotaExceededFault')
|
329
|
+
ReservedDBInstancesOffering = Shapes::StructureShape.new(name: 'ReservedDBInstancesOffering')
|
330
|
+
ReservedDBInstancesOfferingList = Shapes::ListShape.new(name: 'ReservedDBInstancesOfferingList')
|
331
|
+
ReservedDBInstancesOfferingMessage = Shapes::StructureShape.new(name: 'ReservedDBInstancesOfferingMessage')
|
332
|
+
ReservedDBInstancesOfferingNotFoundFault = Shapes::StructureShape.new(name: 'ReservedDBInstancesOfferingNotFoundFault')
|
333
|
+
ResetDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'ResetDBClusterParameterGroupMessage')
|
334
|
+
ResetDBParameterGroupMessage = Shapes::StructureShape.new(name: 'ResetDBParameterGroupMessage')
|
335
|
+
ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault')
|
336
|
+
ResourcePendingMaintenanceActions = Shapes::StructureShape.new(name: 'ResourcePendingMaintenanceActions')
|
337
|
+
RestoreDBClusterFromS3Message = Shapes::StructureShape.new(name: 'RestoreDBClusterFromS3Message')
|
338
|
+
RestoreDBClusterFromS3Result = Shapes::StructureShape.new(name: 'RestoreDBClusterFromS3Result')
|
339
|
+
RestoreDBClusterFromSnapshotMessage = Shapes::StructureShape.new(name: 'RestoreDBClusterFromSnapshotMessage')
|
340
|
+
RestoreDBClusterFromSnapshotResult = Shapes::StructureShape.new(name: 'RestoreDBClusterFromSnapshotResult')
|
341
|
+
RestoreDBClusterToPointInTimeMessage = Shapes::StructureShape.new(name: 'RestoreDBClusterToPointInTimeMessage')
|
342
|
+
RestoreDBClusterToPointInTimeResult = Shapes::StructureShape.new(name: 'RestoreDBClusterToPointInTimeResult')
|
343
|
+
RestoreDBInstanceFromDBSnapshotMessage = Shapes::StructureShape.new(name: 'RestoreDBInstanceFromDBSnapshotMessage')
|
344
|
+
RestoreDBInstanceFromDBSnapshotResult = Shapes::StructureShape.new(name: 'RestoreDBInstanceFromDBSnapshotResult')
|
345
|
+
RestoreDBInstanceToPointInTimeMessage = Shapes::StructureShape.new(name: 'RestoreDBInstanceToPointInTimeMessage')
|
346
|
+
RestoreDBInstanceToPointInTimeResult = Shapes::StructureShape.new(name: 'RestoreDBInstanceToPointInTimeResult')
|
347
|
+
RevokeDBSecurityGroupIngressMessage = Shapes::StructureShape.new(name: 'RevokeDBSecurityGroupIngressMessage')
|
348
|
+
RevokeDBSecurityGroupIngressResult = Shapes::StructureShape.new(name: 'RevokeDBSecurityGroupIngressResult')
|
349
|
+
SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
|
350
|
+
SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault')
|
351
|
+
SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault')
|
352
|
+
SharedSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SharedSnapshotQuotaExceededFault')
|
353
|
+
SnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotQuotaExceededFault')
|
354
|
+
SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
|
355
|
+
SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault')
|
356
|
+
SourceRegion = Shapes::StructureShape.new(name: 'SourceRegion')
|
357
|
+
SourceRegionList = Shapes::ListShape.new(name: 'SourceRegionList')
|
358
|
+
SourceRegionMessage = Shapes::StructureShape.new(name: 'SourceRegionMessage')
|
359
|
+
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
360
|
+
StorageQuotaExceededFault = Shapes::StructureShape.new(name: 'StorageQuotaExceededFault')
|
361
|
+
StorageTypeNotSupportedFault = Shapes::StructureShape.new(name: 'StorageTypeNotSupportedFault')
|
362
|
+
String = Shapes::StringShape.new(name: 'String')
|
363
|
+
Subnet = Shapes::StructureShape.new(name: 'Subnet')
|
364
|
+
SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse')
|
365
|
+
SubnetIdentifierList = Shapes::ListShape.new(name: 'SubnetIdentifierList')
|
366
|
+
SubnetList = Shapes::ListShape.new(name: 'SubnetList')
|
367
|
+
SubscriptionAlreadyExistFault = Shapes::StructureShape.new(name: 'SubscriptionAlreadyExistFault')
|
368
|
+
SubscriptionCategoryNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionCategoryNotFoundFault')
|
369
|
+
SubscriptionNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionNotFoundFault')
|
370
|
+
SupportedCharacterSetsList = Shapes::ListShape.new(name: 'SupportedCharacterSetsList')
|
371
|
+
SupportedTimezonesList = Shapes::ListShape.new(name: 'SupportedTimezonesList')
|
372
|
+
TStamp = Shapes::TimestampShape.new(name: 'TStamp')
|
373
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
374
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
375
|
+
TagListMessage = Shapes::StructureShape.new(name: 'TagListMessage')
|
376
|
+
Timezone = Shapes::StructureShape.new(name: 'Timezone')
|
377
|
+
UpgradeTarget = Shapes::StructureShape.new(name: 'UpgradeTarget')
|
378
|
+
ValidUpgradeTargetList = Shapes::ListShape.new(name: 'ValidUpgradeTargetList')
|
379
|
+
VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
|
380
|
+
VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
|
381
|
+
VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
|
382
|
+
|
383
|
+
AccountAttributesMessage.add_member(:account_quotas, Shapes::ShapeRef.new(shape: AccountQuotaList, location_name: "AccountQuotas"))
|
384
|
+
AccountAttributesMessage.struct_class = Types::AccountAttributesMessage
|
385
|
+
|
386
|
+
AccountQuota.add_member(:account_quota_name, Shapes::ShapeRef.new(shape: String, location_name: "AccountQuotaName"))
|
387
|
+
AccountQuota.add_member(:used, Shapes::ShapeRef.new(shape: Long, location_name: "Used"))
|
388
|
+
AccountQuota.add_member(:max, Shapes::ShapeRef.new(shape: Long, location_name: "Max"))
|
389
|
+
AccountQuota.struct_class = Types::AccountQuota
|
390
|
+
|
391
|
+
AccountQuotaList.member = Shapes::ShapeRef.new(shape: AccountQuota, location_name: "AccountQuota")
|
392
|
+
|
393
|
+
AddRoleToDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
394
|
+
AddRoleToDBClusterMessage.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RoleArn"))
|
395
|
+
AddRoleToDBClusterMessage.struct_class = Types::AddRoleToDBClusterMessage
|
396
|
+
|
397
|
+
AddSourceIdentifierToSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
398
|
+
AddSourceIdentifierToSubscriptionMessage.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceIdentifier"))
|
399
|
+
AddSourceIdentifierToSubscriptionMessage.struct_class = Types::AddSourceIdentifierToSubscriptionMessage
|
400
|
+
|
401
|
+
AddSourceIdentifierToSubscriptionResult.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
|
402
|
+
AddSourceIdentifierToSubscriptionResult.struct_class = Types::AddSourceIdentifierToSubscriptionResult
|
403
|
+
|
404
|
+
AddTagsToResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
|
405
|
+
AddTagsToResourceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
406
|
+
AddTagsToResourceMessage.struct_class = Types::AddTagsToResourceMessage
|
407
|
+
|
408
|
+
ApplyPendingMaintenanceActionMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceIdentifier"))
|
409
|
+
ApplyPendingMaintenanceActionMessage.add_member(:apply_action, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ApplyAction"))
|
410
|
+
ApplyPendingMaintenanceActionMessage.add_member(:opt_in_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptInType"))
|
411
|
+
ApplyPendingMaintenanceActionMessage.struct_class = Types::ApplyPendingMaintenanceActionMessage
|
412
|
+
|
413
|
+
ApplyPendingMaintenanceActionResult.add_member(:resource_pending_maintenance_actions, Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions, location_name: "ResourcePendingMaintenanceActions"))
|
414
|
+
ApplyPendingMaintenanceActionResult.struct_class = Types::ApplyPendingMaintenanceActionResult
|
415
|
+
|
416
|
+
AttributeValueList.member = Shapes::ShapeRef.new(shape: String, location_name: "AttributeValue")
|
417
|
+
|
418
|
+
AuthorizeDBSecurityGroupIngressMessage.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSecurityGroupName"))
|
419
|
+
AuthorizeDBSecurityGroupIngressMessage.add_member(:cidrip, Shapes::ShapeRef.new(shape: String, location_name: "CIDRIP"))
|
420
|
+
AuthorizeDBSecurityGroupIngressMessage.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupName"))
|
421
|
+
AuthorizeDBSecurityGroupIngressMessage.add_member(:ec2_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupId"))
|
422
|
+
AuthorizeDBSecurityGroupIngressMessage.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupOwnerId"))
|
423
|
+
AuthorizeDBSecurityGroupIngressMessage.struct_class = Types::AuthorizeDBSecurityGroupIngressMessage
|
424
|
+
|
425
|
+
AuthorizeDBSecurityGroupIngressResult.add_member(:db_security_group, Shapes::ShapeRef.new(shape: DBSecurityGroup, location_name: "DBSecurityGroup"))
|
426
|
+
AuthorizeDBSecurityGroupIngressResult.struct_class = Types::AuthorizeDBSecurityGroupIngressResult
|
427
|
+
|
428
|
+
AvailabilityZone.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
429
|
+
AvailabilityZone.struct_class = Types::AvailabilityZone
|
430
|
+
|
431
|
+
AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone")
|
432
|
+
|
433
|
+
AvailabilityZones.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone")
|
434
|
+
|
435
|
+
Certificate.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CertificateIdentifier"))
|
436
|
+
Certificate.add_member(:certificate_type, Shapes::ShapeRef.new(shape: String, location_name: "CertificateType"))
|
437
|
+
Certificate.add_member(:thumbprint, Shapes::ShapeRef.new(shape: String, location_name: "Thumbprint"))
|
438
|
+
Certificate.add_member(:valid_from, Shapes::ShapeRef.new(shape: TStamp, location_name: "ValidFrom"))
|
439
|
+
Certificate.add_member(:valid_till, Shapes::ShapeRef.new(shape: TStamp, location_name: "ValidTill"))
|
440
|
+
Certificate.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: String, location_name: "CertificateArn"))
|
441
|
+
Certificate.struct_class = Types::Certificate
|
442
|
+
|
443
|
+
CertificateList.member = Shapes::ShapeRef.new(shape: Certificate, location_name: "Certificate")
|
444
|
+
|
445
|
+
CertificateMessage.add_member(:certificates, Shapes::ShapeRef.new(shape: CertificateList, location_name: "Certificates"))
|
446
|
+
CertificateMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
447
|
+
CertificateMessage.struct_class = Types::CertificateMessage
|
448
|
+
|
449
|
+
CharacterSet.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
450
|
+
CharacterSet.add_member(:character_set_description, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetDescription"))
|
451
|
+
CharacterSet.struct_class = Types::CharacterSet
|
452
|
+
|
453
|
+
CopyDBClusterParameterGroupMessage.add_member(:source_db_cluster_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBClusterParameterGroupIdentifier"))
|
454
|
+
CopyDBClusterParameterGroupMessage.add_member(:target_db_cluster_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterParameterGroupIdentifier"))
|
455
|
+
CopyDBClusterParameterGroupMessage.add_member(:target_db_cluster_parameter_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterParameterGroupDescription"))
|
456
|
+
CopyDBClusterParameterGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
457
|
+
CopyDBClusterParameterGroupMessage.struct_class = Types::CopyDBClusterParameterGroupMessage
|
458
|
+
|
459
|
+
CopyDBClusterParameterGroupResult.add_member(:db_cluster_parameter_group, Shapes::ShapeRef.new(shape: DBClusterParameterGroup, location_name: "DBClusterParameterGroup"))
|
460
|
+
CopyDBClusterParameterGroupResult.struct_class = Types::CopyDBClusterParameterGroupResult
|
461
|
+
|
462
|
+
CopyDBClusterSnapshotMessage.add_member(:source_db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBClusterSnapshotIdentifier"))
|
463
|
+
CopyDBClusterSnapshotMessage.add_member(:target_db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterSnapshotIdentifier"))
|
464
|
+
CopyDBClusterSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
465
|
+
CopyDBClusterSnapshotMessage.struct_class = Types::CopyDBClusterSnapshotMessage
|
466
|
+
|
467
|
+
CopyDBClusterSnapshotResult.add_member(:db_cluster_snapshot, Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot"))
|
468
|
+
CopyDBClusterSnapshotResult.struct_class = Types::CopyDBClusterSnapshotResult
|
469
|
+
|
470
|
+
CopyDBParameterGroupMessage.add_member(:source_db_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBParameterGroupIdentifier"))
|
471
|
+
CopyDBParameterGroupMessage.add_member(:target_db_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBParameterGroupIdentifier"))
|
472
|
+
CopyDBParameterGroupMessage.add_member(:target_db_parameter_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBParameterGroupDescription"))
|
473
|
+
CopyDBParameterGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
474
|
+
CopyDBParameterGroupMessage.struct_class = Types::CopyDBParameterGroupMessage
|
475
|
+
|
476
|
+
CopyDBParameterGroupResult.add_member(:db_parameter_group, Shapes::ShapeRef.new(shape: DBParameterGroup, location_name: "DBParameterGroup"))
|
477
|
+
CopyDBParameterGroupResult.struct_class = Types::CopyDBParameterGroupResult
|
478
|
+
|
479
|
+
CopyDBSnapshotMessage.add_member(:source_db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBSnapshotIdentifier"))
|
480
|
+
CopyDBSnapshotMessage.add_member(:target_db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBSnapshotIdentifier"))
|
481
|
+
CopyDBSnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
482
|
+
CopyDBSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
483
|
+
CopyDBSnapshotMessage.add_member(:copy_tags, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTags"))
|
484
|
+
CopyDBSnapshotMessage.struct_class = Types::CopyDBSnapshotMessage
|
485
|
+
|
486
|
+
CopyDBSnapshotResult.add_member(:db_snapshot, Shapes::ShapeRef.new(shape: DBSnapshot, location_name: "DBSnapshot"))
|
487
|
+
CopyDBSnapshotResult.struct_class = Types::CopyDBSnapshotResult
|
488
|
+
|
489
|
+
CopyOptionGroupMessage.add_member(:source_option_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceOptionGroupIdentifier"))
|
490
|
+
CopyOptionGroupMessage.add_member(:target_option_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetOptionGroupIdentifier"))
|
491
|
+
CopyOptionGroupMessage.add_member(:target_option_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetOptionGroupDescription"))
|
492
|
+
CopyOptionGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
493
|
+
CopyOptionGroupMessage.struct_class = Types::CopyOptionGroupMessage
|
494
|
+
|
495
|
+
CopyOptionGroupResult.add_member(:option_group, Shapes::ShapeRef.new(shape: OptionGroup, location_name: "OptionGroup"))
|
496
|
+
CopyOptionGroupResult.struct_class = Types::CopyOptionGroupResult
|
497
|
+
|
498
|
+
CreateDBClusterMessage.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
499
|
+
CreateDBClusterMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
500
|
+
CreateDBClusterMessage.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
501
|
+
CreateDBClusterMessage.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
502
|
+
CreateDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
503
|
+
CreateDBClusterMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
504
|
+
CreateDBClusterMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
505
|
+
CreateDBClusterMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
506
|
+
CreateDBClusterMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
|
507
|
+
CreateDBClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
508
|
+
CreateDBClusterMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
509
|
+
CreateDBClusterMessage.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
510
|
+
CreateDBClusterMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
|
511
|
+
CreateDBClusterMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
512
|
+
CreateDBClusterMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
513
|
+
CreateDBClusterMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
514
|
+
CreateDBClusterMessage.add_member(:replication_source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationSourceIdentifier"))
|
515
|
+
CreateDBClusterMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
516
|
+
CreateDBClusterMessage.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
|
517
|
+
CreateDBClusterMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
518
|
+
CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
|
519
|
+
|
520
|
+
CreateDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
521
|
+
CreateDBClusterParameterGroupMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupFamily"))
|
522
|
+
CreateDBClusterParameterGroupMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
|
523
|
+
CreateDBClusterParameterGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
524
|
+
CreateDBClusterParameterGroupMessage.struct_class = Types::CreateDBClusterParameterGroupMessage
|
525
|
+
|
526
|
+
CreateDBClusterParameterGroupResult.add_member(:db_cluster_parameter_group, Shapes::ShapeRef.new(shape: DBClusterParameterGroup, location_name: "DBClusterParameterGroup"))
|
527
|
+
CreateDBClusterParameterGroupResult.struct_class = Types::CreateDBClusterParameterGroupResult
|
528
|
+
|
529
|
+
CreateDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
530
|
+
CreateDBClusterResult.struct_class = Types::CreateDBClusterResult
|
531
|
+
|
532
|
+
CreateDBClusterSnapshotMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterSnapshotIdentifier"))
|
533
|
+
CreateDBClusterSnapshotMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
534
|
+
CreateDBClusterSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
535
|
+
CreateDBClusterSnapshotMessage.struct_class = Types::CreateDBClusterSnapshotMessage
|
536
|
+
|
537
|
+
CreateDBClusterSnapshotResult.add_member(:db_cluster_snapshot, Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot"))
|
538
|
+
CreateDBClusterSnapshotResult.struct_class = Types::CreateDBClusterSnapshotResult
|
539
|
+
|
540
|
+
CreateDBInstanceMessage.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "DBName"))
|
541
|
+
CreateDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
542
|
+
CreateDBInstanceMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
543
|
+
CreateDBInstanceMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceClass"))
|
544
|
+
CreateDBInstanceMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
|
545
|
+
CreateDBInstanceMessage.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
546
|
+
CreateDBInstanceMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
|
547
|
+
CreateDBInstanceMessage.add_member(:db_security_groups, Shapes::ShapeRef.new(shape: DBSecurityGroupNameList, location_name: "DBSecurityGroups"))
|
548
|
+
CreateDBInstanceMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
549
|
+
CreateDBInstanceMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
550
|
+
CreateDBInstanceMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
551
|
+
CreateDBInstanceMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
552
|
+
CreateDBInstanceMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
553
|
+
CreateDBInstanceMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
554
|
+
CreateDBInstanceMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
555
|
+
CreateDBInstanceMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
556
|
+
CreateDBInstanceMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
557
|
+
CreateDBInstanceMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
558
|
+
CreateDBInstanceMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
|
559
|
+
CreateDBInstanceMessage.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
560
|
+
CreateDBInstanceMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
561
|
+
CreateDBInstanceMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
562
|
+
CreateDBInstanceMessage.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
563
|
+
CreateDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
564
|
+
CreateDBInstanceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
565
|
+
CreateDBInstanceMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
566
|
+
CreateDBInstanceMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
567
|
+
CreateDBInstanceMessage.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
568
|
+
CreateDBInstanceMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialPassword"))
|
569
|
+
CreateDBInstanceMessage.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
|
570
|
+
CreateDBInstanceMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
571
|
+
CreateDBInstanceMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
572
|
+
CreateDBInstanceMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
573
|
+
CreateDBInstanceMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
|
574
|
+
CreateDBInstanceMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
|
575
|
+
CreateDBInstanceMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
576
|
+
CreateDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
|
577
|
+
CreateDBInstanceMessage.add_member(:timezone, Shapes::ShapeRef.new(shape: String, location_name: "Timezone"))
|
578
|
+
CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
|
579
|
+
|
580
|
+
CreateDBInstanceReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
581
|
+
CreateDBInstanceReadReplicaMessage.add_member(:source_db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBInstanceIdentifier"))
|
582
|
+
CreateDBInstanceReadReplicaMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
583
|
+
CreateDBInstanceReadReplicaMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
584
|
+
CreateDBInstanceReadReplicaMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
585
|
+
CreateDBInstanceReadReplicaMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
|
586
|
+
CreateDBInstanceReadReplicaMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
587
|
+
CreateDBInstanceReadReplicaMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
588
|
+
CreateDBInstanceReadReplicaMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
589
|
+
CreateDBInstanceReadReplicaMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
590
|
+
CreateDBInstanceReadReplicaMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
591
|
+
CreateDBInstanceReadReplicaMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
592
|
+
CreateDBInstanceReadReplicaMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
593
|
+
CreateDBInstanceReadReplicaMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
|
594
|
+
CreateDBInstanceReadReplicaMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
|
595
|
+
CreateDBInstanceReadReplicaMessage.struct_class = Types::CreateDBInstanceReadReplicaMessage
|
596
|
+
|
597
|
+
CreateDBInstanceReadReplicaResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
598
|
+
CreateDBInstanceReadReplicaResult.struct_class = Types::CreateDBInstanceReadReplicaResult
|
599
|
+
|
600
|
+
CreateDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
601
|
+
CreateDBInstanceResult.struct_class = Types::CreateDBInstanceResult
|
602
|
+
|
603
|
+
CreateDBParameterGroupMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupName"))
|
604
|
+
CreateDBParameterGroupMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupFamily"))
|
605
|
+
CreateDBParameterGroupMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
|
606
|
+
CreateDBParameterGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
607
|
+
CreateDBParameterGroupMessage.struct_class = Types::CreateDBParameterGroupMessage
|
608
|
+
|
609
|
+
CreateDBParameterGroupResult.add_member(:db_parameter_group, Shapes::ShapeRef.new(shape: DBParameterGroup, location_name: "DBParameterGroup"))
|
610
|
+
CreateDBParameterGroupResult.struct_class = Types::CreateDBParameterGroupResult
|
611
|
+
|
612
|
+
CreateDBSecurityGroupMessage.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSecurityGroupName"))
|
613
|
+
CreateDBSecurityGroupMessage.add_member(:db_security_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSecurityGroupDescription"))
|
614
|
+
CreateDBSecurityGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
615
|
+
CreateDBSecurityGroupMessage.struct_class = Types::CreateDBSecurityGroupMessage
|
616
|
+
|
617
|
+
CreateDBSecurityGroupResult.add_member(:db_security_group, Shapes::ShapeRef.new(shape: DBSecurityGroup, location_name: "DBSecurityGroup"))
|
618
|
+
CreateDBSecurityGroupResult.struct_class = Types::CreateDBSecurityGroupResult
|
619
|
+
|
620
|
+
CreateDBSnapshotMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSnapshotIdentifier"))
|
621
|
+
CreateDBSnapshotMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
622
|
+
CreateDBSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
623
|
+
CreateDBSnapshotMessage.struct_class = Types::CreateDBSnapshotMessage
|
624
|
+
|
625
|
+
CreateDBSnapshotResult.add_member(:db_snapshot, Shapes::ShapeRef.new(shape: DBSnapshot, location_name: "DBSnapshot"))
|
626
|
+
CreateDBSnapshotResult.struct_class = Types::CreateDBSnapshotResult
|
627
|
+
|
628
|
+
CreateDBSubnetGroupMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSubnetGroupName"))
|
629
|
+
CreateDBSubnetGroupMessage.add_member(:db_subnet_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSubnetGroupDescription"))
|
630
|
+
CreateDBSubnetGroupMessage.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, required: true, location_name: "SubnetIds"))
|
631
|
+
CreateDBSubnetGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
632
|
+
CreateDBSubnetGroupMessage.struct_class = Types::CreateDBSubnetGroupMessage
|
633
|
+
|
634
|
+
CreateDBSubnetGroupResult.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
|
635
|
+
CreateDBSubnetGroupResult.struct_class = Types::CreateDBSubnetGroupResult
|
636
|
+
|
637
|
+
CreateEventSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
638
|
+
CreateEventSubscriptionMessage.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnsTopicArn"))
|
639
|
+
CreateEventSubscriptionMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
640
|
+
CreateEventSubscriptionMessage.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
|
641
|
+
CreateEventSubscriptionMessage.add_member(:source_ids, Shapes::ShapeRef.new(shape: SourceIdsList, location_name: "SourceIds"))
|
642
|
+
CreateEventSubscriptionMessage.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Enabled"))
|
643
|
+
CreateEventSubscriptionMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
644
|
+
CreateEventSubscriptionMessage.struct_class = Types::CreateEventSubscriptionMessage
|
645
|
+
|
646
|
+
CreateEventSubscriptionResult.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
|
647
|
+
CreateEventSubscriptionResult.struct_class = Types::CreateEventSubscriptionResult
|
648
|
+
|
649
|
+
CreateOptionGroupMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptionGroupName"))
|
650
|
+
CreateOptionGroupMessage.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EngineName"))
|
651
|
+
CreateOptionGroupMessage.add_member(:major_engine_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MajorEngineVersion"))
|
652
|
+
CreateOptionGroupMessage.add_member(:option_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptionGroupDescription"))
|
653
|
+
CreateOptionGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
654
|
+
CreateOptionGroupMessage.struct_class = Types::CreateOptionGroupMessage
|
655
|
+
|
656
|
+
CreateOptionGroupResult.add_member(:option_group, Shapes::ShapeRef.new(shape: OptionGroup, location_name: "OptionGroup"))
|
657
|
+
CreateOptionGroupResult.struct_class = Types::CreateOptionGroupResult
|
658
|
+
|
659
|
+
DBCluster.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
660
|
+
DBCluster.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
661
|
+
DBCluster.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
662
|
+
DBCluster.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
663
|
+
DBCluster.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
664
|
+
DBCluster.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
665
|
+
DBCluster.add_member(:db_cluster_parameter_group, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroup"))
|
666
|
+
DBCluster.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroup"))
|
667
|
+
DBCluster.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
668
|
+
DBCluster.add_member(:percent_progress, Shapes::ShapeRef.new(shape: String, location_name: "PercentProgress"))
|
669
|
+
DBCluster.add_member(:earliest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EarliestRestorableTime"))
|
670
|
+
DBCluster.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
|
671
|
+
DBCluster.add_member(:reader_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "ReaderEndpoint"))
|
672
|
+
DBCluster.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
673
|
+
DBCluster.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
674
|
+
DBCluster.add_member(:latest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LatestRestorableTime"))
|
675
|
+
DBCluster.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
676
|
+
DBCluster.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
677
|
+
DBCluster.add_member(:db_cluster_option_group_memberships, Shapes::ShapeRef.new(shape: DBClusterOptionGroupMemberships, location_name: "DBClusterOptionGroupMemberships"))
|
678
|
+
DBCluster.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
679
|
+
DBCluster.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
680
|
+
DBCluster.add_member(:replication_source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationSourceIdentifier"))
|
681
|
+
DBCluster.add_member(:read_replica_identifiers, Shapes::ShapeRef.new(shape: ReadReplicaIdentifierList, location_name: "ReadReplicaIdentifiers"))
|
682
|
+
DBCluster.add_member(:db_cluster_members, Shapes::ShapeRef.new(shape: DBClusterMemberList, location_name: "DBClusterMembers"))
|
683
|
+
DBCluster.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: VpcSecurityGroupMembershipList, location_name: "VpcSecurityGroups"))
|
684
|
+
DBCluster.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "HostedZoneId"))
|
685
|
+
DBCluster.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "StorageEncrypted"))
|
686
|
+
DBCluster.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
687
|
+
DBCluster.add_member(:db_cluster_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbClusterResourceId"))
|
688
|
+
DBCluster.add_member(:db_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterArn"))
|
689
|
+
DBCluster.add_member(:associated_roles, Shapes::ShapeRef.new(shape: DBClusterRoles, location_name: "AssociatedRoles"))
|
690
|
+
DBCluster.struct_class = Types::DBCluster
|
691
|
+
|
692
|
+
DBClusterList.member = Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster")
|
693
|
+
|
694
|
+
DBClusterMember.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
695
|
+
DBClusterMember.add_member(:is_cluster_writer, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsClusterWriter"))
|
696
|
+
DBClusterMember.add_member(:db_cluster_parameter_group_status, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupStatus"))
|
697
|
+
DBClusterMember.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
|
698
|
+
DBClusterMember.struct_class = Types::DBClusterMember
|
699
|
+
|
700
|
+
DBClusterMemberList.member = Shapes::ShapeRef.new(shape: DBClusterMember, location_name: "DBClusterMember")
|
701
|
+
|
702
|
+
DBClusterMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
703
|
+
DBClusterMessage.add_member(:db_clusters, Shapes::ShapeRef.new(shape: DBClusterList, location_name: "DBClusters"))
|
704
|
+
DBClusterMessage.struct_class = Types::DBClusterMessage
|
705
|
+
|
706
|
+
DBClusterOptionGroupMemberships.member = Shapes::ShapeRef.new(shape: DBClusterOptionGroupStatus, location_name: "DBClusterOptionGroup")
|
707
|
+
|
708
|
+
DBClusterOptionGroupStatus.add_member(:db_cluster_option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterOptionGroupName"))
|
709
|
+
DBClusterOptionGroupStatus.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
710
|
+
DBClusterOptionGroupStatus.struct_class = Types::DBClusterOptionGroupStatus
|
711
|
+
|
712
|
+
DBClusterParameterGroup.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
713
|
+
DBClusterParameterGroup.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
|
714
|
+
DBClusterParameterGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
715
|
+
DBClusterParameterGroup.add_member(:db_cluster_parameter_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupArn"))
|
716
|
+
DBClusterParameterGroup.struct_class = Types::DBClusterParameterGroup
|
717
|
+
|
718
|
+
DBClusterParameterGroupDetails.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
|
719
|
+
DBClusterParameterGroupDetails.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
720
|
+
DBClusterParameterGroupDetails.struct_class = Types::DBClusterParameterGroupDetails
|
721
|
+
|
722
|
+
DBClusterParameterGroupList.member = Shapes::ShapeRef.new(shape: DBClusterParameterGroup, location_name: "DBClusterParameterGroup")
|
723
|
+
|
724
|
+
DBClusterParameterGroupNameMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
725
|
+
DBClusterParameterGroupNameMessage.struct_class = Types::DBClusterParameterGroupNameMessage
|
726
|
+
|
727
|
+
DBClusterParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
728
|
+
DBClusterParameterGroupsMessage.add_member(:db_cluster_parameter_groups, Shapes::ShapeRef.new(shape: DBClusterParameterGroupList, location_name: "DBClusterParameterGroups"))
|
729
|
+
DBClusterParameterGroupsMessage.struct_class = Types::DBClusterParameterGroupsMessage
|
730
|
+
|
731
|
+
DBClusterRole.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "RoleArn"))
|
732
|
+
DBClusterRole.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
733
|
+
DBClusterRole.struct_class = Types::DBClusterRole
|
734
|
+
|
735
|
+
DBClusterRoles.member = Shapes::ShapeRef.new(shape: DBClusterRole, location_name: "DBClusterRole")
|
736
|
+
|
737
|
+
DBClusterSnapshot.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
738
|
+
DBClusterSnapshot.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotIdentifier"))
|
739
|
+
DBClusterSnapshot.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
740
|
+
DBClusterSnapshot.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotCreateTime"))
|
741
|
+
DBClusterSnapshot.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
742
|
+
DBClusterSnapshot.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "AllocatedStorage"))
|
743
|
+
DBClusterSnapshot.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
744
|
+
DBClusterSnapshot.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
745
|
+
DBClusterSnapshot.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
746
|
+
DBClusterSnapshot.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
|
747
|
+
DBClusterSnapshot.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
748
|
+
DBClusterSnapshot.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
749
|
+
DBClusterSnapshot.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
750
|
+
DBClusterSnapshot.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
|
751
|
+
DBClusterSnapshot.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Integer, location_name: "PercentProgress"))
|
752
|
+
DBClusterSnapshot.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "StorageEncrypted"))
|
753
|
+
DBClusterSnapshot.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
754
|
+
DBClusterSnapshot.add_member(:db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotArn"))
|
755
|
+
DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
|
756
|
+
|
757
|
+
DBClusterSnapshotAttribute.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "AttributeName"))
|
758
|
+
DBClusterSnapshotAttribute.add_member(:attribute_values, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "AttributeValues"))
|
759
|
+
DBClusterSnapshotAttribute.struct_class = Types::DBClusterSnapshotAttribute
|
760
|
+
|
761
|
+
DBClusterSnapshotAttributeList.member = Shapes::ShapeRef.new(shape: DBClusterSnapshotAttribute, location_name: "DBClusterSnapshotAttribute")
|
762
|
+
|
763
|
+
DBClusterSnapshotAttributesResult.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotIdentifier"))
|
764
|
+
DBClusterSnapshotAttributesResult.add_member(:db_cluster_snapshot_attributes, Shapes::ShapeRef.new(shape: DBClusterSnapshotAttributeList, location_name: "DBClusterSnapshotAttributes"))
|
765
|
+
DBClusterSnapshotAttributesResult.struct_class = Types::DBClusterSnapshotAttributesResult
|
766
|
+
|
767
|
+
DBClusterSnapshotList.member = Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot")
|
768
|
+
|
769
|
+
DBClusterSnapshotMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
770
|
+
DBClusterSnapshotMessage.add_member(:db_cluster_snapshots, Shapes::ShapeRef.new(shape: DBClusterSnapshotList, location_name: "DBClusterSnapshots"))
|
771
|
+
DBClusterSnapshotMessage.struct_class = Types::DBClusterSnapshotMessage
|
772
|
+
|
773
|
+
DBEngineVersion.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
774
|
+
DBEngineVersion.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
775
|
+
DBEngineVersion.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
|
776
|
+
DBEngineVersion.add_member(:db_engine_description, Shapes::ShapeRef.new(shape: String, location_name: "DBEngineDescription"))
|
777
|
+
DBEngineVersion.add_member(:db_engine_version_description, Shapes::ShapeRef.new(shape: String, location_name: "DBEngineVersionDescription"))
|
778
|
+
DBEngineVersion.add_member(:default_character_set, Shapes::ShapeRef.new(shape: CharacterSet, location_name: "DefaultCharacterSet"))
|
779
|
+
DBEngineVersion.add_member(:supported_character_sets, Shapes::ShapeRef.new(shape: SupportedCharacterSetsList, location_name: "SupportedCharacterSets"))
|
780
|
+
DBEngineVersion.add_member(:valid_upgrade_target, Shapes::ShapeRef.new(shape: ValidUpgradeTargetList, location_name: "ValidUpgradeTarget"))
|
781
|
+
DBEngineVersion.add_member(:supported_timezones, Shapes::ShapeRef.new(shape: SupportedTimezonesList, location_name: "SupportedTimezones"))
|
782
|
+
DBEngineVersion.struct_class = Types::DBEngineVersion
|
783
|
+
|
784
|
+
DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
|
785
|
+
|
786
|
+
DBEngineVersionMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
787
|
+
DBEngineVersionMessage.add_member(:db_engine_versions, Shapes::ShapeRef.new(shape: DBEngineVersionList, location_name: "DBEngineVersions"))
|
788
|
+
DBEngineVersionMessage.struct_class = Types::DBEngineVersionMessage
|
789
|
+
|
790
|
+
DBInstance.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
791
|
+
DBInstance.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
792
|
+
DBInstance.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
793
|
+
DBInstance.add_member(:db_instance_status, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceStatus"))
|
794
|
+
DBInstance.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
795
|
+
DBInstance.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "DBName"))
|
796
|
+
DBInstance.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
797
|
+
DBInstance.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "AllocatedStorage"))
|
798
|
+
DBInstance.add_member(:instance_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "InstanceCreateTime"))
|
799
|
+
DBInstance.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
800
|
+
DBInstance.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "BackupRetentionPeriod"))
|
801
|
+
DBInstance.add_member(:db_security_groups, Shapes::ShapeRef.new(shape: DBSecurityGroupMembershipList, location_name: "DBSecurityGroups"))
|
802
|
+
DBInstance.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: VpcSecurityGroupMembershipList, location_name: "VpcSecurityGroups"))
|
803
|
+
DBInstance.add_member(:db_parameter_groups, Shapes::ShapeRef.new(shape: DBParameterGroupStatusList, location_name: "DBParameterGroups"))
|
804
|
+
DBInstance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
805
|
+
DBInstance.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
|
806
|
+
DBInstance.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
807
|
+
DBInstance.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: PendingModifiedValues, location_name: "PendingModifiedValues"))
|
808
|
+
DBInstance.add_member(:latest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LatestRestorableTime"))
|
809
|
+
DBInstance.add_member(:multi_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZ"))
|
810
|
+
DBInstance.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
811
|
+
DBInstance.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoMinorVersionUpgrade"))
|
812
|
+
DBInstance.add_member(:read_replica_source_db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaSourceDBInstanceIdentifier"))
|
813
|
+
DBInstance.add_member(:read_replica_db_instance_identifiers, Shapes::ShapeRef.new(shape: ReadReplicaDBInstanceIdentifierList, location_name: "ReadReplicaDBInstanceIdentifiers"))
|
814
|
+
DBInstance.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
815
|
+
DBInstance.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
816
|
+
DBInstance.add_member(:option_group_memberships, Shapes::ShapeRef.new(shape: OptionGroupMembershipList, location_name: "OptionGroupMemberships"))
|
817
|
+
DBInstance.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
818
|
+
DBInstance.add_member(:secondary_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SecondaryAvailabilityZone"))
|
819
|
+
DBInstance.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAccessible"))
|
820
|
+
DBInstance.add_member(:status_infos, Shapes::ShapeRef.new(shape: DBInstanceStatusInfoList, location_name: "StatusInfos"))
|
821
|
+
DBInstance.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
822
|
+
DBInstance.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
823
|
+
DBInstance.add_member(:db_instance_port, Shapes::ShapeRef.new(shape: Integer, location_name: "DbInstancePort"))
|
824
|
+
DBInstance.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
825
|
+
DBInstance.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "StorageEncrypted"))
|
826
|
+
DBInstance.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
827
|
+
DBInstance.add_member(:dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbiResourceId"))
|
828
|
+
DBInstance.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
829
|
+
DBInstance.add_member(:domain_memberships, Shapes::ShapeRef.new(shape: DomainMembershipList, location_name: "DomainMemberships"))
|
830
|
+
DBInstance.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "CopyTagsToSnapshot"))
|
831
|
+
DBInstance.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
|
832
|
+
DBInstance.add_member(:enhanced_monitoring_resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "EnhancedMonitoringResourceArn"))
|
833
|
+
DBInstance.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
|
834
|
+
DBInstance.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
|
835
|
+
DBInstance.add_member(:db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceArn"))
|
836
|
+
DBInstance.add_member(:timezone, Shapes::ShapeRef.new(shape: String, location_name: "Timezone"))
|
837
|
+
DBInstance.struct_class = Types::DBInstance
|
838
|
+
|
839
|
+
DBInstanceList.member = Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance")
|
840
|
+
|
841
|
+
DBInstanceMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
842
|
+
DBInstanceMessage.add_member(:db_instances, Shapes::ShapeRef.new(shape: DBInstanceList, location_name: "DBInstances"))
|
843
|
+
DBInstanceMessage.struct_class = Types::DBInstanceMessage
|
844
|
+
|
845
|
+
DBInstanceStatusInfo.add_member(:status_type, Shapes::ShapeRef.new(shape: String, location_name: "StatusType"))
|
846
|
+
DBInstanceStatusInfo.add_member(:normal, Shapes::ShapeRef.new(shape: Boolean, location_name: "Normal"))
|
847
|
+
DBInstanceStatusInfo.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
848
|
+
DBInstanceStatusInfo.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
849
|
+
DBInstanceStatusInfo.struct_class = Types::DBInstanceStatusInfo
|
850
|
+
|
851
|
+
DBInstanceStatusInfoList.member = Shapes::ShapeRef.new(shape: DBInstanceStatusInfo, location_name: "DBInstanceStatusInfo")
|
852
|
+
|
853
|
+
DBParameterGroup.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
854
|
+
DBParameterGroup.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
|
855
|
+
DBParameterGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
856
|
+
DBParameterGroup.add_member(:db_parameter_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupArn"))
|
857
|
+
DBParameterGroup.struct_class = Types::DBParameterGroup
|
858
|
+
|
859
|
+
DBParameterGroupDetails.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
|
860
|
+
DBParameterGroupDetails.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
861
|
+
DBParameterGroupDetails.struct_class = Types::DBParameterGroupDetails
|
862
|
+
|
863
|
+
DBParameterGroupList.member = Shapes::ShapeRef.new(shape: DBParameterGroup, location_name: "DBParameterGroup")
|
864
|
+
|
865
|
+
DBParameterGroupNameMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
866
|
+
DBParameterGroupNameMessage.struct_class = Types::DBParameterGroupNameMessage
|
867
|
+
|
868
|
+
DBParameterGroupStatus.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
869
|
+
DBParameterGroupStatus.add_member(:parameter_apply_status, Shapes::ShapeRef.new(shape: String, location_name: "ParameterApplyStatus"))
|
870
|
+
DBParameterGroupStatus.struct_class = Types::DBParameterGroupStatus
|
871
|
+
|
872
|
+
DBParameterGroupStatusList.member = Shapes::ShapeRef.new(shape: DBParameterGroupStatus, location_name: "DBParameterGroup")
|
873
|
+
|
874
|
+
DBParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
875
|
+
DBParameterGroupsMessage.add_member(:db_parameter_groups, Shapes::ShapeRef.new(shape: DBParameterGroupList, location_name: "DBParameterGroups"))
|
876
|
+
DBParameterGroupsMessage.struct_class = Types::DBParameterGroupsMessage
|
877
|
+
|
878
|
+
DBSecurityGroup.add_member(:owner_id, Shapes::ShapeRef.new(shape: String, location_name: "OwnerId"))
|
879
|
+
DBSecurityGroup.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupName"))
|
880
|
+
DBSecurityGroup.add_member(:db_security_group_description, Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupDescription"))
|
881
|
+
DBSecurityGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
882
|
+
DBSecurityGroup.add_member(:ec2_security_groups, Shapes::ShapeRef.new(shape: EC2SecurityGroupList, location_name: "EC2SecurityGroups"))
|
883
|
+
DBSecurityGroup.add_member(:ip_ranges, Shapes::ShapeRef.new(shape: IPRangeList, location_name: "IPRanges"))
|
884
|
+
DBSecurityGroup.add_member(:db_security_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupArn"))
|
885
|
+
DBSecurityGroup.struct_class = Types::DBSecurityGroup
|
886
|
+
|
887
|
+
DBSecurityGroupMembership.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupName"))
|
888
|
+
DBSecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
889
|
+
DBSecurityGroupMembership.struct_class = Types::DBSecurityGroupMembership
|
890
|
+
|
891
|
+
DBSecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: DBSecurityGroupMembership, location_name: "DBSecurityGroup")
|
892
|
+
|
893
|
+
DBSecurityGroupMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
894
|
+
DBSecurityGroupMessage.add_member(:db_security_groups, Shapes::ShapeRef.new(shape: DBSecurityGroups, location_name: "DBSecurityGroups"))
|
895
|
+
DBSecurityGroupMessage.struct_class = Types::DBSecurityGroupMessage
|
896
|
+
|
897
|
+
DBSecurityGroupNameList.member = Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupName")
|
898
|
+
|
899
|
+
DBSecurityGroups.member = Shapes::ShapeRef.new(shape: DBSecurityGroup, location_name: "DBSecurityGroup")
|
900
|
+
|
901
|
+
DBSnapshot.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBSnapshotIdentifier"))
|
902
|
+
DBSnapshot.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
903
|
+
DBSnapshot.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotCreateTime"))
|
904
|
+
DBSnapshot.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
905
|
+
DBSnapshot.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "AllocatedStorage"))
|
906
|
+
DBSnapshot.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
907
|
+
DBSnapshot.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
908
|
+
DBSnapshot.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
909
|
+
DBSnapshot.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
910
|
+
DBSnapshot.add_member(:instance_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "InstanceCreateTime"))
|
911
|
+
DBSnapshot.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
912
|
+
DBSnapshot.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
913
|
+
DBSnapshot.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
914
|
+
DBSnapshot.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
|
915
|
+
DBSnapshot.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
916
|
+
DBSnapshot.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
917
|
+
DBSnapshot.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Integer, location_name: "PercentProgress"))
|
918
|
+
DBSnapshot.add_member(:source_region, Shapes::ShapeRef.new(shape: String, location_name: "SourceRegion"))
|
919
|
+
DBSnapshot.add_member(:source_db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBSnapshotIdentifier"))
|
920
|
+
DBSnapshot.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
921
|
+
DBSnapshot.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
922
|
+
DBSnapshot.add_member(:encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "Encrypted"))
|
923
|
+
DBSnapshot.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
924
|
+
DBSnapshot.add_member(:db_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBSnapshotArn"))
|
925
|
+
DBSnapshot.add_member(:timezone, Shapes::ShapeRef.new(shape: String, location_name: "Timezone"))
|
926
|
+
DBSnapshot.struct_class = Types::DBSnapshot
|
927
|
+
|
928
|
+
DBSnapshotAttribute.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "AttributeName"))
|
929
|
+
DBSnapshotAttribute.add_member(:attribute_values, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "AttributeValues"))
|
930
|
+
DBSnapshotAttribute.struct_class = Types::DBSnapshotAttribute
|
931
|
+
|
932
|
+
DBSnapshotAttributeList.member = Shapes::ShapeRef.new(shape: DBSnapshotAttribute, location_name: "DBSnapshotAttribute")
|
933
|
+
|
934
|
+
DBSnapshotAttributesResult.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBSnapshotIdentifier"))
|
935
|
+
DBSnapshotAttributesResult.add_member(:db_snapshot_attributes, Shapes::ShapeRef.new(shape: DBSnapshotAttributeList, location_name: "DBSnapshotAttributes"))
|
936
|
+
DBSnapshotAttributesResult.struct_class = Types::DBSnapshotAttributesResult
|
937
|
+
|
938
|
+
DBSnapshotList.member = Shapes::ShapeRef.new(shape: DBSnapshot, location_name: "DBSnapshot")
|
939
|
+
|
940
|
+
DBSnapshotMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
941
|
+
DBSnapshotMessage.add_member(:db_snapshots, Shapes::ShapeRef.new(shape: DBSnapshotList, location_name: "DBSnapshots"))
|
942
|
+
DBSnapshotMessage.struct_class = Types::DBSnapshotMessage
|
943
|
+
|
944
|
+
DBSubnetGroup.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
945
|
+
DBSubnetGroup.add_member(:db_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupDescription"))
|
946
|
+
DBSubnetGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
947
|
+
DBSubnetGroup.add_member(:subnet_group_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupStatus"))
|
948
|
+
DBSubnetGroup.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetList, location_name: "Subnets"))
|
949
|
+
DBSubnetGroup.add_member(:db_subnet_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupArn"))
|
950
|
+
DBSubnetGroup.struct_class = Types::DBSubnetGroup
|
951
|
+
|
952
|
+
DBSubnetGroupMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
953
|
+
DBSubnetGroupMessage.add_member(:db_subnet_groups, Shapes::ShapeRef.new(shape: DBSubnetGroups, location_name: "DBSubnetGroups"))
|
954
|
+
DBSubnetGroupMessage.struct_class = Types::DBSubnetGroupMessage
|
955
|
+
|
956
|
+
DBSubnetGroups.member = Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup")
|
957
|
+
|
958
|
+
DeleteDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
959
|
+
DeleteDBClusterMessage.add_member(:skip_final_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipFinalSnapshot"))
|
960
|
+
DeleteDBClusterMessage.add_member(:final_db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalDBSnapshotIdentifier"))
|
961
|
+
DeleteDBClusterMessage.struct_class = Types::DeleteDBClusterMessage
|
962
|
+
|
963
|
+
DeleteDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
964
|
+
DeleteDBClusterParameterGroupMessage.struct_class = Types::DeleteDBClusterParameterGroupMessage
|
965
|
+
|
966
|
+
DeleteDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
967
|
+
DeleteDBClusterResult.struct_class = Types::DeleteDBClusterResult
|
968
|
+
|
969
|
+
DeleteDBClusterSnapshotMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterSnapshotIdentifier"))
|
970
|
+
DeleteDBClusterSnapshotMessage.struct_class = Types::DeleteDBClusterSnapshotMessage
|
971
|
+
|
972
|
+
DeleteDBClusterSnapshotResult.add_member(:db_cluster_snapshot, Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot"))
|
973
|
+
DeleteDBClusterSnapshotResult.struct_class = Types::DeleteDBClusterSnapshotResult
|
974
|
+
|
975
|
+
DeleteDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
976
|
+
DeleteDBInstanceMessage.add_member(:skip_final_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipFinalSnapshot"))
|
977
|
+
DeleteDBInstanceMessage.add_member(:final_db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalDBSnapshotIdentifier"))
|
978
|
+
DeleteDBInstanceMessage.struct_class = Types::DeleteDBInstanceMessage
|
979
|
+
|
980
|
+
DeleteDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
981
|
+
DeleteDBInstanceResult.struct_class = Types::DeleteDBInstanceResult
|
982
|
+
|
983
|
+
DeleteDBParameterGroupMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupName"))
|
984
|
+
DeleteDBParameterGroupMessage.struct_class = Types::DeleteDBParameterGroupMessage
|
985
|
+
|
986
|
+
DeleteDBSecurityGroupMessage.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSecurityGroupName"))
|
987
|
+
DeleteDBSecurityGroupMessage.struct_class = Types::DeleteDBSecurityGroupMessage
|
988
|
+
|
989
|
+
DeleteDBSnapshotMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSnapshotIdentifier"))
|
990
|
+
DeleteDBSnapshotMessage.struct_class = Types::DeleteDBSnapshotMessage
|
991
|
+
|
992
|
+
DeleteDBSnapshotResult.add_member(:db_snapshot, Shapes::ShapeRef.new(shape: DBSnapshot, location_name: "DBSnapshot"))
|
993
|
+
DeleteDBSnapshotResult.struct_class = Types::DeleteDBSnapshotResult
|
994
|
+
|
995
|
+
DeleteDBSubnetGroupMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSubnetGroupName"))
|
996
|
+
DeleteDBSubnetGroupMessage.struct_class = Types::DeleteDBSubnetGroupMessage
|
997
|
+
|
998
|
+
DeleteEventSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
999
|
+
DeleteEventSubscriptionMessage.struct_class = Types::DeleteEventSubscriptionMessage
|
1000
|
+
|
1001
|
+
DeleteEventSubscriptionResult.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
|
1002
|
+
DeleteEventSubscriptionResult.struct_class = Types::DeleteEventSubscriptionResult
|
1003
|
+
|
1004
|
+
DeleteOptionGroupMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptionGroupName"))
|
1005
|
+
DeleteOptionGroupMessage.struct_class = Types::DeleteOptionGroupMessage
|
1006
|
+
|
1007
|
+
DescribeAccountAttributesMessage.struct_class = Types::DescribeAccountAttributesMessage
|
1008
|
+
|
1009
|
+
DescribeCertificatesMessage.add_member(:certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CertificateIdentifier"))
|
1010
|
+
DescribeCertificatesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1011
|
+
DescribeCertificatesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1012
|
+
DescribeCertificatesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1013
|
+
DescribeCertificatesMessage.struct_class = Types::DescribeCertificatesMessage
|
1014
|
+
|
1015
|
+
DescribeDBClusterParameterGroupsMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
1016
|
+
DescribeDBClusterParameterGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1017
|
+
DescribeDBClusterParameterGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1018
|
+
DescribeDBClusterParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1019
|
+
DescribeDBClusterParameterGroupsMessage.struct_class = Types::DescribeDBClusterParameterGroupsMessage
|
1020
|
+
|
1021
|
+
DescribeDBClusterParametersMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
1022
|
+
DescribeDBClusterParametersMessage.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
1023
|
+
DescribeDBClusterParametersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1024
|
+
DescribeDBClusterParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1025
|
+
DescribeDBClusterParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1026
|
+
DescribeDBClusterParametersMessage.struct_class = Types::DescribeDBClusterParametersMessage
|
1027
|
+
|
1028
|
+
DescribeDBClusterSnapshotAttributesMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterSnapshotIdentifier"))
|
1029
|
+
DescribeDBClusterSnapshotAttributesMessage.struct_class = Types::DescribeDBClusterSnapshotAttributesMessage
|
1030
|
+
|
1031
|
+
DescribeDBClusterSnapshotAttributesResult.add_member(:db_cluster_snapshot_attributes_result, Shapes::ShapeRef.new(shape: DBClusterSnapshotAttributesResult, location_name: "DBClusterSnapshotAttributesResult"))
|
1032
|
+
DescribeDBClusterSnapshotAttributesResult.struct_class = Types::DescribeDBClusterSnapshotAttributesResult
|
1033
|
+
|
1034
|
+
DescribeDBClusterSnapshotsMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
1035
|
+
DescribeDBClusterSnapshotsMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotIdentifier"))
|
1036
|
+
DescribeDBClusterSnapshotsMessage.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
|
1037
|
+
DescribeDBClusterSnapshotsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1038
|
+
DescribeDBClusterSnapshotsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1039
|
+
DescribeDBClusterSnapshotsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1040
|
+
DescribeDBClusterSnapshotsMessage.add_member(:include_shared, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeShared"))
|
1041
|
+
DescribeDBClusterSnapshotsMessage.add_member(:include_public, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludePublic"))
|
1042
|
+
DescribeDBClusterSnapshotsMessage.struct_class = Types::DescribeDBClusterSnapshotsMessage
|
1043
|
+
|
1044
|
+
DescribeDBClustersMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
1045
|
+
DescribeDBClustersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1046
|
+
DescribeDBClustersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1047
|
+
DescribeDBClustersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1048
|
+
DescribeDBClustersMessage.struct_class = Types::DescribeDBClustersMessage
|
1049
|
+
|
1050
|
+
DescribeDBEngineVersionsMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
1051
|
+
DescribeDBEngineVersionsMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1052
|
+
DescribeDBEngineVersionsMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
|
1053
|
+
DescribeDBEngineVersionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1054
|
+
DescribeDBEngineVersionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1055
|
+
DescribeDBEngineVersionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1056
|
+
DescribeDBEngineVersionsMessage.add_member(:default_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "DefaultOnly"))
|
1057
|
+
DescribeDBEngineVersionsMessage.add_member(:list_supported_character_sets, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ListSupportedCharacterSets"))
|
1058
|
+
DescribeDBEngineVersionsMessage.add_member(:list_supported_timezones, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ListSupportedTimezones"))
|
1059
|
+
DescribeDBEngineVersionsMessage.struct_class = Types::DescribeDBEngineVersionsMessage
|
1060
|
+
|
1061
|
+
DescribeDBInstancesMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
1062
|
+
DescribeDBInstancesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1063
|
+
DescribeDBInstancesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1064
|
+
DescribeDBInstancesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1065
|
+
DescribeDBInstancesMessage.struct_class = Types::DescribeDBInstancesMessage
|
1066
|
+
|
1067
|
+
DescribeDBLogFilesDetails.add_member(:log_file_name, Shapes::ShapeRef.new(shape: String, location_name: "LogFileName"))
|
1068
|
+
DescribeDBLogFilesDetails.add_member(:last_written, Shapes::ShapeRef.new(shape: Long, location_name: "LastWritten"))
|
1069
|
+
DescribeDBLogFilesDetails.add_member(:size, Shapes::ShapeRef.new(shape: Long, location_name: "Size"))
|
1070
|
+
DescribeDBLogFilesDetails.struct_class = Types::DescribeDBLogFilesDetails
|
1071
|
+
|
1072
|
+
DescribeDBLogFilesList.member = Shapes::ShapeRef.new(shape: DescribeDBLogFilesDetails, location_name: "DescribeDBLogFilesDetails")
|
1073
|
+
|
1074
|
+
DescribeDBLogFilesMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
1075
|
+
DescribeDBLogFilesMessage.add_member(:filename_contains, Shapes::ShapeRef.new(shape: String, location_name: "FilenameContains"))
|
1076
|
+
DescribeDBLogFilesMessage.add_member(:file_last_written, Shapes::ShapeRef.new(shape: Long, location_name: "FileLastWritten"))
|
1077
|
+
DescribeDBLogFilesMessage.add_member(:file_size, Shapes::ShapeRef.new(shape: Long, location_name: "FileSize"))
|
1078
|
+
DescribeDBLogFilesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1079
|
+
DescribeDBLogFilesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1080
|
+
DescribeDBLogFilesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1081
|
+
DescribeDBLogFilesMessage.struct_class = Types::DescribeDBLogFilesMessage
|
1082
|
+
|
1083
|
+
DescribeDBLogFilesResponse.add_member(:describe_db_log_files, Shapes::ShapeRef.new(shape: DescribeDBLogFilesList, location_name: "DescribeDBLogFiles"))
|
1084
|
+
DescribeDBLogFilesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1085
|
+
DescribeDBLogFilesResponse.struct_class = Types::DescribeDBLogFilesResponse
|
1086
|
+
|
1087
|
+
DescribeDBParameterGroupsMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
1088
|
+
DescribeDBParameterGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1089
|
+
DescribeDBParameterGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1090
|
+
DescribeDBParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1091
|
+
DescribeDBParameterGroupsMessage.struct_class = Types::DescribeDBParameterGroupsMessage
|
1092
|
+
|
1093
|
+
DescribeDBParametersMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupName"))
|
1094
|
+
DescribeDBParametersMessage.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
1095
|
+
DescribeDBParametersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1096
|
+
DescribeDBParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1097
|
+
DescribeDBParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1098
|
+
DescribeDBParametersMessage.struct_class = Types::DescribeDBParametersMessage
|
1099
|
+
|
1100
|
+
DescribeDBSecurityGroupsMessage.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupName"))
|
1101
|
+
DescribeDBSecurityGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1102
|
+
DescribeDBSecurityGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1103
|
+
DescribeDBSecurityGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1104
|
+
DescribeDBSecurityGroupsMessage.struct_class = Types::DescribeDBSecurityGroupsMessage
|
1105
|
+
|
1106
|
+
DescribeDBSnapshotAttributesMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSnapshotIdentifier"))
|
1107
|
+
DescribeDBSnapshotAttributesMessage.struct_class = Types::DescribeDBSnapshotAttributesMessage
|
1108
|
+
|
1109
|
+
DescribeDBSnapshotAttributesResult.add_member(:db_snapshot_attributes_result, Shapes::ShapeRef.new(shape: DBSnapshotAttributesResult, location_name: "DBSnapshotAttributesResult"))
|
1110
|
+
DescribeDBSnapshotAttributesResult.struct_class = Types::DescribeDBSnapshotAttributesResult
|
1111
|
+
|
1112
|
+
DescribeDBSnapshotsMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
1113
|
+
DescribeDBSnapshotsMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBSnapshotIdentifier"))
|
1114
|
+
DescribeDBSnapshotsMessage.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
|
1115
|
+
DescribeDBSnapshotsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1116
|
+
DescribeDBSnapshotsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1117
|
+
DescribeDBSnapshotsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1118
|
+
DescribeDBSnapshotsMessage.add_member(:include_shared, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeShared"))
|
1119
|
+
DescribeDBSnapshotsMessage.add_member(:include_public, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludePublic"))
|
1120
|
+
DescribeDBSnapshotsMessage.struct_class = Types::DescribeDBSnapshotsMessage
|
1121
|
+
|
1122
|
+
DescribeDBSubnetGroupsMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1123
|
+
DescribeDBSubnetGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1124
|
+
DescribeDBSubnetGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1125
|
+
DescribeDBSubnetGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1126
|
+
DescribeDBSubnetGroupsMessage.struct_class = Types::DescribeDBSubnetGroupsMessage
|
1127
|
+
|
1128
|
+
DescribeEngineDefaultClusterParametersMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupFamily"))
|
1129
|
+
DescribeEngineDefaultClusterParametersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1130
|
+
DescribeEngineDefaultClusterParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1131
|
+
DescribeEngineDefaultClusterParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1132
|
+
DescribeEngineDefaultClusterParametersMessage.struct_class = Types::DescribeEngineDefaultClusterParametersMessage
|
1133
|
+
|
1134
|
+
DescribeEngineDefaultClusterParametersResult.add_member(:engine_defaults, Shapes::ShapeRef.new(shape: EngineDefaults, location_name: "EngineDefaults"))
|
1135
|
+
DescribeEngineDefaultClusterParametersResult.struct_class = Types::DescribeEngineDefaultClusterParametersResult
|
1136
|
+
|
1137
|
+
DescribeEngineDefaultParametersMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupFamily"))
|
1138
|
+
DescribeEngineDefaultParametersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1139
|
+
DescribeEngineDefaultParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1140
|
+
DescribeEngineDefaultParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1141
|
+
DescribeEngineDefaultParametersMessage.struct_class = Types::DescribeEngineDefaultParametersMessage
|
1142
|
+
|
1143
|
+
DescribeEngineDefaultParametersResult.add_member(:engine_defaults, Shapes::ShapeRef.new(shape: EngineDefaults, location_name: "EngineDefaults"))
|
1144
|
+
DescribeEngineDefaultParametersResult.struct_class = Types::DescribeEngineDefaultParametersResult
|
1145
|
+
|
1146
|
+
DescribeEventCategoriesMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
1147
|
+
DescribeEventCategoriesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1148
|
+
DescribeEventCategoriesMessage.struct_class = Types::DescribeEventCategoriesMessage
|
1149
|
+
|
1150
|
+
DescribeEventSubscriptionsMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionName"))
|
1151
|
+
DescribeEventSubscriptionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1152
|
+
DescribeEventSubscriptionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1153
|
+
DescribeEventSubscriptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1154
|
+
DescribeEventSubscriptionsMessage.struct_class = Types::DescribeEventSubscriptionsMessage
|
1155
|
+
|
1156
|
+
DescribeEventsMessage.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
|
1157
|
+
DescribeEventsMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
|
1158
|
+
DescribeEventsMessage.add_member(:start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "StartTime"))
|
1159
|
+
DescribeEventsMessage.add_member(:end_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EndTime"))
|
1160
|
+
DescribeEventsMessage.add_member(:duration, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Duration"))
|
1161
|
+
DescribeEventsMessage.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
|
1162
|
+
DescribeEventsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1163
|
+
DescribeEventsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1164
|
+
DescribeEventsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1165
|
+
DescribeEventsMessage.struct_class = Types::DescribeEventsMessage
|
1166
|
+
|
1167
|
+
DescribeOptionGroupOptionsMessage.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EngineName"))
|
1168
|
+
DescribeOptionGroupOptionsMessage.add_member(:major_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MajorEngineVersion"))
|
1169
|
+
DescribeOptionGroupOptionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1170
|
+
DescribeOptionGroupOptionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1171
|
+
DescribeOptionGroupOptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1172
|
+
DescribeOptionGroupOptionsMessage.struct_class = Types::DescribeOptionGroupOptionsMessage
|
1173
|
+
|
1174
|
+
DescribeOptionGroupsMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1175
|
+
DescribeOptionGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1176
|
+
DescribeOptionGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1177
|
+
DescribeOptionGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1178
|
+
DescribeOptionGroupsMessage.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, location_name: "EngineName"))
|
1179
|
+
DescribeOptionGroupsMessage.add_member(:major_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MajorEngineVersion"))
|
1180
|
+
DescribeOptionGroupsMessage.struct_class = Types::DescribeOptionGroupsMessage
|
1181
|
+
|
1182
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
|
1183
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1184
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1185
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
1186
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:vpc, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Vpc"))
|
1187
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1188
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1189
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1190
|
+
DescribeOrderableDBInstanceOptionsMessage.struct_class = Types::DescribeOrderableDBInstanceOptionsMessage
|
1191
|
+
|
1192
|
+
DescribePendingMaintenanceActionsMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
1193
|
+
DescribePendingMaintenanceActionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1194
|
+
DescribePendingMaintenanceActionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1195
|
+
DescribePendingMaintenanceActionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1196
|
+
DescribePendingMaintenanceActionsMessage.struct_class = Types::DescribePendingMaintenanceActionsMessage
|
1197
|
+
|
1198
|
+
DescribeReservedDBInstancesMessage.add_member(:reserved_db_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedDBInstanceId"))
|
1199
|
+
DescribeReservedDBInstancesMessage.add_member(:reserved_db_instances_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedDBInstancesOfferingId"))
|
1200
|
+
DescribeReservedDBInstancesMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1201
|
+
DescribeReservedDBInstancesMessage.add_member(:duration, Shapes::ShapeRef.new(shape: String, location_name: "Duration"))
|
1202
|
+
DescribeReservedDBInstancesMessage.add_member(:product_description, Shapes::ShapeRef.new(shape: String, location_name: "ProductDescription"))
|
1203
|
+
DescribeReservedDBInstancesMessage.add_member(:offering_type, Shapes::ShapeRef.new(shape: String, location_name: "OfferingType"))
|
1204
|
+
DescribeReservedDBInstancesMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
1205
|
+
DescribeReservedDBInstancesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1206
|
+
DescribeReservedDBInstancesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1207
|
+
DescribeReservedDBInstancesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1208
|
+
DescribeReservedDBInstancesMessage.struct_class = Types::DescribeReservedDBInstancesMessage
|
1209
|
+
|
1210
|
+
DescribeReservedDBInstancesOfferingsMessage.add_member(:reserved_db_instances_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedDBInstancesOfferingId"))
|
1211
|
+
DescribeReservedDBInstancesOfferingsMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1212
|
+
DescribeReservedDBInstancesOfferingsMessage.add_member(:duration, Shapes::ShapeRef.new(shape: String, location_name: "Duration"))
|
1213
|
+
DescribeReservedDBInstancesOfferingsMessage.add_member(:product_description, Shapes::ShapeRef.new(shape: String, location_name: "ProductDescription"))
|
1214
|
+
DescribeReservedDBInstancesOfferingsMessage.add_member(:offering_type, Shapes::ShapeRef.new(shape: String, location_name: "OfferingType"))
|
1215
|
+
DescribeReservedDBInstancesOfferingsMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
1216
|
+
DescribeReservedDBInstancesOfferingsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1217
|
+
DescribeReservedDBInstancesOfferingsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1218
|
+
DescribeReservedDBInstancesOfferingsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1219
|
+
DescribeReservedDBInstancesOfferingsMessage.struct_class = Types::DescribeReservedDBInstancesOfferingsMessage
|
1220
|
+
|
1221
|
+
DescribeSourceRegionsMessage.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "RegionName"))
|
1222
|
+
DescribeSourceRegionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
1223
|
+
DescribeSourceRegionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1224
|
+
DescribeSourceRegionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1225
|
+
DescribeSourceRegionsMessage.struct_class = Types::DescribeSourceRegionsMessage
|
1226
|
+
|
1227
|
+
DomainMembership.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
1228
|
+
DomainMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1229
|
+
DomainMembership.add_member(:fqdn, Shapes::ShapeRef.new(shape: String, location_name: "FQDN"))
|
1230
|
+
DomainMembership.add_member(:iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "IAMRoleName"))
|
1231
|
+
DomainMembership.struct_class = Types::DomainMembership
|
1232
|
+
|
1233
|
+
DomainMembershipList.member = Shapes::ShapeRef.new(shape: DomainMembership, location_name: "DomainMembership")
|
1234
|
+
|
1235
|
+
DownloadDBLogFilePortionDetails.add_member(:log_file_data, Shapes::ShapeRef.new(shape: String, location_name: "LogFileData"))
|
1236
|
+
DownloadDBLogFilePortionDetails.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1237
|
+
DownloadDBLogFilePortionDetails.add_member(:additional_data_pending, Shapes::ShapeRef.new(shape: Boolean, location_name: "AdditionalDataPending"))
|
1238
|
+
DownloadDBLogFilePortionDetails.struct_class = Types::DownloadDBLogFilePortionDetails
|
1239
|
+
|
1240
|
+
DownloadDBLogFilePortionMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
1241
|
+
DownloadDBLogFilePortionMessage.add_member(:log_file_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "LogFileName"))
|
1242
|
+
DownloadDBLogFilePortionMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1243
|
+
DownloadDBLogFilePortionMessage.add_member(:number_of_lines, Shapes::ShapeRef.new(shape: Integer, location_name: "NumberOfLines"))
|
1244
|
+
DownloadDBLogFilePortionMessage.struct_class = Types::DownloadDBLogFilePortionMessage
|
1245
|
+
|
1246
|
+
EC2SecurityGroup.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1247
|
+
EC2SecurityGroup.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupName"))
|
1248
|
+
EC2SecurityGroup.add_member(:ec2_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupId"))
|
1249
|
+
EC2SecurityGroup.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupOwnerId"))
|
1250
|
+
EC2SecurityGroup.struct_class = Types::EC2SecurityGroup
|
1251
|
+
|
1252
|
+
EC2SecurityGroupList.member = Shapes::ShapeRef.new(shape: EC2SecurityGroup, location_name: "EC2SecurityGroup")
|
1253
|
+
|
1254
|
+
Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
|
1255
|
+
Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
1256
|
+
Endpoint.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "HostedZoneId"))
|
1257
|
+
Endpoint.struct_class = Types::Endpoint
|
1258
|
+
|
1259
|
+
EngineDefaults.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
|
1260
|
+
EngineDefaults.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1261
|
+
EngineDefaults.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
|
1262
|
+
EngineDefaults.struct_class = Types::EngineDefaults
|
1263
|
+
|
1264
|
+
Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
|
1265
|
+
Event.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
|
1266
|
+
Event.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
1267
|
+
Event.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
|
1268
|
+
Event.add_member(:date, Shapes::ShapeRef.new(shape: TStamp, location_name: "Date"))
|
1269
|
+
Event.add_member(:source_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceArn"))
|
1270
|
+
Event.struct_class = Types::Event
|
1271
|
+
|
1272
|
+
EventCategoriesList.member = Shapes::ShapeRef.new(shape: String, location_name: "EventCategory")
|
1273
|
+
|
1274
|
+
EventCategoriesMap.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
1275
|
+
EventCategoriesMap.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
|
1276
|
+
EventCategoriesMap.struct_class = Types::EventCategoriesMap
|
1277
|
+
|
1278
|
+
EventCategoriesMapList.member = Shapes::ShapeRef.new(shape: EventCategoriesMap, location_name: "EventCategoriesMap")
|
1279
|
+
|
1280
|
+
EventCategoriesMessage.add_member(:event_categories_map_list, Shapes::ShapeRef.new(shape: EventCategoriesMapList, location_name: "EventCategoriesMapList"))
|
1281
|
+
EventCategoriesMessage.struct_class = Types::EventCategoriesMessage
|
1282
|
+
|
1283
|
+
EventList.member = Shapes::ShapeRef.new(shape: Event, location_name: "Event")
|
1284
|
+
|
1285
|
+
EventSubscription.add_member(:customer_aws_id, Shapes::ShapeRef.new(shape: String, location_name: "CustomerAwsId"))
|
1286
|
+
EventSubscription.add_member(:cust_subscription_id, Shapes::ShapeRef.new(shape: String, location_name: "CustSubscriptionId"))
|
1287
|
+
EventSubscription.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "SnsTopicArn"))
|
1288
|
+
EventSubscription.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1289
|
+
EventSubscription.add_member(:subscription_creation_time, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionCreationTime"))
|
1290
|
+
EventSubscription.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
1291
|
+
EventSubscription.add_member(:source_ids_list, Shapes::ShapeRef.new(shape: SourceIdsList, location_name: "SourceIdsList"))
|
1292
|
+
EventSubscription.add_member(:event_categories_list, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategoriesList"))
|
1293
|
+
EventSubscription.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
1294
|
+
EventSubscription.add_member(:event_subscription_arn, Shapes::ShapeRef.new(shape: String, location_name: "EventSubscriptionArn"))
|
1295
|
+
EventSubscription.struct_class = Types::EventSubscription
|
1296
|
+
|
1297
|
+
EventSubscriptionsList.member = Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription")
|
1298
|
+
|
1299
|
+
EventSubscriptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1300
|
+
EventSubscriptionsMessage.add_member(:event_subscriptions_list, Shapes::ShapeRef.new(shape: EventSubscriptionsList, location_name: "EventSubscriptionsList"))
|
1301
|
+
EventSubscriptionsMessage.struct_class = Types::EventSubscriptionsMessage
|
1302
|
+
|
1303
|
+
EventsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1304
|
+
EventsMessage.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
|
1305
|
+
EventsMessage.struct_class = Types::EventsMessage
|
1306
|
+
|
1307
|
+
FailoverDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
1308
|
+
FailoverDBClusterMessage.add_member(:target_db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "TargetDBInstanceIdentifier"))
|
1309
|
+
FailoverDBClusterMessage.struct_class = Types::FailoverDBClusterMessage
|
1310
|
+
|
1311
|
+
FailoverDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1312
|
+
FailoverDBClusterResult.struct_class = Types::FailoverDBClusterResult
|
1313
|
+
|
1314
|
+
Filter.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
1315
|
+
Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValueList, required: true, location_name: "Values"))
|
1316
|
+
Filter.struct_class = Types::Filter
|
1317
|
+
|
1318
|
+
FilterList.member = Shapes::ShapeRef.new(shape: Filter, location_name: "Filter")
|
1319
|
+
|
1320
|
+
FilterValueList.member = Shapes::ShapeRef.new(shape: String, location_name: "Value")
|
1321
|
+
|
1322
|
+
IPRange.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1323
|
+
IPRange.add_member(:cidrip, Shapes::ShapeRef.new(shape: String, location_name: "CIDRIP"))
|
1324
|
+
IPRange.struct_class = Types::IPRange
|
1325
|
+
|
1326
|
+
IPRangeList.member = Shapes::ShapeRef.new(shape: IPRange, location_name: "IPRange")
|
1327
|
+
|
1328
|
+
KeyList.member = Shapes::ShapeRef.new(shape: String)
|
1329
|
+
|
1330
|
+
ListTagsForResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
|
1331
|
+
ListTagsForResourceMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
1332
|
+
ListTagsForResourceMessage.struct_class = Types::ListTagsForResourceMessage
|
1333
|
+
|
1334
|
+
ModifyDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1335
|
+
ModifyDBClusterMessage.add_member(:new_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "NewDBClusterIdentifier"))
|
1336
|
+
ModifyDBClusterMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplyImmediately"))
|
1337
|
+
ModifyDBClusterMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
1338
|
+
ModifyDBClusterMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
1339
|
+
ModifyDBClusterMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
1340
|
+
ModifyDBClusterMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1341
|
+
ModifyDBClusterMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
|
1342
|
+
ModifyDBClusterMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1343
|
+
ModifyDBClusterMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
1344
|
+
ModifyDBClusterMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
1345
|
+
ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
|
1346
|
+
|
1347
|
+
ModifyDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
1348
|
+
ModifyDBClusterParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, required: true, location_name: "Parameters"))
|
1349
|
+
ModifyDBClusterParameterGroupMessage.struct_class = Types::ModifyDBClusterParameterGroupMessage
|
1350
|
+
|
1351
|
+
ModifyDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1352
|
+
ModifyDBClusterResult.struct_class = Types::ModifyDBClusterResult
|
1353
|
+
|
1354
|
+
ModifyDBClusterSnapshotAttributeMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterSnapshotIdentifier"))
|
1355
|
+
ModifyDBClusterSnapshotAttributeMessage.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AttributeName"))
|
1356
|
+
ModifyDBClusterSnapshotAttributeMessage.add_member(:values_to_add, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "ValuesToAdd"))
|
1357
|
+
ModifyDBClusterSnapshotAttributeMessage.add_member(:values_to_remove, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "ValuesToRemove"))
|
1358
|
+
ModifyDBClusterSnapshotAttributeMessage.struct_class = Types::ModifyDBClusterSnapshotAttributeMessage
|
1359
|
+
|
1360
|
+
ModifyDBClusterSnapshotAttributeResult.add_member(:db_cluster_snapshot_attributes_result, Shapes::ShapeRef.new(shape: DBClusterSnapshotAttributesResult, location_name: "DBClusterSnapshotAttributesResult"))
|
1361
|
+
ModifyDBClusterSnapshotAttributeResult.struct_class = Types::ModifyDBClusterSnapshotAttributeResult
|
1362
|
+
|
1363
|
+
ModifyDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
1364
|
+
ModifyDBInstanceMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
1365
|
+
ModifyDBInstanceMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1366
|
+
ModifyDBInstanceMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1367
|
+
ModifyDBInstanceMessage.add_member(:db_security_groups, Shapes::ShapeRef.new(shape: DBSecurityGroupNameList, location_name: "DBSecurityGroups"))
|
1368
|
+
ModifyDBInstanceMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
1369
|
+
ModifyDBInstanceMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplyImmediately"))
|
1370
|
+
ModifyDBInstanceMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
|
1371
|
+
ModifyDBInstanceMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
1372
|
+
ModifyDBInstanceMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
1373
|
+
ModifyDBInstanceMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
1374
|
+
ModifyDBInstanceMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
1375
|
+
ModifyDBInstanceMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
1376
|
+
ModifyDBInstanceMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1377
|
+
ModifyDBInstanceMessage.add_member(:allow_major_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowMajorVersionUpgrade"))
|
1378
|
+
ModifyDBInstanceMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
|
1379
|
+
ModifyDBInstanceMessage.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
1380
|
+
ModifyDBInstanceMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
1381
|
+
ModifyDBInstanceMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1382
|
+
ModifyDBInstanceMessage.add_member(:new_db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "NewDBInstanceIdentifier"))
|
1383
|
+
ModifyDBInstanceMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
1384
|
+
ModifyDBInstanceMessage.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
1385
|
+
ModifyDBInstanceMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialPassword"))
|
1386
|
+
ModifyDBInstanceMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
1387
|
+
ModifyDBInstanceMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
1388
|
+
ModifyDBInstanceMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
1389
|
+
ModifyDBInstanceMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
|
1390
|
+
ModifyDBInstanceMessage.add_member(:db_port_number, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "DBPortNumber"))
|
1391
|
+
ModifyDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
1392
|
+
ModifyDBInstanceMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
|
1393
|
+
ModifyDBInstanceMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
1394
|
+
ModifyDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
|
1395
|
+
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
1396
|
+
|
1397
|
+
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
1398
|
+
ModifyDBInstanceResult.struct_class = Types::ModifyDBInstanceResult
|
1399
|
+
|
1400
|
+
ModifyDBParameterGroupMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupName"))
|
1401
|
+
ModifyDBParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, required: true, location_name: "Parameters"))
|
1402
|
+
ModifyDBParameterGroupMessage.struct_class = Types::ModifyDBParameterGroupMessage
|
1403
|
+
|
1404
|
+
ModifyDBSnapshotAttributeMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSnapshotIdentifier"))
|
1405
|
+
ModifyDBSnapshotAttributeMessage.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AttributeName"))
|
1406
|
+
ModifyDBSnapshotAttributeMessage.add_member(:values_to_add, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "ValuesToAdd"))
|
1407
|
+
ModifyDBSnapshotAttributeMessage.add_member(:values_to_remove, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "ValuesToRemove"))
|
1408
|
+
ModifyDBSnapshotAttributeMessage.struct_class = Types::ModifyDBSnapshotAttributeMessage
|
1409
|
+
|
1410
|
+
ModifyDBSnapshotAttributeResult.add_member(:db_snapshot_attributes_result, Shapes::ShapeRef.new(shape: DBSnapshotAttributesResult, location_name: "DBSnapshotAttributesResult"))
|
1411
|
+
ModifyDBSnapshotAttributeResult.struct_class = Types::ModifyDBSnapshotAttributeResult
|
1412
|
+
|
1413
|
+
ModifyDBSubnetGroupMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSubnetGroupName"))
|
1414
|
+
ModifyDBSubnetGroupMessage.add_member(:db_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupDescription"))
|
1415
|
+
ModifyDBSubnetGroupMessage.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, required: true, location_name: "SubnetIds"))
|
1416
|
+
ModifyDBSubnetGroupMessage.struct_class = Types::ModifyDBSubnetGroupMessage
|
1417
|
+
|
1418
|
+
ModifyDBSubnetGroupResult.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
|
1419
|
+
ModifyDBSubnetGroupResult.struct_class = Types::ModifyDBSubnetGroupResult
|
1420
|
+
|
1421
|
+
ModifyEventSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
1422
|
+
ModifyEventSubscriptionMessage.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "SnsTopicArn"))
|
1423
|
+
ModifyEventSubscriptionMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
1424
|
+
ModifyEventSubscriptionMessage.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
|
1425
|
+
ModifyEventSubscriptionMessage.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Enabled"))
|
1426
|
+
ModifyEventSubscriptionMessage.struct_class = Types::ModifyEventSubscriptionMessage
|
1427
|
+
|
1428
|
+
ModifyEventSubscriptionResult.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
|
1429
|
+
ModifyEventSubscriptionResult.struct_class = Types::ModifyEventSubscriptionResult
|
1430
|
+
|
1431
|
+
ModifyOptionGroupMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptionGroupName"))
|
1432
|
+
ModifyOptionGroupMessage.add_member(:options_to_include, Shapes::ShapeRef.new(shape: OptionConfigurationList, location_name: "OptionsToInclude"))
|
1433
|
+
ModifyOptionGroupMessage.add_member(:options_to_remove, Shapes::ShapeRef.new(shape: OptionNamesList, location_name: "OptionsToRemove"))
|
1434
|
+
ModifyOptionGroupMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplyImmediately"))
|
1435
|
+
ModifyOptionGroupMessage.struct_class = Types::ModifyOptionGroupMessage
|
1436
|
+
|
1437
|
+
ModifyOptionGroupResult.add_member(:option_group, Shapes::ShapeRef.new(shape: OptionGroup, location_name: "OptionGroup"))
|
1438
|
+
ModifyOptionGroupResult.struct_class = Types::ModifyOptionGroupResult
|
1439
|
+
|
1440
|
+
Option.add_member(:option_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionName"))
|
1441
|
+
Option.add_member(:option_description, Shapes::ShapeRef.new(shape: String, location_name: "OptionDescription"))
|
1442
|
+
Option.add_member(:persistent, Shapes::ShapeRef.new(shape: Boolean, location_name: "Persistent"))
|
1443
|
+
Option.add_member(:permanent, Shapes::ShapeRef.new(shape: Boolean, location_name: "Permanent"))
|
1444
|
+
Option.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1445
|
+
Option.add_member(:option_version, Shapes::ShapeRef.new(shape: String, location_name: "OptionVersion"))
|
1446
|
+
Option.add_member(:option_settings, Shapes::ShapeRef.new(shape: OptionSettingConfigurationList, location_name: "OptionSettings"))
|
1447
|
+
Option.add_member(:db_security_group_memberships, Shapes::ShapeRef.new(shape: DBSecurityGroupMembershipList, location_name: "DBSecurityGroupMemberships"))
|
1448
|
+
Option.add_member(:vpc_security_group_memberships, Shapes::ShapeRef.new(shape: VpcSecurityGroupMembershipList, location_name: "VpcSecurityGroupMemberships"))
|
1449
|
+
Option.struct_class = Types::Option
|
1450
|
+
|
1451
|
+
OptionConfiguration.add_member(:option_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptionName"))
|
1452
|
+
OptionConfiguration.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1453
|
+
OptionConfiguration.add_member(:option_version, Shapes::ShapeRef.new(shape: String, location_name: "OptionVersion"))
|
1454
|
+
OptionConfiguration.add_member(:db_security_group_memberships, Shapes::ShapeRef.new(shape: DBSecurityGroupNameList, location_name: "DBSecurityGroupMemberships"))
|
1455
|
+
OptionConfiguration.add_member(:vpc_security_group_memberships, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupMemberships"))
|
1456
|
+
OptionConfiguration.add_member(:option_settings, Shapes::ShapeRef.new(shape: OptionSettingsList, location_name: "OptionSettings"))
|
1457
|
+
OptionConfiguration.struct_class = Types::OptionConfiguration
|
1458
|
+
|
1459
|
+
OptionConfigurationList.member = Shapes::ShapeRef.new(shape: OptionConfiguration, location_name: "OptionConfiguration")
|
1460
|
+
|
1461
|
+
OptionGroup.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1462
|
+
OptionGroup.add_member(:option_group_description, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupDescription"))
|
1463
|
+
OptionGroup.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, location_name: "EngineName"))
|
1464
|
+
OptionGroup.add_member(:major_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MajorEngineVersion"))
|
1465
|
+
OptionGroup.add_member(:options, Shapes::ShapeRef.new(shape: OptionsList, location_name: "Options"))
|
1466
|
+
OptionGroup.add_member(:allows_vpc_and_non_vpc_instance_memberships, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowsVpcAndNonVpcInstanceMemberships"))
|
1467
|
+
OptionGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
1468
|
+
OptionGroup.add_member(:option_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupArn"))
|
1469
|
+
OptionGroup.struct_class = Types::OptionGroup
|
1470
|
+
|
1471
|
+
OptionGroupMembership.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1472
|
+
OptionGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1473
|
+
OptionGroupMembership.struct_class = Types::OptionGroupMembership
|
1474
|
+
|
1475
|
+
OptionGroupMembershipList.member = Shapes::ShapeRef.new(shape: OptionGroupMembership, location_name: "OptionGroupMembership")
|
1476
|
+
|
1477
|
+
OptionGroupOption.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
1478
|
+
OptionGroupOption.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
1479
|
+
OptionGroupOption.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, location_name: "EngineName"))
|
1480
|
+
OptionGroupOption.add_member(:major_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MajorEngineVersion"))
|
1481
|
+
OptionGroupOption.add_member(:minimum_required_minor_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MinimumRequiredMinorEngineVersion"))
|
1482
|
+
OptionGroupOption.add_member(:port_required, Shapes::ShapeRef.new(shape: Boolean, location_name: "PortRequired"))
|
1483
|
+
OptionGroupOption.add_member(:default_port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "DefaultPort"))
|
1484
|
+
OptionGroupOption.add_member(:options_depended_on, Shapes::ShapeRef.new(shape: OptionsDependedOn, location_name: "OptionsDependedOn"))
|
1485
|
+
OptionGroupOption.add_member(:options_conflicts_with, Shapes::ShapeRef.new(shape: OptionsConflictsWith, location_name: "OptionsConflictsWith"))
|
1486
|
+
OptionGroupOption.add_member(:persistent, Shapes::ShapeRef.new(shape: Boolean, location_name: "Persistent"))
|
1487
|
+
OptionGroupOption.add_member(:permanent, Shapes::ShapeRef.new(shape: Boolean, location_name: "Permanent"))
|
1488
|
+
OptionGroupOption.add_member(:option_group_option_settings, Shapes::ShapeRef.new(shape: OptionGroupOptionSettingsList, location_name: "OptionGroupOptionSettings"))
|
1489
|
+
OptionGroupOption.add_member(:option_group_option_versions, Shapes::ShapeRef.new(shape: OptionGroupOptionVersionsList, location_name: "OptionGroupOptionVersions"))
|
1490
|
+
OptionGroupOption.struct_class = Types::OptionGroupOption
|
1491
|
+
|
1492
|
+
OptionGroupOptionSetting.add_member(:setting_name, Shapes::ShapeRef.new(shape: String, location_name: "SettingName"))
|
1493
|
+
OptionGroupOptionSetting.add_member(:setting_description, Shapes::ShapeRef.new(shape: String, location_name: "SettingDescription"))
|
1494
|
+
OptionGroupOptionSetting.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "DefaultValue"))
|
1495
|
+
OptionGroupOptionSetting.add_member(:apply_type, Shapes::ShapeRef.new(shape: String, location_name: "ApplyType"))
|
1496
|
+
OptionGroupOptionSetting.add_member(:allowed_values, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValues"))
|
1497
|
+
OptionGroupOptionSetting.add_member(:is_modifiable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsModifiable"))
|
1498
|
+
OptionGroupOptionSetting.struct_class = Types::OptionGroupOptionSetting
|
1499
|
+
|
1500
|
+
OptionGroupOptionSettingsList.member = Shapes::ShapeRef.new(shape: OptionGroupOptionSetting, location_name: "OptionGroupOptionSetting")
|
1501
|
+
|
1502
|
+
OptionGroupOptionVersionsList.member = Shapes::ShapeRef.new(shape: OptionVersion, location_name: "OptionVersion")
|
1503
|
+
|
1504
|
+
OptionGroupOptionsList.member = Shapes::ShapeRef.new(shape: OptionGroupOption, location_name: "OptionGroupOption")
|
1505
|
+
|
1506
|
+
OptionGroupOptionsMessage.add_member(:option_group_options, Shapes::ShapeRef.new(shape: OptionGroupOptionsList, location_name: "OptionGroupOptions"))
|
1507
|
+
OptionGroupOptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1508
|
+
OptionGroupOptionsMessage.struct_class = Types::OptionGroupOptionsMessage
|
1509
|
+
|
1510
|
+
OptionGroups.add_member(:option_groups_list, Shapes::ShapeRef.new(shape: OptionGroupsList, location_name: "OptionGroupsList"))
|
1511
|
+
OptionGroups.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1512
|
+
OptionGroups.struct_class = Types::OptionGroups
|
1513
|
+
|
1514
|
+
OptionGroupsList.member = Shapes::ShapeRef.new(shape: OptionGroup, location_name: "OptionGroup")
|
1515
|
+
|
1516
|
+
OptionNamesList.member = Shapes::ShapeRef.new(shape: String)
|
1517
|
+
|
1518
|
+
OptionSetting.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
1519
|
+
OptionSetting.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
1520
|
+
OptionSetting.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "DefaultValue"))
|
1521
|
+
OptionSetting.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
1522
|
+
OptionSetting.add_member(:apply_type, Shapes::ShapeRef.new(shape: String, location_name: "ApplyType"))
|
1523
|
+
OptionSetting.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
|
1524
|
+
OptionSetting.add_member(:allowed_values, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValues"))
|
1525
|
+
OptionSetting.add_member(:is_modifiable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsModifiable"))
|
1526
|
+
OptionSetting.add_member(:is_collection, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsCollection"))
|
1527
|
+
OptionSetting.struct_class = Types::OptionSetting
|
1528
|
+
|
1529
|
+
OptionSettingConfigurationList.member = Shapes::ShapeRef.new(shape: OptionSetting, location_name: "OptionSetting")
|
1530
|
+
|
1531
|
+
OptionSettingsList.member = Shapes::ShapeRef.new(shape: OptionSetting, location_name: "OptionSetting")
|
1532
|
+
|
1533
|
+
OptionVersion.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "Version"))
|
1534
|
+
OptionVersion.add_member(:is_default, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsDefault"))
|
1535
|
+
OptionVersion.struct_class = Types::OptionVersion
|
1536
|
+
|
1537
|
+
OptionsConflictsWith.member = Shapes::ShapeRef.new(shape: String, location_name: "OptionConflictName")
|
1538
|
+
|
1539
|
+
OptionsDependedOn.member = Shapes::ShapeRef.new(shape: String, location_name: "OptionName")
|
1540
|
+
|
1541
|
+
OptionsList.member = Shapes::ShapeRef.new(shape: Option, location_name: "Option")
|
1542
|
+
|
1543
|
+
OrderableDBInstanceOption.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
1544
|
+
OrderableDBInstanceOption.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1545
|
+
OrderableDBInstanceOption.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1546
|
+
OrderableDBInstanceOption.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
1547
|
+
OrderableDBInstanceOption.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZoneList, location_name: "AvailabilityZones"))
|
1548
|
+
OrderableDBInstanceOption.add_member(:multi_az_capable, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZCapable"))
|
1549
|
+
OrderableDBInstanceOption.add_member(:read_replica_capable, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReadReplicaCapable"))
|
1550
|
+
OrderableDBInstanceOption.add_member(:vpc, Shapes::ShapeRef.new(shape: Boolean, location_name: "Vpc"))
|
1551
|
+
OrderableDBInstanceOption.add_member(:supports_storage_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsStorageEncryption"))
|
1552
|
+
OrderableDBInstanceOption.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
1553
|
+
OrderableDBInstanceOption.add_member(:supports_iops, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsIops"))
|
1554
|
+
OrderableDBInstanceOption.add_member(:supports_enhanced_monitoring, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsEnhancedMonitoring"))
|
1555
|
+
OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
|
1556
|
+
|
1557
|
+
OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
|
1558
|
+
|
1559
|
+
OrderableDBInstanceOptionsMessage.add_member(:orderable_db_instance_options, Shapes::ShapeRef.new(shape: OrderableDBInstanceOptionsList, location_name: "OrderableDBInstanceOptions"))
|
1560
|
+
OrderableDBInstanceOptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1561
|
+
OrderableDBInstanceOptionsMessage.struct_class = Types::OrderableDBInstanceOptionsMessage
|
1562
|
+
|
1563
|
+
Parameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterName"))
|
1564
|
+
Parameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: String, location_name: "ParameterValue"))
|
1565
|
+
Parameter.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
1566
|
+
Parameter.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
1567
|
+
Parameter.add_member(:apply_type, Shapes::ShapeRef.new(shape: String, location_name: "ApplyType"))
|
1568
|
+
Parameter.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
|
1569
|
+
Parameter.add_member(:allowed_values, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValues"))
|
1570
|
+
Parameter.add_member(:is_modifiable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsModifiable"))
|
1571
|
+
Parameter.add_member(:minimum_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MinimumEngineVersion"))
|
1572
|
+
Parameter.add_member(:apply_method, Shapes::ShapeRef.new(shape: ApplyMethod, location_name: "ApplyMethod"))
|
1573
|
+
Parameter.struct_class = Types::Parameter
|
1574
|
+
|
1575
|
+
ParametersList.member = Shapes::ShapeRef.new(shape: Parameter, location_name: "Parameter")
|
1576
|
+
|
1577
|
+
PendingMaintenanceAction.add_member(:action, Shapes::ShapeRef.new(shape: String, location_name: "Action"))
|
1578
|
+
PendingMaintenanceAction.add_member(:auto_applied_after_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "AutoAppliedAfterDate"))
|
1579
|
+
PendingMaintenanceAction.add_member(:forced_apply_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ForcedApplyDate"))
|
1580
|
+
PendingMaintenanceAction.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: String, location_name: "OptInStatus"))
|
1581
|
+
PendingMaintenanceAction.add_member(:current_apply_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "CurrentApplyDate"))
|
1582
|
+
PendingMaintenanceAction.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
1583
|
+
PendingMaintenanceAction.struct_class = Types::PendingMaintenanceAction
|
1584
|
+
|
1585
|
+
PendingMaintenanceActionDetails.member = Shapes::ShapeRef.new(shape: PendingMaintenanceAction, location_name: "PendingMaintenanceAction")
|
1586
|
+
|
1587
|
+
PendingMaintenanceActions.member = Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions, location_name: "ResourcePendingMaintenanceActions")
|
1588
|
+
|
1589
|
+
PendingMaintenanceActionsMessage.add_member(:pending_maintenance_actions, Shapes::ShapeRef.new(shape: PendingMaintenanceActions, location_name: "PendingMaintenanceActions"))
|
1590
|
+
PendingMaintenanceActionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1591
|
+
PendingMaintenanceActionsMessage.struct_class = Types::PendingMaintenanceActionsMessage
|
1592
|
+
|
1593
|
+
PendingModifiedValues.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1594
|
+
PendingModifiedValues.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
1595
|
+
PendingModifiedValues.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
|
1596
|
+
PendingModifiedValues.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1597
|
+
PendingModifiedValues.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
1598
|
+
PendingModifiedValues.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
1599
|
+
PendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1600
|
+
PendingModifiedValues.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
1601
|
+
PendingModifiedValues.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
1602
|
+
PendingModifiedValues.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
1603
|
+
PendingModifiedValues.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
1604
|
+
PendingModifiedValues.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
1605
|
+
PendingModifiedValues.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1606
|
+
PendingModifiedValues.struct_class = Types::PendingModifiedValues
|
1607
|
+
|
1608
|
+
PromoteReadReplicaDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1609
|
+
PromoteReadReplicaDBClusterMessage.struct_class = Types::PromoteReadReplicaDBClusterMessage
|
1610
|
+
|
1611
|
+
PromoteReadReplicaDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1612
|
+
PromoteReadReplicaDBClusterResult.struct_class = Types::PromoteReadReplicaDBClusterResult
|
1613
|
+
|
1614
|
+
PromoteReadReplicaMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
1615
|
+
PromoteReadReplicaMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
1616
|
+
PromoteReadReplicaMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
1617
|
+
PromoteReadReplicaMessage.struct_class = Types::PromoteReadReplicaMessage
|
1618
|
+
|
1619
|
+
PromoteReadReplicaResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
1620
|
+
PromoteReadReplicaResult.struct_class = Types::PromoteReadReplicaResult
|
1621
|
+
|
1622
|
+
PurchaseReservedDBInstancesOfferingMessage.add_member(:reserved_db_instances_offering_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ReservedDBInstancesOfferingId"))
|
1623
|
+
PurchaseReservedDBInstancesOfferingMessage.add_member(:reserved_db_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedDBInstanceId"))
|
1624
|
+
PurchaseReservedDBInstancesOfferingMessage.add_member(:db_instance_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "DBInstanceCount"))
|
1625
|
+
PurchaseReservedDBInstancesOfferingMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1626
|
+
PurchaseReservedDBInstancesOfferingMessage.struct_class = Types::PurchaseReservedDBInstancesOfferingMessage
|
1627
|
+
|
1628
|
+
PurchaseReservedDBInstancesOfferingResult.add_member(:reserved_db_instance, Shapes::ShapeRef.new(shape: ReservedDBInstance, location_name: "ReservedDBInstance"))
|
1629
|
+
PurchaseReservedDBInstancesOfferingResult.struct_class = Types::PurchaseReservedDBInstancesOfferingResult
|
1630
|
+
|
1631
|
+
ReadReplicaDBInstanceIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaDBInstanceIdentifier")
|
1632
|
+
|
1633
|
+
ReadReplicaIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaIdentifier")
|
1634
|
+
|
1635
|
+
RebootDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
1636
|
+
RebootDBInstanceMessage.add_member(:force_failover, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceFailover"))
|
1637
|
+
RebootDBInstanceMessage.struct_class = Types::RebootDBInstanceMessage
|
1638
|
+
|
1639
|
+
RebootDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
1640
|
+
RebootDBInstanceResult.struct_class = Types::RebootDBInstanceResult
|
1641
|
+
|
1642
|
+
RecurringCharge.add_member(:recurring_charge_amount, Shapes::ShapeRef.new(shape: Double, location_name: "RecurringChargeAmount"))
|
1643
|
+
RecurringCharge.add_member(:recurring_charge_frequency, Shapes::ShapeRef.new(shape: String, location_name: "RecurringChargeFrequency"))
|
1644
|
+
RecurringCharge.struct_class = Types::RecurringCharge
|
1645
|
+
|
1646
|
+
RecurringChargeList.member = Shapes::ShapeRef.new(shape: RecurringCharge, location_name: "RecurringCharge")
|
1647
|
+
|
1648
|
+
RemoveRoleFromDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1649
|
+
RemoveRoleFromDBClusterMessage.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RoleArn"))
|
1650
|
+
RemoveRoleFromDBClusterMessage.struct_class = Types::RemoveRoleFromDBClusterMessage
|
1651
|
+
|
1652
|
+
RemoveSourceIdentifierFromSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
1653
|
+
RemoveSourceIdentifierFromSubscriptionMessage.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceIdentifier"))
|
1654
|
+
RemoveSourceIdentifierFromSubscriptionMessage.struct_class = Types::RemoveSourceIdentifierFromSubscriptionMessage
|
1655
|
+
|
1656
|
+
RemoveSourceIdentifierFromSubscriptionResult.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
|
1657
|
+
RemoveSourceIdentifierFromSubscriptionResult.struct_class = Types::RemoveSourceIdentifierFromSubscriptionResult
|
1658
|
+
|
1659
|
+
RemoveTagsFromResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
|
1660
|
+
RemoveTagsFromResourceMessage.add_member(:tag_keys, Shapes::ShapeRef.new(shape: KeyList, required: true, location_name: "TagKeys"))
|
1661
|
+
RemoveTagsFromResourceMessage.struct_class = Types::RemoveTagsFromResourceMessage
|
1662
|
+
|
1663
|
+
ReservedDBInstance.add_member(:reserved_db_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedDBInstanceId"))
|
1664
|
+
ReservedDBInstance.add_member(:reserved_db_instances_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedDBInstancesOfferingId"))
|
1665
|
+
ReservedDBInstance.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1666
|
+
ReservedDBInstance.add_member(:start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "StartTime"))
|
1667
|
+
ReservedDBInstance.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "Duration"))
|
1668
|
+
ReservedDBInstance.add_member(:fixed_price, Shapes::ShapeRef.new(shape: Double, location_name: "FixedPrice"))
|
1669
|
+
ReservedDBInstance.add_member(:usage_price, Shapes::ShapeRef.new(shape: Double, location_name: "UsagePrice"))
|
1670
|
+
ReservedDBInstance.add_member(:currency_code, Shapes::ShapeRef.new(shape: String, location_name: "CurrencyCode"))
|
1671
|
+
ReservedDBInstance.add_member(:db_instance_count, Shapes::ShapeRef.new(shape: Integer, location_name: "DBInstanceCount"))
|
1672
|
+
ReservedDBInstance.add_member(:product_description, Shapes::ShapeRef.new(shape: String, location_name: "ProductDescription"))
|
1673
|
+
ReservedDBInstance.add_member(:offering_type, Shapes::ShapeRef.new(shape: String, location_name: "OfferingType"))
|
1674
|
+
ReservedDBInstance.add_member(:multi_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZ"))
|
1675
|
+
ReservedDBInstance.add_member(:state, Shapes::ShapeRef.new(shape: String, location_name: "State"))
|
1676
|
+
ReservedDBInstance.add_member(:recurring_charges, Shapes::ShapeRef.new(shape: RecurringChargeList, location_name: "RecurringCharges"))
|
1677
|
+
ReservedDBInstance.add_member(:reserved_db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "ReservedDBInstanceArn"))
|
1678
|
+
ReservedDBInstance.struct_class = Types::ReservedDBInstance
|
1679
|
+
|
1680
|
+
ReservedDBInstanceList.member = Shapes::ShapeRef.new(shape: ReservedDBInstance, location_name: "ReservedDBInstance")
|
1681
|
+
|
1682
|
+
ReservedDBInstanceMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1683
|
+
ReservedDBInstanceMessage.add_member(:reserved_db_instances, Shapes::ShapeRef.new(shape: ReservedDBInstanceList, location_name: "ReservedDBInstances"))
|
1684
|
+
ReservedDBInstanceMessage.struct_class = Types::ReservedDBInstanceMessage
|
1685
|
+
|
1686
|
+
ReservedDBInstancesOffering.add_member(:reserved_db_instances_offering_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedDBInstancesOfferingId"))
|
1687
|
+
ReservedDBInstancesOffering.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1688
|
+
ReservedDBInstancesOffering.add_member(:duration, Shapes::ShapeRef.new(shape: Integer, location_name: "Duration"))
|
1689
|
+
ReservedDBInstancesOffering.add_member(:fixed_price, Shapes::ShapeRef.new(shape: Double, location_name: "FixedPrice"))
|
1690
|
+
ReservedDBInstancesOffering.add_member(:usage_price, Shapes::ShapeRef.new(shape: Double, location_name: "UsagePrice"))
|
1691
|
+
ReservedDBInstancesOffering.add_member(:currency_code, Shapes::ShapeRef.new(shape: String, location_name: "CurrencyCode"))
|
1692
|
+
ReservedDBInstancesOffering.add_member(:product_description, Shapes::ShapeRef.new(shape: String, location_name: "ProductDescription"))
|
1693
|
+
ReservedDBInstancesOffering.add_member(:offering_type, Shapes::ShapeRef.new(shape: String, location_name: "OfferingType"))
|
1694
|
+
ReservedDBInstancesOffering.add_member(:multi_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZ"))
|
1695
|
+
ReservedDBInstancesOffering.add_member(:recurring_charges, Shapes::ShapeRef.new(shape: RecurringChargeList, location_name: "RecurringCharges"))
|
1696
|
+
ReservedDBInstancesOffering.struct_class = Types::ReservedDBInstancesOffering
|
1697
|
+
|
1698
|
+
ReservedDBInstancesOfferingList.member = Shapes::ShapeRef.new(shape: ReservedDBInstancesOffering, location_name: "ReservedDBInstancesOffering")
|
1699
|
+
|
1700
|
+
ReservedDBInstancesOfferingMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1701
|
+
ReservedDBInstancesOfferingMessage.add_member(:reserved_db_instances_offerings, Shapes::ShapeRef.new(shape: ReservedDBInstancesOfferingList, location_name: "ReservedDBInstancesOfferings"))
|
1702
|
+
ReservedDBInstancesOfferingMessage.struct_class = Types::ReservedDBInstancesOfferingMessage
|
1703
|
+
|
1704
|
+
ResetDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
1705
|
+
ResetDBClusterParameterGroupMessage.add_member(:reset_all_parameters, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetAllParameters"))
|
1706
|
+
ResetDBClusterParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
|
1707
|
+
ResetDBClusterParameterGroupMessage.struct_class = Types::ResetDBClusterParameterGroupMessage
|
1708
|
+
|
1709
|
+
ResetDBParameterGroupMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupName"))
|
1710
|
+
ResetDBParameterGroupMessage.add_member(:reset_all_parameters, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetAllParameters"))
|
1711
|
+
ResetDBParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
|
1712
|
+
ResetDBParameterGroupMessage.struct_class = Types::ResetDBParameterGroupMessage
|
1713
|
+
|
1714
|
+
ResourcePendingMaintenanceActions.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
1715
|
+
ResourcePendingMaintenanceActions.add_member(:pending_maintenance_action_details, Shapes::ShapeRef.new(shape: PendingMaintenanceActionDetails, location_name: "PendingMaintenanceActionDetails"))
|
1716
|
+
ResourcePendingMaintenanceActions.struct_class = Types::ResourcePendingMaintenanceActions
|
1717
|
+
|
1718
|
+
RestoreDBClusterFromS3Message.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
1719
|
+
RestoreDBClusterFromS3Message.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
1720
|
+
RestoreDBClusterFromS3Message.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
1721
|
+
RestoreDBClusterFromS3Message.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1722
|
+
RestoreDBClusterFromS3Message.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1723
|
+
RestoreDBClusterFromS3Message.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
1724
|
+
RestoreDBClusterFromS3Message.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
1725
|
+
RestoreDBClusterFromS3Message.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1726
|
+
RestoreDBClusterFromS3Message.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
|
1727
|
+
RestoreDBClusterFromS3Message.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1728
|
+
RestoreDBClusterFromS3Message.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1729
|
+
RestoreDBClusterFromS3Message.add_member(:master_username, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MasterUsername"))
|
1730
|
+
RestoreDBClusterFromS3Message.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, required: true, location_name: "MasterUserPassword"))
|
1731
|
+
RestoreDBClusterFromS3Message.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1732
|
+
RestoreDBClusterFromS3Message.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
1733
|
+
RestoreDBClusterFromS3Message.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
1734
|
+
RestoreDBClusterFromS3Message.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1735
|
+
RestoreDBClusterFromS3Message.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
|
1736
|
+
RestoreDBClusterFromS3Message.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
1737
|
+
RestoreDBClusterFromS3Message.add_member(:source_engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceEngine"))
|
1738
|
+
RestoreDBClusterFromS3Message.add_member(:source_engine_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceEngineVersion"))
|
1739
|
+
RestoreDBClusterFromS3Message.add_member(:s3_bucket_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3BucketName"))
|
1740
|
+
RestoreDBClusterFromS3Message.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: String, location_name: "S3Prefix"))
|
1741
|
+
RestoreDBClusterFromS3Message.add_member(:s3_ingestion_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "S3IngestionRoleArn"))
|
1742
|
+
RestoreDBClusterFromS3Message.struct_class = Types::RestoreDBClusterFromS3Message
|
1743
|
+
|
1744
|
+
RestoreDBClusterFromS3Result.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1745
|
+
RestoreDBClusterFromS3Result.struct_class = Types::RestoreDBClusterFromS3Result
|
1746
|
+
|
1747
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
1748
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1749
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnapshotIdentifier"))
|
1750
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
|
1751
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1752
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1753
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1754
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1755
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1756
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
1757
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1758
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
1759
|
+
RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
|
1760
|
+
|
1761
|
+
RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1762
|
+
RestoreDBClusterFromSnapshotResult.struct_class = Types::RestoreDBClusterFromSnapshotResult
|
1763
|
+
|
1764
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1765
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:source_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBClusterIdentifier"))
|
1766
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:restore_to_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "RestoreToTime"))
|
1767
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:use_latest_restorable_time, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseLatestRestorableTime"))
|
1768
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1769
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1770
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1771
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
1772
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1773
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
1774
|
+
RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
|
1775
|
+
|
1776
|
+
RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1777
|
+
RestoreDBClusterToPointInTimeResult.struct_class = Types::RestoreDBClusterToPointInTimeResult
|
1778
|
+
|
1779
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
1780
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSnapshotIdentifier"))
|
1781
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1782
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1783
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
1784
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1785
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
1786
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
1787
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
|
1788
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
1789
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "DBName"))
|
1790
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
1791
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
1792
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1793
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1794
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
1795
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
1796
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialPassword"))
|
1797
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
1798
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
1799
|
+
RestoreDBInstanceFromDBSnapshotMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
1800
|
+
RestoreDBInstanceFromDBSnapshotMessage.struct_class = Types::RestoreDBInstanceFromDBSnapshotMessage
|
1801
|
+
|
1802
|
+
RestoreDBInstanceFromDBSnapshotResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
1803
|
+
RestoreDBInstanceFromDBSnapshotResult.struct_class = Types::RestoreDBInstanceFromDBSnapshotResult
|
1804
|
+
|
1805
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:source_db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBInstanceIdentifier"))
|
1806
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:target_db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBInstanceIdentifier"))
|
1807
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:restore_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "RestoreTime"))
|
1808
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:use_latest_restorable_time, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseLatestRestorableTime"))
|
1809
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1810
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1811
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
1812
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1813
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
1814
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
1815
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
|
1816
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
1817
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "DBName"))
|
1818
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
1819
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
1820
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1821
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
1822
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1823
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
1824
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
1825
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialPassword"))
|
1826
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
1827
|
+
RestoreDBInstanceToPointInTimeMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
1828
|
+
RestoreDBInstanceToPointInTimeMessage.struct_class = Types::RestoreDBInstanceToPointInTimeMessage
|
1829
|
+
|
1830
|
+
RestoreDBInstanceToPointInTimeResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
1831
|
+
RestoreDBInstanceToPointInTimeResult.struct_class = Types::RestoreDBInstanceToPointInTimeResult
|
1832
|
+
|
1833
|
+
RevokeDBSecurityGroupIngressMessage.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSecurityGroupName"))
|
1834
|
+
RevokeDBSecurityGroupIngressMessage.add_member(:cidrip, Shapes::ShapeRef.new(shape: String, location_name: "CIDRIP"))
|
1835
|
+
RevokeDBSecurityGroupIngressMessage.add_member(:ec2_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupName"))
|
1836
|
+
RevokeDBSecurityGroupIngressMessage.add_member(:ec2_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupId"))
|
1837
|
+
RevokeDBSecurityGroupIngressMessage.add_member(:ec2_security_group_owner_id, Shapes::ShapeRef.new(shape: String, location_name: "EC2SecurityGroupOwnerId"))
|
1838
|
+
RevokeDBSecurityGroupIngressMessage.struct_class = Types::RevokeDBSecurityGroupIngressMessage
|
1839
|
+
|
1840
|
+
RevokeDBSecurityGroupIngressResult.add_member(:db_security_group, Shapes::ShapeRef.new(shape: DBSecurityGroup, location_name: "DBSecurityGroup"))
|
1841
|
+
RevokeDBSecurityGroupIngressResult.struct_class = Types::RevokeDBSecurityGroupIngressResult
|
1842
|
+
|
1843
|
+
SourceIdsList.member = Shapes::ShapeRef.new(shape: String, location_name: "SourceId")
|
1844
|
+
|
1845
|
+
SourceRegion.add_member(:region_name, Shapes::ShapeRef.new(shape: String, location_name: "RegionName"))
|
1846
|
+
SourceRegion.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
|
1847
|
+
SourceRegion.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1848
|
+
SourceRegion.struct_class = Types::SourceRegion
|
1849
|
+
|
1850
|
+
SourceRegionList.member = Shapes::ShapeRef.new(shape: SourceRegion, location_name: "SourceRegion")
|
1851
|
+
|
1852
|
+
SourceRegionMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1853
|
+
SourceRegionMessage.add_member(:source_regions, Shapes::ShapeRef.new(shape: SourceRegionList, location_name: "SourceRegions"))
|
1854
|
+
SourceRegionMessage.struct_class = Types::SourceRegionMessage
|
1855
|
+
|
1856
|
+
Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
|
1857
|
+
Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "SubnetAvailabilityZone"))
|
1858
|
+
Subnet.add_member(:subnet_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetStatus"))
|
1859
|
+
Subnet.struct_class = Types::Subnet
|
1860
|
+
|
1861
|
+
SubnetIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier")
|
1862
|
+
|
1863
|
+
SubnetList.member = Shapes::ShapeRef.new(shape: Subnet, location_name: "Subnet")
|
1864
|
+
|
1865
|
+
SupportedCharacterSetsList.member = Shapes::ShapeRef.new(shape: CharacterSet, location_name: "CharacterSet")
|
1866
|
+
|
1867
|
+
SupportedTimezonesList.member = Shapes::ShapeRef.new(shape: Timezone, location_name: "Timezone")
|
1868
|
+
|
1869
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
1870
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
1871
|
+
Tag.struct_class = Types::Tag
|
1872
|
+
|
1873
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag, location_name: "Tag")
|
1874
|
+
|
1875
|
+
TagListMessage.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1876
|
+
TagListMessage.struct_class = Types::TagListMessage
|
1877
|
+
|
1878
|
+
Timezone.add_member(:timezone_name, Shapes::ShapeRef.new(shape: String, location_name: "TimezoneName"))
|
1879
|
+
Timezone.struct_class = Types::Timezone
|
1880
|
+
|
1881
|
+
UpgradeTarget.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
1882
|
+
UpgradeTarget.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1883
|
+
UpgradeTarget.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
1884
|
+
UpgradeTarget.add_member(:auto_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoUpgrade"))
|
1885
|
+
UpgradeTarget.add_member(:is_major_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsMajorVersionUpgrade"))
|
1886
|
+
UpgradeTarget.struct_class = Types::UpgradeTarget
|
1887
|
+
|
1888
|
+
ValidUpgradeTargetList.member = Shapes::ShapeRef.new(shape: UpgradeTarget, location_name: "UpgradeTarget")
|
1889
|
+
|
1890
|
+
VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
|
1891
|
+
|
1892
|
+
VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId"))
|
1893
|
+
VpcSecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1894
|
+
VpcSecurityGroupMembership.struct_class = Types::VpcSecurityGroupMembership
|
1895
|
+
|
1896
|
+
VpcSecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: VpcSecurityGroupMembership, location_name: "VpcSecurityGroupMembership")
|
1897
|
+
|
1898
|
+
|
1899
|
+
# @api private
|
1900
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
1901
|
+
|
1902
|
+
api.version = "2014-10-31"
|
1903
|
+
|
1904
|
+
api.metadata = {
|
1905
|
+
"endpointPrefix" => "rds",
|
1906
|
+
"protocol" => "query",
|
1907
|
+
"serviceFullName" => "Amazon Relational Database Service",
|
1908
|
+
"signatureVersion" => "v4",
|
1909
|
+
"xmlNamespace" => "http://rds.amazonaws.com/doc/2014-10-31/",
|
1910
|
+
}
|
1911
|
+
|
1912
|
+
api.add_operation(:add_role_to_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
1913
|
+
o.name = "AddRoleToDBCluster"
|
1914
|
+
o.http_method = "POST"
|
1915
|
+
o.http_request_uri = "/"
|
1916
|
+
o.input = Shapes::ShapeRef.new(shape: AddRoleToDBClusterMessage)
|
1917
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1918
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1919
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterRoleAlreadyExistsFault)
|
1920
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1921
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterRoleQuotaExceededFault)
|
1922
|
+
end)
|
1923
|
+
|
1924
|
+
api.add_operation(:add_source_identifier_to_subscription, Seahorse::Model::Operation.new.tap do |o|
|
1925
|
+
o.name = "AddSourceIdentifierToSubscription"
|
1926
|
+
o.http_method = "POST"
|
1927
|
+
o.http_request_uri = "/"
|
1928
|
+
o.input = Shapes::ShapeRef.new(shape: AddSourceIdentifierToSubscriptionMessage)
|
1929
|
+
o.output = Shapes::ShapeRef.new(shape: AddSourceIdentifierToSubscriptionResult)
|
1930
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionNotFoundFault)
|
1931
|
+
o.errors << Shapes::ShapeRef.new(shape: SourceNotFoundFault)
|
1932
|
+
end)
|
1933
|
+
|
1934
|
+
api.add_operation(:add_tags_to_resource, Seahorse::Model::Operation.new.tap do |o|
|
1935
|
+
o.name = "AddTagsToResource"
|
1936
|
+
o.http_method = "POST"
|
1937
|
+
o.http_request_uri = "/"
|
1938
|
+
o.input = Shapes::ShapeRef.new(shape: AddTagsToResourceMessage)
|
1939
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1940
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
1941
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
1942
|
+
end)
|
1943
|
+
|
1944
|
+
api.add_operation(:apply_pending_maintenance_action, Seahorse::Model::Operation.new.tap do |o|
|
1945
|
+
o.name = "ApplyPendingMaintenanceAction"
|
1946
|
+
o.http_method = "POST"
|
1947
|
+
o.http_request_uri = "/"
|
1948
|
+
o.input = Shapes::ShapeRef.new(shape: ApplyPendingMaintenanceActionMessage)
|
1949
|
+
o.output = Shapes::ShapeRef.new(shape: ApplyPendingMaintenanceActionResult)
|
1950
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
1951
|
+
end)
|
1952
|
+
|
1953
|
+
api.add_operation(:authorize_db_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
|
1954
|
+
o.name = "AuthorizeDBSecurityGroupIngress"
|
1955
|
+
o.http_method = "POST"
|
1956
|
+
o.http_request_uri = "/"
|
1957
|
+
o.input = Shapes::ShapeRef.new(shape: AuthorizeDBSecurityGroupIngressMessage)
|
1958
|
+
o.output = Shapes::ShapeRef.new(shape: AuthorizeDBSecurityGroupIngressResult)
|
1959
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
|
1960
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSecurityGroupStateFault)
|
1961
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationAlreadyExistsFault)
|
1962
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationQuotaExceededFault)
|
1963
|
+
end)
|
1964
|
+
|
1965
|
+
api.add_operation(:copy_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1966
|
+
o.name = "CopyDBClusterParameterGroup"
|
1967
|
+
o.http_method = "POST"
|
1968
|
+
o.http_request_uri = "/"
|
1969
|
+
o.input = Shapes::ShapeRef.new(shape: CopyDBClusterParameterGroupMessage)
|
1970
|
+
o.output = Shapes::ShapeRef.new(shape: CopyDBClusterParameterGroupResult)
|
1971
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1972
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupQuotaExceededFault)
|
1973
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupAlreadyExistsFault)
|
1974
|
+
end)
|
1975
|
+
|
1976
|
+
api.add_operation(:copy_db_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
1977
|
+
o.name = "CopyDBClusterSnapshot"
|
1978
|
+
o.http_method = "POST"
|
1979
|
+
o.http_request_uri = "/"
|
1980
|
+
o.input = Shapes::ShapeRef.new(shape: CopyDBClusterSnapshotMessage)
|
1981
|
+
o.output = Shapes::ShapeRef.new(shape: CopyDBClusterSnapshotResult)
|
1982
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotAlreadyExistsFault)
|
1983
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
1984
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1985
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
1986
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
1987
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
1988
|
+
end)
|
1989
|
+
|
1990
|
+
api.add_operation(:copy_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1991
|
+
o.name = "CopyDBParameterGroup"
|
1992
|
+
o.http_method = "POST"
|
1993
|
+
o.http_request_uri = "/"
|
1994
|
+
o.input = Shapes::ShapeRef.new(shape: CopyDBParameterGroupMessage)
|
1995
|
+
o.output = Shapes::ShapeRef.new(shape: CopyDBParameterGroupResult)
|
1996
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1997
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupAlreadyExistsFault)
|
1998
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupQuotaExceededFault)
|
1999
|
+
end)
|
2000
|
+
|
2001
|
+
api.add_operation(:copy_db_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2002
|
+
o.name = "CopyDBSnapshot"
|
2003
|
+
o.http_method = "POST"
|
2004
|
+
o.http_request_uri = "/"
|
2005
|
+
o.input = Shapes::ShapeRef.new(shape: CopyDBSnapshotMessage)
|
2006
|
+
o.output = Shapes::ShapeRef.new(shape: CopyDBSnapshotResult)
|
2007
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotAlreadyExistsFault)
|
2008
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
2009
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
|
2010
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
2011
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2012
|
+
end)
|
2013
|
+
|
2014
|
+
api.add_operation(:copy_option_group, Seahorse::Model::Operation.new.tap do |o|
|
2015
|
+
o.name = "CopyOptionGroup"
|
2016
|
+
o.http_method = "POST"
|
2017
|
+
o.http_request_uri = "/"
|
2018
|
+
o.input = Shapes::ShapeRef.new(shape: CopyOptionGroupMessage)
|
2019
|
+
o.output = Shapes::ShapeRef.new(shape: CopyOptionGroupResult)
|
2020
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupAlreadyExistsFault)
|
2021
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
2022
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupQuotaExceededFault)
|
2023
|
+
end)
|
2024
|
+
|
2025
|
+
api.add_operation(:create_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
2026
|
+
o.name = "CreateDBCluster"
|
2027
|
+
o.http_method = "POST"
|
2028
|
+
o.http_request_uri = "/"
|
2029
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBClusterMessage)
|
2030
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBClusterResult)
|
2031
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
|
2032
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientStorageClusterCapacityFault)
|
2033
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterQuotaExceededFault)
|
2034
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2035
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2036
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
2037
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2038
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetGroupStateFault)
|
2039
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
2040
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
|
2041
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2042
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2043
|
+
end)
|
2044
|
+
|
2045
|
+
api.add_operation(:create_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
2046
|
+
o.name = "CreateDBClusterParameterGroup"
|
2047
|
+
o.http_method = "POST"
|
2048
|
+
o.http_request_uri = "/"
|
2049
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBClusterParameterGroupMessage)
|
2050
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBClusterParameterGroupResult)
|
2051
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupQuotaExceededFault)
|
2052
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupAlreadyExistsFault)
|
2053
|
+
end)
|
2054
|
+
|
2055
|
+
api.add_operation(:create_db_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2056
|
+
o.name = "CreateDBClusterSnapshot"
|
2057
|
+
o.http_method = "POST"
|
2058
|
+
o.http_request_uri = "/"
|
2059
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBClusterSnapshotMessage)
|
2060
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBClusterSnapshotResult)
|
2061
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotAlreadyExistsFault)
|
2062
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2063
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2064
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
2065
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
2066
|
+
end)
|
2067
|
+
|
2068
|
+
api.add_operation(:create_db_instance, Seahorse::Model::Operation.new.tap do |o|
|
2069
|
+
o.name = "CreateDBInstance"
|
2070
|
+
o.http_method = "POST"
|
2071
|
+
o.http_request_uri = "/"
|
2072
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBInstanceMessage)
|
2073
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBInstanceResult)
|
2074
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceAlreadyExistsFault)
|
2075
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
2076
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2077
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
|
2078
|
+
o.errors << Shapes::ShapeRef.new(shape: InstanceQuotaExceededFault)
|
2079
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2080
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2081
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
|
2082
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2083
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
2084
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
2085
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedIopsNotAvailableInAZFault)
|
2086
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
2087
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2088
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
|
2089
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationNotFoundFault)
|
2090
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2091
|
+
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
2092
|
+
end)
|
2093
|
+
|
2094
|
+
api.add_operation(:create_db_instance_read_replica, Seahorse::Model::Operation.new.tap do |o|
|
2095
|
+
o.name = "CreateDBInstanceReadReplica"
|
2096
|
+
o.http_method = "POST"
|
2097
|
+
o.http_request_uri = "/"
|
2098
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBInstanceReadReplicaMessage)
|
2099
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBInstanceReadReplicaResult)
|
2100
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceAlreadyExistsFault)
|
2101
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
2102
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2103
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
|
2104
|
+
o.errors << Shapes::ShapeRef.new(shape: InstanceQuotaExceededFault)
|
2105
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2106
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2107
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
2108
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2109
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
|
2110
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
2111
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
2112
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedIopsNotAvailableInAZFault)
|
2113
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
2114
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotAllowedFault)
|
2115
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetGroupFault)
|
2116
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
|
2117
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2118
|
+
end)
|
2119
|
+
|
2120
|
+
api.add_operation(:create_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
2121
|
+
o.name = "CreateDBParameterGroup"
|
2122
|
+
o.http_method = "POST"
|
2123
|
+
o.http_request_uri = "/"
|
2124
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBParameterGroupMessage)
|
2125
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBParameterGroupResult)
|
2126
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupQuotaExceededFault)
|
2127
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupAlreadyExistsFault)
|
2128
|
+
end)
|
2129
|
+
|
2130
|
+
api.add_operation(:create_db_security_group, Seahorse::Model::Operation.new.tap do |o|
|
2131
|
+
o.name = "CreateDBSecurityGroup"
|
2132
|
+
o.http_method = "POST"
|
2133
|
+
o.http_request_uri = "/"
|
2134
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBSecurityGroupMessage)
|
2135
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBSecurityGroupResult)
|
2136
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupAlreadyExistsFault)
|
2137
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupQuotaExceededFault)
|
2138
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotSupportedFault)
|
2139
|
+
end)
|
2140
|
+
|
2141
|
+
api.add_operation(:create_db_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2142
|
+
o.name = "CreateDBSnapshot"
|
2143
|
+
o.http_method = "POST"
|
2144
|
+
o.http_request_uri = "/"
|
2145
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBSnapshotMessage)
|
2146
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBSnapshotResult)
|
2147
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotAlreadyExistsFault)
|
2148
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
2149
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2150
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
2151
|
+
end)
|
2152
|
+
|
2153
|
+
api.add_operation(:create_db_subnet_group, Seahorse::Model::Operation.new.tap do |o|
|
2154
|
+
o.name = "CreateDBSubnetGroup"
|
2155
|
+
o.http_method = "POST"
|
2156
|
+
o.http_request_uri = "/"
|
2157
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBSubnetGroupMessage)
|
2158
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBSubnetGroupResult)
|
2159
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupAlreadyExistsFault)
|
2160
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupQuotaExceededFault)
|
2161
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetQuotaExceededFault)
|
2162
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
|
2163
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
2164
|
+
end)
|
2165
|
+
|
2166
|
+
api.add_operation(:create_event_subscription, Seahorse::Model::Operation.new.tap do |o|
|
2167
|
+
o.name = "CreateEventSubscription"
|
2168
|
+
o.http_method = "POST"
|
2169
|
+
o.http_request_uri = "/"
|
2170
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEventSubscriptionMessage)
|
2171
|
+
o.output = Shapes::ShapeRef.new(shape: CreateEventSubscriptionResult)
|
2172
|
+
o.errors << Shapes::ShapeRef.new(shape: EventSubscriptionQuotaExceededFault)
|
2173
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionAlreadyExistFault)
|
2174
|
+
o.errors << Shapes::ShapeRef.new(shape: SNSInvalidTopicFault)
|
2175
|
+
o.errors << Shapes::ShapeRef.new(shape: SNSNoAuthorizationFault)
|
2176
|
+
o.errors << Shapes::ShapeRef.new(shape: SNSTopicArnNotFoundFault)
|
2177
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionCategoryNotFoundFault)
|
2178
|
+
o.errors << Shapes::ShapeRef.new(shape: SourceNotFoundFault)
|
2179
|
+
end)
|
2180
|
+
|
2181
|
+
api.add_operation(:create_option_group, Seahorse::Model::Operation.new.tap do |o|
|
2182
|
+
o.name = "CreateOptionGroup"
|
2183
|
+
o.http_method = "POST"
|
2184
|
+
o.http_request_uri = "/"
|
2185
|
+
o.input = Shapes::ShapeRef.new(shape: CreateOptionGroupMessage)
|
2186
|
+
o.output = Shapes::ShapeRef.new(shape: CreateOptionGroupResult)
|
2187
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupAlreadyExistsFault)
|
2188
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupQuotaExceededFault)
|
2189
|
+
end)
|
2190
|
+
|
2191
|
+
api.add_operation(:delete_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
2192
|
+
o.name = "DeleteDBCluster"
|
2193
|
+
o.http_method = "POST"
|
2194
|
+
o.http_request_uri = "/"
|
2195
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBClusterMessage)
|
2196
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDBClusterResult)
|
2197
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2198
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2199
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotAlreadyExistsFault)
|
2200
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
2201
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
2202
|
+
end)
|
2203
|
+
|
2204
|
+
api.add_operation(:delete_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
2205
|
+
o.name = "DeleteDBClusterParameterGroup"
|
2206
|
+
o.http_method = "POST"
|
2207
|
+
o.http_request_uri = "/"
|
2208
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBClusterParameterGroupMessage)
|
2209
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2210
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
|
2211
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2212
|
+
end)
|
2213
|
+
|
2214
|
+
api.add_operation(:delete_db_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2215
|
+
o.name = "DeleteDBClusterSnapshot"
|
2216
|
+
o.http_method = "POST"
|
2217
|
+
o.http_request_uri = "/"
|
2218
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBClusterSnapshotMessage)
|
2219
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDBClusterSnapshotResult)
|
2220
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
2221
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
2222
|
+
end)
|
2223
|
+
|
2224
|
+
api.add_operation(:delete_db_instance, Seahorse::Model::Operation.new.tap do |o|
|
2225
|
+
o.name = "DeleteDBInstance"
|
2226
|
+
o.http_method = "POST"
|
2227
|
+
o.http_request_uri = "/"
|
2228
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBInstanceMessage)
|
2229
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDBInstanceResult)
|
2230
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2231
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
2232
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotAlreadyExistsFault)
|
2233
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
2234
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2235
|
+
end)
|
2236
|
+
|
2237
|
+
api.add_operation(:delete_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
2238
|
+
o.name = "DeleteDBParameterGroup"
|
2239
|
+
o.http_method = "POST"
|
2240
|
+
o.http_request_uri = "/"
|
2241
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBParameterGroupMessage)
|
2242
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2243
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
|
2244
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2245
|
+
end)
|
2246
|
+
|
2247
|
+
api.add_operation(:delete_db_security_group, Seahorse::Model::Operation.new.tap do |o|
|
2248
|
+
o.name = "DeleteDBSecurityGroup"
|
2249
|
+
o.http_method = "POST"
|
2250
|
+
o.http_request_uri = "/"
|
2251
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBSecurityGroupMessage)
|
2252
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2253
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSecurityGroupStateFault)
|
2254
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
|
2255
|
+
end)
|
2256
|
+
|
2257
|
+
api.add_operation(:delete_db_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2258
|
+
o.name = "DeleteDBSnapshot"
|
2259
|
+
o.http_method = "POST"
|
2260
|
+
o.http_request_uri = "/"
|
2261
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBSnapshotMessage)
|
2262
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDBSnapshotResult)
|
2263
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
|
2264
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
2265
|
+
end)
|
2266
|
+
|
2267
|
+
api.add_operation(:delete_db_subnet_group, Seahorse::Model::Operation.new.tap do |o|
|
2268
|
+
o.name = "DeleteDBSubnetGroup"
|
2269
|
+
o.http_method = "POST"
|
2270
|
+
o.http_request_uri = "/"
|
2271
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBSubnetGroupMessage)
|
2272
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2273
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetGroupStateFault)
|
2274
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetStateFault)
|
2275
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2276
|
+
end)
|
2277
|
+
|
2278
|
+
api.add_operation(:delete_event_subscription, Seahorse::Model::Operation.new.tap do |o|
|
2279
|
+
o.name = "DeleteEventSubscription"
|
2280
|
+
o.http_method = "POST"
|
2281
|
+
o.http_request_uri = "/"
|
2282
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteEventSubscriptionMessage)
|
2283
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteEventSubscriptionResult)
|
2284
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionNotFoundFault)
|
2285
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidEventSubscriptionStateFault)
|
2286
|
+
end)
|
2287
|
+
|
2288
|
+
api.add_operation(:delete_option_group, Seahorse::Model::Operation.new.tap do |o|
|
2289
|
+
o.name = "DeleteOptionGroup"
|
2290
|
+
o.http_method = "POST"
|
2291
|
+
o.http_request_uri = "/"
|
2292
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteOptionGroupMessage)
|
2293
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2294
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
2295
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOptionGroupStateFault)
|
2296
|
+
end)
|
2297
|
+
|
2298
|
+
api.add_operation(:describe_account_attributes, Seahorse::Model::Operation.new.tap do |o|
|
2299
|
+
o.name = "DescribeAccountAttributes"
|
2300
|
+
o.http_method = "POST"
|
2301
|
+
o.http_request_uri = "/"
|
2302
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeAccountAttributesMessage)
|
2303
|
+
o.output = Shapes::ShapeRef.new(shape: AccountAttributesMessage)
|
2304
|
+
end)
|
2305
|
+
|
2306
|
+
api.add_operation(:describe_certificates, Seahorse::Model::Operation.new.tap do |o|
|
2307
|
+
o.name = "DescribeCertificates"
|
2308
|
+
o.http_method = "POST"
|
2309
|
+
o.http_request_uri = "/"
|
2310
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeCertificatesMessage)
|
2311
|
+
o.output = Shapes::ShapeRef.new(shape: CertificateMessage)
|
2312
|
+
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
|
2313
|
+
end)
|
2314
|
+
|
2315
|
+
api.add_operation(:describe_db_cluster_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
|
2316
|
+
o.name = "DescribeDBClusterParameterGroups"
|
2317
|
+
o.http_method = "POST"
|
2318
|
+
o.http_request_uri = "/"
|
2319
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterParameterGroupsMessage)
|
2320
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupsMessage)
|
2321
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2322
|
+
end)
|
2323
|
+
|
2324
|
+
api.add_operation(:describe_db_cluster_parameters, Seahorse::Model::Operation.new.tap do |o|
|
2325
|
+
o.name = "DescribeDBClusterParameters"
|
2326
|
+
o.http_method = "POST"
|
2327
|
+
o.http_request_uri = "/"
|
2328
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterParametersMessage)
|
2329
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupDetails)
|
2330
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2331
|
+
end)
|
2332
|
+
|
2333
|
+
api.add_operation(:describe_db_cluster_snapshot_attributes, Seahorse::Model::Operation.new.tap do |o|
|
2334
|
+
o.name = "DescribeDBClusterSnapshotAttributes"
|
2335
|
+
o.http_method = "POST"
|
2336
|
+
o.http_request_uri = "/"
|
2337
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterSnapshotAttributesMessage)
|
2338
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDBClusterSnapshotAttributesResult)
|
2339
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
2340
|
+
end)
|
2341
|
+
|
2342
|
+
api.add_operation(:describe_db_cluster_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
2343
|
+
o.name = "DescribeDBClusterSnapshots"
|
2344
|
+
o.http_method = "POST"
|
2345
|
+
o.http_request_uri = "/"
|
2346
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterSnapshotsMessage)
|
2347
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterSnapshotMessage)
|
2348
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
2349
|
+
end)
|
2350
|
+
|
2351
|
+
api.add_operation(:describe_db_clusters, Seahorse::Model::Operation.new.tap do |o|
|
2352
|
+
o.name = "DescribeDBClusters"
|
2353
|
+
o.http_method = "POST"
|
2354
|
+
o.http_request_uri = "/"
|
2355
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBClustersMessage)
|
2356
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterMessage)
|
2357
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2358
|
+
end)
|
2359
|
+
|
2360
|
+
api.add_operation(:describe_db_engine_versions, Seahorse::Model::Operation.new.tap do |o|
|
2361
|
+
o.name = "DescribeDBEngineVersions"
|
2362
|
+
o.http_method = "POST"
|
2363
|
+
o.http_request_uri = "/"
|
2364
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBEngineVersionsMessage)
|
2365
|
+
o.output = Shapes::ShapeRef.new(shape: DBEngineVersionMessage)
|
2366
|
+
o[:pager] = Aws::Pager.new(
|
2367
|
+
limit_key: "max_records",
|
2368
|
+
tokens: {
|
2369
|
+
"marker" => "marker"
|
2370
|
+
}
|
2371
|
+
)
|
2372
|
+
end)
|
2373
|
+
|
2374
|
+
api.add_operation(:describe_db_instances, Seahorse::Model::Operation.new.tap do |o|
|
2375
|
+
o.name = "DescribeDBInstances"
|
2376
|
+
o.http_method = "POST"
|
2377
|
+
o.http_request_uri = "/"
|
2378
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBInstancesMessage)
|
2379
|
+
o.output = Shapes::ShapeRef.new(shape: DBInstanceMessage)
|
2380
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2381
|
+
o[:pager] = Aws::Pager.new(
|
2382
|
+
limit_key: "max_records",
|
2383
|
+
tokens: {
|
2384
|
+
"marker" => "marker"
|
2385
|
+
}
|
2386
|
+
)
|
2387
|
+
end)
|
2388
|
+
|
2389
|
+
api.add_operation(:describe_db_log_files, Seahorse::Model::Operation.new.tap do |o|
|
2390
|
+
o.name = "DescribeDBLogFiles"
|
2391
|
+
o.http_method = "POST"
|
2392
|
+
o.http_request_uri = "/"
|
2393
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBLogFilesMessage)
|
2394
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDBLogFilesResponse)
|
2395
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2396
|
+
o[:pager] = Aws::Pager.new(
|
2397
|
+
limit_key: "max_records",
|
2398
|
+
tokens: {
|
2399
|
+
"marker" => "marker"
|
2400
|
+
}
|
2401
|
+
)
|
2402
|
+
end)
|
2403
|
+
|
2404
|
+
api.add_operation(:describe_db_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
|
2405
|
+
o.name = "DescribeDBParameterGroups"
|
2406
|
+
o.http_method = "POST"
|
2407
|
+
o.http_request_uri = "/"
|
2408
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBParameterGroupsMessage)
|
2409
|
+
o.output = Shapes::ShapeRef.new(shape: DBParameterGroupsMessage)
|
2410
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2411
|
+
o[:pager] = Aws::Pager.new(
|
2412
|
+
limit_key: "max_records",
|
2413
|
+
tokens: {
|
2414
|
+
"marker" => "marker"
|
2415
|
+
}
|
2416
|
+
)
|
2417
|
+
end)
|
2418
|
+
|
2419
|
+
api.add_operation(:describe_db_parameters, Seahorse::Model::Operation.new.tap do |o|
|
2420
|
+
o.name = "DescribeDBParameters"
|
2421
|
+
o.http_method = "POST"
|
2422
|
+
o.http_request_uri = "/"
|
2423
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBParametersMessage)
|
2424
|
+
o.output = Shapes::ShapeRef.new(shape: DBParameterGroupDetails)
|
2425
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2426
|
+
o[:pager] = Aws::Pager.new(
|
2427
|
+
limit_key: "max_records",
|
2428
|
+
tokens: {
|
2429
|
+
"marker" => "marker"
|
2430
|
+
}
|
2431
|
+
)
|
2432
|
+
end)
|
2433
|
+
|
2434
|
+
api.add_operation(:describe_db_security_groups, Seahorse::Model::Operation.new.tap do |o|
|
2435
|
+
o.name = "DescribeDBSecurityGroups"
|
2436
|
+
o.http_method = "POST"
|
2437
|
+
o.http_request_uri = "/"
|
2438
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBSecurityGroupsMessage)
|
2439
|
+
o.output = Shapes::ShapeRef.new(shape: DBSecurityGroupMessage)
|
2440
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
|
2441
|
+
o[:pager] = Aws::Pager.new(
|
2442
|
+
limit_key: "max_records",
|
2443
|
+
tokens: {
|
2444
|
+
"marker" => "marker"
|
2445
|
+
}
|
2446
|
+
)
|
2447
|
+
end)
|
2448
|
+
|
2449
|
+
api.add_operation(:describe_db_snapshot_attributes, Seahorse::Model::Operation.new.tap do |o|
|
2450
|
+
o.name = "DescribeDBSnapshotAttributes"
|
2451
|
+
o.http_method = "POST"
|
2452
|
+
o.http_request_uri = "/"
|
2453
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBSnapshotAttributesMessage)
|
2454
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDBSnapshotAttributesResult)
|
2455
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
2456
|
+
end)
|
2457
|
+
|
2458
|
+
api.add_operation(:describe_db_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
2459
|
+
o.name = "DescribeDBSnapshots"
|
2460
|
+
o.http_method = "POST"
|
2461
|
+
o.http_request_uri = "/"
|
2462
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBSnapshotsMessage)
|
2463
|
+
o.output = Shapes::ShapeRef.new(shape: DBSnapshotMessage)
|
2464
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
2465
|
+
o[:pager] = Aws::Pager.new(
|
2466
|
+
limit_key: "max_records",
|
2467
|
+
tokens: {
|
2468
|
+
"marker" => "marker"
|
2469
|
+
}
|
2470
|
+
)
|
2471
|
+
end)
|
2472
|
+
|
2473
|
+
api.add_operation(:describe_db_subnet_groups, Seahorse::Model::Operation.new.tap do |o|
|
2474
|
+
o.name = "DescribeDBSubnetGroups"
|
2475
|
+
o.http_method = "POST"
|
2476
|
+
o.http_request_uri = "/"
|
2477
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBSubnetGroupsMessage)
|
2478
|
+
o.output = Shapes::ShapeRef.new(shape: DBSubnetGroupMessage)
|
2479
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2480
|
+
o[:pager] = Aws::Pager.new(
|
2481
|
+
limit_key: "max_records",
|
2482
|
+
tokens: {
|
2483
|
+
"marker" => "marker"
|
2484
|
+
}
|
2485
|
+
)
|
2486
|
+
end)
|
2487
|
+
|
2488
|
+
api.add_operation(:describe_engine_default_cluster_parameters, Seahorse::Model::Operation.new.tap do |o|
|
2489
|
+
o.name = "DescribeEngineDefaultClusterParameters"
|
2490
|
+
o.http_method = "POST"
|
2491
|
+
o.http_request_uri = "/"
|
2492
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEngineDefaultClusterParametersMessage)
|
2493
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEngineDefaultClusterParametersResult)
|
2494
|
+
end)
|
2495
|
+
|
2496
|
+
api.add_operation(:describe_engine_default_parameters, Seahorse::Model::Operation.new.tap do |o|
|
2497
|
+
o.name = "DescribeEngineDefaultParameters"
|
2498
|
+
o.http_method = "POST"
|
2499
|
+
o.http_request_uri = "/"
|
2500
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEngineDefaultParametersMessage)
|
2501
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEngineDefaultParametersResult)
|
2502
|
+
o[:pager] = Aws::Pager.new(
|
2503
|
+
limit_key: "max_records",
|
2504
|
+
tokens: {
|
2505
|
+
"engine_defaults.marker" => "marker"
|
2506
|
+
}
|
2507
|
+
)
|
2508
|
+
end)
|
2509
|
+
|
2510
|
+
api.add_operation(:describe_event_categories, Seahorse::Model::Operation.new.tap do |o|
|
2511
|
+
o.name = "DescribeEventCategories"
|
2512
|
+
o.http_method = "POST"
|
2513
|
+
o.http_request_uri = "/"
|
2514
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEventCategoriesMessage)
|
2515
|
+
o.output = Shapes::ShapeRef.new(shape: EventCategoriesMessage)
|
2516
|
+
end)
|
2517
|
+
|
2518
|
+
api.add_operation(:describe_event_subscriptions, Seahorse::Model::Operation.new.tap do |o|
|
2519
|
+
o.name = "DescribeEventSubscriptions"
|
2520
|
+
o.http_method = "POST"
|
2521
|
+
o.http_request_uri = "/"
|
2522
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEventSubscriptionsMessage)
|
2523
|
+
o.output = Shapes::ShapeRef.new(shape: EventSubscriptionsMessage)
|
2524
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionNotFoundFault)
|
2525
|
+
o[:pager] = Aws::Pager.new(
|
2526
|
+
limit_key: "max_records",
|
2527
|
+
tokens: {
|
2528
|
+
"marker" => "marker"
|
2529
|
+
}
|
2530
|
+
)
|
2531
|
+
end)
|
2532
|
+
|
2533
|
+
api.add_operation(:describe_events, Seahorse::Model::Operation.new.tap do |o|
|
2534
|
+
o.name = "DescribeEvents"
|
2535
|
+
o.http_method = "POST"
|
2536
|
+
o.http_request_uri = "/"
|
2537
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEventsMessage)
|
2538
|
+
o.output = Shapes::ShapeRef.new(shape: EventsMessage)
|
2539
|
+
o[:pager] = Aws::Pager.new(
|
2540
|
+
limit_key: "max_records",
|
2541
|
+
tokens: {
|
2542
|
+
"marker" => "marker"
|
2543
|
+
}
|
2544
|
+
)
|
2545
|
+
end)
|
2546
|
+
|
2547
|
+
api.add_operation(:describe_option_group_options, Seahorse::Model::Operation.new.tap do |o|
|
2548
|
+
o.name = "DescribeOptionGroupOptions"
|
2549
|
+
o.http_method = "POST"
|
2550
|
+
o.http_request_uri = "/"
|
2551
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeOptionGroupOptionsMessage)
|
2552
|
+
o.output = Shapes::ShapeRef.new(shape: OptionGroupOptionsMessage)
|
2553
|
+
o[:pager] = Aws::Pager.new(
|
2554
|
+
limit_key: "max_records",
|
2555
|
+
tokens: {
|
2556
|
+
"marker" => "marker"
|
2557
|
+
}
|
2558
|
+
)
|
2559
|
+
end)
|
2560
|
+
|
2561
|
+
api.add_operation(:describe_option_groups, Seahorse::Model::Operation.new.tap do |o|
|
2562
|
+
o.name = "DescribeOptionGroups"
|
2563
|
+
o.http_method = "POST"
|
2564
|
+
o.http_request_uri = "/"
|
2565
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeOptionGroupsMessage)
|
2566
|
+
o.output = Shapes::ShapeRef.new(shape: OptionGroups)
|
2567
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
2568
|
+
o[:pager] = Aws::Pager.new(
|
2569
|
+
limit_key: "max_records",
|
2570
|
+
tokens: {
|
2571
|
+
"marker" => "marker"
|
2572
|
+
}
|
2573
|
+
)
|
2574
|
+
end)
|
2575
|
+
|
2576
|
+
api.add_operation(:describe_orderable_db_instance_options, Seahorse::Model::Operation.new.tap do |o|
|
2577
|
+
o.name = "DescribeOrderableDBInstanceOptions"
|
2578
|
+
o.http_method = "POST"
|
2579
|
+
o.http_request_uri = "/"
|
2580
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeOrderableDBInstanceOptionsMessage)
|
2581
|
+
o.output = Shapes::ShapeRef.new(shape: OrderableDBInstanceOptionsMessage)
|
2582
|
+
o[:pager] = Aws::Pager.new(
|
2583
|
+
limit_key: "max_records",
|
2584
|
+
tokens: {
|
2585
|
+
"marker" => "marker"
|
2586
|
+
}
|
2587
|
+
)
|
2588
|
+
end)
|
2589
|
+
|
2590
|
+
api.add_operation(:describe_pending_maintenance_actions, Seahorse::Model::Operation.new.tap do |o|
|
2591
|
+
o.name = "DescribePendingMaintenanceActions"
|
2592
|
+
o.http_method = "POST"
|
2593
|
+
o.http_request_uri = "/"
|
2594
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePendingMaintenanceActionsMessage)
|
2595
|
+
o.output = Shapes::ShapeRef.new(shape: PendingMaintenanceActionsMessage)
|
2596
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
2597
|
+
end)
|
2598
|
+
|
2599
|
+
api.add_operation(:describe_reserved_db_instances, Seahorse::Model::Operation.new.tap do |o|
|
2600
|
+
o.name = "DescribeReservedDBInstances"
|
2601
|
+
o.http_method = "POST"
|
2602
|
+
o.http_request_uri = "/"
|
2603
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeReservedDBInstancesMessage)
|
2604
|
+
o.output = Shapes::ShapeRef.new(shape: ReservedDBInstanceMessage)
|
2605
|
+
o.errors << Shapes::ShapeRef.new(shape: ReservedDBInstanceNotFoundFault)
|
2606
|
+
o[:pager] = Aws::Pager.new(
|
2607
|
+
limit_key: "max_records",
|
2608
|
+
tokens: {
|
2609
|
+
"marker" => "marker"
|
2610
|
+
}
|
2611
|
+
)
|
2612
|
+
end)
|
2613
|
+
|
2614
|
+
api.add_operation(:describe_reserved_db_instances_offerings, Seahorse::Model::Operation.new.tap do |o|
|
2615
|
+
o.name = "DescribeReservedDBInstancesOfferings"
|
2616
|
+
o.http_method = "POST"
|
2617
|
+
o.http_request_uri = "/"
|
2618
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeReservedDBInstancesOfferingsMessage)
|
2619
|
+
o.output = Shapes::ShapeRef.new(shape: ReservedDBInstancesOfferingMessage)
|
2620
|
+
o.errors << Shapes::ShapeRef.new(shape: ReservedDBInstancesOfferingNotFoundFault)
|
2621
|
+
o[:pager] = Aws::Pager.new(
|
2622
|
+
limit_key: "max_records",
|
2623
|
+
tokens: {
|
2624
|
+
"marker" => "marker"
|
2625
|
+
}
|
2626
|
+
)
|
2627
|
+
end)
|
2628
|
+
|
2629
|
+
api.add_operation(:describe_source_regions, Seahorse::Model::Operation.new.tap do |o|
|
2630
|
+
o.name = "DescribeSourceRegions"
|
2631
|
+
o.http_method = "POST"
|
2632
|
+
o.http_request_uri = "/"
|
2633
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeSourceRegionsMessage)
|
2634
|
+
o.output = Shapes::ShapeRef.new(shape: SourceRegionMessage)
|
2635
|
+
end)
|
2636
|
+
|
2637
|
+
api.add_operation(:download_db_log_file_portion, Seahorse::Model::Operation.new.tap do |o|
|
2638
|
+
o.name = "DownloadDBLogFilePortion"
|
2639
|
+
o.http_method = "POST"
|
2640
|
+
o.http_request_uri = "/"
|
2641
|
+
o.input = Shapes::ShapeRef.new(shape: DownloadDBLogFilePortionMessage)
|
2642
|
+
o.output = Shapes::ShapeRef.new(shape: DownloadDBLogFilePortionDetails)
|
2643
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2644
|
+
o.errors << Shapes::ShapeRef.new(shape: DBLogFileNotFoundFault)
|
2645
|
+
o[:pager] = Aws::Pager.new(
|
2646
|
+
more_results: "additional_data_pending",
|
2647
|
+
limit_key: "number_of_lines",
|
2648
|
+
tokens: {
|
2649
|
+
"marker" => "marker"
|
2650
|
+
}
|
2651
|
+
)
|
2652
|
+
end)
|
2653
|
+
|
2654
|
+
api.add_operation(:failover_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
2655
|
+
o.name = "FailoverDBCluster"
|
2656
|
+
o.http_method = "POST"
|
2657
|
+
o.http_request_uri = "/"
|
2658
|
+
o.input = Shapes::ShapeRef.new(shape: FailoverDBClusterMessage)
|
2659
|
+
o.output = Shapes::ShapeRef.new(shape: FailoverDBClusterResult)
|
2660
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2661
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2662
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
2663
|
+
end)
|
2664
|
+
|
2665
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
2666
|
+
o.name = "ListTagsForResource"
|
2667
|
+
o.http_method = "POST"
|
2668
|
+
o.http_request_uri = "/"
|
2669
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceMessage)
|
2670
|
+
o.output = Shapes::ShapeRef.new(shape: TagListMessage)
|
2671
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2672
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
2673
|
+
end)
|
2674
|
+
|
2675
|
+
api.add_operation(:modify_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
2676
|
+
o.name = "ModifyDBCluster"
|
2677
|
+
o.http_method = "POST"
|
2678
|
+
o.http_request_uri = "/"
|
2679
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBClusterMessage)
|
2680
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyDBClusterResult)
|
2681
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2682
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2683
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2684
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2685
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
2686
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetGroupStateFault)
|
2687
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
2688
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
|
2689
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSecurityGroupStateFault)
|
2690
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
2691
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
|
2692
|
+
end)
|
2693
|
+
|
2694
|
+
api.add_operation(:modify_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
2695
|
+
o.name = "ModifyDBClusterParameterGroup"
|
2696
|
+
o.http_method = "POST"
|
2697
|
+
o.http_request_uri = "/"
|
2698
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBClusterParameterGroupMessage)
|
2699
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupNameMessage)
|
2700
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2701
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
|
2702
|
+
end)
|
2703
|
+
|
2704
|
+
api.add_operation(:modify_db_cluster_snapshot_attribute, Seahorse::Model::Operation.new.tap do |o|
|
2705
|
+
o.name = "ModifyDBClusterSnapshotAttribute"
|
2706
|
+
o.http_method = "POST"
|
2707
|
+
o.http_request_uri = "/"
|
2708
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBClusterSnapshotAttributeMessage)
|
2709
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyDBClusterSnapshotAttributeResult)
|
2710
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
2711
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
2712
|
+
o.errors << Shapes::ShapeRef.new(shape: SharedSnapshotQuotaExceededFault)
|
2713
|
+
end)
|
2714
|
+
|
2715
|
+
api.add_operation(:modify_db_instance, Seahorse::Model::Operation.new.tap do |o|
|
2716
|
+
o.name = "ModifyDBInstance"
|
2717
|
+
o.http_method = "POST"
|
2718
|
+
o.http_request_uri = "/"
|
2719
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBInstanceMessage)
|
2720
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyDBInstanceResult)
|
2721
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
2722
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSecurityGroupStateFault)
|
2723
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceAlreadyExistsFault)
|
2724
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2725
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
|
2726
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2727
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
2728
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2729
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
2730
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedIopsNotAvailableInAZFault)
|
2731
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
2732
|
+
o.errors << Shapes::ShapeRef.new(shape: DBUpgradeDependencyFailureFault)
|
2733
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
|
2734
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationNotFoundFault)
|
2735
|
+
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
|
2736
|
+
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
2737
|
+
end)
|
2738
|
+
|
2739
|
+
api.add_operation(:modify_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
2740
|
+
o.name = "ModifyDBParameterGroup"
|
2741
|
+
o.http_method = "POST"
|
2742
|
+
o.http_request_uri = "/"
|
2743
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBParameterGroupMessage)
|
2744
|
+
o.output = Shapes::ShapeRef.new(shape: DBParameterGroupNameMessage)
|
2745
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2746
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
|
2747
|
+
end)
|
2748
|
+
|
2749
|
+
api.add_operation(:modify_db_snapshot_attribute, Seahorse::Model::Operation.new.tap do |o|
|
2750
|
+
o.name = "ModifyDBSnapshotAttribute"
|
2751
|
+
o.http_method = "POST"
|
2752
|
+
o.http_request_uri = "/"
|
2753
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBSnapshotAttributeMessage)
|
2754
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyDBSnapshotAttributeResult)
|
2755
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
2756
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
|
2757
|
+
o.errors << Shapes::ShapeRef.new(shape: SharedSnapshotQuotaExceededFault)
|
2758
|
+
end)
|
2759
|
+
|
2760
|
+
api.add_operation(:modify_db_subnet_group, Seahorse::Model::Operation.new.tap do |o|
|
2761
|
+
o.name = "ModifyDBSubnetGroup"
|
2762
|
+
o.http_method = "POST"
|
2763
|
+
o.http_request_uri = "/"
|
2764
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBSubnetGroupMessage)
|
2765
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyDBSubnetGroupResult)
|
2766
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2767
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetQuotaExceededFault)
|
2768
|
+
o.errors << Shapes::ShapeRef.new(shape: SubnetAlreadyInUse)
|
2769
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
|
2770
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
2771
|
+
end)
|
2772
|
+
|
2773
|
+
api.add_operation(:modify_event_subscription, Seahorse::Model::Operation.new.tap do |o|
|
2774
|
+
o.name = "ModifyEventSubscription"
|
2775
|
+
o.http_method = "POST"
|
2776
|
+
o.http_request_uri = "/"
|
2777
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyEventSubscriptionMessage)
|
2778
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyEventSubscriptionResult)
|
2779
|
+
o.errors << Shapes::ShapeRef.new(shape: EventSubscriptionQuotaExceededFault)
|
2780
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionNotFoundFault)
|
2781
|
+
o.errors << Shapes::ShapeRef.new(shape: SNSInvalidTopicFault)
|
2782
|
+
o.errors << Shapes::ShapeRef.new(shape: SNSNoAuthorizationFault)
|
2783
|
+
o.errors << Shapes::ShapeRef.new(shape: SNSTopicArnNotFoundFault)
|
2784
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionCategoryNotFoundFault)
|
2785
|
+
end)
|
2786
|
+
|
2787
|
+
api.add_operation(:modify_option_group, Seahorse::Model::Operation.new.tap do |o|
|
2788
|
+
o.name = "ModifyOptionGroup"
|
2789
|
+
o.http_method = "POST"
|
2790
|
+
o.http_request_uri = "/"
|
2791
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyOptionGroupMessage)
|
2792
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyOptionGroupResult)
|
2793
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidOptionGroupStateFault)
|
2794
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
2795
|
+
end)
|
2796
|
+
|
2797
|
+
api.add_operation(:promote_read_replica, Seahorse::Model::Operation.new.tap do |o|
|
2798
|
+
o.name = "PromoteReadReplica"
|
2799
|
+
o.http_method = "POST"
|
2800
|
+
o.http_request_uri = "/"
|
2801
|
+
o.input = Shapes::ShapeRef.new(shape: PromoteReadReplicaMessage)
|
2802
|
+
o.output = Shapes::ShapeRef.new(shape: PromoteReadReplicaResult)
|
2803
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
2804
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2805
|
+
end)
|
2806
|
+
|
2807
|
+
api.add_operation(:promote_read_replica_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
2808
|
+
o.name = "PromoteReadReplicaDBCluster"
|
2809
|
+
o.http_method = "POST"
|
2810
|
+
o.http_request_uri = "/"
|
2811
|
+
o.input = Shapes::ShapeRef.new(shape: PromoteReadReplicaDBClusterMessage)
|
2812
|
+
o.output = Shapes::ShapeRef.new(shape: PromoteReadReplicaDBClusterResult)
|
2813
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2814
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2815
|
+
end)
|
2816
|
+
|
2817
|
+
api.add_operation(:purchase_reserved_db_instances_offering, Seahorse::Model::Operation.new.tap do |o|
|
2818
|
+
o.name = "PurchaseReservedDBInstancesOffering"
|
2819
|
+
o.http_method = "POST"
|
2820
|
+
o.http_request_uri = "/"
|
2821
|
+
o.input = Shapes::ShapeRef.new(shape: PurchaseReservedDBInstancesOfferingMessage)
|
2822
|
+
o.output = Shapes::ShapeRef.new(shape: PurchaseReservedDBInstancesOfferingResult)
|
2823
|
+
o.errors << Shapes::ShapeRef.new(shape: ReservedDBInstancesOfferingNotFoundFault)
|
2824
|
+
o.errors << Shapes::ShapeRef.new(shape: ReservedDBInstanceAlreadyExistsFault)
|
2825
|
+
o.errors << Shapes::ShapeRef.new(shape: ReservedDBInstanceQuotaExceededFault)
|
2826
|
+
end)
|
2827
|
+
|
2828
|
+
api.add_operation(:reboot_db_instance, Seahorse::Model::Operation.new.tap do |o|
|
2829
|
+
o.name = "RebootDBInstance"
|
2830
|
+
o.http_method = "POST"
|
2831
|
+
o.http_request_uri = "/"
|
2832
|
+
o.input = Shapes::ShapeRef.new(shape: RebootDBInstanceMessage)
|
2833
|
+
o.output = Shapes::ShapeRef.new(shape: RebootDBInstanceResult)
|
2834
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
2835
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2836
|
+
end)
|
2837
|
+
|
2838
|
+
api.add_operation(:remove_role_from_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
2839
|
+
o.name = "RemoveRoleFromDBCluster"
|
2840
|
+
o.http_method = "POST"
|
2841
|
+
o.http_request_uri = "/"
|
2842
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveRoleFromDBClusterMessage)
|
2843
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2844
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2845
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterRoleNotFoundFault)
|
2846
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2847
|
+
end)
|
2848
|
+
|
2849
|
+
api.add_operation(:remove_source_identifier_from_subscription, Seahorse::Model::Operation.new.tap do |o|
|
2850
|
+
o.name = "RemoveSourceIdentifierFromSubscription"
|
2851
|
+
o.http_method = "POST"
|
2852
|
+
o.http_request_uri = "/"
|
2853
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveSourceIdentifierFromSubscriptionMessage)
|
2854
|
+
o.output = Shapes::ShapeRef.new(shape: RemoveSourceIdentifierFromSubscriptionResult)
|
2855
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionNotFoundFault)
|
2856
|
+
o.errors << Shapes::ShapeRef.new(shape: SourceNotFoundFault)
|
2857
|
+
end)
|
2858
|
+
|
2859
|
+
api.add_operation(:remove_tags_from_resource, Seahorse::Model::Operation.new.tap do |o|
|
2860
|
+
o.name = "RemoveTagsFromResource"
|
2861
|
+
o.http_method = "POST"
|
2862
|
+
o.http_request_uri = "/"
|
2863
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveTagsFromResourceMessage)
|
2864
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2865
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2866
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
2867
|
+
end)
|
2868
|
+
|
2869
|
+
api.add_operation(:reset_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
2870
|
+
o.name = "ResetDBClusterParameterGroup"
|
2871
|
+
o.http_method = "POST"
|
2872
|
+
o.http_request_uri = "/"
|
2873
|
+
o.input = Shapes::ShapeRef.new(shape: ResetDBClusterParameterGroupMessage)
|
2874
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupNameMessage)
|
2875
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
|
2876
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2877
|
+
end)
|
2878
|
+
|
2879
|
+
api.add_operation(:reset_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
2880
|
+
o.name = "ResetDBParameterGroup"
|
2881
|
+
o.http_method = "POST"
|
2882
|
+
o.http_request_uri = "/"
|
2883
|
+
o.input = Shapes::ShapeRef.new(shape: ResetDBParameterGroupMessage)
|
2884
|
+
o.output = Shapes::ShapeRef.new(shape: DBParameterGroupNameMessage)
|
2885
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
|
2886
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
2887
|
+
end)
|
2888
|
+
|
2889
|
+
api.add_operation(:restore_db_cluster_from_s3, Seahorse::Model::Operation.new.tap do |o|
|
2890
|
+
o.name = "RestoreDBClusterFromS3"
|
2891
|
+
o.http_method = "POST"
|
2892
|
+
o.http_request_uri = "/"
|
2893
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreDBClusterFromS3Message)
|
2894
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreDBClusterFromS3Result)
|
2895
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
|
2896
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterQuotaExceededFault)
|
2897
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2898
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2899
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
2900
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2901
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetGroupStateFault)
|
2902
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
2903
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidS3BucketFault)
|
2904
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
|
2905
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2906
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2907
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientStorageClusterCapacityFault)
|
2908
|
+
end)
|
2909
|
+
|
2910
|
+
api.add_operation(:restore_db_cluster_from_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2911
|
+
o.name = "RestoreDBClusterFromSnapshot"
|
2912
|
+
o.http_method = "POST"
|
2913
|
+
o.http_request_uri = "/"
|
2914
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreDBClusterFromSnapshotMessage)
|
2915
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreDBClusterFromSnapshotResult)
|
2916
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
|
2917
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterQuotaExceededFault)
|
2918
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2919
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2920
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
2921
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
2922
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBClusterCapacityFault)
|
2923
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientStorageClusterCapacityFault)
|
2924
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
|
2925
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
2926
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2927
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
2928
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRestoreFault)
|
2929
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2930
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
2931
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
2932
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2933
|
+
end)
|
2934
|
+
|
2935
|
+
api.add_operation(:restore_db_cluster_to_point_in_time, Seahorse::Model::Operation.new.tap do |o|
|
2936
|
+
o.name = "RestoreDBClusterToPointInTime"
|
2937
|
+
o.http_method = "POST"
|
2938
|
+
o.http_request_uri = "/"
|
2939
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreDBClusterToPointInTimeMessage)
|
2940
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreDBClusterToPointInTimeResult)
|
2941
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
|
2942
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterQuotaExceededFault)
|
2943
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2944
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2945
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2946
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
2947
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBClusterCapacityFault)
|
2948
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientStorageClusterCapacityFault)
|
2949
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
|
2950
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
2951
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2952
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
2953
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRestoreFault)
|
2954
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2955
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
2956
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
2957
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2958
|
+
end)
|
2959
|
+
|
2960
|
+
api.add_operation(:restore_db_instance_from_db_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
2961
|
+
o.name = "RestoreDBInstanceFromDBSnapshot"
|
2962
|
+
o.http_method = "POST"
|
2963
|
+
o.http_request_uri = "/"
|
2964
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreDBInstanceFromDBSnapshotMessage)
|
2965
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreDBInstanceFromDBSnapshotResult)
|
2966
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceAlreadyExistsFault)
|
2967
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
2968
|
+
o.errors << Shapes::ShapeRef.new(shape: InstanceQuotaExceededFault)
|
2969
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
2970
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
|
2971
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2972
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
2973
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRestoreFault)
|
2974
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2975
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
|
2976
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
2977
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedIopsNotAvailableInAZFault)
|
2978
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
2979
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
|
2980
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationNotFoundFault)
|
2981
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2982
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
|
2983
|
+
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
2984
|
+
end)
|
2985
|
+
|
2986
|
+
api.add_operation(:restore_db_instance_to_point_in_time, Seahorse::Model::Operation.new.tap do |o|
|
2987
|
+
o.name = "RestoreDBInstanceToPointInTime"
|
2988
|
+
o.http_method = "POST"
|
2989
|
+
o.http_request_uri = "/"
|
2990
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreDBInstanceToPointInTimeMessage)
|
2991
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreDBInstanceToPointInTimeResult)
|
2992
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceAlreadyExistsFault)
|
2993
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
2994
|
+
o.errors << Shapes::ShapeRef.new(shape: InstanceQuotaExceededFault)
|
2995
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
2996
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
2997
|
+
o.errors << Shapes::ShapeRef.new(shape: PointInTimeRestoreNotEnabledFault)
|
2998
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2999
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
3000
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRestoreFault)
|
3001
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
3002
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
|
3003
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
3004
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedIopsNotAvailableInAZFault)
|
3005
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
3006
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
|
3007
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationNotFoundFault)
|
3008
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
3009
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
|
3010
|
+
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
3011
|
+
end)
|
3012
|
+
|
3013
|
+
api.add_operation(:revoke_db_security_group_ingress, Seahorse::Model::Operation.new.tap do |o|
|
3014
|
+
o.name = "RevokeDBSecurityGroupIngress"
|
3015
|
+
o.http_method = "POST"
|
3016
|
+
o.http_request_uri = "/"
|
3017
|
+
o.input = Shapes::ShapeRef.new(shape: RevokeDBSecurityGroupIngressMessage)
|
3018
|
+
o.output = Shapes::ShapeRef.new(shape: RevokeDBSecurityGroupIngressResult)
|
3019
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
|
3020
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationNotFoundFault)
|
3021
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSecurityGroupStateFault)
|
3022
|
+
end)
|
3023
|
+
end
|
3024
|
+
|
3025
|
+
end
|
3026
|
+
end
|
3027
|
+
end
|