aws-sdk-directconnect 1.11.0 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa1bb80e8d36367a68a7fe890b32e5fb4241ee1b
4
- data.tar.gz: 8f0e5a0883e3905938ef732fac0ec2ba67dadce4
3
+ metadata.gz: f631f9da99d2e321e61f0a3df404e7419d6c91c8
4
+ data.tar.gz: 63063cb9e4249da2c4155a8ccfd13f2b01217546
5
5
  SHA512:
6
- metadata.gz: 8b7afb6e08ba1220535fcb8bbfe1cce59002362a6ecd69a13ea0f4731b4f31a127470b09399c7b49077670ff4b79a979270a21b8a9b28407a456b867ed605797
7
- data.tar.gz: ba00fc2cd6209bf7bd6fd22722d49ba57e4fb17b270ee52073ec484489525b6e351b7365c6870f70e222c530831e2813aae348d9392371e9728c700aabf031d9
6
+ metadata.gz: 4f0623ebbd1423850edf906d1ef02ea7e917165c647e08388bc8e0498e3c1aa1da4b20d810e9bbeaa15b62075a5051b464e4f0c4a8085cf9bdd30b6430ffc2c3
7
+ data.tar.gz: 9f50fb5b2ed3ee60b14ea8e50da9ce47c458b917abdd48342f779c24ab1ea1bd90d24f9a0a9e797bd6d6fdf5accefc39fbcef6ffa981773a863116acfe060357
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-directconnect/customizations'
42
42
  # @service
43
43
  module Aws::DirectConnect
44
44
 
45
- GEM_VERSION = '1.11.0'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
@@ -239,7 +239,7 @@ module Aws::DirectConnect
239
239
  #
240
240
  # @option params [required, String] :interconnect_id
241
241
  # The ID of the interconnect on which the connection will be
242
- # provisioned. For example, dxcon-456abc78.
242
+ # provisioned.
243
243
  #
244
244
  # @option params [required, Integer] :vlan
245
245
  # The dedicated VLAN provisioned to the connection.
@@ -625,11 +625,10 @@ module Aws::DirectConnect
625
625
  # associated with the original LAG.
626
626
  #
627
627
  # @option params [required, String] :connection_id
628
- # The ID of the connection. For example, dxcon-abc123.
628
+ # The ID of the connection.
629
629
  #
630
630
  # @option params [required, String] :lag_id
631
- # The ID of the LAG with which to associate the connection. For example,
632
- # dxlag-abc123.
631
+ # The ID of the LAG with which to associate the connection.
633
632
  #
634
633
  # @return [Types::Connection] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
635
634
  #
@@ -2533,6 +2532,8 @@ module Aws::DirectConnect
2533
2532
  # resp.locations[0].location_code #=> String
2534
2533
  # resp.locations[0].location_name #=> String
2535
2534
  # resp.locations[0].region #=> String
2535
+ # resp.locations[0].available_port_speeds #=> Array
2536
+ # resp.locations[0].available_port_speeds[0] #=> String
2536
2537
  #
2537
2538
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DescribeLocations AWS API Documentation
2538
2539
  #
@@ -2687,10 +2688,10 @@ module Aws::DirectConnect
2687
2688
  # LAG with no physical connections.
2688
2689
  #
2689
2690
  # @option params [required, String] :connection_id
2690
- # The ID of the connection. For example, dxcon-abc123.
2691
+ # The ID of the connection.
2691
2692
  #
2692
2693
  # @option params [required, String] :lag_id
2693
- # The ID of the LAG. For example, dxlag-abc123.
2694
+ # The ID of the LAG.
2694
2695
  #
2695
2696
  # @return [Types::Connection] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2696
2697
  #
@@ -3012,7 +3013,7 @@ module Aws::DirectConnect
3012
3013
  params: params,
3013
3014
  config: config)
3014
3015
  context[:gem_name] = 'aws-sdk-directconnect'
3015
- context[:gem_version] = '1.11.0'
3016
+ context[:gem_version] = '1.12.0'
3016
3017
  Seahorse::Client::Request.new(handlers, context)
3017
3018
  end
3018
3019
 
@@ -21,6 +21,7 @@ module Aws::DirectConnect
21
21
  AssociateConnectionWithLagRequest = Shapes::StructureShape.new(name: 'AssociateConnectionWithLagRequest')
22
22
  AssociateHostedConnectionRequest = Shapes::StructureShape.new(name: 'AssociateHostedConnectionRequest')
23
23
  AssociateVirtualInterfaceRequest = Shapes::StructureShape.new(name: 'AssociateVirtualInterfaceRequest')
24
+ AvailablePortSpeeds = Shapes::ListShape.new(name: 'AvailablePortSpeeds')
24
25
  AwsDevice = Shapes::StringShape.new(name: 'AwsDevice')
25
26
  AwsDeviceV2 = Shapes::StringShape.new(name: 'AwsDeviceV2')
26
27
  BGPAuthKey = Shapes::StringShape.new(name: 'BGPAuthKey')
@@ -138,6 +139,7 @@ module Aws::DirectConnect
138
139
  OwnerAccount = Shapes::StringShape.new(name: 'OwnerAccount')
139
140
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
140
141
  PartnerName = Shapes::StringShape.new(name: 'PartnerName')
142
+ PortSpeed = Shapes::StringShape.new(name: 'PortSpeed')
141
143
  ProviderName = Shapes::StringShape.new(name: 'ProviderName')
142
144
  Region = Shapes::StringShape.new(name: 'Region')
143
145
  ResourceArn = Shapes::StringShape.new(name: 'ResourceArn')
@@ -212,6 +214,8 @@ module Aws::DirectConnect
212
214
  AssociateVirtualInterfaceRequest.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
213
215
  AssociateVirtualInterfaceRequest.struct_class = Types::AssociateVirtualInterfaceRequest
214
216
 
217
+ AvailablePortSpeeds.member = Shapes::ShapeRef.new(shape: PortSpeed)
218
+
215
219
  BGPPeer.add_member(:bgp_peer_id, Shapes::ShapeRef.new(shape: BGPPeerId, location_name: "bgpPeerId"))
216
220
  BGPPeer.add_member(:asn, Shapes::ShapeRef.new(shape: ASN, location_name: "asn"))
217
221
  BGPPeer.add_member(:auth_key, Shapes::ShapeRef.new(shape: BGPAuthKey, location_name: "authKey"))
@@ -512,6 +516,7 @@ module Aws::DirectConnect
512
516
  Location.add_member(:location_code, Shapes::ShapeRef.new(shape: LocationCode, location_name: "locationCode"))
513
517
  Location.add_member(:location_name, Shapes::ShapeRef.new(shape: LocationName, location_name: "locationName"))
514
518
  Location.add_member(:region, Shapes::ShapeRef.new(shape: Region, location_name: "region"))
519
+ Location.add_member(:available_port_speeds, Shapes::ShapeRef.new(shape: AvailablePortSpeeds, location_name: "availablePortSpeeds"))
515
520
  Location.struct_class = Types::Location
516
521
 
517
522
  LocationList.member = Shapes::ShapeRef.new(shape: Location)
@@ -35,7 +35,7 @@ module Aws::DirectConnect
35
35
  #
36
36
  # @!attribute [rw] interconnect_id
37
37
  # The ID of the interconnect on which the connection will be
38
- # provisioned. For example, dxcon-456abc78.
38
+ # provisioned.
39
39
  # @return [String]
40
40
  #
41
41
  # @!attribute [rw] vlan
@@ -189,12 +189,11 @@ module Aws::DirectConnect
189
189
  # }
190
190
  #
191
191
  # @!attribute [rw] connection_id
192
- # The ID of the connection. For example, dxcon-abc123.
192
+ # The ID of the connection.
193
193
  # @return [String]
194
194
  #
195
195
  # @!attribute [rw] lag_id
196
- # The ID of the LAG with which to associate the connection. For
197
- # example, dxlag-abc123.
196
+ # The ID of the LAG with which to associate the connection.
198
197
  # @return [String]
199
198
  #
200
199
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/AssociateConnectionWithLagRequest AWS API Documentation
@@ -1785,11 +1784,11 @@ module Aws::DirectConnect
1785
1784
  # }
1786
1785
  #
1787
1786
  # @!attribute [rw] connection_id
1788
- # The ID of the connection. For example, dxcon-abc123.
1787
+ # The ID of the connection.
1789
1788
  # @return [String]
1790
1789
  #
1791
1790
  # @!attribute [rw] lag_id
1792
- # The ID of the LAG. For example, dxlag-abc123.
1791
+ # The ID of the LAG.
1793
1792
  # @return [String]
1794
1793
  #
1795
1794
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/DisassociateConnectionFromLagRequest AWS API Documentation
@@ -2051,12 +2050,17 @@ module Aws::DirectConnect
2051
2050
  # The AWS Region for the location.
2052
2051
  # @return [String]
2053
2052
  #
2053
+ # @!attribute [rw] available_port_speeds
2054
+ # The available port speeds for the location.
2055
+ # @return [Array<String>]
2056
+ #
2054
2057
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/Location AWS API Documentation
2055
2058
  #
2056
2059
  class Location < Struct.new(
2057
2060
  :location_code,
2058
2061
  :location_name,
2059
- :region)
2062
+ :region,
2063
+ :available_port_speeds)
2060
2064
  include Aws::Structure
2061
2065
  end
2062
2066
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-20 00:00:00.000000000 Z
11
+ date: 2019-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core