aws-sdk-directoryservice 1.93.0 → 1.94.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf5479042d2fd38f695befb28d8180355a846ae18dad5a063658c6dd0f342965
4
- data.tar.gz: e9fbfe8e78c1832f4d06f8bec4325376219320c37bf7881ffb389988446ce35d
3
+ metadata.gz: 8c0089a3a2a2027550ea4271911e176b7d88a739ef7d3558fc468a62493d1062
4
+ data.tar.gz: 3ee137b27568eec90df5805fc8647bdf7e5156b612d3069611df8dc40d48106f
5
5
  SHA512:
6
- metadata.gz: 6dbcb0d168dc4d383407dadc1121d10f7e621b65a9e873ab0f487d373db31be02864f4b4bb1ff830d61cb359a856f88fefa31b9d0b06d5ea66d39dd2d273639a
7
- data.tar.gz: 514255231925f26392a23a680ddc1269129cf6f8531989465681294c432ed14ba09521ae8bf3daec139f2aebd62583149a5e7c249b3d89d93b23ab29fc3db513
6
+ metadata.gz: c4ce649c0617759f28810845cb211f8183d45f202eded0e032f67aa10bb30f8d6bdcf0722edd9aa2235ce26414c057f02e14ed33f01dbbb419b1a68ed708f9cd
7
+ data.tar.gz: 8920624922633539e7165c41ce1befd9dcf44562c49cd93b1b83d18c9ab428f4b7f82c7bfa20c5f298e9bcb2c56fdfa34449bfac2afd34c50feb6e8b9f1a8170
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.94.0 (2025-09-30)
5
+ ------------------
6
+
7
+ * Feature - AWS Directory service now supports IPv6-native and dual-stack configurations for AWS Managed Microsoft AD, AD Connector, and Simple AD (dual-stack only). Additionally, AWS Managed Microsoft AD Standard Edition directories can be upgraded to Enterprise Edition directories through a single API call.
8
+
4
9
  1.93.0 (2025-08-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.94.0
@@ -644,6 +644,7 @@ module Aws::DirectoryService
644
644
  # ip_routes: [ # required
645
645
  # {
646
646
  # cidr_ip: "CidrIp",
647
+ # cidr_ipv_6: "CidrIpv6",
647
648
  # description: "Description",
648
649
  # },
649
650
  # ],
@@ -828,6 +829,10 @@ module Aws::DirectoryService
828
829
  # @option params [Array<Types::Tag>] :tags
829
830
  # The tags to be assigned to AD Connector.
830
831
  #
832
+ # @option params [String] :network_type
833
+ # The network type for your directory. The default value is `IPv4` or
834
+ # `IPv6` based on the provided subnet capabilities.
835
+ #
831
836
  # @return [Types::ConnectDirectoryResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
832
837
  #
833
838
  # * {Types::ConnectDirectoryResult#directory_id #directory_id} => String
@@ -872,7 +877,8 @@ module Aws::DirectoryService
872
877
  # connect_settings: { # required
873
878
  # vpc_id: "VpcId", # required
874
879
  # subnet_ids: ["SubnetId"], # required
875
- # customer_dns_ips: ["IpAddr"], # required
880
+ # customer_dns_ips: ["IpAddr"],
881
+ # customer_dns_ips_v6: ["Ipv6Addr"],
876
882
  # customer_user_name: "UserName", # required
877
883
  # },
878
884
  # tags: [
@@ -881,6 +887,7 @@ module Aws::DirectoryService
881
887
  # value: "TagValue", # required
882
888
  # },
883
889
  # ],
890
+ # network_type: "Dual-stack", # accepts Dual-stack, IPv4, IPv6
884
891
  # })
885
892
  #
886
893
  # @example Response structure
@@ -1063,10 +1070,14 @@ module Aws::DirectoryService
1063
1070
  # The fully qualified domain name (FQDN) of the remote domain with which
1064
1071
  # you will set up a trust relationship.
1065
1072
  #
1066
- # @option params [required, Array<String>] :dns_ip_addrs
1073
+ # @option params [Array<String>] :dns_ip_addrs
1067
1074
  # The IP addresses of the remote DNS server associated with
1068
1075
  # RemoteDomainName.
1069
1076
  #
1077
+ # @option params [Array<String>] :dns_ipv_6_addrs
1078
+ # The IPv6 addresses of the remote DNS server associated with
1079
+ # RemoteDomainName.
1080
+ #
1070
1081
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1071
1082
  #
1072
1083
  #
@@ -1091,7 +1102,8 @@ module Aws::DirectoryService
1091
1102
  # resp = client.create_conditional_forwarder({
1092
1103
  # directory_id: "DirectoryId", # required
1093
1104
  # remote_domain_name: "RemoteDomainName", # required
1094
- # dns_ip_addrs: ["IpAddr"], # required
1105
+ # dns_ip_addrs: ["IpAddr"],
1106
+ # dns_ipv_6_addrs: ["Ipv6Addr"],
1095
1107
  # })
1096
1108
  #
1097
1109
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/CreateConditionalForwarder AWS API Documentation
@@ -1175,6 +1187,10 @@ module Aws::DirectoryService
1175
1187
  # @option params [Array<Types::Tag>] :tags
1176
1188
  # The tags to be assigned to the Simple AD directory.
1177
1189
  #
1190
+ # @option params [String] :network_type
1191
+ # The network type for your directory. Simple AD supports IPv4 and
1192
+ # Dual-stack only.
1193
+ #
1178
1194
  # @return [Types::CreateDirectoryResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1179
1195
  #
1180
1196
  # * {Types::CreateDirectoryResult#directory_id #directory_id} => String
@@ -1222,6 +1238,7 @@ module Aws::DirectoryService
1222
1238
  # value: "TagValue", # required
1223
1239
  # },
1224
1240
  # ],
1241
+ # network_type: "Dual-stack", # accepts Dual-stack, IPv4, IPv6
1225
1242
  # })
1226
1243
  #
1227
1244
  # @example Response structure
@@ -1375,6 +1392,10 @@ module Aws::DirectoryService
1375
1392
  # @option params [Array<Types::Tag>] :tags
1376
1393
  # The tags to be assigned to the Managed Microsoft AD directory.
1377
1394
  #
1395
+ # @option params [String] :network_type
1396
+ # The network type for your domain. The default value is `IPv4` or
1397
+ # `IPv6` based on the provided subnet capabilities.
1398
+ #
1378
1399
  # @return [Types::CreateMicrosoftADResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1379
1400
  #
1380
1401
  # * {Types::CreateMicrosoftADResult#directory_id #directory_id} => String
@@ -1414,13 +1435,14 @@ module Aws::DirectoryService
1414
1435
  # vpc_id: "VpcId", # required
1415
1436
  # subnet_ids: ["SubnetId"], # required
1416
1437
  # },
1417
- # edition: "Enterprise", # accepts Enterprise, Standard
1438
+ # edition: "Enterprise", # accepts Enterprise, Standard, Hybrid
1418
1439
  # tags: [
1419
1440
  # {
1420
1441
  # key: "TagKey", # required
1421
1442
  # value: "TagValue", # required
1422
1443
  # },
1423
1444
  # ],
1445
+ # network_type: "Dual-stack", # accepts Dual-stack, IPv4, IPv6
1424
1446
  # })
1425
1447
  #
1426
1448
  # @example Response structure
@@ -1522,6 +1544,10 @@ module Aws::DirectoryService
1522
1544
  # The IP addresses of the remote DNS server associated with
1523
1545
  # RemoteDomainName.
1524
1546
  #
1547
+ # @option params [Array<String>] :conditional_forwarder_ipv_6_addrs
1548
+ # The IPv6 addresses of the remote DNS server associated with
1549
+ # RemoteDomainName.
1550
+ #
1525
1551
  # @option params [String] :selective_auth
1526
1552
  # Optional parameter to enable selective authentication for the trust.
1527
1553
  #
@@ -1559,6 +1585,7 @@ module Aws::DirectoryService
1559
1585
  # trust_direction: "One-Way: Outgoing", # required, accepts One-Way: Outgoing, One-Way: Incoming, Two-Way
1560
1586
  # trust_type: "Forest", # accepts Forest, External
1561
1587
  # conditional_forwarder_ip_addrs: ["IpAddr"],
1588
+ # conditional_forwarder_ipv_6_addrs: ["Ipv6Addr"],
1562
1589
  # selective_auth: "Enabled", # accepts Enabled, Disabled
1563
1590
  # })
1564
1591
  #
@@ -2130,6 +2157,8 @@ module Aws::DirectoryService
2130
2157
  # resp.conditional_forwarders[0].remote_domain_name #=> String
2131
2158
  # resp.conditional_forwarders[0].dns_ip_addrs #=> Array
2132
2159
  # resp.conditional_forwarders[0].dns_ip_addrs[0] #=> String
2160
+ # resp.conditional_forwarders[0].dns_ipv_6_addrs #=> Array
2161
+ # resp.conditional_forwarders[0].dns_ipv_6_addrs[0] #=> String
2133
2162
  # resp.conditional_forwarders[0].replication_scope #=> String, one of "Domain"
2134
2163
  #
2135
2164
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeConditionalForwarders AWS API Documentation
@@ -2239,12 +2268,14 @@ module Aws::DirectoryService
2239
2268
  # resp.directory_descriptions[0].name #=> String
2240
2269
  # resp.directory_descriptions[0].short_name #=> String
2241
2270
  # resp.directory_descriptions[0].size #=> String, one of "Small", "Large"
2242
- # resp.directory_descriptions[0].edition #=> String, one of "Enterprise", "Standard"
2271
+ # resp.directory_descriptions[0].edition #=> String, one of "Enterprise", "Standard", "Hybrid"
2243
2272
  # resp.directory_descriptions[0].alias #=> String
2244
2273
  # resp.directory_descriptions[0].access_url #=> String
2245
2274
  # resp.directory_descriptions[0].description #=> String
2246
2275
  # resp.directory_descriptions[0].dns_ip_addrs #=> Array
2247
2276
  # resp.directory_descriptions[0].dns_ip_addrs[0] #=> String
2277
+ # resp.directory_descriptions[0].dns_ipv_6_addrs #=> Array
2278
+ # resp.directory_descriptions[0].dns_ipv_6_addrs[0] #=> String
2248
2279
  # resp.directory_descriptions[0].stage #=> String, one of "Requested", "Creating", "Created", "Active", "Inoperable", "Impaired", "Restoring", "RestoreFailed", "Deleting", "Deleted", "Failed", "Updating"
2249
2280
  # resp.directory_descriptions[0].share_status #=> String, one of "Shared", "PendingAcceptance", "Rejected", "Rejecting", "RejectFailed", "Sharing", "ShareFailed", "Deleted", "Deleting"
2250
2281
  # resp.directory_descriptions[0].share_method #=> String, one of "ORGANIZATIONS", "HANDSHAKE"
@@ -2267,8 +2298,12 @@ module Aws::DirectoryService
2267
2298
  # resp.directory_descriptions[0].connect_settings.availability_zones[0] #=> String
2268
2299
  # resp.directory_descriptions[0].connect_settings.connect_ips #=> Array
2269
2300
  # resp.directory_descriptions[0].connect_settings.connect_ips[0] #=> String
2301
+ # resp.directory_descriptions[0].connect_settings.connect_ips_v6 #=> Array
2302
+ # resp.directory_descriptions[0].connect_settings.connect_ips_v6[0] #=> String
2270
2303
  # resp.directory_descriptions[0].radius_settings.radius_servers #=> Array
2271
2304
  # resp.directory_descriptions[0].radius_settings.radius_servers[0] #=> String
2305
+ # resp.directory_descriptions[0].radius_settings.radius_servers_ipv_6 #=> Array
2306
+ # resp.directory_descriptions[0].radius_settings.radius_servers_ipv_6[0] #=> String
2272
2307
  # resp.directory_descriptions[0].radius_settings.radius_port #=> Integer
2273
2308
  # resp.directory_descriptions[0].radius_settings.radius_timeout #=> Integer
2274
2309
  # resp.directory_descriptions[0].radius_settings.radius_retries #=> Integer
@@ -2284,6 +2319,8 @@ module Aws::DirectoryService
2284
2319
  # resp.directory_descriptions[0].owner_directory_description.account_id #=> String
2285
2320
  # resp.directory_descriptions[0].owner_directory_description.dns_ip_addrs #=> Array
2286
2321
  # resp.directory_descriptions[0].owner_directory_description.dns_ip_addrs[0] #=> String
2322
+ # resp.directory_descriptions[0].owner_directory_description.dns_ipv_6_addrs #=> Array
2323
+ # resp.directory_descriptions[0].owner_directory_description.dns_ipv_6_addrs[0] #=> String
2287
2324
  # resp.directory_descriptions[0].owner_directory_description.vpc_settings.vpc_id #=> String
2288
2325
  # resp.directory_descriptions[0].owner_directory_description.vpc_settings.subnet_ids #=> Array
2289
2326
  # resp.directory_descriptions[0].owner_directory_description.vpc_settings.subnet_ids[0] #=> String
@@ -2292,6 +2329,8 @@ module Aws::DirectoryService
2292
2329
  # resp.directory_descriptions[0].owner_directory_description.vpc_settings.availability_zones[0] #=> String
2293
2330
  # resp.directory_descriptions[0].owner_directory_description.radius_settings.radius_servers #=> Array
2294
2331
  # resp.directory_descriptions[0].owner_directory_description.radius_settings.radius_servers[0] #=> String
2332
+ # resp.directory_descriptions[0].owner_directory_description.radius_settings.radius_servers_ipv_6 #=> Array
2333
+ # resp.directory_descriptions[0].owner_directory_description.radius_settings.radius_servers_ipv_6[0] #=> String
2295
2334
  # resp.directory_descriptions[0].owner_directory_description.radius_settings.radius_port #=> Integer
2296
2335
  # resp.directory_descriptions[0].owner_directory_description.radius_settings.radius_timeout #=> Integer
2297
2336
  # resp.directory_descriptions[0].owner_directory_description.radius_settings.radius_retries #=> Integer
@@ -2300,6 +2339,7 @@ module Aws::DirectoryService
2300
2339
  # resp.directory_descriptions[0].owner_directory_description.radius_settings.display_label #=> String
2301
2340
  # resp.directory_descriptions[0].owner_directory_description.radius_settings.use_same_username #=> Boolean
2302
2341
  # resp.directory_descriptions[0].owner_directory_description.radius_status #=> String, one of "Creating", "Completed", "Failed"
2342
+ # resp.directory_descriptions[0].owner_directory_description.network_type #=> String, one of "Dual-stack", "IPv4", "IPv6"
2303
2343
  # resp.directory_descriptions[0].regions_info.primary_region #=> String
2304
2344
  # resp.directory_descriptions[0].regions_info.additional_regions #=> Array
2305
2345
  # resp.directory_descriptions[0].regions_info.additional_regions[0] #=> String
@@ -2308,6 +2348,7 @@ module Aws::DirectoryService
2308
2348
  # resp.directory_descriptions[0].hybrid_settings.self_managed_dns_ip_addrs[0] #=> String
2309
2349
  # resp.directory_descriptions[0].hybrid_settings.self_managed_instance_ids #=> Array
2310
2350
  # resp.directory_descriptions[0].hybrid_settings.self_managed_instance_ids[0] #=> String
2351
+ # resp.directory_descriptions[0].network_type #=> String, one of "Dual-stack", "IPv4", "IPv6"
2311
2352
  # resp.next_token #=> String
2312
2353
  #
2313
2354
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/DescribeDirectories AWS API Documentation
@@ -2387,6 +2428,7 @@ module Aws::DirectoryService
2387
2428
  # resp.domain_controllers[0].directory_id #=> String
2388
2429
  # resp.domain_controllers[0].domain_controller_id #=> String
2389
2430
  # resp.domain_controllers[0].dns_ip_addr #=> String
2431
+ # resp.domain_controllers[0].dns_ipv_6_addr #=> String
2390
2432
  # resp.domain_controllers[0].vpc_id #=> String
2391
2433
  # resp.domain_controllers[0].subnet_id #=> String
2392
2434
  # resp.domain_controllers[0].availability_zone #=> String
@@ -2977,7 +3019,7 @@ module Aws::DirectoryService
2977
3019
  #
2978
3020
  # resp = client.describe_update_directory({
2979
3021
  # directory_id: "DirectoryId", # required
2980
- # update_type: "OS", # required, accepts OS
3022
+ # update_type: "OS", # required, accepts OS, NETWORK, SIZE
2981
3023
  # region_name: "RegionName",
2982
3024
  # next_token: "NextToken",
2983
3025
  # })
@@ -3383,6 +3425,7 @@ module Aws::DirectoryService
3383
3425
  # directory_id: "DirectoryId", # required
3384
3426
  # radius_settings: { # required
3385
3427
  # radius_servers: ["Server"],
3428
+ # radius_servers_ipv_6: ["Server"],
3386
3429
  # radius_port: 1,
3387
3430
  # radius_timeout: 1,
3388
3431
  # radius_retries: 1,
@@ -3717,6 +3760,7 @@ module Aws::DirectoryService
3717
3760
  # resp.ip_routes_info #=> Array
3718
3761
  # resp.ip_routes_info[0].directory_id #=> String
3719
3762
  # resp.ip_routes_info[0].cidr_ip #=> String
3763
+ # resp.ip_routes_info[0].cidr_ipv_6 #=> String
3720
3764
  # resp.ip_routes_info[0].ip_route_status_msg #=> String, one of "Adding", "Added", "Removing", "Removed", "AddFailed", "RemoveFailed"
3721
3765
  # resp.ip_routes_info[0].added_date_time #=> Time
3722
3766
  # resp.ip_routes_info[0].ip_route_status_reason #=> String
@@ -4046,9 +4090,12 @@ module Aws::DirectoryService
4046
4090
  # Identifier (ID) of the directory from which you want to remove the IP
4047
4091
  # addresses.
4048
4092
  #
4049
- # @option params [required, Array<String>] :cidr_ips
4093
+ # @option params [Array<String>] :cidr_ips
4050
4094
  # IP address blocks that you want to remove.
4051
4095
  #
4096
+ # @option params [Array<String>] :cidr_ipv_6s
4097
+ # IPv6 address blocks that you want to remove.
4098
+ #
4052
4099
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4053
4100
  #
4054
4101
  #
@@ -4071,7 +4118,8 @@ module Aws::DirectoryService
4071
4118
  #
4072
4119
  # resp = client.remove_ip_routes({
4073
4120
  # directory_id: "DirectoryId", # required
4074
- # cidr_ips: ["CidrIp"], # required
4121
+ # cidr_ips: ["CidrIp"],
4122
+ # cidr_ipv_6s: ["CidrIpv6"],
4075
4123
  # })
4076
4124
  #
4077
4125
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/RemoveIpRoutes AWS API Documentation
@@ -4494,10 +4542,14 @@ module Aws::DirectoryService
4494
4542
  # The fully qualified domain name (FQDN) of the remote domain with which
4495
4543
  # you will set up a trust relationship.
4496
4544
  #
4497
- # @option params [required, Array<String>] :dns_ip_addrs
4545
+ # @option params [Array<String>] :dns_ip_addrs
4498
4546
  # The updated IP addresses of the remote DNS server associated with the
4499
4547
  # conditional forwarder.
4500
4548
  #
4549
+ # @option params [Array<String>] :dns_ipv_6_addrs
4550
+ # The updated IPv6 addresses of the remote DNS server associated with
4551
+ # the conditional forwarder.
4552
+ #
4501
4553
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4502
4554
  #
4503
4555
  #
@@ -4522,7 +4574,8 @@ module Aws::DirectoryService
4522
4574
  # resp = client.update_conditional_forwarder({
4523
4575
  # directory_id: "DirectoryId", # required
4524
4576
  # remote_domain_name: "RemoteDomainName", # required
4525
- # dns_ip_addrs: ["IpAddr"], # required
4577
+ # dns_ip_addrs: ["IpAddr"],
4578
+ # dns_ipv_6_addrs: ["Ipv6Addr"],
4526
4579
  # })
4527
4580
  #
4528
4581
  # @see http://docs.aws.amazon.com/goto/WebAPI/ds-2015-04-16/UpdateConditionalForwarder AWS API Documentation
@@ -4534,23 +4587,27 @@ module Aws::DirectoryService
4534
4587
  req.send_request(options)
4535
4588
  end
4536
4589
 
4537
- # Updates the directory for a particular update type.
4590
+ # Updates directory configuration for the specified update type.
4538
4591
  #
4539
4592
  # @option params [required, String] :directory_id
4540
- # The identifier of the directory on which you want to perform the
4541
- # update.
4593
+ # The identifier of the directory to update.
4542
4594
  #
4543
4595
  # @option params [required, String] :update_type
4544
- # The type of update that needs to be performed on the directory. For
4545
- # example, OS.
4596
+ # The type of update to perform on the directory.
4546
4597
  #
4547
4598
  # @option params [Types::OSUpdateSettings] :os_update_settings
4548
- # The settings for the OS update that needs to be performed on the
4549
- # directory.
4599
+ # Operating system configuration to apply during the directory update
4600
+ # operation.
4601
+ #
4602
+ # @option params [Types::DirectorySizeUpdateSettings] :directory_size_update_settings
4603
+ # Directory size configuration to apply during the update operation.
4604
+ #
4605
+ # @option params [Types::NetworkUpdateSettings] :network_update_settings
4606
+ # Network configuration to apply during the directory update operation.
4550
4607
  #
4551
4608
  # @option params [Boolean] :create_snapshot_before_update
4552
- # The boolean that specifies if a snapshot for the directory needs to be
4553
- # taken before updating the directory.
4609
+ # Specifies whether to create a directory snapshot before performing the
4610
+ # update.
4554
4611
  #
4555
4612
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4556
4613
  #
@@ -4558,10 +4615,17 @@ module Aws::DirectoryService
4558
4615
  #
4559
4616
  # resp = client.update_directory_setup({
4560
4617
  # directory_id: "DirectoryId", # required
4561
- # update_type: "OS", # required, accepts OS
4618
+ # update_type: "OS", # required, accepts OS, NETWORK, SIZE
4562
4619
  # os_update_settings: {
4563
4620
  # os_version: "SERVER_2012", # accepts SERVER_2012, SERVER_2019
4564
4621
  # },
4622
+ # directory_size_update_settings: {
4623
+ # directory_size: "Small", # accepts Small, Large
4624
+ # },
4625
+ # network_update_settings: {
4626
+ # network_type: "Dual-stack", # accepts Dual-stack, IPv4, IPv6
4627
+ # customer_dns_ips_v6: ["Ipv6Addr"],
4628
+ # },
4565
4629
  # create_snapshot_before_update: false,
4566
4630
  # })
4567
4631
  #
@@ -4727,6 +4791,7 @@ module Aws::DirectoryService
4727
4791
  # directory_id: "DirectoryId", # required
4728
4792
  # radius_settings: { # required
4729
4793
  # radius_servers: ["Server"],
4794
+ # radius_servers_ipv_6: ["Server"],
4730
4795
  # radius_port: 1,
4731
4796
  # radius_timeout: 1,
4732
4797
  # radius_retries: 1,
@@ -4882,7 +4947,7 @@ module Aws::DirectoryService
4882
4947
  tracer: tracer
4883
4948
  )
