aws-sdk-wellarchitected 1.14.0 → 1.17.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: 7a5a0f128953c82600e86a2e0f59126c25455db624969bb79376e0fcd9be28b2
4
- data.tar.gz: ca37b8b154cbf0bdbd900feed301fb4a066eeddcdce1cdec3bb607d193f7f54b
3
+ metadata.gz: 75529d1efad9db9bd8c3ca2eb2ae083aa3f21c387f8dbadafbb3d450cf0254a0
4
+ data.tar.gz: 0c91ddbb9de0b1319c95d070f95b7e3b3c4b25c7699c16aaea405dc67f4e8313
5
5
  SHA512:
6
- metadata.gz: b4f13ebaa93b45134ecc9781b87646c99f8f349669aaa00904bb5a84e0ccc8efc632a6c72c9979f40301ccd84dc6d5fcdaac499b6a7af359f85c89c78cbdccd9
7
- data.tar.gz: a7c16036a13a75b5b57dab9cfc5965a8c05c1678066853e24bbbd08a71a6f54330cd42b4719de965a19b4cab9c623b22ff0b4d9669da178a99376a85a2586c96
6
+ metadata.gz: 3ffd05acf0ba7261070b1efdc131959178a206b842e5fe688fa8ac1e5c4a22601cd365c0a2f43756aa498ea53637813ceaa8c8182d9e8b5b026493f083450469
7
+ data.tar.gz: 74a0cd077a97cb6a47cded8a00f3ba5e60a932370c792c018935568dd84402c0116194b68b8575d39a428b5119830de420bd44e03644739e2e24143a0e3ed3d2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2022-06-30)
5
+ ------------------
6
+
7
+ * Feature - Added support for UpdateGlobalSettings API. Added status filter to ListWorkloadShares and ListLensShares.
8
+
9
+ 1.16.0 (2022-06-21)
10
+ ------------------
11
+
12
+ * Feature - Adds support for lens tagging, Adds support for multiple helpful-resource urls and multiple improvement-plan urls.
13
+
14
+ 1.15.0 (2022-02-24)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.14.0 (2022-02-03)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.14.0
1
+ 1.17.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -75,6 +76,7 @@ module Aws::WellArchitected
75
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
77
  add_plugin(Aws::Plugins::TransferEncoding)
77
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
80
  add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::RecursionDetection)
80
82
  add_plugin(Aws::Plugins::SignatureV4)
@@ -409,7 +411,14 @@ module Aws::WellArchitected
409
411
  # </note>
410
412
  #
411
413
  # @option params [required, String] :lens_alias
412
- # The alias of the lens, for example, `serverless`.
414
+ # The alias of the lens.
415
+ #
416
+ # For Amazon Web Services official lenses, this is either the lens
417
+ # alias, such as `serverless`, or the lens ARN, such as
418
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
419
+ #
420
+ # For custom lenses, this is the lens ARN, such as
421
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
413
422
  #
414
423
  # Each lens is identified by its LensSummary$LensAlias.
415
424
  #
@@ -469,7 +478,14 @@ module Aws::WellArchitected
469
478
  # Region. Only the owner of a lens can delete it.
470
479
  #
471
480
  # @option params [required, String] :lens_alias
472
- # The alias of the lens, for example, `serverless`.
481
+ # The alias of the lens.
482
+ #
483
+ # For Amazon Web Services official lenses, this is either the lens
484
+ # alias, such as `serverless`, or the lens ARN, such as
485
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
486
+ #
487
+ # For custom lenses, this is the lens ARN, such as
488
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
473
489
  #
474
490
  # Each lens is identified by its LensSummary$LensAlias.
475
491
  #
@@ -625,7 +641,7 @@ module Aws::WellArchitected
625
641
  # @option params [String] :architectural_design
626
642
  # The URL of the architectural design for the workload.
627
643
  #
628
- # @option params [required, String] :review_owner
644
+ # @option params [String] :review_owner
629
645
  # The review owner of the workload. The name, email address, or
630
646
  # identifier for the primary group or individual that owns the workload
631
647
  # review process.
@@ -735,7 +751,7 @@ module Aws::WellArchitected
735
751
  # non_aws_regions: ["WorkloadNonAwsRegion"],
736
752
  # pillar_priorities: ["PillarId"],
737
753
  # architectural_design: "WorkloadArchitecturalDesign",
738
- # review_owner: "WorkloadReviewOwner", # required
754
+ # review_owner: "WorkloadReviewOwner",
739
755
  # industry_type: "WorkloadIndustryType",
740
756
  # industry: "WorkloadIndustry",
741
757
  # lenses: ["LensAlias"], # required
@@ -849,7 +865,14 @@ module Aws::WellArchitected
849
865
  # </note>
850
866
  #
851
867
  # @option params [required, String] :lens_alias
852
- # The alias of the lens, for example, `serverless`.
868
+ # The alias of the lens.
869
+ #
870
+ # For Amazon Web Services official lenses, this is either the lens
871
+ # alias, such as `serverless`, or the lens ARN, such as
872
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
873
+ #
874
+ # For custom lenses, this is the lens ARN, such as
875
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
853
876
  #
854
877
  # Each lens is identified by its LensSummary$LensAlias.
855
878
  #
@@ -913,7 +936,14 @@ module Aws::WellArchitected
913
936
  # The ID associated with the workload share.
914
937
  #
915
938
  # @option params [required, String] :lens_alias
916
- # The alias of the lens, for example, `serverless`.
939
+ # The alias of the lens.
940
+ #
941
+ # For Amazon Web Services official lenses, this is either the lens
942
+ # alias, such as `serverless`, or the lens ARN, such as
943
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
944
+ #
945
+ # For custom lenses, this is the lens ARN, such as
946
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
917
947
  #
918
948
  # Each lens is identified by its LensSummary$LensAlias.
919
949
  #
@@ -1100,7 +1130,14 @@ module Aws::WellArchitected
1100
1130
  # [1]: https://docs.aws.amazon.com/wellarchitected/latest/userguide/lenses-format-specification.html
1101
1131
  #
1102
1132
  # @option params [required, String] :lens_alias
1103
- # The alias of the lens, for example, `serverless`.
1133
+ # The alias of the lens.
1134
+ #
1135
+ # For Amazon Web Services official lenses, this is either the lens
1136
+ # alias, such as `serverless`, or the lens ARN, such as
1137
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1138
+ #
1139
+ # For custom lenses, this is the lens ARN, such as
1140
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1104
1141
  #
1105
1142
  # Each lens is identified by its LensSummary$LensAlias.
1106
1143
  #
@@ -1138,7 +1175,14 @@ module Aws::WellArchitected
1138
1175
  # Web Services Region.
1139
1176
  #
1140
1177
  # @option params [required, String] :lens_alias
1141
- # The alias of the lens, for example, `serverless`.
1178
+ # The alias of the lens.
1179
+ #
1180
+ # For Amazon Web Services official lenses, this is either the lens
1181
+ # alias, such as `serverless`, or the lens ARN, such as
1182
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1183
+ #
1184
+ # For custom lenses, this is the lens ARN, such as
1185
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1142
1186
  #
1143
1187
  # Each lens is identified by its LensSummary$LensAlias.
1144
1188
  #
@@ -1188,6 +1232,11 @@ module Aws::WellArchitected
1188
1232
  # resp.answer.choices[0].helpful_resource.url #=> String
1189
1233
  # resp.answer.choices[0].improvement_plan.display_text #=> String
1190
1234
  # resp.answer.choices[0].improvement_plan.url #=> String
1235
+ # resp.answer.choices[0].additional_resources #=> Array
1236
+ # resp.answer.choices[0].additional_resources[0].type #=> String, one of "HELPFUL_RESOURCE", "IMPROVEMENT_PLAN"
1237
+ # resp.answer.choices[0].additional_resources[0].content #=> Array
1238
+ # resp.answer.choices[0].additional_resources[0].content[0].display_text #=> String
1239
+ # resp.answer.choices[0].additional_resources[0].content[0].url #=> String
1191
1240
  # resp.answer.selected_choices #=> Array
1192
1241
  # resp.answer.selected_choices[0] #=> String
1193
1242
  # resp.answer.choice_answers #=> Array
@@ -1212,7 +1261,14 @@ module Aws::WellArchitected
1212
1261
  # Get an existing lens.
