aws-sdk-rds 1.182.0 → 1.183.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.
@@ -3829,6 +3829,56 @@ module Aws::RDS
3829
3829
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html
3830
3830
  # @return [String]
3831
3831
  #
3832
+ # @!attribute [rw] domain_fqdn
3833
+ # Specifies the fully qualified domain name of an Active Directory
3834
+ # domain.
3835
+ #
3836
+ # Constraints:
3837
+ #
3838
+ # * Cannot be greater than 64 characters.
3839
+ #
3840
+ # ^
3841
+ #
3842
+ # Example: `mymanagedADtest.mymanagedAD.mydomain`
3843
+ # @return [String]
3844
+ #
3845
+ # @!attribute [rw] domain_ou
3846
+ # The Active Directory organizational unit for your DB instance to
3847
+ # join.
3848
+ #
3849
+ # Constraints:
3850
+ #
3851
+ # * Must be in the distinguished name format.
3852
+ #
3853
+ # * Cannot be greater than 64 characters.
3854
+ #
3855
+ # Example:
3856
+ # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
3857
+ # @return [String]
3858
+ #
3859
+ # @!attribute [rw] domain_auth_secret_arn
3860
+ # The ARN for the Secrets Manager secret that contains the credentials
3861
+ # for the user performing the domain join.
3862
+ #
3863
+ # Example:
3864
+ # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
3865
+ # @return [String]
3866
+ #
3867
+ # @!attribute [rw] domain_dns_ips
3868
+ # The IPv4 DNS IP addresses of your primary and secondary Active
3869
+ # Directory domain controllers.
3870
+ #
3871
+ # Constraints:
3872
+ #
3873
+ # * Two IP addresses must be provided. If there isn't a secondary
3874
+ # domain controller, use the IP address of the primary domain
3875
+ # controller for both entries in the list.
3876
+ #
3877
+ # ^
3878
+ #
3879
+ # Example: `123.124.125.126,234.235.236.237`
3880
+ # @return [Array<String>]
3881
+ #
3832
3882
  # @!attribute [rw] copy_tags_to_snapshot
3833
3883
  # Spcifies whether to copy tags from the DB instance to snapshots of
3834
3884
  # the DB instance. By default, tags are not copied.
@@ -4237,6 +4287,10 @@ module Aws::RDS
4237
4287
  :storage_encrypted,
4238
4288
  :kms_key_id,
4239
4289
  :domain,
4290
+ :domain_fqdn,
4291
+ :domain_ou,
4292
+ :domain_auth_secret_arn,
4293
+ :domain_dns_ips,
4240
4294
  :copy_tags_to_snapshot,
4241
4295
  :monitoring_interval,
4242
4296
  :monitoring_role_arn,
@@ -4753,6 +4807,56 @@ module Aws::RDS
4753
4807
  # This setting doesn't apply to RDS Custom.
4754
4808
  # @return [String]
4755
4809
  #
4810
+ # @!attribute [rw] domain_fqdn
4811
+ # Specifies the fully qualified domain name of an Active Directory
4812
+ # domain.
4813
+ #
4814
+ # Constraints:
4815
+ #
4816
+ # * Cannot be greater than 64 characters.
4817
+ #
4818
+ # ^
4819
+ #
4820
+ # Example: `mymanagedADtest.mymanagedAD.mydomain`
4821
+ # @return [String]
4822
+ #
4823
+ # @!attribute [rw] domain_ou
4824
+ # The Active Directory organizational unit for your DB instance to
4825
+ # join.
4826
+ #
4827
+ # Constraints:
4828
+ #
4829
+ # * Must be in the distinguished name format.
4830
+ #
4831
+ # * Cannot be greater than 64 characters.
4832
+ #
4833
+ # Example:
4834
+ # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
4835
+ # @return [String]
4836
+ #
4837
+ # @!attribute [rw] domain_auth_secret_arn
4838
+ # The ARN for the Secrets Manager secret that contains the credentials
4839
+ # for the user performing the domain join.
4840
+ #
4841
+ # Example:
4842
+ # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
4843
+ # @return [String]
4844
+ #
4845
+ # @!attribute [rw] domain_dns_ips
4846
+ # The IPv4 DNS IP addresses of your primary and secondary Active
4847
+ # Directory domain controllers.
4848
+ #
4849
+ # Constraints:
4850
+ #
4851
+ # * Two IP addresses must be provided. If there isn't a secondary
4852
+ # domain controller, use the IP address of the primary domain
4853
+ # controller for both entries in the list.
4854
+ #
4855
+ # ^
4856
+ #
4857
+ # Example: `123.124.125.126,234.235.236.237`
4858
+ # @return [Array<String>]
4859
+ #
4756
4860
  # @!attribute [rw] replica_mode
