aws-sdk-directconnect 1.111.0 → 1.113.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c7ca5d82f02a71266f9cdd76786a4691eca2a2ecb55f2a9f23e6cb219c895dfd
4
- data.tar.gz: c1c5af1c2d0563d1c3427aec91397a797c3c12c7994c8dd64c9f05d0450bcbb6
3
+ metadata.gz: bf931fcf1630f8cab67e69b2cbc74e663d060c328f123c90d190d286c82cc869
4
+ data.tar.gz: 4c47f84496a46dc7bb51185119784268cafddaa4abf8ce0954c171878c916a07
5
5
  SHA512:
6
- metadata.gz: 71cb11e8c6b95cba41e87290221e57ddef12bd3f15c1f462bbb932a81c3ef7c7bae7ecbaceb312a4bb40120b830a98297e00090550bac5dcc57e2e4b03175bd6
7
- data.tar.gz: 4a3a8bc5bb77f041ee0394bbf7a1440640979459e1dbfa4089b161b3d3fdbf6b3e66b16dc8747a2c99a60ade336c833f79a5a70ab4b5be1865df2c8756af6ac2
6
+ metadata.gz: bc343518b3d3eef387b7c08afa205b8c307c847e98c9a1a0b72411b258cfe920c4f3498ddea5cc5da58f393ba599b8fb3e5ab417f337f205ae72304fa3a43892
7
+ data.tar.gz: 66598da2b59cdf76d84064a403a50f4a0b52f2f73b5b52fdf558d70f04059219802cdfcc85965d684938a25e2a7df03fafa5a388dbcaa6cfdc784b081b56e3c3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.113.0 (2026-07-09)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.112.0 (2026-06-22)
10
+ ------------------
11
+
12
+ * Feature - Added VIF rate limiting support for AWS Direct Connect, allowing customers to set bandwidth allocations on virtual interfaces to manage traffic on dedicated connections.
13
+
4
14
  1.111.0 (2026-06-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.111.0
1
+ 1.113.0
@@ -5401,7 +5401,7 @@ module Aws::DirectConnect
5401
5401
  tracer: tracer
5402
5402
  )
5403
5403
  context[:gem_name] = 'aws-sdk-directconnect'
5404
- context[:gem_version] = '1.111.0'
5404
+ context[:gem_version] = '1.113.0'
5405
5405
  Seahorse::Client::Request.new(handlers, context)
5406
5406
  end
5407
5407
 
@@ -4448,9 +4448,20 @@ module Aws::DirectConnect
4448
4448
  #
4449
4449
  # @!attribute [rw] rate_limit
4450
4450
  # The rate limit (bandwidth allocation) applied to the virtual
4451
- # interface. The possible values are `50 Mbps`, `100 Mbps`, `200
4452
- # Mbps`, `300 Mbps`, `400 Mbps`, `500 Mbps`, `1 Gbps`, `2 Gbps`, `5
4453
- # Gbps`, or `10 Gbps`.
4451
+ # interface. The value must be one of the supported bandwidth values
4452
+ # and cannot exceed the bandwidth of the parent connection or LAG.
4453
+ # Supported values: `50Mbps`, `100Mbps`, `200Mbps`, `300Mbps`,
4454
+ # `400Mbps`, `500Mbps`, `600Mbps`, `700Mbps`, `800Mbps`, `900Mbps`,
4455
+ # `1Gbps`, `1.2Gbps`, `1.5Gbps`, `1.8Gbps`, `2Gbps`, `2.1Gbps`,
4456
+ # `2.4Gbps`, `2.7Gbps`, `3Gbps`, `3.2Gbps`, `3.6Gbps`, `4Gbps`,
4457
+ # `5Gbps`, `6Gbps`, `7Gbps`, `8Gbps`, `9Gbps`, `10Gbps`, `12Gbps`,
4458
+ # `15Gbps`, `18Gbps`, `20Gbps`, `21Gbps`, `24Gbps`, `27Gbps`,
4459
+ # `30Gbps`, `32Gbps`, `36Gbps`, `40Gbps`, `50Gbps`, `60Gbps`,
4460
+ # `70Gbps`, `80Gbps`, `100Gbps`, `120Gbps`, `150Gbps`, `180Gbps`,
4461
+ # `200Gbps`, `210Gbps`, `240Gbps`, `270Gbps`, `300Gbps`, `320Gbps`,
4462
+ # `360Gbps`, `400Gbps`, `450Gbps`, `480Gbps`, `500Gbps`, `540Gbps`,
4463
+ # `600Gbps`, `700Gbps`, `800Gbps`, `900Gbps`, `1Tbps`, `1.1Tbps`,
4464
+ # `1.2Tbps`, `1.3Tbps`, `1.4Tbps`, `1.5Tbps`, `1.6Tbps`.
4454
4465
  # @return [String]
4455
4466
  #
4456
4467
  # @see http://docs.aws.amazon.com/goto/WebAPI/directconnect-2012-10-25/VirtualInterface AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::DirectConnect
54
54
  autoload :EndpointProvider, 'aws-sdk-directconnect/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-directconnect/endpoints'
56
56
 
57
- GEM_VERSION = '1.111.0'
57
+ GEM_VERSION = '1.113.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.111.0
4
+ version: 1.113.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.248.0
21
+ version: 3.254.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.248.0
31
+ version: 3.254.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement