aws-sdk-opsworkscm 1.23.0 → 1.24.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 +4 -4
- data/lib/aws-sdk-opsworkscm.rb +3 -3
- data/lib/aws-sdk-opsworkscm/client.rb +1 -1
- data/lib/aws-sdk-opsworkscm/client_api.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3fb0d8022b53aff0b306519c1f293e2bffead43
|
|
4
|
+
data.tar.gz: d15596b257e64009abc417a7c0e1ac3da1a3f25b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa45c52b3b4cd9982adf52503c01d970e650da51d5085a0ca7ea8c956a29630c257549bac8e5403f8a7e78bbbe0b9f445535a0264477209ce47685fde5ff3d0c
|
|
7
|
+
data.tar.gz: 48bddf3149f9c51951a34ceba4195f982fd17386d5cee78035168f0edcd23bd63afd4c0755d93d34865a294e73a90fda76136a962cd4f33bcd6cc5f70a4143d5
|
data/lib/aws-sdk-opsworkscm.rb
CHANGED
|
@@ -16,7 +16,7 @@ require_relative 'aws-sdk-opsworkscm/waiters'
|
|
|
16
16
|
require_relative 'aws-sdk-opsworkscm/resource'
|
|
17
17
|
require_relative 'aws-sdk-opsworkscm/customizations'
|
|
18
18
|
|
|
19
|
-
# This module provides support for AWS OpsWorks
|
|
19
|
+
# This module provides support for AWS OpsWorks CM. This module is available in the
|
|
20
20
|
# `aws-sdk-opsworkscm` gem.
|
|
21
21
|
#
|
|
22
22
|
# # Client
|
|
@@ -29,7 +29,7 @@ require_relative 'aws-sdk-opsworkscm/customizations'
|
|
|
29
29
|
#
|
|
30
30
|
# # Errors
|
|
31
31
|
#
|
|
32
|
-
# Errors returned from AWS OpsWorks
|
|
32
|
+
# Errors returned from AWS OpsWorks CM all
|
|
33
33
|
# extend {Errors::ServiceError}.
|
|
34
34
|
#
|
|
35
35
|
# begin
|
|
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
|
|
|
43
43
|
# @service
|
|
44
44
|
module Aws::OpsWorksCM
|
|
45
45
|
|
|
46
|
-
GEM_VERSION = '1.
|
|
46
|
+
GEM_VERSION = '1.24.0'
|
|
47
47
|
|
|
48
48
|
end
|
|
@@ -1438,7 +1438,7 @@ module Aws::OpsWorksCM
|
|
|
1438
1438
|
params: params,
|
|
1439
1439
|
config: config)
|
|
1440
1440
|
context[:gem_name] = 'aws-sdk-opsworkscm'
|
|
1441
|
-
context[:gem_version] = '1.
|
|
1441
|
+
context[:gem_version] = '1.24.0'
|
|
1442
1442
|
Seahorse::Client::Request.new(handlers, context)
|
|
1443
1443
|
end
|
|
1444
1444
|
|
|
@@ -331,7 +331,7 @@ module Aws::OpsWorksCM
|
|
|
331
331
|
"jsonVersion" => "1.1",
|
|
332
332
|
"protocol" => "json",
|
|
333
333
|
"serviceAbbreviation" => "OpsWorksCM",
|
|
334
|
-
"serviceFullName" => "AWS OpsWorks
|
|
334
|
+
"serviceFullName" => "AWS OpsWorks CM",
|
|
335
335
|
"serviceId" => "OpsWorksCM",
|
|
336
336
|
"signatureVersion" => "v4",
|
|
337
337
|
"signingName" => "opsworks-cm",
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-opsworkscm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.24.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-
|
|
11
|
+
date: 2019-08-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -44,8 +44,8 @@ dependencies:
|
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
46
|
version: '1.1'
|
|
47
|
-
description: Official AWS Ruby gem for AWS OpsWorks
|
|
48
|
-
|
|
47
|
+
description: Official AWS Ruby gem for AWS OpsWorks CM (OpsWorksCM). This gem is part
|
|
48
|
+
of the AWS SDK for Ruby.
|
|
49
49
|
email:
|
|
50
50
|
- trevrowe@amazon.com
|
|
51
51
|
executables: []
|