aws-sdk-codestarconnections 1.42.0 → 1.43.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: 492cf842dc1ffbf21f9ac2552e332c42a6e1b2977d4ed6f1fdc87219f5f1910f
4
- data.tar.gz: 386be94b7dc52d923a71e842d549e7866198070db59846ee4b52a96508150a7e
3
+ metadata.gz: dd314c60e8a7b7f6afcd1b6767d87a42859b7d7ffe983d0613334f77425b742f
4
+ data.tar.gz: 961b8d3bec08008d1f7f1f257b643b04c4d1433394d0497cacc474098895c54a
5
5
  SHA512:
6
- metadata.gz: 0f471a9791a37a4f46922e001a3449940094a7de0b3f66fb824c6cc427a13ac822770f451770e2e4268efc0a26e7f7a7466950075ae622edf186aa71c9ec3a12
7
- data.tar.gz: bb9a3c64cbb0c32685be411f3eca5cce002e07d5f022c1c28c79b6ce0b02248d25acb8bd9d97fc93cd75bd458d03da2bf744c75876e553d9f23dcb76568c54b7
6
+ metadata.gz: 4868702f544b0e5f553cdd79f0600cad27db923af597959ccd5323d8f08d18ebe3a2d300a999b77b482176b67e8dd561294e92606dbb68718ec92be185f47082
7
+ data.tar.gz: b452f69b27ff821882f822a57b0730fceab5ef7d11fd3403a4672b211b6baa3b6e34474b41a193454cd70d6b02a663c180b8515a10e4a6d081c0351929ac4a9c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.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.42.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.43.0
@@ -301,8 +301,9 @@ module Aws::CodeStarconnections
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::CodeStarconnections
1686
1687
  params: params,
1687
1688
  config: config)
1688
1689
  context[:gem_name] = 'aws-sdk-codestarconnections'
1689
- context[:gem_version] = '1.42.0'
1690
+ context[:gem_version] = '1.43.0'
1690
1691
  Seahorse::Client::Request.new(handlers, context)
1691
1692
  end
1692
1693
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-codestarconnections/customizations'
52
52
  # @!group service
53
53
  module Aws::CodeStarconnections
54
54
 
55
- GEM_VERSION = '1.42.0'
55
+ GEM_VERSION = '1.43.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codestarconnections
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.42.0
4
+ version: 1.43.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