aws-sdk-sms 1.57.0 → 1.58.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: d45460c13eb3601fe00bf96b0d45004679884d3cdfcf2979eec6a4171aaebad3
4
- data.tar.gz: 3b502a63a91fc14944a91dd8ca96764b0040337fee7c5e044171e69ade9a0c04
3
+ metadata.gz: 48df993ee7b5b3c355ff6d44e6283c3ffbf6e96d2653042349875ef00e27f083
4
+ data.tar.gz: bdcebd7b1757f5ce4d54d2524a73acae227be3f906744cd35e3cc22edc404571
5
5
  SHA512:
6
- metadata.gz: 551af3a2eb045f70da05cd582482d6e3eb4b05969c7a6ebdc462f6aeb268f2c777ccc650283285dade0985a01b8a40cda766ac5fe9d52bdd2aea75ab5a077993
7
- data.tar.gz: 27aac329794f5978526e1503df9d0ff15b4c00b382254d599a6bd9528b524541d155d65bdf1070190cae39a64f50ef3c15fd9bf9f1a0a70d9a9d04b70f6283ff
6
+ metadata.gz: d5b70bc32155410fff928d39f4d5a537c2b4d556030509c3d0c3aae487f51b00245643b56315768bd5b7a619cf24c59af405d88c0fa02d2e9c00efdf7aa58022
7
+ data.tar.gz: 60f658db4c6eca74423c341628b94ce4508ef20c31d186d89a38ba778df0bc3e617d83d1ce274ed476e8e98dc7f1334b77d228575d9522e93d937ea1b562322e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2024-06-25)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.57.0 (2024-06-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -314,13 +314,10 @@ module Aws::SMS
314
314
  #
315
315
  # @option options [Boolean] :simple_json (false)
316
316
  # Disables request parameter conversion, validation, and formatting.
317
- # Also disable response data type conversions. This option is useful
318
- # when you want to ensure the highest level of performance by
319
- # avoiding overhead of walking request parameters and response data
320
- # structures.
321
- #
322
- # When `:simple_json` is enabled, the request parameters hash must
323
- # be formatted exactly as the DynamoDB API expects.
317
+ # Also disables response data type conversions. The request parameters
318
+ # hash must be formatted exactly as the API expects.This option is useful
319
+ # when you want to ensure the highest level of performance by avoiding
320
+ # overhead of walking request parameters and response data structures.
324
321
  #
325
322
  # @option options [Boolean] :stub_responses (false)
326
323
  # Causes the client to return stubbed responses. By default
@@ -2137,7 +2134,7 @@ module Aws::SMS
2137
2134
  params: params,
2138
2135
  config: config)
2139
2136
  context[:gem_name] = 'aws-sdk-sms'
2140
- context[:gem_version] = '1.57.0'
2137
+ context[:gem_version] = '1.58.0'
2141
2138
  Seahorse::Client::Request.new(handlers, context)
2142
2139
  end
2143
2140
 
data/lib/aws-sdk-sms.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-sms/customizations'
52
52
  # @!group service
53
53
  module Aws::SMS
54
54
 
55
- GEM_VERSION = '1.57.0'
55
+ GEM_VERSION = '1.58.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.58.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-06-24 00:00:00.000000000 Z
11
+ date: 2024-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.198.0
22
+ version: 3.199.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.198.0
32
+ version: 3.199.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement