aws-sdk-wellarchitected 1.7.0 → 1.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wellarchitected/client.rb +688 -97
- data/lib/aws-sdk-wellarchitected/client_api.rb +273 -2
- data/lib/aws-sdk-wellarchitected/types.rb +887 -153
- data/lib/aws-sdk-wellarchitected.rb +1 -1
- metadata +5 -5
@@ -275,6 +275,15 @@ module Aws::WellArchitected
|
|
275
275
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
276
276
|
# requests are made, and retries are disabled.
|
277
277
|
#
|
278
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
279
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
280
|
+
# will be used if available.
|
281
|
+
#
|
282
|
+
# @option options [Boolean] :use_fips_endpoint
|
283
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
284
|
+
# When a `fips` region is used, the region is normalized and this config
|
285
|
+
# is set to `true`.
|
286
|
+
#
|
278
287
|
# @option options [Boolean] :validate_params (true)
|
279
288
|
# When `true`, request parameters are validated before
|
280
289
|
# sending the request.
|
@@ -329,12 +338,25 @@ module Aws::WellArchitected
|
|
329
338
|
|
330
339
|
# Associate a lens to a workload.
|
331
340
|
#
|
341
|
+
# Up to 10 lenses can be associated with a workload in a single API
|
342
|
+
# operation. A maximum of 20 lenses can be associated with a workload.
|
343
|
+
#
|
344
|
+
# <note markdown="1"> **Disclaimer**
|
345
|
+
#
|
346
|
+
# By accessing and/or applying custom lenses created by another Amazon
|
347
|
+
# Web Services user or account, you acknowledge that custom lenses
|
348
|
+
# created by other users and shared with you are Third Party Content as
|
349
|
+
# defined in the Amazon Web Services Customer Agreement.
|
350
|
+
#
|
351
|
+
# </note>
|
352
|
+
#
|
332
353
|
# @option params [required, String] :workload_id
|
333
|
-
# The ID assigned to the workload. This ID is unique within an
|
334
|
-
# Region.
|
354
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
355
|
+
# Web Services Region.
|
335
356
|
#
|
336
357
|
# @option params [required, Array<String>] :lens_aliases
|
337
|
-
# List of lens aliases to associate or disassociate with a workload.
|
358
|
+
# List of lens aliases to associate or disassociate with a workload. Up
|
359
|
+
# to 10 lenses can be specified.
|
338
360
|
#
|
339
361
|
# Identify a lens using its LensSummary$LensAlias.
|
340
362
|
#
|
@@ -356,11 +378,144 @@ module Aws::WellArchitected
|
|
356
378
|
req.send_request(options)
|
357
379
|
end
|
358
380
|
|
381
|
+
# Create a lens share.
|
382
|
+
#
|
383
|
+
# The owner of a lens can share it with other Amazon Web Services
|
384
|
+
# accounts and IAM users in the same Amazon Web Services Region. Shared
|
385
|
+
# access to a lens is not removed until the lens invitation is deleted.
|
386
|
+
#
|
387
|
+
# <note markdown="1"> **Disclaimer**
|
388
|
+
#
|
389
|
+
# By sharing your custom lenses with other Amazon Web Services accounts,
|
390
|
+
# you acknowledge that Amazon Web Services will make your custom lenses
|
391
|
+
# available to those other accounts. Those other accounts may continue
|
392
|
+
# to access and use your shared custom lenses even if you delete the
|
393
|
+
# custom lenses from your own Amazon Web Services account or terminate
|
394
|
+
# your Amazon Web Services account.
|
395
|
+
#
|
396
|
+
# </note>
|
397
|
+
#
|
398
|
+
# @option params [required, String] :lens_alias
|
399
|
+
# The alias of the lens, for example, `serverless`.
|
400
|
+
#
|
401
|
+
# Each lens is identified by its LensSummary$LensAlias.
|
402
|
+
#
|
403
|
+
# @option params [required, String] :shared_with
|
404
|
+
# The Amazon Web Services account ID or IAM role with which the workload
|
405
|
+
# is shared.
|
406
|
+
#
|
407
|
+
# @option params [required, String] :client_request_token
|
408
|
+
# A unique case-sensitive string used to ensure that this request is
|
409
|
+
# idempotent (executes only once).
|
410
|
+
#
|
411
|
+
# You should not reuse the same token for other requests. If you retry a
|
412
|
+
# request with the same client request token and the same parameters
|
413
|
+
# after it has completed successfully, the result of the original
|
414
|
+
# request is returned.
|
415
|
+
#
|
416
|
+
# This token is listed as required, however, if you do not specify it,
|
417
|
+
# the Amazon Web Services SDKs automatically generate one for you. If
|
418
|
+
# you are not using the Amazon Web Services SDK or the CLI, you must
|
419
|
+
# provide this token or the request will fail.
|
420
|
+
#
|
421
|
+
# **A suitable default value is auto-generated.** You should normally
|
422
|
+
# not need to pass this option.**
|
423
|
+
#
|
424
|
+
# @return [Types::CreateLensShareOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
425
|
+
#
|
426
|
+
# * {Types::CreateLensShareOutput#share_id #share_id} => String
|
427
|
+
#
|
428
|
+
# @example Request syntax with placeholder values
|
429
|
+
#
|
430
|
+
# resp = client.create_lens_share({
|
431
|
+
# lens_alias: "LensAlias", # required
|
432
|
+
# shared_with: "SharedWith", # required
|
433
|
+
# client_request_token: "ClientRequestToken", # required
|
434
|
+
# })
|
435
|
+
#
|
436
|
+
# @example Response structure
|
437
|
+
#
|
438
|
+
# resp.share_id #=> String
|
439
|
+
#
|
440
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/CreateLensShare AWS API Documentation
|
441
|
+
#
|
442
|
+
# @overload create_lens_share(params = {})
|
443
|
+
# @param [Hash] params ({})
|
444
|
+
def create_lens_share(params = {}, options = {})
|
445
|
+
req = build_request(:create_lens_share, params)
|
446
|
+
req.send_request(options)
|
447
|
+
end
|
448
|
+
|
449
|
+
# Create a new lens version.
|
450
|
+
#
|
451
|
+
# A lens can have up to 100 versions.
|
452
|
+
#
|
453
|
+
# After a lens has been imported, create a new lens version to publish
|
454
|
+
# it. The owner of a lens can share the lens with other Amazon Web
|
455
|
+
# Services accounts and IAM users in the same Amazon Web Services
|
456
|
+
# Region. Only the owner of a lens can delete it.
|
457
|
+
#
|
458
|
+
# @option params [required, String] :lens_alias
|
459
|
+
# The alias of the lens, for example, `serverless`.
|
460
|
+
#
|
461
|
+
# Each lens is identified by its LensSummary$LensAlias.
|
462
|
+
#
|
463
|
+
# @option params [required, String] :lens_version
|
464
|
+
# The version of the lens being created.
|
465
|
+
#
|
466
|
+
# @option params [Boolean] :is_major_version
|
467
|
+
# Set to true if this new major lens version.
|
468
|
+
#
|
469
|
+
# @option params [required, String] :client_request_token
|
470
|
+
# A unique case-sensitive string used to ensure that this request is
|
471
|
+
# idempotent (executes only once).
|
472
|
+
#
|
473
|
+
# You should not reuse the same token for other requests. If you retry a
|
474
|
+
# request with the same client request token and the same parameters
|
475
|
+
# after it has completed successfully, the result of the original
|
476
|
+
# request is returned.
|
477
|
+
#
|
478
|
+
# This token is listed as required, however, if you do not specify it,
|
479
|
+
# the Amazon Web Services SDKs automatically generate one for you. If
|
480
|
+
# you are not using the Amazon Web Services SDK or the CLI, you must
|
481
|
+
# provide this token or the request will fail.
|
482
|
+
#
|
483
|
+
# **A suitable default value is auto-generated.** You should normally
|
484
|
+
# not need to pass this option.**
|
485
|
+
#
|
486
|
+
# @return [Types::CreateLensVersionOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
487
|
+
#
|
488
|
+
# * {Types::CreateLensVersionOutput#lens_arn #lens_arn} => String
|
489
|
+
# * {Types::CreateLensVersionOutput#lens_version #lens_version} => String
|
490
|
+
#
|
491
|
+
# @example Request syntax with placeholder values
|
492
|
+
#
|
493
|
+
# resp = client.create_lens_version({
|
494
|
+
# lens_alias: "LensAlias", # required
|
495
|
+
# lens_version: "LensVersion", # required
|
496
|
+
# is_major_version: false,
|
497
|
+
# client_request_token: "ClientRequestToken", # required
|
498
|
+
# })
|
499
|
+
#
|
500
|
+
# @example Response structure
|
501
|
+
#
|
502
|
+
# resp.lens_arn #=> String
|
503
|
+
# resp.lens_version #=> String
|
504
|
+
#
|
505
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/CreateLensVersion AWS API Documentation
|
506
|
+
#
|
507
|
+
# @overload create_lens_version(params = {})
|
508
|
+
# @param [Hash] params ({})
|
509
|
+
def create_lens_version(params = {}, options = {})
|
510
|
+
req = build_request(:create_lens_version, params)
|
511
|
+
req.send_request(options)
|
512
|
+
end
|
513
|
+
|
359
514
|
# Create a milestone for an existing workload.
|
360
515
|
#
|
361
516
|
# @option params [required, String] :workload_id
|
362
|
-
# The ID assigned to the workload. This ID is unique within an
|
363
|
-
# Region.
|
517
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
518
|
+
# Web Services Region.
|
364
519
|
#
|
365
520
|
# @option params [required, String] :milestone_name
|
366
521
|
# The name of the milestone in a workload.
|
@@ -377,9 +532,9 @@ module Aws::WellArchitected
|
|
377
532
|
# request is returned.
|
378
533
|
#
|
379
534
|
# This token is listed as required, however, if you do not specify it,
|
380
|
-
# the
|
381
|
-
# the
|
382
|
-
# will fail.
|
535
|
+
# the Amazon Web Services SDKs automatically generate one for you. If
|
536
|
+
# you are not using the Amazon Web Services SDK or the CLI, you must
|
537
|
+
# provide this token or the request will fail.
|
383
538
|
#
|
384
539
|
# **A suitable default value is auto-generated.** You should normally
|
385
540
|
# not need to pass this option.**
|
@@ -413,12 +568,12 @@ module Aws::WellArchitected
|
|
413
568
|
|
414
569
|
# Create a new workload.
|
415
570
|
#
|
416
|
-
# The owner of a workload can share the workload with other
|
417
|
-
# and IAM users in the same
|
418
|
-
# delete it.
|
571
|
+
# The owner of a workload can share the workload with other Amazon Web
|
572
|
+
# Services accounts and IAM users in the same Amazon Web Services
|
573
|
+
# Region. Only the owner of a workload can delete it.
|
419
574
|
#
|
420
|
-
# For more information, see [Defining a Workload][1] in the
|
421
|
-
# Well-Architected Tool User Guide*.
|
575
|
+
# For more information, see [Defining a Workload][1] in the
|
576
|
+
# *Well-Architected Tool User Guide*.
|
422
577
|
#
|
423
578
|
#
|
424
579
|
#
|
@@ -427,8 +582,9 @@ module Aws::WellArchitected
|
|
427
582
|
# @option params [required, String] :workload_name
|
428
583
|
# The name of the workload.
|
429
584
|
#
|
430
|
-
# The name must be unique within an account within
|
431
|
-
# capitalization are ignored when checking
|
585
|
+
# The name must be unique within an account within an Amazon Web
|
586
|
+
# Services Region. Spaces and capitalization are ignored when checking
|
587
|
+
# for uniqueness.
|
432
588
|
#
|
433
589
|
# @option params [required, String] :description
|
434
590
|
# The description for the workload.
|
@@ -437,14 +593,16 @@ module Aws::WellArchitected
|
|
437
593
|
# The environment for the workload.
|
438
594
|
#
|
439
595
|
# @option params [Array<String>] :account_ids
|
440
|
-
# The list of
|
596
|
+
# The list of Amazon Web Services account IDs associated with the
|
597
|
+
# workload.
|
441
598
|
#
|
442
599
|
# @option params [Array<String>] :aws_regions
|
443
|
-
# The list of
|
444
|
-
# `us-east-2`, or `ca-central-1`.
|
600
|
+
# The list of Amazon Web Services Regions associated with the workload,
|
601
|
+
# for example, `us-east-2`, or `ca-central-1`.
|
445
602
|
#
|
446
603
|
# @option params [Array<String>] :non_aws_regions
|
447
|
-
# The list of non-
|
604
|
+
# The list of non-Amazon Web Services Regions associated with the
|
605
|
+
# workload.
|
448
606
|
#
|
449
607
|
# @option params [Array<String>] :pillar_priorities
|
450
608
|
# The priorities of the pillars, which are used to order items in the
|
@@ -538,9 +696,9 @@ module Aws::WellArchitected
|
|
538
696
|
# request is returned.
|
539
697
|
#
|
540
698
|
# This token is listed as required, however, if you do not specify it,
|
541
|
-
# the
|
542
|
-
# the
|
543
|
-
# will fail.
|
699
|
+
# the Amazon Web Services SDKs automatically generate one for you. If
|
700
|
+
# you are not using the Amazon Web Services SDK or the CLI, you must
|
701
|
+
# provide this token or the request will fail.
|
544
702
|
#
|
545
703
|
# **A suitable default value is auto-generated.** You should normally
|
546
704
|
# not need to pass this option.**
|
@@ -591,23 +749,25 @@ module Aws::WellArchitected
|
|
591
749
|
|
592
750
|
# Create a workload share.
|
593
751
|
#
|
594
|
-
# The owner of a workload can share it with other
|
595
|
-
# users in the same
|
596
|
-
# removed until the workload invitation is
|
752
|
+
# The owner of a workload can share it with other Amazon Web Services
|
753
|
+
# accounts and IAM users in the same Amazon Web Services Region. Shared
|
754
|
+
# access to a workload is not removed until the workload invitation is
|
755
|
+
# deleted.
|
597
756
|
#
|
598
|
-
# For more information, see [Sharing a Workload][1] in the
|
599
|
-
# Well-Architected Tool User Guide*.
|
757
|
+
# For more information, see [Sharing a Workload][1] in the
|
758
|
+
# *Well-Architected Tool User Guide*.
|
600
759
|
#
|
601
760
|
#
|
602
761
|
#
|
603
762
|
# [1]: https://docs.aws.amazon.com/wellarchitected/latest/userguide/workloads-sharing.html
|
604
763
|
#
|
605
764
|
# @option params [required, String] :workload_id
|
606
|
-
# The ID assigned to the workload. This ID is unique within an
|
607
|
-
# Region.
|
765
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
766
|
+
# Web Services Region.
|
608
767
|
#
|
609
768
|
# @option params [required, String] :shared_with
|
610
|
-
# The
|
769
|
+
# The Amazon Web Services account ID or IAM role with which the workload
|
770
|
+
# is shared.
|
611
771
|
#
|
612
772
|
# @option params [required, String] :permission_type
|
613
773
|
# Permission granted on a workload share.
|
@@ -622,9 +782,9 @@ module Aws::WellArchitected
|
|
622
782
|
# request is returned.
|
623
783
|
#
|
624
784
|
# This token is listed as required, however, if you do not specify it,
|
625
|
-
# the
|
626
|
-
# the
|
627
|
-
# will fail.
|
785
|
+
# the Amazon Web Services SDKs automatically generate one for you. If
|
786
|
+
# you are not using the Amazon Web Services SDK or the CLI, you must
|
787
|
+
# provide this token or the request will fail.
|
628
788
|
#
|
629
789
|
# **A suitable default value is auto-generated.** You should normally
|
630
790
|
# not need to pass this option.**
|
@@ -657,11 +817,134 @@ module Aws::WellArchitected
|
|
657
817
|
req.send_request(options)
|
658
818
|
end
|
659
819
|
|
820
|
+
# Delete an existing lens.
|
821
|
+
#
|
822
|
+
# Only the owner of a lens can delete it. After the lens is deleted,
|
823
|
+
# Amazon Web Services accounts and IAM users that you shared the lens
|
824
|
+
# with can continue to use it, but they will no longer be able to apply
|
825
|
+
# it to new workloads.
|
826
|
+
#
|
827
|
+
# <note markdown="1"> **Disclaimer**
|
828
|
+
#
|
829
|
+
# By sharing your custom lenses with other Amazon Web Services accounts,
|
830
|
+
# you acknowledge that Amazon Web Services will make your custom lenses
|
831
|
+
# available to those other accounts. Those other accounts may continue
|
832
|
+
# to access and use your shared custom lenses even if you delete the
|
833
|
+
# custom lenses from your own Amazon Web Services account or terminate
|
834
|
+
# your Amazon Web Services account.
|
835
|
+
#
|
836
|
+
# </note>
|
837
|
+
#
|
838
|
+
# @option params [required, String] :lens_alias
|
839
|
+
# The alias of the lens, for example, `serverless`.
|
840
|
+
#
|
841
|
+
# Each lens is identified by its LensSummary$LensAlias.
|
842
|
+
#
|
843
|
+
# @option params [required, String] :client_request_token
|
844
|
+
# A unique case-sensitive string used to ensure that this request is
|
845
|
+
# idempotent (executes only once).
|
846
|
+
#
|
847
|
+
# You should not reuse the same token for other requests. If you retry a
|
848
|
+
# request with the same client request token and the same parameters
|
849
|
+
# after it has completed successfully, the result of the original
|
850
|
+
# request is returned.
|
851
|
+
#
|
852
|
+
# This token is listed as required, however, if you do not specify it,
|
853
|
+
# the Amazon Web Services SDKs automatically generate one for you. If
|
854
|
+
# you are not using the Amazon Web Services SDK or the CLI, you must
|
855
|
+
# provide this token or the request will fail.
|
856
|
+
#
|
857
|
+
# **A suitable default value is auto-generated.** You should normally
|
858
|
+
# not need to pass this option.**
|
859
|
+
#
|
860
|
+
# @option params [required, String] :lens_status
|
861
|
+
# The status of the lens to be deleted.
|
862
|
+
#
|
863
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
864
|
+
#
|
865
|
+
# @example Request syntax with placeholder values
|
866
|
+
#
|
867
|
+
# resp = client.delete_lens({
|
868
|
+
# lens_alias: "LensAlias", # required
|
869
|
+
# client_request_token: "ClientRequestToken", # required
|
870
|
+
# lens_status: "ALL", # required, accepts ALL, DRAFT, PUBLISHED
|
871
|
+
# })
|
872
|
+
#
|
873
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/DeleteLens AWS API Documentation
|
874
|
+
#
|
875
|
+
# @overload delete_lens(params = {})
|
876
|
+
# @param [Hash] params ({})
|
877
|
+
def delete_lens(params = {}, options = {})
|
878
|
+
req = build_request(:delete_lens, params)
|
879
|
+
req.send_request(options)
|
880
|
+
end
|
881
|
+
|
882
|
+
# Delete a lens share.
|
883
|
+
#
|
884
|
+
# After the lens share is deleted, Amazon Web Services accounts and IAM
|
885
|
+
# users that you shared the lens with can continue to use it, but they
|
886
|
+
# will no longer be able to apply it to new workloads.
|
887
|
+
#
|
888
|
+
# <note markdown="1"> **Disclaimer**
|
889
|
+
#
|
890
|
+
# By sharing your custom lenses with other Amazon Web Services accounts,
|
891
|
+
# you acknowledge that Amazon Web Services will make your custom lenses
|
892
|
+
# available to those other accounts. Those other accounts may continue
|
893
|
+
# to access and use your shared custom lenses even if you delete the
|
894
|
+
# custom lenses from your own Amazon Web Services account or terminate
|
895
|
+
# your Amazon Web Services account.
|
896
|
+
#
|
897
|
+
# </note>
|
898
|
+
#
|
899
|
+
# @option params [required, String] :share_id
|
900
|
+
# The ID associated with the workload share.
|
901
|
+
#
|
902
|
+
# @option params [required, String] :lens_alias
|
903
|
+
# The alias of the lens, for example, `serverless`.
|
904
|
+
#
|
905
|
+
# Each lens is identified by its LensSummary$LensAlias.
|
906
|
+
#
|
907
|
+
# @option params [required, String] :client_request_token
|
908
|
+
# A unique case-sensitive string used to ensure that this request is
|
909
|
+
# idempotent (executes only once).
|
910
|
+
#
|
911
|
+
# You should not reuse the same token for other requests. If you retry a
|
912
|
+
# request with the same client request token and the same parameters
|
913
|
+
# after it has completed successfully, the result of the original
|
914
|
+
# request is returned.
|
915
|
+
#
|
916
|
+
# This token is listed as required, however, if you do not specify it,
|
917
|
+
# the Amazon Web Services SDKs automatically generate one for you. If
|
918
|
+
# you are not using the Amazon Web Services SDK or the CLI, you must
|
919
|
+
# provide this token or the request will fail.
|
920
|
+
#
|
921
|
+
# **A suitable default value is auto-generated.** You should normally
|
922
|
+
# not need to pass this option.**
|
923
|
+
#
|
924
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
925
|
+
#
|
926
|
+
# @example Request syntax with placeholder values
|
927
|
+
#
|
928
|
+
# resp = client.delete_lens_share({
|
929
|
+
# share_id: "ShareId", # required
|
930
|
+
# lens_alias: "LensAlias", # required
|
931
|
+
# client_request_token: "ClientRequestToken", # required
|
932
|
+
# })
|
933
|
+
#
|
934
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/DeleteLensShare AWS API Documentation
|
935
|
+
#
|
936
|
+
# @overload delete_lens_share(params = {})
|
937
|
+
# @param [Hash] params ({})
|
938
|
+
def delete_lens_share(params = {}, options = {})
|
939
|
+
req = build_request(:delete_lens_share, params)
|
940
|
+
req.send_request(options)
|
941
|
+
end
|
942
|
+
|
660
943
|
# Delete an existing workload.
|
661
944
|
#
|
662
945
|
# @option params [required, String] :workload_id
|
663
|
-
# The ID assigned to the workload. This ID is unique within an
|
664
|
-
# Region.
|
946
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
947
|
+
# Web Services Region.
|
665
948
|
#
|
666
949
|
# @option params [required, String] :client_request_token
|
667
950
|
# A unique case-sensitive string used to ensure that this request is
|
@@ -673,9 +956,9 @@ module Aws::WellArchitected
|
|
673
956
|
# request is returned.
|
674
957
|
#
|
675
958
|
# This token is listed as required, however, if you do not specify it,
|
676
|
-
# the
|
677
|
-
# the
|
678
|
-
# will fail.
|
959
|
+
# the Amazon Web Services SDKs automatically generate one for you. If
|
960
|
+
# you are not using the Amazon Web Services SDK or the CLI, you must
|
961
|
+
# provide this token or the request will fail.
|
679
962
|
#
|
680
963
|
# **A suitable default value is auto-generated.** You should normally
|
681
964
|
# not need to pass this option.**
|
@@ -704,8 +987,8 @@ module Aws::WellArchitected
|
|
704
987
|
# The ID associated with the workload share.
|
705
988
|
#
|
706
989
|
# @option params [required, String] :workload_id
|
707
|
-
# The ID assigned to the workload. This ID is unique within an
|
708
|
-
# Region.
|
990
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
991
|
+
# Web Services Region.
|
709
992
|
#
|
710
993
|
# @option params [required, String] :client_request_token
|
711
994
|
# A unique case-sensitive string used to ensure that this request is
|
@@ -717,9 +1000,9 @@ module Aws::WellArchitected
|
|
717
1000
|
# request is returned.
|
718
1001
|
#
|
719
1002
|
# This token is listed as required, however, if you do not specify it,
|
720
|
-
# the
|
721
|
-
# the
|
722
|
-
# will fail.
|
1003
|
+
# the Amazon Web Services SDKs automatically generate one for you. If
|
1004
|
+
# you are not using the Amazon Web Services SDK or the CLI, you must
|
1005
|
+
# provide this token or the request will fail.
|
723
1006
|
#
|
724
1007
|
# **A suitable default value is auto-generated.** You should normally
|
725
1008
|
# not need to pass this option.**
|
@@ -745,17 +1028,21 @@ module Aws::WellArchitected
|
|
745
1028
|
|
746
1029
|
# Disassociate a lens from a workload.
|
747
1030
|
#
|
748
|
-
#
|
749
|
-
#
|
1031
|
+
# Up to 10 lenses can be disassociated from a workload in a single API
|
1032
|
+
# operation.
|
1033
|
+
#
|
1034
|
+
# <note markdown="1"> The Amazon Web Services Well-Architected Framework lens
|
1035
|
+
# (`wellarchitected`) cannot be removed from a workload.
|
750
1036
|
#
|
751
1037
|
# </note>
|
752
1038
|
#
|
753
1039
|
# @option params [required, String] :workload_id
|
754
|
-
# The ID assigned to the workload. This ID is unique within an
|
755
|
-
# Region.
|
1040
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
1041
|
+
# Web Services Region.
|
756
1042
|
#
|
757
1043
|
# @option params [required, Array<String>] :lens_aliases
|
758
|
-
# List of lens aliases to associate or disassociate with a workload.
|
1044
|
+
# List of lens aliases to associate or disassociate with a workload. Up
|
1045
|
+
# to 10 lenses can be specified.
|
759
1046
|
#
|
760
1047
|
# Identify a lens using its LensSummary$LensAlias.
|
761
1048
|
#
|
@@ -777,11 +1064,65 @@ module Aws::WellArchitected
|
|
777
1064
|
req.send_request(options)
|
778
1065
|
end
|
779
1066
|
|
1067
|
+
# Export an existing lens.
|
1068
|
+
#
|
1069
|
+
# Lenses are defined in JSON. For more information, see [JSON format
|
1070
|
+
# specification][1] in the *Well-Architected Tool User Guide*. Only the
|
1071
|
+
# owner of a lens can export it.
|
1072
|
+
#
|
1073
|
+
# <note markdown="1"> **Disclaimer**
|
1074
|
+
#
|
1075
|
+
# Do not include or gather personal identifiable information (PII) of
|
1076
|
+
# end users or other identifiable individuals in or via your custom
|
1077
|
+
# lenses. If your custom lens or those shared with you and used in your
|
1078
|
+
# account do include or collect PII you are responsible for: ensuring
|
1079
|
+
# that the included PII is processed in accordance with applicable law,
|
1080
|
+
# providing adequate privacy notices, and obtaining necessary consents
|
1081
|
+
# for processing such data.
|
1082
|
+
#
|
1083
|
+
# </note>
|
1084
|
+
#
|
1085
|
+
#
|
1086
|
+
#
|
1087
|
+
# [1]: https://docs.aws.amazon.com/wellarchitected/latest/userguide/lenses-format-specification.html
|
1088
|
+
#
|
1089
|
+
# @option params [required, String] :lens_alias
|
1090
|
+
# The alias of the lens, for example, `serverless`.
|
1091
|
+
#
|
1092
|
+
# Each lens is identified by its LensSummary$LensAlias.
|
1093
|
+
#
|
1094
|
+
# @option params [String] :lens_version
|
1095
|
+
# The lens version to be exported.
|
1096
|
+
#
|
1097
|
+
# @return [Types::ExportLensOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1098
|
+
#
|
1099
|
+
# * {Types::ExportLensOutput#lens_json #lens_json} => String
|
1100
|
+
#
|
1101
|
+
# @example Request syntax with placeholder values
|
1102
|
+
#
|
1103
|
+
# resp = client.export_lens({
|
1104
|
+
# lens_alias: "LensAlias", # required
|
1105
|
+
# lens_version: "LensVersion",
|
1106
|
+
# })
|
1107
|
+
#
|
1108
|
+
# @example Response structure
|
1109
|
+
#
|
1110
|
+
# resp.lens_json #=> String
|
1111
|
+
#
|
1112
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/ExportLens AWS API Documentation
|
1113
|
+
#
|
1114
|
+
# @overload export_lens(params = {})
|
1115
|
+
# @param [Hash] params ({})
|
1116
|
+
def export_lens(params = {}, options = {})
|
1117
|
+
req = build_request(:export_lens, params)
|
1118
|
+
req.send_request(options)
|
1119
|
+
end
|
1120
|
+
|
780
1121
|
# Get the answer to a specific question in a workload review.
|
781
1122
|
#
|
782
1123
|
# @option params [required, String] :workload_id
|
783
|
-
# The ID assigned to the workload. This ID is unique within an
|
784
|
-
# Region.
|
1124
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
1125
|
+
# Web Services Region.
|
785
1126
|
#
|
786
1127
|
# @option params [required, String] :lens_alias
|
787
1128
|
# The alias of the lens, for example, `serverless`.
|
@@ -801,6 +1142,7 @@ module Aws::WellArchitected
|
|
801
1142
|
# * {Types::GetAnswerOutput#workload_id #workload_id} => String
|
802
1143
|
# * {Types::GetAnswerOutput#milestone_number #milestone_number} => Integer
|
803
1144
|
# * {Types::GetAnswerOutput#lens_alias #lens_alias} => String
|
1145
|
+
# * {Types::GetAnswerOutput#lens_arn #lens_arn} => String
|
804
1146
|
# * {Types::GetAnswerOutput#answer #answer} => Types::Answer
|
805
1147
|
#
|
806
1148
|
# @example Request syntax with placeholder values
|
@@ -817,16 +1159,22 @@ module Aws::WellArchitected
|
|
817
1159
|
# resp.workload_id #=> String
|
818
1160
|
# resp.milestone_number #=> Integer
|
819
1161
|
# resp.lens_alias #=> String
|
1162
|
+
# resp.lens_arn #=> String
|
820
1163
|
# resp.answer.question_id #=> String
|
821
1164
|
# resp.answer.pillar_id #=> String
|
822
1165
|
# resp.answer.question_title #=> String
|
823
1166
|
# resp.answer.question_description #=> String
|
824
1167
|
# resp.answer.improvement_plan_url #=> String
|
825
1168
|
# resp.answer.helpful_resource_url #=> String
|
1169
|
+
# resp.answer.helpful_resource_display_text #=> String
|
826
1170
|
# resp.answer.choices #=> Array
|
827
1171
|
# resp.answer.choices[0].choice_id #=> String
|
828
1172
|
# resp.answer.choices[0].title #=> String
|
829
1173
|
# resp.answer.choices[0].description #=> String
|
1174
|
+
# resp.answer.choices[0].helpful_resource.display_text #=> String
|
1175
|
+
# resp.answer.choices[0].helpful_resource.url #=> String
|
1176
|
+
# resp.answer.choices[0].improvement_plan.display_text #=> String
|
1177
|
+
# resp.answer.choices[0].improvement_plan.url #=> String
|
830
1178
|
# resp.answer.selected_choices #=> Array
|
831
1179
|
# resp.answer.selected_choices[0] #=> String
|
832
1180
|
# resp.answer.choice_answers #=> Array
|
@@ -848,11 +1196,50 @@ module Aws::WellArchitected
|
|
848
1196
|
req.send_request(options)
|
849
1197
|
end
|
850
1198
|
|
1199
|
+
# Get an existing lens.
|
1200
|
+
#
|
1201
|
+
# @option params [required, String] :lens_alias
|
1202
|
+
# The alias of the lens, for example, `serverless`.
|
1203
|
+
#
|
1204
|
+
# Each lens is identified by its LensSummary$LensAlias.
|
1205
|
+
#
|
1206
|
+
# @option params [String] :lens_version
|
1207
|
+
# The lens version to be retrieved.
|
1208
|
+
#
|
1209
|
+
# @return [Types::GetLensOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1210
|
+
#
|
1211
|
+
# * {Types::GetLensOutput#lens #lens} => Types::Lens
|
1212
|
+
#
|
1213
|
+
# @example Request syntax with placeholder values
|
1214
|
+
#
|
1215
|
+
# resp = client.get_lens({
|
1216
|
+
# lens_alias: "LensAlias", # required
|
1217
|
+
# lens_version: "LensVersion",
|
1218
|
+
# })
|
1219
|
+
#
|
1220
|
+
# @example Response structure
|
1221
|
+
#
|
1222
|
+
# resp.lens.lens_arn #=> String
|
1223
|
+
# resp.lens.lens_version #=> String
|
1224
|
+
# resp.lens.name #=> String
|
1225
|
+
# resp.lens.description #=> String
|
1226
|
+
# resp.lens.owner #=> String
|
1227
|
+
# resp.lens.share_invitation_id #=> String
|
1228
|
+
#
|
1229
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/GetLens AWS API Documentation
|
1230
|
+
#
|
1231
|
+
# @overload get_lens(params = {})
|
1232
|
+
# @param [Hash] params ({})
|
1233
|
+
def get_lens(params = {}, options = {})
|
1234
|
+
req = build_request(:get_lens, params)
|
1235
|
+
req.send_request(options)
|
1236
|
+
end
|
1237
|
+
|
851
1238
|
# Get lens review.
|
852
1239
|
#
|
853
1240
|
# @option params [required, String] :workload_id
|
854
|
-
# The ID assigned to the workload. This ID is unique within an
|
855
|
-
# Region.
|
1241
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
1242
|
+
# Web Services Region.
|
856
1243
|
#
|
857
1244
|
# @option params [required, String] :lens_alias
|
858
1245
|
# The alias of the lens, for example, `serverless`.
|
@@ -883,9 +1270,10 @@ module Aws::WellArchitected
|
|
883
1270
|
# resp.workload_id #=> String
|
884
1271
|
# resp.milestone_number #=> Integer
|
885
1272
|
# resp.lens_review.lens_alias #=> String
|
1273
|
+
# resp.lens_review.lens_arn #=> String
|
886
1274
|
# resp.lens_review.lens_version #=> String
|
887
1275
|
# resp.lens_review.lens_name #=> String
|
888
|
-
# resp.lens_review.lens_status #=> String, one of "CURRENT", "NOT_CURRENT", "DEPRECATED"
|
1276
|
+
# resp.lens_review.lens_status #=> String, one of "CURRENT", "NOT_CURRENT", "DEPRECATED", "DELETED", "UNSHARED"
|
889
1277
|
# resp.lens_review.pillar_review_summaries #=> Array
|
890
1278
|
# resp.lens_review.pillar_review_summaries[0].pillar_id #=> String
|
891
1279
|
# resp.lens_review.pillar_review_summaries[0].pillar_name #=> String
|
@@ -910,8 +1298,8 @@ module Aws::WellArchitected
|
|
910
1298
|
# Get lens review report.
|
911
1299
|
#
|
912
1300
|
# @option params [required, String] :workload_id
|
913
|
-
# The ID assigned to the workload. This ID is unique within an
|
914
|
-
# Region.
|
1301
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
1302
|
+
# Web Services Region.
|
915
1303
|
#
|
916
1304
|
# @option params [required, String] :lens_alias
|
917
1305
|
# The alias of the lens, for example, `serverless`.
|
@@ -942,6 +1330,7 @@ module Aws::WellArchitected
|
|
942
1330
|
# resp.workload_id #=> String
|
943
1331
|
# resp.milestone_number #=> Integer
|
944
1332
|
# resp.lens_review_report.lens_alias #=> String
|
1333
|
+
# resp.lens_review_report.lens_arn #=> String
|
945
1334
|
# resp.lens_review_report.base_64_string #=> String
|
946
1335
|
#
|
947
1336
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/GetLensReviewReport AWS API Documentation
|
@@ -960,13 +1349,18 @@ module Aws::WellArchitected
|
|
960
1349
|
#
|
961
1350
|
# Each lens is identified by its LensSummary$LensAlias.
|
962
1351
|
#
|
963
|
-
# @option params [
|
1352
|
+
# @option params [String] :base_lens_version
|
964
1353
|
# The base version of the lens.
|
965
1354
|
#
|
1355
|
+
# @option params [String] :target_lens_version
|
1356
|
+
# The lens version to target a difference for.
|
1357
|
+
#
|
966
1358
|
# @return [Types::GetLensVersionDifferenceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
967
1359
|
#
|
968
1360
|
# * {Types::GetLensVersionDifferenceOutput#lens_alias #lens_alias} => String
|
1361
|
+
# * {Types::GetLensVersionDifferenceOutput#lens_arn #lens_arn} => String
|
969
1362
|
# * {Types::GetLensVersionDifferenceOutput#base_lens_version #base_lens_version} => String
|
1363
|
+
# * {Types::GetLensVersionDifferenceOutput#target_lens_version #target_lens_version} => String
|
970
1364
|
# * {Types::GetLensVersionDifferenceOutput#latest_lens_version #latest_lens_version} => String
|
971
1365
|
# * {Types::GetLensVersionDifferenceOutput#version_differences #version_differences} => Types::VersionDifferences
|
972
1366
|
#
|
@@ -974,16 +1368,20 @@ module Aws::WellArchitected
|
|
974
1368
|
#
|
975
1369
|
# resp = client.get_lens_version_difference({
|
976
1370
|
# lens_alias: "LensAlias", # required
|
977
|
-
# base_lens_version: "LensVersion",
|
1371
|
+
# base_lens_version: "LensVersion",
|
1372
|
+
# target_lens_version: "LensVersion",
|
978
1373
|
# })
|
979
1374
|
#
|
980
1375
|
# @example Response structure
|
981
1376
|
#
|
982
1377
|
# resp.lens_alias #=> String
|
1378
|
+
# resp.lens_arn #=> String
|
983
1379
|
# resp.base_lens_version #=> String
|
1380
|
+
# resp.target_lens_version #=> String
|
984
1381
|
# resp.latest_lens_version #=> String
|
985
1382
|
# resp.version_differences.pillar_differences #=> Array
|
986
1383
|
# resp.version_differences.pillar_differences[0].pillar_id #=> String
|
1384
|
+
# resp.version_differences.pillar_differences[0].pillar_name #=> String
|
987
1385
|
# resp.version_differences.pillar_differences[0].difference_status #=> String, one of "UPDATED", "NEW", "DELETED"
|
988
1386
|
# resp.version_differences.pillar_differences[0].question_differences #=> Array
|
989
1387
|
# resp.version_differences.pillar_differences[0].question_differences[0].question_id #=> String
|
@@ -1002,8 +1400,8 @@ module Aws::WellArchitected
|
|
1002
1400
|
# Get a milestone for an existing workload.
|
1003
1401
|
#
|
1004
1402
|
# @option params [required, String] :workload_id
|
1005
|
-
# The ID assigned to the workload. This ID is unique within an
|
1006
|
-
# Region.
|
1403
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
1404
|
+
# Web Services Region.
|
1007
1405
|
#
|
1008
1406
|
# @option params [required, Integer] :milestone_number
|
1009
1407
|
# The milestone number.
|
@@ -1071,8 +1469,8 @@ module Aws::WellArchitected
|
|
1071
1469
|
# Get an existing workload.
|
1072
1470
|
#
|
1073
1471
|
# @option params [required, String] :workload_id
|
1074
|
-
# The ID assigned to the workload. This ID is unique within an
|
1075
|
-
# Region.
|
1472
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
1473
|
+
# Web Services Region.
|
1076
1474
|
#
|
1077
1475
|
# @return [Types::GetWorkloadOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1078
1476
|
#
|
@@ -1126,11 +1524,95 @@ module Aws::WellArchitected
|
|
1126
1524
|
req.send_request(options)
|
1127
1525
|
end
|
1128
1526
|
|
1527
|
+
# Import a new lens.
|
1528
|
+
#
|
1529
|
+
# The lens cannot be applied to workloads or shared with other Amazon
|
1530
|
+
# Web Services accounts until it's published with CreateLensVersion
|
1531
|
+
#
|
1532
|
+
# Lenses are defined in JSON. For more information, see [JSON format
|
1533
|
+
# specification][1] in the *Well-Architected Tool User Guide*.
|
1534
|
+
#
|
1535
|
+
# A custom lens cannot exceed 500 KB in size.
|
1536
|
+
#
|
1537
|
+
# <note markdown="1"> **Disclaimer**
|
1538
|
+
#
|
1539
|
+
# Do not include or gather personal identifiable information (PII) of
|
1540
|
+
# end users or other identifiable individuals in or via your custom
|
1541
|
+
# lenses. If your custom lens or those shared with you and used in your
|
1542
|
+
# account do include or collect PII you are responsible for: ensuring
|
1543
|
+
# that the included PII is processed in accordance with applicable law,
|
1544
|
+
# providing adequate privacy notices, and obtaining necessary consents
|
1545
|
+
# for processing such data.
|
1546
|
+
#
|
1547
|
+
# </note>
|
1548
|
+
#
|
1549
|
+
#
|
1550
|
+
#
|
1551
|
+
# [1]: https://docs.aws.amazon.com/wellarchitected/latest/userguide/lenses-format-specification.html
|
1552
|
+
#
|
1553
|
+
# @option params [String] :lens_alias
|
1554
|
+
# The alias of the lens, for example, `serverless`.
|
1555
|
+
#
|
1556
|
+
# Each lens is identified by its LensSummary$LensAlias.
|
1557
|
+
#
|
1558
|
+
# @option params [required, String] :json_string
|
1559
|
+
# The JSON representation of a lens.
|
1560
|
+
#
|
1561
|
+
# @option params [required, String] :client_request_token
|
1562
|
+
# A unique case-sensitive string used to ensure that this request is
|
1563
|
+
# idempotent (executes only once).
|
1564
|
+
#
|
1565
|
+
# You should not reuse the same token for other requests. If you retry a
|
1566
|
+
# request with the same client request token and the same parameters
|
1567
|
+
# after it has completed successfully, the result of the original
|
1568
|
+
# request is returned.
|
1569
|
+
#
|
1570
|
+
# This token is listed as required, however, if you do not specify it,
|
1571
|
+
# the Amazon Web Services SDKs automatically generate one for you. If
|
1572
|
+
# you are not using the Amazon Web Services SDK or the CLI, you must
|
1573
|
+
# provide this token or the request will fail.
|
1574
|
+
#
|
1575
|
+
# **A suitable default value is auto-generated.** You should normally
|
1576
|
+
# not need to pass this option.**
|
1577
|
+
#
|
1578
|
+
# @option params [Hash<String,String>] :tags
|
1579
|
+
# Tags to associate to a lens.
|
1580
|
+
#
|
1581
|
+
# @return [Types::ImportLensOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1582
|
+
#
|
1583
|
+
# * {Types::ImportLensOutput#lens_arn #lens_arn} => String
|
1584
|
+
# * {Types::ImportLensOutput#status #status} => String
|
1585
|
+
#
|
1586
|
+
# @example Request syntax with placeholder values
|
1587
|
+
#
|
1588
|
+
# resp = client.import_lens({
|
1589
|
+
# lens_alias: "LensAlias",
|
1590
|
+
# json_string: "LensJSON", # required
|
1591
|
+
# client_request_token: "ClientRequestToken", # required
|
1592
|
+
# tags: {
|
1593
|
+
# "TagKey" => "TagValue",
|
1594
|
+
# },
|
1595
|
+
# })
|
1596
|
+
#
|
1597
|
+
# @example Response structure
|
1598
|
+
#
|
1599
|
+
# resp.lens_arn #=> String
|
1600
|
+
# resp.status #=> String, one of "IN_PROGRESS", "COMPLETE", "ERROR"
|
1601
|
+
#
|
1602
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/ImportLens AWS API Documentation
|
1603
|
+
#
|
1604
|
+
# @overload import_lens(params = {})
|
1605
|
+
# @param [Hash] params ({})
|
1606
|
+
def import_lens(params = {}, options = {})
|
1607
|
+
req = build_request(:import_lens, params)
|
1608
|
+
req.send_request(options)
|
1609
|
+
end
|
1610
|
+
|
1129
1611
|
# List of answers.
|
1130
1612
|
#
|
1131
1613
|
# @option params [required, String] :workload_id
|
1132
|
-
# The ID assigned to the workload. This ID is unique within an
|
1133
|
-
# Region.
|
1614
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
1615
|
+
# Web Services Region.
|
1134
1616
|
#
|
1135
1617
|
# @option params [required, String] :lens_alias
|
1136
1618
|
# The alias of the lens, for example, `serverless`.
|
@@ -1158,6 +1640,7 @@ module Aws::WellArchitected
|
|
1158
1640
|
# * {Types::ListAnswersOutput#workload_id #workload_id} => String
|
1159
1641
|
# * {Types::ListAnswersOutput#milestone_number #milestone_number} => Integer
|
1160
1642
|
# * {Types::ListAnswersOutput#lens_alias #lens_alias} => String
|
1643
|
+
# * {Types::ListAnswersOutput#lens_arn #lens_arn} => String
|
1161
1644
|
# * {Types::ListAnswersOutput#answer_summaries #answer_summaries} => Array<Types::AnswerSummary>
|
1162
1645
|
# * {Types::ListAnswersOutput#next_token #next_token} => String
|
1163
1646
|
#
|
@@ -1179,6 +1662,7 @@ module Aws::WellArchitected
|
|
1179
1662
|
# resp.workload_id #=> String
|
1180
1663
|
# resp.milestone_number #=> Integer
|
1181
1664
|
# resp.lens_alias #=> String
|
1665
|
+
# resp.lens_arn #=> String
|
1182
1666
|
# resp.answer_summaries #=> Array
|
1183
1667
|
# resp.answer_summaries[0].question_id #=> String
|
1184
1668
|
# resp.answer_summaries[0].pillar_id #=> String
|
@@ -1187,6 +1671,10 @@ module Aws::WellArchitected
|
|
1187
1671
|
# resp.answer_summaries[0].choices[0].choice_id #=> String
|
1188
1672
|
# resp.answer_summaries[0].choices[0].title #=> String
|
1189
1673
|
# resp.answer_summaries[0].choices[0].description #=> String
|
1674
|
+
# resp.answer_summaries[0].choices[0].helpful_resource.display_text #=> String
|
1675
|
+
# resp.answer_summaries[0].choices[0].helpful_resource.url #=> String
|
1676
|
+
# resp.answer_summaries[0].choices[0].improvement_plan.display_text #=> String
|
1677
|
+
# resp.answer_summaries[0].choices[0].improvement_plan.url #=> String
|
1190
1678
|
# resp.answer_summaries[0].selected_choices #=> Array
|
1191
1679
|
# resp.answer_summaries[0].selected_choices[0] #=> String
|
1192
1680
|
# resp.answer_summaries[0].choice_answer_summaries #=> Array
|
@@ -1210,8 +1698,8 @@ module Aws::WellArchitected
|
|
1210
1698
|
# List lens review improvements.
|
1211
1699
|
#
|
1212
1700
|
# @option params [required, String] :workload_id
|
1213
|
-
# The ID assigned to the workload. This ID is unique within an
|
1214
|
-
# Region.
|
1701
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
1702
|
+
# Web Services Region.
|
1215
1703
|
#
|
1216
1704
|
# @option params [required, String] :lens_alias
|
1217
1705
|
# The alias of the lens, for example, `serverless`.
|
@@ -1239,6 +1727,7 @@ module Aws::WellArchitected
|
|
1239
1727
|
# * {Types::ListLensReviewImprovementsOutput#workload_id #workload_id} => String
|
1240
1728
|
# * {Types::ListLensReviewImprovementsOutput#milestone_number #milestone_number} => Integer
|
1241
1729
|
# * {Types::ListLensReviewImprovementsOutput#lens_alias #lens_alias} => String
|
1730
|
+
# * {Types::ListLensReviewImprovementsOutput#lens_arn #lens_arn} => String
|
1242
1731
|
# * {Types::ListLensReviewImprovementsOutput#improvement_summaries #improvement_summaries} => Array<Types::ImprovementSummary>
|
1243
1732
|
# * {Types::ListLensReviewImprovementsOutput#next_token #next_token} => String
|
1244
1733
|
#
|
@@ -1260,12 +1749,17 @@ module Aws::WellArchitected
|
|
1260
1749
|
# resp.workload_id #=> String
|
1261
1750
|
# resp.milestone_number #=> Integer
|
1262
1751
|
# resp.lens_alias #=> String
|
1752
|
+
# resp.lens_arn #=> String
|
1263
1753
|
# resp.improvement_summaries #=> Array
|
1264
1754
|
# resp.improvement_summaries[0].question_id #=> String
|
1265
1755
|
# resp.improvement_summaries[0].pillar_id #=> String
|
1266
1756
|
# resp.improvement_summaries[0].question_title #=> String
|
1267
1757
|
# resp.improvement_summaries[0].risk #=> String, one of "UNANSWERED", "HIGH", "MEDIUM", "NONE", "NOT_APPLICABLE"
|
1268
1758
|
# resp.improvement_summaries[0].improvement_plan_url #=> String
|
1759
|
+
# resp.improvement_summaries[0].improvement_plans #=> Array
|
1760
|
+
# resp.improvement_summaries[0].improvement_plans[0].choice_id #=> String
|
1761
|
+
# resp.improvement_summaries[0].improvement_plans[0].display_text #=> String
|
1762
|
+
# resp.improvement_summaries[0].improvement_plans[0].improvement_plan_url #=> String
|
1269
1763
|
# resp.next_token #=> String
|
1270
1764
|
#
|
1271
1765
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/ListLensReviewImprovements AWS API Documentation
|
@@ -1280,8 +1774,8 @@ module Aws::WellArchitected
|
|
1280
1774
|
# List lens reviews.
|
1281
1775
|
#
|
1282
1776
|
# @option params [required, String] :workload_id
|
1283
|
-
# The ID assigned to the workload. This ID is unique within an
|
1284
|
-
# Region.
|
1777
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
1778
|
+
# Web Services Region.
|
1285
1779
|
#
|
1286
1780
|
# @option params [Integer] :milestone_number
|
1287
1781
|
# The milestone number.
|
@@ -1318,9 +1812,10 @@ module Aws::WellArchitected
|
|
1318
1812
|
# resp.milestone_number #=> Integer
|
1319
1813
|
# resp.lens_review_summaries #=> Array
|
1320
1814
|
# resp.lens_review_summaries[0].lens_alias #=> String
|
1815
|
+
# resp.lens_review_summaries[0].lens_arn #=> String
|
1321
1816
|
# resp.lens_review_summaries[0].lens_version #=> String
|
1322
1817
|
# resp.lens_review_summaries[0].lens_name #=> String
|
1323
|
-
# resp.lens_review_summaries[0].lens_status #=> String, one of "CURRENT", "NOT_CURRENT", "DEPRECATED"
|
1818
|
+
# resp.lens_review_summaries[0].lens_status #=> String, one of "CURRENT", "NOT_CURRENT", "DEPRECATED", "DELETED", "UNSHARED"
|
1324
1819
|
# resp.lens_review_summaries[0].updated_at #=> Time
|
1325
1820
|
# resp.lens_review_summaries[0].risk_counts #=> Hash
|
1326
1821
|
# resp.lens_review_summaries[0].risk_counts["Risk"] #=> Integer
|
@@ -1335,6 +1830,56 @@ module Aws::WellArchitected
|
|
1335
1830
|
req.send_request(options)
|
1336
1831
|
end
|
1337
1832
|
|
1833
|
+
# List the lens shares associated with the lens.
|
1834
|
+
#
|
1835
|
+
# @option params [required, String] :lens_alias
|
1836
|
+
# The alias of the lens, for example, `serverless`.
|
1837
|
+
#
|
1838
|
+
# Each lens is identified by its LensSummary$LensAlias.
|
1839
|
+
#
|
1840
|
+
# @option params [String] :shared_with_prefix
|
1841
|
+
# The Amazon Web Services account ID or IAM role with which the lens is
|
1842
|
+
# shared.
|
1843
|
+
#
|
1844
|
+
# @option params [String] :next_token
|
1845
|
+
# The token to use to retrieve the next set of results.
|
1846
|
+
#
|
1847
|
+
# @option params [Integer] :max_results
|
1848
|
+
# The maximum number of results to return for this request.
|
1849
|
+
#
|
1850
|
+
# @return [Types::ListLensSharesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1851
|
+
#
|
1852
|
+
# * {Types::ListLensSharesOutput#lens_share_summaries #lens_share_summaries} => Array<Types::LensShareSummary>
|
1853
|
+
# * {Types::ListLensSharesOutput#next_token #next_token} => String
|
1854
|
+
#
|
1855
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1856
|
+
#
|
1857
|
+
# @example Request syntax with placeholder values
|
1858
|
+
#
|
1859
|
+
# resp = client.list_lens_shares({
|
1860
|
+
# lens_alias: "LensAlias", # required
|
1861
|
+
# shared_with_prefix: "SharedWithPrefix",
|
1862
|
+
# next_token: "NextToken",
|
1863
|
+
# max_results: 1,
|
1864
|
+
# })
|
1865
|
+
#
|
1866
|
+
# @example Response structure
|
1867
|
+
#
|
1868
|
+
# resp.lens_share_summaries #=> Array
|
1869
|
+
# resp.lens_share_summaries[0].share_id #=> String
|
1870
|
+
# resp.lens_share_summaries[0].shared_with #=> String
|
1871
|
+
# resp.lens_share_summaries[0].status #=> String, one of "ACCEPTED", "REJECTED", "PENDING", "REVOKED", "EXPIRED"
|
1872
|
+
# resp.next_token #=> String
|
1873
|
+
#
|
1874
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/ListLensShares AWS API Documentation
|
1875
|
+
#
|
1876
|
+
# @overload list_lens_shares(params = {})
|
1877
|
+
# @param [Hash] params ({})
|
1878
|
+
def list_lens_shares(params = {}, options = {})
|
1879
|
+
req = build_request(:list_lens_shares, params)
|
1880
|
+
req.send_request(options)
|
1881
|
+
end
|
1882
|
+
|
1338
1883
|
# List the available lenses.
|
1339
1884
|
#
|
1340
1885
|
# @option params [String] :next_token
|
@@ -1343,6 +1888,15 @@ module Aws::WellArchitected
|
|
1343
1888
|
# @option params [Integer] :max_results
|
1344
1889
|
# The maximum number of results to return for this request.
|
1345
1890
|
#
|
1891
|
+
# @option params [String] :lens_type
|
1892
|
+
# The type of lenses to be returned.
|
1893
|
+
#
|
1894
|
+
# @option params [String] :lens_status
|
1895
|
+
# The status of lenses to be returned.
|
1896
|
+
#
|
1897
|
+
# @option params [String] :lens_name
|
1898
|
+
# The full name of the lens.
|
1899
|
+
#
|
1346
1900
|
# @return [Types::ListLensesOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1347
1901
|
#
|
1348
1902
|
# * {Types::ListLensesOutput#lens_summaries #lens_summaries} => Array<Types::LensSummary>
|
@@ -1355,15 +1909,24 @@ module Aws::WellArchitected
|
|
1355
1909
|
# resp = client.list_lenses({
|
1356
1910
|
# next_token: "NextToken",
|
1357
1911
|
# max_results: 1,
|
1912
|
+
# lens_type: "AWS_OFFICIAL", # accepts AWS_OFFICIAL, CUSTOM_SHARED, CUSTOM_SELF
|
1913
|
+
# lens_status: "ALL", # accepts ALL, DRAFT, PUBLISHED
|
1914
|
+
# lens_name: "LensName",
|
1358
1915
|
# })
|
1359
1916
|
#
|
1360
1917
|
# @example Response structure
|
1361
1918
|
#
|
1362
1919
|
# resp.lens_summaries #=> Array
|
1920
|
+
# resp.lens_summaries[0].lens_arn #=> String
|
1363
1921
|
# resp.lens_summaries[0].lens_alias #=> String
|
1364
|
-
# resp.lens_summaries[0].lens_version #=> String
|
1365
1922
|
# resp.lens_summaries[0].lens_name #=> String
|
1923
|
+
# resp.lens_summaries[0].lens_type #=> String, one of "AWS_OFFICIAL", "CUSTOM_SHARED", "CUSTOM_SELF"
|
1366
1924
|
# resp.lens_summaries[0].description #=> String
|
1925
|
+
# resp.lens_summaries[0].created_at #=> Time
|
1926
|
+
# resp.lens_summaries[0].updated_at #=> Time
|
1927
|
+
# resp.lens_summaries[0].lens_version #=> String
|
1928
|
+
# resp.lens_summaries[0].owner #=> String
|
1929
|
+
# resp.lens_summaries[0].lens_status #=> String, one of "CURRENT", "NOT_CURRENT", "DEPRECATED", "DELETED", "UNSHARED"
|
1367
1930
|
# resp.next_token #=> String
|
1368
1931
|
#
|
1369
1932
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/ListLenses AWS API Documentation
|
@@ -1378,8 +1941,8 @@ module Aws::WellArchitected
|
|
1378
1941
|
# List all milestones for an existing workload.
|
1379
1942
|
#
|
1380
1943
|
# @option params [required, String] :workload_id
|
1381
|
-
# The ID assigned to the workload. This ID is unique within an
|
1382
|
-
# Region.
|
1944
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
1945
|
+
# Web Services Region.
|
1383
1946
|
#
|
1384
1947
|
# @option params [String] :next_token
|
1385
1948
|
# The token to use to retrieve the next set of results.
|
@@ -1434,8 +1997,8 @@ module Aws::WellArchitected
|
|
1434
1997
|
# List lens notifications.
|
1435
1998
|
#
|
1436
1999
|
# @option params [String] :workload_id
|
1437
|
-
# The ID assigned to the workload. This ID is unique within an
|
1438
|
-
# Region.
|
2000
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
2001
|
+
# Web Services Region.
|
1439
2002
|
#
|
1440
2003
|
# @option params [String] :next_token
|
1441
2004
|
# The token to use to retrieve the next set of results.
|
@@ -1465,6 +2028,7 @@ module Aws::WellArchitected
|
|
1465
2028
|
# resp.notification_summaries[0].lens_upgrade_summary.workload_id #=> String
|
1466
2029
|
# resp.notification_summaries[0].lens_upgrade_summary.workload_name #=> String
|
1467
2030
|
# resp.notification_summaries[0].lens_upgrade_summary.lens_alias #=> String
|
2031
|
+
# resp.notification_summaries[0].lens_upgrade_summary.lens_arn #=> String
|
1468
2032
|
# resp.notification_summaries[0].lens_upgrade_summary.current_lens_version #=> String
|
1469
2033
|
# resp.notification_summaries[0].lens_upgrade_summary.latest_lens_version #=> String
|
1470
2034
|
# resp.next_token #=> String
|
@@ -1484,6 +2048,13 @@ module Aws::WellArchitected
|
|
1484
2048
|
# An optional string added to the beginning of each workload name
|
1485
2049
|
# returned in the results.
|
1486
2050
|
#
|
2051
|
+
# @option params [String] :lens_name_prefix
|
2052
|
+
# An optional string added to the beginning of each lens name returned
|
2053
|
+
# in the results.
|
2054
|
+
#
|
2055
|
+
# @option params [String] :share_resource_type
|
2056
|
+
# The type of share invitations to be returned.
|
2057
|
+
#
|
1487
2058
|
# @option params [String] :next_token
|
1488
2059
|
# The token to use to retrieve the next set of results.
|
1489
2060
|
#
|
@@ -1501,6 +2072,8 @@ module Aws::WellArchitected
|
|
1501
2072
|
#
|
1502
2073
|
# resp = client.list_share_invitations({
|
1503
2074
|
# workload_name_prefix: "WorkloadNamePrefix",
|
2075
|
+
# lens_name_prefix: "LensNamePrefix",
|
2076
|
+
# share_resource_type: "WORKLOAD", # accepts WORKLOAD, LENS
|
1504
2077
|
# next_token: "NextToken",
|
1505
2078
|
# max_results: 1,
|
1506
2079
|
# })
|
@@ -1512,8 +2085,11 @@ module Aws::WellArchitected
|
|
1512
2085
|
# resp.share_invitation_summaries[0].shared_by #=> String
|
1513
2086
|
# resp.share_invitation_summaries[0].shared_with #=> String
|
1514
2087
|
# resp.share_invitation_summaries[0].permission_type #=> String, one of "READONLY", "CONTRIBUTOR"
|
2088
|
+
# resp.share_invitation_summaries[0].share_resource_type #=> String, one of "WORKLOAD", "LENS"
|
1515
2089
|
# resp.share_invitation_summaries[0].workload_name #=> String
|
1516
2090
|
# resp.share_invitation_summaries[0].workload_id #=> String
|
2091
|
+
# resp.share_invitation_summaries[0].lens_name #=> String
|
2092
|
+
# resp.share_invitation_summaries[0].lens_arn #=> String
|
1517
2093
|
# resp.next_token #=> String
|
1518
2094
|
#
|
1519
2095
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/ListShareInvitations AWS API Documentation
|
@@ -1557,11 +2133,12 @@ module Aws::WellArchitected
|
|
1557
2133
|
# List the workload shares associated with the workload.
|
1558
2134
|
#
|
1559
2135
|
# @option params [required, String] :workload_id
|
1560
|
-
# The ID assigned to the workload. This ID is unique within an
|
1561
|
-
# Region.
|
2136
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
2137
|
+
# Web Services Region.
|
1562
2138
|
#
|
1563
2139
|
# @option params [String] :shared_with_prefix
|
1564
|
-
# The
|
2140
|
+
# The Amazon Web Services account ID or IAM role with which the workload
|
2141
|
+
# is shared.
|
1565
2142
|
#
|
1566
2143
|
# @option params [String] :next_token
|
1567
2144
|
# The token to use to retrieve the next set of results.
|
@@ -1719,8 +2296,8 @@ module Aws::WellArchitected
|
|
1719
2296
|
# Update the answer to a specific question in a workload review.
|
1720
2297
|
#
|
1721
2298
|
# @option params [required, String] :workload_id
|
1722
|
-
# The ID assigned to the workload. This ID is unique within an
|
1723
|
-
# Region.
|
2299
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
2300
|
+
# Web Services Region.
|
1724
2301
|
#
|
1725
2302
|
# @option params [required, String] :lens_alias
|
1726
2303
|
# The alias of the lens, for example, `serverless`.
|
@@ -1752,6 +2329,7 @@ module Aws::WellArchitected
|
|
1752
2329
|
#
|
1753
2330
|
# * {Types::UpdateAnswerOutput#workload_id #workload_id} => String
|
1754
2331
|
# * {Types::UpdateAnswerOutput#lens_alias #lens_alias} => String
|
2332
|
+
# * {Types::UpdateAnswerOutput#lens_arn #lens_arn} => String
|
1755
2333
|
# * {Types::UpdateAnswerOutput#answer #answer} => Types::Answer
|
1756
2334
|
#
|
1757
2335
|
# @example Request syntax with placeholder values
|
@@ -1777,16 +2355,22 @@ module Aws::WellArchitected
|
|
1777
2355
|
#
|
1778
2356
|
# resp.workload_id #=> String
|
1779
2357
|
# resp.lens_alias #=> String
|
2358
|
+
# resp.lens_arn #=> String
|
1780
2359
|
# resp.answer.question_id #=> String
|
1781
2360
|
# resp.answer.pillar_id #=> String
|
1782
2361
|
# resp.answer.question_title #=> String
|
1783
2362
|
# resp.answer.question_description #=> String
|
1784
2363
|
# resp.answer.improvement_plan_url #=> String
|
1785
2364
|
# resp.answer.helpful_resource_url #=> String
|
2365
|
+
# resp.answer.helpful_resource_display_text #=> String
|
1786
2366
|
# resp.answer.choices #=> Array
|
1787
2367
|
# resp.answer.choices[0].choice_id #=> String
|
1788
2368
|
# resp.answer.choices[0].title #=> String
|
1789
2369
|
# resp.answer.choices[0].description #=> String
|
2370
|
+
# resp.answer.choices[0].helpful_resource.display_text #=> String
|
2371
|
+
# resp.answer.choices[0].helpful_resource.url #=> String
|
2372
|
+
# resp.answer.choices[0].improvement_plan.display_text #=> String
|
2373
|
+
# resp.answer.choices[0].improvement_plan.url #=> String
|
1790
2374
|
# resp.answer.selected_choices #=> Array
|
1791
2375
|
# resp.answer.selected_choices[0] #=> String
|
1792
2376
|
# resp.answer.choice_answers #=> Array
|
@@ -1811,8 +2395,8 @@ module Aws::WellArchitected
|
|
1811
2395
|
# Update lens review.
|
1812
2396
|
#
|
1813
2397
|
# @option params [required, String] :workload_id
|
1814
|
-
# The ID assigned to the workload. This ID is unique within an
|
1815
|
-
# Region.
|
2398
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
2399
|
+
# Web Services Region.
|
1816
2400
|
#
|
1817
2401
|
# @option params [required, String] :lens_alias
|
1818
2402
|
# The alias of the lens, for example, `serverless`.
|
@@ -1845,9 +2429,10 @@ module Aws::WellArchitected
|
|
1845
2429
|
#
|
1846
2430
|
# resp.workload_id #=> String
|
1847
2431
|
# resp.lens_review.lens_alias #=> String
|
2432
|
+
# resp.lens_review.lens_arn #=> String
|
1848
2433
|
# resp.lens_review.lens_version #=> String
|
1849
2434
|
# resp.lens_review.lens_name #=> String
|
1850
|
-
# resp.lens_review.lens_status #=> String, one of "CURRENT", "NOT_CURRENT", "DEPRECATED"
|
2435
|
+
# resp.lens_review.lens_status #=> String, one of "CURRENT", "NOT_CURRENT", "DEPRECATED", "DELETED", "UNSHARED"
|
1851
2436
|
# resp.lens_review.pillar_review_summaries #=> Array
|
1852
2437
|
# resp.lens_review.pillar_review_summaries[0].pillar_id #=> String
|
1853
2438
|
# resp.lens_review.pillar_review_summaries[0].pillar_name #=> String
|
@@ -1891,7 +2476,10 @@ module Aws::WellArchitected
|
|
1891
2476
|
# @example Response structure
|
1892
2477
|
#
|
1893
2478
|
# resp.share_invitation.share_invitation_id #=> String
|
2479
|
+
# resp.share_invitation.share_resource_type #=> String, one of "WORKLOAD", "LENS"
|
1894
2480
|
# resp.share_invitation.workload_id #=> String
|
2481
|
+
# resp.share_invitation.lens_alias #=> String
|
2482
|
+
# resp.share_invitation.lens_arn #=> String
|
1895
2483
|
#
|
1896
2484
|
# @see http://docs.aws.amazon.com/goto/WebAPI/wellarchitected-2020-03-31/UpdateShareInvitation AWS API Documentation
|
1897
2485
|
#
|
@@ -1905,14 +2493,15 @@ module Aws::WellArchitected
|
|
1905
2493
|
# Update an existing workload.
|
1906
2494
|
#
|
1907
2495
|
# @option params [required, String] :workload_id
|
1908
|
-
# The ID assigned to the workload. This ID is unique within an
|
1909
|
-
# Region.
|
2496
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
2497
|
+
# Web Services Region.
|
1910
2498
|
#
|
1911
2499
|
# @option params [String] :workload_name
|
1912
2500
|
# The name of the workload.
|
1913
2501
|
#
|
1914
|
-
# The name must be unique within an account within
|
1915
|
-
# capitalization are ignored when checking
|
2502
|
+
# The name must be unique within an account within an Amazon Web
|
2503
|
+
# Services Region. Spaces and capitalization are ignored when checking
|
2504
|
+
# for uniqueness.
|
1916
2505
|
#
|
1917
2506
|
# @option params [String] :description
|
1918
2507
|
# The description for the workload.
|
@@ -1921,14 +2510,16 @@ module Aws::WellArchitected
|
|
1921
2510
|
# The environment for the workload.
|
1922
2511
|
#
|
1923
2512
|
# @option params [Array<String>] :account_ids
|
1924
|
-
# The list of
|
2513
|
+
# The list of Amazon Web Services account IDs associated with the
|
2514
|
+
# workload.
|
1925
2515
|
#
|
1926
2516
|
# @option params [Array<String>] :aws_regions
|
1927
|
-
# The list of
|
1928
|
-
# `us-east-2`, or `ca-central-1`.
|
2517
|
+
# The list of Amazon Web Services Regions associated with the workload,
|
2518
|
+
# for example, `us-east-2`, or `ca-central-1`.
|
1929
2519
|
#
|
1930
2520
|
# @option params [Array<String>] :non_aws_regions
|
1931
|
-
# The list of non-
|
2521
|
+
# The list of non-Amazon Web Services Regions associated with the
|
2522
|
+
# workload.
|
1932
2523
|
#
|
1933
2524
|
# @option params [Array<String>] :pillar_priorities
|
1934
2525
|
# The priorities of the pillars, which are used to order items in the
|
@@ -2091,8 +2682,8 @@ module Aws::WellArchitected
|
|
2091
2682
|
# The ID associated with the workload share.
|
2092
2683
|
#
|
2093
2684
|
# @option params [required, String] :workload_id
|
2094
|
-
# The ID assigned to the workload. This ID is unique within an
|
2095
|
-
# Region.
|
2685
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
2686
|
+
# Web Services Region.
|
2096
2687
|
#
|
2097
2688
|
# @option params [required, String] :permission_type
|
2098
2689
|
# Permission granted on a workload share.
|
@@ -2133,8 +2724,8 @@ module Aws::WellArchitected
|
|
2133
2724
|
# Upgrade lens review.
|
2134
2725
|
#
|
2135
2726
|
# @option params [required, String] :workload_id
|
2136
|
-
# The ID assigned to the workload. This ID is unique within an
|
2137
|
-
# Region.
|
2727
|
+
# The ID assigned to the workload. This ID is unique within an Amazon
|
2728
|
+
# Web Services Region.
|
2138
2729
|
#
|
2139
2730
|
# @option params [required, String] :lens_alias
|
2140
2731
|
# The alias of the lens, for example, `serverless`.
|
@@ -2156,9 +2747,9 @@ module Aws::WellArchitected
|
|
2156
2747
|
# request is returned.
|
2157
2748
|
#
|
2158
2749
|
# This token is listed as required, however, if you do not specify it,
|
2159
|
-
# the
|
2160
|
-
# the
|
2161
|
-
# will fail.
|
2750
|
+
# the Amazon Web Services SDKs automatically generate one for you. If
|
2751
|
+
# you are not using the Amazon Web Services SDK or the CLI, you must
|
2752
|
+
# provide this token or the request will fail.
|
2162
2753
|
#
|
2163
2754
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2164
2755
|
#
|
@@ -2193,7 +2784,7 @@ module Aws::WellArchitected
|
|
2193
2784
|
params: params,
|
2194
2785
|
config: config)
|
2195
2786
|
context[:gem_name] = 'aws-sdk-wellarchitected'
|
2196
|
-
context[:gem_version] = '1.
|
2787
|
+
context[:gem_version] = '1.11.0'
|
2197
2788
|
Seahorse::Client::Request.new(handlers, context)
|
2198
2789
|
end
|
2199
2790
|
|