aws-sdk-directconnect 1.33.0 → 1.34.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
  SHA256:
3
- metadata.gz: f081d735f01adbb37e1b2d53ace2c6e3d02390286c82fc1e822c7a0f5540632a
4
- data.tar.gz: 4c33791c518a08bd9cfeffbc8a1b5ead183a1d7f123a4bce7b20d6cc674b0e15
3
+ metadata.gz: da3bae241f8a6144322ae65cecbf43b32aeae76b0be6523d3e9ee0d6d5a18494
4
+ data.tar.gz: 27e2c92df933943d9ba0d02fb00dd39ec52d8c2d6529026815b91e133676ef65
5
5
  SHA512:
6
- metadata.gz: d99170b60e78a769c798445230d9c263d1681ccb7f081f490e396386e32f4dd673280d9ea6929b0e0d413554fb3ac088f540e9c00da3de62603f91f482b99b34
7
- data.tar.gz: e525e9389883e0d9fd001aea353f64bfa474d24f94978e6e62c78194b8295138831b35c8edf1b173050d9b3d34b42fdf9d5dabd381bf1ceaeb2e53b504164700
6
+ metadata.gz: cdbfb3aaac347c03b71db9660241583c5495f089b09937ad5f6ff04b2ec5d86b3d5a2878f69ef4c3042cbe7aad9c749c9cb6433ab12659a7366010939ead4356
7
+ data.tar.gz: '0399a55795094b170046a9a43543a8313ede62916e2ea1b8a135b6fc2acc2595bcb857cc200a1c19ea51d1b4a61736d2c80530cfde978836aeb1afb80e78c145'
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-directconnect/customizations'
47
47
  # @service
48
48
  module Aws::DirectConnect
49
49
 
50
- GEM_VERSION = '1.33.0'
50
+ GEM_VERSION = '1.34.0'
51
51
 
52
52
  end
@@ -1640,10 +1640,8 @@ module Aws::DirectConnect
1640
1640
  # Creates a proposal to associate the specified virtual private gateway
1641
1641
  # or transit gateway with the specified Direct Connect gateway.
1642
1642
  #
1643
- # You can only associate a Direct Connect gateway and virtual private
1644
- # gateway or transit gateway when the account that owns the Direct
1645
- # Connect gateway and the account that owns the virtual private gateway
1646
- # or transit gateway have the same AWS Payer ID.
1643
+ # You can associate a Direct Connect gateway and virtual private gateway
1644
+ # or transit gateway that is owned by any AWS account.
1647
1645
  #
1648
1646
  # @option params [required, String] :direct_connect_gateway_id
1649
1647
  # The ID of the Direct Connect gateway.
@@ -4144,7 +4142,7 @@ module Aws::DirectConnect
4144
4142
  params: params,
4145
4143
  config: config)
4146
4144
  context[:gem_name] = 'aws-sdk-directconnect'
4147
- context[:gem_version] = '1.33.0'
4145
+ context[:gem_version] = '1.34.0'
4148
4146
  Seahorse::Client::Request.new(handlers, context)
4149
4147
  end
4150
4148
 
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.33.0
4
+ version: 1.34.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: 2020-07-02 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core