aws-sdk-codeconnections 1.1.0 → 1.2.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: eaa1124763211072e541ee40384123f8f4001718d71725d3dd324b56cbb693e4
4
- data.tar.gz: 73be9382f242d193b85e4d4ee4d70b73900f3531ad4c8b7994159f6edafa716a
3
+ metadata.gz: f9a9cb8c8727feea765b97e656f96522c01d5b0e9e7e8aa901bee5979de7f461
4
+ data.tar.gz: 87a8e3e21d9a061e247525cc792513ef42ca73b85d5aa1781178e8f729f4ea6e
5
5
  SHA512:
6
- metadata.gz: 134fab0b6b01769f4d59c85daaa49818f410d8a47610ca04cc1d7810b96b0f57a65b0424dd63eb854423704376e2f7f17dec4606a0d996bdf39e49fa3a66b130
7
- data.tar.gz: f8fe1548cac668e3b2abb2989f5cbb6a93b6f5beddb372b4ec8bc4d7d178ba90495de2421790127760ced33b70553fec52c3a604846c61b95c5e1bce0e1f43ec
6
+ metadata.gz: 4e527f782597fe8aa934d0b04c0bbf85cd004dd072db438fd026989061ba6ecd24c7c79a16bfae5fb33508eec9c817d2e02e1224f4761897ef3b791406837564
7
+ data.tar.gz: 49b20a8fd1c69e83464cdaef2bf6d140f2414b5625fedf40a9e1f5d498442b89ee47392c393571b47ecd0eae98408569886a8745908e6d697e672c9634b7e0f9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.2.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.1.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.2.0
@@ -301,8 +301,9 @@ module Aws::CodeConnections
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
  #
@@ -1686,7 +1687,7 @@ module Aws::CodeConnections
1686
1687
  params: params,
1687
1688
  config: config)
1688
1689
  context[:gem_name] = 'aws-sdk-codeconnections'
1689
- context[:gem_version] = '1.1.0'
1690
+ context[:gem_version] = '1.2.0'
1690
1691
  Seahorse::Client::Request.new(handlers, context)
1691
1692
  end
1692
1693
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codeconnections/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeConnections
54
54
 
55
- GEM_VERSION = '1.1.0'
55
+ GEM_VERSION = '1.2.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codeconnections
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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