aws-sdk-wellarchitected 1.0.0 → 1.1.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 182a06227e2fd19784c33b90d456e4a522c62866c084f7e430c4367aec803538
|
4
|
+
data.tar.gz: 4b1533ec975c8d19f8664466ed73eef4f91dccf4c2212df3dac1c507fef8395d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58c62e5a8cec0fe372e52a99e85b8df129807f22916d04627c2b3e1708001292c58fcd970fabb293c690a0eadaf351de6b6e34cbc6924b0c90489c569a1c6ad6
|
7
|
+
data.tar.gz: d2a7c970ccbf68213d10a2485665dcd6dcbe6e808041fd982fa3fcd9c517b4ecddf6edbb46a6687be1811105d840cfe32be094c9e3aefda3ac98fc3915e3ea88
|
@@ -1623,6 +1623,8 @@ module Aws::WellArchitected
|
|
1623
1623
|
# @option params [Array<String>] :selected_choices
|
1624
1624
|
# List of selected choice IDs in a question answer.
|
1625
1625
|
#
|
1626
|
+
# The values entered replace the previously selected choices.
|
1627
|
+
#
|
1626
1628
|
# @option params [String] :notes
|
1627
1629
|
# The notes associated with the workload.
|
1628
1630
|
#
|
@@ -2058,7 +2060,7 @@ module Aws::WellArchitected
|
|
2058
2060
|
params: params,
|
2059
2061
|
config: config)
|
2060
2062
|
context[:gem_name] = 'aws-sdk-wellarchitected'
|
2061
|
-
context[:gem_version] = '1.
|
2063
|
+
context[:gem_version] = '1.1.0'
|
2062
2064
|
Seahorse::Client::Request.new(handlers, context)
|
2063
2065
|
end
|
2064
2066
|
|
@@ -58,6 +58,8 @@ module Aws::WellArchitected
|
|
58
58
|
#
|
59
59
|
# @!attribute [rw] selected_choices
|
60
60
|
# List of selected choice IDs in a question answer.
|
61
|
+
#
|
62
|
+
# The values entered replace the previously selected choices.
|
61
63
|
# @return [Array<String>]
|
62
64
|
#
|
63
65
|
# @!attribute [rw] is_applicable
|
@@ -112,6 +114,8 @@ module Aws::WellArchitected
|
|
112
114
|
#
|
113
115
|
# @!attribute [rw] selected_choices
|
114
116
|
# List of selected choice IDs in a question answer.
|
117
|
+
#
|
118
|
+
# The values entered replace the previously selected choices.
|
115
119
|
# @return [Array<String>]
|
116
120
|
#
|
117
121
|
# @!attribute [rw] is_applicable
|
@@ -2207,6 +2211,8 @@ module Aws::WellArchitected
|
|
2207
2211
|
#
|
2208
2212
|
# @!attribute [rw] selected_choices
|
2209
2213
|
# List of selected choice IDs in a question answer.
|
2214
|
+
#
|
2215
|
+
# The values entered replace the previously selected choices.
|
2210
2216
|
# @return [Array<String>]
|
2211
2217
|
#
|
2212
2218
|
# @!attribute [rw] notes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-wellarchitected
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.1.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:
|
11
|
+
date: 2021-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|