4884
4949
  context[:gem_name] = 'aws-sdk-directoryservice'
4885
- context[:gem_version] = '1.93.0'
4950
+ context[:gem_version] = '1.94.0'
4886
4951
  Seahorse::Client::Request.new(handlers, context)
4887
4952
  end
4888
4953
 
@@ -80,6 +80,8 @@ module Aws::DirectoryService
80
80
  CertificatesInfo = Shapes::ListShape.new(name: 'CertificatesInfo')
81
81
  CidrIp = Shapes::StringShape.new(name: 'CidrIp')
82
82
  CidrIps = Shapes::ListShape.new(name: 'CidrIps')
83
+ CidrIpv6 = Shapes::StringShape.new(name: 'CidrIpv6')
84
+ CidrIpv6s = Shapes::ListShape.new(name: 'CidrIpv6s')
83
85
  ClientAuthenticationSettingInfo = Shapes::StructureShape.new(name: 'ClientAuthenticationSettingInfo')
84
86
  ClientAuthenticationSettingsInfo = Shapes::ListShape.new(name: 'ClientAuthenticationSettingsInfo')
85
87
  ClientAuthenticationStatus = Shapes::StringShape.new(name: 'ClientAuthenticationStatus')
@@ -201,6 +203,7 @@ module Aws::DirectoryService
201
203
  DirectoryNotSharedException = Shapes::StructureShape.new(name: 'DirectoryNotSharedException')
202
204
  DirectoryShortName = Shapes::StringShape.new(name: 'DirectoryShortName')
203
205
  DirectorySize = Shapes::StringShape.new(name: 'DirectorySize')
206
+ DirectorySizeUpdateSettings = Shapes::StructureShape.new(name: 'DirectorySizeUpdateSettings')
204
207
  DirectoryStage = Shapes::StringShape.new(name: 'DirectoryStage')
205
208
  DirectoryType = Shapes::StringShape.new(name: 'DirectoryType')
206
209
  DirectoryUnavailableException = Shapes::StructureShape.new(name: 'DirectoryUnavailableException')
@@ -220,6 +223,7 @@ module Aws::DirectoryService
220
223
  DisableSsoRequest = Shapes::StructureShape.new(name: 'DisableSsoRequest')
221
224
  DisableSsoResult = Shapes::StructureShape.new(name: 'DisableSsoResult')
222
225
  DnsIpAddrs = Shapes::ListShape.new(name: 'DnsIpAddrs')
226
+ DnsIpv6Addrs = Shapes::ListShape.new(name: 'DnsIpv6Addrs')
223
227
  DomainController = Shapes::StructureShape.new(name: 'DomainController')
224
228
  DomainControllerId = Shapes::StringShape.new(name: 'DomainControllerId')
225
229
  DomainControllerIds = Shapes::ListShape.new(name: 'DomainControllerIds')
@@ -277,6 +281,8 @@ module Aws::DirectoryService
277
281
  IpRouteStatusReason = Shapes::StringShape.new(name: 'IpRouteStatusReason')
278
282
  IpRoutes = Shapes::ListShape.new(name: 'IpRoutes')
279
283
  IpRoutesInfo = Shapes::ListShape.new(name: 'IpRoutesInfo')
284
+ IpV6Addrs = Shapes::ListShape.new(name: 'IpV6Addrs')
285
+ Ipv6Addr = Shapes::StringShape.new(name: 'Ipv6Addr')
280
286
  LDAPSSettingInfo = Shapes::StructureShape.new(name: 'LDAPSSettingInfo')
281
287
  LDAPSSettingsInfo = Shapes::ListShape.new(name: 'LDAPSSettingsInfo')
282
288
  LDAPSStatus = Shapes::StringShape.new(name: 'LDAPSStatus')
@@ -303,6 +309,8 @@ module Aws::DirectoryService
303
309
  LogSubscription = Shapes::StructureShape.new(name: 'LogSubscription')
304
310
  LogSubscriptions = Shapes::ListShape.new(name: 'LogSubscriptions')
305
311
  ManualSnapshotsLimitReached = Shapes::BooleanShape.new(name: 'ManualSnapshotsLimitReached')
312
+ NetworkType = Shapes::StringShape.new(name: 'NetworkType')
313
+ NetworkUpdateSettings = Shapes::StructureShape.new(name: 'NetworkUpdateSettings')
306
314
  NextToken = Shapes::StringShape.new(name: 'NextToken')
307
315
  NoAvailableCertificateException = Shapes::StructureShape.new(name: 'NoAvailableCertificateException')
308
316
  Notes = Shapes::StringShape.new(name: 'Notes')
@@ -597,6 +605,8 @@ module Aws::DirectoryService
597
605
 
598
606
  CidrIps.member = Shapes::ShapeRef.new(shape: CidrIp)
599
607
 
608
+ CidrIpv6s.member = Shapes::ShapeRef.new(shape: CidrIpv6)
609
+
600
610
  ClientAuthenticationSettingInfo.add_member(:type, Shapes::ShapeRef.new(shape: ClientAuthenticationType, location_name: "Type"))
601
611
  ClientAuthenticationSettingInfo.add_member(:status, Shapes::ShapeRef.new(shape: ClientAuthenticationStatus, location_name: "Status"))
602
612
  ClientAuthenticationSettingInfo.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: LastUpdatedDateTime, location_name: "LastUpdatedDateTime"))
@@ -618,6 +628,7 @@ module Aws::DirectoryService
618
628
 
619
629
  ConditionalForwarder.add_member(:remote_domain_name, Shapes::ShapeRef.new(shape: RemoteDomainName, location_name: "RemoteDomainName"))
620
630
  ConditionalForwarder.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "DnsIpAddrs"))
631
+ ConditionalForwarder.add_member(:dns_ipv_6_addrs, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "DnsIpv6Addrs"))
621
632
  ConditionalForwarder.add_member(:replication_scope, Shapes::ShapeRef.new(shape: ReplicationScope, location_name: "ReplicationScope"))
622
633
  ConditionalForwarder.struct_class = Types::ConditionalForwarder
623
634
 
@@ -630,6 +641,7 @@ module Aws::DirectoryService
630
641
  ConnectDirectoryRequest.add_member(:size, Shapes::ShapeRef.new(shape: DirectorySize, required: true, location_name: "Size"))
