aws-sdk-rds 1.67.0 → 1.68.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.
@@ -55,6 +55,8 @@ module Aws::RDS
55
55
  CopyDBSnapshotResult = Shapes::StructureShape.new(name: 'CopyDBSnapshotResult')
56
56
  CopyOptionGroupMessage = Shapes::StructureShape.new(name: 'CopyOptionGroupMessage')
57
57
  CopyOptionGroupResult = Shapes::StructureShape.new(name: 'CopyOptionGroupResult')
58
+ CreateCustomAvailabilityZoneMessage = Shapes::StructureShape.new(name: 'CreateCustomAvailabilityZoneMessage')
59
+ CreateCustomAvailabilityZoneResult = Shapes::StructureShape.new(name: 'CreateCustomAvailabilityZoneResult')
58
60
  CreateDBClusterEndpointMessage = Shapes::StructureShape.new(name: 'CreateDBClusterEndpointMessage')
59
61
  CreateDBClusterMessage = Shapes::StructureShape.new(name: 'CreateDBClusterMessage')
60
62
  CreateDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'CreateDBClusterParameterGroupMessage')
@@ -80,6 +82,12 @@ module Aws::RDS
80
82
  CreateGlobalClusterResult = Shapes::StructureShape.new(name: 'CreateGlobalClusterResult')
81
83
  CreateOptionGroupMessage = Shapes::StructureShape.new(name: 'CreateOptionGroupMessage')
82
84
  CreateOptionGroupResult = Shapes::StructureShape.new(name: 'CreateOptionGroupResult')
85
+ CustomAvailabilityZone = Shapes::StructureShape.new(name: 'CustomAvailabilityZone')
86
+ CustomAvailabilityZoneAlreadyExistsFault = Shapes::StructureShape.new(name: 'CustomAvailabilityZoneAlreadyExistsFault')
87
+ CustomAvailabilityZoneList = Shapes::ListShape.new(name: 'CustomAvailabilityZoneList')
88
+ CustomAvailabilityZoneMessage = Shapes::StructureShape.new(name: 'CustomAvailabilityZoneMessage')
89
+ CustomAvailabilityZoneNotFoundFault = Shapes::StructureShape.new(name: 'CustomAvailabilityZoneNotFoundFault')
90
+ CustomAvailabilityZoneQuotaExceededFault = Shapes::StructureShape.new(name: 'CustomAvailabilityZoneQuotaExceededFault')
83
91
  DBCluster = Shapes::StructureShape.new(name: 'DBCluster')
84
92
  DBClusterAlreadyExistsFault = Shapes::StructureShape.new(name: 'DBClusterAlreadyExistsFault')
85
93
  DBClusterBacktrack = Shapes::StructureShape.new(name: 'DBClusterBacktrack')
@@ -179,6 +187,8 @@ module Aws::RDS
179
187
  DBSubnetGroups = Shapes::ListShape.new(name: 'DBSubnetGroups')
180
188
  DBSubnetQuotaExceededFault = Shapes::StructureShape.new(name: 'DBSubnetQuotaExceededFault')
181
189
  DBUpgradeDependencyFailureFault = Shapes::StructureShape.new(name: 'DBUpgradeDependencyFailureFault')
190
+ DeleteCustomAvailabilityZoneMessage = Shapes::StructureShape.new(name: 'DeleteCustomAvailabilityZoneMessage')
191
+ DeleteCustomAvailabilityZoneResult = Shapes::StructureShape.new(name: 'DeleteCustomAvailabilityZoneResult')
182
192
  DeleteDBClusterEndpointMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterEndpointMessage')
183
193
  DeleteDBClusterMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterMessage')
184
194
  DeleteDBClusterParameterGroupMessage = Shapes::StructureShape.new(name: 'DeleteDBClusterParameterGroupMessage')
@@ -198,9 +208,11 @@ module Aws::RDS
198
208
  DeleteEventSubscriptionResult = Shapes::StructureShape.new(name: 'DeleteEventSubscriptionResult')
199
209
  DeleteGlobalClusterMessage = Shapes::StructureShape.new(name: 'DeleteGlobalClusterMessage')
200
210
  DeleteGlobalClusterResult = Shapes::StructureShape.new(name: 'DeleteGlobalClusterResult')
211
+ DeleteInstallationMediaMessage = Shapes::StructureShape.new(name: 'DeleteInstallationMediaMessage')
201
212
  DeleteOptionGroupMessage = Shapes::StructureShape.new(name: 'DeleteOptionGroupMessage')
202
213
  DescribeAccountAttributesMessage = Shapes::StructureShape.new(name: 'DescribeAccountAttributesMessage')
203
214
  DescribeCertificatesMessage = Shapes::StructureShape.new(name: 'DescribeCertificatesMessage')
215
+ DescribeCustomAvailabilityZonesMessage = Shapes::StructureShape.new(name: 'DescribeCustomAvailabilityZonesMessage')
204
216
  DescribeDBClusterBacktracksMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterBacktracksMessage')
205
217
  DescribeDBClusterEndpointsMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterEndpointsMessage')
206
218
  DescribeDBClusterParameterGroupsMessage = Shapes::StructureShape.new(name: 'DescribeDBClusterParameterGroupsMessage')
@@ -231,6 +243,7 @@ module Aws::RDS
231
243
  DescribeEventSubscriptionsMessage = Shapes::StructureShape.new(name: 'DescribeEventSubscriptionsMessage')
232
244
  DescribeEventsMessage = Shapes::StructureShape.new(name: 'DescribeEventsMessage')
233
245
  DescribeGlobalClustersMessage = Shapes::StructureShape.new(name: 'DescribeGlobalClustersMessage')
246
+ DescribeInstallationMediaMessage = Shapes::StructureShape.new(name: 'DescribeInstallationMediaMessage')
234
247
  DescribeOptionGroupOptionsMessage = Shapes::StructureShape.new(name: 'DescribeOptionGroupOptionsMessage')
235
248
  DescribeOptionGroupsMessage = Shapes::StructureShape.new(name: 'DescribeOptionGroupsMessage')
236
249
  DescribeOrderableDBInstanceOptionsMessage = Shapes::StructureShape.new(name: 'DescribeOrderableDBInstanceOptionsMessage')
@@ -281,6 +294,13 @@ module Aws::RDS
281
294
  GlobalClustersMessage = Shapes::StructureShape.new(name: 'GlobalClustersMessage')
282
295
  IPRange = Shapes::StructureShape.new(name: 'IPRange')
283
296
  IPRangeList = Shapes::ListShape.new(name: 'IPRangeList')
297
+ ImportInstallationMediaMessage = Shapes::StructureShape.new(name: 'ImportInstallationMediaMessage')
298
+ InstallationMedia = Shapes::StructureShape.new(name: 'InstallationMedia')
299
+ InstallationMediaAlreadyExistsFault = Shapes::StructureShape.new(name: 'InstallationMediaAlreadyExistsFault')
300
+ InstallationMediaFailureCause = Shapes::StructureShape.new(name: 'InstallationMediaFailureCause')
301
+ InstallationMediaList = Shapes::ListShape.new(name: 'InstallationMediaList')
302
+ InstallationMediaMessage = Shapes::StructureShape.new(name: 'InstallationMediaMessage')
303
+ InstallationMediaNotFoundFault = Shapes::StructureShape.new(name: 'InstallationMediaNotFoundFault')
284
304
  InstanceQuotaExceededFault = Shapes::StructureShape.new(name: 'InstanceQuotaExceededFault')
285
305
  InsufficientDBClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBClusterCapacityFault')
286
306
  InsufficientDBInstanceCapacityFault = Shapes::StructureShape.new(name: 'InsufficientDBInstanceCapacityFault')
@@ -457,6 +477,7 @@ module Aws::RDS
457
477
  StorageTypeNotSupportedFault = Shapes::StructureShape.new(name: 'StorageTypeNotSupportedFault')
458
478
  String = Shapes::StringShape.new(name: 'String')
459
479
  StringList = Shapes::ListShape.new(name: 'StringList')
480
+ StringSensitive = Shapes::StringShape.new(name: 'StringSensitive')
460
481
  Subnet = Shapes::StructureShape.new(name: 'Subnet')
461
482
  SubnetAlreadyInUse = Shapes::StructureShape.new(name: 'SubnetAlreadyInUse')
462
483
  SubnetIdentifierList = Shapes::ListShape.new(name: 'SubnetIdentifierList')
@@ -479,6 +500,7 @@ module Aws::RDS
479
500
  VpcSecurityGroupIdList = Shapes::ListShape.new(name: 'VpcSecurityGroupIdList')
480
501
  VpcSecurityGroupMembership = Shapes::StructureShape.new(name: 'VpcSecurityGroupMembership')
481
502
  VpcSecurityGroupMembershipList = Shapes::ListShape.new(name: 'VpcSecurityGroupMembershipList')
503
+ VpnDetails = Shapes::StructureShape.new(name: 'VpnDetails')
482
504
 
483
505
  AccountAttributesMessage.add_member(:account_quotas, Shapes::ShapeRef.new(shape: AccountQuotaList, location_name: "AccountQuotas"))
484
506
  AccountAttributesMessage.struct_class = Types::AccountAttributesMessage
@@ -627,6 +649,15 @@ module Aws::RDS
627
649
  CopyOptionGroupResult.add_member(:option_group, Shapes::ShapeRef.new(shape: OptionGroup, location_name: "OptionGroup"))
628
650
  CopyOptionGroupResult.struct_class = Types::CopyOptionGroupResult
629
651
 
652
+ CreateCustomAvailabilityZoneMessage.add_member(:custom_availability_zone_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CustomAvailabilityZoneName"))
653
+ CreateCustomAvailabilityZoneMessage.add_member(:existing_vpn_id, Shapes::ShapeRef.new(shape: String, location_name: "ExistingVpnId"))
654
+ CreateCustomAvailabilityZoneMessage.add_member(:new_vpn_tunnel_name, Shapes::ShapeRef.new(shape: String, location_name: "NewVpnTunnelName"))
655
+ CreateCustomAvailabilityZoneMessage.add_member(:vpn_tunnel_originator_ip, Shapes::ShapeRef.new(shape: String, location_name: "VpnTunnelOriginatorIP"))
656
+ CreateCustomAvailabilityZoneMessage.struct_class = Types::CreateCustomAvailabilityZoneMessage
657
+
658
+ CreateCustomAvailabilityZoneResult.add_member(:custom_availability_zone, Shapes::ShapeRef.new(shape: CustomAvailabilityZone, location_name: "CustomAvailabilityZone"))
659
+ CreateCustomAvailabilityZoneResult.struct_class = Types::CreateCustomAvailabilityZoneResult
660
+
630
661
  CreateDBClusterEndpointMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
631
662
  CreateDBClusterEndpointMessage.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterEndpointIdentifier"))
632
663
  CreateDBClusterEndpointMessage.add_member(:endpoint_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EndpointType"))
@@ -844,6 +875,18 @@ module Aws::RDS
844
875
  CreateOptionGroupResult.add_member(:option_group, Shapes::ShapeRef.new(shape: OptionGroup, location_name: "OptionGroup"))
845
876
  CreateOptionGroupResult.struct_class = Types::CreateOptionGroupResult
846
877
 
878
+ CustomAvailabilityZone.add_member(:custom_availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "CustomAvailabilityZoneId"))
879
+ CustomAvailabilityZone.add_member(:custom_availability_zone_name, Shapes::ShapeRef.new(shape: String, location_name: "CustomAvailabilityZoneName"))
880
+ CustomAvailabilityZone.add_member(:custom_availability_zone_status, Shapes::ShapeRef.new(shape: String, location_name: "CustomAvailabilityZoneStatus"))
881
+ CustomAvailabilityZone.add_member(:vpn_details, Shapes::ShapeRef.new(shape: VpnDetails, location_name: "VpnDetails"))
882
+ CustomAvailabilityZone.struct_class = Types::CustomAvailabilityZone
883
+
884
+ CustomAvailabilityZoneList.member = Shapes::ShapeRef.new(shape: CustomAvailabilityZone, location_name: "CustomAvailabilityZone")
885
+
886
+ CustomAvailabilityZoneMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
887
+ CustomAvailabilityZoneMessage.add_member(:custom_availability_zones, Shapes::ShapeRef.new(shape: CustomAvailabilityZoneList, location_name: "CustomAvailabilityZones"))
888
+ CustomAvailabilityZoneMessage.struct_class = Types::CustomAvailabilityZoneMessage
889
+
847
890
  DBCluster.add_member(:allocated_storage, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "AllocatedStorage"))
848
891
  DBCluster.add_member(:availability_zones, Shapes::ShapeRef.new(shape: AvailabilityZones, location_name: "AvailabilityZones"))
849
892
  DBCluster.add_member(:backup_retention_period, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "BackupRetentionPeriod"))
@@ -1263,6 +1306,12 @@ module Aws::RDS
1263
1306
 
1264
1307
  DBSubnetGroups.member = Shapes::ShapeRef.new(shape: DBSubnetGroup, location_name: "DBSubnetGroup")
1265
1308
 
1309
+ DeleteCustomAvailabilityZoneMessage.add_member(:custom_availability_zone_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CustomAvailabilityZoneId"))
1310
+ DeleteCustomAvailabilityZoneMessage.struct_class = Types::DeleteCustomAvailabilityZoneMessage
1311
+
1312
+ DeleteCustomAvailabilityZoneResult.add_member(:custom_availability_zone, Shapes::ShapeRef.new(shape: CustomAvailabilityZone, location_name: "CustomAvailabilityZone"))
1313
+ DeleteCustomAvailabilityZoneResult.struct_class = Types::DeleteCustomAvailabilityZoneResult
1314
+
1266
1315
  DeleteDBClusterEndpointMessage.add_member(:db_cluster_endpoint_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterEndpointIdentifier"))
1267
1316
  DeleteDBClusterEndpointMessage.struct_class = Types::DeleteDBClusterEndpointMessage
1268
1317
 
@@ -1325,6 +1374,9 @@ module Aws::RDS
1325
1374
  DeleteGlobalClusterResult.add_member(:global_cluster, Shapes::ShapeRef.new(shape: GlobalCluster, location_name: "GlobalCluster"))
1326
1375
  DeleteGlobalClusterResult.struct_class = Types::DeleteGlobalClusterResult
1327
1376
 
1377
+ DeleteInstallationMediaMessage.add_member(:installation_media_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "InstallationMediaId"))
1378
+ DeleteInstallationMediaMessage.struct_class = Types::DeleteInstallationMediaMessage
1379
+
1328
1380
  DeleteOptionGroupMessage.add_member(:option_group_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OptionGroupName"))
1329
1381
  DeleteOptionGroupMessage.struct_class = Types::DeleteOptionGroupMessage
1330
1382
 
@@ -1336,6 +1388,12 @@ module Aws::RDS
1336
1388
  DescribeCertificatesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1337
1389
  DescribeCertificatesMessage.struct_class = Types::DescribeCertificatesMessage
1338
1390
 
1391
+ DescribeCustomAvailabilityZonesMessage.add_member(:custom_availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "CustomAvailabilityZoneId"))
1392
+ DescribeCustomAvailabilityZonesMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1393
+ DescribeCustomAvailabilityZonesMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1394
+ DescribeCustomAvailabilityZonesMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1395
+ DescribeCustomAvailabilityZonesMessage.struct_class = Types::DescribeCustomAvailabilityZonesMessage
1396
+
1339
1397
  DescribeDBClusterBacktracksMessage.add_member(:db_cluster_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "DBClusterIdentifier"))
1340
1398
  DescribeDBClusterBacktracksMessage.add_member(:backtrack_identifier, Shapes::ShapeRef.new(shape: String, location_name: "BacktrackIdentifier"))
1341
1399
  DescribeDBClusterBacktracksMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
@@ -1518,6 +1576,12 @@ module Aws::RDS
1518
1576
  DescribeGlobalClustersMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1519
1577
  DescribeGlobalClustersMessage.struct_class = Types::DescribeGlobalClustersMessage
1520
1578
 
1579
+ DescribeInstallationMediaMessage.add_member(:installation_media_id, Shapes::ShapeRef.new(shape: String, location_name: "InstallationMediaId"))
1580
+ DescribeInstallationMediaMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
1581
+ DescribeInstallationMediaMessage.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxRecords"))
1582
+ DescribeInstallationMediaMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1583
+ DescribeInstallationMediaMessage.struct_class = Types::DescribeInstallationMediaMessage
1584
+
1521
1585
  DescribeOptionGroupOptionsMessage.add_member(:engine_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EngineName"))
1522
1586
  DescribeOptionGroupOptionsMessage.add_member(:major_engine_version, Shapes::ShapeRef.new(shape: String, location_name: "MajorEngineVersion"))
1523
1587
  DescribeOptionGroupOptionsMessage.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, location_name: "Filters"))
@@ -1721,6 +1785,32 @@ module Aws::RDS
1721
1785
 
1722
1786
  IPRangeList.member = Shapes::ShapeRef.new(shape: IPRange, location_name: "IPRange")
1723
1787
 
