aws-sdk-opsworks 1.68.0 → 1.69.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-opsworks/client.rb +5 -5
- data/lib/aws-sdk-opsworks/resource.rb +1 -1
- data/lib/aws-sdk-opsworks/stack.rb +1 -1
- data/lib/aws-sdk-opsworks/types.rb +14 -14
- data/lib/aws-sdk-opsworks.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b9297cf695b28d94ffb38f1da0b498a96043f295fb3f6f3c2047a4ba2e94b4d
|
|
4
|
+
data.tar.gz: d9d08c8ccc65287563fe44e599960fc87b47d3db3a4730eabd1538a2da1eadab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 784d3ce6f3b334b1ac358a8e99673f08e91a185fb739c5b199c2f7d0030fe0dac6f7866c4adf0c585f8b5ffa916d38f9914533b27db08f31304ae89ed7ef47f4
|
|
7
|
+
data.tar.gz: 1e8f16ac15df52e4343f69affd9ee59c1195c513cbb44557950b72cd8ff3345908b91923e30b1fea98a6aabb7b10f9433cccb18f3d925ae1d676860e5dc6bbe9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.69.0
|
|
@@ -820,7 +820,7 @@ module Aws::OpsWorks
|
|
|
820
820
|
# override the corresponding default stack configuration JSON values.
|
|
821
821
|
# The string should be in the following format:
|
|
822
822
|
#
|
|
823
|
-
# `"
|
|
823
|
+
# `"{"key1": "value1", "key2": "value2",...}"`
|
|
824
824
|
#
|
|
825
825
|
# For more information about custom JSON, see [Use Custom JSON to Modify
|
|
826
826
|
# the Stack Configuration Attributes][1]
|
|
@@ -1171,7 +1171,7 @@ module Aws::OpsWorks
|
|
|
1171
1171
|
# parameter to override some corresponding default stack configuration
|
|
1172
1172
|
# JSON values. The string should be in the following format:
|
|
1173
1173
|
#
|
|
1174
|
-
# `"
|
|
1174
|
+
# `"{"key1": "value1", "key2": "value2",...}"`
|
|
1175
1175
|
#
|
|
1176
1176
|
# For more information about custom JSON, see [Use Custom JSON to Modify
|
|
1177
1177
|
# the Stack Configuration Attributes][1] and [Overriding Attributes With
|
|
@@ -1872,7 +1872,7 @@ module Aws::OpsWorks
|
|
|
1872
1872
|
# values or to pass data to recipes. The string should be in the
|
|
1873
1873
|
# following format:
|
|
1874
1874
|
#
|
|
1875
|
-
# `"
|
|
1875
|
+
# `"{"key1": "value1", "key2": "value2",...}"`
|
|
1876
1876
|
#
|
|
1877
1877
|
# For more information about custom JSON, see [Use Custom JSON to Modify
|
|
1878
1878
|
# the Stack Configuration Attributes][1].
|
|
@@ -5517,7 +5517,7 @@ module Aws::OpsWorks
|
|
|
5517
5517
|
# override the corresponding default stack configuration JSON values or
|
|
5518
5518
|
# to pass data to recipes. The string should be in the following format:
|
|
5519
5519
|
#
|
|
5520
|
-
# `"
|
|
5520
|
+
# `"{"key1": "value1", "key2": "value2",...}"`
|
|
5521
5521
|
#
|
|
5522
5522
|
# For more information about custom JSON, see [Use Custom JSON to Modify
|
|
5523
5523
|
# the Stack Configuration Attributes][1].
|
|
@@ -5790,7 +5790,7 @@ module Aws::OpsWorks
|
|
|
5790
5790
|
tracer: tracer
|
|
5791
5791
|
)
|
|
5792
5792
|
context[:gem_name] = 'aws-sdk-opsworks'
|
|
5793
|
-
context[:gem_version] = '1.
|
|
5793
|
+
context[:gem_version] = '1.69.0'
|
|
5794
5794
|
Seahorse::Client::Request.new(handlers, context)
|
|
5795
5795
|
end
|
|
5796
5796
|
|
|
@@ -248,7 +248,7 @@ module Aws::OpsWorks
|
|
|
248
248
|
# values or to pass data to recipes. The string should be in the
|
|
249
249
|
# following format:
|
|
250
250
|
#
|
|
251
|
-
# `"
|
|
251
|
+
# `"{"key1": "value1", "key2": "value2",...}"`
|
|
252
252
|
#
|
|
253
253
|
# For more information about custom JSON, see [Use Custom JSON to Modify
|
|
254
254
|
# the Stack Configuration Attributes][1].
|
|
@@ -130,7 +130,7 @@ module Aws::OpsWorks
|
|
|
130
130
|
# values or to pass data to recipes. The string should be in the
|
|
131
131
|
# following format:
|
|
132
132
|
#
|
|
133
|
-
# `"
|
|
133
|
+
# `"{"key1": "value1", "key2": "value2",...}"`
|
|
134
134
|
#
|
|
135
135
|
# For more information on custom JSON, see [Use Custom JSON to Modify
|
|
136
136
|
# the Stack Configuration Attributes][1].
|
|
@@ -528,7 +528,7 @@ module Aws::OpsWorks
|
|
|
528
528
|
# override the corresponding default stack configuration JSON values.
|
|
529
529
|
# The string should be in the following format:
|
|
530
530
|
#
|
|
531
|
-
# `"
|
|
531
|
+
# `"{"key1": "value1", "key2": "value2",...}"`
|
|
532
532
|
#
|
|
533
533
|
# For more information about custom JSON, see [Use Custom JSON to
|
|
534
534
|
# Modify the Stack Configuration Attributes][1]
|
|
@@ -1056,7 +1056,7 @@ module Aws::OpsWorks
|
|
|
1056
1056
|
# parameter to override some corresponding default stack configuration
|
|
1057
1057
|
# JSON values. The string should be in the following format:
|
|
1058
1058
|
#
|
|
1059
|
-
# `"
|
|
1059
|
+
# `"{"key1": "value1", "key2": "value2",...}"`
|
|
1060
1060
|
#
|
|
1061
1061
|
# For more information about custom JSON, see [Use Custom JSON to
|
|
1062
1062
|
# Modify the Stack Configuration Attributes][1] and [Overriding
|
|
@@ -1703,7 +1703,7 @@ module Aws::OpsWorks
|
|
|
1703
1703
|
# values or to pass data to recipes. The string should be in the
|
|
1704
1704
|
# following format:
|
|
1705
1705
|
#
|
|
1706
|
-
# `"
|
|
1706
|
+
# `"{"key1": "value1", "key2": "value2",...}"`
|
|
1707
1707
|
#
|
|
1708
1708
|
# For more information about custom JSON, see [Use Custom JSON to
|
|
1709
1709
|
# Modify the Stack Configuration Attributes][1].
|
|
@@ -2067,7 +2067,7 @@ module Aws::OpsWorks
|
|
|
2067
2067
|
# values for stack or to pass data to recipes. The string should be in
|
|
2068
2068
|
# the following format:
|
|
2069
2069
|
#
|
|
2070
|
-
# `"
|
|
2070
|
+
# `"{"key1": "value1", "key2": "value2",...}"`
|
|
2071
2071
|
#
|
|
2072
2072
|
# For more information on custom JSON, see [Use Custom JSON to Modify
|
|
2073
2073
|
# the Stack Configuration Attributes][1].
|
|
@@ -2111,7 +2111,7 @@ module Aws::OpsWorks
|
|
|
2111
2111
|
# recipes, set an `Args` parameter named `recipes` to the list of
|
|
2112
2112
|
# recipes to be executed. For example, to execute
|
|
2113
2113
|
# `phpapp::appsetup`, set `Args` to
|
|
2114
|
-
#
|
|
2114
|
+
# `{"recipes":["phpapp::appsetup"]}`.
|
|
2115
2115
|
#
|
|
2116
2116
|
# * `install_dependencies`: Install the stack's dependencies.
|
|
2117
2117
|
#
|
|
@@ -2129,8 +2129,8 @@ module Aws::OpsWorks
|
|
|
2129
2129
|
#
|
|
2130
2130
|
# * `deploy`: Deploy an app. Ruby on Rails apps have an optional
|
|
2131
2131
|
# `Args` parameter named `migrate`. Set `Args` to
|
|
2132
|
-
#
|
|
2133
|
-
#
|
|
2132
|
+
# \{"migrate":\["true"\]} to migrate the database. The default
|
|
2133
|
+
# setting is \{"migrate":\["false"\]}.
|
|
2134
2134
|
#
|
|
2135
2135
|
# * `rollback` Roll the app back to the previous version. When you
|
|
2136
2136
|
# update an app, OpsWorks Stacks stores the previous version, up to
|
|
@@ -2150,8 +2150,8 @@ module Aws::OpsWorks
|
|
|
2150
2150
|
# The arguments of those commands that take arguments. It should be
|
|
2151
2151
|
# set to a JSON object with the following format:
|
|
2152
2152
|
#
|
|
2153
|
-
#
|
|
2154
|
-
# "value2", ...],
|
|
2153
|
+
# `{"arg_name1" : ["value1", "value2", ...], "arg_name2" : ["value1",
|
|
2154
|
+
# "value2", ...], ...}`
|
|
2155
2155
|
#
|
|
2156
2156
|
# The `update_dependencies` command takes two arguments:
|
|
2157
2157
|
#
|
|
@@ -2167,8 +2167,8 @@ module Aws::OpsWorks
|
|
|
2167
2167
|
# For example, to upgrade an instance to Amazon Linux 2018.03, set
|
|
2168
2168
|
# `Args` to the following.
|
|
2169
2169
|
#
|
|
2170
|
-
# `
|
|
2171
|
-
# "allow_reboot":["true"]
|
|
2170
|
+
# ` { "upgrade_os_to":["Amazon Linux 2018.03"],
|
|
2171
|
+
# "allow_reboot":["true"] } `
|
|
2172
2172
|
# @return [Hash<String,Array<String>>]
|
|
2173
2173
|
#
|
|
2174
2174
|
# @see http://docs.aws.amazon.com/goto/WebAPI/opsworks-2013-02-18/DeploymentCommand AWS API Documentation
|
|
@@ -4947,7 +4947,7 @@ module Aws::OpsWorks
|
|
|
4947
4947
|
# configuration attribute values or to pass data to recipes. The
|
|
4948
4948
|
# string should be in the following format:
|
|
4949
4949
|
#
|
|
4950
|
-
# `"
|
|
4950
|
+
# `"{"key1": "value1", "key2": "value2",...}"`
|
|
4951
4951
|
#
|
|
4952
4952
|
# For more information on custom JSON, see [Use Custom JSON to Modify
|
|
4953
4953
|
# the Stack Configuration Attributes][1].
|
|
@@ -5855,7 +5855,7 @@ module Aws::OpsWorks
|
|
|
5855
5855
|
# or to pass data to recipes. The string should be in the following
|
|
5856
5856
|
# format:
|
|
5857
5857
|
#
|
|
5858
|
-
# `"
|
|
5858
|
+
# `"{"key1": "value1", "key2": "value2",...}"`
|
|
5859
5859
|
#
|
|
5860
5860
|
# For more information about custom JSON, see [Use Custom JSON to
|
|
5861
5861
|
# Modify the Stack Configuration Attributes][1].
|
|
@@ -6326,7 +6326,7 @@ module Aws::OpsWorks
|
|
|
6326
6326
|
# four hours, from UTC 1200 - 1600. It will be off for the remainder of
|
|
6327
6327
|
# the day.
|
|
6328
6328
|
#
|
|
6329
|
-
# `
|
|
6329
|
+
# ` { "12":"on", "13":"on", "14":"on", "15":"on" } `
|
|
6330
6330
|
#
|
|
6331
6331
|
# @!attribute [rw] monday
|
|
6332
6332
|
# The schedule for Monday.
|
data/lib/aws-sdk-opsworks.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-opsworks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.69.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-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|