631
642
  ConnectDirectoryRequest.add_member(:connect_settings, Shapes::ShapeRef.new(shape: DirectoryConnectSettings, required: true, location_name: "ConnectSettings"))
632
643
  ConnectDirectoryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
644
+ ConnectDirectoryRequest.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
633
645
  ConnectDirectoryRequest.struct_class = Types::ConnectDirectoryRequest
634
646
 
635
647
  ConnectDirectoryResult.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
@@ -655,7 +667,8 @@ module Aws::DirectoryService
655
667
 
656
668
  CreateConditionalForwarderRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
657
669
  CreateConditionalForwarderRequest.add_member(:remote_domain_name, Shapes::ShapeRef.new(shape: RemoteDomainName, required: true, location_name: "RemoteDomainName"))
658
- CreateConditionalForwarderRequest.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, required: true, location_name: "DnsIpAddrs"))
670
+ CreateConditionalForwarderRequest.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "DnsIpAddrs"))
671
+ CreateConditionalForwarderRequest.add_member(:dns_ipv_6_addrs, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "DnsIpv6Addrs"))
659
672
  CreateConditionalForwarderRequest.struct_class = Types::CreateConditionalForwarderRequest
660
673
 
661
674
  CreateConditionalForwarderResult.struct_class = Types::CreateConditionalForwarderResult
@@ -667,6 +680,7 @@ module Aws::DirectoryService
667
680
  CreateDirectoryRequest.add_member(:size, Shapes::ShapeRef.new(shape: DirectorySize, required: true, location_name: "Size"))
668
681
  CreateDirectoryRequest.add_member(:vpc_settings, Shapes::ShapeRef.new(shape: DirectoryVpcSettings, location_name: "VpcSettings"))
669
682
  CreateDirectoryRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
683
+ CreateDirectoryRequest.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
670
684
  CreateDirectoryRequest.struct_class = Types::CreateDirectoryRequest
671
685
 
672
686
  CreateDirectoryResult.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
@@ -693,6 +707,7 @@ module Aws::DirectoryService
693
707
  CreateMicrosoftADRequest.add_member(:vpc_settings, Shapes::ShapeRef.new(shape: DirectoryVpcSettings, required: true, location_name: "VpcSettings"))
694
708
  CreateMicrosoftADRequest.add_member(:edition, Shapes::ShapeRef.new(shape: DirectoryEdition, location_name: "Edition"))
695
709
  CreateMicrosoftADRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "Tags"))
710
+ CreateMicrosoftADRequest.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
696
711
  CreateMicrosoftADRequest.struct_class = Types::CreateMicrosoftADRequest
697
712
 
698
713
  CreateMicrosoftADResult.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
@@ -711,6 +726,7 @@ module Aws::DirectoryService
711
726
  CreateTrustRequest.add_member(:trust_direction, Shapes::ShapeRef.new(shape: TrustDirection, required: true, location_name: "TrustDirection"))
712
727
  CreateTrustRequest.add_member(:trust_type, Shapes::ShapeRef.new(shape: TrustType, location_name: "TrustType"))
713
728
  CreateTrustRequest.add_member(:conditional_forwarder_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "ConditionalForwarderIpAddrs"))
729
+ CreateTrustRequest.add_member(:conditional_forwarder_ipv_6_addrs, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "ConditionalForwarderIpv6Addrs"))
714
730
  CreateTrustRequest.add_member(:selective_auth, Shapes::ShapeRef.new(shape: SelectiveAuth, location_name: "SelectiveAuth"))
715
731
  CreateTrustRequest.struct_class = Types::CreateTrustRequest
716
732
 
@@ -931,7 +947,8 @@ module Aws::DirectoryService
931
947
 
932
948
  DirectoryConnectSettings.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, required: true, location_name: "VpcId"))
933
949
  DirectoryConnectSettings.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, required: true, location_name: "SubnetIds"))
934
- DirectoryConnectSettings.add_member(:customer_dns_ips, Shapes::ShapeRef.new(shape: DnsIpAddrs, required: true, location_name: "CustomerDnsIps"))
950
+ DirectoryConnectSettings.add_member(:customer_dns_ips, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "CustomerDnsIps"))
951
+ DirectoryConnectSettings.add_member(:customer_dns_ips_v6, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "CustomerDnsIpsV6"))
935
952
  DirectoryConnectSettings.add_member(:customer_user_name, Shapes::ShapeRef.new(shape: UserName, required: true, location_name: "CustomerUserName"))
936
953
  DirectoryConnectSettings.struct_class = Types::DirectoryConnectSettings
937
954
 
@@ -941,6 +958,7 @@ module Aws::DirectoryService
941
958
  DirectoryConnectSettingsDescription.add_member(:security_group_id, Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupId"))
942
959
  DirectoryConnectSettingsDescription.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
943
960
  DirectoryConnectSettingsDescription.add_member(:connect_ips, Shapes::ShapeRef.new(shape: IpAddrs, location_name: "ConnectIps"))
961
+ DirectoryConnectSettingsDescription.add_member(:connect_ips_v6, Shapes::ShapeRef.new(shape: IpV6Addrs, location_name: "ConnectIpsV6"))
944
962
  DirectoryConnectSettingsDescription.struct_class = Types::DirectoryConnectSettingsDescription
945
963
 
946
964
  DirectoryDescription.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
@@ -952,6 +970,7 @@ module Aws::DirectoryService
952
970
  DirectoryDescription.add_member(:access_url, Shapes::ShapeRef.new(shape: AccessUrl, location_name: "AccessUrl"))
953
971
  DirectoryDescription.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
954
972
  DirectoryDescription.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "DnsIpAddrs"))
973
+ DirectoryDescription.add_member(:dns_ipv_6_addrs, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "DnsIpv6Addrs"))
955
974
  DirectoryDescription.add_member(:stage, Shapes::ShapeRef.new(shape: DirectoryStage, location_name: "Stage"))
956
975
  DirectoryDescription.add_member(:share_status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "ShareStatus"))
957
976
  DirectoryDescription.add_member(:share_method, Shapes::ShapeRef.new(shape: ShareMethod, location_name: "ShareMethod"))