1788
+ ImportInstallationMediaMessage.add_member(:custom_availability_zone_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "CustomAvailabilityZoneId"))
1789
+ ImportInstallationMediaMessage.add_member(:engine, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Engine"))
1790
+ ImportInstallationMediaMessage.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EngineVersion"))
1791
+ ImportInstallationMediaMessage.add_member(:engine_installation_media_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "EngineInstallationMediaPath"))
1792
+ ImportInstallationMediaMessage.add_member(:os_installation_media_path, Shapes::ShapeRef.new(shape: String, required: true, location_name: "OSInstallationMediaPath"))
1793
+ ImportInstallationMediaMessage.struct_class = Types::ImportInstallationMediaMessage
1794
+
1795
+ InstallationMedia.add_member(:installation_media_id, Shapes::ShapeRef.new(shape: String, location_name: "InstallationMediaId"))
1796
+ InstallationMedia.add_member(:custom_availability_zone_id, Shapes::ShapeRef.new(shape: String, location_name: "CustomAvailabilityZoneId"))
1797
+ InstallationMedia.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
1798
+ InstallationMedia.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
1799
+ InstallationMedia.add_member(:engine_installation_media_path, Shapes::ShapeRef.new(shape: String, location_name: "EngineInstallationMediaPath"))
1800
+ InstallationMedia.add_member(:os_installation_media_path, Shapes::ShapeRef.new(shape: String, location_name: "OSInstallationMediaPath"))
1801
+ InstallationMedia.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "Status"))
1802
+ InstallationMedia.add_member(:failure_cause, Shapes::ShapeRef.new(shape: InstallationMediaFailureCause, location_name: "FailureCause"))
1803
+ InstallationMedia.struct_class = Types::InstallationMedia
1804
+
1805
+ InstallationMediaFailureCause.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
1806
+ InstallationMediaFailureCause.struct_class = Types::InstallationMediaFailureCause
1807
+
1808
+ InstallationMediaList.member = Shapes::ShapeRef.new(shape: InstallationMedia, location_name: "InstallationMedia")
1809
+
1810
+ InstallationMediaMessage.add_member(:marker, Shapes::ShapeRef.new(shape: String, location_name: "Marker"))
1811
+ InstallationMediaMessage.add_member(:installation_media, Shapes::ShapeRef.new(shape: InstallationMediaList, location_name: "InstallationMedia"))
1812
+ InstallationMediaMessage.struct_class = Types::InstallationMediaMessage
1813
+
1724
1814
  KeyList.member = Shapes::ShapeRef.new(shape: String)
1725
1815
 
1726
1816
  ListTagsForResourceMessage.add_member(:resource_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ResourceName"))
@@ -2564,6 +2654,14 @@ module Aws::RDS
2564
2654
 
2565
2655
  VpcSecurityGroupMembershipList.member = Shapes::ShapeRef.new(shape: VpcSecurityGroupMembership, location_name: "VpcSecurityGroupMembership")
2566
2656
 
2657
+ VpnDetails.add_member(:vpn_id, Shapes::ShapeRef.new(shape: String, location_name: "VpnId"))
2658
+ VpnDetails.add_member(:vpn_tunnel_originator_ip, Shapes::ShapeRef.new(shape: String, location_name: "VpnTunnelOriginatorIP"))
2659
+ VpnDetails.add_member(:vpn_gateway_ip, Shapes::ShapeRef.new(shape: String, location_name: "VpnGatewayIp"))
2660
+ VpnDetails.add_member(:vpn_psk, Shapes::ShapeRef.new(shape: StringSensitive, location_name: "VpnPSK"))
2661
+ VpnDetails.add_member(:vpn_name, Shapes::ShapeRef.new(shape: String, location_name: "VpnName"))
2662
+ VpnDetails.add_member(:vpn_state, Shapes::ShapeRef.new(shape: String, location_name: "VpnState"))
2663
+ VpnDetails.struct_class = Types::VpnDetails
2664
+
2567
2665
 
2568
2666
  # @api private
2569
2667
  API = Seahorse::Model::Api.new.tap do |api|
@@ -2720,6 +2818,17 @@ module Aws::RDS
2720
2818
  o.errors << Shapes::ShapeRef.new(shape: OptionGroupQuotaExceededFault)
2721
2819
  end)
2722
2820
 
2821
+ api.add_operation(:create_custom_availability_zone, Seahorse::Model::Operation.new.tap do |o|
2822
+ o.name = "CreateCustomAvailabilityZone"
2823
+ o.http_method = "POST"
2824
+ o.http_request_uri = "/"
2825
+ o.input = Shapes::ShapeRef.new(shape: CreateCustomAvailabilityZoneMessage)
2826
+ o.output = Shapes::ShapeRef.new(shape: CreateCustomAvailabilityZoneResult)
2827
+ o.errors << Shapes::ShapeRef.new(shape: CustomAvailabilityZoneAlreadyExistsFault)
2828
+ o.errors << Shapes::ShapeRef.new(shape: CustomAvailabilityZoneQuotaExceededFault)
2829
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
2830
+ end)
2831
+
2723
2832
  api.add_operation(:create_db_cluster, Seahorse::Model::Operation.new.tap do |o|
2724
2833
  o.name = "CreateDBCluster"
2725
2834
  o.http_method = "POST"
@@ -2920,6 +3029,16 @@ module Aws::RDS
2920
3029
  o.errors << Shapes::ShapeRef.new(shape: OptionGroupQuotaExceededFault)
2921
3030
  end)
2922
3031
 
3032
+ api.add_operation(:delete_custom_availability_zone, Seahorse::Model::Operation.new.tap do |o|
3033
+ o.name = "DeleteCustomAvailabilityZone"
3034
+ o.http_method = "POST"
3035
+ o.http_request_uri = "/"
3036
+ o.input = Shapes::ShapeRef.new(shape: DeleteCustomAvailabilityZoneMessage)
3037
+ o.output = Shapes::ShapeRef.new(shape: DeleteCustomAvailabilityZoneResult)
3038
+ o.errors << Shapes::ShapeRef.new(shape: CustomAvailabilityZoneNotFoundFault)
3039
+ o.errors << Shapes::ShapeRef.new(shape: KMSKeyNotAccessibleFault)
3040
+ end)
3041
+
2923
3042
  api.add_operation(:delete_db_cluster, Seahorse::Model::Operation.new.tap do |o|
2924
3043
  o.name = "DeleteDBCluster"
2925
3044
  o.http_method = "POST"
@@ -3049,6 +3168,15 @@ module Aws::RDS
3049
3168
  o.errors << Shapes::ShapeRef.new(shape: InvalidGlobalClusterStateFault)
3050
3169
  end)
3051
3170
 
3171
+ api.add_operation(:delete_installation_media, Seahorse::Model::Operation.new.tap do |o|
3172
+ o.name = "DeleteInstallationMedia"
3173
+ o.http_method = "POST"
3174
+ o.http_request_uri = "/"
3175
+ o.input = Shapes::ShapeRef.new(shape: DeleteInstallationMediaMessage)
3176
+ o.output = Shapes::ShapeRef.new(shape: InstallationMedia)
3177
+ o.errors << Shapes::ShapeRef.new(shape: InstallationMediaNotFoundFault)
3178
+ end)
3179
+
3052
3180
  api.add_operation(:delete_option_group, Seahorse::Model::Operation.new.tap do |o|
3053
3181
  o.name = "DeleteOptionGroup"
3054
3182
  o.http_method = "POST"
@@ -3076,6 +3204,21 @@ module Aws::RDS
3076
3204
  o.errors << Shapes::ShapeRef.new(shape: CertificateNotFoundFault)
3077
3205
  end)
3078
3206
 
3207
+ api.add_operation(:describe_custom_availability_zones, Seahorse::Model::Operation.new.tap do |o|
3208
+ o.name = "DescribeCustomAvailabilityZones"
3209
+ o.http_method = "POST"
3210
+ o.http_request_uri = "/"
3211
+ o.input = Shapes::ShapeRef.new(shape: DescribeCustomAvailabilityZonesMessage)
3212
+ o.output = Shapes::ShapeRef.new(shape: CustomAvailabilityZoneMessage)
3213
+ o.errors << Shapes::ShapeRef.new(shape: CustomAvailabilityZoneNotFoundFault)
3214
+ o[:pager] = Aws::Pager.new(
3215
+ limit_key: "max_records",
3216
+ tokens: {
3217
+ "marker" => "marker"
3218
+ }
3219
+ )
3220
+ end)
3221
+
3079
3222
  api.add_operation(:describe_db_cluster_backtracks, Seahorse::Model::Operation.new.tap do |o|
3080
3223
  o.name = "DescribeDBClusterBacktracks"
3081
3224
  o.http_method = "POST"
@@ -3363,6 +3506,21 @@ module Aws::RDS
3363
3506
  )
3364
3507
  end)
