aws-sdk-ec2 1.263.0 → 1.264.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.
@@ -1085,6 +1085,7 @@ module Aws::EC2
1085
1085
  FpgaImageStateCode = Shapes::StringShape.new(name: 'FpgaImageStateCode')
1086
1086
  FpgaInfo = Shapes::StructureShape.new(name: 'FpgaInfo')
1087
1087
  FreeTierEligibleFlag = Shapes::BooleanShape.new(name: 'FreeTierEligibleFlag')
1088
+ GVCDMaxResults = Shapes::IntegerShape.new(name: 'GVCDMaxResults')
1088
1089
  GatewayType = Shapes::StringShape.new(name: 'GatewayType')
1089
1090
  GetAssociatedEnclaveCertificateIamRolesRequest = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesRequest')
1090
1091
  GetAssociatedEnclaveCertificateIamRolesResult = Shapes::StructureShape.new(name: 'GetAssociatedEnclaveCertificateIamRolesResult')
@@ -1138,6 +1139,10 @@ module Aws::EC2
1138
1139
  GetTransitGatewayRouteTableAssociationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTableAssociationsResult')
1139
1140
  GetTransitGatewayRouteTablePropagationsRequest = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTablePropagationsRequest')
1140
1141
  GetTransitGatewayRouteTablePropagationsResult = Shapes::StructureShape.new(name: 'GetTransitGatewayRouteTablePropagationsResult')
1142
+ GetVpnConnectionDeviceSampleConfigurationRequest = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceSampleConfigurationRequest')
1143
+ GetVpnConnectionDeviceSampleConfigurationResult = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceSampleConfigurationResult')
1144
+ GetVpnConnectionDeviceTypesRequest = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceTypesRequest')
1145
+ GetVpnConnectionDeviceTypesResult = Shapes::StructureShape.new(name: 'GetVpnConnectionDeviceTypesResult')
1141
1146
  GpuDeviceCount = Shapes::IntegerShape.new(name: 'GpuDeviceCount')
1142
1147
  GpuDeviceInfo = Shapes::StructureShape.new(name: 'GpuDeviceInfo')
1143
1148
  GpuDeviceInfoList = Shapes::ListShape.new(name: 'GpuDeviceInfoList')
@@ -2336,6 +2341,10 @@ module Aws::EC2
2336
2341
  VpcState = Shapes::StringShape.new(name: 'VpcState')
2337
2342
  VpcTenancy = Shapes::StringShape.new(name: 'VpcTenancy')
2338
2343
  VpnConnection = Shapes::StructureShape.new(name: 'VpnConnection')
2344
+ VpnConnectionDeviceSampleConfiguration = Shapes::StringShape.new(name: 'VpnConnectionDeviceSampleConfiguration')
2345
+ VpnConnectionDeviceType = Shapes::StructureShape.new(name: 'VpnConnectionDeviceType')
2346
+ VpnConnectionDeviceTypeId = Shapes::StringShape.new(name: 'VpnConnectionDeviceTypeId')
2347
+ VpnConnectionDeviceTypeList = Shapes::ListShape.new(name: 'VpnConnectionDeviceTypeList')
2339
2348
  VpnConnectionId = Shapes::StringShape.new(name: 'VpnConnectionId')
2340
2349
  VpnConnectionIdStringList = Shapes::ListShape.new(name: 'VpnConnectionIdStringList')
2341
2350
  VpnConnectionList = Shapes::ListShape.new(name: 'VpnConnectionList')
@@ -6922,6 +6931,24 @@ module Aws::EC2
6922
6931
  GetTransitGatewayRouteTablePropagationsResult.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
6923
6932
  GetTransitGatewayRouteTablePropagationsResult.struct_class = Types::GetTransitGatewayRouteTablePropagationsResult
6924
6933
 
6934
+ GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:vpn_connection_id, Shapes::ShapeRef.new(shape: VpnConnectionId, required: true, location_name: "VpnConnectionId"))
6935
+ GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:vpn_connection_device_type_id, Shapes::ShapeRef.new(shape: VpnConnectionDeviceTypeId, required: true, location_name: "VpnConnectionDeviceTypeId"))
6936
+ GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:internet_key_exchange_version, Shapes::ShapeRef.new(shape: String, location_name: "InternetKeyExchangeVersion"))
6937
+ GetVpnConnectionDeviceSampleConfigurationRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6938
+ GetVpnConnectionDeviceSampleConfigurationRequest.struct_class = Types::GetVpnConnectionDeviceSampleConfigurationRequest
6939
+
6940
+ GetVpnConnectionDeviceSampleConfigurationResult.add_member(:vpn_connection_device_sample_configuration, Shapes::ShapeRef.new(shape: VpnConnectionDeviceSampleConfiguration, location_name: "vpnConnectionDeviceSampleConfiguration"))
6941
+ GetVpnConnectionDeviceSampleConfigurationResult.struct_class = Types::GetVpnConnectionDeviceSampleConfigurationResult
6942
+
6943
+ GetVpnConnectionDeviceTypesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: GVCDMaxResults, location_name: "MaxResults"))
6944
+ GetVpnConnectionDeviceTypesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
6945
+ GetVpnConnectionDeviceTypesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
6946
+ GetVpnConnectionDeviceTypesRequest.struct_class = Types::GetVpnConnectionDeviceTypesRequest
6947
+
6948
+ GetVpnConnectionDeviceTypesResult.add_member(:vpn_connection_device_types, Shapes::ShapeRef.new(shape: VpnConnectionDeviceTypeList, location_name: "vpnConnectionDeviceTypeSet"))
6949
+ GetVpnConnectionDeviceTypesResult.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
6950
+ GetVpnConnectionDeviceTypesResult.struct_class = Types::GetVpnConnectionDeviceTypesResult
6951
+
6925
6952
  GpuDeviceInfo.add_member(:name, Shapes::ShapeRef.new(shape: GpuDeviceName, location_name: "name"))
6926
6953
  GpuDeviceInfo.add_member(:manufacturer, Shapes::ShapeRef.new(shape: GpuDeviceManufacturerName, location_name: "manufacturer"))
6927
6954
  GpuDeviceInfo.add_member(:count, Shapes::ShapeRef.new(shape: GpuDeviceCount, location_name: "count"))
@@ -6937,7 +6964,7 @@ module Aws::EC2
6937
6964
  GpuInfo.add_member(:total_gpu_memory_in_mi_b, Shapes::ShapeRef.new(shape: totalGpuMemory, location_name: "totalGpuMemoryInMiB"))
6938
6965
  GpuInfo.struct_class = Types::GpuInfo
6939
6966
 
6940
- GroupIdStringList.member = Shapes::ShapeRef.new(shape: String, location_name: "groupId")
6967
+ GroupIdStringList.member = Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "groupId")
6941
6968
 
6942
6969
  GroupIdentifier.add_member(:group_name, Shapes::ShapeRef.new(shape: String, location_name: "groupName"))
6943
6970
  GroupIdentifier.add_member(:group_id, Shapes::ShapeRef.new(shape: String, location_name: "groupId"))
@@ -10140,10 +10167,10 @@ module Aws::EC2
10140
10167
  ScheduledInstancesSecurityGroupIdSet.member = Shapes::ShapeRef.new(shape: SecurityGroupId, location_name: "SecurityGroupId")
10141
10168
 
10142
10169
  SearchLocalGatewayRoutesRequest.add_member(:local_gateway_route_table_id, Shapes::ShapeRef.new(shape: LocalGatewayRoutetableId, required: true, location_name: "LocalGatewayRouteTableId"))
10143
- SearchLocalGatewayRoutesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filter"))
10144
10170
  SearchLocalGatewayRoutesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "MaxResults"))
10145
10171
  SearchLocalGatewayRoutesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
10146
10172
  SearchLocalGatewayRoutesRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: Boolean, location_name: "DryRun"))
10173
+ SearchLocalGatewayRoutesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: FilterList, required: true, location_name: "Filter"))
10147
10174
  SearchLocalGatewayRoutesRequest.struct_class = Types::SearchLocalGatewayRoutesRequest
10148
10175
 
10149
10176
  SearchLocalGatewayRoutesResult.add_member(:routes, Shapes::ShapeRef.new(shape: LocalGatewayRouteList, location_name: "routeSet"))
@@ -11502,6 +11529,14 @@ module Aws::EC2
11502
11529
  VpnConnection.add_member(:vgw_telemetry, Shapes::ShapeRef.new(shape: VgwTelemetryList, location_name: "vgwTelemetry"))
11503
11530
  VpnConnection.struct_class = Types::VpnConnection
11504
11531
 
11532
+ VpnConnectionDeviceType.add_member(:vpn_connection_device_type_id, Shapes::ShapeRef.new(shape: String, location_name: "vpnConnectionDeviceTypeId"))
11533
+ VpnConnectionDeviceType.add_member(:vendor, Shapes::ShapeRef.new(shape: String, location_name: "vendor"))
11534
+ VpnConnectionDeviceType.add_member(:platform, Shapes::ShapeRef.new(shape: String, location_name: "platform"))
11535
+ VpnConnectionDeviceType.add_member(:software, Shapes::ShapeRef.new(shape: String, location_name: "software"))
11536
+ VpnConnectionDeviceType.struct_class = Types::VpnConnectionDeviceType
11537
+
11538
+ VpnConnectionDeviceTypeList.member = Shapes::ShapeRef.new(shape: VpnConnectionDeviceType, location_name: "item")
11539
+
11505
11540
  VpnConnectionIdStringList.member = Shapes::ShapeRef.new(shape: VpnConnectionId, location_name: "VpnConnectionId")
11506
11541
 
11507
11542
  VpnConnectionList.member = Shapes::ShapeRef.new(shape: VpnConnection, location_name: "item")
@@ -15038,6 +15073,28 @@ module Aws::EC2
15038
15073
  )
15039
15074
  end)
15040
15075
 
15076
+ api.add_operation(:get_vpn_connection_device_sample_configuration, Seahorse::Model::Operation.new.tap do |o|
15077
+ o.name = "GetVpnConnectionDeviceSampleConfiguration"
15078
+ o.http_method = "POST"
15079
+ o.http_request_uri = "/"
15080
+ o.input = Shapes::ShapeRef.new(shape: GetVpnConnectionDeviceSampleConfigurationRequest)
15081
+ o.output = Shapes::ShapeRef.new(shape: GetVpnConnectionDeviceSampleConfigurationResult)
15082
+ end)
15083
+
15084
+ api.add_operation(:get_vpn_connection_device_types, Seahorse::Model::Operation.new.tap do |o|
15085
+ o.name = "GetVpnConnectionDeviceTypes"
15086
+ o.http_method = "POST"
15087
+ o.http_request_uri = "/"
15088
+ o.input = Shapes::ShapeRef.new(shape: GetVpnConnectionDeviceTypesRequest)
15089
+ o.output = Shapes::ShapeRef.new(shape: GetVpnConnectionDeviceTypesResult)
15090
+ o[:pager] = Aws::Pager.new(
15091
+ limit_key: "max_results",
15092
+ tokens: {
15093
+ "next_token" => "next_token"
15094
+ }
15095
+ )
15096
+ end)
15097
+
15041
15098
  api.add_operation(:import_client_vpn_client_certificate_revocation_list, Seahorse::Model::Operation.new.tap do |o|
15042
15099
  o.name = "ImportClientVpnClientCertificateRevocationList"
15043
15100
  o.http_method = "POST"
@@ -573,7 +573,7 @@ module Aws::EC2
573
573
  #
574
574
  # instance.attach_classic_link_vpc({
575
575
  # dry_run: false,
576
- # groups: ["String"], # required
576
+ # groups: ["SecurityGroupId"], # required
577
577
  # vpc_id: "VpcId", # required
578
578
  # })
579
579
  # @param [Hash] options ({})
@@ -920,7 +920,7 @@ module Aws::EC2
920
920
  # ena_support: {
921
921
  # value: false,
922
922
  # },
923
- # groups: ["String"],
923
+ # groups: ["SecurityGroupId"],
924
924
  # instance_initiated_shutdown_behavior: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
925
925
  # instance_type: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
926
926
  # kernel: "value", # value <Hash,Array,String,Numeric,Boolean,IO,Set,nil>
@@ -3059,7 +3059,7 @@ module Aws::EC2
3059
3059
  # values: ["String"],
3060
3060
  # },
3061
3061
  # ],
3062
- # group_ids: ["String"],
3062
+ # group_ids: ["SecurityGroupId"],
3063
3063
  # group_names: ["SecurityGroupName"],
3064
3064
  # dry_run: false,
3065
3065
  # })