1213
1262
  #
1214
1263
  # @option params [required, String] :lens_alias
1215
- # The alias of the lens, for example, `serverless`.
1264
+ # The alias of the lens.
1265
+ #
1266
+ # For Amazon Web Services official lenses, this is either the lens
1267
+ # alias, such as `serverless`, or the lens ARN, such as
1268
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1269
+ #
1270
+ # For custom lenses, this is the lens ARN, such as
1271
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1216
1272
  #
1217
1273
  # Each lens is identified by its LensSummary$LensAlias.
1218
1274
  #
@@ -1238,6 +1294,8 @@ module Aws::WellArchitected
1238
1294
  # resp.lens.description #=> String
1239
1295
  # resp.lens.owner #=> String
1240
1296
  # resp.lens.share_invitation_id #=> String
1297
+ # resp.lens.tags #=> Hash
1298
+ # resp.lens.tags["TagKey"] #=> String
1241
1299
  #
1242
1300
  # @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/GetLens AWS API Documentation
1243
1301
  #
@@ -1255,7 +1313,14 @@ module Aws::WellArchitected
1255
1313
  # Web Services Region.
1256
1314
  #
1257
1315
  # @option params [required, String] :lens_alias
1258
- # The alias of the lens, for example, `serverless`.
1316
+ # The alias of the lens.
1317
+ #
1318
+ # For Amazon Web Services official lenses, this is either the lens
1319
+ # alias, such as `serverless`, or the lens ARN, such as
1320
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1321
+ #
1322
+ # For custom lenses, this is the lens ARN, such as
1323
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1259
1324
  #
1260
1325
  # Each lens is identified by its LensSummary$LensAlias.
1261
1326
  #
@@ -1315,7 +1380,14 @@ module Aws::WellArchitected
1315
1380
  # Web Services Region.
1316
1381
  #
1317
1382
  # @option params [required, String] :lens_alias
1318
- # The alias of the lens, for example, `serverless`.
1383
+ # The alias of the lens.
1384
+ #
1385
+ # For Amazon Web Services official lenses, this is either the lens
1386
+ # alias, such as `serverless`, or the lens ARN, such as
1387
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1388
+ #
1389
+ # For custom lenses, this is the lens ARN, such as
1390
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1319
1391
  #
1320
1392
  # Each lens is identified by its LensSummary$LensAlias.
1321
1393
  #
@@ -1358,7 +1430,14 @@ module Aws::WellArchitected
1358
1430
  # Get lens version differences.
1359
1431
  #
1360
1432
  # @option params [required, String] :lens_alias
1361
- # The alias of the lens, for example, `serverless`.
1433
+ # The alias of the lens.
1434
+ #
1435
+ # For Amazon Web Services official lenses, this is either the lens
1436
+ # alias, such as `serverless`, or the lens ARN, such as
1437
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1438
+ #
1439
+ # For custom lenses, this is the lens ARN, such as
1440
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1362
1441
  #
1363
1442
  # Each lens is identified by its LensSummary$LensAlias.
1364
1443
  #
@@ -1564,7 +1643,14 @@ module Aws::WellArchitected
1564
1643
  # [1]: https://docs.aws.amazon.com/wellarchitected/latest/userguide/lenses-format-specification.html
1565
1644
  #
1566
1645
  # @option params [String] :lens_alias
1567
- # The alias of the lens, for example, `serverless`.
1646
+ # The alias of the lens.
1647
+ #
1648
+ # For Amazon Web Services official lenses, this is either the lens
1649
+ # alias, such as `serverless`, or the lens ARN, such as
1650
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1651
+ #
1652
+ # For custom lenses, this is the lens ARN, such as
1653
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1568
1654
  #
1569
1655
  # Each lens is identified by its LensSummary$LensAlias.
1570
1656
  #
@@ -1628,7 +1714,14 @@ module Aws::WellArchitected
1628
1714
  # Web Services Region.
1629
1715
  #
1630
1716
  # @option params [required, String] :lens_alias
1631
- # The alias of the lens, for example, `serverless`.
1717
+ # The alias of the lens.
1718
+ #
1719
+ # For Amazon Web Services official lenses, this is either the lens
1720
+ # alias, such as `serverless`, or the lens ARN, such as
1721
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1722
+ #
1723
+ # For custom lenses, this is the lens ARN, such as
1724
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1632
1725
  #
1633
1726
  # Each lens is identified by its LensSummary$LensAlias.
1634
1727
  #
@@ -1688,6 +1781,11 @@ module Aws::WellArchitected
1688
1781
  # resp.answer_summaries[0].choices[0].helpful_resource.url #=> String
1689
1782
  # resp.answer_summaries[0].choices[0].improvement_plan.display_text #=> String
1690
1783
  # resp.answer_summaries[0].choices[0].improvement_plan.url #=> String
1784
+ # resp.answer_summaries[0].choices[0].additional_resources #=> Array
1785
+ # resp.answer_summaries[0].choices[0].additional_resources[0].type #=> String, one of "HELPFUL_RESOURCE", "IMPROVEMENT_PLAN"
1786
+ # resp.answer_summaries[0].choices[0].additional_resources[0].content #=> Array
1787
+ # resp.answer_summaries[0].choices[0].additional_resources[0].content[0].display_text #=> String
1788
+ # resp.answer_summaries[0].choices[0].additional_resources[0].content[0].url #=> String
1691
1789
  # resp.answer_summaries[0].selected_choices #=> Array
1692
1790
  # resp.answer_summaries[0].selected_choices[0] #=> String
1693
1791
  # resp.answer_summaries[0].choice_answer_summaries #=> Array
@@ -1715,7 +1813,14 @@ module Aws::WellArchitected
1715
1813
  # Web Services Region.
1716
1814
  #
1717
1815
  # @option params [required, String] :lens_alias
1718
- # The alias of the lens, for example, `serverless`.
1816
+ # The alias of the lens.
1817
+ #
1818
+ # For Amazon Web Services official lenses, this is either the lens
1819
+ # alias, such as `serverless`, or the lens ARN, such as
1820
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1821
+ #
1822
+ # For custom lenses, this is the lens ARN, such as
1823
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1719
1824
  #
1720
1825
  # Each lens is identified by its LensSummary$LensAlias.
1721
1826
  #
@@ -1846,7 +1951,14 @@ module Aws::WellArchitected
1846
1951
  # List the lens shares associated with the lens.
1847
1952
  #
1848
1953
  # @option params [required, String] :lens_alias
1849
- # The alias of the lens, for example, `serverless`.
1954
+ # The alias of the lens.
1955
+ #
1956
+ # For Amazon Web Services official lenses, this is either the lens
1957
+ # alias, such as `serverless`, or the lens ARN, such as
1958
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1959
+ #
1960
+ # For custom lenses, this is the lens ARN, such as
1961
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1850
1962
  #
1851
1963
  # Each lens is identified by its LensSummary$LensAlias.
1852
1964
  #
@@ -1860,6 +1972,9 @@ module Aws::WellArchitected
1860
1972
  # @option params [Integer] :max_results
1861
1973
  # The maximum number of results to return for this request.
1862
1974
  #
1975
+ # @option params [String] :status
1976
+ # The status of a workload share.
1977
+ #
1863
1978
  # @return [Types::ListLensSharesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1864
1979
  #
1865
1980
  # * {Types::ListLensSharesOutput#lens_share_summaries #lens_share_summaries} => Array&lt;Types::LensShareSummary&gt;
@@ -1874,6 +1989,7 @@ module Aws::WellArchitected
1874
1989
  # shared_with_prefix: "SharedWithPrefix",
1875
1990
  # next_token: "NextToken",
1876
1991
  # max_results: 1,
1992
+ # status: "ACCEPTED", # accepts ACCEPTED, REJECTED, PENDING, REVOKED, EXPIRED, ASSOCIATING, ASSOCIATED, FAILED
1877
1993
  # })
1878
1994
  #
1879
1995
  # @example Response structure
@@ -1881,7 +1997,8 @@ module Aws::WellArchitected
1881
1997
  # resp.lens_share_summaries #=> Array
1882
1998
  # resp.lens_share_summaries[0].share_id #=> String
1883
1999
  # resp.lens_share_summaries[0].shared_with #=> String
