aws-sdk-applicationautoscaling 1.82.0 → 1.83.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: f0e395ed5ac94d4732d94533ba0a806af841f1a3aa9a064022660b08970a2b38
4
- data.tar.gz: 6636d2e4b8c9a880ce0293248ecfc110e650e1ca68980794cf43cb081304e43e
3
+ metadata.gz: e034ca029e3b7c03ac0990ead887498e090590bd3c30c6b0aa3622e462bc9d30
4
+ data.tar.gz: b226a626df170dfa51c3a59f1a6e20c5e507e49fca4190b80c47f549e90b5ebc
5
5
  SHA512:
6
- metadata.gz: 8ce8409f7784046728476504ab5243a77e5fa842afe1963a1aaeb2f9ebb39169d064077317ad9e5c174b46f1276cdf3c58293060267abb3fb5bdf7e2bab0cc4a
7
- data.tar.gz: 42b0389c378bbc1c72811b6efa057e810e1fd7206a579484b27aba46c97e906de02f464203d57c1a624fa1a79eea08e769dfebbfc2f07fe58426f718a98cd9b8
6
+ metadata.gz: 6a3501c69a9c1fa521ca0f1c4cfbc9e2e2bdc0dd2f5ee3b71bdac9a0c06267e369d54d1cda4456f50aeeac60b75faabc163a18bbf5817d65c3e1e1b0b4789451
7
+ data.tar.gz: c6573d7ca22f2a092047fb92c98e63bec059ecef4319db0f6ac00aed92feea443c753b9aa3c13ccd93c62e02f5aa2b6a3c210685afeac1d487f37a961b844e4e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2024-05-17)
5
+ ------------------
6
+
7
+ * Feature - add v2 smoke tests and smithy smokeTests trait for SDK testing.
8
+
4
9
  1.82.0 (2024-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.82.0
1
+ 1.83.0
@@ -3418,7 +3418,7 @@ module Aws::ApplicationAutoScaling
3418
3418
  params: params,
3419
3419
  config: config)
3420
3420
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
3421
- context[:gem_version] = '1.82.0'
3421
+ context[:gem_version] = '1.83.0'
3422
3422
  Seahorse::Client::Request.new(handlers, context)
3423
3423
  end
3424
3424
 
@@ -442,6 +442,7 @@ module Aws::ApplicationAutoScaling
442
442
  "endpointPrefix" => "application-autoscaling",
443
443
  "jsonVersion" => "1.1",
444
444
  "protocol" => "json",
445
+ "protocols" => ["json"],
445
446
  "serviceFullName" => "Application Auto Scaling",
446
447
  "serviceId" => "Application Auto Scaling",
447
448
  "signatureVersion" => "v4",
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
52
52
  # @!group service
53
53
  module Aws::ApplicationAutoScaling
54
54
 
55
- GEM_VERSION = '1.82.0'
55
+ GEM_VERSION = '1.83.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationautoscaling
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.82.0
4
+ version: 1.83.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-05-13 00:00:00.000000000 Z
11
+ date: 2024-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core