@@ -970,6 +989,7 @@ module Aws::DirectoryService
970
989
  DirectoryDescription.add_member(:regions_info, Shapes::ShapeRef.new(shape: RegionsInfo, location_name: "RegionsInfo"))
971
990
  DirectoryDescription.add_member(:os_version, Shapes::ShapeRef.new(shape: OSVersion, location_name: "OsVersion"))
972
991
  DirectoryDescription.add_member(:hybrid_settings, Shapes::ShapeRef.new(shape: HybridSettingsDescription, location_name: "HybridSettings"))
992
+ DirectoryDescription.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
973
993
  DirectoryDescription.struct_class = Types::DirectoryDescription
974
994
 
975
995
  DirectoryDescriptions.member = Shapes::ShapeRef.new(shape: DirectoryDescription)
@@ -1003,6 +1023,9 @@ module Aws::DirectoryService
1003
1023
  DirectoryNotSharedException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
1004
1024
  DirectoryNotSharedException.struct_class = Types::DirectoryNotSharedException
1005
1025
 
1026
+ DirectorySizeUpdateSettings.add_member(:directory_size, Shapes::ShapeRef.new(shape: DirectorySize, location_name: "DirectorySize"))
1027
+ DirectorySizeUpdateSettings.struct_class = Types::DirectorySizeUpdateSettings
1028
+
1006
1029
  DirectoryUnavailableException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
1007
1030
  DirectoryUnavailableException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
1008
1031
  DirectoryUnavailableException.struct_class = Types::DirectoryUnavailableException
@@ -1057,9 +1080,12 @@ module Aws::DirectoryService
1057
1080
 
1058
1081
  DnsIpAddrs.member = Shapes::ShapeRef.new(shape: IpAddr)
1059
1082
 
1083
+ DnsIpv6Addrs.member = Shapes::ShapeRef.new(shape: Ipv6Addr)
1084
+
1060
1085
  DomainController.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
1061
1086
  DomainController.add_member(:domain_controller_id, Shapes::ShapeRef.new(shape: DomainControllerId, location_name: "DomainControllerId"))
1062
1087
  DomainController.add_member(:dns_ip_addr, Shapes::ShapeRef.new(shape: IpAddr, location_name: "DnsIpAddr"))
1088
+ DomainController.add_member(:dns_ipv_6_addr, Shapes::ShapeRef.new(shape: Ipv6Addr, location_name: "DnsIpv6Addr"))
1063
1089
  DomainController.add_member(:vpc_id, Shapes::ShapeRef.new(shape: VpcId, location_name: "VpcId"))
1064
1090
  DomainController.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "SubnetId"))
1065
1091
  DomainController.add_member(:availability_zone, Shapes::ShapeRef.new(shape: AvailabilityZone, location_name: "AvailabilityZone"))
@@ -1215,11 +1241,13 @@ module Aws::DirectoryService
1215
1241
  IpAddrs.member = Shapes::ShapeRef.new(shape: IpAddr)
1216
1242
 
1217
1243
  IpRoute.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: CidrIp, location_name: "CidrIp"))
1244
+ IpRoute.add_member(:cidr_ipv_6, Shapes::ShapeRef.new(shape: CidrIpv6, location_name: "CidrIpv6"))
1218
1245
  IpRoute.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
1219
1246
  IpRoute.struct_class = Types::IpRoute
1220
1247
 
1221
1248
  IpRouteInfo.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
1222
1249
  IpRouteInfo.add_member(:cidr_ip, Shapes::ShapeRef.new(shape: CidrIp, location_name: "CidrIp"))
1250
+ IpRouteInfo.add_member(:cidr_ipv_6, Shapes::ShapeRef.new(shape: CidrIpv6, location_name: "CidrIpv6"))
1223
1251
  IpRouteInfo.add_member(:ip_route_status_msg, Shapes::ShapeRef.new(shape: IpRouteStatusMsg, location_name: "IpRouteStatusMsg"))
1224
1252
  IpRouteInfo.add_member(:added_date_time, Shapes::ShapeRef.new(shape: AddedDateTime, location_name: "AddedDateTime"))
1225
1253
  IpRouteInfo.add_member(:ip_route_status_reason, Shapes::ShapeRef.new(shape: IpRouteStatusReason, location_name: "IpRouteStatusReason"))
@@ -1234,6 +1262,8 @@ module Aws::DirectoryService
1234
1262
 
1235
1263
  IpRoutesInfo.member = Shapes::ShapeRef.new(shape: IpRouteInfo)
1236
1264
 
1265
+ IpV6Addrs.member = Shapes::ShapeRef.new(shape: Ipv6Addr)
1266
+
1237
1267
  LDAPSSettingInfo.add_member(:ldaps_status, Shapes::ShapeRef.new(shape: LDAPSStatus, location_name: "LDAPSStatus"))
1238
1268
  LDAPSSettingInfo.add_member(:ldaps_status_reason, Shapes::ShapeRef.new(shape: LDAPSStatusReason, location_name: "LDAPSStatusReason"))
1239
1269
  LDAPSSettingInfo.add_member(:last_updated_date_time, Shapes::ShapeRef.new(shape: LastUpdatedDateTime, location_name: "LastUpdatedDateTime"))
@@ -1302,6 +1332,10 @@ module Aws::DirectoryService
1302
1332
 
1303
1333
  LogSubscriptions.member = Shapes::ShapeRef.new(shape: LogSubscription)
1304
1334
 
1335
+ NetworkUpdateSettings.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
1336
+ NetworkUpdateSettings.add_member(:customer_dns_ips_v6, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "CustomerDnsIpsV6"))
1337
+ NetworkUpdateSettings.struct_class = Types::NetworkUpdateSettings
1338
+
1305
1339
  NoAvailableCertificateException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, location_name: "Message"))
1306
1340
  NoAvailableCertificateException.add_member(:request_id, Shapes::ShapeRef.new(shape: RequestId, location_name: "RequestId"))