3365
3508
 
3509
+ api.add_operation(:describe_installation_media, Seahorse::Model::Operation.new.tap do |o|
3510
+ o.name = "DescribeInstallationMedia"
3511
+ o.http_method = "POST"
3512
+ o.http_request_uri = "/"
3513
+ o.input = Shapes::ShapeRef.new(shape: DescribeInstallationMediaMessage)
3514
+ o.output = Shapes::ShapeRef.new(shape: InstallationMediaMessage)
3515
+ o.errors << Shapes::ShapeRef.new(shape: InstallationMediaNotFoundFault)
3516
+ o[:pager] = Aws::Pager.new(
3517
+ limit_key: "max_records",
3518
+ tokens: {
3519
+ "marker" => "marker"
3520
+ }
3521
+ )
3522
+ end)
3523
+
3366
3524
  api.add_operation(:describe_option_group_options, Seahorse::Model::Operation.new.tap do |o|
3367
3525
  o.name = "DescribeOptionGroupOptions"
3368
3526
  o.http_method = "POST"
@@ -3491,6 +3649,16 @@ module Aws::RDS
3491
3649
  o.errors << Shapes::ShapeRef.new(shape: InvalidDBInstanceStateFault)
3492
3650
  end)
3493
3651
 
3652
+ api.add_operation(:import_installation_media, Seahorse::Model::Operation.new.tap do |o|
3653
+ o.name = "ImportInstallationMedia"
3654
+ o.http_method = "POST"
3655
+ o.http_request_uri = "/"
3656
+ o.input = Shapes::ShapeRef.new(shape: ImportInstallationMediaMessage)
3657
+ o.output = Shapes::ShapeRef.new(shape: InstallationMedia)
3658
+ o.errors << Shapes::ShapeRef.new(shape: CustomAvailabilityZoneNotFoundFault)
3659
+ o.errors << Shapes::ShapeRef.new(shape: InstallationMediaAlreadyExistsFault)
3660
+ end)
3661
+
3494
3662
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
3495
3663
  o.name = "ListTagsForResource"
3496
3664
  o.http_method = "POST"
@@ -1638,8 +1638,8 @@ module Aws::RDS
1638
1638
  # @option options [Integer] :max_records
1639
1639
  # The maximum number of records to include in the response. If more
1640
1640
  # records exist than the specified `MaxRecords` value, a pagination
1641
- # token called a marker is included in the response so that the
1642
- # remaining results can be retrieved.
1641
+ # token called a marker is included in the response so that you can
1642
+ # retrieve the remaining results.
1643
1643
  #
1644
1644
  # Default: 100
1645
1645
  #
@@ -998,9 +998,19 @@ module Aws::RDS
998
998
  # the DB instance is a Multi-AZ deployment. The specified Availability
999
999
  # Zone must be in the same AWS Region as the current endpoint.
1000
1000
  #
1001
+ # <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
1002
+ # specify the identifier of the custom Availability Zone to create the
1003
+ # DB instance in.
1004
+ #
1005
+ # For more information about RDS on VMware, see the [ *RDS on VMware
1006
+ # User Guide.* ][2]
1007
+ #
1008
+ # </note>
1009
+ #
1001
1010
  #
1002
1011
  #
1003
1012
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
1013
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
1004
1014
  # @option options [String] :db_subnet_group_name
1005
1015
  # A DB subnet group to associate with this DB instance.
1006
1016
  #
@@ -3135,8 +3145,8 @@ module Aws::RDS
3135
3145
  # @option options [Integer] :max_records
3136
3146
  # The maximum number of records to include in the response. If more
3137
3147
  # records exist than the specified `MaxRecords` value, a pagination
3138
- # token called a marker is included in the response so that the
3139
- # remaining results can be retrieved.
3148
+ # token called a marker is included in the response so that you can
3149
+ # retrieve the remaining results.
3140
3150
  #
3141
3151
  # Default: 100
3142
3152
  #
@@ -173,8 +173,8 @@ module Aws::RDS
173
173
  # @option options [Integer] :max_records
174
174
  # The maximum number of records to include in the response. If more
175
175
  # records exist than the specified `MaxRecords` value, a pagination
176
- # token called a marker is included in the response so that the
177
- # remaining results can be retrieved.
176
+ # token called a marker is included in the response so that you can
177
+ # retrieve the remaining results.
178
178
  #
179
179
  # Default: 100
180
180
  #
@@ -835,9 +835,19 @@ module Aws::RDS
835
835
  # the DB instance is a Multi-AZ deployment. The specified Availability
836
836
  # Zone must be in the same AWS Region as the current endpoint.
837
837
  #
838
+ # <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
839
+ # specify the identifier of the custom Availability Zone to create the
840
+ # DB instance in.
841
+ #
842
+ # For more information about RDS on VMware, see the [ *RDS on VMware
843
+ # User Guide.* ][2]
844
+ #
845
+ # </note>
846
+ #
838
847
  #
839
848
  #
840
849
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
850
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
841
851
  # @option options [String] :db_subnet_group_name
842
852
  # A DB subnet group to associate with this DB instance.
843
853
  #
@@ -1625,8 +1635,8 @@ module Aws::RDS
1625
1635
  # @option options [Integer] :max_records
1626
1636
  # The maximum number of records to include in the response. If more
1627
1637
  # records exist than the specified `MaxRecords` value, a pagination
1628
- # token called a marker is included in the response so that the
1629
- # remaining results can be retrieved.
1638
+ # token called a marker is included in the response so that you can
1639
+ # retrieve the remaining results.
1630
1640
  #
1631
1641
  # Default: 100
1632
1642
  #
@@ -1700,8 +1710,8 @@ module Aws::RDS
1700
1710
  # @option options [Integer] :max_records
1701
1711
  # The maximum number of records to include in the response. If more
1702
1712
  # records exist than the specified `MaxRecords` value, a pagination
1703
- # token called a marker is included in the response so that the
1704
- # remaining results can be retrieved.
1713
+ # token called a marker is included in the response so that you can
1714
+ # retrieve the remaining results.
1705
1715
  #
1706
1716
  # Default: 100
1707
1717
  #
@@ -2684,8 +2694,8 @@ module Aws::RDS
2684
2694
  # @option options [Integer] :max_records
2685
2695
  # The maximum number of records to include in the response. If more
2686
2696
  # records exist than the specified `MaxRecords` value, a pagination
2687
- # token called a marker is included in the response so that the
2688
- # remaining results can be retrieved.
2697
+ # token called a marker is included in the response so that you can
2698
+ # retrieve the remaining results.
2689
2699
  #
2690
2700
  # Default: 100
2691
2701
  #
@@ -1298,6 +1298,68 @@ module Aws::RDS
1298
1298
  include Aws::Structure
1299
1299
  end
1300
1300
 
1301
+ # @note When making an API call, you may pass CreateCustomAvailabilityZoneMessage
1302
+ # data as a hash:
1303
+ #
1304
+ # {
1305
+ # custom_availability_zone_name: "String", # required
1306
+ # existing_vpn_id: "String",
1307
+ # new_vpn_tunnel_name: "String",
1308
+ # vpn_tunnel_originator_ip: "String",
1309
+ # }
1310
+ #
1311
+ # @!attribute [rw] custom_availability_zone_name
1312
+ # The name of the custom Availability Zone (AZ).
1313
+ # @return [String]
1314
+ #
1315
+ # @!attribute [rw] existing_vpn_id
1316
+ # The ID of an existing virtual private network (VPN) between the
1317
+ # Amazon RDS website and the VMware vSphere cluster.
1318
+ # @return [String]
1319
+ #
1320
+ # @!attribute [rw] new_vpn_tunnel_name
1321
+ # The name of a new VPN tunnel between the Amazon RDS website and the
1322
+ # VMware vSphere cluster.
1323
+ #
1324
+ # Specify this parameter only if `ExistingVpnId` is not specified.
1325
+ # @return [String]
1326
+ #
1327
+ # @!attribute [rw] vpn_tunnel_originator_ip
1328
+ # The IP address of network traffic from your on-premises data center.
1329
+ # A custom AZ receives the network traffic.
1330
+ #
1331
+ # Specify this parameter only if `ExistingVpnId` is not specified.
1332
+ # @return [String]
1333
+ #
1334
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomAvailabilityZoneMessage AWS API Documentation
1335
+ #
1336
+ class CreateCustomAvailabilityZoneMessage < Struct.new(
1337
+ :custom_availability_zone_name,
1338
+ :existing_vpn_id,
1339
+ :new_vpn_tunnel_name,
1340
+ :vpn_tunnel_originator_ip)
1341
+ include Aws::Structure
1342
+ end
1343
+
1344
+ # @!attribute [rw] custom_availability_zone
1345
+ # A custom Availability Zone (AZ) is an on-premises AZ that is
1346
+ # integrated with a VMware vSphere cluster.
1347
+ #
1348
+ # For more information about RDS on VMware, see the [ *RDS on VMware
1349
+ # User Guide.* ][1]
1350
+ #
1351
+ #
1352
+ #
1353
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
1354
+ # @return [Types::CustomAvailabilityZone]
1355
+ #
1356
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CreateCustomAvailabilityZoneResult AWS API Documentation
1357
+ #
1358
+ class CreateCustomAvailabilityZoneResult < Struct.new(
1359
+ :custom_availability_zone)
1360
+ include Aws::Structure
1361
+ end
1362
+
1301
1363
  # @note When making an API call, you may pass CreateDBClusterEndpointMessage
