aws-sdk-billingconductor 1.21.0 → 1.22.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: 8cff9eec7b253be09f4cddd0e6d884c2ed2ae8e2d3531217400738e5d83d7abf
4
- data.tar.gz: 6cb4d7077135916aba5e40b848ecc2cff266d8775cf8005b26620ae200b2ac11
3
+ metadata.gz: a2a7723e3996a6ad53b47edbebcb7f317fa5fc1c8fb536200651b5806e243ba7
4
+ data.tar.gz: e57b7f2951bfe32cf9e8666ce75ee458c64aba5a3ed15a3537c62460c04f8ca4
5
5
  SHA512:
6
- metadata.gz: 4efac254f596526382007ddd881f857b85fa00bd5fca2da0093e850743eb0ac2a0ddf3730123a6f953bde2c5f1a005f87de9ff9c25328d2004978e20af156de2
7
- data.tar.gz: 22dba64167b9e0f6940749e49399da256e23705131f647d2f1000272d708b0f963c60dbd2fefca8d52ee6358925cf2b931b8c6343830a0032529332619a78697
6
+ metadata.gz: 471e674e8ac2ac79662cd7faac5828723da191383f84b7cd0279452e8d409796ff563a6d42998c05af68d4b5773a31848b29b0639d8891b81de043ced2923a3a
7
+ data.tar.gz: 45ae0291297a2dea224904143b587cf341cc9d0268d042244b9d343042cde11c0a98d9c2c4e281cc112dd9a084cedde35eb7ac580576e0a22485e074082b5ded
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.22.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.21.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.21.0
1
+ 1.22.0
@@ -301,8 +301,9 @@ module Aws::BillingConductor
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
  #
@@ -2138,7 +2139,7 @@ module Aws::BillingConductor
2138
2139
  params: params,
2139
2140
  config: config)
2140
2141
  context[:gem_name] = 'aws-sdk-billingconductor'
2141
- context[:gem_version] = '1.21.0'
2142
+ context[:gem_version] = '1.22.0'
2142
2143
  Seahorse::Client::Request.new(handlers, context)
2143
2144
  end
2144
2145
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-billingconductor/customizations'
53
53
  # @!group service
54
54
  module Aws::BillingConductor
55
55
 
56
- GEM_VERSION = '1.21.0'
56
+ GEM_VERSION = '1.22.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-billingconductor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.21.0
4
+ version: 1.22.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