1307
1341
  NoAvailableCertificateException.struct_class = Types::NoAvailableCertificateException
@@ -1316,12 +1350,15 @@ module Aws::DirectoryService
1316
1350
  OwnerDirectoryDescription.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, location_name: "DirectoryId"))
1317
1351
  OwnerDirectoryDescription.add_member(:account_id, Shapes::ShapeRef.new(shape: CustomerId, location_name: "AccountId"))
1318
1352
  OwnerDirectoryDescription.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "DnsIpAddrs"))
1353
+ OwnerDirectoryDescription.add_member(:dns_ipv_6_addrs, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "DnsIpv6Addrs"))
1319
1354
  OwnerDirectoryDescription.add_member(:vpc_settings, Shapes::ShapeRef.new(shape: DirectoryVpcSettingsDescription, location_name: "VpcSettings"))
1320
1355
  OwnerDirectoryDescription.add_member(:radius_settings, Shapes::ShapeRef.new(shape: RadiusSettings, location_name: "RadiusSettings"))
1321
1356
  OwnerDirectoryDescription.add_member(:radius_status, Shapes::ShapeRef.new(shape: RadiusStatus, location_name: "RadiusStatus"))
1357
+ OwnerDirectoryDescription.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
1322
1358
  OwnerDirectoryDescription.struct_class = Types::OwnerDirectoryDescription
1323
1359
 
1324
1360
  RadiusSettings.add_member(:radius_servers, Shapes::ShapeRef.new(shape: Servers, location_name: "RadiusServers"))
1361
+ RadiusSettings.add_member(:radius_servers_ipv_6, Shapes::ShapeRef.new(shape: Servers, location_name: "RadiusServersIpv6"))
1325
1362
  RadiusSettings.add_member(:radius_port, Shapes::ShapeRef.new(shape: PortNumber, location_name: "RadiusPort"))
1326
1363
  RadiusSettings.add_member(:radius_timeout, Shapes::ShapeRef.new(shape: RadiusTimeout, location_name: "RadiusTimeout"))
1327
1364
  RadiusSettings.add_member(:radius_retries, Shapes::ShapeRef.new(shape: RadiusRetries, location_name: "RadiusRetries"))
@@ -1376,7 +1413,8 @@ module Aws::DirectoryService
1376
1413
  RemoteDomainNames.member = Shapes::ShapeRef.new(shape: RemoteDomainName)
1377
1414
 
1378
1415
  RemoveIpRoutesRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
1379
- RemoveIpRoutesRequest.add_member(:cidr_ips, Shapes::ShapeRef.new(shape: CidrIps, required: true, location_name: "CidrIps"))
1416
+ RemoveIpRoutesRequest.add_member(:cidr_ips, Shapes::ShapeRef.new(shape: CidrIps, location_name: "CidrIps"))
1417
+ RemoveIpRoutesRequest.add_member(:cidr_ipv_6s, Shapes::ShapeRef.new(shape: CidrIpv6s, location_name: "CidrIpv6s"))
1380
1418
  RemoveIpRoutesRequest.struct_class = Types::RemoveIpRoutesRequest
1381
1419
 
1382
1420
  RemoveIpRoutesResult.struct_class = Types::RemoveIpRoutesResult
@@ -1567,7 +1605,8 @@ module Aws::DirectoryService
1567
1605
 
1568
1606
  UpdateConditionalForwarderRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
1569
1607
  UpdateConditionalForwarderRequest.add_member(:remote_domain_name, Shapes::ShapeRef.new(shape: RemoteDomainName, required: true, location_name: "RemoteDomainName"))
1570
- UpdateConditionalForwarderRequest.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, required: true, location_name: "DnsIpAddrs"))
1608
+ UpdateConditionalForwarderRequest.add_member(:dns_ip_addrs, Shapes::ShapeRef.new(shape: DnsIpAddrs, location_name: "DnsIpAddrs"))
1609
+ UpdateConditionalForwarderRequest.add_member(:dns_ipv_6_addrs, Shapes::ShapeRef.new(shape: DnsIpv6Addrs, location_name: "DnsIpv6Addrs"))
1571
1610
  UpdateConditionalForwarderRequest.struct_class = Types::UpdateConditionalForwarderRequest
1572
1611
 
1573
1612
  UpdateConditionalForwarderResult.struct_class = Types::UpdateConditionalForwarderResult
@@ -1575,6 +1614,8 @@ module Aws::DirectoryService
1575
1614
  UpdateDirectorySetupRequest.add_member(:directory_id, Shapes::ShapeRef.new(shape: DirectoryId, required: true, location_name: "DirectoryId"))
1576
1615
  UpdateDirectorySetupRequest.add_member(:update_type, Shapes::ShapeRef.new(shape: UpdateType, required: true, location_name: "UpdateType"))
1577
1616
  UpdateDirectorySetupRequest.add_member(:os_update_settings, Shapes::ShapeRef.new(shape: OSUpdateSettings, location_name: "OSUpdateSettings"))
1617
+ UpdateDirectorySetupRequest.add_member(:directory_size_update_settings, Shapes::ShapeRef.new(shape: DirectorySizeUpdateSettings, location_name: "DirectorySizeUpdateSettings"))
1618
+ UpdateDirectorySetupRequest.add_member(:network_update_settings, Shapes::ShapeRef.new(shape: NetworkUpdateSettings, location_name: "NetworkUpdateSettings"))
1578
1619
  UpdateDirectorySetupRequest.add_member(:create_snapshot_before_update, Shapes::ShapeRef.new(shape: CreateSnapshotBeforeUpdate, location_name: "CreateSnapshotBeforeUpdate", metadata: {"box" => true}))
1579
1620
  UpdateDirectorySetupRequest.struct_class = Types::UpdateDirectorySetupRequest
1580
1621
 
@@ -1,8 +0,0 @@
1
- # frozen_string_literal: true
2
- # WARNING ABOUT GENERATED CODE
3
- #
4
- # This file is generated. See the contributing for info on making contributions:
5
- # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
6
- #
7
- # WARNING ABOUT GENERATED CODE
8
-