1884
- # resp.lens_share_summaries[0].status #=> String, one of "ACCEPTED", "REJECTED", "PENDING", "REVOKED", "EXPIRED"
2000
+ # resp.lens_share_summaries[0].status #=> String, one of "ACCEPTED", "REJECTED", "PENDING", "REVOKED", "EXPIRED", "ASSOCIATING", "ASSOCIATED", "FAILED"
2001
+ # resp.lens_share_summaries[0].status_message #=> String
1885
2002
  # resp.next_token #=> String
1886
2003
  #
1887
2004
  # @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/ListLensShares AWS API Documentation
@@ -2116,6 +2233,11 @@ module Aws::WellArchitected
2116
2233
 
2117
2234
  # List the tags for a resource.
2118
2235
  #
2236
+ # <note markdown="1"> The WorkloadArn parameter can be either a workload ARN or a custom
2237
+ # lens ARN.
2238
+ #
2239
+ # </note>
2240
+ #
2119
2241
  # @option params [required, String] :workload_arn
2120
2242
  # The ARN for the workload.
2121
2243
  #
@@ -2159,6 +2281,9 @@ module Aws::WellArchitected
2159
2281
  # @option params [Integer] :max_results
2160
2282
  # The maximum number of results to return for this request.
2161
2283
  #
2284
+ # @option params [String] :status
2285
+ # The status of a workload share.
2286
+ #
2162
2287
  # @return [Types::ListWorkloadSharesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2163
2288
  #
2164
2289
  # * {Types::ListWorkloadSharesOutput#workload_id #workload_id} => String
@@ -2174,6 +2299,7 @@ module Aws::WellArchitected
2174
2299
  # shared_with_prefix: "SharedWithPrefix",
2175
2300
  # next_token: "NextToken",
2176
2301
  # max_results: 1,
2302
+ # status: "ACCEPTED", # accepts ACCEPTED, REJECTED, PENDING, REVOKED, EXPIRED, ASSOCIATING, ASSOCIATED, FAILED
2177
2303
  # })
2178
2304
  #
2179
2305
  # @example Response structure
@@ -2183,7 +2309,8 @@ module Aws::WellArchitected
2183
2309
  # resp.workload_share_summaries[0].share_id #=> String
2184
2310
  # resp.workload_share_summaries[0].shared_with #=> String
2185
2311
  # resp.workload_share_summaries[0].permission_type #=> String, one of "READONLY", "CONTRIBUTOR"
2186
- # resp.workload_share_summaries[0].status #=> String, one of "ACCEPTED", "REJECTED", "PENDING", "REVOKED", "EXPIRED"
2312
+ # resp.workload_share_summaries[0].status #=> String, one of "ACCEPTED", "REJECTED", "PENDING", "REVOKED", "EXPIRED", "ASSOCIATING", "ASSOCIATED", "FAILED"
2313
+ # resp.workload_share_summaries[0].status_message #=> String
2187
2314
  # resp.next_token #=> String
2188
2315
  #
2189
2316
  # @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/ListWorkloadShares AWS API Documentation
@@ -2248,6 +2375,11 @@ module Aws::WellArchitected
2248
2375
 
2249
2376
  # Adds one or more tags to the specified resource.
2250
2377
  #
2378
+ # <note markdown="1"> The WorkloadArn parameter can be either a workload ARN or a custom
2379
+ # lens ARN.
2380
+ #
2381
+ # </note>
2382
+ #
2251
2383
  # @option params [required, String] :workload_arn
2252
2384
  # The ARN for the workload.
2253
2385
  #
@@ -2276,6 +2408,11 @@ module Aws::WellArchitected
2276
2408
 
2277
2409
  # Deletes specified tags from a resource.
2278
2410
  #
2411
+ # <note markdown="1"> The WorkloadArn parameter can be either a workload ARN or a custom
2412
+ # lens ARN.
2413
+ #
2414
+ # </note>
2415
+ #
2279
2416
  # To specify multiple tags, use separate **tagKeys** parameters, for
2280
2417
  # example:
2281
2418
  #
@@ -2313,7 +2450,14 @@ module Aws::WellArchitected
2313
2450
  # Web Services Region.
2314
2451
  #
2315
2452
  # @option params [required, String] :lens_alias
2316
- # The alias of the lens, for example, `serverless`.
2453
+ # The alias of the lens.
2454
+ #
2455
+ # For Amazon Web Services official lenses, this is either the lens
2456
+ # alias, such as `serverless`, or the lens ARN, such as
2457
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
2458
+ #
2459
+ # For custom lenses, this is the lens ARN, such as
2460
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
2317
2461
  #
2318
2462
  # Each lens is identified by its LensSummary$LensAlias.
2319
2463
  #
@@ -2384,6 +2528,11 @@ module Aws::WellArchitected
2384
2528
  # resp.answer.choices[0].helpful_resource.url #=> String
2385
2529
  # resp.answer.choices[0].improvement_plan.display_text #=> String
2386
2530
  # resp.answer.choices[0].improvement_plan.url #=> String
2531
+ # resp.answer.choices[0].additional_resources #=> Array
2532
+ # resp.answer.choices[0].additional_resources[0].type #=> String, one of "HELPFUL_RESOURCE", "IMPROVEMENT_PLAN"
2533
+ # resp.answer.choices[0].additional_resources[0].content #=> Array
2534
+ # resp.answer.choices[0].additional_resources[0].content[0].display_text #=> String
2535
+ # resp.answer.choices[0].additional_resources[0].content[0].url #=> String
2387
2536
  # resp.answer.selected_choices #=> Array
2388
2537
  # resp.answer.selected_choices[0] #=> String
2389
2538
  # resp.answer.choice_answers #=> Array
@@ -2405,6 +2554,29 @@ module Aws::WellArchitected
2405
2554
  req.send_request(options)
2406
2555
  end
2407
2556
 
2557
+ # Updates whether the Amazon Web Services account is opted into
2558
+ # organization sharing features.
2559
+ #
2560
+ # @option params [String] :organization_sharing_status
2561
+ # The status of organization sharing settings.
2562
+ #
2563
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2564
+ #
2565
+ # @example Request syntax with placeholder values
2566
+ #
2567
+ # resp = client.update_global_settings({
2568
+ # organization_sharing_status: "ENABLED", # accepts ENABLED, DISABLED
2569
+ # })
2570
+ #
2571
+ # @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/UpdateGlobalSettings AWS API Documentation
2572
+ #
2573
+ # @overload update_global_settings(params = {})
2574
+ # @param [Hash] params ({})
2575
+ def update_global_settings(params = {}, options = {})
2576
+ req = build_request(:update_global_settings, params)
2577
+ req.send_request(options)
2578
+ end
2579
+
2408
2580
  # Update lens review.
2409
2581
  #
2410
2582
  # @option params [required, String] :workload_id
@@ -2412,7 +2584,14 @@ module Aws::WellArchitected
2412
2584
  # Web Services Region.
2413
2585
  #
2414
2586
  # @option params [required, String] :lens_alias
2415
- # The alias of the lens, for example, `serverless`.
2587
+ # The alias of the lens.
2588
+ #
2589
+ # For Amazon Web Services official lenses, this is either the lens
2590
+ # alias, such as `serverless`, or the lens ARN, such as
2591
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
2592
+ #
2593
+ # For custom lenses, this is the lens ARN, such as
2594
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
2416
2595
  #
2417
2596
  # Each lens is identified by its LensSummary$LensAlias.
2418
2597
  #
@@ -2721,7 +2900,7 @@ module Aws::WellArchitected
2721
2900
  # resp.workload_share.shared_by #=> String
2722
2901
  # resp.workload_share.shared_with #=> String
2723
2902
  # resp.workload_share.permission_type #=> String, one of "READONLY", "CONTRIBUTOR"
2724
- # resp.workload_share.status #=> String, one of "ACCEPTED", "REJECTED", "PENDING", "REVOKED", "EXPIRED"
2903
+ # resp.workload_share.status #=> String, one of "ACCEPTED", "REJECTED", "PENDING", "REVOKED", "EXPIRED", "ASSOCIATING", "ASSOCIATED", "FAILED"
2725
2904
  # resp.workload_share.workload_name #=> String
2726
2905
  # resp.workload_share.workload_id #=> String
2727
2906
  #
@@ -2741,7 +2920,14 @@ module Aws::WellArchitected
2741
2920
  # Web Services Region.
2742
2921
  #
2743
2922
  # @option params [required, String] :lens_alias
2744
- # The alias of the lens, for example, `serverless`.
2923
+ # The alias of the lens.
2924
+ #
2925
+ # For Amazon Web Services official lenses, this is either the lens
2926
+ # alias, such as `serverless`, or the lens ARN, such as
2927
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
2928
+ #
2929
+ # For custom lenses, this is the lens ARN, such as
2930
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
2745
2931
  #
2746
2932
  # Each lens is identified by its LensSummary$LensAlias.
2747
2933
  #
@@ -2797,7 +2983,7 @@ module Aws::WellArchitected
2797
2983
  params: params,
2798
2984
  config: config)
2799
2985
  context[:gem_name] = 'aws-sdk-wellarchitected'
2800
- context[:gem_version] = '1.14.0'
2986
+ context[:gem_version] = '1.17.0'
2801
2987
  Seahorse::Client::Request.new(handlers, context)
2802
2988
  end
2803
2989
 
@@ -14,6 +14,9 @@ module Aws::WellArchitected
14
14
  include Seahorse::Model
15
15
 
16
16
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
17
+ AdditionalResourceType = Shapes::StringShape.new(name: 'AdditionalResourceType')
18
+ AdditionalResources = Shapes::StructureShape.new(name: 'AdditionalResources')
19
+ AdditionalResourcesList = Shapes::ListShape.new(name: 'AdditionalResourcesList')
17
20
  Answer = Shapes::StructureShape.new(name: 'Answer')
18
21
  AnswerReason = Shapes::StringShape.new(name: 'AnswerReason')
19
22
  AnswerSummaries = Shapes::ListShape.new(name: 'AnswerSummaries')
@@ -152,6 +155,7 @@ module Aws::WellArchitected
152
155
  NotificationSummaries = Shapes::ListShape.new(name: 'NotificationSummaries')
153
156
  NotificationSummary = Shapes::StructureShape.new(name: 'NotificationSummary')
154
157
  NotificationType = Shapes::StringShape.new(name: 'NotificationType')
158
+ OrganizationSharingStatus = Shapes::StringShape.new(name: 'OrganizationSharingStatus')
155
159
  PermissionType = Shapes::StringShape.new(name: 'PermissionType')
156
160
  PillarDifference = Shapes::StructureShape.new(name: 'PillarDifference')
157
161
  PillarDifferences = Shapes::ListShape.new(name: 'PillarDifferences')
@@ -182,6 +186,7 @@ module Aws::WellArchitected
182
186
  ShareStatus = Shapes::StringShape.new(name: 'ShareStatus')
183
187
  SharedWith = Shapes::StringShape.new(name: 'SharedWith')
184
188
  SharedWithPrefix = Shapes::StringShape.new(name: 'SharedWithPrefix')
189
+ StatusMessage = Shapes::StringShape.new(name: 'StatusMessage')
185
190
  TagKey = Shapes::StringShape.new(name: 'TagKey')
186
191
  TagKeyList = Shapes::ListShape.new(name: 'TagKeyList')
187
192
  TagMap = Shapes::MapShape.new(name: 'TagMap')
@@ -194,6 +199,7 @@ module Aws::WellArchitected
194
199
  UntagResourceOutput = Shapes::StructureShape.new(name: 'UntagResourceOutput')
195
200
  UpdateAnswerInput = Shapes::StructureShape.new(name: 'UpdateAnswerInput')
196
201
  UpdateAnswerOutput = Shapes::StructureShape.new(name: 'UpdateAnswerOutput')
202
+ UpdateGlobalSettingsInput = Shapes::StructureShape.new(name: 'UpdateGlobalSettingsInput')
197
203
  UpdateLensReviewInput = Shapes::StructureShape.new(name: 'UpdateLensReviewInput')
198
204
  UpdateLensReviewOutput = Shapes::StructureShape.new(name: 'UpdateLensReviewOutput')
199
205
  UpdateShareInvitationInput = Shapes::StructureShape.new(name: 'UpdateShareInvitationInput')
@@ -203,6 +209,7 @@ module Aws::WellArchitected
203
209
  UpdateWorkloadShareInput = Shapes::StructureShape.new(name: 'UpdateWorkloadShareInput')
204
210
  UpdateWorkloadShareOutput = Shapes::StructureShape.new(name: 'UpdateWorkloadShareOutput')
205
211
  UpgradeLensReviewInput = Shapes::StructureShape.new(name: 'UpgradeLensReviewInput')
212
+ Urls = Shapes::ListShape.new(name: 'Urls')
206
213
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
207
214
  ValidationExceptionField = Shapes::StructureShape.new(name: 'ValidationExceptionField')
208
215
  ValidationExceptionFieldList = Shapes::ListShape.new(name: 'ValidationExceptionFieldList')
@@ -236,6 +243,12 @@ module Aws::WellArchitected
236
243
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
237
244
  AccessDeniedException.struct_class = Types::AccessDeniedException
238
245
 
246
+ AdditionalResources.add_member(:type, Shapes::ShapeRef.new(shape: AdditionalResourceType, location_name: "Type"))
247
+ AdditionalResources.add_member(:content, Shapes::ShapeRef.new(shape: Urls, location_name: "Content"))
248
+ AdditionalResources.struct_class = Types::AdditionalResources
249
+
250
+ AdditionalResourcesList.member = Shapes::ShapeRef.new(shape: AdditionalResources)
251
+
239
252
  Answer.add_member(:question_id, Shapes::ShapeRef.new(shape: QuestionId, location_name: "QuestionId"))
240
253
  Answer.add_member(:pillar_id, Shapes::ShapeRef.new(shape: PillarId, location_name: "PillarId"))
241
254
  Answer.add_member(:question_title, Shapes::ShapeRef.new(shape: QuestionTitle, location_name: "QuestionTitle"))
@@ -274,6 +287,7 @@ module Aws::WellArchitected
274
287
  Choice.add_member(:description, Shapes::ShapeRef.new(shape: ChoiceDescription, location_name: "Description"))
275
288
  Choice.add_member(:helpful_resource, Shapes::ShapeRef.new(shape: ChoiceContent, location_name: "HelpfulResource"))
276
289
  Choice.add_member(:improvement_plan, Shapes::ShapeRef.new(shape: ChoiceContent, location_name: "ImprovementPlan"))
290
+ Choice.add_member(:additional_resources, Shapes::ShapeRef.new(shape: AdditionalResourcesList, location_name: "AdditionalResources"))
277
291
  Choice.struct_class = Types::Choice
278
292
 
279
293
  ChoiceAnswer.add_member(:choice_id, Shapes::ShapeRef.new(shape: ChoiceId, location_name: "ChoiceId"))
@@ -352,7 +366,7 @@ module Aws::WellArchitected
352
366
  CreateWorkloadInput.add_member(:non_aws_regions, Shapes::ShapeRef.new(shape: WorkloadNonAwsRegions, location_name: "NonAwsRegions"))
353
367
  CreateWorkloadInput.add_member(:pillar_priorities, Shapes::ShapeRef.new(shape: WorkloadPillarPriorities, location_name: "PillarPriorities"))
354
368
  CreateWorkloadInput.add_member(:architectural_design, Shapes::ShapeRef.new(shape: WorkloadArchitecturalDesign, location_name: "ArchitecturalDesign"))
355
- CreateWorkloadInput.add_member(:review_owner, Shapes::ShapeRef.new(shape: WorkloadReviewOwner, required: true, location_name: "ReviewOwner"))
369
+ CreateWorkloadInput.add_member(:review_owner, Shapes::ShapeRef.new(shape: WorkloadReviewOwner, location_name: "ReviewOwner"))
356
370
  CreateWorkloadInput.add_member(:industry_type, Shapes::ShapeRef.new(shape: WorkloadIndustryType, location_name: "IndustryType"))
357
371
  CreateWorkloadInput.add_member(:industry, Shapes::ShapeRef.new(shape: WorkloadIndustry, location_name: "Industry"))
358
372
  CreateWorkloadInput.add_member(:lenses, Shapes::ShapeRef.new(shape: WorkloadLenses, required: true, location_name: "Lenses"))
@@ -501,6 +515,7 @@ module Aws::WellArchitected
501
515
  Lens.add_member(:description, Shapes::ShapeRef.new(shape: LensDescription, location_name: "Description"))
