aws-sdk-odb 1.8.0 → 1.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-odb/client.rb +198 -1
- data/lib/aws-sdk-odb/client_api.rb +119 -0
- data/lib/aws-sdk-odb/types.rb +404 -7
- data/lib/aws-sdk-odb.rb +1 -1
- data/sig/client.rbs +36 -1
- data/sig/types.rbs +89 -1
- metadata +3 -3
|
@@ -18,6 +18,9 @@ module Aws::Odb
|
|
|
18
18
|
AcceptMarketplaceRegistrationOutput = Shapes::StructureShape.new(name: 'AcceptMarketplaceRegistrationOutput')
|
|
19
19
|
Access = Shapes::StringShape.new(name: 'Access')
|
|
20
20
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
21
|
+
AssociateIamRoleToResourceInput = Shapes::StructureShape.new(name: 'AssociateIamRoleToResourceInput')
|
|
22
|
+
AssociateIamRoleToResourceInputResourceArnString = Shapes::StringShape.new(name: 'AssociateIamRoleToResourceInputResourceArnString')
|
|
23
|
+
AssociateIamRoleToResourceOutput = Shapes::StructureShape.new(name: 'AssociateIamRoleToResourceOutput')
|
|
21
24
|
AutonomousVirtualMachineList = Shapes::ListShape.new(name: 'AutonomousVirtualMachineList')
|
|
22
25
|
AutonomousVirtualMachineSummary = Shapes::StructureShape.new(name: 'AutonomousVirtualMachineSummary')
|
|
23
26
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
@@ -76,6 +79,8 @@ module Aws::Odb
|
|
|
76
79
|
CreateOdbPeeringConnectionInput = Shapes::StructureShape.new(name: 'CreateOdbPeeringConnectionInput')
|
|
77
80
|
CreateOdbPeeringConnectionInputClientTokenString = Shapes::StringShape.new(name: 'CreateOdbPeeringConnectionInputClientTokenString')
|
|
78
81
|
CreateOdbPeeringConnectionOutput = Shapes::StructureShape.new(name: 'CreateOdbPeeringConnectionOutput')
|
|
82
|
+
CrossRegionS3RestoreSourcesAccess = Shapes::StructureShape.new(name: 'CrossRegionS3RestoreSourcesAccess')
|
|
83
|
+
CrossRegionS3RestoreSourcesAccessList = Shapes::ListShape.new(name: 'CrossRegionS3RestoreSourcesAccessList')
|
|
79
84
|
CustomerContact = Shapes::StructureShape.new(name: 'CustomerContact')
|
|
80
85
|
CustomerContactEmailString = Shapes::StringShape.new(name: 'CustomerContactEmailString')
|
|
81
86
|
CustomerContacts = Shapes::ListShape.new(name: 'CustomerContacts')
|
|
@@ -107,6 +112,9 @@ module Aws::Odb
|
|
|
107
112
|
DeleteOdbNetworkOutput = Shapes::StructureShape.new(name: 'DeleteOdbNetworkOutput')
|
|
108
113
|
DeleteOdbPeeringConnectionInput = Shapes::StructureShape.new(name: 'DeleteOdbPeeringConnectionInput')
|
|
109
114
|
DeleteOdbPeeringConnectionOutput = Shapes::StructureShape.new(name: 'DeleteOdbPeeringConnectionOutput')
|
|
115
|
+
DisassociateIamRoleFromResourceInput = Shapes::StructureShape.new(name: 'DisassociateIamRoleFromResourceInput')
|
|
116
|
+
DisassociateIamRoleFromResourceInputResourceArnString = Shapes::StringShape.new(name: 'DisassociateIamRoleFromResourceInputResourceArnString')
|
|
117
|
+
DisassociateIamRoleFromResourceOutput = Shapes::StructureShape.new(name: 'DisassociateIamRoleFromResourceOutput')
|
|
110
118
|
DiskRedundancy = Shapes::StringShape.new(name: 'DiskRedundancy')
|
|
111
119
|
Double = Shapes::FloatShape.new(name: 'Double')
|
|
112
120
|
ExadataIormConfig = Shapes::StructureShape.new(name: 'ExadataIormConfig')
|
|
@@ -132,11 +140,15 @@ module Aws::Odb
|
|
|
132
140
|
GiVersionList = Shapes::ListShape.new(name: 'GiVersionList')
|
|
133
141
|
GiVersionSummary = Shapes::StructureShape.new(name: 'GiVersionSummary')
|
|
134
142
|
HoursOfDay = Shapes::ListShape.new(name: 'HoursOfDay')
|
|
143
|
+
IamRole = Shapes::StructureShape.new(name: 'IamRole')
|
|
144
|
+
IamRoleList = Shapes::ListShape.new(name: 'IamRoleList')
|
|
145
|
+
IamRoleStatus = Shapes::StringShape.new(name: 'IamRoleStatus')
|
|
135
146
|
InitializeServiceInput = Shapes::StructureShape.new(name: 'InitializeServiceInput')
|
|
136
147
|
InitializeServiceOutput = Shapes::StructureShape.new(name: 'InitializeServiceOutput')
|
|
137
148
|
Integer = Shapes::IntegerShape.new(name: 'Integer')
|
|
138
149
|
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
|
139
150
|
IormLifecycleState = Shapes::StringShape.new(name: 'IormLifecycleState')
|
|
151
|
+
KmsAccess = Shapes::StructureShape.new(name: 'KmsAccess')
|
|
140
152
|
LicenseModel = Shapes::StringShape.new(name: 'LicenseModel')
|
|
141
153
|
ListAutonomousVirtualMachinesInput = Shapes::StructureShape.new(name: 'ListAutonomousVirtualMachinesInput')
|
|
142
154
|
ListAutonomousVirtualMachinesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListAutonomousVirtualMachinesInputMaxResultsInteger')
|
|
@@ -202,6 +214,7 @@ module Aws::Odb
|
|
|
202
214
|
OciDnsForwardingConfig = Shapes::StructureShape.new(name: 'OciDnsForwardingConfig')
|
|
203
215
|
OciDnsForwardingConfigDomainNameString = Shapes::StringShape.new(name: 'OciDnsForwardingConfigDomainNameString')
|
|
204
216
|
OciDnsForwardingConfigList = Shapes::ListShape.new(name: 'OciDnsForwardingConfigList')
|
|
217
|
+
OciIdentityDomain = Shapes::StructureShape.new(name: 'OciIdentityDomain')
|
|
205
218
|
OciOnboardingStatus = Shapes::StringShape.new(name: 'OciOnboardingStatus')
|
|
206
219
|
OdbNetwork = Shapes::StructureShape.new(name: 'OdbNetwork')
|
|
207
220
|
OdbNetworkAvailabilityZoneIdString = Shapes::StringShape.new(name: 'OdbNetworkAvailabilityZoneIdString')
|
|
@@ -240,6 +253,7 @@ module Aws::Odb
|
|
|
240
253
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
241
254
|
ResourceStatus = Shapes::StringShape.new(name: 'ResourceStatus')
|
|
242
255
|
ResponseTagMap = Shapes::MapShape.new(name: 'ResponseTagMap')
|
|
256
|
+
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
|
243
257
|
S3Access = Shapes::StructureShape.new(name: 'S3Access')
|
|
244
258
|
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
|
245
259
|
SensitiveStringList = Shapes::ListShape.new(name: 'SensitiveStringList')
|
|
@@ -252,6 +266,8 @@ module Aws::Odb
|
|
|
252
266
|
StopDbNodeOutput = Shapes::StructureShape.new(name: 'StopDbNodeOutput')
|
|
253
267
|
String = Shapes::StringShape.new(name: 'String')
|
|
254
268
|
StringList = Shapes::ListShape.new(name: 'StringList')
|
|
269
|
+
StsAccess = Shapes::StructureShape.new(name: 'StsAccess')
|
|
270
|
+
SupportedAwsIntegration = Shapes::StringShape.new(name: 'SupportedAwsIntegration')
|
|
255
271
|
SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
|
|
256
272
|
SystemVersionList = Shapes::ListShape.new(name: 'SystemVersionList')
|
|
257
273
|
SystemVersionSummary = Shapes::StructureShape.new(name: 'SystemVersionSummary')
|
|
@@ -285,6 +301,13 @@ module Aws::Odb
|
|
|
285
301
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
286
302
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
287
303
|
|
|
304
|
+
AssociateIamRoleToResourceInput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "iamRoleArn"))
|
|
305
|
+
AssociateIamRoleToResourceInput.add_member(:aws_integration, Shapes::ShapeRef.new(shape: SupportedAwsIntegration, required: true, location_name: "awsIntegration"))
|
|
306
|
+
AssociateIamRoleToResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: AssociateIamRoleToResourceInputResourceArnString, required: true, location_name: "resourceArn"))
|
|
307
|
+
AssociateIamRoleToResourceInput.struct_class = Types::AssociateIamRoleToResourceInput
|
|
308
|
+
|
|
309
|
+
AssociateIamRoleToResourceOutput.struct_class = Types::AssociateIamRoleToResourceOutput
|
|
310
|
+
|
|
288
311
|
AutonomousVirtualMachineList.member = Shapes::ShapeRef.new(shape: AutonomousVirtualMachineSummary)
|
|
289
312
|
|
|
290
313
|
AutonomousVirtualMachineSummary.add_member(:autonomous_virtual_machine_id, Shapes::ShapeRef.new(shape: ResourceId, location_name: "autonomousVirtualMachineId"))
|
|
@@ -305,12 +328,14 @@ module Aws::Odb
|
|
|
305
328
|
CloudAutonomousVmCluster.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudAutonomousVmClusterId"))
|
|
306
329
|
CloudAutonomousVmCluster.add_member(:cloud_autonomous_vm_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudAutonomousVmClusterArn"))
|
|
307
330
|
CloudAutonomousVmCluster.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
|
|
331
|
+
CloudAutonomousVmCluster.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "odbNetworkArn"))
|
|
308
332
|
CloudAutonomousVmCluster.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
|
|
309
333
|
CloudAutonomousVmCluster.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
|
|
310
334
|
CloudAutonomousVmCluster.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, location_name: "displayName"))
|
|
311
335
|
CloudAutonomousVmCluster.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
|
|
312
336
|
CloudAutonomousVmCluster.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
|
313
337
|
CloudAutonomousVmCluster.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "cloudExadataInfrastructureId"))
|
|
338
|
+
CloudAutonomousVmCluster.add_member(:cloud_exadata_infrastructure_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "cloudExadataInfrastructureArn"))
|
|
314
339
|
CloudAutonomousVmCluster.add_member(:autonomous_data_storage_percentage, Shapes::ShapeRef.new(shape: Float, location_name: "autonomousDataStoragePercentage"))
|
|
315
340
|
CloudAutonomousVmCluster.add_member(:autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "autonomousDataStorageSizeInTBs"))
|
|
316
341
|
CloudAutonomousVmCluster.add_member(:available_autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "availableAutonomousDataStorageSizeInTBs"))
|
|
@@ -364,12 +389,14 @@ module Aws::Odb
|
|
|
364
389
|
CloudAutonomousVmClusterSummary.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudAutonomousVmClusterId"))
|
|
365
390
|
CloudAutonomousVmClusterSummary.add_member(:cloud_autonomous_vm_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudAutonomousVmClusterArn"))
|
|
366
391
|
CloudAutonomousVmClusterSummary.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
|
|
392
|
+
CloudAutonomousVmClusterSummary.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "odbNetworkArn"))
|
|
367
393
|
CloudAutonomousVmClusterSummary.add_member(:oci_resource_anchor_name, Shapes::ShapeRef.new(shape: String, location_name: "ociResourceAnchorName"))
|
|
368
394
|
CloudAutonomousVmClusterSummary.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
|
|
369
395
|
CloudAutonomousVmClusterSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: ResourceDisplayName, location_name: "displayName"))
|
|
370
396
|
CloudAutonomousVmClusterSummary.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
|
|
371
397
|
CloudAutonomousVmClusterSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
|
372
398
|
CloudAutonomousVmClusterSummary.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "cloudExadataInfrastructureId"))
|
|
399
|
+
CloudAutonomousVmClusterSummary.add_member(:cloud_exadata_infrastructure_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "cloudExadataInfrastructureArn"))
|
|
373
400
|
CloudAutonomousVmClusterSummary.add_member(:autonomous_data_storage_percentage, Shapes::ShapeRef.new(shape: Float, location_name: "autonomousDataStoragePercentage"))
|
|
374
401
|
CloudAutonomousVmClusterSummary.add_member(:autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "autonomousDataStorageSizeInTBs"))
|
|
375
402
|
CloudAutonomousVmClusterSummary.add_member(:available_autonomous_data_storage_size_in_t_bs, Shapes::ShapeRef.new(shape: Double, location_name: "availableAutonomousDataStorageSizeInTBs"))
|
|
@@ -509,6 +536,7 @@ module Aws::Odb
|
|
|
509
536
|
CloudVmCluster.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
|
510
537
|
CloudVmCluster.add_member(:cloud_vm_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudVmClusterArn"))
|
|
511
538
|
CloudVmCluster.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: String, location_name: "cloudExadataInfrastructureId"))
|
|
539
|
+
CloudVmCluster.add_member(:cloud_exadata_infrastructure_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "cloudExadataInfrastructureArn"))
|
|
512
540
|
CloudVmCluster.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
|
513
541
|
CloudVmCluster.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
|
|
514
542
|
CloudVmCluster.add_member(:data_collection_options, Shapes::ShapeRef.new(shape: DataCollectionOptions, location_name: "dataCollectionOptions"))
|
|
@@ -541,8 +569,10 @@ module Aws::Odb
|
|
|
541
569
|
CloudVmCluster.add_member(:time_zone, Shapes::ShapeRef.new(shape: String, location_name: "timeZone"))
|
|
542
570
|
CloudVmCluster.add_member(:vip_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "vipIds"))
|
|
543
571
|
CloudVmCluster.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
|
|
572
|
+
CloudVmCluster.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "odbNetworkArn"))
|
|
544
573
|
CloudVmCluster.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
|
|
545
574
|
CloudVmCluster.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
|
|
575
|
+
CloudVmCluster.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleList, location_name: "iamRoles"))
|
|
546
576
|
CloudVmCluster.struct_class = Types::CloudVmCluster
|
|
547
577
|
|
|
548
578
|
CloudVmClusterList.member = Shapes::ShapeRef.new(shape: CloudVmClusterSummary)
|
|
@@ -553,6 +583,7 @@ module Aws::Odb
|
|
|
553
583
|
CloudVmClusterSummary.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
|
554
584
|
CloudVmClusterSummary.add_member(:cloud_vm_cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "cloudVmClusterArn"))
|
|
555
585
|
CloudVmClusterSummary.add_member(:cloud_exadata_infrastructure_id, Shapes::ShapeRef.new(shape: String, location_name: "cloudExadataInfrastructureId"))
|
|
586
|
+
CloudVmClusterSummary.add_member(:cloud_exadata_infrastructure_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "cloudExadataInfrastructureArn"))
|
|
556
587
|
CloudVmClusterSummary.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
|
|
557
588
|
CloudVmClusterSummary.add_member(:cpu_core_count, Shapes::ShapeRef.new(shape: Integer, location_name: "cpuCoreCount"))
|
|
558
589
|
CloudVmClusterSummary.add_member(:data_collection_options, Shapes::ShapeRef.new(shape: DataCollectionOptions, location_name: "dataCollectionOptions"))
|
|
@@ -585,8 +616,10 @@ module Aws::Odb
|
|
|
585
616
|
CloudVmClusterSummary.add_member(:time_zone, Shapes::ShapeRef.new(shape: String, location_name: "timeZone"))
|
|
586
617
|
CloudVmClusterSummary.add_member(:vip_ids, Shapes::ShapeRef.new(shape: StringList, location_name: "vipIds"))
|
|
587
618
|
CloudVmClusterSummary.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, location_name: "odbNetworkId"))
|
|
619
|
+
CloudVmClusterSummary.add_member(:odb_network_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "odbNetworkArn"))
|
|
588
620
|
CloudVmClusterSummary.add_member(:percent_progress, Shapes::ShapeRef.new(shape: Float, location_name: "percentProgress"))
|
|
589
621
|
CloudVmClusterSummary.add_member(:compute_model, Shapes::ShapeRef.new(shape: ComputeModel, location_name: "computeModel"))
|
|
622
|
+
CloudVmClusterSummary.add_member(:iam_roles, Shapes::ShapeRef.new(shape: IamRoleList, location_name: "iamRoles"))
|
|
590
623
|
CloudVmClusterSummary.struct_class = Types::CloudVmClusterSummary
|
|
591
624
|
|
|
592
625
|
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
|
@@ -678,7 +711,12 @@ module Aws::Odb
|
|
|
678
711
|
CreateOdbNetworkInput.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateOdbNetworkInputClientTokenString, location_name: "clientToken", metadata: {"idempotencyToken" => true}))
|
|
679
712
|
CreateOdbNetworkInput.add_member(:s3_access, Shapes::ShapeRef.new(shape: Access, location_name: "s3Access"))
|
|
680
713
|
CreateOdbNetworkInput.add_member(:zero_etl_access, Shapes::ShapeRef.new(shape: Access, location_name: "zeroEtlAccess"))
|
|
714
|
+
CreateOdbNetworkInput.add_member(:sts_access, Shapes::ShapeRef.new(shape: Access, location_name: "stsAccess"))
|
|
715
|
+
CreateOdbNetworkInput.add_member(:kms_access, Shapes::ShapeRef.new(shape: Access, location_name: "kmsAccess"))
|
|
681
716
|
CreateOdbNetworkInput.add_member(:s3_policy_document, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "s3PolicyDocument"))
|
|
717
|
+
CreateOdbNetworkInput.add_member(:sts_policy_document, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "stsPolicyDocument"))
|
|
718
|
+
CreateOdbNetworkInput.add_member(:kms_policy_document, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "kmsPolicyDocument"))
|
|
719
|
+
CreateOdbNetworkInput.add_member(:cross_region_s3_restore_sources_to_enable, Shapes::ShapeRef.new(shape: StringList, location_name: "crossRegionS3RestoreSourcesToEnable"))
|
|
682
720
|
CreateOdbNetworkInput.add_member(:tags, Shapes::ShapeRef.new(shape: RequestTagMap, location_name: "tags"))
|
|
683
721
|
CreateOdbNetworkInput.struct_class = Types::CreateOdbNetworkInput
|
|
684
722
|
|
|
@@ -702,6 +740,13 @@ module Aws::Odb
|
|
|
702
740
|
CreateOdbPeeringConnectionOutput.add_member(:odb_peering_connection_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "odbPeeringConnectionId"))
|
|
703
741
|
CreateOdbPeeringConnectionOutput.struct_class = Types::CreateOdbPeeringConnectionOutput
|
|
704
742
|
|
|
743
|
+
CrossRegionS3RestoreSourcesAccess.add_member(:region, Shapes::ShapeRef.new(shape: String, location_name: "region"))
|
|
744
|
+
CrossRegionS3RestoreSourcesAccess.add_member(:ipv4_addresses, Shapes::ShapeRef.new(shape: StringList, location_name: "ipv4Addresses"))
|
|
745
|
+
CrossRegionS3RestoreSourcesAccess.add_member(:status, Shapes::ShapeRef.new(shape: ManagedResourceStatus, location_name: "status"))
|
|
746
|
+
CrossRegionS3RestoreSourcesAccess.struct_class = Types::CrossRegionS3RestoreSourcesAccess
|
|
747
|
+
|
|
748
|
+
CrossRegionS3RestoreSourcesAccessList.member = Shapes::ShapeRef.new(shape: CrossRegionS3RestoreSourcesAccess)
|
|
749
|
+
|
|
705
750
|
CustomerContact.add_member(:email, Shapes::ShapeRef.new(shape: CustomerContactEmailString, location_name: "email"))
|
|
706
751
|
CustomerContact.struct_class = Types::CustomerContact
|
|
707
752
|
|
|
@@ -890,6 +935,13 @@ module Aws::Odb
|
|
|
890
935
|
|
|
891
936
|
DeleteOdbPeeringConnectionOutput.struct_class = Types::DeleteOdbPeeringConnectionOutput
|
|
892
937
|
|
|
938
|
+
DisassociateIamRoleFromResourceInput.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "iamRoleArn"))
|
|
939
|
+
DisassociateIamRoleFromResourceInput.add_member(:aws_integration, Shapes::ShapeRef.new(shape: SupportedAwsIntegration, required: true, location_name: "awsIntegration"))
|
|
940
|
+
DisassociateIamRoleFromResourceInput.add_member(:resource_arn, Shapes::ShapeRef.new(shape: DisassociateIamRoleFromResourceInputResourceArnString, required: true, location_name: "resourceArn"))
|
|
941
|
+
DisassociateIamRoleFromResourceInput.struct_class = Types::DisassociateIamRoleFromResourceInput
|
|
942
|
+
|
|
943
|
+
DisassociateIamRoleFromResourceOutput.struct_class = Types::DisassociateIamRoleFromResourceOutput
|
|
944
|
+
|
|
893
945
|
ExadataIormConfig.add_member(:db_plans, Shapes::ShapeRef.new(shape: DbIormConfigList, location_name: "dbPlans"))
|
|
894
946
|
ExadataIormConfig.add_member(:lifecycle_details, Shapes::ShapeRef.new(shape: String, location_name: "lifecycleDetails"))
|
|
895
947
|
ExadataIormConfig.add_member(:lifecycle_state, Shapes::ShapeRef.new(shape: IormLifecycleState, location_name: "lifecycleState"))
|
|
@@ -940,6 +992,7 @@ module Aws::Odb
|
|
|
940
992
|
GetOciOnboardingStatusOutput.add_member(:status, Shapes::ShapeRef.new(shape: OciOnboardingStatus, location_name: "status"))
|
|
941
993
|
GetOciOnboardingStatusOutput.add_member(:existing_tenancy_activation_link, Shapes::ShapeRef.new(shape: String, location_name: "existingTenancyActivationLink"))
|
|
942
994
|
GetOciOnboardingStatusOutput.add_member(:new_tenancy_activation_link, Shapes::ShapeRef.new(shape: String, location_name: "newTenancyActivationLink"))
|
|
995
|
+
GetOciOnboardingStatusOutput.add_member(:oci_identity_domain, Shapes::ShapeRef.new(shape: OciIdentityDomain, location_name: "ociIdentityDomain"))
|
|
943
996
|
GetOciOnboardingStatusOutput.struct_class = Types::GetOciOnboardingStatusOutput
|
|
944
997
|
|
|
945
998
|
GetOdbNetworkInput.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbNetworkId"))
|
|
@@ -961,6 +1014,15 @@ module Aws::Odb
|
|
|
961
1014
|
|
|
962
1015
|
HoursOfDay.member = Shapes::ShapeRef.new(shape: Integer)
|
|
963
1016
|
|
|
1017
|
+
IamRole.add_member(:iam_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "iamRoleArn"))
|
|
1018
|
+
IamRole.add_member(:status, Shapes::ShapeRef.new(shape: IamRoleStatus, location_name: "status"))
|
|
1019
|
+
IamRole.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
|
1020
|
+
IamRole.add_member(:aws_integration, Shapes::ShapeRef.new(shape: SupportedAwsIntegration, location_name: "awsIntegration"))
|
|
1021
|
+
IamRole.struct_class = Types::IamRole
|
|
1022
|
+
|
|
1023
|
+
IamRoleList.member = Shapes::ShapeRef.new(shape: IamRole)
|
|
1024
|
+
|
|
1025
|
+
InitializeServiceInput.add_member(:oci_identity_domain, Shapes::ShapeRef.new(shape: Boolean, location_name: "ociIdentityDomain"))
|
|
964
1026
|
InitializeServiceInput.struct_class = Types::InitializeServiceInput
|
|
965
1027
|
|
|
966
1028
|
InitializeServiceOutput.struct_class = Types::InitializeServiceOutput
|
|
@@ -969,6 +1031,12 @@ module Aws::Odb
|
|
|
969
1031
|
InternalServerException.add_member(:retry_after_seconds, Shapes::ShapeRef.new(shape: Integer, location_name: "retryAfterSeconds"))
|
|
970
1032
|
InternalServerException.struct_class = Types::InternalServerException
|
|
971
1033
|
|
|
1034
|
+
KmsAccess.add_member(:status, Shapes::ShapeRef.new(shape: ManagedResourceStatus, location_name: "status"))
|
|
1035
|
+
KmsAccess.add_member(:ipv4_addresses, Shapes::ShapeRef.new(shape: StringList, location_name: "ipv4Addresses"))
|
|
1036
|
+
KmsAccess.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, location_name: "domainName"))
|
|
1037
|
+
KmsAccess.add_member(:kms_policy_document, Shapes::ShapeRef.new(shape: String, location_name: "kmsPolicyDocument"))
|
|
1038
|
+
KmsAccess.struct_class = Types::KmsAccess
|
|
1039
|
+
|
|
972
1040
|
ListAutonomousVirtualMachinesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListAutonomousVirtualMachinesInputMaxResultsInteger, location_name: "maxResults"))
|
|
973
1041
|
ListAutonomousVirtualMachinesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: ListAutonomousVirtualMachinesInputNextTokenString, location_name: "nextToken"))
|
|
974
1042
|
ListAutonomousVirtualMachinesInput.add_member(:cloud_autonomous_vm_cluster_id, Shapes::ShapeRef.new(shape: ResourceId, required: true, location_name: "cloudAutonomousVmClusterId"))
|
|
@@ -1097,6 +1165,9 @@ module Aws::Odb
|
|
|
1097
1165
|
ManagedServices.add_member(:managed_s3_backup_access, Shapes::ShapeRef.new(shape: ManagedS3BackupAccess, location_name: "managedS3BackupAccess"))
|
|
1098
1166
|
ManagedServices.add_member(:zero_etl_access, Shapes::ShapeRef.new(shape: ZeroEtlAccess, location_name: "zeroEtlAccess"))
|
|
1099
1167
|
ManagedServices.add_member(:s3_access, Shapes::ShapeRef.new(shape: S3Access, location_name: "s3Access"))
|
|
1168
|
+
ManagedServices.add_member(:sts_access, Shapes::ShapeRef.new(shape: StsAccess, location_name: "stsAccess"))
|
|
1169
|
+
ManagedServices.add_member(:kms_access, Shapes::ShapeRef.new(shape: KmsAccess, location_name: "kmsAccess"))
|
|
1170
|
+
ManagedServices.add_member(:cross_region_s3_restore_sources_access, Shapes::ShapeRef.new(shape: CrossRegionS3RestoreSourcesAccessList, location_name: "crossRegionS3RestoreSourcesAccess"))
|
|
1100
1171
|
ManagedServices.struct_class = Types::ManagedServices
|
|
1101
1172
|
|
|
1102
1173
|
Month.add_member(:name, Shapes::ShapeRef.new(shape: MonthName, location_name: "name"))
|
|
@@ -1110,6 +1181,14 @@ module Aws::Odb
|
|
|
1110
1181
|
|
|
1111
1182
|
OciDnsForwardingConfigList.member = Shapes::ShapeRef.new(shape: OciDnsForwardingConfig)
|
|
1112
1183
|
|
|
1184
|
+
OciIdentityDomain.add_member(:oci_identity_domain_id, Shapes::ShapeRef.new(shape: String, location_name: "ociIdentityDomainId"))
|
|
1185
|
+
OciIdentityDomain.add_member(:oci_identity_domain_resource_url, Shapes::ShapeRef.new(shape: String, location_name: "ociIdentityDomainResourceUrl"))
|
|
1186
|
+
OciIdentityDomain.add_member(:oci_identity_domain_url, Shapes::ShapeRef.new(shape: String, location_name: "ociIdentityDomainUrl"))
|
|
1187
|
+
OciIdentityDomain.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
|
|
1188
|
+
OciIdentityDomain.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
|
|
1189
|
+
OciIdentityDomain.add_member(:account_setup_cloud_formation_url, Shapes::ShapeRef.new(shape: String, location_name: "accountSetupCloudFormationUrl"))
|
|
1190
|
+
OciIdentityDomain.struct_class = Types::OciIdentityDomain
|
|
1191
|
+
|
|
1113
1192
|
OdbNetwork.add_member(:odb_network_id, Shapes::ShapeRef.new(shape: ResourceIdOrArn, required: true, location_name: "odbNetworkId"))
|
|
1114
1193
|
OdbNetwork.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
|
|
1115
1194
|
OdbNetwork.add_member(:status, Shapes::ShapeRef.new(shape: ResourceStatus, location_name: "status"))
|
|
@@ -1246,6 +1325,12 @@ module Aws::Odb
|
|
|
1246
1325
|
|
|
1247
1326
|
StringList.member = Shapes::ShapeRef.new(shape: String)
|
|
1248
1327
|
|
|
1328
|
+
StsAccess.add_member(:status, Shapes::ShapeRef.new(shape: ManagedResourceStatus, location_name: "status"))
|
|
1329
|
+
StsAccess.add_member(:ipv4_addresses, Shapes::ShapeRef.new(shape: StringList, location_name: "ipv4Addresses"))
|
|
1330
|
+
StsAccess.add_member(:domain_name, Shapes::ShapeRef.new(shape: String, location_name: "domainName"))
|
|
1331
|
+
StsAccess.add_member(:sts_policy_document, Shapes::ShapeRef.new(shape: String, location_name: "stsPolicyDocument"))
|
|
1332
|
+
StsAccess.struct_class = Types::StsAccess
|
|
1333
|
+
|
|
1249
1334
|
SystemVersionList.member = Shapes::ShapeRef.new(shape: SystemVersionSummary)
|
|
1250
1335
|
|
|
1251
1336
|
SystemVersionSummary.add_member(:gi_version, Shapes::ShapeRef.new(shape: String, location_name: "giVersion"))
|
|
@@ -1287,7 +1372,13 @@ module Aws::Odb
|
|
|
1287
1372
|
UpdateOdbNetworkInput.add_member(:peered_cidrs_to_be_removed, Shapes::ShapeRef.new(shape: StringList, location_name: "peeredCidrsToBeRemoved"))
|
|
1288
1373
|
UpdateOdbNetworkInput.add_member(:s3_access, Shapes::ShapeRef.new(shape: Access, location_name: "s3Access"))
|
|
1289
1374
|
UpdateOdbNetworkInput.add_member(:zero_etl_access, Shapes::ShapeRef.new(shape: Access, location_name: "zeroEtlAccess"))
|
|
1375
|
+
UpdateOdbNetworkInput.add_member(:sts_access, Shapes::ShapeRef.new(shape: Access, location_name: "stsAccess"))
|
|
1376
|
+
UpdateOdbNetworkInput.add_member(:kms_access, Shapes::ShapeRef.new(shape: Access, location_name: "kmsAccess"))
|
|
1290
1377
|
UpdateOdbNetworkInput.add_member(:s3_policy_document, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "s3PolicyDocument"))
|
|
1378
|
+
UpdateOdbNetworkInput.add_member(:sts_policy_document, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "stsPolicyDocument"))
|
|
1379
|
+
UpdateOdbNetworkInput.add_member(:kms_policy_document, Shapes::ShapeRef.new(shape: PolicyDocument, location_name: "kmsPolicyDocument"))
|
|
1380
|
+
UpdateOdbNetworkInput.add_member(:cross_region_s3_restore_sources_to_enable, Shapes::ShapeRef.new(shape: StringList, location_name: "crossRegionS3RestoreSourcesToEnable"))
|
|
1381
|
+
UpdateOdbNetworkInput.add_member(:cross_region_s3_restore_sources_to_disable, Shapes::ShapeRef.new(shape: StringList, location_name: "crossRegionS3RestoreSourcesToDisable"))
|
|
1291
1382
|
UpdateOdbNetworkInput.struct_class = Types::UpdateOdbNetworkInput
|
|
1292
1383
|
|
|
1293
1384
|
UpdateOdbNetworkOutput.add_member(:display_name, Shapes::ShapeRef.new(shape: String, location_name: "displayName"))
|
|
@@ -1359,6 +1450,20 @@ module Aws::Odb
|
|
|
1359
1450
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1360
1451
|
end)
|
|
1361
1452
|
|
|
1453
|
+
api.add_operation(:associate_iam_role_to_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1454
|
+
o.name = "AssociateIamRoleToResource"
|
|
1455
|
+
o.http_method = "POST"
|
|
1456
|
+
o.http_request_uri = "/"
|
|
1457
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateIamRoleToResourceInput)
|
|
1458
|
+
o.output = Shapes::ShapeRef.new(shape: AssociateIamRoleToResourceOutput)
|
|
1459
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1460
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1461
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1462
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1463
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1464
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1465
|
+
end)
|
|
1466
|
+
|
|
1362
1467
|
api.add_operation(:create_cloud_autonomous_vm_cluster, Seahorse::Model::Operation.new.tap do |o|
|
|
1363
1468
|
o.name = "CreateCloudAutonomousVmCluster"
|
|
1364
1469
|
o.http_method = "POST"
|
|
@@ -1497,6 +1602,20 @@ module Aws::Odb
|
|
|
1497
1602
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1498
1603
|
end)
|
|
1499
1604
|
|
|
1605
|
+
api.add_operation(:disassociate_iam_role_from_resource, Seahorse::Model::Operation.new.tap do |o|
|
|
1606
|
+
o.name = "DisassociateIamRoleFromResource"
|
|
1607
|
+
o.http_method = "POST"
|
|
1608
|
+
o.http_request_uri = "/"
|
|
1609
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateIamRoleFromResourceInput)
|
|
1610
|
+
o.output = Shapes::ShapeRef.new(shape: DisassociateIamRoleFromResourceOutput)
|
|
1611
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1612
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1613
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1614
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1615
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1616
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1617
|
+
end)
|
|
1618
|
+
|
|
1500
1619
|
api.add_operation(:get_cloud_autonomous_vm_cluster, Seahorse::Model::Operation.new.tap do |o|
|
|
1501
1620
|
o.name = "GetCloudAutonomousVmCluster"
|
|
1502
1621
|
o.http_method = "POST"
|