aws-sdk-odb 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1909 @@
1
+ # frozen_string_literal: true
2
+
3
+ # WARNING ABOUT GENERATED CODE
4
+ #
5
+ # This file is generated. See the contributing guide for more information:
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
+ #
8
+ # WARNING ABOUT GENERATED CODE
9
+
10
+
11
+ module Aws::Odb
12
+ # @api private
13
+ module ClientApi
14
+
15
+ include Seahorse::Model
16
+
17
+ AcceptMarketplaceRegistrationInput = Shapes::StructureShape.new(name: 'AcceptMarketplaceRegistrationInput')
18
+ AcceptMarketplaceRegistrationOutput = Shapes::StructureShape.new(name: 'AcceptMarketplaceRegistrationOutput')
19
+ Access = Shapes::StringShape.new(name: 'Access')
20
+ AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
21
+ AutonomousVirtualMachineList = Shapes::ListShape.new(name: 'AutonomousVirtualMachineList')
22
+ AutonomousVirtualMachineSummary = Shapes::StructureShape.new(name: 'AutonomousVirtualMachineSummary')
23
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
24
+ CloudAutonomousVmCluster = Shapes::StructureShape.new(name: 'CloudAutonomousVmCluster')
25
+ CloudAutonomousVmClusterList = Shapes::ListShape.new(name: 'CloudAutonomousVmClusterList')
26
+ CloudAutonomousVmClusterResourceDetails = Shapes::StructureShape.new(name: 'CloudAutonomousVmClusterResourceDetails')
27
+ CloudAutonomousVmClusterResourceDetailsList = Shapes::ListShape.new(name: 'CloudAutonomousVmClusterResourceDetailsList')
28
+ CloudAutonomousVmClusterSummary = Shapes::StructureShape.new(name: 'CloudAutonomousVmClusterSummary')
29
+ CloudExadataInfrastructure = Shapes::StructureShape.new(name: 'CloudExadataInfrastructure')
30
+ CloudExadataInfrastructureList = Shapes::ListShape.new(name: 'CloudExadataInfrastructureList')
31
+ CloudExadataInfrastructureSummary = Shapes::StructureShape.new(name: 'CloudExadataInfrastructureSummary')
32
+ CloudExadataInfrastructureUnallocatedResources = Shapes::StructureShape.new(name: 'CloudExadataInfrastructureUnallocatedResources')
33
+ CloudVmCluster = Shapes::StructureShape.new(name: 'CloudVmCluster')
34
+ CloudVmClusterList = Shapes::ListShape.new(name: 'CloudVmClusterList')
35
+ CloudVmClusterSummary = Shapes::StructureShape.new(name: 'CloudVmClusterSummary')
36
+ ComputeModel = Shapes::StringShape.new(name: 'ComputeModel')
37
+ ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
38
+ CreateCloudAutonomousVmClusterInput = Shapes::StructureShape.new(name: 'CreateCloudAutonomousVmClusterInput')
39
+ CreateCloudAutonomousVmClusterInputAutonomousDataStorageSizeInTBsDouble = Shapes::FloatShape.new(name: 'CreateCloudAutonomousVmClusterInputAutonomousDataStorageSizeInTBsDouble')
40
+ CreateCloudAutonomousVmClusterInputClientTokenString = Shapes::StringShape.new(name: 'CreateCloudAutonomousVmClusterInputClientTokenString')
41
+ CreateCloudAutonomousVmClusterInputCpuCoreCountPerNodeInteger = Shapes::IntegerShape.new(name: 'CreateCloudAutonomousVmClusterInputCpuCoreCountPerNodeInteger')
42
+ CreateCloudAutonomousVmClusterInputDescriptionString = Shapes::StringShape.new(name: 'CreateCloudAutonomousVmClusterInputDescriptionString')
43
+ CreateCloudAutonomousVmClusterInputMemoryPerOracleComputeUnitInGBsInteger = Shapes::IntegerShape.new(name: 'CreateCloudAutonomousVmClusterInputMemoryPerOracleComputeUnitInGBsInteger')
44
+ CreateCloudAutonomousVmClusterInputScanListenerPortNonTlsInteger = Shapes::IntegerShape.new(name: 'CreateCloudAutonomousVmClusterInputScanListenerPortNonTlsInteger')
45
+ CreateCloudAutonomousVmClusterInputScanListenerPortTlsInteger = Shapes::IntegerShape.new(name: 'CreateCloudAutonomousVmClusterInputScanListenerPortTlsInteger')
46
+ CreateCloudAutonomousVmClusterInputTimeZoneString = Shapes::StringShape.new(name: 'CreateCloudAutonomousVmClusterInputTimeZoneString')
47
+ CreateCloudAutonomousVmClusterInputTotalContainerDatabasesInteger = Shapes::IntegerShape.new(name: 'CreateCloudAutonomousVmClusterInputTotalContainerDatabasesInteger')
48
+ CreateCloudAutonomousVmClusterOutput = Shapes::StructureShape.new(name: 'CreateCloudAutonomousVmClusterOutput')
49
+ CreateCloudExadataInfrastructureInput = Shapes::StructureShape.new(name: 'CreateCloudExadataInfrastructureInput')
50
+ CreateCloudExadataInfrastructureInputAvailabilityZoneIdString = Shapes::StringShape.new(name: 'CreateCloudExadataInfrastructureInputAvailabilityZoneIdString')
51
+ CreateCloudExadataInfrastructureInputAvailabilityZoneString = Shapes::StringShape.new(name: 'CreateCloudExadataInfrastructureInputAvailabilityZoneString')
52
+ CreateCloudExadataInfrastructureInputClientTokenString = Shapes::StringShape.new(name: 'CreateCloudExadataInfrastructureInputClientTokenString')
53
+ CreateCloudExadataInfrastructureInputDatabaseServerTypeString = Shapes::StringShape.new(name: 'CreateCloudExadataInfrastructureInputDatabaseServerTypeString')
54
+ CreateCloudExadataInfrastructureInputShapeString = Shapes::StringShape.new(name: 'CreateCloudExadataInfrastructureInputShapeString')
55
+ CreateCloudExadataInfrastructureInputStorageServerTypeString = Shapes::StringShape.new(name: 'CreateCloudExadataInfrastructureInputStorageServerTypeString')
56
+ CreateCloudExadataInfrastructureOutput = Shapes::StructureShape.new(name: 'CreateCloudExadataInfrastructureOutput')
57
+ CreateCloudVmClusterInput = Shapes::StructureShape.new(name: 'CreateCloudVmClusterInput')
58
+ CreateCloudVmClusterInputClientTokenString = Shapes::StringShape.new(name: 'CreateCloudVmClusterInputClientTokenString')
59
+ CreateCloudVmClusterInputClusterNameString = Shapes::StringShape.new(name: 'CreateCloudVmClusterInputClusterNameString')
60
+ CreateCloudVmClusterInputCpuCoreCountInteger = Shapes::IntegerShape.new(name: 'CreateCloudVmClusterInputCpuCoreCountInteger')
61
+ CreateCloudVmClusterInputGiVersionString = Shapes::StringShape.new(name: 'CreateCloudVmClusterInputGiVersionString')
62
+ CreateCloudVmClusterInputHostnameString = Shapes::StringShape.new(name: 'CreateCloudVmClusterInputHostnameString')
63
+ CreateCloudVmClusterInputScanListenerPortTcpInteger = Shapes::IntegerShape.new(name: 'CreateCloudVmClusterInputScanListenerPortTcpInteger')
64
+ CreateCloudVmClusterInputSystemVersionString = Shapes::StringShape.new(name: 'CreateCloudVmClusterInputSystemVersionString')
65
+ CreateCloudVmClusterInputTimeZoneString = Shapes::StringShape.new(name: 'CreateCloudVmClusterInputTimeZoneString')
66
+ CreateCloudVmClusterOutput = Shapes::StructureShape.new(name: 'CreateCloudVmClusterOutput')
67
+ CreateOdbNetworkInput = Shapes::StructureShape.new(name: 'CreateOdbNetworkInput')
68
+ CreateOdbNetworkInputAvailabilityZoneIdString = Shapes::StringShape.new(name: 'CreateOdbNetworkInputAvailabilityZoneIdString')
69
+ CreateOdbNetworkInputAvailabilityZoneString = Shapes::StringShape.new(name: 'CreateOdbNetworkInputAvailabilityZoneString')
70
+ CreateOdbNetworkInputBackupSubnetCidrString = Shapes::StringShape.new(name: 'CreateOdbNetworkInputBackupSubnetCidrString')
71
+ CreateOdbNetworkInputClientSubnetCidrString = Shapes::StringShape.new(name: 'CreateOdbNetworkInputClientSubnetCidrString')
72
+ CreateOdbNetworkInputClientTokenString = Shapes::StringShape.new(name: 'CreateOdbNetworkInputClientTokenString')
73
+ CreateOdbNetworkInputCustomDomainNameString = Shapes::StringShape.new(name: 'CreateOdbNetworkInputCustomDomainNameString')
74
+ CreateOdbNetworkInputDefaultDnsPrefixString = Shapes::StringShape.new(name: 'CreateOdbNetworkInputDefaultDnsPrefixString')
75
+ CreateOdbNetworkOutput = Shapes::StructureShape.new(name: 'CreateOdbNetworkOutput')
76
+ CreateOdbPeeringConnectionInput = Shapes::StructureShape.new(name: 'CreateOdbPeeringConnectionInput')
77
+ CreateOdbPeeringConnectionInputClientTokenString = Shapes::StringShape.new(name: 'CreateOdbPeeringConnectionInputClientTokenString')
78
+ CreateOdbPeeringConnectionOutput = Shapes::StructureShape.new(name: 'CreateOdbPeeringConnectionOutput')
79
+ CustomerContact = Shapes::StructureShape.new(name: 'CustomerContact')
80
+ CustomerContactEmailString = Shapes::StringShape.new(name: 'CustomerContactEmailString')
81
+ CustomerContacts = Shapes::ListShape.new(name: 'CustomerContacts')
82
+ DataCollectionOptions = Shapes::StructureShape.new(name: 'DataCollectionOptions')
83
+ DayOfWeek = Shapes::StructureShape.new(name: 'DayOfWeek')
84
+ DayOfWeekName = Shapes::StringShape.new(name: 'DayOfWeekName')
85
+ DaysOfWeek = Shapes::ListShape.new(name: 'DaysOfWeek')
86
+ DbIormConfig = Shapes::StructureShape.new(name: 'DbIormConfig')
87
+ DbIormConfigList = Shapes::ListShape.new(name: 'DbIormConfigList')
88
+ DbNode = Shapes::StructureShape.new(name: 'DbNode')
89
+ DbNodeList = Shapes::ListShape.new(name: 'DbNodeList')
90
+ DbNodeMaintenanceType = Shapes::StringShape.new(name: 'DbNodeMaintenanceType')
91
+ DbNodeResourceStatus = Shapes::StringShape.new(name: 'DbNodeResourceStatus')
92
+ DbNodeSummary = Shapes::StructureShape.new(name: 'DbNodeSummary')
93
+ DbServer = Shapes::StructureShape.new(name: 'DbServer')
94
+ DbServerList = Shapes::ListShape.new(name: 'DbServerList')
95
+ DbServerPatchingDetails = Shapes::StructureShape.new(name: 'DbServerPatchingDetails')
96
+ DbServerPatchingStatus = Shapes::StringShape.new(name: 'DbServerPatchingStatus')
97
+ DbServerSummary = Shapes::StructureShape.new(name: 'DbServerSummary')
98
+ DbSystemShapeList = Shapes::ListShape.new(name: 'DbSystemShapeList')
99
+ DbSystemShapeSummary = Shapes::StructureShape.new(name: 'DbSystemShapeSummary')
100
+ DeleteCloudAutonomousVmClusterInput = Shapes::StructureShape.new(name: 'DeleteCloudAutonomousVmClusterInput')
101
+ DeleteCloudAutonomousVmClusterOutput = Shapes::StructureShape.new(name: 'DeleteCloudAutonomousVmClusterOutput')
102
+ DeleteCloudExadataInfrastructureInput = Shapes::StructureShape.new(name: 'DeleteCloudExadataInfrastructureInput')
103
+ DeleteCloudExadataInfrastructureOutput = Shapes::StructureShape.new(name: 'DeleteCloudExadataInfrastructureOutput')
104
+ DeleteCloudVmClusterInput = Shapes::StructureShape.new(name: 'DeleteCloudVmClusterInput')
105
+ DeleteCloudVmClusterOutput = Shapes::StructureShape.new(name: 'DeleteCloudVmClusterOutput')
106
+ DeleteOdbNetworkInput = Shapes::StructureShape.new(name: 'DeleteOdbNetworkInput')
107
+ DeleteOdbNetworkOutput = Shapes::StructureShape.new(name: 'DeleteOdbNetworkOutput')
108
+ DeleteOdbPeeringConnectionInput = Shapes::StructureShape.new(name: 'DeleteOdbPeeringConnectionInput')
109
+ DeleteOdbPeeringConnectionOutput = Shapes::StructureShape.new(name: 'DeleteOdbPeeringConnectionOutput')
110
+ DiskRedundancy = Shapes::StringShape.new(name: 'DiskRedundancy')
111
+ Double = Shapes::FloatShape.new(name: 'Double')
112
+ ExadataIormConfig = Shapes::StructureShape.new(name: 'ExadataIormConfig')
113
+ Float = Shapes::FloatShape.new(name: 'Float')
114
+ GetCloudAutonomousVmClusterInput = Shapes::StructureShape.new(name: 'GetCloudAutonomousVmClusterInput')
115
+ GetCloudAutonomousVmClusterOutput = Shapes::StructureShape.new(name: 'GetCloudAutonomousVmClusterOutput')
116
+ GetCloudExadataInfrastructureInput = Shapes::StructureShape.new(name: 'GetCloudExadataInfrastructureInput')
117
+ GetCloudExadataInfrastructureOutput = Shapes::StructureShape.new(name: 'GetCloudExadataInfrastructureOutput')
118
+ GetCloudExadataInfrastructureUnallocatedResourcesInput = Shapes::StructureShape.new(name: 'GetCloudExadataInfrastructureUnallocatedResourcesInput')
119
+ GetCloudExadataInfrastructureUnallocatedResourcesOutput = Shapes::StructureShape.new(name: 'GetCloudExadataInfrastructureUnallocatedResourcesOutput')
120
+ GetCloudVmClusterInput = Shapes::StructureShape.new(name: 'GetCloudVmClusterInput')
121
+ GetCloudVmClusterOutput = Shapes::StructureShape.new(name: 'GetCloudVmClusterOutput')
122
+ GetDbNodeInput = Shapes::StructureShape.new(name: 'GetDbNodeInput')
123
+ GetDbNodeOutput = Shapes::StructureShape.new(name: 'GetDbNodeOutput')
124
+ GetDbServerInput = Shapes::StructureShape.new(name: 'GetDbServerInput')
125
+ GetDbServerOutput = Shapes::StructureShape.new(name: 'GetDbServerOutput')
126
+ GetOciOnboardingStatusInput = Shapes::StructureShape.new(name: 'GetOciOnboardingStatusInput')
127
+ GetOciOnboardingStatusOutput = Shapes::StructureShape.new(name: 'GetOciOnboardingStatusOutput')
128
+ GetOdbNetworkInput = Shapes::StructureShape.new(name: 'GetOdbNetworkInput')
129
+ GetOdbNetworkOutput = Shapes::StructureShape.new(name: 'GetOdbNetworkOutput')
130
+ GetOdbPeeringConnectionInput = Shapes::StructureShape.new(name: 'GetOdbPeeringConnectionInput')
131
+ GetOdbPeeringConnectionOutput = Shapes::StructureShape.new(name: 'GetOdbPeeringConnectionOutput')
132
+ GiVersionList = Shapes::ListShape.new(name: 'GiVersionList')
133
+ GiVersionSummary = Shapes::StructureShape.new(name: 'GiVersionSummary')
134
+ HoursOfDay = Shapes::ListShape.new(name: 'HoursOfDay')
135
+ InitializeServiceInput = Shapes::StructureShape.new(name: 'InitializeServiceInput')
136
+ InitializeServiceOutput = Shapes::StructureShape.new(name: 'InitializeServiceOutput')
137
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
138
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
139
+ IormLifecycleState = Shapes::StringShape.new(name: 'IormLifecycleState')
140
+ LicenseModel = Shapes::StringShape.new(name: 'LicenseModel')
141
+ ListAutonomousVirtualMachinesInput = Shapes::StructureShape.new(name: 'ListAutonomousVirtualMachinesInput')
142
+ ListAutonomousVirtualMachinesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAutonomousVirtualMachinesInputMaxResultsInteger')
143
+ ListAutonomousVirtualMachinesInputNextTokenString = Shapes::StringShape.new(name: 'ListAutonomousVirtualMachinesInputNextTokenString')
144
+ ListAutonomousVirtualMachinesOutput = Shapes::StructureShape.new(name: 'ListAutonomousVirtualMachinesOutput')
145
+ ListCloudAutonomousVmClustersInput = Shapes::StructureShape.new(name: 'ListCloudAutonomousVmClustersInput')
146
+ ListCloudAutonomousVmClustersInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCloudAutonomousVmClustersInputMaxResultsInteger')
147
+ ListCloudAutonomousVmClustersInputNextTokenString = Shapes::StringShape.new(name: 'ListCloudAutonomousVmClustersInputNextTokenString')
148
+ ListCloudAutonomousVmClustersOutput = Shapes::StructureShape.new(name: 'ListCloudAutonomousVmClustersOutput')
149
+ ListCloudExadataInfrastructuresInput = Shapes::StructureShape.new(name: 'ListCloudExadataInfrastructuresInput')
150
+ ListCloudExadataInfrastructuresInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCloudExadataInfrastructuresInputMaxResultsInteger')
151
+ ListCloudExadataInfrastructuresInputNextTokenString = Shapes::StringShape.new(name: 'ListCloudExadataInfrastructuresInputNextTokenString')
152
+ ListCloudExadataInfrastructuresOutput = Shapes::StructureShape.new(name: 'ListCloudExadataInfrastructuresOutput')
153
+ ListCloudVmClustersInput = Shapes::StructureShape.new(name: 'ListCloudVmClustersInput')
154
+ ListCloudVmClustersInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListCloudVmClustersInputMaxResultsInteger')
155
+ ListCloudVmClustersInputNextTokenString = Shapes::StringShape.new(name: 'ListCloudVmClustersInputNextTokenString')
156
+ ListCloudVmClustersOutput = Shapes::StructureShape.new(name: 'ListCloudVmClustersOutput')
157
+ ListDbNodesInput = Shapes::StructureShape.new(name: 'ListDbNodesInput')
158
+ ListDbNodesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListDbNodesInputMaxResultsInteger')
159
+ ListDbNodesInputNextTokenString = Shapes::StringShape.new(name: 'ListDbNodesInputNextTokenString')
160
+ ListDbNodesOutput = Shapes::StructureShape.new(name: 'ListDbNodesOutput')
161
+ ListDbServersInput = Shapes::StructureShape.new(name: 'ListDbServersInput')
162
+ ListDbServersInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListDbServersInputMaxResultsInteger')
163
+ ListDbServersInputNextTokenString = Shapes::StringShape.new(name: 'ListDbServersInputNextTokenString')
164
+ ListDbServersOutput = Shapes::StructureShape.new(name: 'ListDbServersOutput')
165
+ ListDbSystemShapesInput = Shapes::StructureShape.new(name: 'ListDbSystemShapesInput')
166
+ ListDbSystemShapesInputAvailabilityZoneIdString = Shapes::StringShape.new(name: 'ListDbSystemShapesInputAvailabilityZoneIdString')
167
+ ListDbSystemShapesInputAvailabilityZoneString = Shapes::StringShape.new(name: 'ListDbSystemShapesInputAvailabilityZoneString')
168
+ ListDbSystemShapesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListDbSystemShapesInputMaxResultsInteger')
169
+ ListDbSystemShapesInputNextTokenString = Shapes::StringShape.new(name: 'ListDbSystemShapesInputNextTokenString')
170
+ ListDbSystemShapesOutput = Shapes::StructureShape.new(name: 'ListDbSystemShapesOutput')
171
+ ListGiVersionsInput = Shapes::StructureShape.new(name: 'ListGiVersionsInput')
172
+ ListGiVersionsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListGiVersionsInputMaxResultsInteger')
173
+ ListGiVersionsInputNextTokenString = Shapes::StringShape.new(name: 'ListGiVersionsInputNextTokenString')
174
+ ListGiVersionsInputShapeString = Shapes::StringShape.new(name: 'ListGiVersionsInputShapeString')
175
+ ListGiVersionsOutput = Shapes::StructureShape.new(name: 'ListGiVersionsOutput')
176
+ ListOdbNetworksInput = Shapes::StructureShape.new(name: 'ListOdbNetworksInput')
177
+ ListOdbNetworksInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListOdbNetworksInputMaxResultsInteger')
178
+ ListOdbNetworksInputNextTokenString = Shapes::StringShape.new(name: 'ListOdbNetworksInputNextTokenString')
179
+ ListOdbNetworksOutput = Shapes::StructureShape.new(name: 'ListOdbNetworksOutput')
180
+ ListOdbPeeringConnectionsInput = Shapes::StructureShape.new(name: 'ListOdbPeeringConnectionsInput')
181
+ ListOdbPeeringConnectionsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListOdbPeeringConnectionsInputMaxResultsInteger')
182
+ ListOdbPeeringConnectionsInputNextTokenString = Shapes::StringShape.new(name: 'ListOdbPeeringConnectionsInputNextTokenString')
183
+ ListOdbPeeringConnectionsOutput = Shapes::StructureShape.new(name: 'ListOdbPeeringConnectionsOutput')
184
+ ListSystemVersionsInput = Shapes::StructureShape.new(name: 'ListSystemVersionsInput')
185
+ ListSystemVersionsInputGiVersionString = Shapes::StringShape.new(name: 'ListSystemVersionsInputGiVersionString')
186
+ ListSystemVersionsInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListSystemVersionsInputMaxResultsInteger')
187
+ ListSystemVersionsInputNextTokenString = Shapes::StringShape.new(name: 'ListSystemVersionsInputNextTokenString')
188
+ ListSystemVersionsInputShapeString = Shapes::StringShape.new(name: 'ListSystemVersionsInputShapeString')
189
+ ListSystemVersionsOutput = Shapes::StructureShape.new(name: 'ListSystemVersionsOutput')
190
+ ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
191
+ ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
192
+ MaintenanceWindow = Shapes::StructureShape.new(name: 'MaintenanceWindow')
193
+ MaintenanceWindowCustomActionTimeoutInMinsInteger = Shapes::IntegerShape.new(name: 'MaintenanceWindowCustomActionTimeoutInMinsInteger')
194
+ MaintenanceWindowLeadTimeInWeeksInteger = Shapes::IntegerShape.new(name: 'MaintenanceWindowLeadTimeInWeeksInteger')
195
+ ManagedResourceStatus = Shapes::StringShape.new(name: 'ManagedResourceStatus')
196
+ ManagedS3BackupAccess = Shapes::StructureShape.new(name: 'ManagedS3BackupAccess')
197
+ ManagedServices = Shapes::StructureShape.new(name: 'ManagedServices')
198
+ Month = Shapes::StructureShape.new(name: 'Month')
199
+ MonthName = Shapes::StringShape.new(name: 'MonthName')
200
+ Months = Shapes::ListShape.new(name: 'Months')
201
+ Objective = Shapes::StringShape.new(name: 'Objective')
202
+ OciDnsForwardingConfig = Shapes::StructureShape.new(name: 'OciDnsForwardingConfig')
203
+ OciDnsForwardingConfigDomainNameString = Shapes::StringShape.new(name: 'OciDnsForwardingConfigDomainNameString')
204
+ OciDnsForwardingConfigList = Shapes::ListShape.new(name: 'OciDnsForwardingConfigList')
205
+ OciOnboardingStatus = Shapes::StringShape.new(name: 'OciOnboardingStatus')
206
+ OdbNetwork = Shapes::StructureShape.new(name: 'OdbNetwork')
207
+ OdbNetworkAvailabilityZoneIdString = Shapes::StringShape.new(name: 'OdbNetworkAvailabilityZoneIdString')
208
+ OdbNetworkAvailabilityZoneString = Shapes::StringShape.new(name: 'OdbNetworkAvailabilityZoneString')
209
+ OdbNetworkBackupSubnetCidrString = Shapes::StringShape.new(name: 'OdbNetworkBackupSubnetCidrString')
210
+ OdbNetworkClientSubnetCidrString = Shapes::StringShape.new(name: 'OdbNetworkClientSubnetCidrString')
211
+ OdbNetworkCustomDomainNameString = Shapes::StringShape.new(name: 'OdbNetworkCustomDomainNameString')
212
+ OdbNetworkDefaultDnsPrefixString = Shapes::StringShape.new(name: 'OdbNetworkDefaultDnsPrefixString')
213
+ OdbNetworkList = Shapes::ListShape.new(name: 'OdbNetworkList')
214
+ OdbNetworkOciNetworkAnchorIdString = Shapes::StringShape.new(name: 'OdbNetworkOciNetworkAnchorIdString')
215
+ OdbNetworkOciVcnIdString = Shapes::StringShape.new(name: 'OdbNetworkOciVcnIdString')
216
+ OdbNetworkSummary = Shapes::StructureShape.new(name: 'OdbNetworkSummary')
217
+ OdbNetworkSummaryAvailabilityZoneIdString = Shapes::StringShape.new(name: 'OdbNetworkSummaryAvailabilityZoneIdString')
218
+ OdbNetworkSummaryAvailabilityZoneString = Shapes::StringShape.new(name: 'OdbNetworkSummaryAvailabilityZoneString')
219
+ OdbNetworkSummaryBackupSubnetCidrString = Shapes::StringShape.new(name: 'OdbNetworkSummaryBackupSubnetCidrString')
220
+ OdbNetworkSummaryClientSubnetCidrString = Shapes::StringShape.new(name: 'OdbNetworkSummaryClientSubnetCidrString')
221
+ OdbNetworkSummaryCustomDomainNameString = Shapes::StringShape.new(name: 'OdbNetworkSummaryCustomDomainNameString')
222
+ OdbNetworkSummaryDefaultDnsPrefixString = Shapes::StringShape.new(name: 'OdbNetworkSummaryDefaultDnsPrefixString')
223
+ OdbNetworkSummaryOciNetworkAnchorIdString = Shapes::StringShape.new(name: 'OdbNetworkSummaryOciNetworkAnchorIdString')
224
+ OdbNetworkSummaryOciVcnIdString = Shapes::StringShape.new(name: 'OdbNetworkSummaryOciVcnIdString')
225
+ OdbPeeringConnection = Shapes::StructureShape.new(name: 'OdbPeeringConnection')
226
+ OdbPeeringConnectionList = Shapes::ListShape.new(name: 'OdbPeeringConnectionList')
227
+ OdbPeeringConnectionSummary = Shapes::StructureShape.new(name: 'OdbPeeringConnectionSummary')
228
+ PatchingModeType = Shapes::StringShape.new(name: 'PatchingModeType')
229
+ PolicyDocument = Shapes::StringShape.new(name: 'PolicyDocument')
230
+ PreferenceType = Shapes::StringShape.new(name: 'PreferenceType')
231
+ RebootDbNodeInput = Shapes::StructureShape.new(name: 'RebootDbNodeInput')
232
+ RebootDbNodeOutput = Shapes::StructureShape.new(name: 'RebootDbNodeOutput')
233
+ RequestTagMap = Shapes::MapShape.new(name: 'RequestTagMap')
234
+ ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
235
+ ResourceDisplayName = Shapes::StringShape.new(name: 'ResourceDisplayName')
236
+ ResourceId = Shapes::StringShape.new(name: 'ResourceId')
237
+ ResourceIdOrArn = Shapes::StringShape.new(name: 'ResourceIdOrArn')
238
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
239
+ ResourceStatus = Shapes::StringShape.new(name: 'ResourceStatus')
240
+ ResponseTagMap = Shapes::MapShape.new(name: 'ResponseTagMap')
241
+ S3Access = Shapes::StructureShape.new(name: 'S3Access')
242
+ SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
243
+ SensitiveStringList = Shapes::ListShape.new(name: 'SensitiveStringList')
244
+ ServiceNetworkEndpoint = Shapes::StructureShape.new(name: 'ServiceNetworkEndpoint')
245
+ ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
246
+ ShapeType = Shapes::StringShape.new(name: 'ShapeType')
247
+ StartDbNodeInput = Shapes::StructureShape.new(name: 'StartDbNodeInput')
248
+ StartDbNodeOutput = Shapes::StructureShape.new(name: 'StartDbNodeOutput')
249
+ StopDbNodeInput = Shapes::StructureShape.new(name: 'StopDbNodeInput')
250
+ StopDbNodeOutput = Shapes::StructureShape.new(name: 'StopDbNodeOutput')
251
+ String = Shapes::StringShape.new(name: 'String')
252
+ StringList = Shapes::ListShape.new(name: 'StringList')
253
+ SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
254
+ SystemVersionList = Shapes::ListShape.new(name: 'SystemVersionList')
255
+ SystemVersionSummary = Shapes::StructureShape.new(name: 'SystemVersionSummary')
256
+ TagKey = Shapes::StringShape.new(name: 'TagKey')
257
+ TagKeys = Shapes::ListShape.new(name: 'TagKeys')
258
+ TagResourceRequest = Shapes::StructureShape.new(name: 'TagResourceRequest')
259
+ TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
260
+ TagValue = Shapes::StringShape.new(name: 'TagValue')
261
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
262
+ UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
263
+ UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
264
+ UpdateCloudExadataInfrastructureInput = Shapes::StructureShape.new(name: 'UpdateCloudExadataInfrastructureInput')
265
+ UpdateCloudExadataInfrastructureOutput = Shapes::StructureShape.new(name: 'UpdateCloudExadataInfrastructureOutput')
266
+ UpdateOdbNetworkInput = Shapes::StructureShape.new(name: 'UpdateOdbNetworkInput')
267
+ UpdateOdbNetworkOutput = Shapes::StructureShape.new(name: 'UpdateOdbNetworkOutput')
268
+ ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
269
+ ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
270
+ ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
271
+ ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
272
+ VpcEndpointType = Shapes::StringShape.new(name: 'VpcEndpointType')
273
+ WeeksOfMonth = Shapes::ListShape.new(name: 'WeeksOfMonth')
274
+ ZeroEtlAccess = Shapes::StructureShape.new(name: 'ZeroEtlAccess')
275
+
276
+ AcceptMarketplaceRegistrationInput.add_member(:marketplace_registration_token, Shapes::ShapeRef.new(shape: String, required: true, location_name: "marketplaceRegistrationToken"))
277
+ AcceptMarketplaceRegistrationInput.struct_class = Types::AcceptMarketplaceRegistrationInput
278
+
279
+ AcceptMarketplaceRegistrationOutput.struct_class = Types::AcceptMarketplaceRegistrationOutput
280
+
281
+ AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
282
+ AccessDeniedException.struct_class = Types::AccessDeniedException
283
+
284
+ AutonomousVirtualMachineList.member = Shapes::ShapeRef.new(shape: AutonomousVirtualMachineSummary)
285
+
286
+ AutonomousVirtualMachineSummary.add_member(:autonomous_virtual_machine_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "autonomousVirtualMachineId"))
287
+ AutonomousVirtualMachineSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
288
+ AutonomousVirtualMachineSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
289
+ AutonomousVirtualMachineSummary.add_member(:vm_name, Shapes::ShapeRef.new(shape: String, location_name: "vmName"))
290
+ AutonomousVirtualMachineSummary.add_member(:db_server_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "dbServerId"))
291
+ AutonomousVirtualMachineSummary.add_member(:db_server_display_name, Shapes::ShapeRef.new(shape: String, location_name: "dbServerDisplayName"))
292
+ AutonomousVirtualMachineSummary.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
293
+ AutonomousVirtualMachineSummary.add_member(:memory_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memorySizeInGBs"))
294
+ AutonomousVirtualMachineSummary.add_member(:db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "dbNodeStorageSizeInGBs"))
295
+ AutonomousVirtualMachineSummary.add_member(:client_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "clientIpAddress"))
296
+ AutonomousVirtualMachineSummary.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: String, location_name: "cloudAutonomousVmClusterId"))
297
+ AutonomousVirtualMachineSummary.add_member(:ocid, Shapes::ShapeRef.new(shape: String, location_name: "ocid"))
298
+ AutonomousVirtualMachineSummary.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
299
+ AutonomousVirtualMachineSummary.struct_class = Types::AutonomousVirtualMachineSummary
300
+
301
+ CloudAutonomousVmCluster.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudAutonomousVmClusterId"))
302
+ CloudAutonomousVmCluster.add_member(:cloud_autonomous_vm_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudAutonomousVmClusterArn"))
303
+ CloudAutonomousVmCluster.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
304
+ CloudAutonomousVmCluster.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
305
+ CloudAutonomousVmCluster.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
306
+ CloudAutonomousVmCluster.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, location_name: "displayName"))
307
+ CloudAutonomousVmCluster.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
308
+ CloudAutonomousVmCluster.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
309
+ CloudAutonomousVmCluster.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "cloudExadataInfrastructureId"))
310
+ CloudAutonomousVmCluster.add_member(:autonomous_data_storage_percentage, Shapes::ShapeRef.new(shape: Float, location_name: "autonomousDataStoragePercentage"))
311
+ CloudAutonomousVmCluster.add_member(:autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "autonomousDataStorageSizeInTBs"))
312
+ CloudAutonomousVmCluster.add_member(:available_autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "availableAutonomousDataStorageSizeInTBs"))
313
+ CloudAutonomousVmCluster.add_member(:available_container_databases, Shapes::ShapeRef.new(shape: Integer, location_name: "availableContainerDatabases"))
314
+ CloudAutonomousVmCluster.add_member(:available_cpus, Shapes::ShapeRef.new(shape: Float, location_name: "availableCpus"))
315
+ CloudAutonomousVmCluster.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
316
+ CloudAutonomousVmCluster.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
317
+ CloudAutonomousVmCluster.add_member(:cpu_core_count_per_node, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCountPerNode"))
318
+ CloudAutonomousVmCluster.add_member(:cpu_percentage, Shapes::ShapeRef.new(shape: Float, location_name: "cpuPercentage"))
319
+ CloudAutonomousVmCluster.add_member(:data_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Double, location_name: "dataStorageSizeInGBs"))
320
+ CloudAutonomousVmCluster.add_member(:data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "dataStorageSizeInTBs"))
321
+ CloudAutonomousVmCluster.add_member(:db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "dbNodeStorageSizeInGBs"))
322
+ CloudAutonomousVmCluster.add_member(:db_servers, Shapes::ShapeRef.new(shape: StringList, location_name: "dbServers"))
323
+ CloudAutonomousVmCluster.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
324
+ CloudAutonomousVmCluster.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "domain"))
325
+ CloudAutonomousVmCluster.add_member(:exadata_storage_in_t_bs_lowest_scaled_value, Shapes::ShapeRef.new(shape: Double, location_name: "exadataStorageInTBsLowestScaledValue"))
326
+ CloudAutonomousVmCluster.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "hostname"))
327
+ CloudAutonomousVmCluster.add_member(:ocid, Shapes::ShapeRef.new(shape: String, location_name: "ocid"))
328
+ CloudAutonomousVmCluster.add_member(:oci_url, Shapes::ShapeRef.new(shape: String, location_name: "ociUrl"))
329
+ CloudAutonomousVmCluster.add_member(:is_mtls_enabled_vm_cluster, Shapes::ShapeRef.new(shape: Boolean, location_name: "isMtlsEnabledVmCluster"))
330
+ CloudAutonomousVmCluster.add_member(:license_model, Shapes::ShapeRef.new(shape: LicenseModel, location_name: "licenseModel"))
331
+ CloudAutonomousVmCluster.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "maintenanceWindow"))
332
+ CloudAutonomousVmCluster.add_member(:max_acds_lowest_scaled_value, Shapes::ShapeRef.new(shape: Integer, location_name: "maxAcdsLowestScaledValue"))
333
+ CloudAutonomousVmCluster.add_member(:memory_per_oracle_compute_unit_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memoryPerOracleComputeUnitInGBs"))
334
+ CloudAutonomousVmCluster.add_member(:memory_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memorySizeInGBs"))
335
+ CloudAutonomousVmCluster.add_member(:node_count, Shapes::ShapeRef.new(shape: Integer, location_name: "nodeCount"))
336
+ CloudAutonomousVmCluster.add_member(:non_provisionable_autonomous_container_databases, Shapes::ShapeRef.new(shape: Integer, location_name: "nonProvisionableAutonomousContainerDatabases"))
337
+ CloudAutonomousVmCluster.add_member(:provisionable_autonomous_container_databases, Shapes::ShapeRef.new(shape: Integer, location_name: "provisionableAutonomousContainerDatabases"))
338
+ CloudAutonomousVmCluster.add_member(:provisioned_autonomous_container_databases, Shapes::ShapeRef.new(shape: Integer, location_name: "provisionedAutonomousContainerDatabases"))
339
+ CloudAutonomousVmCluster.add_member(:provisioned_cpus, Shapes::ShapeRef.new(shape: Float, location_name: "provisionedCpus"))
340
+ CloudAutonomousVmCluster.add_member(:reclaimable_cpus, Shapes::ShapeRef.new(shape: Float, location_name: "reclaimableCpus"))
341
+ CloudAutonomousVmCluster.add_member(:reserved_cpus, Shapes::ShapeRef.new(shape: Float, location_name: "reservedCpus"))
342
+ CloudAutonomousVmCluster.add_member(:scan_listener_port_non_tls, Shapes::ShapeRef.new(shape: Integer, location_name: "scanListenerPortNonTls"))
343
+ CloudAutonomousVmCluster.add_member(:scan_listener_port_tls, Shapes::ShapeRef.new(shape: Integer, location_name: "scanListenerPortTls"))
344
+ CloudAutonomousVmCluster.add_member(:shape, Shapes::ShapeRef.new(shape: String, location_name: "shape"))
345
+ CloudAutonomousVmCluster.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
346
+ CloudAutonomousVmCluster.add_member(:time_database_ssl_certificate_expires, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "timeDatabaseSslCertificateExpires"))
347
+ CloudAutonomousVmCluster.add_member(:time_ords_certificate_expires, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "timeOrdsCertificateExpires"))
348
+ CloudAutonomousVmCluster.add_member(:time_zone, Shapes::ShapeRef.new(shape: String, location_name: "timeZone"))
349
+ CloudAutonomousVmCluster.add_member(:total_container_databases, Shapes::ShapeRef.new(shape: Integer, location_name: "totalContainerDatabases"))
350
+ CloudAutonomousVmCluster.struct_class = Types::CloudAutonomousVmCluster
351
+
352
+ CloudAutonomousVmClusterList.member = Shapes::ShapeRef.new(shape: CloudAutonomousVmClusterSummary)
353
+
354
+ CloudAutonomousVmClusterResourceDetails.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "cloudAutonomousVmClusterId"))
355
+ CloudAutonomousVmClusterResourceDetails.add_member(:unallocated_adb_storage_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "unallocatedAdbStorageInTBs"))
356
+ CloudAutonomousVmClusterResourceDetails.struct_class = Types::CloudAutonomousVmClusterResourceDetails
357
+
358
+ CloudAutonomousVmClusterResourceDetailsList.member = Shapes::ShapeRef.new(shape: CloudAutonomousVmClusterResourceDetails)
359
+
360
+ CloudAutonomousVmClusterSummary.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudAutonomousVmClusterId"))
361
+ CloudAutonomousVmClusterSummary.add_member(:cloud_autonomous_vm_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudAutonomousVmClusterArn"))
362
+ CloudAutonomousVmClusterSummary.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
363
+ CloudAutonomousVmClusterSummary.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
364
+ CloudAutonomousVmClusterSummary.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
365
+ CloudAutonomousVmClusterSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, location_name: "displayName"))
366
+ CloudAutonomousVmClusterSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
367
+ CloudAutonomousVmClusterSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
368
+ CloudAutonomousVmClusterSummary.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "cloudExadataInfrastructureId"))
369
+ CloudAutonomousVmClusterSummary.add_member(:autonomous_data_storage_percentage, Shapes::ShapeRef.new(shape: Float, location_name: "autonomousDataStoragePercentage"))
370
+ CloudAutonomousVmClusterSummary.add_member(:autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "autonomousDataStorageSizeInTBs"))
371
+ CloudAutonomousVmClusterSummary.add_member(:available_autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "availableAutonomousDataStorageSizeInTBs"))
372
+ CloudAutonomousVmClusterSummary.add_member(:available_container_databases, Shapes::ShapeRef.new(shape: Integer, location_name: "availableContainerDatabases"))
373
+ CloudAutonomousVmClusterSummary.add_member(:available_cpus, Shapes::ShapeRef.new(shape: Float, location_name: "availableCpus"))
374
+ CloudAutonomousVmClusterSummary.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
375
+ CloudAutonomousVmClusterSummary.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
376
+ CloudAutonomousVmClusterSummary.add_member(:cpu_core_count_per_node, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCountPerNode"))
377
+ CloudAutonomousVmClusterSummary.add_member(:cpu_percentage, Shapes::ShapeRef.new(shape: Float, location_name: "cpuPercentage"))
378
+ CloudAutonomousVmClusterSummary.add_member(:data_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Double, location_name: "dataStorageSizeInGBs"))
379
+ CloudAutonomousVmClusterSummary.add_member(:data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "dataStorageSizeInTBs"))
380
+ CloudAutonomousVmClusterSummary.add_member(:db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "dbNodeStorageSizeInGBs"))
381
+ CloudAutonomousVmClusterSummary.add_member(:db_servers, Shapes::ShapeRef.new(shape: StringList, location_name: "dbServers"))
382
+ CloudAutonomousVmClusterSummary.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
383
+ CloudAutonomousVmClusterSummary.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "domain"))
384
+ CloudAutonomousVmClusterSummary.add_member(:exadata_storage_in_t_bs_lowest_scaled_value, Shapes::ShapeRef.new(shape: Double, location_name: "exadataStorageInTBsLowestScaledValue"))
385
+ CloudAutonomousVmClusterSummary.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "hostname"))
386
+ CloudAutonomousVmClusterSummary.add_member(:ocid, Shapes::ShapeRef.new(shape: String, location_name: "ocid"))
387
+ CloudAutonomousVmClusterSummary.add_member(:oci_url, Shapes::ShapeRef.new(shape: String, location_name: "ociUrl"))
388
+ CloudAutonomousVmClusterSummary.add_member(:is_mtls_enabled_vm_cluster, Shapes::ShapeRef.new(shape: Boolean, location_name: "isMtlsEnabledVmCluster"))
389
+ CloudAutonomousVmClusterSummary.add_member(:license_model, Shapes::ShapeRef.new(shape: LicenseModel, location_name: "licenseModel"))
390
+ CloudAutonomousVmClusterSummary.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "maintenanceWindow"))
391
+ CloudAutonomousVmClusterSummary.add_member(:max_acds_lowest_scaled_value, Shapes::ShapeRef.new(shape: Integer, location_name: "maxAcdsLowestScaledValue"))
392
+ CloudAutonomousVmClusterSummary.add_member(:memory_per_oracle_compute_unit_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memoryPerOracleComputeUnitInGBs"))
393
+ CloudAutonomousVmClusterSummary.add_member(:memory_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memorySizeInGBs"))
394
+ CloudAutonomousVmClusterSummary.add_member(:node_count, Shapes::ShapeRef.new(shape: Integer, location_name: "nodeCount"))
395
+ CloudAutonomousVmClusterSummary.add_member(:non_provisionable_autonomous_container_databases, Shapes::ShapeRef.new(shape: Integer, location_name: "nonProvisionableAutonomousContainerDatabases"))
396
+ CloudAutonomousVmClusterSummary.add_member(:provisionable_autonomous_container_databases, Shapes::ShapeRef.new(shape: Integer, location_name: "provisionableAutonomousContainerDatabases"))
397
+ CloudAutonomousVmClusterSummary.add_member(:provisioned_autonomous_container_databases, Shapes::ShapeRef.new(shape: Integer, location_name: "provisionedAutonomousContainerDatabases"))
398
+ CloudAutonomousVmClusterSummary.add_member(:provisioned_cpus, Shapes::ShapeRef.new(shape: Float, location_name: "provisionedCpus"))
399
+ CloudAutonomousVmClusterSummary.add_member(:reclaimable_cpus, Shapes::ShapeRef.new(shape: Float, location_name: "reclaimableCpus"))
400
+ CloudAutonomousVmClusterSummary.add_member(:reserved_cpus, Shapes::ShapeRef.new(shape: Float, location_name: "reservedCpus"))
401
+ CloudAutonomousVmClusterSummary.add_member(:scan_listener_port_non_tls, Shapes::ShapeRef.new(shape: Integer, location_name: "scanListenerPortNonTls"))
402
+ CloudAutonomousVmClusterSummary.add_member(:scan_listener_port_tls, Shapes::ShapeRef.new(shape: Integer, location_name: "scanListenerPortTls"))
403
+ CloudAutonomousVmClusterSummary.add_member(:shape, Shapes::ShapeRef.new(shape: String, location_name: "shape"))
404
+ CloudAutonomousVmClusterSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
405
+ CloudAutonomousVmClusterSummary.add_member(:time_database_ssl_certificate_expires, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "timeDatabaseSslCertificateExpires"))
406
+ CloudAutonomousVmClusterSummary.add_member(:time_ords_certificate_expires, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "timeOrdsCertificateExpires"))
407
+ CloudAutonomousVmClusterSummary.add_member(:time_zone, Shapes::ShapeRef.new(shape: String, location_name: "timeZone"))
408
+ CloudAutonomousVmClusterSummary.add_member(:total_container_databases, Shapes::ShapeRef.new(shape: Integer, location_name: "totalContainerDatabases"))
409
+ CloudAutonomousVmClusterSummary.struct_class = Types::CloudAutonomousVmClusterSummary
410
+
411
+ CloudExadataInfrastructure.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "cloudExadataInfrastructureId"))
412
+ CloudExadataInfrastructure.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
413
+ CloudExadataInfrastructure.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
414
+ CloudExadataInfrastructure.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
415
+ CloudExadataInfrastructure.add_member(:cloud_exadata_infrastructure_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudExadataInfrastructureArn"))
416
+ CloudExadataInfrastructure.add_member(:activated_storage_count, Shapes::ShapeRef.new(shape: Integer, location_name: "activatedStorageCount"))
417
+ CloudExadataInfrastructure.add_member(:additional_storage_count, Shapes::ShapeRef.new(shape: Integer, location_name: "additionalStorageCount"))
418
+ CloudExadataInfrastructure.add_member(:available_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "availableStorageSizeInGBs"))
419
+ CloudExadataInfrastructure.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
420
+ CloudExadataInfrastructure.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
421
+ CloudExadataInfrastructure.add_member(:compute_count, Shapes::ShapeRef.new(shape: Integer, location_name: "computeCount"))
422
+ CloudExadataInfrastructure.add_member(:cpu_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCount"))
423
+ CloudExadataInfrastructure.add_member(:customer_contacts_to_send_to_oci, Shapes::ShapeRef.new(shape: CustomerContacts, location_name: "customerContactsToSendToOCI"))
424
+ CloudExadataInfrastructure.add_member(:data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "dataStorageSizeInTBs"))
425
+ CloudExadataInfrastructure.add_member(:db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "dbNodeStorageSizeInGBs"))
426
+ CloudExadataInfrastructure.add_member(:db_server_version, Shapes::ShapeRef.new(shape: String, location_name: "dbServerVersion"))
427
+ CloudExadataInfrastructure.add_member(:last_maintenance_run_id, Shapes::ShapeRef.new(shape: String, location_name: "lastMaintenanceRunId"))
428
+ CloudExadataInfrastructure.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "maintenanceWindow"))
429
+ CloudExadataInfrastructure.add_member(:max_cpu_count, Shapes::ShapeRef.new(shape: Integer, location_name: "maxCpuCount"))
430
+ CloudExadataInfrastructure.add_member(:max_data_storage_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "maxDataStorageInTBs"))
431
+ CloudExadataInfrastructure.add_member(:max_db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "maxDbNodeStorageSizeInGBs"))
432
+ CloudExadataInfrastructure.add_member(:max_memory_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "maxMemoryInGBs"))
433
+ CloudExadataInfrastructure.add_member(:memory_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memorySizeInGBs"))
434
+ CloudExadataInfrastructure.add_member(:monthly_db_server_version, Shapes::ShapeRef.new(shape: String, location_name: "monthlyDbServerVersion"))
435
+ CloudExadataInfrastructure.add_member(:monthly_storage_server_version, Shapes::ShapeRef.new(shape: String, location_name: "monthlyStorageServerVersion"))
436
+ CloudExadataInfrastructure.add_member(:next_maintenance_run_id, Shapes::ShapeRef.new(shape: String, location_name: "nextMaintenanceRunId"))
437
+ CloudExadataInfrastructure.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
438
+ CloudExadataInfrastructure.add_member(:oci_url, Shapes::ShapeRef.new(shape: String, location_name: "ociUrl"))
439
+ CloudExadataInfrastructure.add_member(:ocid, Shapes::ShapeRef.new(shape: String, location_name: "ocid"))
440
+ CloudExadataInfrastructure.add_member(:shape, Shapes::ShapeRef.new(shape: String, location_name: "shape"))
441
+ CloudExadataInfrastructure.add_member(:storage_count, Shapes::ShapeRef.new(shape: Integer, location_name: "storageCount"))
442
+ CloudExadataInfrastructure.add_member(:storage_server_version, Shapes::ShapeRef.new(shape: String, location_name: "storageServerVersion"))
443
+ CloudExadataInfrastructure.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
444
+ CloudExadataInfrastructure.add_member(:total_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "totalStorageSizeInGBs"))
445
+ CloudExadataInfrastructure.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
446
+ CloudExadataInfrastructure.add_member(:database_server_type, Shapes::ShapeRef.new(shape: String, location_name: "databaseServerType"))
447
+ CloudExadataInfrastructure.add_member(:storage_server_type, Shapes::ShapeRef.new(shape: String, location_name: "storageServerType"))
448
+ CloudExadataInfrastructure.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
449
+ CloudExadataInfrastructure.struct_class = Types::CloudExadataInfrastructure
450
+
451
+ CloudExadataInfrastructureList.member = Shapes::ShapeRef.new(shape: CloudExadataInfrastructureSummary)
452
+
453
+ CloudExadataInfrastructureSummary.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "cloudExadataInfrastructureId"))
454
+ CloudExadataInfrastructureSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
455
+ CloudExadataInfrastructureSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
456
+ CloudExadataInfrastructureSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
457
+ CloudExadataInfrastructureSummary.add_member(:cloud_exadata_infrastructure_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudExadataInfrastructureArn"))
458
+ CloudExadataInfrastructureSummary.add_member(:activated_storage_count, Shapes::ShapeRef.new(shape: Integer, location_name: "activatedStorageCount"))
459
+ CloudExadataInfrastructureSummary.add_member(:additional_storage_count, Shapes::ShapeRef.new(shape: Integer, location_name: "additionalStorageCount"))
460
+ CloudExadataInfrastructureSummary.add_member(:available_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "availableStorageSizeInGBs"))
461
+ CloudExadataInfrastructureSummary.add_member(:availability_zone, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZone"))
462
+ CloudExadataInfrastructureSummary.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "availabilityZoneId"))
463
+ CloudExadataInfrastructureSummary.add_member(:compute_count, Shapes::ShapeRef.new(shape: Integer, location_name: "computeCount"))
464
+ CloudExadataInfrastructureSummary.add_member(:cpu_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCount"))
465
+ CloudExadataInfrastructureSummary.add_member(:customer_contacts_to_send_to_oci, Shapes::ShapeRef.new(shape: CustomerContacts, location_name: "customerContactsToSendToOCI"))
466
+ CloudExadataInfrastructureSummary.add_member(:data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "dataStorageSizeInTBs"))
467
+ CloudExadataInfrastructureSummary.add_member(:db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "dbNodeStorageSizeInGBs"))
468
+ CloudExadataInfrastructureSummary.add_member(:db_server_version, Shapes::ShapeRef.new(shape: String, location_name: "dbServerVersion"))
469
+ CloudExadataInfrastructureSummary.add_member(:last_maintenance_run_id, Shapes::ShapeRef.new(shape: String, location_name: "lastMaintenanceRunId"))
470
+ CloudExadataInfrastructureSummary.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "maintenanceWindow"))
471
+ CloudExadataInfrastructureSummary.add_member(:max_cpu_count, Shapes::ShapeRef.new(shape: Integer, location_name: "maxCpuCount"))
472
+ CloudExadataInfrastructureSummary.add_member(:max_data_storage_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "maxDataStorageInTBs"))
473
+ CloudExadataInfrastructureSummary.add_member(:max_db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "maxDbNodeStorageSizeInGBs"))
474
+ CloudExadataInfrastructureSummary.add_member(:max_memory_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "maxMemoryInGBs"))
475
+ CloudExadataInfrastructureSummary.add_member(:memory_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memorySizeInGBs"))
476
+ CloudExadataInfrastructureSummary.add_member(:monthly_db_server_version, Shapes::ShapeRef.new(shape: String, location_name: "monthlyDbServerVersion"))
477
+ CloudExadataInfrastructureSummary.add_member(:monthly_storage_server_version, Shapes::ShapeRef.new(shape: String, location_name: "monthlyStorageServerVersion"))
478
+ CloudExadataInfrastructureSummary.add_member(:next_maintenance_run_id, Shapes::ShapeRef.new(shape: String, location_name: "nextMaintenanceRunId"))
479
+ CloudExadataInfrastructureSummary.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
480
+ CloudExadataInfrastructureSummary.add_member(:oci_url, Shapes::ShapeRef.new(shape: String, location_name: "ociUrl"))
481
+ CloudExadataInfrastructureSummary.add_member(:ocid, Shapes::ShapeRef.new(shape: String, location_name: "ocid"))
482
+ CloudExadataInfrastructureSummary.add_member(:shape, Shapes::ShapeRef.new(shape: String, location_name: "shape"))
483
+ CloudExadataInfrastructureSummary.add_member(:storage_count, Shapes::ShapeRef.new(shape: Integer, location_name: "storageCount"))
484
+ CloudExadataInfrastructureSummary.add_member(:storage_server_version, Shapes::ShapeRef.new(shape: String, location_name: "storageServerVersion"))
485
+ CloudExadataInfrastructureSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
486
+ CloudExadataInfrastructureSummary.add_member(:total_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "totalStorageSizeInGBs"))
487
+ CloudExadataInfrastructureSummary.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
488
+ CloudExadataInfrastructureSummary.add_member(:database_server_type, Shapes::ShapeRef.new(shape: String, location_name: "databaseServerType"))
489
+ CloudExadataInfrastructureSummary.add_member(:storage_server_type, Shapes::ShapeRef.new(shape: String, location_name: "storageServerType"))
490
+ CloudExadataInfrastructureSummary.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
491
+ CloudExadataInfrastructureSummary.struct_class = Types::CloudExadataInfrastructureSummary
492
+
493
+ CloudExadataInfrastructureUnallocatedResources.add_member(:cloud_autonomous_vm_clusters, Shapes::ShapeRef.new(shape: CloudAutonomousVmClusterResourceDetailsList, location_name: "cloudAutonomousVmClusters"))
494
+ CloudExadataInfrastructureUnallocatedResources.add_member(:cloud_exadata_infrastructure_display_name, Shapes::ShapeRef.new(shape: String, location_name: "cloudExadataInfrastructureDisplayName"))
495
+ CloudExadataInfrastructureUnallocatedResources.add_member(:exadata_storage_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "exadataStorageInTBs"))
496
+ CloudExadataInfrastructureUnallocatedResources.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "cloudExadataInfrastructureId"))
497
+ CloudExadataInfrastructureUnallocatedResources.add_member(:local_storage_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "localStorageInGBs"))
498
+ CloudExadataInfrastructureUnallocatedResources.add_member(:memory_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memoryInGBs"))
499
+ CloudExadataInfrastructureUnallocatedResources.add_member(:ocpus, Shapes::ShapeRef.new(shape: Integer, location_name: "ocpus"))
500
+ CloudExadataInfrastructureUnallocatedResources.struct_class = Types::CloudExadataInfrastructureUnallocatedResources
501
+
502
+ CloudVmCluster.add_member(:cloud_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudVmClusterId"))
503
+ CloudVmCluster.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
504
+ CloudVmCluster.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
505
+ CloudVmCluster.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
506
+ CloudVmCluster.add_member(:cloud_vm_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudVmClusterArn"))
507
+ CloudVmCluster.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: String, location_name: "cloudExadataInfrastructureId"))
508
+ CloudVmCluster.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
509
+ CloudVmCluster.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
510
+ CloudVmCluster.add_member(:data_collection_options, Shapes::ShapeRef.new(shape: DataCollectionOptions, location_name: "dataCollectionOptions"))
511
+ CloudVmCluster.add_member(:data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "dataStorageSizeInTBs"))
512
+ CloudVmCluster.add_member(:db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "dbNodeStorageSizeInGBs"))
513
+ CloudVmCluster.add_member(:db_servers, Shapes::ShapeRef.new(shape: StringList, location_name: "dbServers"))
514
+ CloudVmCluster.add_member(:disk_redundancy, Shapes::ShapeRef.new(shape: DiskRedundancy, location_name: "diskRedundancy"))
515
+ CloudVmCluster.add_member(:gi_version, Shapes::ShapeRef.new(shape: String, location_name: "giVersion"))
516
+ CloudVmCluster.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "hostname"))
517
+ CloudVmCluster.add_member(:iorm_config_cache, Shapes::ShapeRef.new(shape: ExadataIormConfig, location_name: "iormConfigCache"))
518
+ CloudVmCluster.add_member(:is_local_backup_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isLocalBackupEnabled"))
519
+ CloudVmCluster.add_member(:is_sparse_diskgroup_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSparseDiskgroupEnabled"))
520
+ CloudVmCluster.add_member(:last_update_history_entry_id, Shapes::ShapeRef.new(shape: String, location_name: "lastUpdateHistoryEntryId"))
521
+ CloudVmCluster.add_member(:license_model, Shapes::ShapeRef.new(shape: LicenseModel, location_name: "licenseModel"))
522
+ CloudVmCluster.add_member(:listener_port, Shapes::ShapeRef.new(shape: Integer, location_name: "listenerPort"))
523
+ CloudVmCluster.add_member(:memory_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memorySizeInGBs"))
524
+ CloudVmCluster.add_member(:node_count, Shapes::ShapeRef.new(shape: Integer, location_name: "nodeCount"))
525
+ CloudVmCluster.add_member(:ocid, Shapes::ShapeRef.new(shape: String, location_name: "ocid"))
526
+ CloudVmCluster.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
527
+ CloudVmCluster.add_member(:oci_url, Shapes::ShapeRef.new(shape: String, location_name: "ociUrl"))
528
+ CloudVmCluster.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "domain"))
529
+ CloudVmCluster.add_member(:scan_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "scanDnsName"))
530
+ CloudVmCluster.add_member(:scan_dns_record_id, Shapes::ShapeRef.new(shape: String, location_name: "scanDnsRecordId"))
531
+ CloudVmCluster.add_member(:scan_ip_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "scanIpIds"))
532
+ CloudVmCluster.add_member(:shape, Shapes::ShapeRef.new(shape: String, location_name: "shape"))
533
+ CloudVmCluster.add_member(:ssh_public_keys, Shapes::ShapeRef.new(shape: SensitiveStringList, location_name: "sshPublicKeys"))
534
+ CloudVmCluster.add_member(:storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "storageSizeInGBs"))
535
+ CloudVmCluster.add_member(:system_version, Shapes::ShapeRef.new(shape: String, location_name: "systemVersion"))
536
+ CloudVmCluster.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
537
+ CloudVmCluster.add_member(:time_zone, Shapes::ShapeRef.new(shape: String, location_name: "timeZone"))
538
+ CloudVmCluster.add_member(:vip_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "vipIds"))
539
+ CloudVmCluster.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
540
+ CloudVmCluster.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
541
+ CloudVmCluster.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
542
+ CloudVmCluster.struct_class = Types::CloudVmCluster
543
+
544
+ CloudVmClusterList.member = Shapes::ShapeRef.new(shape: CloudVmClusterSummary)
545
+
546
+ CloudVmClusterSummary.add_member(:cloud_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudVmClusterId"))
547
+ CloudVmClusterSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
548
+ CloudVmClusterSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
549
+ CloudVmClusterSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
550
+ CloudVmClusterSummary.add_member(:cloud_vm_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudVmClusterArn"))
551
+ CloudVmClusterSummary.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: String, location_name: "cloudExadataInfrastructureId"))
552
+ CloudVmClusterSummary.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
553
+ CloudVmClusterSummary.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
554
+ CloudVmClusterSummary.add_member(:data_collection_options, Shapes::ShapeRef.new(shape: DataCollectionOptions, location_name: "dataCollectionOptions"))
555
+ CloudVmClusterSummary.add_member(:data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "dataStorageSizeInTBs"))
556
+ CloudVmClusterSummary.add_member(:db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "dbNodeStorageSizeInGBs"))
557
+ CloudVmClusterSummary.add_member(:db_servers, Shapes::ShapeRef.new(shape: StringList, location_name: "dbServers"))
558
+ CloudVmClusterSummary.add_member(:disk_redundancy, Shapes::ShapeRef.new(shape: DiskRedundancy, location_name: "diskRedundancy"))
559
+ CloudVmClusterSummary.add_member(:gi_version, Shapes::ShapeRef.new(shape: String, location_name: "giVersion"))
560
+ CloudVmClusterSummary.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "hostname"))
561
+ CloudVmClusterSummary.add_member(:iorm_config_cache, Shapes::ShapeRef.new(shape: ExadataIormConfig, location_name: "iormConfigCache"))
562
+ CloudVmClusterSummary.add_member(:is_local_backup_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isLocalBackupEnabled"))
563
+ CloudVmClusterSummary.add_member(:is_sparse_diskgroup_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSparseDiskgroupEnabled"))
564
+ CloudVmClusterSummary.add_member(:last_update_history_entry_id, Shapes::ShapeRef.new(shape: String, location_name: "lastUpdateHistoryEntryId"))
565
+ CloudVmClusterSummary.add_member(:license_model, Shapes::ShapeRef.new(shape: LicenseModel, location_name: "licenseModel"))
566
+ CloudVmClusterSummary.add_member(:listener_port, Shapes::ShapeRef.new(shape: Integer, location_name: "listenerPort"))
567
+ CloudVmClusterSummary.add_member(:memory_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memorySizeInGBs"))
568
+ CloudVmClusterSummary.add_member(:node_count, Shapes::ShapeRef.new(shape: Integer, location_name: "nodeCount"))
569
+ CloudVmClusterSummary.add_member(:ocid, Shapes::ShapeRef.new(shape: String, location_name: "ocid"))
570
+ CloudVmClusterSummary.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
571
+ CloudVmClusterSummary.add_member(:oci_url, Shapes::ShapeRef.new(shape: String, location_name: "ociUrl"))
572
+ CloudVmClusterSummary.add_member(:domain, Shapes::ShapeRef.new(shape: String, location_name: "domain"))
573
+ CloudVmClusterSummary.add_member(:scan_dns_name, Shapes::ShapeRef.new(shape: String, location_name: "scanDnsName"))
574
+ CloudVmClusterSummary.add_member(:scan_dns_record_id, Shapes::ShapeRef.new(shape: String, location_name: "scanDnsRecordId"))
575
+ CloudVmClusterSummary.add_member(:scan_ip_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "scanIpIds"))
576
+ CloudVmClusterSummary.add_member(:shape, Shapes::ShapeRef.new(shape: String, location_name: "shape"))
577
+ CloudVmClusterSummary.add_member(:ssh_public_keys, Shapes::ShapeRef.new(shape: SensitiveStringList, location_name: "sshPublicKeys"))
578
+ CloudVmClusterSummary.add_member(:storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "storageSizeInGBs"))
579
+ CloudVmClusterSummary.add_member(:system_version, Shapes::ShapeRef.new(shape: String, location_name: "systemVersion"))
580
+ CloudVmClusterSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
581
+ CloudVmClusterSummary.add_member(:time_zone, Shapes::ShapeRef.new(shape: String, location_name: "timeZone"))
582
+ CloudVmClusterSummary.add_member(:vip_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "vipIds"))
583
+ CloudVmClusterSummary.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
584
+ CloudVmClusterSummary.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
585
+ CloudVmClusterSummary.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
586
+ CloudVmClusterSummary.struct_class = Types::CloudVmClusterSummary
587
+
588
+ ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
589
+ ConflictException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
590
+ ConflictException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
591
+ ConflictException.struct_class = Types::ConflictException
592
+
593
+ CreateCloudAutonomousVmClusterInput.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "cloudExadataInfrastructureId"))
594
+ CreateCloudAutonomousVmClusterInput.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbNetworkId"))
595
+ CreateCloudAutonomousVmClusterInput.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, required: true, location_name: "displayName"))
596
+ CreateCloudAutonomousVmClusterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateCloudAutonomousVmClusterInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
597
+ CreateCloudAutonomousVmClusterInput.add_member(:autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: CreateCloudAutonomousVmClusterInputAutonomousDataStorageSizeInTBsDouble, required: true, location_name: "autonomousDataStorageSizeInTBs"))
598
+ CreateCloudAutonomousVmClusterInput.add_member(:cpu_core_count_per_node, Shapes::ShapeRef.new(shape: CreateCloudAutonomousVmClusterInputCpuCoreCountPerNodeInteger, required: true, location_name: "cpuCoreCountPerNode"))
599
+ CreateCloudAutonomousVmClusterInput.add_member(:db_servers, Shapes::ShapeRef.new(shape: StringList, location_name: "dbServers"))
600
+ CreateCloudAutonomousVmClusterInput.add_member(:description, Shapes::ShapeRef.new(shape: CreateCloudAutonomousVmClusterInputDescriptionString, location_name: "description"))
601
+ CreateCloudAutonomousVmClusterInput.add_member(:is_mtls_enabled_vm_cluster, Shapes::ShapeRef.new(shape: Boolean, location_name: "isMtlsEnabledVmCluster"))
602
+ CreateCloudAutonomousVmClusterInput.add_member(:license_model, Shapes::ShapeRef.new(shape: LicenseModel, location_name: "licenseModel"))
603
+ CreateCloudAutonomousVmClusterInput.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "maintenanceWindow"))
604
+ CreateCloudAutonomousVmClusterInput.add_member(:memory_per_oracle_compute_unit_in_g_bs, Shapes::ShapeRef.new(shape: CreateCloudAutonomousVmClusterInputMemoryPerOracleComputeUnitInGBsInteger, required: true, location_name: "memoryPerOracleComputeUnitInGBs"))
605
+ CreateCloudAutonomousVmClusterInput.add_member(:scan_listener_port_non_tls, Shapes::ShapeRef.new(shape: CreateCloudAutonomousVmClusterInputScanListenerPortNonTlsInteger, location_name: "scanListenerPortNonTls"))
606
+ CreateCloudAutonomousVmClusterInput.add_member(:scan_listener_port_tls, Shapes::ShapeRef.new(shape: CreateCloudAutonomousVmClusterInputScanListenerPortTlsInteger, location_name: "scanListenerPortTls"))
607
+ CreateCloudAutonomousVmClusterInput.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, location_name: "tags"))
608
+ CreateCloudAutonomousVmClusterInput.add_member(:time_zone, Shapes::ShapeRef.new(shape: CreateCloudAutonomousVmClusterInputTimeZoneString, location_name: "timeZone"))
609
+ CreateCloudAutonomousVmClusterInput.add_member(:total_container_databases, Shapes::ShapeRef.new(shape: CreateCloudAutonomousVmClusterInputTotalContainerDatabasesInteger, required: true, location_name: "totalContainerDatabases"))
610
+ CreateCloudAutonomousVmClusterInput.struct_class = Types::CreateCloudAutonomousVmClusterInput
611
+
612
+ CreateCloudAutonomousVmClusterOutput.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
613
+ CreateCloudAutonomousVmClusterOutput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
614
+ CreateCloudAutonomousVmClusterOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
615
+ CreateCloudAutonomousVmClusterOutput.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "cloudAutonomousVmClusterId"))
616
+ CreateCloudAutonomousVmClusterOutput.struct_class = Types::CreateCloudAutonomousVmClusterOutput
617
+
618
+ CreateCloudExadataInfrastructureInput.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, required: true, location_name: "displayName"))
619
+ CreateCloudExadataInfrastructureInput.add_member(:shape, Shapes::ShapeRef.new(shape: CreateCloudExadataInfrastructureInputShapeString, required: true, location_name: "shape"))
620
+ CreateCloudExadataInfrastructureInput.add_member(:availability_zone, Shapes::ShapeRef.new(shape: CreateCloudExadataInfrastructureInputAvailabilityZoneString, location_name: "availabilityZone"))
621
+ CreateCloudExadataInfrastructureInput.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: CreateCloudExadataInfrastructureInputAvailabilityZoneIdString, location_name: "availabilityZoneId"))
622
+ CreateCloudExadataInfrastructureInput.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, location_name: "tags"))
623
+ CreateCloudExadataInfrastructureInput.add_member(:compute_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "computeCount"))
624
+ CreateCloudExadataInfrastructureInput.add_member(:customer_contacts_to_send_to_oci, Shapes::ShapeRef.new(shape: CustomerContacts, location_name: "customerContactsToSendToOCI"))
625
+ CreateCloudExadataInfrastructureInput.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "maintenanceWindow"))
626
+ CreateCloudExadataInfrastructureInput.add_member(:storage_count, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "storageCount"))
627
+ CreateCloudExadataInfrastructureInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateCloudExadataInfrastructureInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
628
+ CreateCloudExadataInfrastructureInput.add_member(:database_server_type, Shapes::ShapeRef.new(shape: CreateCloudExadataInfrastructureInputDatabaseServerTypeString, location_name: "databaseServerType"))
629
+ CreateCloudExadataInfrastructureInput.add_member(:storage_server_type, Shapes::ShapeRef.new(shape: CreateCloudExadataInfrastructureInputStorageServerTypeString, location_name: "storageServerType"))
630
+ CreateCloudExadataInfrastructureInput.struct_class = Types::CreateCloudExadataInfrastructureInput
631
+
632
+ CreateCloudExadataInfrastructureOutput.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
633
+ CreateCloudExadataInfrastructureOutput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
634
+ CreateCloudExadataInfrastructureOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
635
+ CreateCloudExadataInfrastructureOutput.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "cloudExadataInfrastructureId"))
636
+ CreateCloudExadataInfrastructureOutput.struct_class = Types::CreateCloudExadataInfrastructureOutput
637
+
638
+ CreateCloudVmClusterInput.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "cloudExadataInfrastructureId"))
639
+ CreateCloudVmClusterInput.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: CreateCloudVmClusterInputCpuCoreCountInteger, required: true, location_name: "cpuCoreCount"))
640
+ CreateCloudVmClusterInput.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, required: true, location_name: "displayName"))
641
+ CreateCloudVmClusterInput.add_member(:gi_version, Shapes::ShapeRef.new(shape: CreateCloudVmClusterInputGiVersionString, required: true, location_name: "giVersion"))
642
+ CreateCloudVmClusterInput.add_member(:hostname, Shapes::ShapeRef.new(shape: CreateCloudVmClusterInputHostnameString, required: true, location_name: "hostname"))
643
+ CreateCloudVmClusterInput.add_member(:ssh_public_keys, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "sshPublicKeys"))
644
+ CreateCloudVmClusterInput.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbNetworkId"))
645
+ CreateCloudVmClusterInput.add_member(:cluster_name, Shapes::ShapeRef.new(shape: CreateCloudVmClusterInputClusterNameString, location_name: "clusterName"))
646
+ CreateCloudVmClusterInput.add_member(:data_collection_options, Shapes::ShapeRef.new(shape: DataCollectionOptions, location_name: "dataCollectionOptions"))
647
+ CreateCloudVmClusterInput.add_member(:data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "dataStorageSizeInTBs"))
648
+ CreateCloudVmClusterInput.add_member(:db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "dbNodeStorageSizeInGBs"))
649
+ CreateCloudVmClusterInput.add_member(:db_servers, Shapes::ShapeRef.new(shape: StringList, location_name: "dbServers"))
650
+ CreateCloudVmClusterInput.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, location_name: "tags"))
651
+ CreateCloudVmClusterInput.add_member(:is_local_backup_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isLocalBackupEnabled"))
652
+ CreateCloudVmClusterInput.add_member(:is_sparse_diskgroup_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isSparseDiskgroupEnabled"))
653
+ CreateCloudVmClusterInput.add_member(:license_model, Shapes::ShapeRef.new(shape: LicenseModel, location_name: "licenseModel"))
654
+ CreateCloudVmClusterInput.add_member(:memory_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memorySizeInGBs"))
655
+ CreateCloudVmClusterInput.add_member(:system_version, Shapes::ShapeRef.new(shape: CreateCloudVmClusterInputSystemVersionString, location_name: "systemVersion"))
656
+ CreateCloudVmClusterInput.add_member(:time_zone, Shapes::ShapeRef.new(shape: CreateCloudVmClusterInputTimeZoneString, location_name: "timeZone"))
657
+ CreateCloudVmClusterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateCloudVmClusterInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
658
+ CreateCloudVmClusterInput.add_member(:scan_listener_port_tcp, Shapes::ShapeRef.new(shape: CreateCloudVmClusterInputScanListenerPortTcpInteger, location_name: "scanListenerPortTcp"))
659
+ CreateCloudVmClusterInput.struct_class = Types::CreateCloudVmClusterInput
660
+
661
+ CreateCloudVmClusterOutput.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
662
+ CreateCloudVmClusterOutput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
663
+ CreateCloudVmClusterOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
664
+ CreateCloudVmClusterOutput.add_member(:cloud_vm_cluster_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "cloudVmClusterId"))
665
+ CreateCloudVmClusterOutput.struct_class = Types::CreateCloudVmClusterOutput
666
+
667
+ CreateOdbNetworkInput.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, required: true, location_name: "displayName"))
668
+ CreateOdbNetworkInput.add_member(:availability_zone, Shapes::ShapeRef.new(shape: CreateOdbNetworkInputAvailabilityZoneString, location_name: "availabilityZone"))
669
+ CreateOdbNetworkInput.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: CreateOdbNetworkInputAvailabilityZoneIdString, location_name: "availabilityZoneId"))
670
+ CreateOdbNetworkInput.add_member(:client_subnet_cidr, Shapes::ShapeRef.new(shape: CreateOdbNetworkInputClientSubnetCidrString, required: true, location_name: "clientSubnetCidr"))
671
+ CreateOdbNetworkInput.add_member(:backup_subnet_cidr, Shapes::ShapeRef.new(shape: CreateOdbNetworkInputBackupSubnetCidrString, location_name: "backupSubnetCidr"))
672
+ CreateOdbNetworkInput.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: CreateOdbNetworkInputCustomDomainNameString, location_name: "customDomainName"))
673
+ CreateOdbNetworkInput.add_member(:default_dns_prefix, Shapes::ShapeRef.new(shape: CreateOdbNetworkInputDefaultDnsPrefixString, location_name: "defaultDnsPrefix"))
674
+ CreateOdbNetworkInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateOdbNetworkInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
675
+ CreateOdbNetworkInput.add_member(:s3_access, Shapes::ShapeRef.new(shape: Access, location_name: "s3Access"))
676
+ CreateOdbNetworkInput.add_member(:zero_etl_access, Shapes::ShapeRef.new(shape: Access, location_name: "zeroEtlAccess"))
677
+ CreateOdbNetworkInput.add_member(:s3_policy_document, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "s3PolicyDocument"))
678
+ CreateOdbNetworkInput.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, location_name: "tags"))
679
+ CreateOdbNetworkInput.struct_class = Types::CreateOdbNetworkInput
680
+
681
+ CreateOdbNetworkOutput.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
682
+ CreateOdbNetworkOutput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
683
+ CreateOdbNetworkOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
684
+ CreateOdbNetworkOutput.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "odbNetworkId"))
685
+ CreateOdbNetworkOutput.struct_class = Types::CreateOdbNetworkOutput
686
+
687
+ CreateOdbPeeringConnectionInput.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbNetworkId"))
688
+ CreateOdbPeeringConnectionInput.add_member(:peer_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "peerNetworkId"))
689
+ CreateOdbPeeringConnectionInput.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, location_name: "displayName"))
690
+ CreateOdbPeeringConnectionInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateOdbPeeringConnectionInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
691
+ CreateOdbPeeringConnectionInput.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, location_name: "tags"))
692
+ CreateOdbPeeringConnectionInput.struct_class = Types::CreateOdbPeeringConnectionInput
693
+
694
+ CreateOdbPeeringConnectionOutput.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
695
+ CreateOdbPeeringConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
696
+ CreateOdbPeeringConnectionOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
697
+ CreateOdbPeeringConnectionOutput.add_member(:odb_peering_connection_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "odbPeeringConnectionId"))
698
+ CreateOdbPeeringConnectionOutput.struct_class = Types::CreateOdbPeeringConnectionOutput
699
+
700
+ CustomerContact.add_member(:email, Shapes::ShapeRef.new(shape: CustomerContactEmailString, location_name: "email"))
701
+ CustomerContact.struct_class = Types::CustomerContact
702
+
703
+ CustomerContacts.member = Shapes::ShapeRef.new(shape: CustomerContact)
704
+
705
+ DataCollectionOptions.add_member(:is_diagnostics_events_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isDiagnosticsEventsEnabled"))
706
+ DataCollectionOptions.add_member(:is_health_monitoring_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isHealthMonitoringEnabled"))
707
+ DataCollectionOptions.add_member(:is_incident_logs_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isIncidentLogsEnabled"))
708
+ DataCollectionOptions.struct_class = Types::DataCollectionOptions
709
+
710
+ DayOfWeek.add_member(:name, Shapes::ShapeRef.new(shape: DayOfWeekName, location_name: "name"))
711
+ DayOfWeek.struct_class = Types::DayOfWeek
712
+
713
+ DaysOfWeek.member = Shapes::ShapeRef.new(shape: DayOfWeek)
714
+
715
+ DbIormConfig.add_member(:db_name, Shapes::ShapeRef.new(shape: String, location_name: "dbName"))
716
+ DbIormConfig.add_member(:flash_cache_limit, Shapes::ShapeRef.new(shape: String, location_name: "flashCacheLimit"))
717
+ DbIormConfig.add_member(:share, Shapes::ShapeRef.new(shape: Integer, location_name: "share"))
718
+ DbIormConfig.struct_class = Types::DbIormConfig
719
+
720
+ DbIormConfigList.member = Shapes::ShapeRef.new(shape: DbIormConfig)
721
+
722
+ DbNode.add_member(:db_node_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "dbNodeId"))
723
+ DbNode.add_member(:db_node_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "dbNodeArn"))
724
+ DbNode.add_member(:status, Shapes::ShapeRef.new(shape: DbNodeResourceStatus, location_name: "status"))
725
+ DbNode.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
726
+ DbNode.add_member(:additional_details, Shapes::ShapeRef.new(shape: String, location_name: "additionalDetails"))
727
+ DbNode.add_member(:backup_ip_id, Shapes::ShapeRef.new(shape: String, location_name: "backupIpId"))
728
+ DbNode.add_member(:backup_vnic_2_id, Shapes::ShapeRef.new(shape: String, location_name: "backupVnic2Id"))
729
+ DbNode.add_member(:backup_vnic_id, Shapes::ShapeRef.new(shape: String, location_name: "backupVnicId"))
730
+ DbNode.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
731
+ DbNode.add_member(:db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "dbNodeStorageSizeInGBs"))
732
+ DbNode.add_member(:db_server_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "dbServerId"))
733
+ DbNode.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "dbSystemId"))
734
+ DbNode.add_member(:fault_domain, Shapes::ShapeRef.new(shape: String, location_name: "faultDomain"))
735
+ DbNode.add_member(:host_ip_id, Shapes::ShapeRef.new(shape: String, location_name: "hostIpId"))
736
+ DbNode.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "hostname"))
737
+ DbNode.add_member(:ocid, Shapes::ShapeRef.new(shape: String, location_name: "ocid"))
738
+ DbNode.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
739
+ DbNode.add_member(:maintenance_type, Shapes::ShapeRef.new(shape: DbNodeMaintenanceType, location_name: "maintenanceType"))
740
+ DbNode.add_member(:memory_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memorySizeInGBs"))
741
+ DbNode.add_member(:software_storage_size_in_gb, Shapes::ShapeRef.new(shape: Integer, location_name: "softwareStorageSizeInGB"))
742
+ DbNode.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
743
+ DbNode.add_member(:time_maintenance_window_end, Shapes::ShapeRef.new(shape: String, location_name: "timeMaintenanceWindowEnd"))
744
+ DbNode.add_member(:time_maintenance_window_start, Shapes::ShapeRef.new(shape: String, location_name: "timeMaintenanceWindowStart"))
745
+ DbNode.add_member(:total_cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "totalCpuCoreCount"))
746
+ DbNode.add_member(:vnic2_id, Shapes::ShapeRef.new(shape: String, location_name: "vnic2Id"))
747
+ DbNode.add_member(:vnic_id, Shapes::ShapeRef.new(shape: String, location_name: "vnicId"))
748
+ DbNode.add_member(:private_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "privateIpAddress"))
749
+ DbNode.add_member(:floating_ip_address, Shapes::ShapeRef.new(shape: String, location_name: "floatingIpAddress"))
750
+ DbNode.struct_class = Types::DbNode
751
+
752
+ DbNodeList.member = Shapes::ShapeRef.new(shape: DbNodeSummary)
753
+
754
+ DbNodeSummary.add_member(:db_node_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "dbNodeId"))
755
+ DbNodeSummary.add_member(:db_node_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "dbNodeArn"))
756
+ DbNodeSummary.add_member(:status, Shapes::ShapeRef.new(shape: DbNodeResourceStatus, location_name: "status"))
757
+ DbNodeSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
758
+ DbNodeSummary.add_member(:additional_details, Shapes::ShapeRef.new(shape: String, location_name: "additionalDetails"))
759
+ DbNodeSummary.add_member(:backup_ip_id, Shapes::ShapeRef.new(shape: String, location_name: "backupIpId"))
760
+ DbNodeSummary.add_member(:backup_vnic_2_id, Shapes::ShapeRef.new(shape: String, location_name: "backupVnic2Id"))
761
+ DbNodeSummary.add_member(:backup_vnic_id, Shapes::ShapeRef.new(shape: String, location_name: "backupVnicId"))
762
+ DbNodeSummary.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
763
+ DbNodeSummary.add_member(:db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "dbNodeStorageSizeInGBs"))
764
+ DbNodeSummary.add_member(:db_server_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "dbServerId"))
765
+ DbNodeSummary.add_member(:db_system_id, Shapes::ShapeRef.new(shape: String, location_name: "dbSystemId"))
766
+ DbNodeSummary.add_member(:fault_domain, Shapes::ShapeRef.new(shape: String, location_name: "faultDomain"))
767
+ DbNodeSummary.add_member(:host_ip_id, Shapes::ShapeRef.new(shape: String, location_name: "hostIpId"))
768
+ DbNodeSummary.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "hostname"))
769
+ DbNodeSummary.add_member(:ocid, Shapes::ShapeRef.new(shape: String, location_name: "ocid"))
770
+ DbNodeSummary.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
771
+ DbNodeSummary.add_member(:maintenance_type, Shapes::ShapeRef.new(shape: DbNodeMaintenanceType, location_name: "maintenanceType"))
772
+ DbNodeSummary.add_member(:memory_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memorySizeInGBs"))
773
+ DbNodeSummary.add_member(:software_storage_size_in_gb, Shapes::ShapeRef.new(shape: Integer, location_name: "softwareStorageSizeInGB"))
774
+ DbNodeSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
775
+ DbNodeSummary.add_member(:time_maintenance_window_end, Shapes::ShapeRef.new(shape: String, location_name: "timeMaintenanceWindowEnd"))
776
+ DbNodeSummary.add_member(:time_maintenance_window_start, Shapes::ShapeRef.new(shape: String, location_name: "timeMaintenanceWindowStart"))
777
+ DbNodeSummary.add_member(:total_cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "totalCpuCoreCount"))
778
+ DbNodeSummary.add_member(:vnic2_id, Shapes::ShapeRef.new(shape: String, location_name: "vnic2Id"))
779
+ DbNodeSummary.add_member(:vnic_id, Shapes::ShapeRef.new(shape: String, location_name: "vnicId"))
780
+ DbNodeSummary.struct_class = Types::DbNodeSummary
781
+
782
+ DbServer.add_member(:db_server_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "dbServerId"))
783
+ DbServer.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
784
+ DbServer.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
785
+ DbServer.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
786
+ DbServer.add_member(:db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "dbNodeStorageSizeInGBs"))
787
+ DbServer.add_member(:db_server_patching_details, Shapes::ShapeRef.new(shape: DbServerPatchingDetails, location_name: "dbServerPatchingDetails"))
788
+ DbServer.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
789
+ DbServer.add_member(:exadata_infrastructure_id, Shapes::ShapeRef.new(shape: String, location_name: "exadataInfrastructureId"))
790
+ DbServer.add_member(:ocid, Shapes::ShapeRef.new(shape: String, location_name: "ocid"))
791
+ DbServer.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
792
+ DbServer.add_member(:max_cpu_count, Shapes::ShapeRef.new(shape: Integer, location_name: "maxCpuCount"))
793
+ DbServer.add_member(:max_db_node_storage_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "maxDbNodeStorageInGBs"))
794
+ DbServer.add_member(:max_memory_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "maxMemoryInGBs"))
795
+ DbServer.add_member(:memory_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memorySizeInGBs"))
796
+ DbServer.add_member(:shape, Shapes::ShapeRef.new(shape: String, location_name: "shape"))
797
+ DbServer.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
798
+ DbServer.add_member(:vm_cluster_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "vmClusterIds"))
799
+ DbServer.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
800
+ DbServer.add_member(:autonomous_vm_cluster_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "autonomousVmClusterIds"))
801
+ DbServer.add_member(:autonomous_virtual_machine_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "autonomousVirtualMachineIds"))
802
+ DbServer.struct_class = Types::DbServer
803
+
804
+ DbServerList.member = Shapes::ShapeRef.new(shape: DbServerSummary)
805
+
806
+ DbServerPatchingDetails.add_member(:estimated_patch_duration, Shapes::ShapeRef.new(shape: Integer, location_name: "estimatedPatchDuration"))
807
+ DbServerPatchingDetails.add_member(:patching_status, Shapes::ShapeRef.new(shape: DbServerPatchingStatus, location_name: "patchingStatus"))
808
+ DbServerPatchingDetails.add_member(:time_patching_ended, Shapes::ShapeRef.new(shape: String, location_name: "timePatchingEnded"))
809
+ DbServerPatchingDetails.add_member(:time_patching_started, Shapes::ShapeRef.new(shape: String, location_name: "timePatchingStarted"))
810
+ DbServerPatchingDetails.struct_class = Types::DbServerPatchingDetails
811
+
812
+ DbServerSummary.add_member(:db_server_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "dbServerId"))
813
+ DbServerSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
814
+ DbServerSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
815
+ DbServerSummary.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
816
+ DbServerSummary.add_member(:db_node_storage_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "dbNodeStorageSizeInGBs"))
817
+ DbServerSummary.add_member(:db_server_patching_details, Shapes::ShapeRef.new(shape: DbServerPatchingDetails, location_name: "dbServerPatchingDetails"))
818
+ DbServerSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
819
+ DbServerSummary.add_member(:exadata_infrastructure_id, Shapes::ShapeRef.new(shape: String, location_name: "exadataInfrastructureId"))
820
+ DbServerSummary.add_member(:ocid, Shapes::ShapeRef.new(shape: String, location_name: "ocid"))
821
+ DbServerSummary.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
822
+ DbServerSummary.add_member(:max_cpu_count, Shapes::ShapeRef.new(shape: Integer, location_name: "maxCpuCount"))
823
+ DbServerSummary.add_member(:max_db_node_storage_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "maxDbNodeStorageInGBs"))
824
+ DbServerSummary.add_member(:max_memory_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "maxMemoryInGBs"))
825
+ DbServerSummary.add_member(:memory_size_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "memorySizeInGBs"))
826
+ DbServerSummary.add_member(:shape, Shapes::ShapeRef.new(shape: String, location_name: "shape"))
827
+ DbServerSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
828
+ DbServerSummary.add_member(:vm_cluster_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "vmClusterIds"))
829
+ DbServerSummary.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
830
+ DbServerSummary.add_member(:autonomous_vm_cluster_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "autonomousVmClusterIds"))
831
+ DbServerSummary.add_member(:autonomous_virtual_machine_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "autonomousVirtualMachineIds"))
832
+ DbServerSummary.struct_class = Types::DbServerSummary
833
+
834
+ DbSystemShapeList.member = Shapes::ShapeRef.new(shape: DbSystemShapeSummary)
835
+
836
+ DbSystemShapeSummary.add_member(:available_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "availableCoreCount"))
837
+ DbSystemShapeSummary.add_member(:available_core_count_per_node, Shapes::ShapeRef.new(shape: Integer, location_name: "availableCoreCountPerNode"))
838
+ DbSystemShapeSummary.add_member(:available_data_storage_in_t_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "availableDataStorageInTBs"))
839
+ DbSystemShapeSummary.add_member(:available_data_storage_per_server_in_t_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "availableDataStoragePerServerInTBs"))
840
+ DbSystemShapeSummary.add_member(:available_db_node_per_node_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "availableDbNodePerNodeInGBs"))
841
+ DbSystemShapeSummary.add_member(:available_db_node_storage_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "availableDbNodeStorageInGBs"))
842
+ DbSystemShapeSummary.add_member(:available_memory_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "availableMemoryInGBs"))
843
+ DbSystemShapeSummary.add_member(:available_memory_per_node_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "availableMemoryPerNodeInGBs"))
844
+ DbSystemShapeSummary.add_member(:core_count_increment, Shapes::ShapeRef.new(shape: Integer, location_name: "coreCountIncrement"))
845
+ DbSystemShapeSummary.add_member(:max_storage_count, Shapes::ShapeRef.new(shape: Integer, location_name: "maxStorageCount"))
846
+ DbSystemShapeSummary.add_member(:maximum_node_count, Shapes::ShapeRef.new(shape: Integer, location_name: "maximumNodeCount"))
847
+ DbSystemShapeSummary.add_member(:min_core_count_per_node, Shapes::ShapeRef.new(shape: Integer, location_name: "minCoreCountPerNode"))
848
+ DbSystemShapeSummary.add_member(:min_data_storage_in_t_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "minDataStorageInTBs"))
849
+ DbSystemShapeSummary.add_member(:min_db_node_storage_per_node_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "minDbNodeStoragePerNodeInGBs"))
850
+ DbSystemShapeSummary.add_member(:min_memory_per_node_in_g_bs, Shapes::ShapeRef.new(shape: Integer, location_name: "minMemoryPerNodeInGBs"))
851
+ DbSystemShapeSummary.add_member(:min_storage_count, Shapes::ShapeRef.new(shape: Integer, location_name: "minStorageCount"))
852
+ DbSystemShapeSummary.add_member(:minimum_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "minimumCoreCount"))
853
+ DbSystemShapeSummary.add_member(:minimum_node_count, Shapes::ShapeRef.new(shape: Integer, location_name: "minimumNodeCount"))
854
+ DbSystemShapeSummary.add_member(:runtime_minimum_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runtimeMinimumCoreCount"))
855
+ DbSystemShapeSummary.add_member(:shape_family, Shapes::ShapeRef.new(shape: String, location_name: "shapeFamily"))
856
+ DbSystemShapeSummary.add_member(:shape_type, Shapes::ShapeRef.new(shape: ShapeType, location_name: "shapeType"))
857
+ DbSystemShapeSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
858
+ DbSystemShapeSummary.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
859
+ DbSystemShapeSummary.add_member(:are_server_types_supported, Shapes::ShapeRef.new(shape: Boolean, location_name: "areServerTypesSupported"))
860
+ DbSystemShapeSummary.struct_class = Types::DbSystemShapeSummary
861
+
862
+ DeleteCloudAutonomousVmClusterInput.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudAutonomousVmClusterId"))
863
+ DeleteCloudAutonomousVmClusterInput.struct_class = Types::DeleteCloudAutonomousVmClusterInput
864
+
865
+ DeleteCloudAutonomousVmClusterOutput.struct_class = Types::DeleteCloudAutonomousVmClusterOutput
866
+
867
+ DeleteCloudExadataInfrastructureInput.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "cloudExadataInfrastructureId"))
868
+ DeleteCloudExadataInfrastructureInput.struct_class = Types::DeleteCloudExadataInfrastructureInput
869
+
870
+ DeleteCloudExadataInfrastructureOutput.struct_class = Types::DeleteCloudExadataInfrastructureOutput
871
+
872
+ DeleteCloudVmClusterInput.add_member(:cloud_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudVmClusterId"))
873
+ DeleteCloudVmClusterInput.struct_class = Types::DeleteCloudVmClusterInput
874
+
875
+ DeleteCloudVmClusterOutput.struct_class = Types::DeleteCloudVmClusterOutput
876
+
877
+ DeleteOdbNetworkInput.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbNetworkId"))
878
+ DeleteOdbNetworkInput.add_member(:delete_associated_resources, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "deleteAssociatedResources"))
879
+ DeleteOdbNetworkInput.struct_class = Types::DeleteOdbNetworkInput
880
+
881
+ DeleteOdbNetworkOutput.struct_class = Types::DeleteOdbNetworkOutput
882
+
883
+ DeleteOdbPeeringConnectionInput.add_member(:odb_peering_connection_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbPeeringConnectionId"))
884
+ DeleteOdbPeeringConnectionInput.struct_class = Types::DeleteOdbPeeringConnectionInput
885
+
886
+ DeleteOdbPeeringConnectionOutput.struct_class = Types::DeleteOdbPeeringConnectionOutput
887
+
888
+ ExadataIormConfig.add_member(:db_plans, Shapes::ShapeRef.new(shape: DbIormConfigList, location_name: "dbPlans"))
889
+ ExadataIormConfig.add_member(:lifecycle_details, Shapes::ShapeRef.new(shape: String, location_name: "lifecycleDetails"))
890
+ ExadataIormConfig.add_member(:lifecycle_state, Shapes::ShapeRef.new(shape: IormLifecycleState, location_name: "lifecycleState"))
891
+ ExadataIormConfig.add_member(:objective, Shapes::ShapeRef.new(shape: Objective, location_name: "objective"))
892
+ ExadataIormConfig.struct_class = Types::ExadataIormConfig
893
+
894
+ GetCloudAutonomousVmClusterInput.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudAutonomousVmClusterId"))
895
+ GetCloudAutonomousVmClusterInput.struct_class = Types::GetCloudAutonomousVmClusterInput
896
+
897
+ GetCloudAutonomousVmClusterOutput.add_member(:cloud_autonomous_vm_cluster, Shapes::ShapeRef.new(shape: CloudAutonomousVmCluster, location_name: "cloudAutonomousVmCluster"))
898
+ GetCloudAutonomousVmClusterOutput.struct_class = Types::GetCloudAutonomousVmClusterOutput
899
+
900
+ GetCloudExadataInfrastructureInput.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "cloudExadataInfrastructureId"))
901
+ GetCloudExadataInfrastructureInput.struct_class = Types::GetCloudExadataInfrastructureInput
902
+
903
+ GetCloudExadataInfrastructureOutput.add_member(:cloud_exadata_infrastructure, Shapes::ShapeRef.new(shape: CloudExadataInfrastructure, location_name: "cloudExadataInfrastructure"))
904
+ GetCloudExadataInfrastructureOutput.struct_class = Types::GetCloudExadataInfrastructureOutput
905
+
906
+ GetCloudExadataInfrastructureUnallocatedResourcesInput.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "cloudExadataInfrastructureId"))
907
+ GetCloudExadataInfrastructureUnallocatedResourcesInput.add_member(:db_servers, Shapes::ShapeRef.new(shape: StringList, location_name: "dbServers"))
908
+ GetCloudExadataInfrastructureUnallocatedResourcesInput.struct_class = Types::GetCloudExadataInfrastructureUnallocatedResourcesInput
909
+
910
+ GetCloudExadataInfrastructureUnallocatedResourcesOutput.add_member(:cloud_exadata_infrastructure_unallocated_resources, Shapes::ShapeRef.new(shape: CloudExadataInfrastructureUnallocatedResources, location_name: "cloudExadataInfrastructureUnallocatedResources"))
911
+ GetCloudExadataInfrastructureUnallocatedResourcesOutput.struct_class = Types::GetCloudExadataInfrastructureUnallocatedResourcesOutput
912
+
913
+ GetCloudVmClusterInput.add_member(:cloud_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudVmClusterId"))
914
+ GetCloudVmClusterInput.struct_class = Types::GetCloudVmClusterInput
915
+
916
+ GetCloudVmClusterOutput.add_member(:cloud_vm_cluster, Shapes::ShapeRef.new(shape: CloudVmCluster, location_name: "cloudVmCluster"))
917
+ GetCloudVmClusterOutput.struct_class = Types::GetCloudVmClusterOutput
918
+
919
+ GetDbNodeInput.add_member(:cloud_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudVmClusterId"))
920
+ GetDbNodeInput.add_member(:db_node_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dbNodeId"))
921
+ GetDbNodeInput.struct_class = Types::GetDbNodeInput
922
+
923
+ GetDbNodeOutput.add_member(:db_node, Shapes::ShapeRef.new(shape: DbNode, location_name: "dbNode"))
924
+ GetDbNodeOutput.struct_class = Types::GetDbNodeOutput
925
+
926
+ GetDbServerInput.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "cloudExadataInfrastructureId"))
927
+ GetDbServerInput.add_member(:db_server_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dbServerId"))
928
+ GetDbServerInput.struct_class = Types::GetDbServerInput
929
+
930
+ GetDbServerOutput.add_member(:db_server, Shapes::ShapeRef.new(shape: DbServer, location_name: "dbServer"))
931
+ GetDbServerOutput.struct_class = Types::GetDbServerOutput
932
+
933
+ GetOciOnboardingStatusInput.struct_class = Types::GetOciOnboardingStatusInput
934
+
935
+ GetOciOnboardingStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: OciOnboardingStatus, location_name: "status"))
936
+ GetOciOnboardingStatusOutput.add_member(:existing_tenancy_activation_link, Shapes::ShapeRef.new(shape: String, location_name: "existingTenancyActivationLink"))
937
+ GetOciOnboardingStatusOutput.add_member(:new_tenancy_activation_link, Shapes::ShapeRef.new(shape: String, location_name: "newTenancyActivationLink"))
938
+ GetOciOnboardingStatusOutput.struct_class = Types::GetOciOnboardingStatusOutput
939
+
940
+ GetOdbNetworkInput.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbNetworkId"))
941
+ GetOdbNetworkInput.struct_class = Types::GetOdbNetworkInput
942
+
943
+ GetOdbNetworkOutput.add_member(:odb_network, Shapes::ShapeRef.new(shape: OdbNetwork, location_name: "odbNetwork"))
944
+ GetOdbNetworkOutput.struct_class = Types::GetOdbNetworkOutput
945
+
946
+ GetOdbPeeringConnectionInput.add_member(:odb_peering_connection_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbPeeringConnectionId"))
947
+ GetOdbPeeringConnectionInput.struct_class = Types::GetOdbPeeringConnectionInput
948
+
949
+ GetOdbPeeringConnectionOutput.add_member(:odb_peering_connection, Shapes::ShapeRef.new(shape: OdbPeeringConnection, location_name: "odbPeeringConnection"))
950
+ GetOdbPeeringConnectionOutput.struct_class = Types::GetOdbPeeringConnectionOutput
951
+
952
+ GiVersionList.member = Shapes::ShapeRef.new(shape: GiVersionSummary)
953
+
954
+ GiVersionSummary.add_member(:version, Shapes::ShapeRef.new(shape: String, location_name: "version"))
955
+ GiVersionSummary.struct_class = Types::GiVersionSummary
956
+
957
+ HoursOfDay.member = Shapes::ShapeRef.new(shape: Integer)
958
+
959
+ InitializeServiceInput.struct_class = Types::InitializeServiceInput
960
+
961
+ InitializeServiceOutput.struct_class = Types::InitializeServiceOutput
962
+
963
+ InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
964
+ InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "retryAfterSeconds"))
965
+ InternalServerException.struct_class = Types::InternalServerException
966
+
967
+ ListAutonomousVirtualMachinesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAutonomousVirtualMachinesInputMaxResultsInteger, location_name: "maxResults"))
968
+ ListAutonomousVirtualMachinesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListAutonomousVirtualMachinesInputNextTokenString, location_name: "nextToken"))
969
+ ListAutonomousVirtualMachinesInput.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudAutonomousVmClusterId"))
970
+ ListAutonomousVirtualMachinesInput.struct_class = Types::ListAutonomousVirtualMachinesInput
971
+
972
+ ListAutonomousVirtualMachinesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
973
+ ListAutonomousVirtualMachinesOutput.add_member(:autonomous_virtual_machines, Shapes::ShapeRef.new(shape: AutonomousVirtualMachineList, required: true, location_name: "autonomousVirtualMachines"))
974
+ ListAutonomousVirtualMachinesOutput.struct_class = Types::ListAutonomousVirtualMachinesOutput
975
+
976
+ ListCloudAutonomousVmClustersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCloudAutonomousVmClustersInputMaxResultsInteger, location_name: "maxResults"))
977
+ ListCloudAutonomousVmClustersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListCloudAutonomousVmClustersInputNextTokenString, location_name: "nextToken"))
978
+ ListCloudAutonomousVmClustersInput.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "cloudExadataInfrastructureId"))
979
+ ListCloudAutonomousVmClustersInput.struct_class = Types::ListCloudAutonomousVmClustersInput
980
+
981
+ ListCloudAutonomousVmClustersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
982
+ ListCloudAutonomousVmClustersOutput.add_member(:cloud_autonomous_vm_clusters, Shapes::ShapeRef.new(shape: CloudAutonomousVmClusterList, required: true, location_name: "cloudAutonomousVmClusters"))
983
+ ListCloudAutonomousVmClustersOutput.struct_class = Types::ListCloudAutonomousVmClustersOutput
984
+
985
+ ListCloudExadataInfrastructuresInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCloudExadataInfrastructuresInputMaxResultsInteger, location_name: "maxResults"))
986
+ ListCloudExadataInfrastructuresInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListCloudExadataInfrastructuresInputNextTokenString, location_name: "nextToken"))
987
+ ListCloudExadataInfrastructuresInput.struct_class = Types::ListCloudExadataInfrastructuresInput
988
+
989
+ ListCloudExadataInfrastructuresOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
990
+ ListCloudExadataInfrastructuresOutput.add_member(:cloud_exadata_infrastructures, Shapes::ShapeRef.new(shape: CloudExadataInfrastructureList, required: true, location_name: "cloudExadataInfrastructures"))
991
+ ListCloudExadataInfrastructuresOutput.struct_class = Types::ListCloudExadataInfrastructuresOutput
992
+
993
+ ListCloudVmClustersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListCloudVmClustersInputMaxResultsInteger, location_name: "maxResults"))
994
+ ListCloudVmClustersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListCloudVmClustersInputNextTokenString, location_name: "nextToken"))
995
+ ListCloudVmClustersInput.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "cloudExadataInfrastructureId"))
996
+ ListCloudVmClustersInput.struct_class = Types::ListCloudVmClustersInput
997
+
998
+ ListCloudVmClustersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
999
+ ListCloudVmClustersOutput.add_member(:cloud_vm_clusters, Shapes::ShapeRef.new(shape: CloudVmClusterList, required: true, location_name: "cloudVmClusters"))
1000
+ ListCloudVmClustersOutput.struct_class = Types::ListCloudVmClustersOutput
1001
+
1002
+ ListDbNodesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListDbNodesInputMaxResultsInteger, location_name: "maxResults"))
1003
+ ListDbNodesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListDbNodesInputNextTokenString, location_name: "nextToken"))
1004
+ ListDbNodesInput.add_member(:cloud_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudVmClusterId"))
1005
+ ListDbNodesInput.struct_class = Types::ListDbNodesInput
1006
+
1007
+ ListDbNodesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1008
+ ListDbNodesOutput.add_member(:db_nodes, Shapes::ShapeRef.new(shape: DbNodeList, required: true, location_name: "dbNodes"))
1009
+ ListDbNodesOutput.struct_class = Types::ListDbNodesOutput
1010
+
1011
+ ListDbServersInput.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "cloudExadataInfrastructureId"))
1012
+ ListDbServersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListDbServersInputMaxResultsInteger, location_name: "maxResults"))
1013
+ ListDbServersInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListDbServersInputNextTokenString, location_name: "nextToken"))
1014
+ ListDbServersInput.struct_class = Types::ListDbServersInput
1015
+
1016
+ ListDbServersOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1017
+ ListDbServersOutput.add_member(:db_servers, Shapes::ShapeRef.new(shape: DbServerList, required: true, location_name: "dbServers"))
1018
+ ListDbServersOutput.struct_class = Types::ListDbServersOutput
1019
+
1020
+ ListDbSystemShapesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListDbSystemShapesInputMaxResultsInteger, location_name: "maxResults"))
1021
+ ListDbSystemShapesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListDbSystemShapesInputNextTokenString, location_name: "nextToken"))
1022
+ ListDbSystemShapesInput.add_member(:availability_zone, Shapes::ShapeRef.new(shape: ListDbSystemShapesInputAvailabilityZoneString, location_name: "availabilityZone"))
1023
+ ListDbSystemShapesInput.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: ListDbSystemShapesInputAvailabilityZoneIdString, location_name: "availabilityZoneId"))
1024
+ ListDbSystemShapesInput.struct_class = Types::ListDbSystemShapesInput
1025
+
1026
+ ListDbSystemShapesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1027
+ ListDbSystemShapesOutput.add_member(:db_system_shapes, Shapes::ShapeRef.new(shape: DbSystemShapeList, required: true, location_name: "dbSystemShapes"))
1028
+ ListDbSystemShapesOutput.struct_class = Types::ListDbSystemShapesOutput
1029
+
1030
+ ListGiVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListGiVersionsInputMaxResultsInteger, location_name: "maxResults"))
1031
+ ListGiVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListGiVersionsInputNextTokenString, location_name: "nextToken"))
1032
+ ListGiVersionsInput.add_member(:shape, Shapes::ShapeRef.new(shape: ListGiVersionsInputShapeString, location_name: "shape"))
1033
+ ListGiVersionsInput.struct_class = Types::ListGiVersionsInput
1034
+
1035
+ ListGiVersionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1036
+ ListGiVersionsOutput.add_member(:gi_versions, Shapes::ShapeRef.new(shape: GiVersionList, required: true, location_name: "giVersions"))
1037
+ ListGiVersionsOutput.struct_class = Types::ListGiVersionsOutput
1038
+
1039
+ ListOdbNetworksInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListOdbNetworksInputMaxResultsInteger, location_name: "maxResults"))
1040
+ ListOdbNetworksInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListOdbNetworksInputNextTokenString, location_name: "nextToken"))
1041
+ ListOdbNetworksInput.struct_class = Types::ListOdbNetworksInput
1042
+
1043
+ ListOdbNetworksOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1044
+ ListOdbNetworksOutput.add_member(:odb_networks, Shapes::ShapeRef.new(shape: OdbNetworkList, required: true, location_name: "odbNetworks"))
1045
+ ListOdbNetworksOutput.struct_class = Types::ListOdbNetworksOutput
1046
+
1047
+ ListOdbPeeringConnectionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListOdbPeeringConnectionsInputMaxResultsInteger, location_name: "maxResults"))
1048
+ ListOdbPeeringConnectionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListOdbPeeringConnectionsInputNextTokenString, location_name: "nextToken"))
1049
+ ListOdbPeeringConnectionsInput.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
1050
+ ListOdbPeeringConnectionsInput.struct_class = Types::ListOdbPeeringConnectionsInput
1051
+
1052
+ ListOdbPeeringConnectionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1053
+ ListOdbPeeringConnectionsOutput.add_member(:odb_peering_connections, Shapes::ShapeRef.new(shape: OdbPeeringConnectionList, required: true, location_name: "odbPeeringConnections"))
1054
+ ListOdbPeeringConnectionsOutput.struct_class = Types::ListOdbPeeringConnectionsOutput
1055
+
1056
+ ListSystemVersionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListSystemVersionsInputMaxResultsInteger, location_name: "maxResults"))
1057
+ ListSystemVersionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListSystemVersionsInputNextTokenString, location_name: "nextToken"))
1058
+ ListSystemVersionsInput.add_member(:gi_version, Shapes::ShapeRef.new(shape: ListSystemVersionsInputGiVersionString, required: true, location_name: "giVersion"))
1059
+ ListSystemVersionsInput.add_member(:shape, Shapes::ShapeRef.new(shape: ListSystemVersionsInputShapeString, required: true, location_name: "shape"))
1060
+ ListSystemVersionsInput.struct_class = Types::ListSystemVersionsInput
1061
+
1062
+ ListSystemVersionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1063
+ ListSystemVersionsOutput.add_member(:system_versions, Shapes::ShapeRef.new(shape: SystemVersionList, required: true, location_name: "systemVersions"))
1064
+ ListSystemVersionsOutput.struct_class = Types::ListSystemVersionsOutput
1065
+
1066
+ ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
1067
+ ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
1068
+
1069
+ ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: ResponseTagMap, location_name: "tags"))
1070
+ ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
1071
+
1072
+ MaintenanceWindow.add_member(:custom_action_timeout_in_mins, Shapes::ShapeRef.new(shape: MaintenanceWindowCustomActionTimeoutInMinsInteger, location_name: "customActionTimeoutInMins"))
1073
+ MaintenanceWindow.add_member(:days_of_week, Shapes::ShapeRef.new(shape: DaysOfWeek, location_name: "daysOfWeek"))
1074
+ MaintenanceWindow.add_member(:hours_of_day, Shapes::ShapeRef.new(shape: HoursOfDay, location_name: "hoursOfDay"))
1075
+ MaintenanceWindow.add_member(:is_custom_action_timeout_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "isCustomActionTimeoutEnabled"))
1076
+ MaintenanceWindow.add_member(:lead_time_in_weeks, Shapes::ShapeRef.new(shape: MaintenanceWindowLeadTimeInWeeksInteger, location_name: "leadTimeInWeeks"))
1077
+ MaintenanceWindow.add_member(:months, Shapes::ShapeRef.new(shape: Months, location_name: "months"))
1078
+ MaintenanceWindow.add_member(:patching_mode, Shapes::ShapeRef.new(shape: PatchingModeType, location_name: "patchingMode"))
1079
+ MaintenanceWindow.add_member(:preference, Shapes::ShapeRef.new(shape: PreferenceType, location_name: "preference"))
1080
+ MaintenanceWindow.add_member(:skip_ru, Shapes::ShapeRef.new(shape: Boolean, location_name: "skipRu"))
1081
+ MaintenanceWindow.add_member(:weeks_of_month, Shapes::ShapeRef.new(shape: WeeksOfMonth, location_name: "weeksOfMonth"))
1082
+ MaintenanceWindow.struct_class = Types::MaintenanceWindow
1083
+
1084
+ ManagedS3BackupAccess.add_member(:status, Shapes::ShapeRef.new(shape: ManagedResourceStatus, location_name: "status"))
1085
+ ManagedS3BackupAccess.add_member(:ipv4_addresses, Shapes::ShapeRef.new(shape: StringList, location_name: "ipv4Addresses"))
1086
+ ManagedS3BackupAccess.struct_class = Types::ManagedS3BackupAccess
1087
+
1088
+ ManagedServices.add_member(:service_network_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "serviceNetworkArn"))
1089
+ ManagedServices.add_member(:resource_gateway_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "resourceGatewayArn"))
1090
+ ManagedServices.add_member(:managed_services_ipv_4_cidrs, Shapes::ShapeRef.new(shape: StringList, location_name: "managedServicesIpv4Cidrs"))
1091
+ ManagedServices.add_member(:service_network_endpoint, Shapes::ShapeRef.new(shape: ServiceNetworkEndpoint, location_name: "serviceNetworkEndpoint"))
1092
+ ManagedServices.add_member(:managed_s3_backup_access, Shapes::ShapeRef.new(shape: ManagedS3BackupAccess, location_name: "managedS3BackupAccess"))
1093
+ ManagedServices.add_member(:zero_etl_access, Shapes::ShapeRef.new(shape: ZeroEtlAccess, location_name: "zeroEtlAccess"))
1094
+ ManagedServices.add_member(:s3_access, Shapes::ShapeRef.new(shape: S3Access, location_name: "s3Access"))
1095
+ ManagedServices.struct_class = Types::ManagedServices
1096
+
1097
+ Month.add_member(:name, Shapes::ShapeRef.new(shape: MonthName, location_name: "name"))
1098
+ Month.struct_class = Types::Month
1099
+
1100
+ Months.member = Shapes::ShapeRef.new(shape: Month)
1101
+
1102
+ OciDnsForwardingConfig.add_member(:domain_name, Shapes::ShapeRef.new(shape: OciDnsForwardingConfigDomainNameString, location_name: "domainName"))
1103
+ OciDnsForwardingConfig.add_member(:oci_dns_listener_ip, Shapes::ShapeRef.new(shape: String, location_name: "ociDnsListenerIp"))
1104
+ OciDnsForwardingConfig.struct_class = Types::OciDnsForwardingConfig
1105
+
1106
+ OciDnsForwardingConfigList.member = Shapes::ShapeRef.new(shape: OciDnsForwardingConfig)
1107
+
1108
+ OdbNetwork.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbNetworkId"))
1109
+ OdbNetwork.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
1110
+ OdbNetwork.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
1111
+ OdbNetwork.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
1112
+ OdbNetwork.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: String, location_name: "odbNetworkArn"))
1113
+ OdbNetwork.add_member(:availability_zone, Shapes::ShapeRef.new(shape: OdbNetworkAvailabilityZoneString, location_name: "availabilityZone"))
1114
+ OdbNetwork.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: OdbNetworkAvailabilityZoneIdString, location_name: "availabilityZoneId"))
1115
+ OdbNetwork.add_member(:client_subnet_cidr, Shapes::ShapeRef.new(shape: OdbNetworkClientSubnetCidrString, location_name: "clientSubnetCidr"))
1116
+ OdbNetwork.add_member(:backup_subnet_cidr, Shapes::ShapeRef.new(shape: OdbNetworkBackupSubnetCidrString, location_name: "backupSubnetCidr"))
1117
+ OdbNetwork.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: OdbNetworkCustomDomainNameString, location_name: "customDomainName"))
1118
+ OdbNetwork.add_member(:default_dns_prefix, Shapes::ShapeRef.new(shape: OdbNetworkDefaultDnsPrefixString, location_name: "defaultDnsPrefix"))
1119
+ OdbNetwork.add_member(:peered_cidrs, Shapes::ShapeRef.new(shape: StringList, location_name: "peeredCidrs"))
1120
+ OdbNetwork.add_member(:oci_network_anchor_id, Shapes::ShapeRef.new(shape: OdbNetworkOciNetworkAnchorIdString, location_name: "ociNetworkAnchorId"))
1121
+ OdbNetwork.add_member(:oci_network_anchor_url, Shapes::ShapeRef.new(shape: String, location_name: "ociNetworkAnchorUrl"))
1122
+ OdbNetwork.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
1123
+ OdbNetwork.add_member(:oci_vcn_id, Shapes::ShapeRef.new(shape: OdbNetworkOciVcnIdString, location_name: "ociVcnId"))
1124
+ OdbNetwork.add_member(:oci_vcn_url, Shapes::ShapeRef.new(shape: String, location_name: "ociVcnUrl"))
1125
+ OdbNetwork.add_member(:oci_dns_forwarding_configs, Shapes::ShapeRef.new(shape: OciDnsForwardingConfigList, location_name: "ociDnsForwardingConfigs"))
1126
+ OdbNetwork.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1127
+ OdbNetwork.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
1128
+ OdbNetwork.add_member(:managed_services, Shapes::ShapeRef.new(shape: ManagedServices, location_name: "managedServices"))
1129
+ OdbNetwork.struct_class = Types::OdbNetwork
1130
+
1131
+ OdbNetworkList.member = Shapes::ShapeRef.new(shape: OdbNetworkSummary)
1132
+
1133
+ OdbNetworkSummary.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbNetworkId"))
1134
+ OdbNetworkSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
1135
+ OdbNetworkSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
1136
+ OdbNetworkSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
1137
+ OdbNetworkSummary.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: String, location_name: "odbNetworkArn"))
1138
+ OdbNetworkSummary.add_member(:availability_zone, Shapes::ShapeRef.new(shape: OdbNetworkSummaryAvailabilityZoneString, location_name: "availabilityZone"))
1139
+ OdbNetworkSummary.add_member(:availability_zone_id, Shapes::ShapeRef.new(shape: OdbNetworkSummaryAvailabilityZoneIdString, location_name: "availabilityZoneId"))
1140
+ OdbNetworkSummary.add_member(:client_subnet_cidr, Shapes::ShapeRef.new(shape: OdbNetworkSummaryClientSubnetCidrString, location_name: "clientSubnetCidr"))
1141
+ OdbNetworkSummary.add_member(:backup_subnet_cidr, Shapes::ShapeRef.new(shape: OdbNetworkSummaryBackupSubnetCidrString, location_name: "backupSubnetCidr"))
1142
+ OdbNetworkSummary.add_member(:custom_domain_name, Shapes::ShapeRef.new(shape: OdbNetworkSummaryCustomDomainNameString, location_name: "customDomainName"))
1143
+ OdbNetworkSummary.add_member(:default_dns_prefix, Shapes::ShapeRef.new(shape: OdbNetworkSummaryDefaultDnsPrefixString, location_name: "defaultDnsPrefix"))
1144
+ OdbNetworkSummary.add_member(:peered_cidrs, Shapes::ShapeRef.new(shape: StringList, location_name: "peeredCidrs"))
1145
+ OdbNetworkSummary.add_member(:oci_network_anchor_id, Shapes::ShapeRef.new(shape: OdbNetworkSummaryOciNetworkAnchorIdString, location_name: "ociNetworkAnchorId"))
1146
+ OdbNetworkSummary.add_member(:oci_network_anchor_url, Shapes::ShapeRef.new(shape: String, location_name: "ociNetworkAnchorUrl"))
1147
+ OdbNetworkSummary.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
1148
+ OdbNetworkSummary.add_member(:oci_vcn_id, Shapes::ShapeRef.new(shape: OdbNetworkSummaryOciVcnIdString, location_name: "ociVcnId"))
1149
+ OdbNetworkSummary.add_member(:oci_vcn_url, Shapes::ShapeRef.new(shape: String, location_name: "ociVcnUrl"))
1150
+ OdbNetworkSummary.add_member(:oci_dns_forwarding_configs, Shapes::ShapeRef.new(shape: OciDnsForwardingConfigList, location_name: "ociDnsForwardingConfigs"))
1151
+ OdbNetworkSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1152
+ OdbNetworkSummary.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
1153
+ OdbNetworkSummary.add_member(:managed_services, Shapes::ShapeRef.new(shape: ManagedServices, location_name: "managedServices"))
1154
+ OdbNetworkSummary.struct_class = Types::OdbNetworkSummary
1155
+
1156
+ OdbPeeringConnection.add_member(:odb_peering_connection_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbPeeringConnectionId"))
1157
+ OdbPeeringConnection.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
1158
+ OdbPeeringConnection.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
1159
+ OdbPeeringConnection.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
1160
+ OdbPeeringConnection.add_member(:odb_peering_connection_arn, Shapes::ShapeRef.new(shape: String, location_name: "odbPeeringConnectionArn"))
1161
+ OdbPeeringConnection.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: String, location_name: "odbNetworkArn"))
1162
+ OdbPeeringConnection.add_member(:peer_network_arn, Shapes::ShapeRef.new(shape: String, location_name: "peerNetworkArn"))
1163
+ OdbPeeringConnection.add_member(:odb_peering_connection_type, Shapes::ShapeRef.new(shape: String, location_name: "odbPeeringConnectionType"))
1164
+ OdbPeeringConnection.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1165
+ OdbPeeringConnection.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
1166
+ OdbPeeringConnection.struct_class = Types::OdbPeeringConnection
1167
+
1168
+ OdbPeeringConnectionList.member = Shapes::ShapeRef.new(shape: OdbPeeringConnectionSummary)
1169
+
1170
+ OdbPeeringConnectionSummary.add_member(:odb_peering_connection_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbPeeringConnectionId"))
1171
+ OdbPeeringConnectionSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
1172
+ OdbPeeringConnectionSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
1173
+ OdbPeeringConnectionSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
1174
+ OdbPeeringConnectionSummary.add_member(:odb_peering_connection_arn, Shapes::ShapeRef.new(shape: String, location_name: "odbPeeringConnectionArn"))
1175
+ OdbPeeringConnectionSummary.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: String, location_name: "odbNetworkArn"))
1176
+ OdbPeeringConnectionSummary.add_member(:peer_network_arn, Shapes::ShapeRef.new(shape: String, location_name: "peerNetworkArn"))
1177
+ OdbPeeringConnectionSummary.add_member(:odb_peering_connection_type, Shapes::ShapeRef.new(shape: String, location_name: "odbPeeringConnectionType"))
1178
+ OdbPeeringConnectionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1179
+ OdbPeeringConnectionSummary.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
1180
+ OdbPeeringConnectionSummary.struct_class = Types::OdbPeeringConnectionSummary
1181
+
1182
+ RebootDbNodeInput.add_member(:cloud_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudVmClusterId"))
1183
+ RebootDbNodeInput.add_member(:db_node_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dbNodeId"))
1184
+ RebootDbNodeInput.struct_class = Types::RebootDbNodeInput
1185
+
1186
+ RebootDbNodeOutput.add_member(:db_node_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "dbNodeId"))
1187
+ RebootDbNodeOutput.add_member(:status, Shapes::ShapeRef.new(shape: DbNodeResourceStatus, location_name: "status"))
1188
+ RebootDbNodeOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
1189
+ RebootDbNodeOutput.struct_class = Types::RebootDbNodeOutput
1190
+
1191
+ RequestTagMap.key = Shapes::ShapeRef.new(shape: TagKey)
1192
+ RequestTagMap.value = Shapes::ShapeRef.new(shape: TagValue)
1193
+
1194
+ ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1195
+ ResourceNotFoundException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
1196
+ ResourceNotFoundException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
1197
+ ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
1198
+
1199
+ ResponseTagMap.key = Shapes::ShapeRef.new(shape: TagKey)
1200
+ ResponseTagMap.value = Shapes::ShapeRef.new(shape: TagValue)
1201
+
1202
+ S3Access.add_member(:status, Shapes::ShapeRef.new(shape: ManagedResourceStatus, location_name: "status"))
1203
+ S3Access.add_member(:ipv4_addresses, Shapes::ShapeRef.new(shape: StringList, location_name: "ipv4Addresses"))
1204
+ S3Access.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, location_name: "domainName"))
1205
+ S3Access.add_member(:s3_policy_document, Shapes::ShapeRef.new(shape: String, location_name: "s3PolicyDocument"))
1206
+ S3Access.struct_class = Types::S3Access
1207
+
1208
+ SensitiveStringList.member = Shapes::ShapeRef.new(shape: SensitiveString)
1209
+
1210
+ ServiceNetworkEndpoint.add_member(:vpc_endpoint_id, Shapes::ShapeRef.new(shape: String, location_name: "vpcEndpointId"))
1211
+ ServiceNetworkEndpoint.add_member(:vpc_endpoint_type, Shapes::ShapeRef.new(shape: VpcEndpointType, location_name: "vpcEndpointType"))
1212
+ ServiceNetworkEndpoint.struct_class = Types::ServiceNetworkEndpoint
1213
+
1214
+ ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1215
+ ServiceQuotaExceededException.add_member(:resource_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceId"))
1216
+ ServiceQuotaExceededException.add_member(:resource_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "resourceType"))
1217
+ ServiceQuotaExceededException.add_member(:quota_code, Shapes::ShapeRef.new(shape: String, required: true, location_name: "quotaCode"))
1218
+ ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
1219
+
1220
+ StartDbNodeInput.add_member(:cloud_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudVmClusterId"))
1221
+ StartDbNodeInput.add_member(:db_node_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dbNodeId"))
1222
+ StartDbNodeInput.struct_class = Types::StartDbNodeInput
1223
+
1224
+ StartDbNodeOutput.add_member(:db_node_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "dbNodeId"))
1225
+ StartDbNodeOutput.add_member(:status, Shapes::ShapeRef.new(shape: DbNodeResourceStatus, location_name: "status"))
1226
+ StartDbNodeOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
1227
+ StartDbNodeOutput.struct_class = Types::StartDbNodeOutput
1228
+
1229
+ StopDbNodeInput.add_member(:cloud_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudVmClusterId"))
1230
+ StopDbNodeInput.add_member(:db_node_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "dbNodeId"))
1231
+ StopDbNodeInput.struct_class = Types::StopDbNodeInput
1232
+
1233
+ StopDbNodeOutput.add_member(:db_node_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "dbNodeId"))
1234
+ StopDbNodeOutput.add_member(:status, Shapes::ShapeRef.new(shape: DbNodeResourceStatus, location_name: "status"))
1235
+ StopDbNodeOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
1236
+ StopDbNodeOutput.struct_class = Types::StopDbNodeOutput
1237
+
1238
+ StringList.member = Shapes::ShapeRef.new(shape: String)
1239
+
1240
+ SystemVersionList.member = Shapes::ShapeRef.new(shape: SystemVersionSummary)
1241
+
1242
+ SystemVersionSummary.add_member(:gi_version, Shapes::ShapeRef.new(shape: String, location_name: "giVersion"))
1243
+ SystemVersionSummary.add_member(:shape, Shapes::ShapeRef.new(shape: String, location_name: "shape"))
1244
+ SystemVersionSummary.add_member(:system_versions, Shapes::ShapeRef.new(shape: StringList, location_name: "systemVersions"))
1245
+ SystemVersionSummary.struct_class = Types::SystemVersionSummary
1246
+
1247
+ TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
1248
+
1249
+ TagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
1250
+ TagResourceRequest.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, required: true, location_name: "tags"))
1251
+ TagResourceRequest.struct_class = Types::TagResourceRequest
1252
+
1253
+ TagResourceResponse.struct_class = Types::TagResourceResponse
1254
+
1255
+ ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1256
+ ThrottlingException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "retryAfterSeconds"))
1257
+ ThrottlingException.struct_class = Types::ThrottlingException
1258
+
1259
+ UntagResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "resourceArn"))
1260
+ UntagResourceRequest.add_member(:tag_keys, Shapes::ShapeRef.new(shape: TagKeys, required: true, location_name: "tagKeys"))
1261
+ UntagResourceRequest.struct_class = Types::UntagResourceRequest
1262
+
1263
+ UntagResourceResponse.struct_class = Types::UntagResourceResponse
1264
+
1265
+ UpdateCloudExadataInfrastructureInput.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "cloudExadataInfrastructureId"))
1266
+ UpdateCloudExadataInfrastructureInput.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "maintenanceWindow"))
1267
+ UpdateCloudExadataInfrastructureInput.struct_class = Types::UpdateCloudExadataInfrastructureInput
1268
+
1269
+ UpdateCloudExadataInfrastructureOutput.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
1270
+ UpdateCloudExadataInfrastructureOutput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
1271
+ UpdateCloudExadataInfrastructureOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
1272
+ UpdateCloudExadataInfrastructureOutput.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "cloudExadataInfrastructureId"))
1273
+ UpdateCloudExadataInfrastructureOutput.struct_class = Types::UpdateCloudExadataInfrastructureOutput
1274
+
1275
+ UpdateOdbNetworkInput.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbNetworkId"))
1276
+ UpdateOdbNetworkInput.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, location_name: "displayName"))
1277
+ UpdateOdbNetworkInput.add_member(:peered_cidrs_to_be_added, Shapes::ShapeRef.new(shape: StringList, location_name: "peeredCidrsToBeAdded"))
1278
+ UpdateOdbNetworkInput.add_member(:peered_cidrs_to_be_removed, Shapes::ShapeRef.new(shape: StringList, location_name: "peeredCidrsToBeRemoved"))
1279
+ UpdateOdbNetworkInput.add_member(:s3_access, Shapes::ShapeRef.new(shape: Access, location_name: "s3Access"))
1280
+ UpdateOdbNetworkInput.add_member(:zero_etl_access, Shapes::ShapeRef.new(shape: Access, location_name: "zeroEtlAccess"))
1281
+ UpdateOdbNetworkInput.add_member(:s3_policy_document, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "s3PolicyDocument"))
1282
+ UpdateOdbNetworkInput.struct_class = Types::UpdateOdbNetworkInput
1283
+
1284
+ UpdateOdbNetworkOutput.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
1285
+ UpdateOdbNetworkOutput.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
1286
+ UpdateOdbNetworkOutput.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
1287
+ UpdateOdbNetworkOutput.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "odbNetworkId"))
1288
+ UpdateOdbNetworkOutput.struct_class = Types::UpdateOdbNetworkOutput
1289
+
1290
+ ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1291
+ ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "reason"))
1292
+ ValidationException.add_member(:field_list, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "fieldList"))
1293
+ ValidationException.struct_class = Types::ValidationException
1294
+
1295
+ ValidationExceptionField.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1296
+ ValidationExceptionField.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1297
+ ValidationExceptionField.struct_class = Types::ValidationExceptionField
1298
+
1299
+ ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
1300
+
1301
+ WeeksOfMonth.member = Shapes::ShapeRef.new(shape: Integer)
1302
+
1303
+ ZeroEtlAccess.add_member(:status, Shapes::ShapeRef.new(shape: ManagedResourceStatus, location_name: "status"))
1304
+ ZeroEtlAccess.add_member(:cidr, Shapes::ShapeRef.new(shape: String, location_name: "cidr"))
1305
+ ZeroEtlAccess.struct_class = Types::ZeroEtlAccess
1306
+
1307
+
1308
+ # @api private
1309
+ API = Seahorse::Model::Api.new.tap do |api|
1310
+
1311
+ api.version = "2024-08-20"
1312
+
1313
+ api.metadata = {
1314
+ "apiVersion" => "2024-08-20",
1315
+ "auth" => ["aws.auth#sigv4"],
1316
+ "endpointPrefix" => "odb",
1317
+ "jsonVersion" => "1.0",
1318
+ "protocol" => "json",
1319
+ "protocols" => ["json"],
1320
+ "serviceFullName" => "odb",
1321
+ "serviceId" => "odb",
1322
+ "signatureVersion" => "v4",
1323
+ "signingName" => "odb",
1324
+ "targetPrefix" => "Odb",
1325
+ "uid" => "odb-2024-08-20",
1326
+ }
1327
+
1328
+ api.add_operation(:accept_marketplace_registration, Seahorse::Model::Operation.new.tap do |o|
1329
+ o.name = "AcceptMarketplaceRegistration"
1330
+ o.http_method = "POST"
1331
+ o.http_request_uri = "/"
1332
+ o.input = Shapes::ShapeRef.new(shape: AcceptMarketplaceRegistrationInput)
1333
+ o.output = Shapes::ShapeRef.new(shape: AcceptMarketplaceRegistrationOutput)
1334
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1335
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1336
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1337
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1338
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1339
+ end)
1340
+
1341
+ api.add_operation(:create_cloud_autonomous_vm_cluster, Seahorse::Model::Operation.new.tap do |o|
1342
+ o.name = "CreateCloudAutonomousVmCluster"
1343
+ o.http_method = "POST"
1344
+ o.http_request_uri = "/"
1345
+ o.input = Shapes::ShapeRef.new(shape: CreateCloudAutonomousVmClusterInput)
1346
+ o.output = Shapes::ShapeRef.new(shape: CreateCloudAutonomousVmClusterOutput)
1347
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1348
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1349
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1350
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1351
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1352
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1353
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1354
+ end)
1355
+
1356
+ api.add_operation(:create_cloud_exadata_infrastructure, Seahorse::Model::Operation.new.tap do |o|
1357
+ o.name = "CreateCloudExadataInfrastructure"
1358
+ o.http_method = "POST"
1359
+ o.http_request_uri = "/"
1360
+ o.input = Shapes::ShapeRef.new(shape: CreateCloudExadataInfrastructureInput)
1361
+ o.output = Shapes::ShapeRef.new(shape: CreateCloudExadataInfrastructureOutput)
1362
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1363
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1364
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1365
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1366
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1367
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1368
+ end)
1369
+
1370
+ api.add_operation(:create_cloud_vm_cluster, Seahorse::Model::Operation.new.tap do |o|
1371
+ o.name = "CreateCloudVmCluster"
1372
+ o.http_method = "POST"
1373
+ o.http_request_uri = "/"
1374
+ o.input = Shapes::ShapeRef.new(shape: CreateCloudVmClusterInput)
1375
+ o.output = Shapes::ShapeRef.new(shape: CreateCloudVmClusterOutput)
1376
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1377
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1378
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1379
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1380
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1381
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1382
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1383
+ end)
1384
+
1385
+ api.add_operation(:create_odb_network, Seahorse::Model::Operation.new.tap do |o|
1386
+ o.name = "CreateOdbNetwork"
1387
+ o.http_method = "POST"
1388
+ o.http_request_uri = "/"
1389
+ o.input = Shapes::ShapeRef.new(shape: CreateOdbNetworkInput)
1390
+ o.output = Shapes::ShapeRef.new(shape: CreateOdbNetworkOutput)
1391
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1392
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1393
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1394
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1395
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1396
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1397
+ end)
1398
+
1399
+ api.add_operation(:create_odb_peering_connection, Seahorse::Model::Operation.new.tap do |o|
1400
+ o.name = "CreateOdbPeeringConnection"
1401
+ o.http_method = "POST"
1402
+ o.http_request_uri = "/"
1403
+ o.input = Shapes::ShapeRef.new(shape: CreateOdbPeeringConnectionInput)
1404
+ o.output = Shapes::ShapeRef.new(shape: CreateOdbPeeringConnectionOutput)
1405
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1406
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1407
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1408
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1409
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1410
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1411
+ end)
1412
+
1413
+ api.add_operation(:delete_cloud_autonomous_vm_cluster, Seahorse::Model::Operation.new.tap do |o|
1414
+ o.name = "DeleteCloudAutonomousVmCluster"
1415
+ o.http_method = "POST"
1416
+ o.http_request_uri = "/"
1417
+ o.input = Shapes::ShapeRef.new(shape: DeleteCloudAutonomousVmClusterInput)
1418
+ o.output = Shapes::ShapeRef.new(shape: DeleteCloudAutonomousVmClusterOutput)
1419
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1420
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1421
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1422
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1423
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1424
+ end)
1425
+
1426
+ api.add_operation(:delete_cloud_exadata_infrastructure, Seahorse::Model::Operation.new.tap do |o|
1427
+ o.name = "DeleteCloudExadataInfrastructure"
1428
+ o.http_method = "POST"
1429
+ o.http_request_uri = "/"
1430
+ o.input = Shapes::ShapeRef.new(shape: DeleteCloudExadataInfrastructureInput)
1431
+ o.output = Shapes::ShapeRef.new(shape: DeleteCloudExadataInfrastructureOutput)
1432
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1433
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1434
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1435
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1436
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1437
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1438
+ end)
1439
+
1440
+ api.add_operation(:delete_cloud_vm_cluster, Seahorse::Model::Operation.new.tap do |o|
1441
+ o.name = "DeleteCloudVmCluster"
1442
+ o.http_method = "POST"
1443
+ o.http_request_uri = "/"
1444
+ o.input = Shapes::ShapeRef.new(shape: DeleteCloudVmClusterInput)
1445
+ o.output = Shapes::ShapeRef.new(shape: DeleteCloudVmClusterOutput)
1446
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1447
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1448
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1449
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1450
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1451
+ end)
1452
+
1453
+ api.add_operation(:delete_odb_network, Seahorse::Model::Operation.new.tap do |o|
1454
+ o.name = "DeleteOdbNetwork"
1455
+ o.http_method = "POST"
1456
+ o.http_request_uri = "/"
1457
+ o.input = Shapes::ShapeRef.new(shape: DeleteOdbNetworkInput)
1458
+ o.output = Shapes::ShapeRef.new(shape: DeleteOdbNetworkOutput)
1459
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1460
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1461
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1462
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1463
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1464
+ end)
1465
+
1466
+ api.add_operation(:delete_odb_peering_connection, Seahorse::Model::Operation.new.tap do |o|
1467
+ o.name = "DeleteOdbPeeringConnection"
1468
+ o.http_method = "POST"
1469
+ o.http_request_uri = "/"
1470
+ o.input = Shapes::ShapeRef.new(shape: DeleteOdbPeeringConnectionInput)
1471
+ o.output = Shapes::ShapeRef.new(shape: DeleteOdbPeeringConnectionOutput)
1472
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1473
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1474
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1475
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1476
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1477
+ end)
1478
+
1479
+ api.add_operation(:get_cloud_autonomous_vm_cluster, Seahorse::Model::Operation.new.tap do |o|
1480
+ o.name = "GetCloudAutonomousVmCluster"
1481
+ o.http_method = "POST"
1482
+ o.http_request_uri = "/"
1483
+ o.input = Shapes::ShapeRef.new(shape: GetCloudAutonomousVmClusterInput)
1484
+ o.output = Shapes::ShapeRef.new(shape: GetCloudAutonomousVmClusterOutput)
1485
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1486
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1487
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1488
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1489
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1490
+ end)
1491
+
1492
+ api.add_operation(:get_cloud_exadata_infrastructure, Seahorse::Model::Operation.new.tap do |o|
1493
+ o.name = "GetCloudExadataInfrastructure"
1494
+ o.http_method = "POST"
1495
+ o.http_request_uri = "/"
1496
+ o.input = Shapes::ShapeRef.new(shape: GetCloudExadataInfrastructureInput)
1497
+ o.output = Shapes::ShapeRef.new(shape: GetCloudExadataInfrastructureOutput)
1498
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1499
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1500
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1501
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1502
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1503
+ end)
1504
+
1505
+ api.add_operation(:get_cloud_exadata_infrastructure_unallocated_resources, Seahorse::Model::Operation.new.tap do |o|
1506
+ o.name = "GetCloudExadataInfrastructureUnallocatedResources"
1507
+ o.http_method = "POST"
1508
+ o.http_request_uri = "/"
1509
+ o.input = Shapes::ShapeRef.new(shape: GetCloudExadataInfrastructureUnallocatedResourcesInput)
1510
+ o.output = Shapes::ShapeRef.new(shape: GetCloudExadataInfrastructureUnallocatedResourcesOutput)
1511
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1512
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1513
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1514
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1515
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1516
+ end)
1517
+
1518
+ api.add_operation(:get_cloud_vm_cluster, Seahorse::Model::Operation.new.tap do |o|
1519
+ o.name = "GetCloudVmCluster"
1520
+ o.http_method = "POST"
1521
+ o.http_request_uri = "/"
1522
+ o.input = Shapes::ShapeRef.new(shape: GetCloudVmClusterInput)
1523
+ o.output = Shapes::ShapeRef.new(shape: GetCloudVmClusterOutput)
1524
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1525
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1526
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1527
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1528
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1529
+ end)
1530
+
1531
+ api.add_operation(:get_db_node, Seahorse::Model::Operation.new.tap do |o|
1532
+ o.name = "GetDbNode"
1533
+ o.http_method = "POST"
1534
+ o.http_request_uri = "/"
1535
+ o.input = Shapes::ShapeRef.new(shape: GetDbNodeInput)
1536
+ o.output = Shapes::ShapeRef.new(shape: GetDbNodeOutput)
1537
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1538
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1539
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1540
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1541
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1542
+ end)
1543
+
1544
+ api.add_operation(:get_db_server, Seahorse::Model::Operation.new.tap do |o|
1545
+ o.name = "GetDbServer"
1546
+ o.http_method = "POST"
1547
+ o.http_request_uri = "/"
1548
+ o.input = Shapes::ShapeRef.new(shape: GetDbServerInput)
1549
+ o.output = Shapes::ShapeRef.new(shape: GetDbServerOutput)
1550
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1551
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1552
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1553
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1554
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1555
+ end)
1556
+
1557
+ api.add_operation(:get_oci_onboarding_status, Seahorse::Model::Operation.new.tap do |o|
1558
+ o.name = "GetOciOnboardingStatus"
1559
+ o.http_method = "POST"
1560
+ o.http_request_uri = "/"
1561
+ o.input = Shapes::ShapeRef.new(shape: GetOciOnboardingStatusInput)
1562
+ o.output = Shapes::ShapeRef.new(shape: GetOciOnboardingStatusOutput)
1563
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1564
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1565
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1566
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1567
+ end)
1568
+
1569
+ api.add_operation(:get_odb_network, Seahorse::Model::Operation.new.tap do |o|
1570
+ o.name = "GetOdbNetwork"
1571
+ o.http_method = "POST"
1572
+ o.http_request_uri = "/"
1573
+ o.input = Shapes::ShapeRef.new(shape: GetOdbNetworkInput)
1574
+ o.output = Shapes::ShapeRef.new(shape: GetOdbNetworkOutput)
1575
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1576
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1577
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1578
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1579
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1580
+ end)
1581
+
1582
+ api.add_operation(:get_odb_peering_connection, Seahorse::Model::Operation.new.tap do |o|
1583
+ o.name = "GetOdbPeeringConnection"
1584
+ o.http_method = "POST"
1585
+ o.http_request_uri = "/"
1586
+ o.input = Shapes::ShapeRef.new(shape: GetOdbPeeringConnectionInput)
1587
+ o.output = Shapes::ShapeRef.new(shape: GetOdbPeeringConnectionOutput)
1588
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1589
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1590
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1591
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1592
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1593
+ end)
1594
+
1595
+ api.add_operation(:initialize_service, Seahorse::Model::Operation.new.tap do |o|
1596
+ o.name = "InitializeService"
1597
+ o.http_method = "POST"
1598
+ o.http_request_uri = "/"
1599
+ o.input = Shapes::ShapeRef.new(shape: InitializeServiceInput)
1600
+ o.output = Shapes::ShapeRef.new(shape: InitializeServiceOutput)
1601
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1602
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1603
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1604
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1605
+ end)
1606
+
1607
+ api.add_operation(:list_autonomous_virtual_machines, Seahorse::Model::Operation.new.tap do |o|
1608
+ o.name = "ListAutonomousVirtualMachines"
1609
+ o.http_method = "POST"
1610
+ o.http_request_uri = "/"
1611
+ o.input = Shapes::ShapeRef.new(shape: ListAutonomousVirtualMachinesInput)
1612
+ o.output = Shapes::ShapeRef.new(shape: ListAutonomousVirtualMachinesOutput)
1613
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1614
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1615
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1616
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1617
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1618
+ o[:pager] = Aws::Pager.new(
1619
+ limit_key: "max_results",
1620
+ tokens: {
1621
+ "next_token" => "next_token"
1622
+ }
1623
+ )
1624
+ end)
1625
+
1626
+ api.add_operation(:list_cloud_autonomous_vm_clusters, Seahorse::Model::Operation.new.tap do |o|
1627
+ o.name = "ListCloudAutonomousVmClusters"
1628
+ o.http_method = "POST"
1629
+ o.http_request_uri = "/"
1630
+ o.input = Shapes::ShapeRef.new(shape: ListCloudAutonomousVmClustersInput)
1631
+ o.output = Shapes::ShapeRef.new(shape: ListCloudAutonomousVmClustersOutput)
1632
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1633
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1634
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1635
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1636
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1637
+ o[:pager] = Aws::Pager.new(
1638
+ limit_key: "max_results",
1639
+ tokens: {
1640
+ "next_token" => "next_token"
1641
+ }
1642
+ )
1643
+ end)
1644
+
1645
+ api.add_operation(:list_cloud_exadata_infrastructures, Seahorse::Model::Operation.new.tap do |o|
1646
+ o.name = "ListCloudExadataInfrastructures"
1647
+ o.http_method = "POST"
1648
+ o.http_request_uri = "/"
1649
+ o.input = Shapes::ShapeRef.new(shape: ListCloudExadataInfrastructuresInput)
1650
+ o.output = Shapes::ShapeRef.new(shape: ListCloudExadataInfrastructuresOutput)
1651
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1652
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1653
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1654
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1655
+ o[:pager] = Aws::Pager.new(
1656
+ limit_key: "max_results",
1657
+ tokens: {
1658
+ "next_token" => "next_token"
1659
+ }
1660
+ )
1661
+ end)
1662
+
1663
+ api.add_operation(:list_cloud_vm_clusters, Seahorse::Model::Operation.new.tap do |o|
1664
+ o.name = "ListCloudVmClusters"
1665
+ o.http_method = "POST"
1666
+ o.http_request_uri = "/"
1667
+ o.input = Shapes::ShapeRef.new(shape: ListCloudVmClustersInput)
1668
+ o.output = Shapes::ShapeRef.new(shape: ListCloudVmClustersOutput)
1669
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1670
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1671
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1672
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1673
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1674
+ o[:pager] = Aws::Pager.new(
1675
+ limit_key: "max_results",
1676
+ tokens: {
1677
+ "next_token" => "next_token"
1678
+ }
1679
+ )
1680
+ end)
1681
+
1682
+ api.add_operation(:list_db_nodes, Seahorse::Model::Operation.new.tap do |o|
1683
+ o.name = "ListDbNodes"
1684
+ o.http_method = "POST"
1685
+ o.http_request_uri = "/"
1686
+ o.input = Shapes::ShapeRef.new(shape: ListDbNodesInput)
1687
+ o.output = Shapes::ShapeRef.new(shape: ListDbNodesOutput)
1688
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1689
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1690
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1691
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1692
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1693
+ o[:pager] = Aws::Pager.new(
1694
+ limit_key: "max_results",
1695
+ tokens: {
1696
+ "next_token" => "next_token"
1697
+ }
1698
+ )
1699
+ end)
1700
+
1701
+ api.add_operation(:list_db_servers, Seahorse::Model::Operation.new.tap do |o|
1702
+ o.name = "ListDbServers"
1703
+ o.http_method = "POST"
1704
+ o.http_request_uri = "/"
1705
+ o.input = Shapes::ShapeRef.new(shape: ListDbServersInput)
1706
+ o.output = Shapes::ShapeRef.new(shape: ListDbServersOutput)
1707
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1708
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1709
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1710
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1711
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1712
+ o[:pager] = Aws::Pager.new(
1713
+ limit_key: "max_results",
1714
+ tokens: {
1715
+ "next_token" => "next_token"
1716
+ }
1717
+ )
1718
+ end)
1719
+
1720
+ api.add_operation(:list_db_system_shapes, Seahorse::Model::Operation.new.tap do |o|
1721
+ o.name = "ListDbSystemShapes"
1722
+ o.http_method = "POST"
1723
+ o.http_request_uri = "/"
1724
+ o.input = Shapes::ShapeRef.new(shape: ListDbSystemShapesInput)
1725
+ o.output = Shapes::ShapeRef.new(shape: ListDbSystemShapesOutput)
1726
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1727
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1728
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1729
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1730
+ o[:pager] = Aws::Pager.new(
1731
+ limit_key: "max_results",
1732
+ tokens: {
1733
+ "next_token" => "next_token"
1734
+ }
1735
+ )
1736
+ end)
1737
+
1738
+ api.add_operation(:list_gi_versions, Seahorse::Model::Operation.new.tap do |o|
1739
+ o.name = "ListGiVersions"
1740
+ o.http_method = "POST"
1741
+ o.http_request_uri = "/"
1742
+ o.input = Shapes::ShapeRef.new(shape: ListGiVersionsInput)
1743
+ o.output = Shapes::ShapeRef.new(shape: ListGiVersionsOutput)
1744
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1745
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1746
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1747
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1748
+ o[:pager] = Aws::Pager.new(
1749
+ limit_key: "max_results",
1750
+ tokens: {
1751
+ "next_token" => "next_token"
1752
+ }
1753
+ )
1754
+ end)
1755
+
1756
+ api.add_operation(:list_odb_networks, Seahorse::Model::Operation.new.tap do |o|
1757
+ o.name = "ListOdbNetworks"
1758
+ o.http_method = "POST"
1759
+ o.http_request_uri = "/"
1760
+ o.input = Shapes::ShapeRef.new(shape: ListOdbNetworksInput)
1761
+ o.output = Shapes::ShapeRef.new(shape: ListOdbNetworksOutput)
1762
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1763
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1764
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1765
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1766
+ o[:pager] = Aws::Pager.new(
1767
+ limit_key: "max_results",
1768
+ tokens: {
1769
+ "next_token" => "next_token"
1770
+ }
1771
+ )
1772
+ end)
1773
+
1774
+ api.add_operation(:list_odb_peering_connections, Seahorse::Model::Operation.new.tap do |o|
1775
+ o.name = "ListOdbPeeringConnections"
1776
+ o.http_method = "POST"
1777
+ o.http_request_uri = "/"
1778
+ o.input = Shapes::ShapeRef.new(shape: ListOdbPeeringConnectionsInput)
1779
+ o.output = Shapes::ShapeRef.new(shape: ListOdbPeeringConnectionsOutput)
1780
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1781
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1782
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1783
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1784
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1785
+ o[:pager] = Aws::Pager.new(
1786
+ limit_key: "max_results",
1787
+ tokens: {
1788
+ "next_token" => "next_token"
1789
+ }
1790
+ )
1791
+ end)
1792
+
1793
+ api.add_operation(:list_system_versions, Seahorse::Model::Operation.new.tap do |o|
1794
+ o.name = "ListSystemVersions"
1795
+ o.http_method = "POST"
1796
+ o.http_request_uri = "/"
1797
+ o.input = Shapes::ShapeRef.new(shape: ListSystemVersionsInput)
1798
+ o.output = Shapes::ShapeRef.new(shape: ListSystemVersionsOutput)
1799
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1800
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1801
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1802
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1803
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1804
+ o[:pager] = Aws::Pager.new(
1805
+ limit_key: "max_results",
1806
+ tokens: {
1807
+ "next_token" => "next_token"
1808
+ }
1809
+ )
1810
+ end)
1811
+
1812
+ api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
1813
+ o.name = "ListTagsForResource"
1814
+ o.http_method = "POST"
1815
+ o.http_request_uri = "/"
1816
+ o.input = Shapes::ShapeRef.new(shape: ListTagsForResourceRequest)
1817
+ o.output = Shapes::ShapeRef.new(shape: ListTagsForResourceResponse)
1818
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1819
+ end)
1820
+
1821
+ api.add_operation(:reboot_db_node, Seahorse::Model::Operation.new.tap do |o|
1822
+ o.name = "RebootDbNode"
1823
+ o.http_method = "POST"
1824
+ o.http_request_uri = "/"
1825
+ o.input = Shapes::ShapeRef.new(shape: RebootDbNodeInput)
1826
+ o.output = Shapes::ShapeRef.new(shape: RebootDbNodeOutput)
1827
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1828
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1829
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1830
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1831
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1832
+ end)
1833
+
1834
+ api.add_operation(:start_db_node, Seahorse::Model::Operation.new.tap do |o|
1835
+ o.name = "StartDbNode"
1836
+ o.http_method = "POST"
1837
+ o.http_request_uri = "/"
1838
+ o.input = Shapes::ShapeRef.new(shape: StartDbNodeInput)
1839
+ o.output = Shapes::ShapeRef.new(shape: StartDbNodeOutput)
1840
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1841
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1842
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1843
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1844
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1845
+ end)
1846
+
1847
+ api.add_operation(:stop_db_node, Seahorse::Model::Operation.new.tap do |o|
1848
+ o.name = "StopDbNode"
1849
+ o.http_method = "POST"
1850
+ o.http_request_uri = "/"
1851
+ o.input = Shapes::ShapeRef.new(shape: StopDbNodeInput)
1852
+ o.output = Shapes::ShapeRef.new(shape: StopDbNodeOutput)
1853
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1854
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1855
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1856
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1857
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1858
+ end)
1859
+
1860
+ api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
1861
+ o.name = "TagResource"
1862
+ o.http_method = "POST"
1863
+ o.http_request_uri = "/"
1864
+ o.input = Shapes::ShapeRef.new(shape: TagResourceRequest)
1865
+ o.output = Shapes::ShapeRef.new(shape: TagResourceResponse)
1866
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1867
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1868
+ end)
1869
+
1870
+ api.add_operation(:untag_resource, Seahorse::Model::Operation.new.tap do |o|
1871
+ o.name = "UntagResource"
1872
+ o.http_method = "POST"
1873
+ o.http_request_uri = "/"
1874
+ o.input = Shapes::ShapeRef.new(shape: UntagResourceRequest)
1875
+ o.output = Shapes::ShapeRef.new(shape: UntagResourceResponse)
1876
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1877
+ end)
1878
+
1879
+ api.add_operation(:update_cloud_exadata_infrastructure, Seahorse::Model::Operation.new.tap do |o|
1880
+ o.name = "UpdateCloudExadataInfrastructure"
1881
+ o.http_method = "POST"
1882
+ o.http_request_uri = "/"
1883
+ o.input = Shapes::ShapeRef.new(shape: UpdateCloudExadataInfrastructureInput)
1884
+ o.output = Shapes::ShapeRef.new(shape: UpdateCloudExadataInfrastructureOutput)
1885
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1886
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1887
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1888
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1889
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1890
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1891
+ end)
1892
+
1893
+ api.add_operation(:update_odb_network, Seahorse::Model::Operation.new.tap do |o|
1894
+ o.name = "UpdateOdbNetwork"
1895
+ o.http_method = "POST"
1896
+ o.http_request_uri = "/"
1897
+ o.input = Shapes::ShapeRef.new(shape: UpdateOdbNetworkInput)
1898
+ o.output = Shapes::ShapeRef.new(shape: UpdateOdbNetworkOutput)
1899
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1900
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1901
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1902
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1903
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1904
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1905
+ end)
1906
+ end
1907
+
1908
+ end
1909
+ end