4757
4861
  # The open mode of the replica database: mounted or read-only.
4758
4862
  #
@@ -4937,6 +5041,10 @@ module Aws::RDS
4937
5041
  :deletion_protection,
4938
5042
  :domain,
4939
5043
  :domain_iam_role_name,
5044
+ :domain_fqdn,
5045
+ :domain_ou,
5046
+ :domain_auth_secret_arn,
5047
+ :domain_dns_ips,
4940
5048
  :replica_mode,
4941
5049
  :max_allocated_storage,
4942
5050
  :custom_iam_instance_profile,
@@ -12715,7 +12823,8 @@ module Aws::RDS
12715
12823
  # @return [String]
12716
12824
  #
12717
12825
  # @!attribute [rw] fqdn
12718
- # The fully qualified domain name of the Active Directory Domain.
12826
+ # The fully qualified domain name (FQDN) of the Active Directory
12827
+ # Domain.
12719
12828
  # @return [String]
12720
12829
  #
12721
12830
  # @!attribute [rw] iam_role_name
@@ -12723,13 +12832,31 @@ module Aws::RDS
12723
12832
  # Directory Service.
12724
12833
  # @return [String]
12725
12834
  #
12835
+ # @!attribute [rw] ou
12836
+ # The Active Directory organizational unit for your DB instance to
12837
+ # join.
12838
+ # @return [String]
12839
+ #
12840
+ # @!attribute [rw] auth_secret_arn
12841
+ # The ARN for the Secrets Manager secret that contains the credentials
12842
+ # for the user performing the domain join.
12843
+ # @return [String]
12844
+ #
12845
+ # @!attribute [rw] dns_ips
12846
+ # The IPv4 DNS IP addresses of your primary and secondary Active
12847
+ # Directory domain controllers.
12848
+ # @return [Array<String>]
12849
+ #
12726
12850
  # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DomainMembership AWS API Documentation
12727
12851
  #
12728
12852
  class DomainMembership < Struct.new(
12729
12853
  :domain,
12730
12854
  :status,
12731
12855
  :fqdn,
12732
- :iam_role_name)
12856
+ :iam_role_name,
12857
+ :ou,
12858
+ :auth_secret_arn,
12859
+ :dns_ips)
12733
12860
  SENSITIVE = []
12734
12861
  include Aws::Structure
12735
12862
  end
@@ -15693,6 +15820,56 @@ module Aws::RDS
15693
15820
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html
15694
15821
  # @return [String]
15695
15822
  #
15823
+ # @!attribute [rw] domain_fqdn
15824
+ # Specifies the fully qualified domain name of an Active Directory
15825
+ # domain.
15826
+ #
15827
+ # Constraints:
15828
+ #
15829
+ # * Cannot be greater than 64 characters.
15830
+ #
15831
+ # ^
15832
+ #
15833
+ # Example: `mymanagedADtest.mymanagedAD.mydomain`
15834
+ # @return [String]
15835
+ #
15836
+ # @!attribute [rw] domain_ou
15837
+ # The Active Directory organizational unit for your DB instance to
15838
+ # join.
15839
+ #
15840
+ # Constraints:
15841
+ #
15842
+ # * Must be in the distinguished name format.
15843
+ #
15844
+ # * Cannot be greater than 64 characters.
15845
+ #
15846
+ # Example:
15847
+ # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
15848
+ # @return [String]
15849
+ #
15850
+ # @!attribute [rw] domain_auth_secret_arn
15851
+ # The ARN for the Secrets Manager secret that contains the credentials
15852
+ # for the user performing the domain join.
15853
+ #
15854
+ # Example:
15855
+ # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
15856
+ # @return [String]
15857
+ #
15858
+ # @!attribute [rw] domain_dns_ips
15859
+ # The IPv4 DNS IP addresses of your primary and secondary Active
15860
+ # Directory domain controllers.
15861
+ #
15862
+ # Constraints:
15863
+ #
15864
+ # * Two IP addresses must be provided. If there isn't a secondary
15865
+ # domain controller, use the IP address of the primary domain
15866
+ # controller for both entries in the list.
15867
+ #
15868
+ # ^
15869
+ #
15870
+ # Example: `123.124.125.126,234.235.236.237`
15871
+ # @return [Array<String>]
15872
+ #
15696
15873
  # @!attribute [rw] copy_tags_to_snapshot
15697
15874
  # Specifies whether to copy all tags from the DB instance to snapshots
15698
15875
  # of the DB instance. By default, tags aren't copied.
@@ -15801,6 +15978,11 @@ module Aws::RDS
15801
15978
  # This setting doesn't apply to RDS Custom DB instances.
15802
15979
  # @return [String]
15803
15980
  #
15981
+ # @!attribute [rw] disable_domain
15982
+ # Boolean. If present, removes the instance from the Active Directory
15983
+ # domain.
15984
+ # @return [Boolean]
15985
+ #
15804
15986
  # @!attribute [rw] promotion_tier
15805
15987
  # The order of priority in which an Aurora Replica is promoted to the
15806
15988
  # primary instance after a failure of the existing primary instance.
@@ -16216,12 +16398,17 @@ module Aws::RDS
16216
16398
  :tde_credential_password,
16217
16399
  :ca_certificate_identifier,
16218
16400
  :domain,
16401
+ :domain_fqdn,
16402
+ :domain_ou,
16403
+ :domain_auth_secret_arn,
16404
+ :domain_dns_ips,
16219
16405
  :copy_tags_to_snapshot,
16220
16406
  :monitoring_interval,
16221
16407
  :db_port_number,
16222
16408
  :publicly_accessible,
16223
16409
  :monitoring_role_arn,
16224
16410
  :domain_iam_role_name,
16411
+ :disable_domain,
16225
16412
  :promotion_tier,
16226
16413
  :enable_iam_database_authentication,
16227
16414
  :enable_performance_insights,
@@ -20650,6 +20837,58 @@ module Aws::RDS
20650
20837
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html
20651
20838
  # @return [String]
20652
20839
  #
20840
+ # @!attribute [rw] domain_fqdn
20841
+ # Specifies the fully qualified domain name of an Active Directory
20842
+ # domain.
20843
+ #
20844
+ # Constraints:
20845
+ #
20846
+ # * Cannot be greater than 64 characters.
20847
+ #
20848
+ # ^
20849
+ #
20850
+ # Example: `mymanagedADtest.mymanagedAD.mydomain`
20851
+ # @return [String]
20852
+ #
20853
+ # @!attribute [rw] domain_ou
20854
+ # The Active Directory organizational unit for your DB instance to
20855
+ # join.
20856
+ #
20857
+ # Constraints:
20858
+ #
20859
+ # * Must be in the distinguished name format.
20860
+ #
20861
+ # * Cannot be greater than 64 characters.
20862
+ #
20863
+ # Example:
20864
+ # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
20865
+ # @return [String]
20866
+ #
20867
+ # @!attribute [rw] domain_auth_secret_arn
20868
+ # The ARN for the Secrets Manager secret that contains the credentials
20869
+ # for the user performing the domain join.
20870
+ #
20871
+ # Constraints:
20872
+ #
20873
+ # Example:
20874
+ # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
20875
+ # @return [String]
20876
+ #
20877
+ # @!attribute [rw] domain_dns_ips
20878
+ # The IPv4 DNS IP addresses of your primary and secondary Active
20879
+ # Directory domain controllers.
20880
+ #
20881
+ # Constraints:
20882
+ #
20883
+ # * Two IP addresses must be provided. If there isn't a secondary
20884
+ # domain controller, use the IP address of the primary domain
20885
+ # controller for both entries in the list.
20886
+ #
20887
+ # ^
20888
+ #
20889
+ # Example: `123.124.125.126,234.235.236.237`
20890
+ # @return [Array<String>]
20891
+ #
20653
20892
  # @!attribute [rw] copy_tags_to_snapshot
20654
20893
  # A value that indicates whether to copy all tags from the restored DB
20655
20894
  # instance to snapshots of the DB instance.
@@ -20905,6 +21144,10 @@ module Aws::RDS
20905
21144
  :tde_credential_password,