502
516
  Lens.add_member(:owner, Shapes::ShapeRef.new(shape: LensOwner, location_name: "Owner"))
503
517
  Lens.add_member(:share_invitation_id, Shapes::ShapeRef.new(shape: ShareInvitationId, location_name: "ShareInvitationId"))
518
+ Lens.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
504
519
  Lens.struct_class = Types::Lens
505
520
 
506
521
  LensAliases.member = Shapes::ShapeRef.new(shape: LensAlias)
@@ -538,6 +553,7 @@ module Aws::WellArchitected
538
553
  LensShareSummary.add_member(:share_id, Shapes::ShapeRef.new(shape: ShareId, location_name: "ShareId"))
539
554
  LensShareSummary.add_member(:shared_with, Shapes::ShapeRef.new(shape: SharedWith, location_name: "SharedWith"))
540
555
  LensShareSummary.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "Status"))
556
+ LensShareSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "StatusMessage"))
541
557
  LensShareSummary.struct_class = Types::LensShareSummary
542
558
 
543
559
  LensSummaries.member = Shapes::ShapeRef.new(shape: LensSummary)
@@ -610,6 +626,7 @@ module Aws::WellArchitected
610
626
  ListLensSharesInput.add_member(:shared_with_prefix, Shapes::ShapeRef.new(shape: SharedWithPrefix, location: "querystring", location_name: "SharedWithPrefix"))
611
627
  ListLensSharesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
612
628
  ListLensSharesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkloadSharesMaxResults, location: "querystring", location_name: "MaxResults"))
629
+ ListLensSharesInput.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location: "querystring", location_name: "Status"))
613
630
  ListLensSharesInput.struct_class = Types::ListLensSharesInput
614
631
 
615
632
  ListLensSharesOutput.add_member(:lens_share_summaries, Shapes::ShapeRef.new(shape: LensShareSummaries, location_name: "LensShareSummaries"))
@@ -667,6 +684,7 @@ module Aws::WellArchitected
667
684
  ListWorkloadSharesInput.add_member(:shared_with_prefix, Shapes::ShapeRef.new(shape: SharedWithPrefix, location: "querystring", location_name: "SharedWithPrefix"))
668
685
  ListWorkloadSharesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "NextToken"))
669
686
  ListWorkloadSharesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListWorkloadSharesMaxResults, location: "querystring", location_name: "MaxResults"))
687
+ ListWorkloadSharesInput.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location: "querystring", location_name: "Status"))
670
688
  ListWorkloadSharesInput.struct_class = Types::ListWorkloadSharesInput
671
689
 
672
690
  ListWorkloadSharesOutput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, location_name: "WorkloadId"))
@@ -804,6 +822,9 @@ module Aws::WellArchitected
804
822
  UpdateAnswerOutput.add_member(:answer, Shapes::ShapeRef.new(shape: Answer, location_name: "Answer"))
805
823
  UpdateAnswerOutput.struct_class = Types::UpdateAnswerOutput
806
824
 
825
+ UpdateGlobalSettingsInput.add_member(:organization_sharing_status, Shapes::ShapeRef.new(shape: OrganizationSharingStatus, location_name: "OrganizationSharingStatus"))
826
+ UpdateGlobalSettingsInput.struct_class = Types::UpdateGlobalSettingsInput
827
+
807
828
  UpdateLensReviewInput.add_member(:workload_id, Shapes::ShapeRef.new(shape: WorkloadId, required: true, location: "uri", location_name: "WorkloadId"))
808
829
  UpdateLensReviewInput.add_member(:lens_alias, Shapes::ShapeRef.new(shape: LensAlias, required: true, location: "uri", location_name: "LensAlias"))
809
830
  UpdateLensReviewInput.add_member(:lens_notes, Shapes::ShapeRef.new(shape: Notes, location_name: "LensNotes"))
@@ -856,6 +877,8 @@ module Aws::WellArchitected
856
877
  UpgradeLensReviewInput.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "ClientRequestToken"))
857
878
  UpgradeLensReviewInput.struct_class = Types::UpgradeLensReviewInput
858
879
 
880
+ Urls.member = Shapes::ShapeRef.new(shape: ChoiceContent)
881
+
859
882
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ExceptionMessage, required: true, location_name: "Message"))
860
883
  ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, location_name: "Reason"))
861
884
  ValidationException.add_member(:fields, Shapes::ShapeRef.new(shape: ValidationExceptionFieldList, location_name: "Fields"))
@@ -920,6 +943,7 @@ module Aws::WellArchitected
920
943
  WorkloadShareSummary.add_member(:shared_with, Shapes::ShapeRef.new(shape: SharedWith, location_name: "SharedWith"))
921
944
  WorkloadShareSummary.add_member(:permission_type, Shapes::ShapeRef.new(shape: PermissionType, location_name: "PermissionType"))
922
945
  WorkloadShareSummary.add_member(:status, Shapes::ShapeRef.new(shape: ShareStatus, location_name: "Status"))
946
+ WorkloadShareSummary.add_member(:status_message, Shapes::ShapeRef.new(shape: StatusMessage, location_name: "StatusMessage"))
923
947
  WorkloadShareSummary.struct_class = Types::WorkloadShareSummary
924
948
 
925
949
  WorkloadSummaries.member = Shapes::ShapeRef.new(shape: WorkloadSummary)
@@ -1460,6 +1484,19 @@ module Aws::WellArchitected
1460
1484
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1461
1485
  end)
1462
1486
 
1487
+ api.add_operation(:update_global_settings, Seahorse::Model::Operation.new.tap do |o|
1488
+ o.name = "UpdateGlobalSettings"
1489
+ o.http_method = "PATCH"
1490
+ o.http_request_uri = "/global-settings"
1491
+ o.input = Shapes::ShapeRef.new(shape: UpdateGlobalSettingsInput)
1492
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1493
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1494
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1495
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1496
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1497
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1498
+ end)
1499
+
1463
1500
  api.add_operation(:update_lens_review, Seahorse::Model::Operation.new.tap do |o|
1464
1501
  o.name = "UpdateLensReview"
1465
1502
  o.http_method = "PATCH"
@@ -24,6 +24,26 @@ module Aws::WellArchitected
24
24
  include Aws::Structure
25
25
  end
26
26
 
27
+ # The choice level additional resources.
28
+ #
29
+ # @!attribute [rw] type
30
+ # Type of additional resource.
31
+ # @return [String]
32
+ #
33
+ # @!attribute [rw] content
34
+ # The URLs for additional resources, either helpful resources or
35
+ # improvement plans. Up to five additional URLs can be specified.
36
+ # @return [Array<Types::ChoiceContent>]
37
+ #
38
+ # @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/AdditionalResources AWS API Documentation
39
+ #
40
+ class AdditionalResources < Struct.new(
41
+ :type,
42
+ :content)
43
+ SENSITIVE = []
44
+ include Aws::Structure
45
+ end
46
+
27
47
  # An answer of the question.
28
48
  #
29
49
  # @!attribute [rw] question_id
@@ -221,6 +241,12 @@ module Aws::WellArchitected
221
241
  # The choice level improvement plan.
222
242
  # @return [Types::ChoiceContent]
223
243
  #
244
+ # @!attribute [rw] additional_resources
245
+ # The additional resources for a choice. A choice can have up to two
246
+ # additional resources: one of type `HELPFUL_RESOURCE`, one of type
247
+ # `IMPROVEMENT_PLAN`, or both.
248
+ # @return [Array<Types::AdditionalResources>]
249
+ #
224
250
  # @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/Choice AWS API Documentation
225
251
  #
226
252
  class Choice < Struct.new(
@@ -228,7 +254,8 @@ module Aws::WellArchitected
228
254
  :title,
229
255
  :description,
230
256
  :helpful_resource,
231
- :improvement_plan)
257
+ :improvement_plan,
258
+ :additional_resources)
232
259
  SENSITIVE = []
233
260
  include Aws::Structure
234
261
  end
@@ -402,7 +429,14 @@ module Aws::WellArchitected
402
429
  # }
403
430
  #
404
431
  # @!attribute [rw] lens_alias
