aws-sdk-neptune 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/lib/aws-sdk-neptune.rb +48 -0
- data/lib/aws-sdk-neptune/client.rb +6378 -0
- data/lib/aws-sdk-neptune/client_api.rb +2041 -0
- data/lib/aws-sdk-neptune/customizations.rb +0 -0
- data/lib/aws-sdk-neptune/errors.rb +14 -0
- data/lib/aws-sdk-neptune/resource.rb +23 -0
- data/lib/aws-sdk-neptune/types.rb +7309 -0
- data/lib/aws-sdk-neptune/waiters.rb +148 -0
- metadata +83 -0
@@ -0,0 +1,2041 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::Neptune
|
9
|
+
# @api private
|
10
|
+
module ClientApi
|
11
|
+
|
12
|
+
include Seahorse::Model
|
13
|
+
|
14
|
+
AddRoleToDBClusterMessage = Shapes::StructureShape.new(name: 'AddRoleToDBClusterMessage')
|
15
|
+
AddSourceIdentifierToSubscriptionMessage = Shapes::StructureShape.new(name: 'AddSourceIdentifierToSubscriptionMessage')
|
16
|
+
AddSourceIdentifierToSubscriptionResult = Shapes::StructureShape.new(name: 'AddSourceIdentifierToSubscriptionResult')
|
17
|
+
AddTagsToResourceMessage = Shapes::StructureShape.new(name: 'AddTagsToResourceMessage')
|
18
|
+
ApplyMethod = Shapes::StringShape.new(name: 'ApplyMethod')
|
19
|
+
ApplyPendingMaintenanceActionMessage = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionMessage')
|
20
|
+
ApplyPendingMaintenanceActionResult = Shapes::StructureShape.new(name: 'ApplyPendingMaintenanceActionResult')
|
21
|
+
AttributeValueList = Shapes::ListShape.new(name: 'AttributeValueList')
|
22
|
+
AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault')
|
23
|
+
AvailabilityZone = Shapes::StructureShape.new(name: 'AvailabilityZone')
|
24
|
+
AvailabilityZoneList = Shapes::ListShape.new(name: 'AvailabilityZoneList')
|
25
|
+
AvailabilityZones = Shapes::ListShape.new(name: 'AvailabilityZones')
|
26
|
+
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
27
|
+
BooleanOptional = Shapes::BooleanShape.new(name: 'BooleanOptional')
|
28
|
+
CertificateNotFoundFault = Shapes::StructureShape.new(name: 'CertificateNotFoundFault')
|
29
|
+
CharacterSet = Shapes::StructureShape.new(name: 'CharacterSet')
|
30
|
+
CloudwatchLogsExportConfiguration = Shapes::StructureShape.new(name: 'CloudwatchLogsExportConfiguration')
|
31
|
+
CopyDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'CopyDBClusterParameterGroupMessage')
|
32
|
+
CopyDBClusterParameterGroupResult = Shapes::StructureShape.new(name: 'CopyDBClusterParameterGroupResult')
|
33
|
+
CopyDBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CopyDBClusterSnapshotMessage')
|
34
|
+
CopyDBClusterSnapshotResult = Shapes::StructureShape.new(name: 'CopyDBClusterSnapshotResult')
|
35
|
+
CopyDBParameterGroupMessage = Shapes::StructureShape.new(name: 'CopyDBParameterGroupMessage')
|
36
|
+
CopyDBParameterGroupResult = Shapes::StructureShape.new(name: 'CopyDBParameterGroupResult')
|
37
|
+
CreateDBClusterMessage = Shapes::StructureShape.new(name: 'CreateDBClusterMessage')
|
38
|
+
CreateDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateDBClusterParameterGroupMessage')
|
39
|
+
CreateDBClusterParameterGroupResult = Shapes::StructureShape.new(name: 'CreateDBClusterParameterGroupResult')
|
40
|
+
CreateDBClusterResult = Shapes::StructureShape.new(name: 'CreateDBClusterResult')
|
41
|
+
CreateDBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'CreateDBClusterSnapshotMessage')
|
42
|
+
CreateDBClusterSnapshotResult = Shapes::StructureShape.new(name: 'CreateDBClusterSnapshotResult')
|
43
|
+
CreateDBInstanceMessage = Shapes::StructureShape.new(name: 'CreateDBInstanceMessage')
|
44
|
+
CreateDBInstanceResult = Shapes::StructureShape.new(name: 'CreateDBInstanceResult')
|
45
|
+
CreateDBParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateDBParameterGroupMessage')
|
46
|
+
CreateDBParameterGroupResult = Shapes::StructureShape.new(name: 'CreateDBParameterGroupResult')
|
47
|
+
CreateDBSubnetGroupMessage = Shapes::StructureShape.new(name: 'CreateDBSubnetGroupMessage')
|
48
|
+
CreateDBSubnetGroupResult = Shapes::StructureShape.new(name: 'CreateDBSubnetGroupResult')
|
49
|
+
CreateEventSubscriptionMessage = Shapes::StructureShape.new(name: 'CreateEventSubscriptionMessage')
|
50
|
+
CreateEventSubscriptionResult = Shapes::StructureShape.new(name: 'CreateEventSubscriptionResult')
|
51
|
+
DBCluster = Shapes::StructureShape.new(name: 'DBCluster')
|
52
|
+
DBClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterAlreadyExistsFault')
|
53
|
+
DBClusterList = Shapes::ListShape.new(name: 'DBClusterList')
|
54
|
+
DBClusterMember = Shapes::StructureShape.new(name: 'DBClusterMember')
|
55
|
+
DBClusterMemberList = Shapes::ListShape.new(name: 'DBClusterMemberList')
|
56
|
+
DBClusterMessage = Shapes::StructureShape.new(name: 'DBClusterMessage')
|
57
|
+
DBClusterNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterNotFoundFault')
|
58
|
+
DBClusterOptionGroupMemberships = Shapes::ListShape.new(name: 'DBClusterOptionGroupMemberships')
|
59
|
+
DBClusterOptionGroupStatus = Shapes::StructureShape.new(name: 'DBClusterOptionGroupStatus')
|
60
|
+
DBClusterParameterGroup = Shapes::StructureShape.new(name: 'DBClusterParameterGroup')
|
61
|
+
DBClusterParameterGroupDetails = Shapes::StructureShape.new(name: 'DBClusterParameterGroupDetails')
|
62
|
+
DBClusterParameterGroupList = Shapes::ListShape.new(name: 'DBClusterParameterGroupList')
|
63
|
+
DBClusterParameterGroupNameMessage = Shapes::StructureShape.new(name: 'DBClusterParameterGroupNameMessage')
|
64
|
+
DBClusterParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterParameterGroupNotFoundFault')
|
65
|
+
DBClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'DBClusterParameterGroupsMessage')
|
66
|
+
DBClusterQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterQuotaExceededFault')
|
67
|
+
DBClusterRole = Shapes::StructureShape.new(name: 'DBClusterRole')
|
68
|
+
DBClusterRoleAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterRoleAlreadyExistsFault')
|
69
|
+
DBClusterRoleNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterRoleNotFoundFault')
|
70
|
+
DBClusterRoleQuotaExceededFault = Shapes::StructureShape.new(name: 'DBClusterRoleQuotaExceededFault')
|
71
|
+
DBClusterRoles = Shapes::ListShape.new(name: 'DBClusterRoles')
|
72
|
+
DBClusterSnapshot = Shapes::StructureShape.new(name: 'DBClusterSnapshot')
|
73
|
+
DBClusterSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterSnapshotAlreadyExistsFault')
|
74
|
+
DBClusterSnapshotAttribute = Shapes::StructureShape.new(name: 'DBClusterSnapshotAttribute')
|
75
|
+
DBClusterSnapshotAttributeList = Shapes::ListShape.new(name: 'DBClusterSnapshotAttributeList')
|
76
|
+
DBClusterSnapshotAttributesResult = Shapes::StructureShape.new(name: 'DBClusterSnapshotAttributesResult')
|
77
|
+
DBClusterSnapshotList = Shapes::ListShape.new(name: 'DBClusterSnapshotList')
|
78
|
+
DBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'DBClusterSnapshotMessage')
|
79
|
+
DBClusterSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'DBClusterSnapshotNotFoundFault')
|
80
|
+
DBEngineVersion = Shapes::StructureShape.new(name: 'DBEngineVersion')
|
81
|
+
DBEngineVersionList = Shapes::ListShape.new(name: 'DBEngineVersionList')
|
82
|
+
DBEngineVersionMessage = Shapes::StructureShape.new(name: 'DBEngineVersionMessage')
|
83
|
+
DBInstance = Shapes::StructureShape.new(name: 'DBInstance')
|
84
|
+
DBInstanceAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBInstanceAlreadyExistsFault')
|
85
|
+
DBInstanceList = Shapes::ListShape.new(name: 'DBInstanceList')
|
86
|
+
DBInstanceMessage = Shapes::StructureShape.new(name: 'DBInstanceMessage')
|
87
|
+
DBInstanceNotFoundFault = Shapes::StructureShape.new(name: 'DBInstanceNotFoundFault')
|
88
|
+
DBInstanceStatusInfo = Shapes::StructureShape.new(name: 'DBInstanceStatusInfo')
|
89
|
+
DBInstanceStatusInfoList = Shapes::ListShape.new(name: 'DBInstanceStatusInfoList')
|
90
|
+
DBParameterGroup = Shapes::StructureShape.new(name: 'DBParameterGroup')
|
91
|
+
DBParameterGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBParameterGroupAlreadyExistsFault')
|
92
|
+
DBParameterGroupDetails = Shapes::StructureShape.new(name: 'DBParameterGroupDetails')
|
93
|
+
DBParameterGroupList = Shapes::ListShape.new(name: 'DBParameterGroupList')
|
94
|
+
DBParameterGroupNameMessage = Shapes::StructureShape.new(name: 'DBParameterGroupNameMessage')
|
95
|
+
DBParameterGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBParameterGroupNotFoundFault')
|
96
|
+
DBParameterGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBParameterGroupQuotaExceededFault')
|
97
|
+
DBParameterGroupStatus = Shapes::StructureShape.new(name: 'DBParameterGroupStatus')
|
98
|
+
DBParameterGroupStatusList = Shapes::ListShape.new(name: 'DBParameterGroupStatusList')
|
99
|
+
DBParameterGroupsMessage = Shapes::StructureShape.new(name: 'DBParameterGroupsMessage')
|
100
|
+
DBSecurityGroupMembership = Shapes::StructureShape.new(name: 'DBSecurityGroupMembership')
|
101
|
+
DBSecurityGroupMembershipList = Shapes::ListShape.new(name: 'DBSecurityGroupMembershipList')
|
102
|
+
DBSecurityGroupNameList = Shapes::ListShape.new(name: 'DBSecurityGroupNameList')
|
103
|
+
DBSecurityGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBSecurityGroupNotFoundFault')
|
104
|
+
DBSnapshotAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSnapshotAlreadyExistsFault')
|
105
|
+
DBSnapshotNotFoundFault = Shapes::StructureShape.new(name: 'DBSnapshotNotFoundFault')
|
106
|
+
DBSubnetGroup = Shapes::StructureShape.new(name: 'DBSubnetGroup')
|
107
|
+
DBSubnetGroupAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBSubnetGroupAlreadyExistsFault')
|
108
|
+
DBSubnetGroupDoesNotCoverEnoughAZs = Shapes::StructureShape.new(name: 'DBSubnetGroupDoesNotCoverEnoughAZs')
|
109
|
+
DBSubnetGroupMessage = Shapes::StructureShape.new(name: 'DBSubnetGroupMessage')
|
110
|
+
DBSubnetGroupNotFoundFault = Shapes::StructureShape.new(name: 'DBSubnetGroupNotFoundFault')
|
111
|
+
DBSubnetGroupQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetGroupQuotaExceededFault')
|
112
|
+
DBSubnetGroups = Shapes::ListShape.new(name: 'DBSubnetGroups')
|
113
|
+
DBSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetQuotaExceededFault')
|
114
|
+
DBUpgradeDependencyFailureFault = Shapes::StructureShape.new(name: 'DBUpgradeDependencyFailureFault')
|
115
|
+
DeleteDBClusterMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterMessage')
|
116
|
+
DeleteDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterParameterGroupMessage')
|
117
|
+
DeleteDBClusterResult = Shapes::StructureShape.new(name: 'DeleteDBClusterResult')
|
118
|
+
DeleteDBClusterSnapshotMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterSnapshotMessage')
|
119
|
+
DeleteDBClusterSnapshotResult = Shapes::StructureShape.new(name: 'DeleteDBClusterSnapshotResult')
|
120
|
+
DeleteDBInstanceMessage = Shapes::StructureShape.new(name: 'DeleteDBInstanceMessage')
|
121
|
+
DeleteDBInstanceResult = Shapes::StructureShape.new(name: 'DeleteDBInstanceResult')
|
122
|
+
DeleteDBParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBParameterGroupMessage')
|
123
|
+
DeleteDBSubnetGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBSubnetGroupMessage')
|
124
|
+
DeleteEventSubscriptionMessage = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionMessage')
|
125
|
+
DeleteEventSubscriptionResult = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionResult')
|
126
|
+
DescribeDBClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterParameterGroupsMessage')
|
127
|
+
DescribeDBClusterParametersMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterParametersMessage')
|
128
|
+
DescribeDBClusterSnapshotAttributesMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterSnapshotAttributesMessage')
|
129
|
+
DescribeDBClusterSnapshotAttributesResult = Shapes::StructureShape.new(name: 'DescribeDBClusterSnapshotAttributesResult')
|
130
|
+
DescribeDBClusterSnapshotsMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterSnapshotsMessage')
|
131
|
+
DescribeDBClustersMessage = Shapes::StructureShape.new(name: 'DescribeDBClustersMessage')
|
132
|
+
DescribeDBEngineVersionsMessage = Shapes::StructureShape.new(name: 'DescribeDBEngineVersionsMessage')
|
133
|
+
DescribeDBInstancesMessage = Shapes::StructureShape.new(name: 'DescribeDBInstancesMessage')
|
134
|
+
DescribeDBParameterGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBParameterGroupsMessage')
|
135
|
+
DescribeDBParametersMessage = Shapes::StructureShape.new(name: 'DescribeDBParametersMessage')
|
136
|
+
DescribeDBSubnetGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBSubnetGroupsMessage')
|
137
|
+
DescribeEngineDefaultClusterParametersMessage = Shapes::StructureShape.new(name: 'DescribeEngineDefaultClusterParametersMessage')
|
138
|
+
DescribeEngineDefaultClusterParametersResult = Shapes::StructureShape.new(name: 'DescribeEngineDefaultClusterParametersResult')
|
139
|
+
DescribeEngineDefaultParametersMessage = Shapes::StructureShape.new(name: 'DescribeEngineDefaultParametersMessage')
|
140
|
+
DescribeEngineDefaultParametersResult = Shapes::StructureShape.new(name: 'DescribeEngineDefaultParametersResult')
|
141
|
+
DescribeEventCategoriesMessage = Shapes::StructureShape.new(name: 'DescribeEventCategoriesMessage')
|
142
|
+
DescribeEventSubscriptionsMessage = Shapes::StructureShape.new(name: 'DescribeEventSubscriptionsMessage')
|
143
|
+
DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
|
144
|
+
DescribeOrderableDBInstanceOptionsMessage = Shapes::StructureShape.new(name: 'DescribeOrderableDBInstanceOptionsMessage')
|
145
|
+
DescribePendingMaintenanceActionsMessage = Shapes::StructureShape.new(name: 'DescribePendingMaintenanceActionsMessage')
|
146
|
+
DescribeValidDBInstanceModificationsMessage = Shapes::StructureShape.new(name: 'DescribeValidDBInstanceModificationsMessage')
|
147
|
+
DescribeValidDBInstanceModificationsResult = Shapes::StructureShape.new(name: 'DescribeValidDBInstanceModificationsResult')
|
148
|
+
DomainMembership = Shapes::StructureShape.new(name: 'DomainMembership')
|
149
|
+
DomainMembershipList = Shapes::ListShape.new(name: 'DomainMembershipList')
|
150
|
+
DomainNotFoundFault = Shapes::StructureShape.new(name: 'DomainNotFoundFault')
|
151
|
+
Double = Shapes::FloatShape.new(name: 'Double')
|
152
|
+
DoubleOptional = Shapes::FloatShape.new(name: 'DoubleOptional')
|
153
|
+
DoubleRange = Shapes::StructureShape.new(name: 'DoubleRange')
|
154
|
+
DoubleRangeList = Shapes::ListShape.new(name: 'DoubleRangeList')
|
155
|
+
Endpoint = Shapes::StructureShape.new(name: 'Endpoint')
|
156
|
+
EngineDefaults = Shapes::StructureShape.new(name: 'EngineDefaults')
|
157
|
+
Event = Shapes::StructureShape.new(name: 'Event')
|
158
|
+
EventCategoriesList = Shapes::ListShape.new(name: 'EventCategoriesList')
|
159
|
+
EventCategoriesMap = Shapes::StructureShape.new(name: 'EventCategoriesMap')
|
160
|
+
EventCategoriesMapList = Shapes::ListShape.new(name: 'EventCategoriesMapList')
|
161
|
+
EventCategoriesMessage = Shapes::StructureShape.new(name: 'EventCategoriesMessage')
|
162
|
+
EventList = Shapes::ListShape.new(name: 'EventList')
|
163
|
+
EventSubscription = Shapes::StructureShape.new(name: 'EventSubscription')
|
164
|
+
EventSubscriptionQuotaExceededFault = Shapes::StructureShape.new(name: 'EventSubscriptionQuotaExceededFault')
|
165
|
+
EventSubscriptionsList = Shapes::ListShape.new(name: 'EventSubscriptionsList')
|
166
|
+
EventSubscriptionsMessage = Shapes::StructureShape.new(name: 'EventSubscriptionsMessage')
|
167
|
+
EventsMessage = Shapes::StructureShape.new(name: 'EventsMessage')
|
168
|
+
FailoverDBClusterMessage = Shapes::StructureShape.new(name: 'FailoverDBClusterMessage')
|
169
|
+
FailoverDBClusterResult = Shapes::StructureShape.new(name: 'FailoverDBClusterResult')
|
170
|
+
Filter = Shapes::StructureShape.new(name: 'Filter')
|
171
|
+
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
172
|
+
FilterValueList = Shapes::ListShape.new(name: 'FilterValueList')
|
173
|
+
InstanceQuotaExceededFault = Shapes::StructureShape.new(name: 'InstanceQuotaExceededFault')
|
174
|
+
InsufficientDBClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBClusterCapacityFault')
|
175
|
+
InsufficientDBInstanceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBInstanceCapacityFault')
|
176
|
+
InsufficientStorageClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientStorageClusterCapacityFault')
|
177
|
+
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
178
|
+
IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
|
179
|
+
InvalidDBClusterSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterSnapshotStateFault')
|
180
|
+
InvalidDBClusterStateFault = Shapes::StructureShape.new(name: 'InvalidDBClusterStateFault')
|
181
|
+
InvalidDBInstanceStateFault = Shapes::StructureShape.new(name: 'InvalidDBInstanceStateFault')
|
182
|
+
InvalidDBParameterGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBParameterGroupStateFault')
|
183
|
+
InvalidDBSecurityGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBSecurityGroupStateFault')
|
184
|
+
InvalidDBSnapshotStateFault = Shapes::StructureShape.new(name: 'InvalidDBSnapshotStateFault')
|
185
|
+
InvalidDBSubnetGroupStateFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetGroupStateFault')
|
186
|
+
InvalidDBSubnetStateFault = Shapes::StructureShape.new(name: 'InvalidDBSubnetStateFault')
|
187
|
+
InvalidEventSubscriptionStateFault = Shapes::StructureShape.new(name: 'InvalidEventSubscriptionStateFault')
|
188
|
+
InvalidRestoreFault = Shapes::StructureShape.new(name: 'InvalidRestoreFault')
|
189
|
+
InvalidSubnet = Shapes::StructureShape.new(name: 'InvalidSubnet')
|
190
|
+
InvalidVPCNetworkStateFault = Shapes::StructureShape.new(name: 'InvalidVPCNetworkStateFault')
|
191
|
+
KMSKeyNotAccessibleFault = Shapes::StructureShape.new(name: 'KMSKeyNotAccessibleFault')
|
192
|
+
KeyList = Shapes::ListShape.new(name: 'KeyList')
|
193
|
+
ListTagsForResourceMessage = Shapes::StructureShape.new(name: 'ListTagsForResourceMessage')
|
194
|
+
LogTypeList = Shapes::ListShape.new(name: 'LogTypeList')
|
195
|
+
ModifyDBClusterMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterMessage')
|
196
|
+
ModifyDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterParameterGroupMessage')
|
197
|
+
ModifyDBClusterResult = Shapes::StructureShape.new(name: 'ModifyDBClusterResult')
|
198
|
+
ModifyDBClusterSnapshotAttributeMessage = Shapes::StructureShape.new(name: 'ModifyDBClusterSnapshotAttributeMessage')
|
199
|
+
ModifyDBClusterSnapshotAttributeResult = Shapes::StructureShape.new(name: 'ModifyDBClusterSnapshotAttributeResult')
|
200
|
+
ModifyDBInstanceMessage = Shapes::StructureShape.new(name: 'ModifyDBInstanceMessage')
|
201
|
+
ModifyDBInstanceResult = Shapes::StructureShape.new(name: 'ModifyDBInstanceResult')
|
202
|
+
ModifyDBParameterGroupMessage = Shapes::StructureShape.new(name: 'ModifyDBParameterGroupMessage')
|
203
|
+
ModifyDBSubnetGroupMessage = Shapes::StructureShape.new(name: 'ModifyDBSubnetGroupMessage')
|
204
|
+
ModifyDBSubnetGroupResult = Shapes::StructureShape.new(name: 'ModifyDBSubnetGroupResult')
|
205
|
+
ModifyEventSubscriptionMessage = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionMessage')
|
206
|
+
ModifyEventSubscriptionResult = Shapes::StructureShape.new(name: 'ModifyEventSubscriptionResult')
|
207
|
+
OptionGroupMembership = Shapes::StructureShape.new(name: 'OptionGroupMembership')
|
208
|
+
OptionGroupMembershipList = Shapes::ListShape.new(name: 'OptionGroupMembershipList')
|
209
|
+
OptionGroupNotFoundFault = Shapes::StructureShape.new(name: 'OptionGroupNotFoundFault')
|
210
|
+
OrderableDBInstanceOption = Shapes::StructureShape.new(name: 'OrderableDBInstanceOption')
|
211
|
+
OrderableDBInstanceOptionsList = Shapes::ListShape.new(name: 'OrderableDBInstanceOptionsList')
|
212
|
+
OrderableDBInstanceOptionsMessage = Shapes::StructureShape.new(name: 'OrderableDBInstanceOptionsMessage')
|
213
|
+
Parameter = Shapes::StructureShape.new(name: 'Parameter')
|
214
|
+
ParametersList = Shapes::ListShape.new(name: 'ParametersList')
|
215
|
+
PendingCloudwatchLogsExports = Shapes::StructureShape.new(name: 'PendingCloudwatchLogsExports')
|
216
|
+
PendingMaintenanceAction = Shapes::StructureShape.new(name: 'PendingMaintenanceAction')
|
217
|
+
PendingMaintenanceActionDetails = Shapes::ListShape.new(name: 'PendingMaintenanceActionDetails')
|
218
|
+
PendingMaintenanceActions = Shapes::ListShape.new(name: 'PendingMaintenanceActions')
|
219
|
+
PendingMaintenanceActionsMessage = Shapes::StructureShape.new(name: 'PendingMaintenanceActionsMessage')
|
220
|
+
PendingModifiedValues = Shapes::StructureShape.new(name: 'PendingModifiedValues')
|
221
|
+
PromoteReadReplicaDBClusterMessage = Shapes::StructureShape.new(name: 'PromoteReadReplicaDBClusterMessage')
|
222
|
+
PromoteReadReplicaDBClusterResult = Shapes::StructureShape.new(name: 'PromoteReadReplicaDBClusterResult')
|
223
|
+
ProvisionedIopsNotAvailableInAZFault = Shapes::StructureShape.new(name: 'ProvisionedIopsNotAvailableInAZFault')
|
224
|
+
Range = Shapes::StructureShape.new(name: 'Range')
|
225
|
+
RangeList = Shapes::ListShape.new(name: 'RangeList')
|
226
|
+
ReadReplicaDBClusterIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaDBClusterIdentifierList')
|
227
|
+
ReadReplicaDBInstanceIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaDBInstanceIdentifierList')
|
228
|
+
ReadReplicaIdentifierList = Shapes::ListShape.new(name: 'ReadReplicaIdentifierList')
|
229
|
+
RebootDBInstanceMessage = Shapes::StructureShape.new(name: 'RebootDBInstanceMessage')
|
230
|
+
RebootDBInstanceResult = Shapes::StructureShape.new(name: 'RebootDBInstanceResult')
|
231
|
+
RemoveRoleFromDBClusterMessage = Shapes::StructureShape.new(name: 'RemoveRoleFromDBClusterMessage')
|
232
|
+
RemoveSourceIdentifierFromSubscriptionMessage = Shapes::StructureShape.new(name: 'RemoveSourceIdentifierFromSubscriptionMessage')
|
233
|
+
RemoveSourceIdentifierFromSubscriptionResult = Shapes::StructureShape.new(name: 'RemoveSourceIdentifierFromSubscriptionResult')
|
234
|
+
RemoveTagsFromResourceMessage = Shapes::StructureShape.new(name: 'RemoveTagsFromResourceMessage')
|
235
|
+
ResetDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'ResetDBClusterParameterGroupMessage')
|
236
|
+
ResetDBParameterGroupMessage = Shapes::StructureShape.new(name: 'ResetDBParameterGroupMessage')
|
237
|
+
ResourceNotFoundFault = Shapes::StructureShape.new(name: 'ResourceNotFoundFault')
|
238
|
+
ResourcePendingMaintenanceActions = Shapes::StructureShape.new(name: 'ResourcePendingMaintenanceActions')
|
239
|
+
RestoreDBClusterFromSnapshotMessage = Shapes::StructureShape.new(name: 'RestoreDBClusterFromSnapshotMessage')
|
240
|
+
RestoreDBClusterFromSnapshotResult = Shapes::StructureShape.new(name: 'RestoreDBClusterFromSnapshotResult')
|
241
|
+
RestoreDBClusterToPointInTimeMessage = Shapes::StructureShape.new(name: 'RestoreDBClusterToPointInTimeMessage')
|
242
|
+
RestoreDBClusterToPointInTimeResult = Shapes::StructureShape.new(name: 'RestoreDBClusterToPointInTimeResult')
|
243
|
+
SNSInvalidTopicFault = Shapes::StructureShape.new(name: 'SNSInvalidTopicFault')
|
244
|
+
SNSNoAuthorizationFault = Shapes::StructureShape.new(name: 'SNSNoAuthorizationFault')
|
245
|
+
SNSTopicArnNotFoundFault = Shapes::StructureShape.new(name: 'SNSTopicArnNotFoundFault')
|
246
|
+
SharedSnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SharedSnapshotQuotaExceededFault')
|
247
|
+
SnapshotQuotaExceededFault = Shapes::StructureShape.new(name: 'SnapshotQuotaExceededFault')
|
248
|
+
SourceIdsList = Shapes::ListShape.new(name: 'SourceIdsList')
|
249
|
+
SourceNotFoundFault = Shapes::StructureShape.new(name: 'SourceNotFoundFault')
|
250
|
+
SourceType = Shapes::StringShape.new(name: 'SourceType')
|
251
|
+
StorageQuotaExceededFault = Shapes::StructureShape.new(name: 'StorageQuotaExceededFault')
|
252
|
+
StorageTypeNotSupportedFault = Shapes::StructureShape.new(name: 'StorageTypeNotSupportedFault')
|
253
|
+
String = Shapes::StringShape.new(name: 'String')
|
254
|
+
Subnet = Shapes::StructureShape.new(name: 'Subnet')
|
255
|
+
SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse')
|
256
|
+
SubnetIdentifierList = Shapes::ListShape.new(name: 'SubnetIdentifierList')
|
257
|
+
SubnetList = Shapes::ListShape.new(name: 'SubnetList')
|
258
|
+
SubscriptionAlreadyExistFault = Shapes::StructureShape.new(name: 'SubscriptionAlreadyExistFault')
|
259
|
+
SubscriptionCategoryNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionCategoryNotFoundFault')
|
260
|
+
SubscriptionNotFoundFault = Shapes::StructureShape.new(name: 'SubscriptionNotFoundFault')
|
261
|
+
SupportedCharacterSetsList = Shapes::ListShape.new(name: 'SupportedCharacterSetsList')
|
262
|
+
SupportedTimezonesList = Shapes::ListShape.new(name: 'SupportedTimezonesList')
|
263
|
+
TStamp = Shapes::TimestampShape.new(name: 'TStamp')
|
264
|
+
Tag = Shapes::StructureShape.new(name: 'Tag')
|
265
|
+
TagList = Shapes::ListShape.new(name: 'TagList')
|
266
|
+
TagListMessage = Shapes::StructureShape.new(name: 'TagListMessage')
|
267
|
+
Timezone = Shapes::StructureShape.new(name: 'Timezone')
|
268
|
+
UpgradeTarget = Shapes::StructureShape.new(name: 'UpgradeTarget')
|
269
|
+
ValidDBInstanceModificationsMessage = Shapes::StructureShape.new(name: 'ValidDBInstanceModificationsMessage')
|
270
|
+
ValidStorageOptions = Shapes::StructureShape.new(name: 'ValidStorageOptions')
|
271
|
+
ValidStorageOptionsList = Shapes::ListShape.new(name: 'ValidStorageOptionsList')
|
272
|
+
ValidUpgradeTargetList = Shapes::ListShape.new(name: 'ValidUpgradeTargetList')
|
273
|
+
VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
|
274
|
+
VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
|
275
|
+
VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
|
276
|
+
|
277
|
+
AddRoleToDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
278
|
+
AddRoleToDBClusterMessage.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RoleArn"))
|
279
|
+
AddRoleToDBClusterMessage.struct_class = Types::AddRoleToDBClusterMessage
|
280
|
+
|
281
|
+
AddSourceIdentifierToSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
282
|
+
AddSourceIdentifierToSubscriptionMessage.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceIdentifier"))
|
283
|
+
AddSourceIdentifierToSubscriptionMessage.struct_class = Types::AddSourceIdentifierToSubscriptionMessage
|
284
|
+
|
285
|
+
AddSourceIdentifierToSubscriptionResult.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
|
286
|
+
AddSourceIdentifierToSubscriptionResult.struct_class = Types::AddSourceIdentifierToSubscriptionResult
|
287
|
+
|
288
|
+
AddTagsToResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
|
289
|
+
AddTagsToResourceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, required: true, location_name: "Tags"))
|
290
|
+
AddTagsToResourceMessage.struct_class = Types::AddTagsToResourceMessage
|
291
|
+
|
292
|
+
ApplyPendingMaintenanceActionMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceIdentifier"))
|
293
|
+
ApplyPendingMaintenanceActionMessage.add_member(:apply_action, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ApplyAction"))
|
294
|
+
ApplyPendingMaintenanceActionMessage.add_member(:opt_in_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptInType"))
|
295
|
+
ApplyPendingMaintenanceActionMessage.struct_class = Types::ApplyPendingMaintenanceActionMessage
|
296
|
+
|
297
|
+
ApplyPendingMaintenanceActionResult.add_member(:resource_pending_maintenance_actions, Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions, location_name: "ResourcePendingMaintenanceActions"))
|
298
|
+
ApplyPendingMaintenanceActionResult.struct_class = Types::ApplyPendingMaintenanceActionResult
|
299
|
+
|
300
|
+
AttributeValueList.member = Shapes::ShapeRef.new(shape: String, location_name: "AttributeValue")
|
301
|
+
|
302
|
+
AvailabilityZone.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
|
303
|
+
AvailabilityZone.struct_class = Types::AvailabilityZone
|
304
|
+
|
305
|
+
AvailabilityZoneList.member = Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone")
|
306
|
+
|
307
|
+
AvailabilityZones.member = Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone")
|
308
|
+
|
309
|
+
CharacterSet.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
310
|
+
CharacterSet.add_member(:character_set_description, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetDescription"))
|
311
|
+
CharacterSet.struct_class = Types::CharacterSet
|
312
|
+
|
313
|
+
CloudwatchLogsExportConfiguration.add_member(:enable_log_types, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableLogTypes"))
|
314
|
+
CloudwatchLogsExportConfiguration.add_member(:disable_log_types, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "DisableLogTypes"))
|
315
|
+
CloudwatchLogsExportConfiguration.struct_class = Types::CloudwatchLogsExportConfiguration
|
316
|
+
|
317
|
+
CopyDBClusterParameterGroupMessage.add_member(:source_db_cluster_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBClusterParameterGroupIdentifier"))
|
318
|
+
CopyDBClusterParameterGroupMessage.add_member(:target_db_cluster_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterParameterGroupIdentifier"))
|
319
|
+
CopyDBClusterParameterGroupMessage.add_member(:target_db_cluster_parameter_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterParameterGroupDescription"))
|
320
|
+
CopyDBClusterParameterGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
321
|
+
CopyDBClusterParameterGroupMessage.struct_class = Types::CopyDBClusterParameterGroupMessage
|
322
|
+
|
323
|
+
CopyDBClusterParameterGroupResult.add_member(:db_cluster_parameter_group, Shapes::ShapeRef.new(shape: DBClusterParameterGroup, location_name: "DBClusterParameterGroup"))
|
324
|
+
CopyDBClusterParameterGroupResult.struct_class = Types::CopyDBClusterParameterGroupResult
|
325
|
+
|
326
|
+
CopyDBClusterSnapshotMessage.add_member(:source_db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBClusterSnapshotIdentifier"))
|
327
|
+
CopyDBClusterSnapshotMessage.add_member(:target_db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBClusterSnapshotIdentifier"))
|
328
|
+
CopyDBClusterSnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
329
|
+
CopyDBClusterSnapshotMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: String, location_name: "PreSignedUrl"))
|
330
|
+
CopyDBClusterSnapshotMessage.add_member(:copy_tags, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTags"))
|
331
|
+
CopyDBClusterSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
332
|
+
CopyDBClusterSnapshotMessage.struct_class = Types::CopyDBClusterSnapshotMessage
|
333
|
+
|
334
|
+
CopyDBClusterSnapshotResult.add_member(:db_cluster_snapshot, Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot"))
|
335
|
+
CopyDBClusterSnapshotResult.struct_class = Types::CopyDBClusterSnapshotResult
|
336
|
+
|
337
|
+
CopyDBParameterGroupMessage.add_member(:source_db_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBParameterGroupIdentifier"))
|
338
|
+
CopyDBParameterGroupMessage.add_member(:target_db_parameter_group_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBParameterGroupIdentifier"))
|
339
|
+
CopyDBParameterGroupMessage.add_member(:target_db_parameter_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "TargetDBParameterGroupDescription"))
|
340
|
+
CopyDBParameterGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
341
|
+
CopyDBParameterGroupMessage.struct_class = Types::CopyDBParameterGroupMessage
|
342
|
+
|
343
|
+
CopyDBParameterGroupResult.add_member(:db_parameter_group, Shapes::ShapeRef.new(shape: DBParameterGroup, location_name: "DBParameterGroup"))
|
344
|
+
CopyDBParameterGroupResult.struct_class = Types::CopyDBParameterGroupResult
|
345
|
+
|
346
|
+
CreateDBClusterMessage.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
347
|
+
CreateDBClusterMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
348
|
+
CreateDBClusterMessage.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
349
|
+
CreateDBClusterMessage.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
350
|
+
CreateDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
351
|
+
CreateDBClusterMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
352
|
+
CreateDBClusterMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
353
|
+
CreateDBClusterMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
354
|
+
CreateDBClusterMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
|
355
|
+
CreateDBClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
356
|
+
CreateDBClusterMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
357
|
+
CreateDBClusterMessage.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
358
|
+
CreateDBClusterMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
|
359
|
+
CreateDBClusterMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
360
|
+
CreateDBClusterMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
361
|
+
CreateDBClusterMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
362
|
+
CreateDBClusterMessage.add_member(:replication_source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationSourceIdentifier"))
|
363
|
+
CreateDBClusterMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
364
|
+
CreateDBClusterMessage.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
|
365
|
+
CreateDBClusterMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
366
|
+
CreateDBClusterMessage.add_member(:pre_signed_url, Shapes::ShapeRef.new(shape: String, location_name: "PreSignedUrl"))
|
367
|
+
CreateDBClusterMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
|
368
|
+
CreateDBClusterMessage.struct_class = Types::CreateDBClusterMessage
|
369
|
+
|
370
|
+
CreateDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
371
|
+
CreateDBClusterParameterGroupMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupFamily"))
|
372
|
+
CreateDBClusterParameterGroupMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
|
373
|
+
CreateDBClusterParameterGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
374
|
+
CreateDBClusterParameterGroupMessage.struct_class = Types::CreateDBClusterParameterGroupMessage
|
375
|
+
|
376
|
+
CreateDBClusterParameterGroupResult.add_member(:db_cluster_parameter_group, Shapes::ShapeRef.new(shape: DBClusterParameterGroup, location_name: "DBClusterParameterGroup"))
|
377
|
+
CreateDBClusterParameterGroupResult.struct_class = Types::CreateDBClusterParameterGroupResult
|
378
|
+
|
379
|
+
CreateDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
380
|
+
CreateDBClusterResult.struct_class = Types::CreateDBClusterResult
|
381
|
+
|
382
|
+
CreateDBClusterSnapshotMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterSnapshotIdentifier"))
|
383
|
+
CreateDBClusterSnapshotMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
384
|
+
CreateDBClusterSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
385
|
+
CreateDBClusterSnapshotMessage.struct_class = Types::CreateDBClusterSnapshotMessage
|
386
|
+
|
387
|
+
CreateDBClusterSnapshotResult.add_member(:db_cluster_snapshot, Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot"))
|
388
|
+
CreateDBClusterSnapshotResult.struct_class = Types::CreateDBClusterSnapshotResult
|
389
|
+
|
390
|
+
CreateDBInstanceMessage.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "DBName"))
|
391
|
+
CreateDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
392
|
+
CreateDBInstanceMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
393
|
+
CreateDBInstanceMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceClass"))
|
394
|
+
CreateDBInstanceMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
|
395
|
+
CreateDBInstanceMessage.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
396
|
+
CreateDBInstanceMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
|
397
|
+
CreateDBInstanceMessage.add_member(:db_security_groups, Shapes::ShapeRef.new(shape: DBSecurityGroupNameList, location_name: "DBSecurityGroups"))
|
398
|
+
CreateDBInstanceMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
399
|
+
CreateDBInstanceMessage.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
400
|
+
CreateDBInstanceMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
401
|
+
CreateDBInstanceMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
402
|
+
CreateDBInstanceMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
403
|
+
CreateDBInstanceMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
404
|
+
CreateDBInstanceMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
405
|
+
CreateDBInstanceMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
406
|
+
CreateDBInstanceMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
407
|
+
CreateDBInstanceMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
408
|
+
CreateDBInstanceMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
|
409
|
+
CreateDBInstanceMessage.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
410
|
+
CreateDBInstanceMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
411
|
+
CreateDBInstanceMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
412
|
+
CreateDBInstanceMessage.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
413
|
+
CreateDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
414
|
+
CreateDBInstanceMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
415
|
+
CreateDBInstanceMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
416
|
+
CreateDBInstanceMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
417
|
+
CreateDBInstanceMessage.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
418
|
+
CreateDBInstanceMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialPassword"))
|
419
|
+
CreateDBInstanceMessage.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "StorageEncrypted"))
|
420
|
+
CreateDBInstanceMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
421
|
+
CreateDBInstanceMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
422
|
+
CreateDBInstanceMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
423
|
+
CreateDBInstanceMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
|
424
|
+
CreateDBInstanceMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
|
425
|
+
CreateDBInstanceMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
426
|
+
CreateDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
|
427
|
+
CreateDBInstanceMessage.add_member(:timezone, Shapes::ShapeRef.new(shape: String, location_name: "Timezone"))
|
428
|
+
CreateDBInstanceMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
|
429
|
+
CreateDBInstanceMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights"))
|
430
|
+
CreateDBInstanceMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
431
|
+
CreateDBInstanceMessage.add_member(:enable_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnableCloudwatchLogsExports"))
|
432
|
+
CreateDBInstanceMessage.struct_class = Types::CreateDBInstanceMessage
|
433
|
+
|
434
|
+
CreateDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
435
|
+
CreateDBInstanceResult.struct_class = Types::CreateDBInstanceResult
|
436
|
+
|
437
|
+
CreateDBParameterGroupMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupName"))
|
438
|
+
CreateDBParameterGroupMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupFamily"))
|
439
|
+
CreateDBParameterGroupMessage.add_member(:description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Description"))
|
440
|
+
CreateDBParameterGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
441
|
+
CreateDBParameterGroupMessage.struct_class = Types::CreateDBParameterGroupMessage
|
442
|
+
|
443
|
+
CreateDBParameterGroupResult.add_member(:db_parameter_group, Shapes::ShapeRef.new(shape: DBParameterGroup, location_name: "DBParameterGroup"))
|
444
|
+
CreateDBParameterGroupResult.struct_class = Types::CreateDBParameterGroupResult
|
445
|
+
|
446
|
+
CreateDBSubnetGroupMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSubnetGroupName"))
|
447
|
+
CreateDBSubnetGroupMessage.add_member(:db_subnet_group_description, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSubnetGroupDescription"))
|
448
|
+
CreateDBSubnetGroupMessage.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, required: true, location_name: "SubnetIds"))
|
449
|
+
CreateDBSubnetGroupMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
450
|
+
CreateDBSubnetGroupMessage.struct_class = Types::CreateDBSubnetGroupMessage
|
451
|
+
|
452
|
+
CreateDBSubnetGroupResult.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
|
453
|
+
CreateDBSubnetGroupResult.struct_class = Types::CreateDBSubnetGroupResult
|
454
|
+
|
455
|
+
CreateEventSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
456
|
+
CreateEventSubscriptionMessage.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnsTopicArn"))
|
457
|
+
CreateEventSubscriptionMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
458
|
+
CreateEventSubscriptionMessage.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
|
459
|
+
CreateEventSubscriptionMessage.add_member(:source_ids, Shapes::ShapeRef.new(shape: SourceIdsList, location_name: "SourceIds"))
|
460
|
+
CreateEventSubscriptionMessage.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Enabled"))
|
461
|
+
CreateEventSubscriptionMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
462
|
+
CreateEventSubscriptionMessage.struct_class = Types::CreateEventSubscriptionMessage
|
463
|
+
|
464
|
+
CreateEventSubscriptionResult.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
|
465
|
+
CreateEventSubscriptionResult.struct_class = Types::CreateEventSubscriptionResult
|
466
|
+
|
467
|
+
DBCluster.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
468
|
+
DBCluster.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
469
|
+
DBCluster.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
470
|
+
DBCluster.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
471
|
+
DBCluster.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
472
|
+
DBCluster.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
473
|
+
DBCluster.add_member(:db_cluster_parameter_group, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroup"))
|
474
|
+
DBCluster.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroup"))
|
475
|
+
DBCluster.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
476
|
+
DBCluster.add_member(:percent_progress, Shapes::ShapeRef.new(shape: String, location_name: "PercentProgress"))
|
477
|
+
DBCluster.add_member(:earliest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EarliestRestorableTime"))
|
478
|
+
DBCluster.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "Endpoint"))
|
479
|
+
DBCluster.add_member(:reader_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "ReaderEndpoint"))
|
480
|
+
DBCluster.add_member(:multi_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZ"))
|
481
|
+
DBCluster.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
482
|
+
DBCluster.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
483
|
+
DBCluster.add_member(:latest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LatestRestorableTime"))
|
484
|
+
DBCluster.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
485
|
+
DBCluster.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
486
|
+
DBCluster.add_member(:db_cluster_option_group_memberships, Shapes::ShapeRef.new(shape: DBClusterOptionGroupMemberships, location_name: "DBClusterOptionGroupMemberships"))
|
487
|
+
DBCluster.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
488
|
+
DBCluster.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
489
|
+
DBCluster.add_member(:replication_source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReplicationSourceIdentifier"))
|
490
|
+
DBCluster.add_member(:read_replica_identifiers, Shapes::ShapeRef.new(shape: ReadReplicaIdentifierList, location_name: "ReadReplicaIdentifiers"))
|
491
|
+
DBCluster.add_member(:db_cluster_members, Shapes::ShapeRef.new(shape: DBClusterMemberList, location_name: "DBClusterMembers"))
|
492
|
+
DBCluster.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: VpcSecurityGroupMembershipList, location_name: "VpcSecurityGroups"))
|
493
|
+
DBCluster.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "HostedZoneId"))
|
494
|
+
DBCluster.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "StorageEncrypted"))
|
495
|
+
DBCluster.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
496
|
+
DBCluster.add_member(:db_cluster_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbClusterResourceId"))
|
497
|
+
DBCluster.add_member(:db_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterArn"))
|
498
|
+
DBCluster.add_member(:associated_roles, Shapes::ShapeRef.new(shape: DBClusterRoles, location_name: "AssociatedRoles"))
|
499
|
+
DBCluster.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
|
500
|
+
DBCluster.add_member(:clone_group_id, Shapes::ShapeRef.new(shape: String, location_name: "CloneGroupId"))
|
501
|
+
DBCluster.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
|
502
|
+
DBCluster.struct_class = Types::DBCluster
|
503
|
+
|
504
|
+
DBClusterList.member = Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster")
|
505
|
+
|
506
|
+
DBClusterMember.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
507
|
+
DBClusterMember.add_member(:is_cluster_writer, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsClusterWriter"))
|
508
|
+
DBClusterMember.add_member(:db_cluster_parameter_group_status, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupStatus"))
|
509
|
+
DBClusterMember.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
|
510
|
+
DBClusterMember.struct_class = Types::DBClusterMember
|
511
|
+
|
512
|
+
DBClusterMemberList.member = Shapes::ShapeRef.new(shape: DBClusterMember, location_name: "DBClusterMember")
|
513
|
+
|
514
|
+
DBClusterMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
515
|
+
DBClusterMessage.add_member(:db_clusters, Shapes::ShapeRef.new(shape: DBClusterList, location_name: "DBClusters"))
|
516
|
+
DBClusterMessage.struct_class = Types::DBClusterMessage
|
517
|
+
|
518
|
+
DBClusterOptionGroupMemberships.member = Shapes::ShapeRef.new(shape: DBClusterOptionGroupStatus, location_name: "DBClusterOptionGroup")
|
519
|
+
|
520
|
+
DBClusterOptionGroupStatus.add_member(:db_cluster_option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterOptionGroupName"))
|
521
|
+
DBClusterOptionGroupStatus.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
522
|
+
DBClusterOptionGroupStatus.struct_class = Types::DBClusterOptionGroupStatus
|
523
|
+
|
524
|
+
DBClusterParameterGroup.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
525
|
+
DBClusterParameterGroup.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
|
526
|
+
DBClusterParameterGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
527
|
+
DBClusterParameterGroup.add_member(:db_cluster_parameter_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupArn"))
|
528
|
+
DBClusterParameterGroup.struct_class = Types::DBClusterParameterGroup
|
529
|
+
|
530
|
+
DBClusterParameterGroupDetails.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
|
531
|
+
DBClusterParameterGroupDetails.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
532
|
+
DBClusterParameterGroupDetails.struct_class = Types::DBClusterParameterGroupDetails
|
533
|
+
|
534
|
+
DBClusterParameterGroupList.member = Shapes::ShapeRef.new(shape: DBClusterParameterGroup, location_name: "DBClusterParameterGroup")
|
535
|
+
|
536
|
+
DBClusterParameterGroupNameMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
537
|
+
DBClusterParameterGroupNameMessage.struct_class = Types::DBClusterParameterGroupNameMessage
|
538
|
+
|
539
|
+
DBClusterParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
540
|
+
DBClusterParameterGroupsMessage.add_member(:db_cluster_parameter_groups, Shapes::ShapeRef.new(shape: DBClusterParameterGroupList, location_name: "DBClusterParameterGroups"))
|
541
|
+
DBClusterParameterGroupsMessage.struct_class = Types::DBClusterParameterGroupsMessage
|
542
|
+
|
543
|
+
DBClusterRole.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "RoleArn"))
|
544
|
+
DBClusterRole.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
545
|
+
DBClusterRole.struct_class = Types::DBClusterRole
|
546
|
+
|
547
|
+
DBClusterRoles.member = Shapes::ShapeRef.new(shape: DBClusterRole, location_name: "DBClusterRole")
|
548
|
+
|
549
|
+
DBClusterSnapshot.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
550
|
+
DBClusterSnapshot.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotIdentifier"))
|
551
|
+
DBClusterSnapshot.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
552
|
+
DBClusterSnapshot.add_member(:snapshot_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "SnapshotCreateTime"))
|
553
|
+
DBClusterSnapshot.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
554
|
+
DBClusterSnapshot.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "AllocatedStorage"))
|
555
|
+
DBClusterSnapshot.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
556
|
+
DBClusterSnapshot.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
557
|
+
DBClusterSnapshot.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
558
|
+
DBClusterSnapshot.add_member(:cluster_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "ClusterCreateTime"))
|
559
|
+
DBClusterSnapshot.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
560
|
+
DBClusterSnapshot.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
561
|
+
DBClusterSnapshot.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
562
|
+
DBClusterSnapshot.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
|
563
|
+
DBClusterSnapshot.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Integer, location_name: "PercentProgress"))
|
564
|
+
DBClusterSnapshot.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "StorageEncrypted"))
|
565
|
+
DBClusterSnapshot.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
566
|
+
DBClusterSnapshot.add_member(:db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotArn"))
|
567
|
+
DBClusterSnapshot.add_member(:source_db_cluster_snapshot_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceDBClusterSnapshotArn"))
|
568
|
+
DBClusterSnapshot.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
|
569
|
+
DBClusterSnapshot.struct_class = Types::DBClusterSnapshot
|
570
|
+
|
571
|
+
DBClusterSnapshotAttribute.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "AttributeName"))
|
572
|
+
DBClusterSnapshotAttribute.add_member(:attribute_values, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "AttributeValues"))
|
573
|
+
DBClusterSnapshotAttribute.struct_class = Types::DBClusterSnapshotAttribute
|
574
|
+
|
575
|
+
DBClusterSnapshotAttributeList.member = Shapes::ShapeRef.new(shape: DBClusterSnapshotAttribute, location_name: "DBClusterSnapshotAttribute")
|
576
|
+
|
577
|
+
DBClusterSnapshotAttributesResult.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotIdentifier"))
|
578
|
+
DBClusterSnapshotAttributesResult.add_member(:db_cluster_snapshot_attributes, Shapes::ShapeRef.new(shape: DBClusterSnapshotAttributeList, location_name: "DBClusterSnapshotAttributes"))
|
579
|
+
DBClusterSnapshotAttributesResult.struct_class = Types::DBClusterSnapshotAttributesResult
|
580
|
+
|
581
|
+
DBClusterSnapshotList.member = Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot")
|
582
|
+
|
583
|
+
DBClusterSnapshotMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
584
|
+
DBClusterSnapshotMessage.add_member(:db_cluster_snapshots, Shapes::ShapeRef.new(shape: DBClusterSnapshotList, location_name: "DBClusterSnapshots"))
|
585
|
+
DBClusterSnapshotMessage.struct_class = Types::DBClusterSnapshotMessage
|
586
|
+
|
587
|
+
DBEngineVersion.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
588
|
+
DBEngineVersion.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
589
|
+
DBEngineVersion.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
|
590
|
+
DBEngineVersion.add_member(:db_engine_description, Shapes::ShapeRef.new(shape: String, location_name: "DBEngineDescription"))
|
591
|
+
DBEngineVersion.add_member(:db_engine_version_description, Shapes::ShapeRef.new(shape: String, location_name: "DBEngineVersionDescription"))
|
592
|
+
DBEngineVersion.add_member(:default_character_set, Shapes::ShapeRef.new(shape: CharacterSet, location_name: "DefaultCharacterSet"))
|
593
|
+
DBEngineVersion.add_member(:supported_character_sets, Shapes::ShapeRef.new(shape: SupportedCharacterSetsList, location_name: "SupportedCharacterSets"))
|
594
|
+
DBEngineVersion.add_member(:valid_upgrade_target, Shapes::ShapeRef.new(shape: ValidUpgradeTargetList, location_name: "ValidUpgradeTarget"))
|
595
|
+
DBEngineVersion.add_member(:supported_timezones, Shapes::ShapeRef.new(shape: SupportedTimezonesList, location_name: "SupportedTimezones"))
|
596
|
+
DBEngineVersion.add_member(:exportable_log_types, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "ExportableLogTypes"))
|
597
|
+
DBEngineVersion.add_member(:supports_log_exports_to_cloudwatch_logs, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsLogExportsToCloudwatchLogs"))
|
598
|
+
DBEngineVersion.add_member(:supports_read_replica, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsReadReplica"))
|
599
|
+
DBEngineVersion.struct_class = Types::DBEngineVersion
|
600
|
+
|
601
|
+
DBEngineVersionList.member = Shapes::ShapeRef.new(shape: DBEngineVersion, location_name: "DBEngineVersion")
|
602
|
+
|
603
|
+
DBEngineVersionMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
604
|
+
DBEngineVersionMessage.add_member(:db_engine_versions, Shapes::ShapeRef.new(shape: DBEngineVersionList, location_name: "DBEngineVersions"))
|
605
|
+
DBEngineVersionMessage.struct_class = Types::DBEngineVersionMessage
|
606
|
+
|
607
|
+
DBInstance.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
608
|
+
DBInstance.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
609
|
+
DBInstance.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
610
|
+
DBInstance.add_member(:db_instance_status, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceStatus"))
|
611
|
+
DBInstance.add_member(:master_username, Shapes::ShapeRef.new(shape: String, location_name: "MasterUsername"))
|
612
|
+
DBInstance.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "DBName"))
|
613
|
+
DBInstance.add_member(:endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "Endpoint"))
|
614
|
+
DBInstance.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: Integer, location_name: "AllocatedStorage"))
|
615
|
+
DBInstance.add_member(:instance_create_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "InstanceCreateTime"))
|
616
|
+
DBInstance.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
617
|
+
DBInstance.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: Integer, location_name: "BackupRetentionPeriod"))
|
618
|
+
DBInstance.add_member(:db_security_groups, Shapes::ShapeRef.new(shape: DBSecurityGroupMembershipList, location_name: "DBSecurityGroups"))
|
619
|
+
DBInstance.add_member(:vpc_security_groups, Shapes::ShapeRef.new(shape: VpcSecurityGroupMembershipList, location_name: "VpcSecurityGroups"))
|
620
|
+
DBInstance.add_member(:db_parameter_groups, Shapes::ShapeRef.new(shape: DBParameterGroupStatusList, location_name: "DBParameterGroups"))
|
621
|
+
DBInstance.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "AvailabilityZone"))
|
622
|
+
DBInstance.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
|
623
|
+
DBInstance.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
624
|
+
DBInstance.add_member(:pending_modified_values, Shapes::ShapeRef.new(shape: PendingModifiedValues, location_name: "PendingModifiedValues"))
|
625
|
+
DBInstance.add_member(:latest_restorable_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "LatestRestorableTime"))
|
626
|
+
DBInstance.add_member(:multi_az, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZ"))
|
627
|
+
DBInstance.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
628
|
+
DBInstance.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoMinorVersionUpgrade"))
|
629
|
+
DBInstance.add_member(:read_replica_source_db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaSourceDBInstanceIdentifier"))
|
630
|
+
DBInstance.add_member(:read_replica_db_instance_identifiers, Shapes::ShapeRef.new(shape: ReadReplicaDBInstanceIdentifierList, location_name: "ReadReplicaDBInstanceIdentifiers"))
|
631
|
+
DBInstance.add_member(:read_replica_db_cluster_identifiers, Shapes::ShapeRef.new(shape: ReadReplicaDBClusterIdentifierList, location_name: "ReadReplicaDBClusterIdentifiers"))
|
632
|
+
DBInstance.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
633
|
+
DBInstance.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
634
|
+
DBInstance.add_member(:option_group_memberships, Shapes::ShapeRef.new(shape: OptionGroupMembershipList, location_name: "OptionGroupMemberships"))
|
635
|
+
DBInstance.add_member(:character_set_name, Shapes::ShapeRef.new(shape: String, location_name: "CharacterSetName"))
|
636
|
+
DBInstance.add_member(:secondary_availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "SecondaryAvailabilityZone"))
|
637
|
+
DBInstance.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: Boolean, location_name: "PubliclyAccessible"))
|
638
|
+
DBInstance.add_member(:status_infos, Shapes::ShapeRef.new(shape: DBInstanceStatusInfoList, location_name: "StatusInfos"))
|
639
|
+
DBInstance.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
640
|
+
DBInstance.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
641
|
+
DBInstance.add_member(:db_instance_port, Shapes::ShapeRef.new(shape: Integer, location_name: "DbInstancePort"))
|
642
|
+
DBInstance.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
643
|
+
DBInstance.add_member(:storage_encrypted, Shapes::ShapeRef.new(shape: Boolean, location_name: "StorageEncrypted"))
|
644
|
+
DBInstance.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
645
|
+
DBInstance.add_member(:dbi_resource_id, Shapes::ShapeRef.new(shape: String, location_name: "DbiResourceId"))
|
646
|
+
DBInstance.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
647
|
+
DBInstance.add_member(:domain_memberships, Shapes::ShapeRef.new(shape: DomainMembershipList, location_name: "DomainMemberships"))
|
648
|
+
DBInstance.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "CopyTagsToSnapshot"))
|
649
|
+
DBInstance.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
|
650
|
+
DBInstance.add_member(:enhanced_monitoring_resource_arn, Shapes::ShapeRef.new(shape: String, location_name: "EnhancedMonitoringResourceArn"))
|
651
|
+
DBInstance.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
|
652
|
+
DBInstance.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
|
653
|
+
DBInstance.add_member(:db_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceArn"))
|
654
|
+
DBInstance.add_member(:timezone, Shapes::ShapeRef.new(shape: String, location_name: "Timezone"))
|
655
|
+
DBInstance.add_member(:iam_database_authentication_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "IAMDatabaseAuthenticationEnabled"))
|
656
|
+
DBInstance.add_member(:performance_insights_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PerformanceInsightsEnabled"))
|
657
|
+
DBInstance.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
658
|
+
DBInstance.add_member(:enabled_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "EnabledCloudwatchLogsExports"))
|
659
|
+
DBInstance.struct_class = Types::DBInstance
|
660
|
+
|
661
|
+
DBInstanceList.member = Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance")
|
662
|
+
|
663
|
+
DBInstanceMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
664
|
+
DBInstanceMessage.add_member(:db_instances, Shapes::ShapeRef.new(shape: DBInstanceList, location_name: "DBInstances"))
|
665
|
+
DBInstanceMessage.struct_class = Types::DBInstanceMessage
|
666
|
+
|
667
|
+
DBInstanceStatusInfo.add_member(:status_type, Shapes::ShapeRef.new(shape: String, location_name: "StatusType"))
|
668
|
+
DBInstanceStatusInfo.add_member(:normal, Shapes::ShapeRef.new(shape: Boolean, location_name: "Normal"))
|
669
|
+
DBInstanceStatusInfo.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
670
|
+
DBInstanceStatusInfo.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
671
|
+
DBInstanceStatusInfo.struct_class = Types::DBInstanceStatusInfo
|
672
|
+
|
673
|
+
DBInstanceStatusInfoList.member = Shapes::ShapeRef.new(shape: DBInstanceStatusInfo, location_name: "DBInstanceStatusInfo")
|
674
|
+
|
675
|
+
DBParameterGroup.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
676
|
+
DBParameterGroup.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
|
677
|
+
DBParameterGroup.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
678
|
+
DBParameterGroup.add_member(:db_parameter_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupArn"))
|
679
|
+
DBParameterGroup.struct_class = Types::DBParameterGroup
|
680
|
+
|
681
|
+
DBParameterGroupDetails.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
|
682
|
+
DBParameterGroupDetails.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
683
|
+
DBParameterGroupDetails.struct_class = Types::DBParameterGroupDetails
|
684
|
+
|
685
|
+
DBParameterGroupList.member = Shapes::ShapeRef.new(shape: DBParameterGroup, location_name: "DBParameterGroup")
|
686
|
+
|
687
|
+
DBParameterGroupNameMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
688
|
+
DBParameterGroupNameMessage.struct_class = Types::DBParameterGroupNameMessage
|
689
|
+
|
690
|
+
DBParameterGroupStatus.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
691
|
+
DBParameterGroupStatus.add_member(:parameter_apply_status, Shapes::ShapeRef.new(shape: String, location_name: "ParameterApplyStatus"))
|
692
|
+
DBParameterGroupStatus.struct_class = Types::DBParameterGroupStatus
|
693
|
+
|
694
|
+
DBParameterGroupStatusList.member = Shapes::ShapeRef.new(shape: DBParameterGroupStatus, location_name: "DBParameterGroup")
|
695
|
+
|
696
|
+
DBParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
697
|
+
DBParameterGroupsMessage.add_member(:db_parameter_groups, Shapes::ShapeRef.new(shape: DBParameterGroupList, location_name: "DBParameterGroups"))
|
698
|
+
DBParameterGroupsMessage.struct_class = Types::DBParameterGroupsMessage
|
699
|
+
|
700
|
+
DBSecurityGroupMembership.add_member(:db_security_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupName"))
|
701
|
+
DBSecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
702
|
+
DBSecurityGroupMembership.struct_class = Types::DBSecurityGroupMembership
|
703
|
+
|
704
|
+
DBSecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: DBSecurityGroupMembership, location_name: "DBSecurityGroup")
|
705
|
+
|
706
|
+
DBSecurityGroupNameList.member = Shapes::ShapeRef.new(shape: String, location_name: "DBSecurityGroupName")
|
707
|
+
|
708
|
+
DBSubnetGroup.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
709
|
+
DBSubnetGroup.add_member(:db_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupDescription"))
|
710
|
+
DBSubnetGroup.add_member(:vpc_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcId"))
|
711
|
+
DBSubnetGroup.add_member(:subnet_group_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetGroupStatus"))
|
712
|
+
DBSubnetGroup.add_member(:subnets, Shapes::ShapeRef.new(shape: SubnetList, location_name: "Subnets"))
|
713
|
+
DBSubnetGroup.add_member(:db_subnet_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupArn"))
|
714
|
+
DBSubnetGroup.struct_class = Types::DBSubnetGroup
|
715
|
+
|
716
|
+
DBSubnetGroupMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
717
|
+
DBSubnetGroupMessage.add_member(:db_subnet_groups, Shapes::ShapeRef.new(shape: DBSubnetGroups, location_name: "DBSubnetGroups"))
|
718
|
+
DBSubnetGroupMessage.struct_class = Types::DBSubnetGroupMessage
|
719
|
+
|
720
|
+
DBSubnetGroups.member = Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup")
|
721
|
+
|
722
|
+
DeleteDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
723
|
+
DeleteDBClusterMessage.add_member(:skip_final_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipFinalSnapshot"))
|
724
|
+
DeleteDBClusterMessage.add_member(:final_db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalDBSnapshotIdentifier"))
|
725
|
+
DeleteDBClusterMessage.struct_class = Types::DeleteDBClusterMessage
|
726
|
+
|
727
|
+
DeleteDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
728
|
+
DeleteDBClusterParameterGroupMessage.struct_class = Types::DeleteDBClusterParameterGroupMessage
|
729
|
+
|
730
|
+
DeleteDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
731
|
+
DeleteDBClusterResult.struct_class = Types::DeleteDBClusterResult
|
732
|
+
|
733
|
+
DeleteDBClusterSnapshotMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterSnapshotIdentifier"))
|
734
|
+
DeleteDBClusterSnapshotMessage.struct_class = Types::DeleteDBClusterSnapshotMessage
|
735
|
+
|
736
|
+
DeleteDBClusterSnapshotResult.add_member(:db_cluster_snapshot, Shapes::ShapeRef.new(shape: DBClusterSnapshot, location_name: "DBClusterSnapshot"))
|
737
|
+
DeleteDBClusterSnapshotResult.struct_class = Types::DeleteDBClusterSnapshotResult
|
738
|
+
|
739
|
+
DeleteDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
740
|
+
DeleteDBInstanceMessage.add_member(:skip_final_snapshot, Shapes::ShapeRef.new(shape: Boolean, location_name: "SkipFinalSnapshot"))
|
741
|
+
DeleteDBInstanceMessage.add_member(:final_db_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "FinalDBSnapshotIdentifier"))
|
742
|
+
DeleteDBInstanceMessage.struct_class = Types::DeleteDBInstanceMessage
|
743
|
+
|
744
|
+
DeleteDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
745
|
+
DeleteDBInstanceResult.struct_class = Types::DeleteDBInstanceResult
|
746
|
+
|
747
|
+
DeleteDBParameterGroupMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupName"))
|
748
|
+
DeleteDBParameterGroupMessage.struct_class = Types::DeleteDBParameterGroupMessage
|
749
|
+
|
750
|
+
DeleteDBSubnetGroupMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSubnetGroupName"))
|
751
|
+
DeleteDBSubnetGroupMessage.struct_class = Types::DeleteDBSubnetGroupMessage
|
752
|
+
|
753
|
+
DeleteEventSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
754
|
+
DeleteEventSubscriptionMessage.struct_class = Types::DeleteEventSubscriptionMessage
|
755
|
+
|
756
|
+
DeleteEventSubscriptionResult.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
|
757
|
+
DeleteEventSubscriptionResult.struct_class = Types::DeleteEventSubscriptionResult
|
758
|
+
|
759
|
+
DescribeDBClusterParameterGroupsMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
760
|
+
DescribeDBClusterParameterGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
761
|
+
DescribeDBClusterParameterGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
762
|
+
DescribeDBClusterParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
763
|
+
DescribeDBClusterParameterGroupsMessage.struct_class = Types::DescribeDBClusterParameterGroupsMessage
|
764
|
+
|
765
|
+
DescribeDBClusterParametersMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
766
|
+
DescribeDBClusterParametersMessage.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
767
|
+
DescribeDBClusterParametersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
768
|
+
DescribeDBClusterParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
769
|
+
DescribeDBClusterParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
770
|
+
DescribeDBClusterParametersMessage.struct_class = Types::DescribeDBClusterParametersMessage
|
771
|
+
|
772
|
+
DescribeDBClusterSnapshotAttributesMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterSnapshotIdentifier"))
|
773
|
+
DescribeDBClusterSnapshotAttributesMessage.struct_class = Types::DescribeDBClusterSnapshotAttributesMessage
|
774
|
+
|
775
|
+
DescribeDBClusterSnapshotAttributesResult.add_member(:db_cluster_snapshot_attributes_result, Shapes::ShapeRef.new(shape: DBClusterSnapshotAttributesResult, location_name: "DBClusterSnapshotAttributesResult"))
|
776
|
+
DescribeDBClusterSnapshotAttributesResult.struct_class = Types::DescribeDBClusterSnapshotAttributesResult
|
777
|
+
|
778
|
+
DescribeDBClusterSnapshotsMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
779
|
+
DescribeDBClusterSnapshotsMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterSnapshotIdentifier"))
|
780
|
+
DescribeDBClusterSnapshotsMessage.add_member(:snapshot_type, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotType"))
|
781
|
+
DescribeDBClusterSnapshotsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
782
|
+
DescribeDBClusterSnapshotsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
783
|
+
DescribeDBClusterSnapshotsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
784
|
+
DescribeDBClusterSnapshotsMessage.add_member(:include_shared, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludeShared"))
|
785
|
+
DescribeDBClusterSnapshotsMessage.add_member(:include_public, Shapes::ShapeRef.new(shape: Boolean, location_name: "IncludePublic"))
|
786
|
+
DescribeDBClusterSnapshotsMessage.struct_class = Types::DescribeDBClusterSnapshotsMessage
|
787
|
+
|
788
|
+
DescribeDBClustersMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
789
|
+
DescribeDBClustersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
790
|
+
DescribeDBClustersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
791
|
+
DescribeDBClustersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
792
|
+
DescribeDBClustersMessage.struct_class = Types::DescribeDBClustersMessage
|
793
|
+
|
794
|
+
DescribeDBEngineVersionsMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
795
|
+
DescribeDBEngineVersionsMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
796
|
+
DescribeDBEngineVersionsMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
|
797
|
+
DescribeDBEngineVersionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
798
|
+
DescribeDBEngineVersionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
799
|
+
DescribeDBEngineVersionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
800
|
+
DescribeDBEngineVersionsMessage.add_member(:default_only, Shapes::ShapeRef.new(shape: Boolean, location_name: "DefaultOnly"))
|
801
|
+
DescribeDBEngineVersionsMessage.add_member(:list_supported_character_sets, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ListSupportedCharacterSets"))
|
802
|
+
DescribeDBEngineVersionsMessage.add_member(:list_supported_timezones, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ListSupportedTimezones"))
|
803
|
+
DescribeDBEngineVersionsMessage.struct_class = Types::DescribeDBEngineVersionsMessage
|
804
|
+
|
805
|
+
DescribeDBInstancesMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
806
|
+
DescribeDBInstancesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
807
|
+
DescribeDBInstancesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
808
|
+
DescribeDBInstancesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
809
|
+
DescribeDBInstancesMessage.struct_class = Types::DescribeDBInstancesMessage
|
810
|
+
|
811
|
+
DescribeDBParameterGroupsMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
812
|
+
DescribeDBParameterGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
813
|
+
DescribeDBParameterGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
814
|
+
DescribeDBParameterGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
815
|
+
DescribeDBParameterGroupsMessage.struct_class = Types::DescribeDBParameterGroupsMessage
|
816
|
+
|
817
|
+
DescribeDBParametersMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupName"))
|
818
|
+
DescribeDBParametersMessage.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
819
|
+
DescribeDBParametersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
820
|
+
DescribeDBParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
821
|
+
DescribeDBParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
822
|
+
DescribeDBParametersMessage.struct_class = Types::DescribeDBParametersMessage
|
823
|
+
|
824
|
+
DescribeDBSubnetGroupsMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
825
|
+
DescribeDBSubnetGroupsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
826
|
+
DescribeDBSubnetGroupsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
827
|
+
DescribeDBSubnetGroupsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
828
|
+
DescribeDBSubnetGroupsMessage.struct_class = Types::DescribeDBSubnetGroupsMessage
|
829
|
+
|
830
|
+
DescribeEngineDefaultClusterParametersMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupFamily"))
|
831
|
+
DescribeEngineDefaultClusterParametersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
832
|
+
DescribeEngineDefaultClusterParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
833
|
+
DescribeEngineDefaultClusterParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
834
|
+
DescribeEngineDefaultClusterParametersMessage.struct_class = Types::DescribeEngineDefaultClusterParametersMessage
|
835
|
+
|
836
|
+
DescribeEngineDefaultClusterParametersResult.add_member(:engine_defaults, Shapes::ShapeRef.new(shape: EngineDefaults, location_name: "EngineDefaults"))
|
837
|
+
DescribeEngineDefaultClusterParametersResult.struct_class = Types::DescribeEngineDefaultClusterParametersResult
|
838
|
+
|
839
|
+
DescribeEngineDefaultParametersMessage.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupFamily"))
|
840
|
+
DescribeEngineDefaultParametersMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
841
|
+
DescribeEngineDefaultParametersMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
842
|
+
DescribeEngineDefaultParametersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
843
|
+
DescribeEngineDefaultParametersMessage.struct_class = Types::DescribeEngineDefaultParametersMessage
|
844
|
+
|
845
|
+
DescribeEngineDefaultParametersResult.add_member(:engine_defaults, Shapes::ShapeRef.new(shape: EngineDefaults, location_name: "EngineDefaults"))
|
846
|
+
DescribeEngineDefaultParametersResult.struct_class = Types::DescribeEngineDefaultParametersResult
|
847
|
+
|
848
|
+
DescribeEventCategoriesMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
849
|
+
DescribeEventCategoriesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
850
|
+
DescribeEventCategoriesMessage.struct_class = Types::DescribeEventCategoriesMessage
|
851
|
+
|
852
|
+
DescribeEventSubscriptionsMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionName"))
|
853
|
+
DescribeEventSubscriptionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
854
|
+
DescribeEventSubscriptionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
855
|
+
DescribeEventSubscriptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
856
|
+
DescribeEventSubscriptionsMessage.struct_class = Types::DescribeEventSubscriptionsMessage
|
857
|
+
|
858
|
+
DescribeEventsMessage.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
|
859
|
+
DescribeEventsMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
|
860
|
+
DescribeEventsMessage.add_member(:start_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "StartTime"))
|
861
|
+
DescribeEventsMessage.add_member(:end_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "EndTime"))
|
862
|
+
DescribeEventsMessage.add_member(:duration, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Duration"))
|
863
|
+
DescribeEventsMessage.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
|
864
|
+
DescribeEventsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
865
|
+
DescribeEventsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
866
|
+
DescribeEventsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
867
|
+
DescribeEventsMessage.struct_class = Types::DescribeEventsMessage
|
868
|
+
|
869
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
|
870
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
871
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
872
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
873
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:vpc, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Vpc"))
|
874
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
875
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
876
|
+
DescribeOrderableDBInstanceOptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
877
|
+
DescribeOrderableDBInstanceOptionsMessage.struct_class = Types::DescribeOrderableDBInstanceOptionsMessage
|
878
|
+
|
879
|
+
DescribePendingMaintenanceActionsMessage.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
880
|
+
DescribePendingMaintenanceActionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
881
|
+
DescribePendingMaintenanceActionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
882
|
+
DescribePendingMaintenanceActionsMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
|
883
|
+
DescribePendingMaintenanceActionsMessage.struct_class = Types::DescribePendingMaintenanceActionsMessage
|
884
|
+
|
885
|
+
DescribeValidDBInstanceModificationsMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
886
|
+
DescribeValidDBInstanceModificationsMessage.struct_class = Types::DescribeValidDBInstanceModificationsMessage
|
887
|
+
|
888
|
+
DescribeValidDBInstanceModificationsResult.add_member(:valid_db_instance_modifications_message, Shapes::ShapeRef.new(shape: ValidDBInstanceModificationsMessage, location_name: "ValidDBInstanceModificationsMessage"))
|
889
|
+
DescribeValidDBInstanceModificationsResult.struct_class = Types::DescribeValidDBInstanceModificationsResult
|
890
|
+
|
891
|
+
DomainMembership.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
892
|
+
DomainMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
893
|
+
DomainMembership.add_member(:fqdn, Shapes::ShapeRef.new(shape: String, location_name: "FQDN"))
|
894
|
+
DomainMembership.add_member(:iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "IAMRoleName"))
|
895
|
+
DomainMembership.struct_class = Types::DomainMembership
|
896
|
+
|
897
|
+
DomainMembershipList.member = Shapes::ShapeRef.new(shape: DomainMembership, location_name: "DomainMembership")
|
898
|
+
|
899
|
+
DoubleRange.add_member(:from, Shapes::ShapeRef.new(shape: Double, location_name: "From"))
|
900
|
+
DoubleRange.add_member(:to, Shapes::ShapeRef.new(shape: Double, location_name: "To"))
|
901
|
+
DoubleRange.struct_class = Types::DoubleRange
|
902
|
+
|
903
|
+
DoubleRangeList.member = Shapes::ShapeRef.new(shape: DoubleRange, location_name: "DoubleRange")
|
904
|
+
|
905
|
+
Endpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
|
906
|
+
Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
|
907
|
+
Endpoint.add_member(:hosted_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "HostedZoneId"))
|
908
|
+
Endpoint.struct_class = Types::Endpoint
|
909
|
+
|
910
|
+
EngineDefaults.add_member(:db_parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupFamily"))
|
911
|
+
EngineDefaults.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
912
|
+
EngineDefaults.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
|
913
|
+
EngineDefaults.struct_class = Types::EngineDefaults
|
914
|
+
|
915
|
+
Event.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SourceIdentifier"))
|
916
|
+
Event.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, location_name: "SourceType"))
|
917
|
+
Event.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
918
|
+
Event.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
|
919
|
+
Event.add_member(:date, Shapes::ShapeRef.new(shape: TStamp, location_name: "Date"))
|
920
|
+
Event.add_member(:source_arn, Shapes::ShapeRef.new(shape: String, location_name: "SourceArn"))
|
921
|
+
Event.struct_class = Types::Event
|
922
|
+
|
923
|
+
EventCategoriesList.member = Shapes::ShapeRef.new(shape: String, location_name: "EventCategory")
|
924
|
+
|
925
|
+
EventCategoriesMap.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
926
|
+
EventCategoriesMap.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
|
927
|
+
EventCategoriesMap.struct_class = Types::EventCategoriesMap
|
928
|
+
|
929
|
+
EventCategoriesMapList.member = Shapes::ShapeRef.new(shape: EventCategoriesMap, location_name: "EventCategoriesMap")
|
930
|
+
|
931
|
+
EventCategoriesMessage.add_member(:event_categories_map_list, Shapes::ShapeRef.new(shape: EventCategoriesMapList, location_name: "EventCategoriesMapList"))
|
932
|
+
EventCategoriesMessage.struct_class = Types::EventCategoriesMessage
|
933
|
+
|
934
|
+
EventList.member = Shapes::ShapeRef.new(shape: Event, location_name: "Event")
|
935
|
+
|
936
|
+
EventSubscription.add_member(:customer_aws_id, Shapes::ShapeRef.new(shape: String, location_name: "CustomerAwsId"))
|
937
|
+
EventSubscription.add_member(:cust_subscription_id, Shapes::ShapeRef.new(shape: String, location_name: "CustSubscriptionId"))
|
938
|
+
EventSubscription.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "SnsTopicArn"))
|
939
|
+
EventSubscription.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
940
|
+
EventSubscription.add_member(:subscription_creation_time, Shapes::ShapeRef.new(shape: String, location_name: "SubscriptionCreationTime"))
|
941
|
+
EventSubscription.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
942
|
+
EventSubscription.add_member(:source_ids_list, Shapes::ShapeRef.new(shape: SourceIdsList, location_name: "SourceIdsList"))
|
943
|
+
EventSubscription.add_member(:event_categories_list, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategoriesList"))
|
944
|
+
EventSubscription.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "Enabled"))
|
945
|
+
EventSubscription.add_member(:event_subscription_arn, Shapes::ShapeRef.new(shape: String, location_name: "EventSubscriptionArn"))
|
946
|
+
EventSubscription.struct_class = Types::EventSubscription
|
947
|
+
|
948
|
+
EventSubscriptionsList.member = Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription")
|
949
|
+
|
950
|
+
EventSubscriptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
951
|
+
EventSubscriptionsMessage.add_member(:event_subscriptions_list, Shapes::ShapeRef.new(shape: EventSubscriptionsList, location_name: "EventSubscriptionsList"))
|
952
|
+
EventSubscriptionsMessage.struct_class = Types::EventSubscriptionsMessage
|
953
|
+
|
954
|
+
EventsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
955
|
+
EventsMessage.add_member(:events, Shapes::ShapeRef.new(shape: EventList, location_name: "Events"))
|
956
|
+
EventsMessage.struct_class = Types::EventsMessage
|
957
|
+
|
958
|
+
FailoverDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterIdentifier"))
|
959
|
+
FailoverDBClusterMessage.add_member(:target_db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "TargetDBInstanceIdentifier"))
|
960
|
+
FailoverDBClusterMessage.struct_class = Types::FailoverDBClusterMessage
|
961
|
+
|
962
|
+
FailoverDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
963
|
+
FailoverDBClusterResult.struct_class = Types::FailoverDBClusterResult
|
964
|
+
|
965
|
+
Filter.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
966
|
+
Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValueList, required: true, location_name: "Values"))
|
967
|
+
Filter.struct_class = Types::Filter
|
968
|
+
|
969
|
+
FilterList.member = Shapes::ShapeRef.new(shape: Filter, location_name: "Filter")
|
970
|
+
|
971
|
+
FilterValueList.member = Shapes::ShapeRef.new(shape: String, location_name: "Value")
|
972
|
+
|
973
|
+
KeyList.member = Shapes::ShapeRef.new(shape: String)
|
974
|
+
|
975
|
+
ListTagsForResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
|
976
|
+
ListTagsForResourceMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
|
977
|
+
ListTagsForResourceMessage.struct_class = Types::ListTagsForResourceMessage
|
978
|
+
|
979
|
+
LogTypeList.member = Shapes::ShapeRef.new(shape: String)
|
980
|
+
|
981
|
+
ModifyDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
982
|
+
ModifyDBClusterMessage.add_member(:new_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, location_name: "NewDBClusterIdentifier"))
|
983
|
+
ModifyDBClusterMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplyImmediately"))
|
984
|
+
ModifyDBClusterMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
985
|
+
ModifyDBClusterMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBClusterParameterGroupName"))
|
986
|
+
ModifyDBClusterMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
987
|
+
ModifyDBClusterMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
988
|
+
ModifyDBClusterMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
|
989
|
+
ModifyDBClusterMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
990
|
+
ModifyDBClusterMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
991
|
+
ModifyDBClusterMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
992
|
+
ModifyDBClusterMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
|
993
|
+
ModifyDBClusterMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
994
|
+
ModifyDBClusterMessage.struct_class = Types::ModifyDBClusterMessage
|
995
|
+
|
996
|
+
ModifyDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
997
|
+
ModifyDBClusterParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, required: true, location_name: "Parameters"))
|
998
|
+
ModifyDBClusterParameterGroupMessage.struct_class = Types::ModifyDBClusterParameterGroupMessage
|
999
|
+
|
1000
|
+
ModifyDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1001
|
+
ModifyDBClusterResult.struct_class = Types::ModifyDBClusterResult
|
1002
|
+
|
1003
|
+
ModifyDBClusterSnapshotAttributeMessage.add_member(:db_cluster_snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterSnapshotIdentifier"))
|
1004
|
+
ModifyDBClusterSnapshotAttributeMessage.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "AttributeName"))
|
1005
|
+
ModifyDBClusterSnapshotAttributeMessage.add_member(:values_to_add, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "ValuesToAdd"))
|
1006
|
+
ModifyDBClusterSnapshotAttributeMessage.add_member(:values_to_remove, Shapes::ShapeRef.new(shape: AttributeValueList, location_name: "ValuesToRemove"))
|
1007
|
+
ModifyDBClusterSnapshotAttributeMessage.struct_class = Types::ModifyDBClusterSnapshotAttributeMessage
|
1008
|
+
|
1009
|
+
ModifyDBClusterSnapshotAttributeResult.add_member(:db_cluster_snapshot_attributes_result, Shapes::ShapeRef.new(shape: DBClusterSnapshotAttributesResult, location_name: "DBClusterSnapshotAttributesResult"))
|
1010
|
+
ModifyDBClusterSnapshotAttributeResult.struct_class = Types::ModifyDBClusterSnapshotAttributeResult
|
1011
|
+
|
1012
|
+
ModifyDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
1013
|
+
ModifyDBInstanceMessage.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
1014
|
+
ModifyDBInstanceMessage.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1015
|
+
ModifyDBInstanceMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1016
|
+
ModifyDBInstanceMessage.add_member(:db_security_groups, Shapes::ShapeRef.new(shape: DBSecurityGroupNameList, location_name: "DBSecurityGroups"))
|
1017
|
+
ModifyDBInstanceMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
1018
|
+
ModifyDBInstanceMessage.add_member(:apply_immediately, Shapes::ShapeRef.new(shape: Boolean, location_name: "ApplyImmediately"))
|
1019
|
+
ModifyDBInstanceMessage.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
|
1020
|
+
ModifyDBInstanceMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBParameterGroupName"))
|
1021
|
+
ModifyDBInstanceMessage.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
1022
|
+
ModifyDBInstanceMessage.add_member(:preferred_backup_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredBackupWindow"))
|
1023
|
+
ModifyDBInstanceMessage.add_member(:preferred_maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "PreferredMaintenanceWindow"))
|
1024
|
+
ModifyDBInstanceMessage.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
1025
|
+
ModifyDBInstanceMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1026
|
+
ModifyDBInstanceMessage.add_member(:allow_major_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AllowMajorVersionUpgrade"))
|
1027
|
+
ModifyDBInstanceMessage.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
|
1028
|
+
ModifyDBInstanceMessage.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
1029
|
+
ModifyDBInstanceMessage.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
1030
|
+
ModifyDBInstanceMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1031
|
+
ModifyDBInstanceMessage.add_member(:new_db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "NewDBInstanceIdentifier"))
|
1032
|
+
ModifyDBInstanceMessage.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
1033
|
+
ModifyDBInstanceMessage.add_member(:tde_credential_arn, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialArn"))
|
1034
|
+
ModifyDBInstanceMessage.add_member(:tde_credential_password, Shapes::ShapeRef.new(shape: String, location_name: "TdeCredentialPassword"))
|
1035
|
+
ModifyDBInstanceMessage.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
1036
|
+
ModifyDBInstanceMessage.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "Domain"))
|
1037
|
+
ModifyDBInstanceMessage.add_member(:copy_tags_to_snapshot, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "CopyTagsToSnapshot"))
|
1038
|
+
ModifyDBInstanceMessage.add_member(:monitoring_interval, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MonitoringInterval"))
|
1039
|
+
ModifyDBInstanceMessage.add_member(:db_port_number, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "DBPortNumber"))
|
1040
|
+
ModifyDBInstanceMessage.add_member(:publicly_accessible, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "PubliclyAccessible"))
|
1041
|
+
ModifyDBInstanceMessage.add_member(:monitoring_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "MonitoringRoleArn"))
|
1042
|
+
ModifyDBInstanceMessage.add_member(:domain_iam_role_name, Shapes::ShapeRef.new(shape: String, location_name: "DomainIAMRoleName"))
|
1043
|
+
ModifyDBInstanceMessage.add_member(:promotion_tier, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PromotionTier"))
|
1044
|
+
ModifyDBInstanceMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
|
1045
|
+
ModifyDBInstanceMessage.add_member(:enable_performance_insights, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnablePerformanceInsights"))
|
1046
|
+
ModifyDBInstanceMessage.add_member(:performance_insights_kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "PerformanceInsightsKMSKeyId"))
|
1047
|
+
ModifyDBInstanceMessage.add_member(:cloudwatch_logs_export_configuration, Shapes::ShapeRef.new(shape: CloudwatchLogsExportConfiguration, location_name: "CloudwatchLogsExportConfiguration"))
|
1048
|
+
ModifyDBInstanceMessage.struct_class = Types::ModifyDBInstanceMessage
|
1049
|
+
|
1050
|
+
ModifyDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
1051
|
+
ModifyDBInstanceResult.struct_class = Types::ModifyDBInstanceResult
|
1052
|
+
|
1053
|
+
ModifyDBParameterGroupMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupName"))
|
1054
|
+
ModifyDBParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, required: true, location_name: "Parameters"))
|
1055
|
+
ModifyDBParameterGroupMessage.struct_class = Types::ModifyDBParameterGroupMessage
|
1056
|
+
|
1057
|
+
ModifyDBSubnetGroupMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBSubnetGroupName"))
|
1058
|
+
ModifyDBSubnetGroupMessage.add_member(:db_subnet_group_description, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupDescription"))
|
1059
|
+
ModifyDBSubnetGroupMessage.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIdentifierList, required: true, location_name: "SubnetIds"))
|
1060
|
+
ModifyDBSubnetGroupMessage.struct_class = Types::ModifyDBSubnetGroupMessage
|
1061
|
+
|
1062
|
+
ModifyDBSubnetGroupResult.add_member(:db_subnet_group, Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup"))
|
1063
|
+
ModifyDBSubnetGroupResult.struct_class = Types::ModifyDBSubnetGroupResult
|
1064
|
+
|
1065
|
+
ModifyEventSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
1066
|
+
ModifyEventSubscriptionMessage.add_member(:sns_topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "SnsTopicArn"))
|
1067
|
+
ModifyEventSubscriptionMessage.add_member(:source_type, Shapes::ShapeRef.new(shape: String, location_name: "SourceType"))
|
1068
|
+
ModifyEventSubscriptionMessage.add_member(:event_categories, Shapes::ShapeRef.new(shape: EventCategoriesList, location_name: "EventCategories"))
|
1069
|
+
ModifyEventSubscriptionMessage.add_member(:enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "Enabled"))
|
1070
|
+
ModifyEventSubscriptionMessage.struct_class = Types::ModifyEventSubscriptionMessage
|
1071
|
+
|
1072
|
+
ModifyEventSubscriptionResult.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
|
1073
|
+
ModifyEventSubscriptionResult.struct_class = Types::ModifyEventSubscriptionResult
|
1074
|
+
|
1075
|
+
OptionGroupMembership.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1076
|
+
OptionGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1077
|
+
OptionGroupMembership.struct_class = Types::OptionGroupMembership
|
1078
|
+
|
1079
|
+
OptionGroupMembershipList.member = Shapes::ShapeRef.new(shape: OptionGroupMembership, location_name: "OptionGroupMembership")
|
1080
|
+
|
1081
|
+
OrderableDBInstanceOption.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
1082
|
+
OrderableDBInstanceOption.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1083
|
+
OrderableDBInstanceOption.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1084
|
+
OrderableDBInstanceOption.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
1085
|
+
OrderableDBInstanceOption.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZoneList, location_name: "AvailabilityZones"))
|
1086
|
+
OrderableDBInstanceOption.add_member(:multi_az_capable, Shapes::ShapeRef.new(shape: Boolean, location_name: "MultiAZCapable"))
|
1087
|
+
OrderableDBInstanceOption.add_member(:read_replica_capable, Shapes::ShapeRef.new(shape: Boolean, location_name: "ReadReplicaCapable"))
|
1088
|
+
OrderableDBInstanceOption.add_member(:vpc, Shapes::ShapeRef.new(shape: Boolean, location_name: "Vpc"))
|
1089
|
+
OrderableDBInstanceOption.add_member(:supports_storage_encryption, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsStorageEncryption"))
|
1090
|
+
OrderableDBInstanceOption.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
1091
|
+
OrderableDBInstanceOption.add_member(:supports_iops, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsIops"))
|
1092
|
+
OrderableDBInstanceOption.add_member(:supports_enhanced_monitoring, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsEnhancedMonitoring"))
|
1093
|
+
OrderableDBInstanceOption.add_member(:supports_iam_database_authentication, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsIAMDatabaseAuthentication"))
|
1094
|
+
OrderableDBInstanceOption.add_member(:supports_performance_insights, Shapes::ShapeRef.new(shape: Boolean, location_name: "SupportsPerformanceInsights"))
|
1095
|
+
OrderableDBInstanceOption.add_member(:min_storage_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MinStorageSize"))
|
1096
|
+
OrderableDBInstanceOption.add_member(:max_storage_size, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxStorageSize"))
|
1097
|
+
OrderableDBInstanceOption.add_member(:min_iops_per_db_instance, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MinIopsPerDbInstance"))
|
1098
|
+
OrderableDBInstanceOption.add_member(:max_iops_per_db_instance, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxIopsPerDbInstance"))
|
1099
|
+
OrderableDBInstanceOption.add_member(:min_iops_per_gib, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MinIopsPerGib"))
|
1100
|
+
OrderableDBInstanceOption.add_member(:max_iops_per_gib, Shapes::ShapeRef.new(shape: DoubleOptional, location_name: "MaxIopsPerGib"))
|
1101
|
+
OrderableDBInstanceOption.struct_class = Types::OrderableDBInstanceOption
|
1102
|
+
|
1103
|
+
OrderableDBInstanceOptionsList.member = Shapes::ShapeRef.new(shape: OrderableDBInstanceOption, location_name: "OrderableDBInstanceOption")
|
1104
|
+
|
1105
|
+
OrderableDBInstanceOptionsMessage.add_member(:orderable_db_instance_options, Shapes::ShapeRef.new(shape: OrderableDBInstanceOptionsList, location_name: "OrderableDBInstanceOptions"))
|
1106
|
+
OrderableDBInstanceOptionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1107
|
+
OrderableDBInstanceOptionsMessage.struct_class = Types::OrderableDBInstanceOptionsMessage
|
1108
|
+
|
1109
|
+
Parameter.add_member(:parameter_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterName"))
|
1110
|
+
Parameter.add_member(:parameter_value, Shapes::ShapeRef.new(shape: String, location_name: "ParameterValue"))
|
1111
|
+
Parameter.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
1112
|
+
Parameter.add_member(:source, Shapes::ShapeRef.new(shape: String, location_name: "Source"))
|
1113
|
+
Parameter.add_member(:apply_type, Shapes::ShapeRef.new(shape: String, location_name: "ApplyType"))
|
1114
|
+
Parameter.add_member(:data_type, Shapes::ShapeRef.new(shape: String, location_name: "DataType"))
|
1115
|
+
Parameter.add_member(:allowed_values, Shapes::ShapeRef.new(shape: String, location_name: "AllowedValues"))
|
1116
|
+
Parameter.add_member(:is_modifiable, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsModifiable"))
|
1117
|
+
Parameter.add_member(:minimum_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MinimumEngineVersion"))
|
1118
|
+
Parameter.add_member(:apply_method, Shapes::ShapeRef.new(shape: ApplyMethod, location_name: "ApplyMethod"))
|
1119
|
+
Parameter.struct_class = Types::Parameter
|
1120
|
+
|
1121
|
+
ParametersList.member = Shapes::ShapeRef.new(shape: Parameter, location_name: "Parameter")
|
1122
|
+
|
1123
|
+
PendingCloudwatchLogsExports.add_member(:log_types_to_enable, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "LogTypesToEnable"))
|
1124
|
+
PendingCloudwatchLogsExports.add_member(:log_types_to_disable, Shapes::ShapeRef.new(shape: LogTypeList, location_name: "LogTypesToDisable"))
|
1125
|
+
PendingCloudwatchLogsExports.struct_class = Types::PendingCloudwatchLogsExports
|
1126
|
+
|
1127
|
+
PendingMaintenanceAction.add_member(:action, Shapes::ShapeRef.new(shape: String, location_name: "Action"))
|
1128
|
+
PendingMaintenanceAction.add_member(:auto_applied_after_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "AutoAppliedAfterDate"))
|
1129
|
+
PendingMaintenanceAction.add_member(:forced_apply_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "ForcedApplyDate"))
|
1130
|
+
PendingMaintenanceAction.add_member(:opt_in_status, Shapes::ShapeRef.new(shape: String, location_name: "OptInStatus"))
|
1131
|
+
PendingMaintenanceAction.add_member(:current_apply_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "CurrentApplyDate"))
|
1132
|
+
PendingMaintenanceAction.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
1133
|
+
PendingMaintenanceAction.struct_class = Types::PendingMaintenanceAction
|
1134
|
+
|
1135
|
+
PendingMaintenanceActionDetails.member = Shapes::ShapeRef.new(shape: PendingMaintenanceAction, location_name: "PendingMaintenanceAction")
|
1136
|
+
|
1137
|
+
PendingMaintenanceActions.member = Shapes::ShapeRef.new(shape: ResourcePendingMaintenanceActions, location_name: "ResourcePendingMaintenanceActions")
|
1138
|
+
|
1139
|
+
PendingMaintenanceActionsMessage.add_member(:pending_maintenance_actions, Shapes::ShapeRef.new(shape: PendingMaintenanceActions, location_name: "PendingMaintenanceActions"))
|
1140
|
+
PendingMaintenanceActionsMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
|
1141
|
+
PendingMaintenanceActionsMessage.struct_class = Types::PendingMaintenanceActionsMessage
|
1142
|
+
|
1143
|
+
PendingModifiedValues.add_member(:db_instance_class, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceClass"))
|
1144
|
+
PendingModifiedValues.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
|
1145
|
+
PendingModifiedValues.add_member(:master_user_password, Shapes::ShapeRef.new(shape: String, location_name: "MasterUserPassword"))
|
1146
|
+
PendingModifiedValues.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1147
|
+
PendingModifiedValues.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
|
1148
|
+
PendingModifiedValues.add_member(:multi_az, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "MultiAZ"))
|
1149
|
+
PendingModifiedValues.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1150
|
+
PendingModifiedValues.add_member(:license_model, Shapes::ShapeRef.new(shape: String, location_name: "LicenseModel"))
|
1151
|
+
PendingModifiedValues.add_member(:iops, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Iops"))
|
1152
|
+
PendingModifiedValues.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, location_name: "DBInstanceIdentifier"))
|
1153
|
+
PendingModifiedValues.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
1154
|
+
PendingModifiedValues.add_member(:ca_certificate_identifier, Shapes::ShapeRef.new(shape: String, location_name: "CACertificateIdentifier"))
|
1155
|
+
PendingModifiedValues.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1156
|
+
PendingModifiedValues.add_member(:pending_cloudwatch_logs_exports, Shapes::ShapeRef.new(shape: PendingCloudwatchLogsExports, location_name: "PendingCloudwatchLogsExports"))
|
1157
|
+
PendingModifiedValues.struct_class = Types::PendingModifiedValues
|
1158
|
+
|
1159
|
+
PromoteReadReplicaDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1160
|
+
PromoteReadReplicaDBClusterMessage.struct_class = Types::PromoteReadReplicaDBClusterMessage
|
1161
|
+
|
1162
|
+
PromoteReadReplicaDBClusterResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1163
|
+
PromoteReadReplicaDBClusterResult.struct_class = Types::PromoteReadReplicaDBClusterResult
|
1164
|
+
|
1165
|
+
Range.add_member(:from, Shapes::ShapeRef.new(shape: Integer, location_name: "From"))
|
1166
|
+
Range.add_member(:to, Shapes::ShapeRef.new(shape: Integer, location_name: "To"))
|
1167
|
+
Range.add_member(:step, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Step"))
|
1168
|
+
Range.struct_class = Types::Range
|
1169
|
+
|
1170
|
+
RangeList.member = Shapes::ShapeRef.new(shape: Range, location_name: "Range")
|
1171
|
+
|
1172
|
+
ReadReplicaDBClusterIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaDBClusterIdentifier")
|
1173
|
+
|
1174
|
+
ReadReplicaDBInstanceIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaDBInstanceIdentifier")
|
1175
|
+
|
1176
|
+
ReadReplicaIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "ReadReplicaIdentifier")
|
1177
|
+
|
1178
|
+
RebootDBInstanceMessage.add_member(:db_instance_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBInstanceIdentifier"))
|
1179
|
+
RebootDBInstanceMessage.add_member(:force_failover, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "ForceFailover"))
|
1180
|
+
RebootDBInstanceMessage.struct_class = Types::RebootDBInstanceMessage
|
1181
|
+
|
1182
|
+
RebootDBInstanceResult.add_member(:db_instance, Shapes::ShapeRef.new(shape: DBInstance, location_name: "DBInstance"))
|
1183
|
+
RebootDBInstanceResult.struct_class = Types::RebootDBInstanceResult
|
1184
|
+
|
1185
|
+
RemoveRoleFromDBClusterMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1186
|
+
RemoveRoleFromDBClusterMessage.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "RoleArn"))
|
1187
|
+
RemoveRoleFromDBClusterMessage.struct_class = Types::RemoveRoleFromDBClusterMessage
|
1188
|
+
|
1189
|
+
RemoveSourceIdentifierFromSubscriptionMessage.add_member(:subscription_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SubscriptionName"))
|
1190
|
+
RemoveSourceIdentifierFromSubscriptionMessage.add_member(:source_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceIdentifier"))
|
1191
|
+
RemoveSourceIdentifierFromSubscriptionMessage.struct_class = Types::RemoveSourceIdentifierFromSubscriptionMessage
|
1192
|
+
|
1193
|
+
RemoveSourceIdentifierFromSubscriptionResult.add_member(:event_subscription, Shapes::ShapeRef.new(shape: EventSubscription, location_name: "EventSubscription"))
|
1194
|
+
RemoveSourceIdentifierFromSubscriptionResult.struct_class = Types::RemoveSourceIdentifierFromSubscriptionResult
|
1195
|
+
|
1196
|
+
RemoveTagsFromResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
|
1197
|
+
RemoveTagsFromResourceMessage.add_member(:tag_keys, Shapes::ShapeRef.new(shape: KeyList, required: true, location_name: "TagKeys"))
|
1198
|
+
RemoveTagsFromResourceMessage.struct_class = Types::RemoveTagsFromResourceMessage
|
1199
|
+
|
1200
|
+
ResetDBClusterParameterGroupMessage.add_member(:db_cluster_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterParameterGroupName"))
|
1201
|
+
ResetDBClusterParameterGroupMessage.add_member(:reset_all_parameters, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetAllParameters"))
|
1202
|
+
ResetDBClusterParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
|
1203
|
+
ResetDBClusterParameterGroupMessage.struct_class = Types::ResetDBClusterParameterGroupMessage
|
1204
|
+
|
1205
|
+
ResetDBParameterGroupMessage.add_member(:db_parameter_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBParameterGroupName"))
|
1206
|
+
ResetDBParameterGroupMessage.add_member(:reset_all_parameters, Shapes::ShapeRef.new(shape: Boolean, location_name: "ResetAllParameters"))
|
1207
|
+
ResetDBParameterGroupMessage.add_member(:parameters, Shapes::ShapeRef.new(shape: ParametersList, location_name: "Parameters"))
|
1208
|
+
ResetDBParameterGroupMessage.struct_class = Types::ResetDBParameterGroupMessage
|
1209
|
+
|
1210
|
+
ResourcePendingMaintenanceActions.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: String, location_name: "ResourceIdentifier"))
|
1211
|
+
ResourcePendingMaintenanceActions.add_member(:pending_maintenance_action_details, Shapes::ShapeRef.new(shape: PendingMaintenanceActionDetails, location_name: "PendingMaintenanceActionDetails"))
|
1212
|
+
ResourcePendingMaintenanceActions.struct_class = Types::ResourcePendingMaintenanceActions
|
1213
|
+
|
1214
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
|
1215
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1216
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:snapshot_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SnapshotIdentifier"))
|
1217
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
|
1218
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1219
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1220
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1221
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "DatabaseName"))
|
1222
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1223
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
1224
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1225
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
1226
|
+
RestoreDBClusterFromSnapshotMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
|
1227
|
+
RestoreDBClusterFromSnapshotMessage.struct_class = Types::RestoreDBClusterFromSnapshotMessage
|
1228
|
+
|
1229
|
+
RestoreDBClusterFromSnapshotResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1230
|
+
RestoreDBClusterFromSnapshotResult.struct_class = Types::RestoreDBClusterFromSnapshotResult
|
1231
|
+
|
1232
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
|
1233
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:restore_type, Shapes::ShapeRef.new(shape: String, location_name: "RestoreType"))
|
1234
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:source_db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "SourceDBClusterIdentifier"))
|
1235
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:restore_to_time, Shapes::ShapeRef.new(shape: TStamp, location_name: "RestoreToTime"))
|
1236
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:use_latest_restorable_time, Shapes::ShapeRef.new(shape: Boolean, location_name: "UseLatestRestorableTime"))
|
1237
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:port, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "Port"))
|
1238
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:db_subnet_group_name, Shapes::ShapeRef.new(shape: String, location_name: "DBSubnetGroupName"))
|
1239
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, location_name: "OptionGroupName"))
|
1240
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:vpc_security_group_ids, Shapes::ShapeRef.new(shape: VpcSecurityGroupIdList, location_name: "VpcSecurityGroupIds"))
|
1241
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
1242
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: String, location_name: "KmsKeyId"))
|
1243
|
+
RestoreDBClusterToPointInTimeMessage.add_member(:enable_iam_database_authentication, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "EnableIAMDatabaseAuthentication"))
|
1244
|
+
RestoreDBClusterToPointInTimeMessage.struct_class = Types::RestoreDBClusterToPointInTimeMessage
|
1245
|
+
|
1246
|
+
RestoreDBClusterToPointInTimeResult.add_member(:db_cluster, Shapes::ShapeRef.new(shape: DBCluster, location_name: "DBCluster"))
|
1247
|
+
RestoreDBClusterToPointInTimeResult.struct_class = Types::RestoreDBClusterToPointInTimeResult
|
1248
|
+
|
1249
|
+
SourceIdsList.member = Shapes::ShapeRef.new(shape: String, location_name: "SourceId")
|
1250
|
+
|
1251
|
+
Subnet.add_member(:subnet_identifier, Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier"))
|
1252
|
+
Subnet.add_member(:subnet_availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "SubnetAvailabilityZone"))
|
1253
|
+
Subnet.add_member(:subnet_status, Shapes::ShapeRef.new(shape: String, location_name: "SubnetStatus"))
|
1254
|
+
Subnet.struct_class = Types::Subnet
|
1255
|
+
|
1256
|
+
SubnetIdentifierList.member = Shapes::ShapeRef.new(shape: String, location_name: "SubnetIdentifier")
|
1257
|
+
|
1258
|
+
SubnetList.member = Shapes::ShapeRef.new(shape: Subnet, location_name: "Subnet")
|
1259
|
+
|
1260
|
+
SupportedCharacterSetsList.member = Shapes::ShapeRef.new(shape: CharacterSet, location_name: "CharacterSet")
|
1261
|
+
|
1262
|
+
SupportedTimezonesList.member = Shapes::ShapeRef.new(shape: Timezone, location_name: "Timezone")
|
1263
|
+
|
1264
|
+
Tag.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "Key"))
|
1265
|
+
Tag.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "Value"))
|
1266
|
+
Tag.struct_class = Types::Tag
|
1267
|
+
|
1268
|
+
TagList.member = Shapes::ShapeRef.new(shape: Tag, location_name: "Tag")
|
1269
|
+
|
1270
|
+
TagListMessage.add_member(:tag_list, Shapes::ShapeRef.new(shape: TagList, location_name: "TagList"))
|
1271
|
+
TagListMessage.struct_class = Types::TagListMessage
|
1272
|
+
|
1273
|
+
Timezone.add_member(:timezone_name, Shapes::ShapeRef.new(shape: String, location_name: "TimezoneName"))
|
1274
|
+
Timezone.struct_class = Types::Timezone
|
1275
|
+
|
1276
|
+
UpgradeTarget.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
|
1277
|
+
UpgradeTarget.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
|
1278
|
+
UpgradeTarget.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
|
1279
|
+
UpgradeTarget.add_member(:auto_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoUpgrade"))
|
1280
|
+
UpgradeTarget.add_member(:is_major_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "IsMajorVersionUpgrade"))
|
1281
|
+
UpgradeTarget.struct_class = Types::UpgradeTarget
|
1282
|
+
|
1283
|
+
ValidDBInstanceModificationsMessage.add_member(:storage, Shapes::ShapeRef.new(shape: ValidStorageOptionsList, location_name: "Storage"))
|
1284
|
+
ValidDBInstanceModificationsMessage.struct_class = Types::ValidDBInstanceModificationsMessage
|
1285
|
+
|
1286
|
+
ValidStorageOptions.add_member(:storage_type, Shapes::ShapeRef.new(shape: String, location_name: "StorageType"))
|
1287
|
+
ValidStorageOptions.add_member(:storage_size, Shapes::ShapeRef.new(shape: RangeList, location_name: "StorageSize"))
|
1288
|
+
ValidStorageOptions.add_member(:provisioned_iops, Shapes::ShapeRef.new(shape: RangeList, location_name: "ProvisionedIops"))
|
1289
|
+
ValidStorageOptions.add_member(:iops_to_storage_ratio, Shapes::ShapeRef.new(shape: DoubleRangeList, location_name: "IopsToStorageRatio"))
|
1290
|
+
ValidStorageOptions.struct_class = Types::ValidStorageOptions
|
1291
|
+
|
1292
|
+
ValidStorageOptionsList.member = Shapes::ShapeRef.new(shape: ValidStorageOptions, location_name: "ValidStorageOptions")
|
1293
|
+
|
1294
|
+
ValidUpgradeTargetList.member = Shapes::ShapeRef.new(shape: UpgradeTarget, location_name: "UpgradeTarget")
|
1295
|
+
|
1296
|
+
VpcSecurityGroupIdList.member = Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId")
|
1297
|
+
|
1298
|
+
VpcSecurityGroupMembership.add_member(:vpc_security_group_id, Shapes::ShapeRef.new(shape: String, location_name: "VpcSecurityGroupId"))
|
1299
|
+
VpcSecurityGroupMembership.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
|
1300
|
+
VpcSecurityGroupMembership.struct_class = Types::VpcSecurityGroupMembership
|
1301
|
+
|
1302
|
+
VpcSecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: VpcSecurityGroupMembership, location_name: "VpcSecurityGroupMembership")
|
1303
|
+
|
1304
|
+
|
1305
|
+
# @api private
|
1306
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
1307
|
+
|
1308
|
+
api.version = "2014-10-31"
|
1309
|
+
|
1310
|
+
api.metadata = {
|
1311
|
+
"endpointPrefix" => "rds",
|
1312
|
+
"protocol" => "query",
|
1313
|
+
"serviceFullName" => "Amazon Neptune",
|
1314
|
+
"signatureVersion" => "v4",
|
1315
|
+
"signingName" => "rds",
|
1316
|
+
"xmlNamespace" => "http://rds.amazonaws.com/doc/2014-10-31/",
|
1317
|
+
}
|
1318
|
+
|
1319
|
+
api.add_operation(:add_role_to_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
1320
|
+
o.name = "AddRoleToDBCluster"
|
1321
|
+
o.http_method = "POST"
|
1322
|
+
o.http_request_uri = "/"
|
1323
|
+
o.input = Shapes::ShapeRef.new(shape: AddRoleToDBClusterMessage)
|
1324
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1325
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1326
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterRoleAlreadyExistsFault)
|
1327
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1328
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterRoleQuotaExceededFault)
|
1329
|
+
end)
|
1330
|
+
|
1331
|
+
api.add_operation(:add_source_identifier_to_subscription, Seahorse::Model::Operation.new.tap do |o|
|
1332
|
+
o.name = "AddSourceIdentifierToSubscription"
|
1333
|
+
o.http_method = "POST"
|
1334
|
+
o.http_request_uri = "/"
|
1335
|
+
o.input = Shapes::ShapeRef.new(shape: AddSourceIdentifierToSubscriptionMessage)
|
1336
|
+
o.output = Shapes::ShapeRef.new(shape: AddSourceIdentifierToSubscriptionResult)
|
1337
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionNotFoundFault)
|
1338
|
+
o.errors << Shapes::ShapeRef.new(shape: SourceNotFoundFault)
|
1339
|
+
end)
|
1340
|
+
|
1341
|
+
api.add_operation(:add_tags_to_resource, Seahorse::Model::Operation.new.tap do |o|
|
1342
|
+
o.name = "AddTagsToResource"
|
1343
|
+
o.http_method = "POST"
|
1344
|
+
o.http_request_uri = "/"
|
1345
|
+
o.input = Shapes::ShapeRef.new(shape: AddTagsToResourceMessage)
|
1346
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1347
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
1348
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
1349
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1350
|
+
end)
|
1351
|
+
|
1352
|
+
api.add_operation(:apply_pending_maintenance_action, Seahorse::Model::Operation.new.tap do |o|
|
1353
|
+
o.name = "ApplyPendingMaintenanceAction"
|
1354
|
+
o.http_method = "POST"
|
1355
|
+
o.http_request_uri = "/"
|
1356
|
+
o.input = Shapes::ShapeRef.new(shape: ApplyPendingMaintenanceActionMessage)
|
1357
|
+
o.output = Shapes::ShapeRef.new(shape: ApplyPendingMaintenanceActionResult)
|
1358
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
1359
|
+
end)
|
1360
|
+
|
1361
|
+
api.add_operation(:copy_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1362
|
+
o.name = "CopyDBClusterParameterGroup"
|
1363
|
+
o.http_method = "POST"
|
1364
|
+
o.http_request_uri = "/"
|
1365
|
+
o.input = Shapes::ShapeRef.new(shape: CopyDBClusterParameterGroupMessage)
|
1366
|
+
o.output = Shapes::ShapeRef.new(shape: CopyDBClusterParameterGroupResult)
|
1367
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1368
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupQuotaExceededFault)
|
1369
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupAlreadyExistsFault)
|
1370
|
+
end)
|
1371
|
+
|
1372
|
+
api.add_operation(:copy_db_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
1373
|
+
o.name = "CopyDBClusterSnapshot"
|
1374
|
+
o.http_method = "POST"
|
1375
|
+
o.http_request_uri = "/"
|
1376
|
+
o.input = Shapes::ShapeRef.new(shape: CopyDBClusterSnapshotMessage)
|
1377
|
+
o.output = Shapes::ShapeRef.new(shape: CopyDBClusterSnapshotResult)
|
1378
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotAlreadyExistsFault)
|
1379
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
1380
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1381
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
1382
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
1383
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
1384
|
+
end)
|
1385
|
+
|
1386
|
+
api.add_operation(:copy_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1387
|
+
o.name = "CopyDBParameterGroup"
|
1388
|
+
o.http_method = "POST"
|
1389
|
+
o.http_request_uri = "/"
|
1390
|
+
o.input = Shapes::ShapeRef.new(shape: CopyDBParameterGroupMessage)
|
1391
|
+
o.output = Shapes::ShapeRef.new(shape: CopyDBParameterGroupResult)
|
1392
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1393
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupAlreadyExistsFault)
|
1394
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupQuotaExceededFault)
|
1395
|
+
end)
|
1396
|
+
|
1397
|
+
api.add_operation(:create_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
1398
|
+
o.name = "CreateDBCluster"
|
1399
|
+
o.http_method = "POST"
|
1400
|
+
o.http_request_uri = "/"
|
1401
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBClusterMessage)
|
1402
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBClusterResult)
|
1403
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
|
1404
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientStorageClusterCapacityFault)
|
1405
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterQuotaExceededFault)
|
1406
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
1407
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
1408
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
1409
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1410
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetGroupStateFault)
|
1411
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
1412
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
1413
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
|
1414
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
1415
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1416
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
1417
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
|
1418
|
+
end)
|
1419
|
+
|
1420
|
+
api.add_operation(:create_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1421
|
+
o.name = "CreateDBClusterParameterGroup"
|
1422
|
+
o.http_method = "POST"
|
1423
|
+
o.http_request_uri = "/"
|
1424
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBClusterParameterGroupMessage)
|
1425
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBClusterParameterGroupResult)
|
1426
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupQuotaExceededFault)
|
1427
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupAlreadyExistsFault)
|
1428
|
+
end)
|
1429
|
+
|
1430
|
+
api.add_operation(:create_db_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
1431
|
+
o.name = "CreateDBClusterSnapshot"
|
1432
|
+
o.http_method = "POST"
|
1433
|
+
o.http_request_uri = "/"
|
1434
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBClusterSnapshotMessage)
|
1435
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBClusterSnapshotResult)
|
1436
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotAlreadyExistsFault)
|
1437
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1438
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1439
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
1440
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
1441
|
+
end)
|
1442
|
+
|
1443
|
+
api.add_operation(:create_db_instance, Seahorse::Model::Operation.new.tap do |o|
|
1444
|
+
o.name = "CreateDBInstance"
|
1445
|
+
o.http_method = "POST"
|
1446
|
+
o.http_request_uri = "/"
|
1447
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBInstanceMessage)
|
1448
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBInstanceResult)
|
1449
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceAlreadyExistsFault)
|
1450
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
1451
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1452
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
|
1453
|
+
o.errors << Shapes::ShapeRef.new(shape: InstanceQuotaExceededFault)
|
1454
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
1455
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
1456
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
|
1457
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1458
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
1459
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
1460
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedIopsNotAvailableInAZFault)
|
1461
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
1462
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1463
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
|
1464
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationNotFoundFault)
|
1465
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
1466
|
+
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
1467
|
+
end)
|
1468
|
+
|
1469
|
+
api.add_operation(:create_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1470
|
+
o.name = "CreateDBParameterGroup"
|
1471
|
+
o.http_method = "POST"
|
1472
|
+
o.http_request_uri = "/"
|
1473
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBParameterGroupMessage)
|
1474
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBParameterGroupResult)
|
1475
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupQuotaExceededFault)
|
1476
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupAlreadyExistsFault)
|
1477
|
+
end)
|
1478
|
+
|
1479
|
+
api.add_operation(:create_db_subnet_group, Seahorse::Model::Operation.new.tap do |o|
|
1480
|
+
o.name = "CreateDBSubnetGroup"
|
1481
|
+
o.http_method = "POST"
|
1482
|
+
o.http_request_uri = "/"
|
1483
|
+
o.input = Shapes::ShapeRef.new(shape: CreateDBSubnetGroupMessage)
|
1484
|
+
o.output = Shapes::ShapeRef.new(shape: CreateDBSubnetGroupResult)
|
1485
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupAlreadyExistsFault)
|
1486
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupQuotaExceededFault)
|
1487
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetQuotaExceededFault)
|
1488
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
|
1489
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
1490
|
+
end)
|
1491
|
+
|
1492
|
+
api.add_operation(:create_event_subscription, Seahorse::Model::Operation.new.tap do |o|
|
1493
|
+
o.name = "CreateEventSubscription"
|
1494
|
+
o.http_method = "POST"
|
1495
|
+
o.http_request_uri = "/"
|
1496
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEventSubscriptionMessage)
|
1497
|
+
o.output = Shapes::ShapeRef.new(shape: CreateEventSubscriptionResult)
|
1498
|
+
o.errors << Shapes::ShapeRef.new(shape: EventSubscriptionQuotaExceededFault)
|
1499
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionAlreadyExistFault)
|
1500
|
+
o.errors << Shapes::ShapeRef.new(shape: SNSInvalidTopicFault)
|
1501
|
+
o.errors << Shapes::ShapeRef.new(shape: SNSNoAuthorizationFault)
|
1502
|
+
o.errors << Shapes::ShapeRef.new(shape: SNSTopicArnNotFoundFault)
|
1503
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionCategoryNotFoundFault)
|
1504
|
+
o.errors << Shapes::ShapeRef.new(shape: SourceNotFoundFault)
|
1505
|
+
end)
|
1506
|
+
|
1507
|
+
api.add_operation(:delete_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
1508
|
+
o.name = "DeleteDBCluster"
|
1509
|
+
o.http_method = "POST"
|
1510
|
+
o.http_request_uri = "/"
|
1511
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBClusterMessage)
|
1512
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDBClusterResult)
|
1513
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1514
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1515
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotAlreadyExistsFault)
|
1516
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
1517
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
1518
|
+
end)
|
1519
|
+
|
1520
|
+
api.add_operation(:delete_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1521
|
+
o.name = "DeleteDBClusterParameterGroup"
|
1522
|
+
o.http_method = "POST"
|
1523
|
+
o.http_request_uri = "/"
|
1524
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBClusterParameterGroupMessage)
|
1525
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1526
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
|
1527
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1528
|
+
end)
|
1529
|
+
|
1530
|
+
api.add_operation(:delete_db_cluster_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
1531
|
+
o.name = "DeleteDBClusterSnapshot"
|
1532
|
+
o.http_method = "POST"
|
1533
|
+
o.http_request_uri = "/"
|
1534
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBClusterSnapshotMessage)
|
1535
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDBClusterSnapshotResult)
|
1536
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
1537
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
1538
|
+
end)
|
1539
|
+
|
1540
|
+
api.add_operation(:delete_db_instance, Seahorse::Model::Operation.new.tap do |o|
|
1541
|
+
o.name = "DeleteDBInstance"
|
1542
|
+
o.http_method = "POST"
|
1543
|
+
o.http_request_uri = "/"
|
1544
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBInstanceMessage)
|
1545
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteDBInstanceResult)
|
1546
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
1547
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
1548
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotAlreadyExistsFault)
|
1549
|
+
o.errors << Shapes::ShapeRef.new(shape: SnapshotQuotaExceededFault)
|
1550
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1551
|
+
end)
|
1552
|
+
|
1553
|
+
api.add_operation(:delete_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1554
|
+
o.name = "DeleteDBParameterGroup"
|
1555
|
+
o.http_method = "POST"
|
1556
|
+
o.http_request_uri = "/"
|
1557
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBParameterGroupMessage)
|
1558
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1559
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
|
1560
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1561
|
+
end)
|
1562
|
+
|
1563
|
+
api.add_operation(:delete_db_subnet_group, Seahorse::Model::Operation.new.tap do |o|
|
1564
|
+
o.name = "DeleteDBSubnetGroup"
|
1565
|
+
o.http_method = "POST"
|
1566
|
+
o.http_request_uri = "/"
|
1567
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteDBSubnetGroupMessage)
|
1568
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1569
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetGroupStateFault)
|
1570
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetStateFault)
|
1571
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
1572
|
+
end)
|
1573
|
+
|
1574
|
+
api.add_operation(:delete_event_subscription, Seahorse::Model::Operation.new.tap do |o|
|
1575
|
+
o.name = "DeleteEventSubscription"
|
1576
|
+
o.http_method = "POST"
|
1577
|
+
o.http_request_uri = "/"
|
1578
|
+
o.input = Shapes::ShapeRef.new(shape: DeleteEventSubscriptionMessage)
|
1579
|
+
o.output = Shapes::ShapeRef.new(shape: DeleteEventSubscriptionResult)
|
1580
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionNotFoundFault)
|
1581
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidEventSubscriptionStateFault)
|
1582
|
+
end)
|
1583
|
+
|
1584
|
+
api.add_operation(:describe_db_cluster_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
|
1585
|
+
o.name = "DescribeDBClusterParameterGroups"
|
1586
|
+
o.http_method = "POST"
|
1587
|
+
o.http_request_uri = "/"
|
1588
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterParameterGroupsMessage)
|
1589
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupsMessage)
|
1590
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1591
|
+
end)
|
1592
|
+
|
1593
|
+
api.add_operation(:describe_db_cluster_parameters, Seahorse::Model::Operation.new.tap do |o|
|
1594
|
+
o.name = "DescribeDBClusterParameters"
|
1595
|
+
o.http_method = "POST"
|
1596
|
+
o.http_request_uri = "/"
|
1597
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterParametersMessage)
|
1598
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupDetails)
|
1599
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1600
|
+
end)
|
1601
|
+
|
1602
|
+
api.add_operation(:describe_db_cluster_snapshot_attributes, Seahorse::Model::Operation.new.tap do |o|
|
1603
|
+
o.name = "DescribeDBClusterSnapshotAttributes"
|
1604
|
+
o.http_method = "POST"
|
1605
|
+
o.http_request_uri = "/"
|
1606
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterSnapshotAttributesMessage)
|
1607
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeDBClusterSnapshotAttributesResult)
|
1608
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
1609
|
+
end)
|
1610
|
+
|
1611
|
+
api.add_operation(:describe_db_cluster_snapshots, Seahorse::Model::Operation.new.tap do |o|
|
1612
|
+
o.name = "DescribeDBClusterSnapshots"
|
1613
|
+
o.http_method = "POST"
|
1614
|
+
o.http_request_uri = "/"
|
1615
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBClusterSnapshotsMessage)
|
1616
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterSnapshotMessage)
|
1617
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
1618
|
+
end)
|
1619
|
+
|
1620
|
+
api.add_operation(:describe_db_clusters, Seahorse::Model::Operation.new.tap do |o|
|
1621
|
+
o.name = "DescribeDBClusters"
|
1622
|
+
o.http_method = "POST"
|
1623
|
+
o.http_request_uri = "/"
|
1624
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBClustersMessage)
|
1625
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterMessage)
|
1626
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1627
|
+
end)
|
1628
|
+
|
1629
|
+
api.add_operation(:describe_db_engine_versions, Seahorse::Model::Operation.new.tap do |o|
|
1630
|
+
o.name = "DescribeDBEngineVersions"
|
1631
|
+
o.http_method = "POST"
|
1632
|
+
o.http_request_uri = "/"
|
1633
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBEngineVersionsMessage)
|
1634
|
+
o.output = Shapes::ShapeRef.new(shape: DBEngineVersionMessage)
|
1635
|
+
o[:pager] = Aws::Pager.new(
|
1636
|
+
limit_key: "max_records",
|
1637
|
+
tokens: {
|
1638
|
+
"marker" => "marker"
|
1639
|
+
}
|
1640
|
+
)
|
1641
|
+
end)
|
1642
|
+
|
1643
|
+
api.add_operation(:describe_db_instances, Seahorse::Model::Operation.new.tap do |o|
|
1644
|
+
o.name = "DescribeDBInstances"
|
1645
|
+
o.http_method = "POST"
|
1646
|
+
o.http_request_uri = "/"
|
1647
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBInstancesMessage)
|
1648
|
+
o.output = Shapes::ShapeRef.new(shape: DBInstanceMessage)
|
1649
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
1650
|
+
o[:pager] = Aws::Pager.new(
|
1651
|
+
limit_key: "max_records",
|
1652
|
+
tokens: {
|
1653
|
+
"marker" => "marker"
|
1654
|
+
}
|
1655
|
+
)
|
1656
|
+
end)
|
1657
|
+
|
1658
|
+
api.add_operation(:describe_db_parameter_groups, Seahorse::Model::Operation.new.tap do |o|
|
1659
|
+
o.name = "DescribeDBParameterGroups"
|
1660
|
+
o.http_method = "POST"
|
1661
|
+
o.http_request_uri = "/"
|
1662
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBParameterGroupsMessage)
|
1663
|
+
o.output = Shapes::ShapeRef.new(shape: DBParameterGroupsMessage)
|
1664
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1665
|
+
o[:pager] = Aws::Pager.new(
|
1666
|
+
limit_key: "max_records",
|
1667
|
+
tokens: {
|
1668
|
+
"marker" => "marker"
|
1669
|
+
}
|
1670
|
+
)
|
1671
|
+
end)
|
1672
|
+
|
1673
|
+
api.add_operation(:describe_db_parameters, Seahorse::Model::Operation.new.tap do |o|
|
1674
|
+
o.name = "DescribeDBParameters"
|
1675
|
+
o.http_method = "POST"
|
1676
|
+
o.http_request_uri = "/"
|
1677
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBParametersMessage)
|
1678
|
+
o.output = Shapes::ShapeRef.new(shape: DBParameterGroupDetails)
|
1679
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1680
|
+
o[:pager] = Aws::Pager.new(
|
1681
|
+
limit_key: "max_records",
|
1682
|
+
tokens: {
|
1683
|
+
"marker" => "marker"
|
1684
|
+
}
|
1685
|
+
)
|
1686
|
+
end)
|
1687
|
+
|
1688
|
+
api.add_operation(:describe_db_subnet_groups, Seahorse::Model::Operation.new.tap do |o|
|
1689
|
+
o.name = "DescribeDBSubnetGroups"
|
1690
|
+
o.http_method = "POST"
|
1691
|
+
o.http_request_uri = "/"
|
1692
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeDBSubnetGroupsMessage)
|
1693
|
+
o.output = Shapes::ShapeRef.new(shape: DBSubnetGroupMessage)
|
1694
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
1695
|
+
o[:pager] = Aws::Pager.new(
|
1696
|
+
limit_key: "max_records",
|
1697
|
+
tokens: {
|
1698
|
+
"marker" => "marker"
|
1699
|
+
}
|
1700
|
+
)
|
1701
|
+
end)
|
1702
|
+
|
1703
|
+
api.add_operation(:describe_engine_default_cluster_parameters, Seahorse::Model::Operation.new.tap do |o|
|
1704
|
+
o.name = "DescribeEngineDefaultClusterParameters"
|
1705
|
+
o.http_method = "POST"
|
1706
|
+
o.http_request_uri = "/"
|
1707
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEngineDefaultClusterParametersMessage)
|
1708
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEngineDefaultClusterParametersResult)
|
1709
|
+
end)
|
1710
|
+
|
1711
|
+
api.add_operation(:describe_engine_default_parameters, Seahorse::Model::Operation.new.tap do |o|
|
1712
|
+
o.name = "DescribeEngineDefaultParameters"
|
1713
|
+
o.http_method = "POST"
|
1714
|
+
o.http_request_uri = "/"
|
1715
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEngineDefaultParametersMessage)
|
1716
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeEngineDefaultParametersResult)
|
1717
|
+
o[:pager] = Aws::Pager.new(
|
1718
|
+
limit_key: "max_records",
|
1719
|
+
tokens: {
|
1720
|
+
"engine_defaults.marker" => "marker"
|
1721
|
+
}
|
1722
|
+
)
|
1723
|
+
end)
|
1724
|
+
|
1725
|
+
api.add_operation(:describe_event_categories, Seahorse::Model::Operation.new.tap do |o|
|
1726
|
+
o.name = "DescribeEventCategories"
|
1727
|
+
o.http_method = "POST"
|
1728
|
+
o.http_request_uri = "/"
|
1729
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEventCategoriesMessage)
|
1730
|
+
o.output = Shapes::ShapeRef.new(shape: EventCategoriesMessage)
|
1731
|
+
end)
|
1732
|
+
|
1733
|
+
api.add_operation(:describe_event_subscriptions, Seahorse::Model::Operation.new.tap do |o|
|
1734
|
+
o.name = "DescribeEventSubscriptions"
|
1735
|
+
o.http_method = "POST"
|
1736
|
+
o.http_request_uri = "/"
|
1737
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEventSubscriptionsMessage)
|
1738
|
+
o.output = Shapes::ShapeRef.new(shape: EventSubscriptionsMessage)
|
1739
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionNotFoundFault)
|
1740
|
+
o[:pager] = Aws::Pager.new(
|
1741
|
+
limit_key: "max_records",
|
1742
|
+
tokens: {
|
1743
|
+
"marker" => "marker"
|
1744
|
+
}
|
1745
|
+
)
|
1746
|
+
end)
|
1747
|
+
|
1748
|
+
api.add_operation(:describe_events, Seahorse::Model::Operation.new.tap do |o|
|
1749
|
+
o.name = "DescribeEvents"
|
1750
|
+
o.http_method = "POST"
|
1751
|
+
o.http_request_uri = "/"
|
1752
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeEventsMessage)
|
1753
|
+
o.output = Shapes::ShapeRef.new(shape: EventsMessage)
|
1754
|
+
o[:pager] = Aws::Pager.new(
|
1755
|
+
limit_key: "max_records",
|
1756
|
+
tokens: {
|
1757
|
+
"marker" => "marker"
|
1758
|
+
}
|
1759
|
+
)
|
1760
|
+
end)
|
1761
|
+
|
1762
|
+
api.add_operation(:describe_orderable_db_instance_options, Seahorse::Model::Operation.new.tap do |o|
|
1763
|
+
o.name = "DescribeOrderableDBInstanceOptions"
|
1764
|
+
o.http_method = "POST"
|
1765
|
+
o.http_request_uri = "/"
|
1766
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeOrderableDBInstanceOptionsMessage)
|
1767
|
+
o.output = Shapes::ShapeRef.new(shape: OrderableDBInstanceOptionsMessage)
|
1768
|
+
o[:pager] = Aws::Pager.new(
|
1769
|
+
limit_key: "max_records",
|
1770
|
+
tokens: {
|
1771
|
+
"marker" => "marker"
|
1772
|
+
}
|
1773
|
+
)
|
1774
|
+
end)
|
1775
|
+
|
1776
|
+
api.add_operation(:describe_pending_maintenance_actions, Seahorse::Model::Operation.new.tap do |o|
|
1777
|
+
o.name = "DescribePendingMaintenanceActions"
|
1778
|
+
o.http_method = "POST"
|
1779
|
+
o.http_request_uri = "/"
|
1780
|
+
o.input = Shapes::ShapeRef.new(shape: DescribePendingMaintenanceActionsMessage)
|
1781
|
+
o.output = Shapes::ShapeRef.new(shape: PendingMaintenanceActionsMessage)
|
1782
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundFault)
|
1783
|
+
end)
|
1784
|
+
|
1785
|
+
api.add_operation(:describe_valid_db_instance_modifications, Seahorse::Model::Operation.new.tap do |o|
|
1786
|
+
o.name = "DescribeValidDBInstanceModifications"
|
1787
|
+
o.http_method = "POST"
|
1788
|
+
o.http_request_uri = "/"
|
1789
|
+
o.input = Shapes::ShapeRef.new(shape: DescribeValidDBInstanceModificationsMessage)
|
1790
|
+
o.output = Shapes::ShapeRef.new(shape: DescribeValidDBInstanceModificationsResult)
|
1791
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
1792
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
1793
|
+
end)
|
1794
|
+
|
1795
|
+
api.add_operation(:failover_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
1796
|
+
o.name = "FailoverDBCluster"
|
1797
|
+
o.http_method = "POST"
|
1798
|
+
o.http_request_uri = "/"
|
1799
|
+
o.input = Shapes::ShapeRef.new(shape: FailoverDBClusterMessage)
|
1800
|
+
o.output = Shapes::ShapeRef.new(shape: FailoverDBClusterResult)
|
1801
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1802
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1803
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
1804
|
+
end)
|
1805
|
+
|
1806
|
+
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
1807
|
+
o.name = "ListTagsForResource"
|
1808
|
+
o.http_method = "POST"
|
1809
|
+
o.http_request_uri = "/"
|
1810
|
+
o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceMessage)
|
1811
|
+
o.output = Shapes::ShapeRef.new(shape: TagListMessage)
|
1812
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
1813
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
1814
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1815
|
+
end)
|
1816
|
+
|
1817
|
+
api.add_operation(:modify_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
1818
|
+
o.name = "ModifyDBCluster"
|
1819
|
+
o.http_method = "POST"
|
1820
|
+
o.http_request_uri = "/"
|
1821
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBClusterMessage)
|
1822
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyDBClusterResult)
|
1823
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1824
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1825
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
1826
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
1827
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
1828
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSubnetGroupStateFault)
|
1829
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
1830
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterParameterGroupNotFoundFault)
|
1831
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSecurityGroupStateFault)
|
1832
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
1833
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
|
1834
|
+
end)
|
1835
|
+
|
1836
|
+
api.add_operation(:modify_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1837
|
+
o.name = "ModifyDBClusterParameterGroup"
|
1838
|
+
o.http_method = "POST"
|
1839
|
+
o.http_request_uri = "/"
|
1840
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBClusterParameterGroupMessage)
|
1841
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupNameMessage)
|
1842
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1843
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
|
1844
|
+
end)
|
1845
|
+
|
1846
|
+
api.add_operation(:modify_db_cluster_snapshot_attribute, Seahorse::Model::Operation.new.tap do |o|
|
1847
|
+
o.name = "ModifyDBClusterSnapshotAttribute"
|
1848
|
+
o.http_method = "POST"
|
1849
|
+
o.http_request_uri = "/"
|
1850
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBClusterSnapshotAttributeMessage)
|
1851
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyDBClusterSnapshotAttributeResult)
|
1852
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
1853
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
1854
|
+
o.errors << Shapes::ShapeRef.new(shape: SharedSnapshotQuotaExceededFault)
|
1855
|
+
end)
|
1856
|
+
|
1857
|
+
api.add_operation(:modify_db_instance, Seahorse::Model::Operation.new.tap do |o|
|
1858
|
+
o.name = "ModifyDBInstance"
|
1859
|
+
o.http_method = "POST"
|
1860
|
+
o.http_request_uri = "/"
|
1861
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBInstanceMessage)
|
1862
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyDBInstanceResult)
|
1863
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
1864
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSecurityGroupStateFault)
|
1865
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceAlreadyExistsFault)
|
1866
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
1867
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSecurityGroupNotFoundFault)
|
1868
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1869
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBInstanceCapacityFault)
|
1870
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
1871
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
1872
|
+
o.errors << Shapes::ShapeRef.new(shape: ProvisionedIopsNotAvailableInAZFault)
|
1873
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
1874
|
+
o.errors << Shapes::ShapeRef.new(shape: DBUpgradeDependencyFailureFault)
|
1875
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageTypeNotSupportedFault)
|
1876
|
+
o.errors << Shapes::ShapeRef.new(shape: AuthorizationNotFoundFault)
|
1877
|
+
o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
|
1878
|
+
o.errors << Shapes::ShapeRef.new(shape: DomainNotFoundFault)
|
1879
|
+
end)
|
1880
|
+
|
1881
|
+
api.add_operation(:modify_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1882
|
+
o.name = "ModifyDBParameterGroup"
|
1883
|
+
o.http_method = "POST"
|
1884
|
+
o.http_request_uri = "/"
|
1885
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBParameterGroupMessage)
|
1886
|
+
o.output = Shapes::ShapeRef.new(shape: DBParameterGroupNameMessage)
|
1887
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1888
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
|
1889
|
+
end)
|
1890
|
+
|
1891
|
+
api.add_operation(:modify_db_subnet_group, Seahorse::Model::Operation.new.tap do |o|
|
1892
|
+
o.name = "ModifyDBSubnetGroup"
|
1893
|
+
o.http_method = "POST"
|
1894
|
+
o.http_request_uri = "/"
|
1895
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyDBSubnetGroupMessage)
|
1896
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyDBSubnetGroupResult)
|
1897
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
1898
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetQuotaExceededFault)
|
1899
|
+
o.errors << Shapes::ShapeRef.new(shape: SubnetAlreadyInUse)
|
1900
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupDoesNotCoverEnoughAZs)
|
1901
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
1902
|
+
end)
|
1903
|
+
|
1904
|
+
api.add_operation(:modify_event_subscription, Seahorse::Model::Operation.new.tap do |o|
|
1905
|
+
o.name = "ModifyEventSubscription"
|
1906
|
+
o.http_method = "POST"
|
1907
|
+
o.http_request_uri = "/"
|
1908
|
+
o.input = Shapes::ShapeRef.new(shape: ModifyEventSubscriptionMessage)
|
1909
|
+
o.output = Shapes::ShapeRef.new(shape: ModifyEventSubscriptionResult)
|
1910
|
+
o.errors << Shapes::ShapeRef.new(shape: EventSubscriptionQuotaExceededFault)
|
1911
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionNotFoundFault)
|
1912
|
+
o.errors << Shapes::ShapeRef.new(shape: SNSInvalidTopicFault)
|
1913
|
+
o.errors << Shapes::ShapeRef.new(shape: SNSNoAuthorizationFault)
|
1914
|
+
o.errors << Shapes::ShapeRef.new(shape: SNSTopicArnNotFoundFault)
|
1915
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionCategoryNotFoundFault)
|
1916
|
+
end)
|
1917
|
+
|
1918
|
+
api.add_operation(:promote_read_replica_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
1919
|
+
o.name = "PromoteReadReplicaDBCluster"
|
1920
|
+
o.http_method = "POST"
|
1921
|
+
o.http_request_uri = "/"
|
1922
|
+
o.input = Shapes::ShapeRef.new(shape: PromoteReadReplicaDBClusterMessage)
|
1923
|
+
o.output = Shapes::ShapeRef.new(shape: PromoteReadReplicaDBClusterResult)
|
1924
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1925
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1926
|
+
end)
|
1927
|
+
|
1928
|
+
api.add_operation(:reboot_db_instance, Seahorse::Model::Operation.new.tap do |o|
|
1929
|
+
o.name = "RebootDBInstance"
|
1930
|
+
o.http_method = "POST"
|
1931
|
+
o.http_request_uri = "/"
|
1932
|
+
o.input = Shapes::ShapeRef.new(shape: RebootDBInstanceMessage)
|
1933
|
+
o.output = Shapes::ShapeRef.new(shape: RebootDBInstanceResult)
|
1934
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
|
1935
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
1936
|
+
end)
|
1937
|
+
|
1938
|
+
api.add_operation(:remove_role_from_db_cluster, Seahorse::Model::Operation.new.tap do |o|
|
1939
|
+
o.name = "RemoveRoleFromDBCluster"
|
1940
|
+
o.http_method = "POST"
|
1941
|
+
o.http_request_uri = "/"
|
1942
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveRoleFromDBClusterMessage)
|
1943
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1944
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1945
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterRoleNotFoundFault)
|
1946
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
1947
|
+
end)
|
1948
|
+
|
1949
|
+
api.add_operation(:remove_source_identifier_from_subscription, Seahorse::Model::Operation.new.tap do |o|
|
1950
|
+
o.name = "RemoveSourceIdentifierFromSubscription"
|
1951
|
+
o.http_method = "POST"
|
1952
|
+
o.http_request_uri = "/"
|
1953
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveSourceIdentifierFromSubscriptionMessage)
|
1954
|
+
o.output = Shapes::ShapeRef.new(shape: RemoveSourceIdentifierFromSubscriptionResult)
|
1955
|
+
o.errors << Shapes::ShapeRef.new(shape: SubscriptionNotFoundFault)
|
1956
|
+
o.errors << Shapes::ShapeRef.new(shape: SourceNotFoundFault)
|
1957
|
+
end)
|
1958
|
+
|
1959
|
+
api.add_operation(:remove_tags_from_resource, Seahorse::Model::Operation.new.tap do |o|
|
1960
|
+
o.name = "RemoveTagsFromResource"
|
1961
|
+
o.http_method = "POST"
|
1962
|
+
o.http_request_uri = "/"
|
1963
|
+
o.input = Shapes::ShapeRef.new(shape: RemoveTagsFromResourceMessage)
|
1964
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
1965
|
+
o.errors << Shapes::ShapeRef.new(shape: DBInstanceNotFoundFault)
|
1966
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
1967
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
1968
|
+
end)
|
1969
|
+
|
1970
|
+
api.add_operation(:reset_db_cluster_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1971
|
+
o.name = "ResetDBClusterParameterGroup"
|
1972
|
+
o.http_method = "POST"
|
1973
|
+
o.http_request_uri = "/"
|
1974
|
+
o.input = Shapes::ShapeRef.new(shape: ResetDBClusterParameterGroupMessage)
|
1975
|
+
o.output = Shapes::ShapeRef.new(shape: DBClusterParameterGroupNameMessage)
|
1976
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
|
1977
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1978
|
+
end)
|
1979
|
+
|
1980
|
+
api.add_operation(:reset_db_parameter_group, Seahorse::Model::Operation.new.tap do |o|
|
1981
|
+
o.name = "ResetDBParameterGroup"
|
1982
|
+
o.http_method = "POST"
|
1983
|
+
o.http_request_uri = "/"
|
1984
|
+
o.input = Shapes::ShapeRef.new(shape: ResetDBParameterGroupMessage)
|
1985
|
+
o.output = Shapes::ShapeRef.new(shape: DBParameterGroupNameMessage)
|
1986
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBParameterGroupStateFault)
|
1987
|
+
o.errors << Shapes::ShapeRef.new(shape: DBParameterGroupNotFoundFault)
|
1988
|
+
end)
|
1989
|
+
|
1990
|
+
api.add_operation(:restore_db_cluster_from_snapshot, Seahorse::Model::Operation.new.tap do |o|
|
1991
|
+
o.name = "RestoreDBClusterFromSnapshot"
|
1992
|
+
o.http_method = "POST"
|
1993
|
+
o.http_request_uri = "/"
|
1994
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreDBClusterFromSnapshotMessage)
|
1995
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreDBClusterFromSnapshotResult)
|
1996
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
|
1997
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterQuotaExceededFault)
|
1998
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
1999
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2000
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSnapshotNotFoundFault)
|
2001
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
2002
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBClusterCapacityFault)
|
2003
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientStorageClusterCapacityFault)
|
2004
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
|
2005
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
2006
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2007
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
2008
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRestoreFault)
|
2009
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2010
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
2011
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
2012
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2013
|
+
end)
|
2014
|
+
|
2015
|
+
api.add_operation(:restore_db_cluster_to_point_in_time, Seahorse::Model::Operation.new.tap do |o|
|
2016
|
+
o.name = "RestoreDBClusterToPointInTime"
|
2017
|
+
o.http_method = "POST"
|
2018
|
+
o.http_request_uri = "/"
|
2019
|
+
o.input = Shapes::ShapeRef.new(shape: RestoreDBClusterToPointInTimeMessage)
|
2020
|
+
o.output = Shapes::ShapeRef.new(shape: RestoreDBClusterToPointInTimeResult)
|
2021
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterAlreadyExistsFault)
|
2022
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterNotFoundFault)
|
2023
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterQuotaExceededFault)
|
2024
|
+
o.errors << Shapes::ShapeRef.new(shape: DBClusterSnapshotNotFoundFault)
|
2025
|
+
o.errors << Shapes::ShapeRef.new(shape: DBSubnetGroupNotFoundFault)
|
2026
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientDBClusterCapacityFault)
|
2027
|
+
o.errors << Shapes::ShapeRef.new(shape: InsufficientStorageClusterCapacityFault)
|
2028
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterSnapshotStateFault)
|
2029
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBClusterStateFault)
|
2030
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidDBSnapshotStateFault)
|
2031
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidRestoreFault)
|
2032
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidSubnet)
|
2033
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidVPCNetworkStateFault)
|
2034
|
+
o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
|
2035
|
+
o.errors << Shapes::ShapeRef.new(shape: OptionGroupNotFoundFault)
|
2036
|
+
o.errors << Shapes::ShapeRef.new(shape: StorageQuotaExceededFault)
|
2037
|
+
end)
|
2038
|
+
end
|
2039
|
+
|
2040
|
+
end
|
2041
|
+
end
|