aws-sdk-opsworks 1.68.0 → 1.69.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a5d344ac3f5b9f808ffd8282bf736564941683db4f1ed786f58949a11c7cff81
4
- data.tar.gz: 336240fe2469af0d37ef549766d4b139c6dbe6e06fce18f3ab8f50b8e6ecd276
3
+ metadata.gz: 1b9297cf695b28d94ffb38f1da0b498a96043f295fb3f6f3c2047a4ba2e94b4d
4
+ data.tar.gz: d9d08c8ccc65287563fe44e599960fc87b47d3db3a4730eabd1538a2da1eadab
5
5
  SHA512:
6
- metadata.gz: 1ff3bd950d09771774166365da359e724624ba276822d821736d5eb91c436abdf8061ab83e05713d7de9529d6ff3399d144eaa4a5fd1645e96cd904e84e08a2f
7
- data.tar.gz: 4b220f083cbc838fa39a89c3e5b0f65abf2db4858c49b8887a989524bfad95aa041f264f257d2cd1f483abf8c558c94f985e85079fd4ed9d62829e03fa5b8bed
6
+ metadata.gz: 784d3ce6f3b334b1ac358a8e99673f08e91a185fb739c5b199c2f7d0030fe0dac6f7866c4adf0c585f8b5ffa916d38f9914533b27db08f31304ae89ed7ef47f4
7
+ data.tar.gz: 1e8f16ac15df52e4343f69affd9ee59c1195c513cbb44557950b72cd8ff3345908b91923e30b1fea98a6aabb7b10f9433cccb18f3d925ae1d676860e5dc6bbe9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.68.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
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
- # `"\{"key1": "value1", "key2": "value2",...\}"`
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
- # `"\{"key1": "value1", "key2": "value2",...\}"`
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
- # `"\{"key1": "value1", "key2": "value2",...\}"`
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
- # `"\{"key1": "value1", "key2": "value2",...\}"`
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.68.0'
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
- # `"\{"key1": "value1", "key2": "value2",...\}"`
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
- # `"\{"key1": "value1", "key2": "value2",...\}"`
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
- # `"\{"key1": "value1", "key2": "value2",...\}"`
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
- # `"\{"key1": "value1", "key2": "value2",...\}"`
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
- # `"\{"key1": "value1", "key2": "value2",...\}"`
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
- # `"\{"key1": "value1", "key2": "value2",...\}"`
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
- # `\{"recipes":["phpapp::appsetup"]\}`.
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
- # \\\{"migrate":\["true"\]\\} to migrate the database. The
2133
- # default setting is \\\{"migrate":\["false"\]\\}.
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
- # `\{"arg_name1" : ["value1", "value2", ...], "arg_name2" : ["value1",
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
- # ` \{ "upgrade_os_to":["Amazon Linux 2018.03"],
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
- # `"\{"key1": "value1", "key2": "value2",...\}"`
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
- # `"\{"key1": "value1", "key2": "value2",...\}"`
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
- # ` \{ "12":"on", "13":"on", "14":"on", "15":"on" \} `
6329
+ # ` { "12":"on", "13":"on", "14":"on", "15":"on" } `
6330
6330
  #
6331
6331
  # @!attribute [rw] monday
6332
6332
  # The schedule for Monday.
@@ -58,7 +58,7 @@ module Aws::OpsWorks
58
58
  autoload :Stack, 'aws-sdk-opsworks/stack'
59
59
  autoload :StackSummary, 'aws-sdk-opsworks/stack_summary'
60
60
 
61
- GEM_VERSION = '1.68.0'
61
+ GEM_VERSION = '1.69.0'
62
62
 
63
63
  end
64
64
 
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.68.0
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-10-18 00:00:00.000000000 Z
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