405
- # The alias of the lens, for example, `serverless`.
432
+ # The alias of the lens.
433
+ #
434
+ # For Amazon Web Services official lenses, this is either the lens
435
+ # alias, such as `serverless`, or the lens ARN, such as
436
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
437
+ #
438
+ # For custom lenses, this is the lens ARN, such as
439
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
406
440
  #
407
441
  # Each lens is identified by its LensSummary$LensAlias.
408
442
  # @return [String]
@@ -463,7 +497,14 @@ module Aws::WellArchitected
463
497
  # }
464
498
  #
465
499
  # @!attribute [rw] lens_alias
466
- # The alias of the lens, for example, `serverless`.
500
+ # The alias of the lens.
501
+ #
502
+ # For Amazon Web Services official lenses, this is either the lens
503
+ # alias, such as `serverless`, or the lens ARN, such as
504
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
505
+ #
506
+ # For custom lenses, this is the lens ARN, such as
507
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
467
508
  #
468
509
  # Each lens is identified by its LensSummary$LensAlias.
469
510
  # @return [String]
@@ -608,7 +649,7 @@ module Aws::WellArchitected
608
649
  # non_aws_regions: ["WorkloadNonAwsRegion"],
609
650
  # pillar_priorities: ["PillarId"],
610
651
  # architectural_design: "WorkloadArchitecturalDesign",
611
- # review_owner: "WorkloadReviewOwner", # required
652
+ # review_owner: "WorkloadReviewOwner",
612
653
  # industry_type: "WorkloadIndustryType",
613
654
  # industry: "WorkloadIndustry",
614
655
  # lenses: ["LensAlias"], # required
@@ -888,7 +929,14 @@ module Aws::WellArchitected
888
929
  # }
889
930
  #
890
931
  # @!attribute [rw] lens_alias
891
- # The alias of the lens, for example, `serverless`.
932
+ # The alias of the lens.
933
+ #
934
+ # For Amazon Web Services official lenses, this is either the lens
935
+ # alias, such as `serverless`, or the lens ARN, such as
936
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
937
+ #
938
+ # For custom lenses, this is the lens ARN, such as
939
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
892
940
  #
893
941
  # Each lens is identified by its LensSummary$LensAlias.
894
942
  # @return [String]
@@ -939,7 +987,14 @@ module Aws::WellArchitected
939
987
  # @return [String]
940
988
  #
941
989
  # @!attribute [rw] lens_alias
942
- # The alias of the lens, for example, `serverless`.
990
+ # The alias of the lens.
991
+ #
992
+ # For Amazon Web Services official lenses, this is either the lens
993
+ # alias, such as `serverless`, or the lens ARN, such as
994
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
995
+ #
996
+ # For custom lenses, this is the lens ARN, such as
997
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
943
998
  #
944
999
  # Each lens is identified by its LensSummary$LensAlias.
945
1000
  # @return [String]
@@ -1102,7 +1157,14 @@ module Aws::WellArchitected
1102
1157
  # }
1103
1158
  #
1104
1159
  # @!attribute [rw] lens_alias
1105
- # The alias of the lens, for example, `serverless`.
1160
+ # The alias of the lens.
1161
+ #
1162
+ # For Amazon Web Services official lenses, this is either the lens
1163
+ # alias, such as `serverless`, or the lens ARN, such as
1164
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1165
+ #
1166
+ # For custom lenses, this is the lens ARN, such as
1167
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1106
1168
  #
1107
1169
  # Each lens is identified by its LensSummary$LensAlias.
1108
1170
  # @return [String]
@@ -1150,7 +1212,14 @@ module Aws::WellArchitected
1150
1212
  # @return [String]
1151
1213
  #
1152
1214
  # @!attribute [rw] lens_alias
1153
- # The alias of the lens, for example, `serverless`.
1215
+ # The alias of the lens.
1216
+ #
1217
+ # For Amazon Web Services official lenses, this is either the lens
1218
+ # alias, such as `serverless`, or the lens ARN, such as
1219
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1220
+ #
1221
+ # For custom lenses, this is the lens ARN, such as
1222
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1154
1223
  #
1155
1224
  # Each lens is identified by its LensSummary$LensAlias.
1156
1225
  # @return [String]
@@ -1190,7 +1259,14 @@ module Aws::WellArchitected
1190
1259
  # @return [Integer]
1191
1260
  #
1192
1261
  # @!attribute [rw] lens_alias
1193
- # The alias of the lens, for example, `serverless`.
1262
+ # The alias of the lens.
1263
+ #
1264
+ # For Amazon Web Services official lenses, this is either the lens
1265
+ # alias, such as `serverless`, or the lens ARN, such as
1266
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1267
+ #
1268
+ # For custom lenses, this is the lens ARN, such as
1269
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1194
1270
  #
1195
1271
  # Each lens is identified by its LensSummary$LensAlias.
1196
1272
  # @return [String]
@@ -1224,7 +1300,14 @@ module Aws::WellArchitected
1224
1300
  # }
1225
1301
  #
1226
1302
  # @!attribute [rw] lens_alias
1227
- # The alias of the lens, for example, `serverless`.
1303
+ # The alias of the lens.
1304
+ #
1305
+ # For Amazon Web Services official lenses, this is either the lens
1306
+ # alias, such as `serverless`, or the lens ARN, such as
1307
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1308
+ #
1309
+ # For custom lenses, this is the lens ARN, such as
1310
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1228
1311
  #
1229
1312
  # Each lens is identified by its LensSummary$LensAlias.
1230
1313
  # @return [String]
@@ -1271,7 +1354,14 @@ module Aws::WellArchitected
1271
1354
  # @return [String]
1272
1355
  #
1273
1356
  # @!attribute [rw] lens_alias
1274
- # The alias of the lens, for example, `serverless`.
1357
+ # The alias of the lens.
1358
+ #
1359
+ # For Amazon Web Services official lenses, this is either the lens
1360
+ # alias, such as `serverless`, or the lens ARN, such as
1361
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1362
+ #
1363
+ # For custom lenses, this is the lens ARN, such as
1364
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1275
1365
  #
1276
1366
  # Each lens is identified by its LensSummary$LensAlias.
1277
1367
  # @return [String]
@@ -1336,7 +1426,14 @@ module Aws::WellArchitected
1336
1426
  # @return [String]
1337
1427
  #
1338
1428
  # @!attribute [rw] lens_alias
1339
- # The alias of the lens, for example, `serverless`.
1429
+ # The alias of the lens.
1430
+ #
1431
+ # For Amazon Web Services official lenses, this is either the lens
1432
+ # alias, such as `serverless`, or the lens ARN, such as
1433
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1434
+ #
1435
+ # For custom lenses, this is the lens ARN, such as
1436
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1340
1437
  #
1341
1438
  # Each lens is identified by its LensSummary$LensAlias.
1342
1439
  # @return [String]
@@ -1394,7 +1491,14 @@ module Aws::WellArchitected
1394
1491
  # }
1395
1492
  #
1396
1493
  # @!attribute [rw] lens_alias
1397
- # The alias of the lens, for example, `serverless`.
1494
+ # The alias of the lens.
1495
+ #
1496
+ # For Amazon Web Services official lenses, this is either the lens
1497
+ # alias, such as `serverless`, or the lens ARN, such as
1498
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1499
+ #
1500
+ # For custom lenses, this is the lens ARN, such as
1501
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1398
1502
  #
1399
1503
  # Each lens is identified by its LensSummary$LensAlias.
1400
1504
  # @return [String]
@@ -1418,7 +1522,14 @@ module Aws::WellArchitected
1418
1522
  end
1419
1523
 
1420
1524
  # @!attribute [rw] lens_alias
1421
- # The alias of the lens, for example, `serverless`.
1525
+ # The alias of the lens.
1526
+ #
1527
+ # For Amazon Web Services official lenses, this is either the lens
1528
+ # alias, such as `serverless`, or the lens ARN, such as
1529
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1530
+ #
1531
+ # For custom lenses, this is the lens ARN, such as
1532
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1422
1533
  #
1423
1534
  # Each lens is identified by its LensSummary$LensAlias.
1424
1535
  # @return [String]
@@ -1555,7 +1666,14 @@ module Aws::WellArchitected
1555
1666
  # }
1556
1667
  #
1557
1668
  # @!attribute [rw] lens_alias