20906
21145
  :vpc_security_group_ids,
20907
21146
  :domain,
21147
+ :domain_fqdn,
21148
+ :domain_ou,
21149
+ :domain_auth_secret_arn,
21150
+ :domain_dns_ips,
20908
21151
  :copy_tags_to_snapshot,
20909
21152
  :domain_iam_role_name,
20910
21153
  :enable_iam_database_authentication,
@@ -21832,6 +22075,62 @@ module Aws::RDS
21832
22075
  # This setting doesn't apply to RDS Custom.
21833
22076
  # @return [String]
21834
22077
  #
22078
+ # @!attribute [rw] domain_fqdn
22079
+ # Specifies the fully qualified domain name of an Active Directory
22080
+ # domain.
22081
+ #
22082
+ # Constraints:
22083
+ #
22084
+ # * Cannot be greater than 64 characters.
22085
+ #
22086
+ # ^
22087
+ #
22088
+ # Example: `mymanagedADtest.mymanagedAD.mydomain`
22089
+ # @return [String]
22090
+ #
22091
+ # @!attribute [rw] domain_ou
22092
+ # The Active Directory organizational unit for your DB instance to
22093
+ # join.
22094
+ #
22095
+ # Constraints:
22096
+ #
22097
+ # * Must be in the distinguished name format.
22098
+ #
22099
+ # * Cannot be greater than 64 characters.
22100
+ #
22101
+ # Example:
22102
+ # `OU=mymanagedADtestOU,DC=mymanagedADtest,DC=mymanagedAD,DC=mydomain`
22103
+ # @return [String]
22104
+ #
22105
+ # @!attribute [rw] domain_auth_secret_arn
22106
+ # The ARN for the Secrets Manager secret that contains the credentials
22107
+ # for the user performing the domain join.
22108
+ #
22109
+ # Constraints:
22110
+ #
22111
+ # * Cannot be greater than 64 characters.
22112
+ #
22113
+ # ^
22114
+ #
22115
+ # Example:
22116
+ # `arn:aws:secretsmanager:region:account-number:secret:myselfmanagedADtestsecret-123456`
22117
+ # @return [String]
22118
+ #
22119
+ # @!attribute [rw] domain_dns_ips
22120
+ # The IPv4 DNS IP addresses of your primary and secondary Active
22121
+ # Directory domain controllers.
22122
+ #
22123
+ # Constraints:
22124
+ #
22125
+ # * Two IP addresses must be provided. If there isn't a secondary
22126
+ # domain controller, use the IP address of the primary domain
22127
+ # controller for both entries in the list.
22128
+ #
22129
+ # ^
22130
+ #
22131
+ # Example: `123.124.125.126,234.235.236.237`
22132
+ # @return [Array<String>]
22133
+ #
21835
22134
  # @!attribute [rw] enable_iam_database_authentication
21836
22135
  # A value that indicates whether to enable mapping of Amazon Web
21837
22136
  # Services Identity and Access Management (IAM) accounts to database
@@ -22062,6 +22361,10 @@ module Aws::RDS
22062
22361
  :vpc_security_group_ids,
22063
22362
  :domain,
22064
22363
  :domain_iam_role_name,
22364
+ :domain_fqdn,
22365
+ :domain_ou,
22366
+ :domain_auth_secret_arn,
22367
+ :domain_dns_ips,
22065
22368
  :enable_iam_database_authentication,
22066
22369
  :enable_cloudwatch_logs_exports,
22067
22370
  :processor_features,
data/lib/aws-sdk-rds.rb CHANGED
@@ -78,6 +78,6 @@ require_relative 'aws-sdk-rds/customizations'
78
78
  # @!group service
79
79
  module Aws::RDS
80
80
 
81
- GEM_VERSION = '1.182.0'
81
+ GEM_VERSION = '1.183.0'
82
82
 
83
83
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rds
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.182.0
4
+ version: 1.183.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-23 00:00:00.000000000 Z
11
+ date: 2023-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sigv4
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '3'
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 3.174.0
36
+ version: 3.176.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '3'
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 3.174.0
46
+ version: 3.176.0
47
47
  description: Official AWS Ruby gem for Amazon Relational Database Service (Amazon
48
48
  RDS). This gem is part of the AWS SDK for Ruby.
49
49
  email: