aws-sdk-directconnect 1.70.0 → 1.71.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: f2c4caa8e8494c2cc9e12617531935f97d740b7881ec3548f57b4800b0badc57
4
- data.tar.gz: d1beafe4691a1a81bd30b7995c5975a3b9e150966487d0a184331ca050c9e062
3
+ metadata.gz: a780bab9a16a46bf7e7e487a7db50c39b8e147312bad140675ccb26cd2e794f4
4
+ data.tar.gz: 51a630fd409060b8737064c9c5f9115889319401866968666438841c319d2f1c
5
5
  SHA512:
6
- metadata.gz: f46aad5beee715858aba4fbab37aec9428aed2b8a0366447fff63798acc31a4160691a65bdc4a187576c243d82beddf93d48fdaad67dec2f841e7e4ab531b712
7
- data.tar.gz: 3288e1d5cbe4a641bc257cd71b90d982f5248733ecd85605caaeabd7fb0e88b527a0e289bfaf062c5da22cbd3fbee44ef827596608ea492fa8ed437c3e12fb67
6
+ metadata.gz: acaad1c9b04b7d914199ce6c6180b823d21e33b8f31ed97fceca456f2fb6ec72aa1ea09d79f591827cde4d7a76044c87675cdbbb4c1d4ccc7018a5eb65e3b1d7
7
+ data.tar.gz: 2dfd3d3ffb0526f3ea66148b58008144a5c5a152613d2c72c9bdecb72923dee6c9834f01815978ca9f496ecfcfb80458733e9951bb5a42bef0e4d78bf9d1c821
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.70.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.70.0
1
+ 1.71.0
@@ -301,8 +301,9 @@ module Aws::DirectConnect
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -4951,7 +4952,7 @@ module Aws::DirectConnect
4951
4952
  params: params,
4952
4953
  config: config)
4953
4954
  context[:gem_name] = 'aws-sdk-directconnect'
4954
- context[:gem_version] = '1.70.0'
4955
+ context[:gem_version] = '1.71.0'
4955
4956
  Seahorse::Client::Request.new(handlers, context)
4956
4957
  end
4957
4958
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-directconnect/customizations'
52
52
  # @!group service
53
53
  module Aws::DirectConnect
54
54
 
55
- GEM_VERSION = '1.70.0'
55
+ GEM_VERSION = '1.71.0'
56
56
 
57
57
  end
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.70.0
4
+ version: 1.71.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: 2024-04-25 00:00:00.000000000 Z
11
+ date: 2024-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core