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
data/lib/aws-sdk-odb/types.rb
CHANGED
|
@@ -41,6 +41,38 @@ module Aws::Odb
|
|
|
41
41
|
include Aws::Structure
|
|
42
42
|
end
|
|
43
43
|
|
|
44
|
+
# @!attribute [rw] iam_role_arn
|
|
45
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity
|
|
46
|
+
# and Access Management (IAM) service role to associate with the
|
|
47
|
+
# resource.
|
|
48
|
+
# @return [String]
|
|
49
|
+
#
|
|
50
|
+
# @!attribute [rw] aws_integration
|
|
51
|
+
# The Amazon Web Services integration configuration settings for the
|
|
52
|
+
# Amazon Web Services Identity and Access Management (IAM) service
|
|
53
|
+
# role association.
|
|
54
|
+
# @return [String]
|
|
55
|
+
#
|
|
56
|
+
# @!attribute [rw] resource_arn
|
|
57
|
+
# The Amazon Resource Name (ARN) of the target resource to associate
|
|
58
|
+
# with the Amazon Web Services Identity and Access Management (IAM)
|
|
59
|
+
# service role.
|
|
60
|
+
# @return [String]
|
|
61
|
+
#
|
|
62
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/AssociateIamRoleToResourceInput AWS API Documentation
|
|
63
|
+
#
|
|
64
|
+
class AssociateIamRoleToResourceInput < Struct.new(
|
|
65
|
+
:iam_role_arn,
|
|
66
|
+
:aws_integration,
|
|
67
|
+
:resource_arn)
|
|
68
|
+
SENSITIVE = []
|
|
69
|
+
include Aws::Structure
|
|
70
|
+
end
|
|
71
|
+
|
|
72
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/AssociateIamRoleToResourceOutput AWS API Documentation
|
|
73
|
+
#
|
|
74
|
+
class AssociateIamRoleToResourceOutput < Aws::EmptyStructure; end
|
|
75
|
+
|
|
44
76
|
# A summary of an Autonomous Virtual Machine (VM) within an Autonomous
|
|
45
77
|
# VM cluster.
|
|
46
78
|
#
|
|
@@ -137,6 +169,11 @@ module Aws::Odb
|
|
|
137
169
|
# Autonomous VM cluster.
|
|
138
170
|
# @return [String]
|
|
139
171
|
#
|
|
172
|
+
# @!attribute [rw] odb_network_arn
|
|
173
|
+
# The Amazon Resource Name (ARN) of the ODB network associated with
|
|
174
|
+
# this Autonomous VM cluster.
|
|
175
|
+
# @return [String]
|
|
176
|
+
#
|
|
140
177
|
# @!attribute [rw] oci_resource_anchor_name
|
|
141
178
|
# The name of the OCI resource anchor associated with this Autonomous
|
|
142
179
|
# VM cluster.
|
|
@@ -167,6 +204,11 @@ module Aws::Odb
|
|
|
167
204
|
# this Autonomous VM cluster.
|
|
168
205
|
# @return [String]
|
|
169
206
|
#
|
|
207
|
+
# @!attribute [rw] cloud_exadata_infrastructure_arn
|
|
208
|
+
# The Amazon Resource Name (ARN) of the Cloud Exadata Infrastructure
|
|
209
|
+
# containing this Autonomous VM cluster.
|
|
210
|
+
# @return [String]
|
|
211
|
+
#
|
|
170
212
|
# @!attribute [rw] autonomous_data_storage_percentage
|
|
171
213
|
# The percentage of data storage currently in use for Autonomous
|
|
172
214
|
# Databases in the Autonomous VM cluster.
|
|
@@ -360,12 +402,14 @@ module Aws::Odb
|
|
|
360
402
|
:cloud_autonomous_vm_cluster_id,
|
|
361
403
|
:cloud_autonomous_vm_cluster_arn,
|
|
362
404
|
:odb_network_id,
|
|
405
|
+
:odb_network_arn,
|
|
363
406
|
:oci_resource_anchor_name,
|
|
364
407
|
:percent_progress,
|
|
365
408
|
:display_name,
|
|
366
409
|
:status,
|
|
367
410
|
:status_reason,
|
|
368
411
|
:cloud_exadata_infrastructure_id,
|
|
412
|
+
:cloud_exadata_infrastructure_arn,
|
|
369
413
|
:autonomous_data_storage_percentage,
|
|
370
414
|
:autonomous_data_storage_size_in_t_bs,
|
|
371
415
|
:available_autonomous_data_storage_size_in_t_bs,
|
|
@@ -445,6 +489,11 @@ module Aws::Odb
|
|
|
445
489
|
# Autonomous VM cluster.
|
|
446
490
|
# @return [String]
|
|
447
491
|
#
|
|
492
|
+
# @!attribute [rw] odb_network_arn
|
|
493
|
+
# The Amazon Resource Name (ARN) of the ODB network associated with
|
|
494
|
+
# this Autonomous VM cluster.
|
|
495
|
+
# @return [String]
|
|
496
|
+
#
|
|
448
497
|
# @!attribute [rw] oci_resource_anchor_name
|
|
449
498
|
# The name of the OCI resource anchor associated with this Autonomous
|
|
450
499
|
# VM cluster.
|
|
@@ -473,6 +522,11 @@ module Aws::Odb
|
|
|
473
522
|
# Autonomous VM cluster.
|
|
474
523
|
# @return [String]
|
|
475
524
|
#
|
|
525
|
+
# @!attribute [rw] cloud_exadata_infrastructure_arn
|
|
526
|
+
# The Amazon Resource Name (ARN) of the Exadata infrastructure
|
|
527
|
+
# containing this Autonomous VM cluster.
|
|
528
|
+
# @return [String]
|
|
529
|
+
#
|
|
476
530
|
# @!attribute [rw] autonomous_data_storage_percentage
|
|
477
531
|
# The percentage of data storage currently in use for Autonomous
|
|
478
532
|
# Databases in the Autonomous VM cluster.
|
|
@@ -662,12 +716,14 @@ module Aws::Odb
|
|
|
662
716
|
:cloud_autonomous_vm_cluster_id,
|
|
663
717
|
:cloud_autonomous_vm_cluster_arn,
|
|
664
718
|
:odb_network_id,
|
|
719
|
+
:odb_network_arn,
|
|
665
720
|
:oci_resource_anchor_name,
|
|
666
721
|
:percent_progress,
|
|
667
722
|
:display_name,
|
|
668
723
|
:status,
|
|
669
724
|
:status_reason,
|
|
670
725
|
:cloud_exadata_infrastructure_id,
|
|
726
|
+
:cloud_exadata_infrastructure_arn,
|
|
671
727
|
:autonomous_data_storage_percentage,
|
|
672
728
|
:autonomous_data_storage_size_in_t_bs,
|
|
673
729
|
:available_autonomous_data_storage_size_in_t_bs,
|
|
@@ -1247,6 +1303,11 @@ module Aws::Odb
|
|
|
1247
1303
|
# cluster belongs to.
|
|
1248
1304
|
# @return [String]
|
|
1249
1305
|
#
|
|
1306
|
+
# @!attribute [rw] cloud_exadata_infrastructure_arn
|
|
1307
|
+
# The Amazon Resource Name (ARN) of the Exadata infrastructure that
|
|
1308
|
+
# this VM cluster belongs to.
|
|
1309
|
+
# @return [String]
|
|
1310
|
+
#
|
|
1250
1311
|
# @!attribute [rw] cluster_name
|
|
1251
1312
|
# The name of the Grid Infrastructure (GI) cluster.
|
|
1252
1313
|
# @return [String]
|
|
@@ -1393,6 +1454,11 @@ module Aws::Odb
|
|
|
1393
1454
|
# The unique identifier of the ODB network for the VM cluster.
|
|
1394
1455
|
# @return [String]
|
|
1395
1456
|
#
|
|
1457
|
+
# @!attribute [rw] odb_network_arn
|
|
1458
|
+
# The Amazon Resource Name (ARN) of the ODB network associated with
|
|
1459
|
+
# this VM cluster.
|
|
1460
|
+
# @return [String]
|
|
1461
|
+
#
|
|
1396
1462
|
# @!attribute [rw] percent_progress
|
|
1397
1463
|
# The amount of progress made on the current operation on the VM
|
|
1398
1464
|
# cluster, expressed as a percentage.
|
|
@@ -1407,6 +1473,11 @@ module Aws::Odb
|
|
|
1407
1473
|
# physical core of a processor with hyper-threading enabled.
|
|
1408
1474
|
# @return [String]
|
|
1409
1475
|
#
|
|
1476
|
+
# @!attribute [rw] iam_roles
|
|
1477
|
+
# The Amazon Web Services Identity and Access Management (IAM) service
|
|
1478
|
+
# roles associated with the VM cluster.
|
|
1479
|
+
# @return [Array<Types::IamRole>]
|
|
1480
|
+
#
|
|
1410
1481
|
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/CloudVmCluster AWS API Documentation
|
|
1411
1482
|
#
|
|
1412
1483
|
class CloudVmCluster < Struct.new(
|
|
@@ -1416,6 +1487,7 @@ module Aws::Odb
|
|
|
1416
1487
|
:status_reason,
|
|
1417
1488
|
:cloud_vm_cluster_arn,
|
|
1418
1489
|
:cloud_exadata_infrastructure_id,
|
|
1490
|
+
:cloud_exadata_infrastructure_arn,
|
|
1419
1491
|
:cluster_name,
|
|
1420
1492
|
:cpu_core_count,
|
|
1421
1493
|
:data_collection_options,
|
|
@@ -1448,8 +1520,10 @@ module Aws::Odb
|
|
|
1448
1520
|
:time_zone,
|
|
1449
1521
|
:vip_ids,
|
|
1450
1522
|
:odb_network_id,
|
|
1523
|
+
:odb_network_arn,
|
|
1451
1524
|
:percent_progress,
|
|
1452
|
-
:compute_model
|
|
1525
|
+
:compute_model,
|
|
1526
|
+
:iam_roles)
|
|
1453
1527
|
SENSITIVE = [:ssh_public_keys]
|
|
1454
1528
|
include Aws::Structure
|
|
1455
1529
|
end
|
|
@@ -1481,6 +1555,11 @@ module Aws::Odb
|
|
|
1481
1555
|
# cluster belongs to.
|
|
1482
1556
|
# @return [String]
|
|
1483
1557
|
#
|
|
1558
|
+
# @!attribute [rw] cloud_exadata_infrastructure_arn
|
|
1559
|
+
# The Amazon Resource Name (ARN) of the Exadata infrastructure that
|
|
1560
|
+
# this VM cluster belongs to.
|
|
1561
|
+
# @return [String]
|
|
1562
|
+
#
|
|
1484
1563
|
# @!attribute [rw] cluster_name
|
|
1485
1564
|
# The name of the Grid Infrastructure (GI) cluster.
|
|
1486
1565
|
# @return [String]
|
|
@@ -1628,6 +1707,11 @@ module Aws::Odb
|
|
|
1628
1707
|
# The unique identifier of the ODB network for the VM cluster.
|
|
1629
1708
|
# @return [String]
|
|
1630
1709
|
#
|
|
1710
|
+
# @!attribute [rw] odb_network_arn
|
|
1711
|
+
# The Amazon Resource Name (ARN) of the ODB network associated with
|
|
1712
|
+
# this VM cluster.
|
|
1713
|
+
# @return [String]
|
|
1714
|
+
#
|
|
1631
1715
|
# @!attribute [rw] percent_progress
|
|
1632
1716
|
# The amount of progress made on the current operation on the VM
|
|
1633
1717
|
# cluster, expressed as a percentage.
|
|
@@ -1642,6 +1726,11 @@ module Aws::Odb
|
|
|
1642
1726
|
# physical core of a processor with hyper-threading enabled.
|
|
1643
1727
|
# @return [String]
|
|
1644
1728
|
#
|
|
1729
|
+
# @!attribute [rw] iam_roles
|
|
1730
|
+
# The Amazon Web Services Identity and Access Management (IAM) service
|
|
1731
|
+
# roles associated with the VM cluster in the summary information.
|
|
1732
|
+
# @return [Array<Types::IamRole>]
|
|
1733
|
+
#
|
|
1645
1734
|
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/CloudVmClusterSummary AWS API Documentation
|
|
1646
1735
|
#
|
|
1647
1736
|
class CloudVmClusterSummary < Struct.new(
|
|
@@ -1651,6 +1740,7 @@ module Aws::Odb
|
|
|
1651
1740
|
:status_reason,
|
|
1652
1741
|
:cloud_vm_cluster_arn,
|
|
1653
1742
|
:cloud_exadata_infrastructure_id,
|
|
1743
|
+
:cloud_exadata_infrastructure_arn,
|
|
1654
1744
|
:cluster_name,
|
|
1655
1745
|
:cpu_core_count,
|
|
1656
1746
|
:data_collection_options,
|
|
@@ -1683,8 +1773,10 @@ module Aws::Odb
|
|
|
1683
1773
|
:time_zone,
|
|
1684
1774
|
:vip_ids,
|
|
1685
1775
|
:odb_network_id,
|
|
1776
|
+
:odb_network_arn,
|
|
1686
1777
|
:percent_progress,
|
|
1687
|
-
:compute_model
|
|
1778
|
+
:compute_model,
|
|
1779
|
+
:iam_roles)
|
|
1688
1780
|
SENSITIVE = [:ssh_public_keys]
|
|
1689
1781
|
include Aws::Structure
|
|
1690
1782
|
end
|
|
@@ -2244,11 +2336,37 @@ module Aws::Odb
|
|
|
2244
2336
|
# network.
|
|
2245
2337
|
# @return [String]
|
|
2246
2338
|
#
|
|
2339
|
+
# @!attribute [rw] sts_access
|
|
2340
|
+
# The Amazon Web Services Security Token Service (STS) access
|
|
2341
|
+
# configuration for the ODB network.
|
|
2342
|
+
# @return [String]
|
|
2343
|
+
#
|
|
2344
|
+
# @!attribute [rw] kms_access
|
|
2345
|
+
# The Amazon Web Services Key Management Service (KMS) access
|
|
2346
|
+
# configuration for the ODB network.
|
|
2347
|
+
# @return [String]
|
|
2348
|
+
#
|
|
2247
2349
|
# @!attribute [rw] s3_policy_document
|
|
2248
2350
|
# Specifies the endpoint policy for Amazon S3 access from the ODB
|
|
2249
2351
|
# network.
|
|
2250
2352
|
# @return [String]
|
|
2251
2353
|
#
|
|
2354
|
+
# @!attribute [rw] sts_policy_document
|
|
2355
|
+
# The Amazon Web Services Security Token Service (STS) policy document
|
|
2356
|
+
# that defines permissions for token service usage within the ODB
|
|
2357
|
+
# network.
|
|
2358
|
+
# @return [String]
|
|
2359
|
+
#
|
|
2360
|
+
# @!attribute [rw] kms_policy_document
|
|
2361
|
+
# The Amazon Web Services Key Management Service (KMS) policy document
|
|
2362
|
+
# that defines permissions for key usage within the ODB network.
|
|
2363
|
+
# @return [String]
|
|
2364
|
+
#
|
|
2365
|
+
# @!attribute [rw] cross_region_s3_restore_sources_to_enable
|
|
2366
|
+
# The cross-Region Amazon S3 restore sources to enable for the ODB
|
|
2367
|
+
# network.
|
|
2368
|
+
# @return [Array<String>]
|
|
2369
|
+
#
|
|
2252
2370
|
# @!attribute [rw] tags
|
|
2253
2371
|
# The list of resource tags to apply to the ODB network.
|
|
2254
2372
|
# @return [Hash<String,String>]
|
|
@@ -2266,7 +2384,12 @@ module Aws::Odb
|
|
|
2266
2384
|
:client_token,
|
|
2267
2385
|
:s3_access,
|
|
2268
2386
|
:zero_etl_access,
|
|
2387
|
+
:sts_access,
|
|
2388
|
+
:kms_access,
|
|
2269
2389
|
:s3_policy_document,
|
|
2390
|
+
:sts_policy_document,
|
|
2391
|
+
:kms_policy_document,
|
|
2392
|
+
:cross_region_s3_restore_sources_to_enable,
|
|
2270
2393
|
:tags)
|
|
2271
2394
|
SENSITIVE = []
|
|
2272
2395
|
include Aws::Structure
|
|
@@ -2376,6 +2499,34 @@ module Aws::Odb
|
|
|
2376
2499
|
include Aws::Structure
|
|
2377
2500
|
end
|
|
2378
2501
|
|
|
2502
|
+
# The configuration access for the cross-Region Amazon S3 database
|
|
2503
|
+
# restore source for the ODB network.
|
|
2504
|
+
#
|
|
2505
|
+
# @!attribute [rw] region
|
|
2506
|
+
# The Amazon Web Services Region for cross-Region Amazon S3 restore
|
|
2507
|
+
# access.
|
|
2508
|
+
# @return [String]
|
|
2509
|
+
#
|
|
2510
|
+
# @!attribute [rw] ipv4_addresses
|
|
2511
|
+
# The IPv4 addresses allowed for cross-Region Amazon S3 restore
|
|
2512
|
+
# access.
|
|
2513
|
+
# @return [Array<String>]
|
|
2514
|
+
#
|
|
2515
|
+
# @!attribute [rw] status
|
|
2516
|
+
# The current status of the cross-Region Amazon S3 restore access
|
|
2517
|
+
# configuration.
|
|
2518
|
+
# @return [String]
|
|
2519
|
+
#
|
|
2520
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/CrossRegionS3RestoreSourcesAccess AWS API Documentation
|
|
2521
|
+
#
|
|
2522
|
+
class CrossRegionS3RestoreSourcesAccess < Struct.new(
|
|
2523
|
+
:region,
|
|
2524
|
+
:ipv4_addresses,
|
|
2525
|
+
:status)
|
|
2526
|
+
SENSITIVE = []
|
|
2527
|
+
include Aws::Structure
|
|
2528
|
+
end
|
|
2529
|
+
|
|
2379
2530
|
# A contact to receive notification from Oracle about maintenance
|
|
2380
2531
|
# updates for a specific Exadata infrastructure.
|
|
2381
2532
|
#
|
|
@@ -3270,6 +3421,38 @@ module Aws::Odb
|
|
|
3270
3421
|
#
|
|
3271
3422
|
class DeleteOdbPeeringConnectionOutput < Aws::EmptyStructure; end
|
|
3272
3423
|
|
|
3424
|
+
# @!attribute [rw] iam_role_arn
|
|
3425
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity
|
|
3426
|
+
# and Access Management (IAM) service role to disassociate from the
|
|
3427
|
+
# resource.
|
|
3428
|
+
# @return [String]
|
|
3429
|
+
#
|
|
3430
|
+
# @!attribute [rw] aws_integration
|
|
3431
|
+
# The Amazon Web Services integration configuration settings for the
|
|
3432
|
+
# Amazon Web Services Identity and Access Management (IAM) service
|
|
3433
|
+
# role disassociation.
|
|
3434
|
+
# @return [String]
|
|
3435
|
+
#
|
|
3436
|
+
# @!attribute [rw] resource_arn
|
|
3437
|
+
# The Amazon Resource Name (ARN) of the target resource to
|
|
3438
|
+
# disassociate from the Amazon Web Services Identity and Access
|
|
3439
|
+
# Management (IAM) service role.
|
|
3440
|
+
# @return [String]
|
|
3441
|
+
#
|
|
3442
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/DisassociateIamRoleFromResourceInput AWS API Documentation
|
|
3443
|
+
#
|
|
3444
|
+
class DisassociateIamRoleFromResourceInput < Struct.new(
|
|
3445
|
+
:iam_role_arn,
|
|
3446
|
+
:aws_integration,
|
|
3447
|
+
:resource_arn)
|
|
3448
|
+
SENSITIVE = []
|
|
3449
|
+
include Aws::Structure
|
|
3450
|
+
end
|
|
3451
|
+
|
|
3452
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/DisassociateIamRoleFromResourceOutput AWS API Documentation
|
|
3453
|
+
#
|
|
3454
|
+
class DisassociateIamRoleFromResourceOutput < Aws::EmptyStructure; end
|
|
3455
|
+
|
|
3273
3456
|
# The IORM settings of the Exadata DB system.
|
|
3274
3457
|
#
|
|
3275
3458
|
# @!attribute [rw] db_plans
|
|
@@ -3483,12 +3666,18 @@ module Aws::Odb
|
|
|
3483
3666
|
# account.
|
|
3484
3667
|
# @return [String]
|
|
3485
3668
|
#
|
|
3669
|
+
# @!attribute [rw] oci_identity_domain
|
|
3670
|
+
# The Oracle Cloud Infrastructure (OCI) identity domain information in
|
|
3671
|
+
# the onboarding status response.
|
|
3672
|
+
# @return [Types::OciIdentityDomain]
|
|
3673
|
+
#
|
|
3486
3674
|
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/GetOciOnboardingStatusOutput AWS API Documentation
|
|
3487
3675
|
#
|
|
3488
3676
|
class GetOciOnboardingStatusOutput < Struct.new(
|
|
3489
3677
|
:status,
|
|
3490
3678
|
:existing_tenancy_activation_link,
|
|
3491
|
-
:new_tenancy_activation_link
|
|
3679
|
+
:new_tenancy_activation_link,
|
|
3680
|
+
:oci_identity_domain)
|
|
3492
3681
|
SENSITIVE = []
|
|
3493
3682
|
include Aws::Structure
|
|
3494
3683
|
end
|
|
@@ -3558,11 +3747,54 @@ module Aws::Odb
|
|
|
3558
3747
|
include Aws::Structure
|
|
3559
3748
|
end
|
|
3560
3749
|
|
|
3561
|
-
#
|
|
3750
|
+
# Information about an Amazon Web Services Identity and Access
|
|
3751
|
+
# Management (IAM) service role associated with a resource.
|
|
3752
|
+
#
|
|
3753
|
+
# @!attribute [rw] iam_role_arn
|
|
3754
|
+
# The Amazon Resource Name (ARN) of the Amazon Web Services Identity
|
|
3755
|
+
# and Access Management (IAM) service role.
|
|
3756
|
+
# @return [String]
|
|
3757
|
+
#
|
|
3758
|
+
# @!attribute [rw] status
|
|
3759
|
+
# The current status of the Amazon Web Services Identity and Access
|
|
3760
|
+
# Management (IAM) service role.
|
|
3761
|
+
# @return [String]
|
|
3762
|
+
#
|
|
3763
|
+
# @!attribute [rw] status_reason
|
|
3764
|
+
# Additional information about the current status of the Amazon Web
|
|
3765
|
+
# Services Identity and Access Management (IAM) service role, if
|
|
3766
|
+
# applicable.
|
|
3767
|
+
# @return [String]
|
|
3768
|
+
#
|
|
3769
|
+
# @!attribute [rw] aws_integration
|
|
3770
|
+
# The Amazon Web Services integration configuration settings for the
|
|
3771
|
+
# Amazon Web Services Identity and Access Management (IAM) service
|
|
3772
|
+
# role.
|
|
3773
|
+
# @return [String]
|
|
3774
|
+
#
|
|
3775
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/IamRole AWS API Documentation
|
|
3776
|
+
#
|
|
3777
|
+
class IamRole < Struct.new(
|
|
3778
|
+
:iam_role_arn,
|
|
3779
|
+
:status,
|
|
3780
|
+
:status_reason,
|
|
3781
|
+
:aws_integration)
|
|
3782
|
+
SENSITIVE = []
|
|
3783
|
+
include Aws::Structure
|
|
3784
|
+
end
|
|
3785
|
+
|
|
3786
|
+
# @!attribute [rw] oci_identity_domain
|
|
3787
|
+
# The Oracle Cloud Infrastructure (OCI) identity domain configuration
|
|
3788
|
+
# for service initialization.
|
|
3789
|
+
# @return [Boolean]
|
|
3562
3790
|
#
|
|
3563
3791
|
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/InitializeServiceInput AWS API Documentation
|
|
3564
3792
|
#
|
|
3565
|
-
class InitializeServiceInput <
|
|
3793
|
+
class InitializeServiceInput < Struct.new(
|
|
3794
|
+
:oci_identity_domain)
|
|
3795
|
+
SENSITIVE = []
|
|
3796
|
+
include Aws::Structure
|
|
3797
|
+
end
|
|
3566
3798
|
|
|
3567
3799
|
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/InitializeServiceOutput AWS API Documentation
|
|
3568
3800
|
#
|
|
@@ -3588,6 +3820,40 @@ module Aws::Odb
|
|
|
3588
3820
|
include Aws::Structure
|
|
3589
3821
|
end
|
|
3590
3822
|
|
|
3823
|
+
# Configuration for Amazon Web Services Key Management Service (KMS)
|
|
3824
|
+
# access from the ODB network.
|
|
3825
|
+
#
|
|
3826
|
+
# @!attribute [rw] status
|
|
3827
|
+
# The current status of the Amazon Web Services Key Management Service
|
|
3828
|
+
# (KMS) access configuration.
|
|
3829
|
+
# @return [String]
|
|
3830
|
+
#
|
|
3831
|
+
# @!attribute [rw] ipv4_addresses
|
|
3832
|
+
# The IPv4 addresses allowed for Amazon Web Services Key Management
|
|
3833
|
+
# Service (KMS) access.
|
|
3834
|
+
# @return [Array<String>]
|
|
3835
|
+
#
|
|
3836
|
+
# @!attribute [rw] domain_name
|
|
3837
|
+
# The domain name for Amazon Web Services Key Management Service (KMS)
|
|
3838
|
+
# access configuration.
|
|
3839
|
+
# @return [String]
|
|
3840
|
+
#
|
|
3841
|
+
# @!attribute [rw] kms_policy_document
|
|
3842
|
+
# The Amazon Web Services Key Management Service (KMS) policy document
|
|
3843
|
+
# that defines permissions for key usage.
|
|
3844
|
+
# @return [String]
|
|
3845
|
+
#
|
|
3846
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/KmsAccess AWS API Documentation
|
|
3847
|
+
#
|
|
3848
|
+
class KmsAccess < Struct.new(
|
|
3849
|
+
:status,
|
|
3850
|
+
:ipv4_addresses,
|
|
3851
|
+
:domain_name,
|
|
3852
|
+
:kms_policy_document)
|
|
3853
|
+
SENSITIVE = []
|
|
3854
|
+
include Aws::Structure
|
|
3855
|
+
end
|
|
3856
|
+
|
|
3591
3857
|
# @!attribute [rw] max_results
|
|
3592
3858
|
# The maximum number of items to return per page.
|
|
3593
3859
|
# @return [Integer]
|
|
@@ -4225,6 +4491,21 @@ module Aws::Odb
|
|
|
4225
4491
|
# The Amazon S3 access configuration.
|
|
4226
4492
|
# @return [Types::S3Access]
|
|
4227
4493
|
#
|
|
4494
|
+
# @!attribute [rw] sts_access
|
|
4495
|
+
# The Amazon Web Services Security Token Service (STS) access
|
|
4496
|
+
# configuration.
|
|
4497
|
+
# @return [Types::StsAccess]
|
|
4498
|
+
#
|
|
4499
|
+
# @!attribute [rw] kms_access
|
|
4500
|
+
# The Amazon Web Services Key Management Service (KMS) access
|
|
4501
|
+
# configuration.
|
|
4502
|
+
# @return [Types::KmsAccess]
|
|
4503
|
+
#
|
|
4504
|
+
# @!attribute [rw] cross_region_s3_restore_sources_access
|
|
4505
|
+
# The access configuration for the cross-Region Amazon S3 database
|
|
4506
|
+
# restore source.
|
|
4507
|
+
# @return [Array<Types::CrossRegionS3RestoreSourcesAccess>]
|
|
4508
|
+
#
|
|
4228
4509
|
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/ManagedServices AWS API Documentation
|
|
4229
4510
|
#
|
|
4230
4511
|
class ManagedServices < Struct.new(
|
|
@@ -4234,7 +4515,10 @@ module Aws::Odb
|
|
|
4234
4515
|
:service_network_endpoint,
|
|
4235
4516
|
:managed_s3_backup_access,
|
|
4236
4517
|
:zero_etl_access,
|
|
4237
|
-
:s3_access
|
|
4518
|
+
:s3_access,
|
|
4519
|
+
:sts_access,
|
|
4520
|
+
:kms_access,
|
|
4521
|
+
:cross_region_s3_restore_sources_access)
|
|
4238
4522
|
SENSITIVE = []
|
|
4239
4523
|
include Aws::Structure
|
|
4240
4524
|
end
|
|
@@ -4273,6 +4557,48 @@ module Aws::Odb
|
|
|
4273
4557
|
include Aws::Structure
|
|
4274
4558
|
end
|
|
4275
4559
|
|
|
4560
|
+
# Information about an Oracle Cloud Infrastructure (OCI) identity domain
|
|
4561
|
+
# configuration.
|
|
4562
|
+
#
|
|
4563
|
+
# @!attribute [rw] oci_identity_domain_id
|
|
4564
|
+
# The unique identifier of the OCI identity domain.
|
|
4565
|
+
# @return [String]
|
|
4566
|
+
#
|
|
4567
|
+
# @!attribute [rw] oci_identity_domain_resource_url
|
|
4568
|
+
# The resource URL for accessing the OCI identity domain.
|
|
4569
|
+
# @return [String]
|
|
4570
|
+
#
|
|
4571
|
+
# @!attribute [rw] oci_identity_domain_url
|
|
4572
|
+
# The URL of the OCI identity domain.
|
|
4573
|
+
# @return [String]
|
|
4574
|
+
#
|
|
4575
|
+
# @!attribute [rw] status
|
|
4576
|
+
# The current status of the OCI identity domain.
|
|
4577
|
+
# @return [String]
|
|
4578
|
+
#
|
|
4579
|
+
# @!attribute [rw] status_reason
|
|
4580
|
+
# Additional information about the current status of the OCI identity
|
|
4581
|
+
# domain, if applicable.
|
|
4582
|
+
# @return [String]
|
|
4583
|
+
#
|
|
4584
|
+
# @!attribute [rw] account_setup_cloud_formation_url
|
|
4585
|
+
# The Amazon Web Services CloudFormation URL for setting up the
|
|
4586
|
+
# account integration with the OCI identity domain.
|
|
4587
|
+
# @return [String]
|
|
4588
|
+
#
|
|
4589
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/OciIdentityDomain AWS API Documentation
|
|
4590
|
+
#
|
|
4591
|
+
class OciIdentityDomain < Struct.new(
|
|
4592
|
+
:oci_identity_domain_id,
|
|
4593
|
+
:oci_identity_domain_resource_url,
|
|
4594
|
+
:oci_identity_domain_url,
|
|
4595
|
+
:status,
|
|
4596
|
+
:status_reason,
|
|
4597
|
+
:account_setup_cloud_formation_url)
|
|
4598
|
+
SENSITIVE = []
|
|
4599
|
+
include Aws::Structure
|
|
4600
|
+
end
|
|
4601
|
+
|
|
4276
4602
|
# Information about an ODB network.
|
|
4277
4603
|
#
|
|
4278
4604
|
# @!attribute [rw] odb_network_id
|
|
@@ -4883,6 +5209,40 @@ module Aws::Odb
|
|
|
4883
5209
|
include Aws::Structure
|
|
4884
5210
|
end
|
|
4885
5211
|
|
|
5212
|
+
# Configuration for Amazon Web Services Security Token Service (STS)
|
|
5213
|
+
# access from the ODB network.
|
|
5214
|
+
#
|
|
5215
|
+
# @!attribute [rw] status
|
|
5216
|
+
# The current status of the Amazon Web Services Security Token Service
|
|
5217
|
+
# (STS) access configuration.
|
|
5218
|
+
# @return [String]
|
|
5219
|
+
#
|
|
5220
|
+
# @!attribute [rw] ipv4_addresses
|
|
5221
|
+
# The IPv4 addresses allowed for Amazon Web Services Security Token
|
|
5222
|
+
# Service (STS) access.
|
|
5223
|
+
# @return [Array<String>]
|
|
5224
|
+
#
|
|
5225
|
+
# @!attribute [rw] domain_name
|
|
5226
|
+
# The domain name for Amazon Web Services Security Token Service (STS)
|
|
5227
|
+
# access configuration.
|
|
5228
|
+
# @return [String]
|
|
5229
|
+
#
|
|
5230
|
+
# @!attribute [rw] sts_policy_document
|
|
5231
|
+
# The Amazon Web Services Security Token Service (STS) policy document
|
|
5232
|
+
# that defines permissions for token service usage.
|
|
5233
|
+
# @return [String]
|
|
5234
|
+
#
|
|
5235
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/StsAccess AWS API Documentation
|
|
5236
|
+
#
|
|
5237
|
+
class StsAccess < Struct.new(
|
|
5238
|
+
:status,
|
|
5239
|
+
:ipv4_addresses,
|
|
5240
|
+
:domain_name,
|
|
5241
|
+
:sts_policy_document)
|
|
5242
|
+
SENSITIVE = []
|
|
5243
|
+
include Aws::Structure
|
|
5244
|
+
end
|
|
5245
|
+
|
|
4886
5246
|
# Information about the compatible system versions that can be used with
|
|
4887
5247
|
# a specific Exadata shape and Grid Infrastructure (GI) version.
|
|
4888
5248
|
#
|
|
@@ -5045,11 +5405,42 @@ module Aws::Odb
|
|
|
5045
5405
|
# network.
|
|
5046
5406
|
# @return [String]
|
|
5047
5407
|
#
|
|
5408
|
+
# @!attribute [rw] sts_access
|
|
5409
|
+
# The Amazon Web Services Security Token Service (STS) access
|
|
5410
|
+
# configuration for the ODB network.
|
|
5411
|
+
# @return [String]
|
|
5412
|
+
#
|
|
5413
|
+
# @!attribute [rw] kms_access
|
|
5414
|
+
# The Amazon Web Services Key Management Service (KMS) access
|
|
5415
|
+
# configuration for the ODB network.
|
|
5416
|
+
# @return [String]
|
|
5417
|
+
#
|
|
5048
5418
|
# @!attribute [rw] s3_policy_document
|
|
5049
5419
|
# Specifies the updated endpoint policy for Amazon S3 access from the
|
|
5050
5420
|
# ODB network.
|
|
5051
5421
|
# @return [String]
|
|
5052
5422
|
#
|
|
5423
|
+
# @!attribute [rw] sts_policy_document
|
|
5424
|
+
# The Amazon Web Services Security Token Service (STS) policy document
|
|
5425
|
+
# that defines permissions for token service usage within the ODB
|
|
5426
|
+
# network.
|
|
5427
|
+
# @return [String]
|
|
5428
|
+
#
|
|
5429
|
+
# @!attribute [rw] kms_policy_document
|
|
5430
|
+
# The Amazon Web Services Key Management Service (KMS) policy document
|
|
5431
|
+
# that defines permissions for key usage within the ODB network.
|
|
5432
|
+
# @return [String]
|
|
5433
|
+
#
|
|
5434
|
+
# @!attribute [rw] cross_region_s3_restore_sources_to_enable
|
|
5435
|
+
# The cross-Region Amazon S3 restore sources to enable for the ODB
|
|
5436
|
+
# network.
|
|
5437
|
+
# @return [Array<String>]
|
|
5438
|
+
#
|
|
5439
|
+
# @!attribute [rw] cross_region_s3_restore_sources_to_disable
|
|
5440
|
+
# The cross-Region Amazon S3 restore sources to disable for the ODB
|
|
5441
|
+
# network.
|
|
5442
|
+
# @return [Array<String>]
|
|
5443
|
+
#
|
|
5053
5444
|
# @see http://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/UpdateOdbNetworkInput AWS API Documentation
|
|
5054
5445
|
#
|
|
5055
5446
|
class UpdateOdbNetworkInput < Struct.new(
|
|
@@ -5059,7 +5450,13 @@ module Aws::Odb
|
|
|
5059
5450
|
:peered_cidrs_to_be_removed,
|
|
5060
5451
|
:s3_access,
|
|
5061
5452
|
:zero_etl_access,
|
|
5062
|
-
:
|
|
5453
|
+
:sts_access,
|
|
5454
|
+
:kms_access,
|
|
5455
|
+
:s3_policy_document,
|
|
5456
|
+
:sts_policy_document,
|
|
5457
|
+
:kms_policy_document,
|
|
5458
|
+
:cross_region_s3_restore_sources_to_enable,
|
|
5459
|
+
:cross_region_s3_restore_sources_to_disable)
|
|
5063
5460
|
SENSITIVE = []
|
|
5064
5461
|
include Aws::Structure
|
|
5065
5462
|
end
|