1558
- # The alias of the lens, for example, `serverless`.
1669
+ # The alias of the lens.
1670
+ #
1671
+ # For Amazon Web Services official lenses, this is either the lens
1672
+ # alias, such as `serverless`, or the lens ARN, such as
1673
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1674
+ #
1675
+ # For custom lenses, this is the lens ARN, such as
1676
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1559
1677
  #
1560
1678
  # Each lens is identified by its LensSummary$LensAlias.
1561
1679
  # @return [String]
@@ -1697,6 +1815,10 @@ module Aws::WellArchitected
1697
1815
  # The ID assigned to the share invitation.
1698
1816
  # @return [String]
1699
1817
  #
1818
+ # @!attribute [rw] tags
1819
+ # The tags assigned to the lens.
1820
+ # @return [Hash<String,String>]
1821
+ #
1700
1822
  # @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/Lens AWS API Documentation
1701
1823
  #
1702
1824
  class Lens < Struct.new(
@@ -1705,7 +1827,8 @@ module Aws::WellArchitected
1705
1827
  :name,
1706
1828
  :description,
1707
1829
  :owner,
1708
- :share_invitation_id)
1830
+ :share_invitation_id,
1831
+ :tags)
1709
1832
  SENSITIVE = []
1710
1833
  include Aws::Structure
1711
1834
  end
@@ -1713,7 +1836,14 @@ module Aws::WellArchitected
1713
1836
  # A lens review of a question.
1714
1837
  #
1715
1838
  # @!attribute [rw] lens_alias
1716
- # The alias of the lens, for example, `serverless`.
1839
+ # The alias of the lens.
1840
+ #
1841
+ # For Amazon Web Services official lenses, this is either the lens
1842
+ # alias, such as `serverless`, or the lens ARN, such as
1843
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1844
+ #
1845
+ # For custom lenses, this is the lens ARN, such as
1846
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1717
1847
  #
1718
1848
  # Each lens is identified by its LensSummary$LensAlias.
1719
1849
  # @return [String]
@@ -1775,7 +1905,14 @@ module Aws::WellArchitected
1775
1905
  # A report of a lens review.
1776
1906
  #
1777
1907
  # @!attribute [rw] lens_alias
1778
- # The alias of the lens, for example, `serverless`.
1908
+ # The alias of the lens.
1909
+ #
1910
+ # For Amazon Web Services official lenses, this is either the lens
1911
+ # alias, such as `serverless`, or the lens ARN, such as
1912
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1913
+ #
1914
+ # For custom lenses, this is the lens ARN, such as
1915
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1779
1916
  #
1780
1917
  # Each lens is identified by its LensSummary$LensAlias.
1781
1918
  # @return [String]
@@ -1803,7 +1940,14 @@ module Aws::WellArchitected
1803
1940
  # A lens review summary of a workload.
1804
1941
  #
1805
1942
  # @!attribute [rw] lens_alias
1806
- # The alias of the lens, for example, `serverless`.
1943
+ # The alias of the lens.
1944
+ #
1945
+ # For Amazon Web Services official lenses, this is either the lens
1946
+ # alias, such as `serverless`, or the lens ARN, such as
1947
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
1948
+ #
1949
+ # For custom lenses, this is the lens ARN, such as
1950
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1807
1951
  #
1808
1952
  # Each lens is identified by its LensSummary$LensAlias.
1809
1953
  # @return [String]
@@ -1862,12 +2006,17 @@ module Aws::WellArchitected
1862
2006
  # The status of a workload share.
1863
2007
  # @return [String]
1864
2008
  #
2009
+ # @!attribute [rw] status_message
2010
+ # Optional message to compliment the Status field.
2011
+ # @return [String]
2012
+ #
1865
2013
  # @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/LensShareSummary AWS API Documentation
1866
2014
  #
1867
2015
  class LensShareSummary < Struct.new(
1868
2016
  :share_id,
1869
2017
  :shared_with,
1870
- :status)
2018
+ :status,
2019
+ :status_message)
1871
2020
  SENSITIVE = []
1872
2021
  include Aws::Structure
1873
2022
  end
@@ -1879,7 +2028,14 @@ module Aws::WellArchitected
1879
2028
  # @return [String]
1880
2029
  #
1881
2030
  # @!attribute [rw] lens_alias
1882
- # The alias of the lens, for example, `serverless`.
2031
+ # The alias of the lens.
2032
+ #
2033
+ # For Amazon Web Services official lenses, this is either the lens
2034
+ # alias, such as `serverless`, or the lens ARN, such as
2035
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
2036
+ #
2037
+ # For custom lenses, this is the lens ARN, such as
2038
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1883
2039
  #
1884
2040
  # Each lens is identified by its LensSummary$LensAlias.
1885
2041
  # @return [String]
@@ -1949,7 +2105,14 @@ module Aws::WellArchitected
1949
2105
  # @return [String]
1950
2106
  #
1951
2107
  # @!attribute [rw] lens_alias
1952
- # The alias of the lens, for example, `serverless`.
2108
+ # The alias of the lens.
2109
+ #
2110
+ # For Amazon Web Services official lenses, this is either the lens
2111
+ # alias, such as `serverless`, or the lens ARN, such as
2112
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
2113
+ #
2114
+ # For custom lenses, this is the lens ARN, such as
2115
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
1953
2116
  #
1954
2117
  # Each lens is identified by its LensSummary$LensAlias.
1955
2118
  # @return [String]
@@ -1999,7 +2162,14 @@ module Aws::WellArchitected
1999
2162
  # @return [String]
2000
2163
  #
2001
2164
  # @!attribute [rw] lens_alias
2002
- # The alias of the lens, for example, `serverless`.
2165
+ # The alias of the lens.
2166
+ #
2167
+ # For Amazon Web Services official lenses, this is either the lens
2168
+ # alias, such as `serverless`, or the lens ARN, such as
2169
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
2170
+ #
2171
+ # For custom lenses, this is the lens ARN, such as
2172
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
2003
2173
  #
2004
2174
  # Each lens is identified by its LensSummary$LensAlias.
2005
2175
  # @return [String]
@@ -2051,7 +2221,14 @@ module Aws::WellArchitected
2051
2221
  # @return [Integer]
2052
2222
  #
2053
2223
  # @!attribute [rw] lens_alias
2054
- # The alias of the lens, for example, `serverless`.
2224
+ # The alias of the lens.
2225
+ #
2226
+ # For Amazon Web Services official lenses, this is either the lens
2227
+ # alias, such as `serverless`, or the lens ARN, such as
2228
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
2229
+ #
2230
+ # For custom lenses, this is the lens ARN, such as
2231
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
2055
2232
  #
2056
2233
  # Each lens is identified by its LensSummary$LensAlias.
2057
2234
  # @return [String]
@@ -2101,7 +2278,14 @@ module Aws::WellArchitected
2101
2278
  # @return [String]
2102
2279
  #
2103
2280
  # @!attribute [rw] lens_alias
2104
- # The alias of the lens, for example, `serverless`.
2281
+ # The alias of the lens.
2282
+ #
2283
+ # For Amazon Web Services official lenses, this is either the lens
2284
+ # alias, such as `serverless`, or the lens ARN, such as
2285
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
2286
+ #
2287
+ # For custom lenses, this is the lens ARN, such as
2288
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
2105
2289
  #
2106
2290
  # Each lens is identified by its LensSummary$LensAlias.
2107
2291
  # @return [String]
@@ -2153,7 +2337,14 @@ module Aws::WellArchitected
2153
2337
  # @return [Integer]
2154
2338
  #
2155
2339
  # @!attribute [rw] lens_alias
2156
- # The alias of the lens, for example, `serverless`.
2340
+ # The alias of the lens.
2341
+ #
2342
+ # For Amazon Web Services official lenses, this is either the lens
2343
+ # alias, such as `serverless`, or the lens ARN, such as
2344
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
2345
+ #
2346
+ # For custom lenses, this is the lens ARN, such as
2347
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
2157
2348
  #
2158
2349
  # Each lens is identified by its LensSummary$LensAlias.
2159
2350
  # @return [String]
@@ -2265,10 +2456,18 @@ module Aws::WellArchitected
2265
2456
  # shared_with_prefix: "SharedWithPrefix",
2266
2457
  # next_token: "NextToken",
2267
2458
  # max_results: 1,
2459
+ # status: "ACCEPTED", # accepts ACCEPTED, REJECTED, PENDING, REVOKED, EXPIRED, ASSOCIATING, ASSOCIATED, FAILED
2268
2460
  # }