1302
1364
  # data as a hash:
1303
1365
  #
@@ -2381,9 +2443,19 @@ module Aws::RDS
2381
2443
  # the DB instance is a Multi-AZ deployment. The specified Availability
2382
2444
  # Zone must be in the same AWS Region as the current endpoint.
2383
2445
  #
2446
+ # <note markdown="1"> If you're creating a DB instance in an RDS on VMware environment,
2447
+ # specify the identifier of the custom Availability Zone to create the
2448
+ # DB instance in.
2449
+ #
2450
+ # For more information about RDS on VMware, see the [ *RDS on VMware
2451
+ # User Guide.* ][2]
2452
+ #
2453
+ # </note>
2454
+ #
2384
2455
  #
2385
2456
  #
2386
2457
  # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html
2458
+ # [2]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
2387
2459
  # @return [String]
2388
2460
  #
2389
2461
  # @!attribute [rw] db_subnet_group_name
@@ -3996,6 +4068,65 @@ module Aws::RDS
3996
4068
  include Aws::Structure
3997
4069
  end
3998
4070
 
4071
+ # A custom Availability Zone (AZ) is an on-premises AZ that is
4072
+ # integrated with a VMware vSphere cluster.
4073
+ #
4074
+ # For more information about RDS on VMware, see the [ *RDS on VMware
4075
+ # User Guide.* ][1]
4076
+ #
4077
+ #
4078
+ #
4079
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
4080
+ #
4081
+ # @!attribute [rw] custom_availability_zone_id
4082
+ # The identifier of the custom AZ.
4083
+ #
4084
+ # Amazon RDS generates a unique identifier when a custom AZ is
4085
+ # created.
4086
+ # @return [String]
4087
+ #
4088
+ # @!attribute [rw] custom_availability_zone_name
4089
+ # The name of the custom AZ.
4090
+ # @return [String]
4091
+ #
4092
+ # @!attribute [rw] custom_availability_zone_status
4093
+ # The status of the custom AZ.
4094
+ # @return [String]
4095
+ #
4096
+ # @!attribute [rw] vpn_details
4097
+ # Information about the virtual private network (VPN) between the
4098
+ # VMware vSphere cluster and the AWS website.
4099
+ # @return [Types::VpnDetails]
4100
+ #
4101
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZone AWS API Documentation
4102
+ #
4103
+ class CustomAvailabilityZone < Struct.new(
4104
+ :custom_availability_zone_id,
4105
+ :custom_availability_zone_name,
4106
+ :custom_availability_zone_status,
4107
+ :vpn_details)
4108
+ include Aws::Structure
4109
+ end
4110
+
4111
+ # @!attribute [rw] marker
4112
+ # An optional pagination token provided by a previous
4113
+ # `DescribeCustomAvailabilityZones` request. If this parameter is
4114
+ # specified, the response includes only records beyond the marker, up
4115
+ # to the value specified by `MaxRecords`.
4116
+ # @return [String]
4117
+ #
4118
+ # @!attribute [rw] custom_availability_zones
4119
+ # The list of CustomAvailabilityZone objects for the AWS account.
4120
+ # @return [Array<Types::CustomAvailabilityZone>]
4121
+ #
4122
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/CustomAvailabilityZoneMessage AWS API Documentation
4123
+ #
4124
+ class CustomAvailabilityZoneMessage < Struct.new(
4125
+ :marker,
4126
+ :custom_availability_zones)
4127
+ include Aws::Structure
4128
+ end
4129
+
3999
4130
  # Contains the details of an Amazon Aurora DB cluster.
4000
4131
  #
4001
4132
  # This data type is used as a response element in the
@@ -6295,6 +6426,43 @@ module Aws::RDS
6295
6426
  include Aws::Structure
6296
6427
  end
6297
6428
 
6429
+ # @note When making an API call, you may pass DeleteCustomAvailabilityZoneMessage
6430
+ # data as a hash:
6431
+ #
6432
+ # {
6433
+ # custom_availability_zone_id: "String", # required
6434
+ # }
6435
+ #
6436
+ # @!attribute [rw] custom_availability_zone_id
6437
+ # The custom AZ identifier.
6438
+ # @return [String]
6439
+ #
6440
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomAvailabilityZoneMessage AWS API Documentation
6441
+ #
6442
+ class DeleteCustomAvailabilityZoneMessage < Struct.new(
6443
+ :custom_availability_zone_id)
6444
+ include Aws::Structure
6445
+ end
6446
+
6447
+ # @!attribute [rw] custom_availability_zone
6448
+ # A custom Availability Zone (AZ) is an on-premises AZ that is
6449
+ # integrated with a VMware vSphere cluster.
6450
+ #
6451
+ # For more information about RDS on VMware, see the [ *RDS on VMware
6452
+ # User Guide.* ][1]
6453
+ #
6454
+ #
6455
+ #
6456
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
6457
+ # @return [Types::CustomAvailabilityZone]
6458
+ #
6459
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteCustomAvailabilityZoneResult AWS API Documentation
6460
+ #
6461
+ class DeleteCustomAvailabilityZoneResult < Struct.new(
6462
+ :custom_availability_zone)
6463
+ include Aws::Structure
6464
+ end
6465
+
6298
6466
  # @note When making an API call, you may pass DeleteDBClusterEndpointMessage
6299
6467
  # data as a hash:
6300
6468
  #
@@ -6759,6 +6927,24 @@ module Aws::RDS
6759
6927
  include Aws::Structure
6760
6928
  end
6761
6929
 
6930
+ # @note When making an API call, you may pass DeleteInstallationMediaMessage
6931
+ # data as a hash:
6932
+ #
6933
+ # {
6934
+ # installation_media_id: "String", # required
6935
+ # }
6936
+ #
6937
+ # @!attribute [rw] installation_media_id
6938
+ # The installation media ID.
6939
+ # @return [String]
6940
+ #
6941
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DeleteInstallationMediaMessage AWS API Documentation
6942
+ #
6943
+ class DeleteInstallationMediaMessage < Struct.new(
6944
+ :installation_media_id)
6945
+ include Aws::Structure
6946
+ end
6947
+
6762
6948
  # @note When making an API call, you may pass DeleteOptionGroupMessage
6763
6949
  # data as a hash:
6764
6950
  #
@@ -6821,8 +7007,8 @@ module Aws::RDS
6821
7007
  # @!attribute [rw] max_records
6822
7008
  # The maximum number of records to include in the response. If more
6823
7009
  # records exist than the specified `MaxRecords` value, a pagination
6824
- # token called a marker is included in the response so that the
6825
- # remaining results can be retrieved.
7010
+ # token called a marker is included in the response so that you can
7011
+ # retrieve the remaining results.
6826
7012
  #
6827
7013
  # Default: 100
6828
7014
  #
@@ -6846,6 +7032,58 @@ module Aws::RDS
6846
7032
  include Aws::Structure
6847
7033
  end
6848
7034
 
7035
+ # @note When making an API call, you may pass DescribeCustomAvailabilityZonesMessage
7036
+ # data as a hash:
7037
+ #
7038
+ # {
7039
+ # custom_availability_zone_id: "String",
7040
+ # filters: [
7041
+ # {
7042
+ # name: "String", # required
7043
+ # values: ["String"], # required
7044
+ # },
7045
+ # ],
7046
+ # max_records: 1,
7047
+ # marker: "String",
7048
+ # }
7049
+ #
7050
+ # @!attribute [rw] custom_availability_zone_id
7051
+ # The custom AZ identifier. If this parameter is specified,
7052
+ # information from only the specific custom AZ is returned.
7053
+ # @return [String]
7054
+ #
7055
+ # @!attribute [rw] filters
7056
+ # A filter that specifies one or more custom AZs to describe.
7057
+ # @return [Array<Types::Filter>]
7058
+ #
7059
+ # @!attribute [rw] max_records
7060
+ # The maximum number of records to include in the response. If more
7061
+ # records exist than the specified `MaxRecords` value, a pagination
7062
+ # token called a marker is included in the response so that you can
7063
+ # retrieve the remaining results.
7064
+ #
7065
+ # Default: 100
7066
+ #
7067
+ # Constraints: Minimum 20, maximum 100.
7068
+ # @return [Integer]
7069
+ #
7070
+ # @!attribute [rw] marker
7071
+ # An optional pagination token provided by a previous
7072
+ # `DescribeCustomAvailabilityZones` request. If this parameter is
7073
+ # specified, the response includes only records beyond the marker, up
7074
+ # to the value specified by `MaxRecords`.
7075
+ # @return [String]
7076
+ #
7077
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeCustomAvailabilityZonesMessage AWS API Documentation
7078
+ #
7079
+ class DescribeCustomAvailabilityZonesMessage < Struct.new(
7080
+ :custom_availability_zone_id,
7081
+ :filters,
7082
+ :max_records,
7083
+ :marker)
7084
+ include Aws::Structure
7085
+ end
7086
+
6849
7087
  # @note When making an API call, you may pass DescribeDBClusterBacktracksMessage
6850
7088
  # data as a hash:
6851
7089
  #
@@ -6922,8 +7160,8 @@ module Aws::RDS
6922
7160
  # @!attribute [rw] max_records
6923
7161
  # The maximum number of records to include in the response. If more
6924
7162
  # records exist than the specified `MaxRecords` value, a pagination
6925
- # token called a marker is included in the response so that the
6926
- # remaining results can be retrieved.
7163
+ # token called a marker is included in the response so that you can
7164
+ # retrieve the remaining results.
6927
7165
  #
6928
7166
  # Default: 100
6929
7167
  #
@@ -6993,8 +7231,8 @@ module Aws::RDS
6993
7231
  # @!attribute [rw] max_records
6994
7232
  # The maximum number of records to include in the response. If more
6995
7233
  # records exist than the specified `MaxRecords` value, a pagination
6996
- # token called a marker is included in the response so that the
6997
- # remaining results can be retrieved.
7234
+ # token called a marker is included in the response so that you can
7235
+ # retrieve the remaining results.
6998
7236
  #
6999
7237
  # Default: 100
7000
7238
  #
@@ -7053,8 +7291,8 @@ module Aws::RDS
7053
7291
  # @!attribute [rw] max_records
7054
7292
  # The maximum number of records to include in the response. If more
7055
7293
  # records exist than the specified `MaxRecords` value, a pagination
7056
- # token called a marker is included in the response so that the
7057
- # remaining results can be retrieved.
7294
+ # token called a marker is included in the response so that you can
7295
+ # retrieve the remaining results.
7058
7296
  #
7059
7297
  # Default: 100
7060
7298
  #
@@ -7118,8 +7356,8 @@ module Aws::RDS
7118
7356
  # @!attribute [rw] max_records
7119
7357
  # The maximum number of records to include in the response. If more
7120
7358
  # records exist than the specified `MaxRecords` value, a pagination
7121
- # token called a marker is included in the response so that the
7122
- # remaining results can be retrieved.
7359
+ # token called a marker is included in the response so that you can
7360
+ # retrieve the remaining results.
7123
7361
  #
7124
7362
  # Default: 100
7125
7363
  #
@@ -7277,8 +7515,8 @@ module Aws::RDS
7277
7515
  # @!attribute [rw] max_records
7278
7516
  # The maximum number of records to include in the response. If more
7279
7517
  # records exist than the specified `MaxRecords` value, a pagination
7280
- # token called a marker is included in the response so that the
7281
- # remaining results can be retrieved.
7518
+ # token called a marker is included in the response so that you can
7519
+ # retrieve the remaining results.
7282
7520
  #
7283
7521
  # Default: 100
7284
7522
  #
@@ -7369,8 +7607,8 @@ module Aws::RDS
7369
7607
  # @!attribute [rw] max_records
7370
7608
  # The maximum number of records to include in the response. If more
7371
7609
  # records exist than the specified `MaxRecords` value, a pagination
7372
- # token called a marker is included in the response so that the
7373
- # remaining results can be retrieved.
7610
+ # token called a marker is included in the response so that you can
7611
+ # retrieve the remaining results.
7374
7612
  #
7375
7613
  # Default: 100
7376
7614
  #
@@ -7449,8 +7687,8 @@ module Aws::RDS
7449
7687
  # @!attribute [rw] max_records
7450
7688
  # The maximum number of records to include in the response. If more
7451
7689
  # than the `MaxRecords` value is available, a pagination token called
7452
- # a marker is included in the response so that the following results
7453
- # can be retrieved.
7690
+ # a marker is included in the response so that you can retrieve the
7691
+ # remaining results.
7454
7692
  #
7455
7693
  # Default: 100
7456
7694
  #
@@ -7570,8 +7808,8 @@ module Aws::RDS
7570
7808
  # @!attribute [rw] max_records
7571
7809
  # The maximum number of records to include in the response. If more
7572
7810
  # records exist than the specified `MaxRecords` value, a pagination
7573
- # token called a marker is included in the response so that the
7574
- # remaining results can be retrieved.
7811
+ # token called a marker is included in the response so that you can
7812
+ # retrieve the remaining results.
7575
7813
  # @return [Integer]
7576
7814
  #
7577
7815
  # @!attribute [rw] marker
@@ -7647,8 +7885,8 @@ module Aws::RDS
7647
7885
  # @!attribute [rw] max_records
7648
7886
  # The maximum number of records to include in the response. If more
7649
7887
  # records exist than the specified `MaxRecords` value, a pagination
7650
- # token called a marker is included in the response so that the
7651
- # remaining results can be retrieved.
7888
+ # token called a marker is included in the response so that you can
7889
+ # retrieve the remaining results.
7652
7890
  #
7653
7891
  # Default: 100
7654
7892
  #
@@ -7746,8 +7984,8 @@ module Aws::RDS
7746
7984
  # @!attribute [rw] max_records
7747
7985
  # The maximum number of records to include in the response. If more
7748
7986
  # records exist than the specified MaxRecords value, a pagination
7749
- # token called a marker is included in the response so that the
7750
- # remaining results can be retrieved.
7987
+ # token called a marker is included in the response so that you can
7988
+ # retrieve the remaining results.
7751
7989
  # @return [Integer]
7752
7990
  #
7753
7991
  # @!attribute [rw] marker
@@ -7821,8 +8059,8 @@ module Aws::RDS
7821
8059
  # @!attribute [rw] max_records
7822
8060
  # The maximum number of records to include in the response. If more
7823
8061
  # records exist than the specified `MaxRecords` value, a pagination
7824
- # token called a marker is included in the response so that the
7825
- # remaining results can be retrieved.
8062
+ # token called a marker is included in the response so that you can
8063
+ # retrieve the remaining results.
7826
8064
  #
7827
8065
  # Default: 100
7828
8066
  #
@@ -7887,8 +8125,8 @@ module Aws::RDS
7887
8125
  # @!attribute [rw] max_records
7888
8126
  # The maximum number of records to include in the response. If more
7889
8127
  # records exist than the specified `MaxRecords` value, a pagination
7890
- # token called a marker is included in the response so that the
7891
- # remaining results can be retrieved.
8128
+ # token called a marker is included in the response so that you can
8129
+ # retrieve the remaining results.
7892
8130
  #
7893
8131
  # Default: 100
7894
8132
  #
@@ -7939,8 +8177,8 @@ module Aws::RDS
7939
8177
  # @!attribute [rw] max_records
7940
8178
  # The maximum number of records to include in the response. If more
7941
8179
  # records exist than the specified `MaxRecords` value, a pagination
7942
- # token called a marker is included in the response so that the
7943
- # remaining results can be retrieved.
8180
+ # token called a marker is included in the response so that you can
8181
+ # retrieve the remaining results.
7944
8182
  #
7945
8183
  # Default: 100
7946
8184
  #
@@ -8105,8 +8343,8 @@ module Aws::RDS
8105
8343
  # @!attribute [rw] max_records
8106
8344
  # The maximum number of records to include in the response. If more
8107
8345
  # records exist than the specified `MaxRecords` value, a pagination
8108
- # token called a marker is included in the response so that the
8109
- # remaining results can be retrieved.
8346
+ # token called a marker is included in the response so that you can
8347
+ # retrieve the remaining results.
8110
8348
  #
8111
8349
  # Default: 100
8112
8350
  #
@@ -8185,8 +8423,8 @@ module Aws::RDS
8185
8423
  # @!attribute [rw] max_records
8186
8424
  # The maximum number of records to include in the response. If more
8187
8425
  # records exist than the specified `MaxRecords` value, a pagination
8188
- # token called a marker is included in the response so that the
8189
- # remaining results can be retrieved.
8426
+ # token called a marker is included in the response so that you can
8427
+ # retrieve the remaining results.
8190
8428
  #
8191
8429
  # Default: 100
8192
8430
  #
@@ -8237,8 +8475,8 @@ module Aws::RDS
8237
8475
  # @!attribute [rw] max_records
8238
8476
  # The maximum number of records to include in the response. If more
8239
8477
  # records exist than the specified `MaxRecords` value, a pagination
8240
- # token called a marker is included in the response so that the
8241
- # remaining results can be retrieved.
8478
+ # token called a marker is included in the response so that you can
8479
+ # retrieve the remaining results.
8242
8480
  #
8243
8481
  # Default: 100
8244
8482
  #
@@ -8300,8 +8538,8 @@ module Aws::RDS
8300
8538
  # @!attribute [rw] max_records
8301
8539
  # The maximum number of records to include in the response. If more
8302
8540
  # records exist than the specified `MaxRecords` value, a pagination
8303
- # token called a marker is included in the response so that the
8304
- # remaining results can be retrieved.
8541
+ # token called a marker is included in the response so that you can
8542
+ # retrieve the remaining results.
8305
8543
  #
8306
8544
  # Default: 100
8307
8545
  #
@@ -8396,8 +8634,8 @@ module Aws::RDS
8396
8634
  # @!attribute [rw] max_records
8397
8635
  # The maximum number of records to include in the response. If more
8398
8636
  # records exist than the specified `MaxRecords` value, a pagination
8399
- # token called a marker is included in the response so that the
8400
- # remaining results can be retrieved.
8637
+ # token called a marker is included in the response so that you can
8638
+ # retrieve the remaining results.
8401
8639
  #
8402
8640
  # Default: 100
8403
8641
  #
@@ -8511,8 +8749,8 @@ module Aws::RDS
8511
8749
  # @!attribute [rw] max_records
8512
8750
  # The maximum number of records to include in the response. If more
8513
8751
  # records exist than the specified `MaxRecords` value, a pagination
8514
- # token called a marker is included in the response so that the
8515
- # remaining results can be retrieved.
8752
+ # token called a marker is included in the response so that you can
8753
+ # retrieve the remaining results.
8516
8754
  #
8517
8755
  # Default: 100
8518
8756
  #
@@ -8583,8 +8821,8 @@ module Aws::RDS
8583
8821
  # @!attribute [rw] max_records
8584
8822
  # The maximum number of records to include in the response. If more
8585
8823
  # records exist than the specified `MaxRecords` value, a pagination
8586
- # token called a marker is included in the response so that the
8587
- # remaining results can be retrieved.
8824
+ # token called a marker is included in the response so that you can
8825
+ # retrieve the remaining results.
8588
8826
  #
8589
8827
  # Default: 100
8590
8828
  #
@@ -8608,6 +8846,64 @@ module Aws::RDS
8608
8846
  include Aws::Structure
8609
8847
  end
8610
8848
 
8849
+ # @note When making an API call, you may pass DescribeInstallationMediaMessage
8850
+ # data as a hash:
8851
+ #
8852
+ # {
8853
+ # installation_media_id: "String",
8854
+ # filters: [
8855
+ # {
8856
+ # name: "String", # required
8857
+ # values: ["String"], # required
8858
+ # },
8859
+ # ],
8860
+ # max_records: 1,
8861
+ # marker: "String",
8862
+ # }
8863
+ #
8864
+ # @!attribute [rw] installation_media_id
8865
+ # The installation media ID.
8866
+ # @return [String]
8867
+ #
8868
+ # @!attribute [rw] filters
8869
+ # A filter that specifies one or more installation media to describe.
8870
+ # Supported filters include the following:
8871
+ #
8872
+ # * `custom-availability-zone-id` - Accepts custom Availability Zone
8873
+ # (AZ) identifiers. The results list includes information about only
8874
+ # the custom AZs identified by these identifiers.
8875
+ #
8876
+ # * `engine` - Accepts database engines. The results list includes
8877
+ # information about only the database engines identified by these
8878
+ # identifiers.
8879
+ #
8880
+ # For more information about the valid engines for installation
8881
+ # media, see ImportInstallationMedia.
8882
+ # @return [Array<Types::Filter>]
8883
+ #
8884
+ # @!attribute [rw] max_records
8885
+ # An optional pagination token provided by a previous
8886
+ # DescribeInstallationMedia request. If this parameter is specified,
8887
+ # the response includes only records beyond the marker, up to the
8888
+ # value specified by `MaxRecords`.
8889
+ # @return [Integer]
8890
+ #
8891
+ # @!attribute [rw] marker
8892
+ # An optional pagination token provided by a previous request. If this
8893
+ # parameter is specified, the response includes only records beyond
8894
+ # the marker, up to the value specified by `MaxRecords`.
8895
+ # @return [String]
8896
+ #
8897
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/DescribeInstallationMediaMessage AWS API Documentation
8898
+ #
8899
+ class DescribeInstallationMediaMessage < Struct.new(
8900
+ :installation_media_id,
8901
+ :filters,
8902
+ :max_records,
8903
+ :marker)
8904
+ include Aws::Structure
8905
+ end
8906
+
8611
8907
  # @note When making an API call, you may pass DescribeOptionGroupOptionsMessage
8612
8908
  # data as a hash:
8613
8909
  #
@@ -8641,8 +8937,8 @@ module Aws::RDS
8641
8937
  # @!attribute [rw] max_records
8642
8938
  # The maximum number of records to include in the response. If more
8643
8939
  # records exist than the specified `MaxRecords` value, a pagination
8644
- # token called a marker is included in the response so that the
8645
- # remaining results can be retrieved.
8940
+ # token called a marker is included in the response so that you can
8941
+ # retrieve the remaining results.
8646
8942
  #
8647
8943
  # Default: 100
8648
8944
  #
@@ -8702,8 +8998,8 @@ module Aws::RDS
8702
8998
  # @!attribute [rw] max_records
8703
8999
  # The maximum number of records to include in the response. If more
8704
9000
  # records exist than the specified `MaxRecords` value, a pagination
8705
- # token called a marker is included in the response so that the
8706
- # remaining results can be retrieved.
9001
+ # token called a marker is included in the response so that you can
9002
+ # retrieve the remaining results.
8707
9003
  #
8708
9004
  # Default: 100
8709
9005
  #
@@ -8784,8 +9080,8 @@ module Aws::RDS
8784
9080
  # @!attribute [rw] max_records
8785
9081
  # The maximum number of records to include in the response. If more
8786
9082
  # records exist than the specified `MaxRecords` value, a pagination
8787
- # token called a marker is included in the response so that the
8788
- # remaining results can be retrieved.
9083
+ # token called a marker is included in the response so that you can
9084
+ # retrieve the remaining results.
8789
9085
  #
8790
9086
  # Default: 100
8791
9087
  #
@@ -8858,8 +9154,8 @@ module Aws::RDS
8858
9154
  # @!attribute [rw] max_records
8859
9155
  # The maximum number of records to include in the response. If more
8860
9156
  # records exist than the specified `MaxRecords` value, a pagination
8861
- # token called a marker is included in the response so that the
8862
- # remaining results can be retrieved.
9157
+ # token called a marker is included in the response so that you can
9158
+ # retrieve the remaining results.
8863
9159
  #
8864
9160
  # Default: 100
8865
9161
  #
@@ -8956,8 +9252,8 @@ module Aws::RDS
8956
9252
  # @!attribute [rw] max_records
8957
9253
  # The maximum number of records to include in the response. If more
8958
9254
  # than the `MaxRecords` value is available, a pagination token called
8959
- # a marker is included in the response so that the following results
8960
- # can be retrieved.
9255
+ # a marker is included in the response so that you can retrieve the
9256
+ # remaining results.
8961
9257
  #
8962
9258
  # Default: 100
8963
9259
  #
@@ -9057,8 +9353,8 @@ module Aws::RDS
9057
9353
  # @!attribute [rw] max_records
9058
9354
  # The maximum number of records to include in the response. If more
9059
9355
  # than the `MaxRecords` value is available, a pagination token called
9060
- # a marker is included in the response so that the following results
9061
- # can be retrieved.
9356
+ # a marker is included in the response so that you can retrieve the
9357
+ # reamaining results.
9062
9358
  #
9063
9359
  # Default: 100
9064
9360
  #
@@ -9114,8 +9410,8 @@ module Aws::RDS
9114
9410
  # @!attribute [rw] max_records
9115
9411
  # The maximum number of records to include in the response. If more
9116
9412
  # records exist than the specified `MaxRecords` value, a pagination
9117
- # token called a marker is included in the response so that the
9118
- # remaining results can be retrieved.
9413
+ # token called a marker is included in the response so that you can
9414
+ # retrieve the remaining results.
9119
9415
  #
9120
9416
  # Default: 100
9121
9417
  #
@@ -9825,6 +10121,168 @@ module Aws::RDS
9825
10121
  include Aws::Structure
9826
10122
  end
9827
10123
 
10124
+ # @note When making an API call, you may pass ImportInstallationMediaMessage
10125
+ # data as a hash:
10126
+ #
10127
+ # {
10128
+ # custom_availability_zone_id: "String", # required
10129
+ # engine: "String", # required
10130
+ # engine_version: "String", # required
10131
+ # engine_installation_media_path: "String", # required
10132
+ # os_installation_media_path: "String", # required
10133
+ # }
10134
+ #
10135
+ # @!attribute [rw] custom_availability_zone_id
10136
+ # The identifier of the custom Availability Zone (AZ) to import the
10137
+ # installation media to.
10138
+ # @return [String]
10139
+ #
10140
+ # @!attribute [rw] engine
10141
+ # The name of the database engine to be used for this instance.
10142
+ #
10143
+ # The list only includes supported on-premises, bring your own media
10144
+ # (BYOM) DB engines.
10145
+ #
10146
+ # Valid Values:
10147
+ #
10148
+ # * `sqlserver-ee`
10149
+ #
10150
+ # * `sqlserver-se`
10151
+ #
10152
+ # * `sqlserver-ex`
10153
+ #
10154
+ # * `sqlserver-web`
10155
+ # @return [String]
10156
+ #
10157
+ # @!attribute [rw] engine_version
10158
+ # The version number of the database engine to use.
10159
+ #
10160
+ # For a list of valid engine versions, call DescribeDBEngineVersions.
10161
+ #
10162
+ # The following are the database engines and links to information
10163
+ # about the major and minor versions. The list only includes supported
10164
+ # on-premises, bring your own media (BYOM) DB engines.
10165
+ #
10166
+ # **Microsoft SQL Server**
10167
+ #
10168
+ # See [Version and Feature Support on Amazon RDS][1] in the *Amazon
10169
+ # RDS User Guide.*
10170
+ #
10171
+ #
10172
+ #
10173
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.FeatureSupport
10174
+ # @return [String]
10175
+ #
10176
+ # @!attribute [rw] engine_installation_media_path
10177
+ # The path to the installation media for the specified DB engine.
10178
+ #
10179
+ # Example:
10180
+ # `SQLServerISO/en_sql_server_2016_enterprise_x64_dvd_8701793.iso`
10181
+ # @return [String]
10182
+ #
10183
+ # @!attribute [rw] os_installation_media_path
10184
+ # The path to the installation media for the operating system
10185
+ # associated with the specified DB engine.
10186
+ #
10187
+ # Example: `WindowsISO/en_windows_server_2016_x64_dvd_9327751.iso`
10188
+ # @return [String]
10189
+ #
10190
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/ImportInstallationMediaMessage AWS API Documentation
10191
+ #
10192
+ class ImportInstallationMediaMessage < Struct.new(
10193
+ :custom_availability_zone_id,
10194
+ :engine,
10195
+ :engine_version,
10196
+ :engine_installation_media_path,
10197
+ :os_installation_media_path)
10198
+ include Aws::Structure
10199
+ end
10200
+
10201
+ # Contains the installation media for on-premises, bring your own media
10202
+ # (BYOM) DB engines, such as Microsoft SQL Server.
10203
+ #
10204
+ # @!attribute [rw] installation_media_id
10205
+ # The installation media ID.
10206
+ # @return [String]
10207
+ #
10208
+ # @!attribute [rw] custom_availability_zone_id
10209
+ # The custom Availability Zone (AZ) that contains the installation
10210
+ # media.
10211
+ # @return [String]
10212
+ #
10213
+ # @!attribute [rw] engine
10214
+ # The DB engine.
10215
+ # @return [String]
10216
+ #
10217
+ # @!attribute [rw] engine_version
10218
+ # The engine version of the DB engine.
10219
+ # @return [String]
10220
+ #
10221
+ # @!attribute [rw] engine_installation_media_path
10222
+ # The path to the installation media for the DB engine.
10223
+ # @return [String]
10224
+ #
10225
+ # @!attribute [rw] os_installation_media_path
10226
+ # The path to the installation media for the operating system
10227
+ # associated with the DB engine.
10228
+ # @return [String]
10229
+ #
10230
+ # @!attribute [rw] status
10231
+ # The status of the installation media.
10232
+ # @return [String]
10233
+ #
10234
+ # @!attribute [rw] failure_cause
10235
+ # If an installation media failure occurred, the cause of the failure.
10236
+ # @return [Types::InstallationMediaFailureCause]
10237
+ #
10238
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMedia AWS API Documentation
10239
+ #
10240
+ class InstallationMedia < Struct.new(
10241
+ :installation_media_id,
10242
+ :custom_availability_zone_id,
10243
+ :engine,
10244
+ :engine_version,
10245
+ :engine_installation_media_path,
10246
+ :os_installation_media_path,
10247
+ :status,
10248
+ :failure_cause)
10249
+ include Aws::Structure
10250
+ end
10251
+
10252
+ # Contains the cause of an installation media failure. Installation
10253
+ # media is used for on-premises, bring your own media (BYOM) DB engines,
10254
+ # such as Microsoft SQL Server.
10255
+ #
10256
+ # @!attribute [rw] message
10257
+ # The reason that an installation media import failed.
10258
+ # @return [String]
10259
+ #
10260
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMediaFailureCause AWS API Documentation
10261
+ #
10262
+ class InstallationMediaFailureCause < Struct.new(
10263
+ :message)
10264
+ include Aws::Structure
10265
+ end
10266
+
10267
+ # @!attribute [rw] marker
10268
+ # An optional pagination token provided by a previous
10269
+ # DescribeInstallationMedia request. If this parameter is specified,
10270
+ # the response includes only records beyond the marker, up to the
10271
+ # value specified by `MaxRecords`.
10272
+ # @return [String]
10273
+ #
10274
+ # @!attribute [rw] installation_media
10275
+ # The list of InstallationMedia objects for the AWS account.
10276
+ # @return [Array<Types::InstallationMedia>]
10277
+ #
10278
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/InstallationMediaMessage AWS API Documentation
10279
+ #
10280
+ class InstallationMediaMessage < Struct.new(
10281
+ :marker,
10282
+ :installation_media)
10283
+ include Aws::Structure
10284
+ end
10285
+
9828
10286
  # @note When making an API call, you may pass ListTagsForResourceMessage
9829
10287
  # data as a hash:
9830
10288
  #
@@ -16461,5 +16919,53 @@ module Aws::RDS
16461
16919
  include Aws::Structure
16462
16920
  end
16463
16921
 
16922
+ # Information about the virtual private network (VPN) between the VMware
16923
+ # vSphere cluster and the AWS website.
16924
+ #
16925
+ # For more information about RDS on VMware, see the [ *RDS on VMware
16926
+ # User Guide.* ][1]
16927
+ #
16928
+ #
16929
+ #
16930
+ # [1]: https://docs.aws.amazon.com/AmazonRDS/latest/RDSonVMwareUserGuide/rds-on-vmware.html
16931
+ #
16932
+ # @!attribute [rw] vpn_id
16933
+ # The ID of the VPN.
16934
+ # @return [String]
16935
+ #
16936
+ # @!attribute [rw] vpn_tunnel_originator_ip
16937
+ # The IP address of network traffic from your on-premises data center.
16938
+ # A custom AZ receives the network traffic.
16939
+ # @return [String]
16940
+ #
16941
+ # @!attribute [rw] vpn_gateway_ip
16942
+ # The IP address of network traffic from AWS to your on-premises data
16943
+ # center.
16944
+ # @return [String]
16945
+ #
16946
+ # @!attribute [rw] vpn_psk
16947
+ # The preshared key (PSK) for the VPN.
16948
+ # @return [String]
16949
+ #
16950
+ # @!attribute [rw] vpn_name
16951
+ # The name of the VPN.
16952
+ # @return [String]
16953
+ #
16954
+ # @!attribute [rw] vpn_state
16955
+ # The state of the VPN.
16956
+ # @return [String]
16957
+ #
16958
+ # @see http://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/VpnDetails AWS API Documentation
16959
+ #
16960
+ class VpnDetails < Struct.new(
16961
+ :vpn_id,
16962
+ :vpn_tunnel_originator_ip,
16963
+ :vpn_gateway_ip,
16964
+ :vpn_psk,
16965
+ :vpn_name,
16966
+ :vpn_state)
16967
+ include Aws::Structure
16968
+ end
16969
+
16464
16970
  end
16465
16971
  end