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: dc23d33ab9a10b86f45673bdc11b5a9d7400c45421e3e752ee407c6d42ad0490
4
- data.tar.gz: b8f8731c70fe30b80ad7fb892daa4b6a616135ede445407cac80eca510507f90
3
+ metadata.gz: 182a06227e2fd19784c33b90d456e4a522c62866c084f7e430c4367aec803538
4
+ data.tar.gz: 4b1533ec975c8d19f8664466ed73eef4f91dccf4c2212df3dac1c507fef8395d
5
5
  SHA512:
6
- metadata.gz: ba2b76a54b25b587e7965ad5f51b904ff5435ab6281cb3b193153b2ba93381d3faff838e754cd79f2215449977f77529eebe2d630d0423a30e93c5f97b901ada
7
- data.tar.gz: 9a087328c8d2ea8347a9381d92df678aa4636fc5bc29d94a57ac67d15e810f532c273049d5f091cefcd94b7fc144b82802828a5004920b631d83609be36704b9
6
+ metadata.gz: 58c62e5a8cec0fe372e52a99e85b8df129807f22916d04627c2b3e1708001292c58fcd970fabb293c690a0eadaf351de6b6e34cbc6924b0c90489c569a1c6ad6
7
+ data.tar.gz: d2a7c970ccbf68213d10a2485665dcd6dcbe6e808041fd982fa3fcd9c517b4ecddf6edbb46a6687be1811105d840cfe32be094c9e3aefda3ac98fc3915e3ea88
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-wellarchitected/customizations'
48
48
  # @!group service
49
49
  module Aws::WellArchitected
50
50
 
51
- GEM_VERSION = '1.0.0'
51
+ GEM_VERSION = '1.1.0'
52
52
 
53
53
  end
@@ -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.0.0'
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.0.0
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: 2020-12-16 00:00:00.000000000 Z
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