aws-sdk-applicationautoscaling 1.32.0 → 1.33.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
  SHA1:
3
- metadata.gz: cc9da923fb46fc18830a96a8f6fe17530a9a8c78
4
- data.tar.gz: 0304501d06f2ad39a64a821eadf972ce83061ffc
3
+ metadata.gz: 7e4f9c213a7953f92e08d0197fc9ea3cf888a0d2
4
+ data.tar.gz: 1d2617f537ec0139147024ea2f9562cc332847b5
5
5
  SHA512:
6
- metadata.gz: 9a4239b9e107432e3ddff477f462104e8c514acc48122371cc368d4e2c491a9cc77dd938fb96bb46f63eac889e8182351d046e15a5ec52435443d8b5d64167a0
7
- data.tar.gz: ee4a26f9822f1413079fedbb9f93df8d300d4490d98fd2a71bbb090dc4690246959c61aec54267431d5ac28e8ca51c40fcf56fbd14afb518823a4ae6689cc38b
6
+ metadata.gz: dc789588d2403183092cc7c441fd737e142ebc290f695fa2825946581d6c94b31343607c51b7d1c038a07f3971040ad468e2841113156c4225436a266909e335
7
+ data.tar.gz: '08df5bb37bf67dd239574a00604ee41de84440cd636722a45996dad35771ac2950ffbae2c7efc14d6386a35c1b5889da5f85a2b206731026dfab057c9ca5212b'
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-applicationautoscaling/customizations'
42
42
  # @service
43
43
  module Aws::ApplicationAutoScaling
44
44
 
45
- GEM_VERSION = '1.32.0'
45
+ GEM_VERSION = '1.33.0'
46
46
 
47
47
  end
@@ -2245,7 +2245,7 @@ module Aws::ApplicationAutoScaling
2245
2245
  params: params,
2246
2246
  config: config)
2247
2247
  context[:gem_name] = 'aws-sdk-applicationautoscaling'
2248
- context[:gem_version] = '1.32.0'
2248
+ context[:gem_version] = '1.33.0'
2249
2249
  Seahorse::Client::Request.new(handlers, context)
2250
2250
  end
2251
2251
 
@@ -334,7 +334,7 @@ module Aws::ApplicationAutoScaling
334
334
 
335
335
  api.metadata = {
336
336
  "apiVersion" => "2016-02-06",
337
- "endpointPrefix" => "autoscaling",
337
+ "endpointPrefix" => "application-autoscaling",
338
338
  "jsonVersion" => "1.1",
339
339
  "protocol" => "json",
340
340
  "serviceFullName" => "Application Auto Scaling",
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.32.0
4
+ version: 1.33.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: 2019-10-23 00:00:00.000000000 Z
11
+ date: 2019-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core