aws-sdk-directconnect 1.0.0.rc3 → 1.0.0.rc4

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: 01eb78fa83b94f03f1d6331891276f4e670d0053
4
- data.tar.gz: de50d9f7d2113ca3720a4668123d6a929b08ab6e
3
+ metadata.gz: 0846ff62e03976df8d01ec8faee9ed81617ca32c
4
+ data.tar.gz: 1aadfbfc5701ff5993572fbd1fc50ad596289b4b
5
5
  SHA512:
6
- metadata.gz: 16d7956a69a80bed959aca14e2d053ec26db6493ad1ed535a2fb7e06ecf5b362546e72c08a62125ed52221ed9bc67a234aa23b683ded62bb974b229d3c54c1be
7
- data.tar.gz: 32af7e7793c82117becd2813d494d0da744582ada5bd677b38791ee1fe4f9a5c1b76059cfd3460537c3ca36fd0b2e19c41d2faf47b7fada5439707281f1cf890
6
+ metadata.gz: 84926cc2b84192af350dc19f625aa32dd7f24026163f9c98b938923ba8a9f210bc42e856fc159040b06ded35f494f2bd257360e6a844e85c9bf206ab8055cd1a
7
+ data.tar.gz: 25435a1d1f53f1db9d042fa39698f154c77c851aa00265848292356be803a090fdee364b6ab275b9086e84703901d34a4a59ae247c2b467f2feaeeb5d6ee1baf
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-directconnect/customizations'
42
42
  # @service
43
43
  module Aws::DirectConnect
44
44
 
45
- GEM_VERSION = '1.0.0.rc3'
45
+ GEM_VERSION = '1.0.0.rc4'
46
46
 
47
47
  end
@@ -18,6 +18,7 @@ require 'aws-sdk-core/plugins/regional_endpoint.rb'
18
18
  require 'aws-sdk-core/plugins/response_paging.rb'
19
19
  require 'aws-sdk-core/plugins/stub_responses.rb'
20
20
  require 'aws-sdk-core/plugins/idempotency_token.rb'
21
+ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
21
22
  require 'aws-sdk-core/plugins/signature_v4.rb'
22
23
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
23
24
 
@@ -45,6 +46,7 @@ module Aws::DirectConnect
45
46
  add_plugin(Aws::Plugins::ResponsePaging)
46
47
  add_plugin(Aws::Plugins::StubResponses)
47
48
  add_plugin(Aws::Plugins::IdempotencyToken)
49
+ add_plugin(Aws::Plugins::JsonvalueConverter)
48
50
  add_plugin(Aws::Plugins::SignatureV4)
49
51
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
50
52
 
@@ -568,19 +570,15 @@ module Aws::DirectConnect
568
570
  # its setting for minimum number of operational connections, the request
569
571
  # fails.
570
572
  #
571
- # Virtual interfaces that are directly associated with the connection
572
- # are not automatically migrated. You can delete them or associate them
573
- # with the target LAG using AssociateVirtualInterface. If the connection
574
- # was originally associated with a different LAG, the virtual interfaces
575
- # remain associated with the original LAG.
573
+ # Any virtual interfaces that are directly associated with the
574
+ # connection are automatically re-associated with the LAG. If the
575
+ # connection was originally associated with a different LAG, the virtual
576
+ # interfaces remain associated with the original LAG.
576
577
  #
577
- # For interconnects, hosted connections are not automatically migrated.
578
- # You can delete them, or the owner of the physical connection can
579
- # associate them with the target LAG using AssociateHostedConnection.
580
- # After all hosted connections have been migrated, the interconnect can
581
- # be migrated into the LAG. If the interconnect is already associated
582
- # with a LAG, the hosted connections remain associated with the original
583
- # LAG.
578
+ # For interconnects, any hosted connections are automatically
579
+ # re-associated with the LAG. If the interconnect was originally
580
+ # associated with a different LAG, the hosted connections remain
581
+ # associated with the original LAG.
584
582
  #
585
583
  # @option params [required, String] :connection_id
586
584
  # The ID of the connection.
@@ -2628,7 +2626,7 @@ module Aws::DirectConnect
2628
2626
  params: params,
2629
2627
  config: config)
2630
2628
  context[:gem_name] = 'aws-sdk-directconnect'
2631
- context[:gem_version] = '1.0.0.rc3'
2629
+ context[:gem_version] = '1.0.0.rc4'
2632
2630
  Seahorse::Client::Request.new(handlers, context)
2633
2631
  end
2634
2632
 
@@ -518,6 +518,7 @@ module Aws::DirectConnect
518
518
  o.name = "AllocateConnectionOnInterconnect"
519
519
  o.http_method = "POST"
520
520
  o.http_request_uri = "/"
521
+ o.deprecated = true
521
522
  o.input = Shapes::ShapeRef.new(shape: AllocateConnectionOnInterconnectRequest)
522
523
  o.output = Shapes::ShapeRef.new(shape: Connection)
523
524
  o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
@@ -728,6 +729,7 @@ module Aws::DirectConnect
728
729
  o.name = "DescribeConnectionLoa"
729
730
  o.http_method = "POST"
730
731
  o.http_request_uri = "/"
732
+ o.deprecated = true
731
733
  o.input = Shapes::ShapeRef.new(shape: DescribeConnectionLoaRequest)
732
734
  o.output = Shapes::ShapeRef.new(shape: DescribeConnectionLoaResponse)
733
735
  o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
@@ -748,6 +750,7 @@ module Aws::DirectConnect
748
750
  o.name = "DescribeConnectionsOnInterconnect"
749
751
  o.http_method = "POST"
750
752
  o.http_request_uri = "/"
753
+ o.deprecated = true
751
754
  o.input = Shapes::ShapeRef.new(shape: DescribeConnectionsOnInterconnectRequest)
752
755
  o.output = Shapes::ShapeRef.new(shape: Connections)
753
756
  o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
@@ -768,6 +771,7 @@ module Aws::DirectConnect
768
771
  o.name = "DescribeInterconnectLoa"
769
772
  o.http_method = "POST"
770
773
  o.http_request_uri = "/"
774
+ o.deprecated = true
771
775
  o.input = Shapes::ShapeRef.new(shape: DescribeInterconnectLoaRequest)
772
776
  o.output = Shapes::ShapeRef.new(shape: DescribeInterconnectLoaResponse)
773
777
  o.errors << Shapes::ShapeRef.new(shape: DirectConnectServerException)
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.0.0.rc3
4
+ version: 1.0.0.rc4
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: 2017-03-07 00:00:00.000000000 Z
11
+ date: 2017-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core