2269
2461
  #
2270
2462
  # @!attribute [rw] lens_alias
2271
- # The alias of the lens, for example, `serverless`.
2463
+ # The alias of the lens.
2464
+ #
2465
+ # For Amazon Web Services official lenses, this is either the lens
2466
+ # alias, such as `serverless`, or the lens ARN, such as
2467
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
2468
+ #
2469
+ # For custom lenses, this is the lens ARN, such as
2470
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
2272
2471
  #
2273
2472
  # Each lens is identified by its LensSummary$LensAlias.
2274
2473
  # @return [String]
@@ -2286,13 +2485,18 @@ module Aws::WellArchitected
2286
2485
  # The maximum number of results to return for this request.
2287
2486
  # @return [Integer]
2288
2487
  #
2488
+ # @!attribute [rw] status
2489
+ # The status of a workload share.
2490
+ # @return [String]
2491
+ #
2289
2492
  # @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/ListLensSharesInput AWS API Documentation
2290
2493
  #
2291
2494
  class ListLensSharesInput < Struct.new(
2292
2495
  :lens_alias,
2293
2496
  :shared_with_prefix,
2294
2497
  :next_token,
2295
- :max_results)
2498
+ :max_results,
2499
+ :status)
2296
2500
  SENSITIVE = []
2297
2501
  include Aws::Structure
2298
2502
  end
@@ -2593,6 +2797,7 @@ module Aws::WellArchitected
2593
2797
  # shared_with_prefix: "SharedWithPrefix",
2594
2798
  # next_token: "NextToken",
2595
2799
  # max_results: 1,
2800
+ # status: "ACCEPTED", # accepts ACCEPTED, REJECTED, PENDING, REVOKED, EXPIRED, ASSOCIATING, ASSOCIATED, FAILED
2596
2801
  # }
2597
2802
  #
2598
2803
  # @!attribute [rw] workload_id
@@ -2613,13 +2818,18 @@ module Aws::WellArchitected
2613
2818
  # The maximum number of results to return for this request.
2614
2819
  # @return [Integer]
2615
2820
  #
2821
+ # @!attribute [rw] status
2822
+ # The status of a workload share.
2823
+ # @return [String]
2824
+ #
2616
2825
  # @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/ListWorkloadSharesInput AWS API Documentation
2617
2826
  #
2618
2827
  class ListWorkloadSharesInput < Struct.new(
2619
2828
  :workload_id,
2620
2829
  :shared_with_prefix,
2621
2830
  :next_token,
2622
- :max_results)
2831
+ :max_results,
2832
+ :status)
2623
2833
  SENSITIVE = []
2624
2834
  include Aws::Structure
2625
2835
  end
@@ -2948,7 +3158,14 @@ module Aws::WellArchitected
2948
3158
  # @return [String]
2949
3159
  #
2950
3160
  # @!attribute [rw] lens_alias
2951
- # The alias of the lens, for example, `serverless`.
3161
+ # The alias of the lens.
3162
+ #
3163
+ # For Amazon Web Services official lenses, this is either the lens
3164
+ # alias, such as `serverless`, or the lens ARN, such as
3165
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
3166
+ #
3167
+ # For custom lenses, this is the lens ARN, such as
3168
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
2952
3169
  #
2953
3170
  # Each lens is identified by its LensSummary$LensAlias.
2954
3171
  # @return [String]
@@ -3142,7 +3359,14 @@ module Aws::WellArchitected
3142
3359
  # @return [String]
3143
3360
  #
3144
3361
  # @!attribute [rw] lens_alias
3145
- # The alias of the lens, for example, `serverless`.
3362
+ # The alias of the lens.
3363
+ #
3364
+ # For Amazon Web Services official lenses, this is either the lens
3365
+ # alias, such as `serverless`, or the lens ARN, such as
3366
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
3367
+ #
3368
+ # For custom lenses, this is the lens ARN, such as
3369
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
3146
3370
  #
3147
3371
  # Each lens is identified by its LensSummary$LensAlias.
3148
3372
  # @return [String]
@@ -3197,7 +3421,14 @@ module Aws::WellArchitected
3197
3421
  # @return [String]
3198
3422
  #
3199
3423
  # @!attribute [rw] lens_alias
3200
- # The alias of the lens, for example, `serverless`.
3424
+ # The alias of the lens.
3425
+ #
3426
+ # For Amazon Web Services official lenses, this is either the lens
3427
+ # alias, such as `serverless`, or the lens ARN, such as
3428
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
3429
+ #
3430
+ # For custom lenses, this is the lens ARN, such as
3431
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
3201
3432
  #
3202
3433
  # Each lens is identified by its LensSummary$LensAlias.
3203
3434
  # @return [String]
@@ -3221,6 +3452,25 @@ module Aws::WellArchitected
3221
3452
  include Aws::Structure
3222
3453
  end
3223
3454
 
3455
+ # @note When making an API call, you may pass UpdateGlobalSettingsInput
3456
+ # data as a hash:
3457
+ #
3458
+ # {
3459
+ # organization_sharing_status: "ENABLED", # accepts ENABLED, DISABLED
3460
+ # }
3461
+ #
3462
+ # @!attribute [rw] organization_sharing_status
3463
+ # The status of organization sharing settings.
3464
+ # @return [String]
3465
+ #
3466
+ # @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/UpdateGlobalSettingsInput AWS API Documentation
3467
+ #
3468
+ class UpdateGlobalSettingsInput < Struct.new(
3469
+ :organization_sharing_status)
3470
+ SENSITIVE = []
3471
+ include Aws::Structure
3472
+ end
3473
+
3224
3474
  # Input for update lens review.
3225
3475
  #
3226
3476
  # @note When making an API call, you may pass UpdateLensReviewInput
@@ -3241,7 +3491,14 @@ module Aws::WellArchitected
3241
3491
  # @return [String]
3242
3492
  #
3243
3493
  # @!attribute [rw] lens_alias
3244
- # The alias of the lens, for example, `serverless`.
3494
+ # The alias of the lens.
3495
+ #
3496
+ # For Amazon Web Services official lenses, this is either the lens
3497
+ # alias, such as `serverless`, or the lens ARN, such as
3498
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
3499
+ #
3500
+ # For custom lenses, this is the lens ARN, such as
3501
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
3245
3502
  #
3246
3503
  # Each lens is identified by its LensSummary$LensAlias.
3247
3504
  # @return [String]
@@ -3586,7 +3843,14 @@ module Aws::WellArchitected
3586
3843
  # @return [String]
3587
3844
  #
3588
3845
  # @!attribute [rw] lens_alias
3589
- # The alias of the lens, for example, `serverless`.
3846
+ # The alias of the lens.
3847
+ #
3848
+ # For Amazon Web Services official lenses, this is either the lens
3849
+ # alias, such as `serverless`, or the lens ARN, such as
3850
+ # `arn:aws:wellarchitected:us-west-2::lens/serverless`.
3851
+ #
3852
+ # For custom lenses, this is the lens ARN, such as
3853
+ # `arn:aws:wellarchitected:us-east-1:123456789012:lens/my-lens`.
3590
3854
  #
3591
3855
  # Each lens is identified by its LensSummary$LensAlias.
3592
3856
  # @return [String]
@@ -3949,13 +4213,18 @@ module Aws::WellArchitected
3949
4213
  # The status of a workload share.
3950
4214
  # @return [String]
3951
4215
  #
4216
+ # @!attribute [rw] status_message
4217
+ # Optional message to compliment the Status field.
4218
+ # @return [String]
4219
+ #
3952
4220
  # @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/WorkloadShareSummary AWS API Documentation
3953
4221
  #
3954
4222
  class WorkloadShareSummary < Struct.new(
3955
4223
  :share_id,
3956
4224
  :shared_with,
3957
4225
  :permission_type,
3958
- :status)
4226
+ :status,
4227
+ :status_message)
3959
4228
  SENSITIVE = []
3960
4229
  include Aws::Structure
3961
4230
  end
@@ -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.14.0'
51
+ GEM_VERSION = '1.17.0'
52
52
 
53
53
  end
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.14.0
4
+ version: 1.17.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: 2022-02-03 00:00:00.000000000 Z
11
+ date: 2022-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.126.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.126.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement