aws-sdk-support 1.37.0 → 1.38.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: 804e1a73f1d685de9d27600c3bd903a69193e09ed050e2ea7191953adf5467bb
4
- data.tar.gz: f45c71528ea68f695aa888361fde7db811857a5a418a7e18e1d89aba1317324b
3
+ metadata.gz: 29d1b7fc651a89ecf605dd3b96c453480aaaf26edd651f4ef07985bcdb3f80d6
4
+ data.tar.gz: 29285fd84d410f6f110ea4ff312fe64fc7788f10248cfdbe3fb886af83cd37c8
5
5
  SHA512:
6
- metadata.gz: 918236a4b1b10d51f635c77037f538a6bb689428a2fa3a27cd6357dfff9b361dcd8a97589969bf0c2a898a1df75a53ea2f59d5261ce721a636d39b78f0984026
7
- data.tar.gz: 4739577c35a45649cf3b48341dbf05c61dbcbc8ff504672d907febe9aaf86ba4f6ada1437b9c637c6eb658b01aa65b326acc8ca64e2a114b25f8674c39813e3e
6
+ metadata.gz: 4b900096109b2d822fbb01c92f3ea60b3676d9e2c753ae82fed02c323291add41ec1d27f7ad8541450336ea700213a0c98cbfa84328e1bacad77b25ab2498dcc
7
+ data.tar.gz: 65487c67295fcfbc9f2ad19e7d8e638a36fe28cfa532ed41caaee77ddcfdec75f94b33852696784a9f501ed0330e12bab1aac0e58c6bd8783e762ea556fc74c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2021-12-08)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for AWS Support.
8
+
4
9
  1.37.0 (2021-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -355,13 +355,14 @@ module Aws::Support
355
355
  # after it's created. The `expiryTime` returned in the response is when
356
356
  # the set expires.
357
357
  #
358
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
359
- # Support API.
358
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
359
+ # plan to use the Amazon Web Services Support API.
360
360
  #
361
- # * If you call the AWS Support API from an account that does not have a
362
- # Business or Enterprise Support plan, the
363
- # `SubscriptionRequiredException` error message appears. For
364
- # information about changing your support plan, see [AWS Support][1].
361
+ # * If you call the Amazon Web Services Support API from an account that
362
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
363
+ # plan, the `SubscriptionRequiredException` error message appears. For
364
+ # information about changing your support plan, see [Amazon Web
365
+ # Services Support][1].
365
366
  #
366
367
  # </note>
367
368
  #
@@ -416,19 +417,20 @@ module Aws::Support
416
417
  req.send_request(options)
417
418
  end
418
419
 
419
- # Adds additional customer communication to an AWS Support case. Use the
420
- # `caseId` parameter to identify the case to which to add communication.
421
- # You can list a set of email addresses to copy on the communication by
422
- # using the `ccEmailAddresses` parameter. The `communicationBody` value
423
- # contains the text of the communication.
420
+ # Adds additional customer communication to an Amazon Web Services
421
+ # Support case. Use the `caseId` parameter to identify the case to which
422
+ # to add communication. You can list a set of email addresses to copy on
423
+ # the communication by using the `ccEmailAddresses` parameter. The
424
+ # `communicationBody` value contains the text of the communication.
424
425
  #
425
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
426
- # Support API.
426
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
427
+ # plan to use the Amazon Web Services Support API.
427
428
  #
428
- # * If you call the AWS Support API from an account that does not have a
429
- # Business or Enterprise Support plan, the
430
- # `SubscriptionRequiredException` error message appears. For
431
- # information about changing your support plan, see [AWS Support][1].
429
+ # * If you call the Amazon Web Services Support API from an account that
430
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
431
+ # plan, the `SubscriptionRequiredException` error message appears. For
432
+ # information about changing your support plan, see [Amazon Web
433
+ # Services Support][1].
432
434
  #
433
435
  # </note>
434
436
  #
@@ -478,34 +480,38 @@ module Aws::Support
478
480
  req.send_request(options)
479
481
  end
480
482
 
481
- # Creates a case in the AWS Support Center. This operation is similar to
482
- # how you create a case in the AWS Support Center [Create Case][1] page.
483
+ # Creates a case in the Amazon Web Services Support Center. This
484
+ # operation is similar to how you create a case in the Amazon Web
485
+ # Services Support Center [Create Case][1] page.
483
486
  #
484
- # The AWS Support API doesn't support requesting service limit
485
- # increases. You can submit a service limit increase in the following
486
- # ways:
487
+ # The Amazon Web Services Support API doesn't support requesting
488
+ # service limit increases. You can submit a service limit increase in
489
+ # the following ways:
487
490
  #
488
- # * Submit a request from the AWS Support Center [Create Case][1] page.
491
+ # * Submit a request from the Amazon Web Services Support Center [Create
492
+ # Case][1] page.
489
493
  #
490
494
  # * Use the Service Quotas [RequestServiceQuotaIncrease][2] operation.
491
495
  #
492
- # A successful `CreateCase` request returns an AWS Support case number.
493
- # You can use the DescribeCases operation and specify the case number to
494
- # get existing AWS Support cases. After you create a case, use the
495
- # AddCommunicationToCase operation to add additional communication or
496
- # attachments to an existing case.
496
+ # A successful `CreateCase` request returns an Amazon Web Services
497
+ # Support case number. You can use the DescribeCases operation and
498
+ # specify the case number to get existing Amazon Web Services Support
499
+ # cases. After you create a case, use the AddCommunicationToCase
500
+ # operation to add additional communication or attachments to an
501
+ # existing case.
497
502
  #
498
- # The `caseId` is separate from the `displayId` that appears in the [AWS
499
- # Support Center][3]. Use the DescribeCases operation to get the
500
- # `displayId`.
503
+ # The `caseId` is separate from the `displayId` that appears in the
504
+ # [Amazon Web Services Support Center][3]. Use the DescribeCases
505
+ # operation to get the `displayId`.
501
506
  #
502
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
503
- # Support API.
507
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
508
+ # plan to use the Amazon Web Services Support API.
504
509
  #
505
- # * If you call the AWS Support API from an account that does not have a
506
- # Business or Enterprise Support plan, the
507
- # `SubscriptionRequiredException` error message appears. For
508
- # information about changing your support plan, see [AWS Support][4].
510
+ # * If you call the Amazon Web Services Support API from an account that
511
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
512
+ # plan, the `SubscriptionRequiredException` error message appears. For
513
+ # information about changing your support plan, see [Amazon Web
514
+ # Services Support][4].
509
515
  #
510
516
  # </note>
511
517
  #
@@ -518,27 +524,27 @@ module Aws::Support
518
524
  #
519
525
  # @option params [required, String] :subject
520
526
  # The title of the support case. The title appears in the **Subject**
521
- # field on the AWS Support Center [Create Case][1] page.
527
+ # field on the Amazon Web Services Support Center [Create Case][1] page.
522
528
  #
523
529
  #
524
530
  #
525
531
  # [1]: https://console.aws.amazon.com/support/home#/case/create
526
532
  #
527
533
  # @option params [String] :service_code
528
- # The code for the AWS service. You can use the DescribeServices
529
- # operation to get the possible `serviceCode` values.
534
+ # The code for the Amazon Web Services service. You can use the
535
+ # DescribeServices operation to get the possible `serviceCode` values.
530
536
  #
531
537
  # @option params [String] :severity_code
532
538
  # A value that indicates the urgency of the case. This value determines
533
- # the response time according to your service level agreement with AWS
534
- # Support. You can use the DescribeSeverityLevels operation to get the
535
- # possible values for `severityCode`.
539
+ # the response time according to your service level agreement with
540
+ # Amazon Web Services Support. You can use the DescribeSeverityLevels
541
+ # operation to get the possible values for `severityCode`.
536
542
  #
537
543
  # For more information, see SeverityLevel and [Choosing a Severity][1]
538
- # in the *AWS Support User Guide*.
544
+ # in the *Amazon Web Services Support User Guide*.
539
545
  #
540
546
  # <note markdown="1"> The availability of severity levels depends on the support plan for
541
- # the AWS account.
547
+ # the Amazon Web Services account.
542
548
  #
543
549
  # </note>
544
550
  #
@@ -549,32 +555,34 @@ module Aws::Support
549
555
  # @option params [String] :category_code
550
556
  # The category of problem for the support case. You also use the
551
557
  # DescribeServices operation to get the category code for a service.
552
- # Each AWS service defines its own set of category codes.
558
+ # Each Amazon Web Services service defines its own set of category
559
+ # codes.
553
560
  #
554
561
  # @option params [required, String] :communication_body
555
562
  # The communication body text that describes the issue. This text
556
- # appears in the **Description** field on the AWS Support Center [Create
557
- # Case][1] page.
563
+ # appears in the **Description** field on the Amazon Web Services
564
+ # Support Center [Create Case][1] page.
558
565
  #
559
566
  #
560
567
  #
561
568
  # [1]: https://console.aws.amazon.com/support/home#/case/create
562
569
  #
563
570
  # @option params [Array<String>] :cc_email_addresses
564
- # A list of email addresses that AWS Support copies on case
565
- # correspondence. AWS Support identifies the account that creates the
566
- # case when you specify your AWS credentials in an HTTP POST method or
567
- # use the [AWS SDKs][1].
571
+ # A list of email addresses that Amazon Web Services Support copies on
572
+ # case correspondence. Amazon Web Services Support identifies the
573
+ # account that creates the case when you specify your Amazon Web
574
+ # Services credentials in an HTTP POST method or use the [Amazon Web
575
+ # Services SDKs][1].
568
576
  #
569
577
  #
570
578
  #
571
579
  # [1]: http://aws.amazon.com/tools/
572
580
  #
573
581
  # @option params [String] :language
574
- # The language in which AWS Support handles the case. You must specify
575
- # the ISO 639-1 code for the `language` parameter if you want support in
576
- # that language. Currently, English ("en") and Japanese ("ja") are
577
- # supported.
582
+ # The language in which Amazon Web Services Support handles the case.
583
+ # You must specify the ISO 639-1 code for the `language` parameter if
584
+ # you want support in that language. Currently, English ("en") and
585
+ # Japanese ("ja") are supported.
578
586
  #
579
587
  # @option params [String] :issue_type
580
588
  # The type of issue for the case. You can specify `customer-service` or
@@ -623,13 +631,14 @@ module Aws::Support
623
631
  # are returned in the AttachmentDetails objects that are returned by the
624
632
  # DescribeCommunications operation.
625
633
  #
626
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
627
- # Support API.
634
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
635
+ # plan to use the Amazon Web Services Support API.
628
636
  #
629
- # * If you call the AWS Support API from an account that does not have a
630
- # Business or Enterprise Support plan, the
631
- # `SubscriptionRequiredException` error message appears. For
632
- # information about changing your support plan, see [AWS Support][1].
637
+ # * If you call the Amazon Web Services Support API from an account that
638
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
639
+ # plan, the `SubscriptionRequiredException` error message appears. For
640
+ # information about changing your support plan, see [Amazon Web
641
+ # Services Support][1].
633
642
  #
634
643
  # </note>
635
644
  #
@@ -681,13 +690,14 @@ module Aws::Support
681
690
  # Case data is available for 12 months after creation. If a case was
682
691
  # created more than 12 months ago, a request might return an error.
683
692
  #
684
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
685
- # Support API.
693
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
694
+ # plan to use the Amazon Web Services Support API.
686
695
  #
687
- # * If you call the AWS Support API from an account that does not have a
688
- # Business or Enterprise Support plan, the
689
- # `SubscriptionRequiredException` error message appears. For
690
- # information about changing your support plan, see [AWS Support][2].
696
+ # * If you call the Amazon Web Services Support API from an account that
697
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
698
+ # plan, the `SubscriptionRequiredException` error message appears. For
699
+ # information about changing your support plan, see [Amazon Web
700
+ # Services Support][2].
691
701
  #
692
702
  # </note>
693
703
  #
@@ -701,7 +711,8 @@ module Aws::Support
701
711
  # maximum number of cases is 100.
702
712
  #
703
713
  # @option params [String] :display_id
704
- # The ID displayed for a case in the AWS Support Center user interface.
714
+ # The ID displayed for a case in the Amazon Web Services Support Center
715
+ # user interface.
705
716
  #
706
717
  # @option params [String] :after_time
707
718
  # The start date for a filtered date search on support case
@@ -724,10 +735,10 @@ module Aws::Support
724
735
  # The maximum number of results to return before paginating.
725
736
  #
726
737
  # @option params [String] :language
727
- # The ISO 639-1 code for the language in which AWS provides support. AWS
728
- # Support currently supports English ("en") and Japanese ("ja").
729
- # Language parameters must be passed explicitly for operations that take
730
- # them.
738
+ # The ISO 639-1 code for the language in which Amazon Web Services
739
+ # provides support. Amazon Web Services Support currently supports
740
+ # English ("en") and Japanese ("ja"). Language parameters must be
741
+ # passed explicitly for operations that take them.
731
742
  #
732
743
  # @option params [Boolean] :include_communications
733
744
  # Specifies whether to include communications in the `DescribeCases`
@@ -803,13 +814,14 @@ module Aws::Support
803
814
  # that you want to display on each page, and use `nextToken` to specify
804
815
  # the resumption of pagination.
805
816
  #
806
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
807
- # Support API.
817
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
818
+ # plan to use the Amazon Web Services Support API.
808
819
  #
809
- # * If you call the AWS Support API from an account that does not have a
810
- # Business or Enterprise Support plan, the
811
- # `SubscriptionRequiredException` error message appears. For
812
- # information about changing your support plan, see [AWS Support][1].
820
+ # * If you call the Amazon Web Services Support API from an account that
821
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
822
+ # plan, the `SubscriptionRequiredException` error message appears. For
823
+ # information about changing your support plan, see [Amazon Web
824
+ # Services Support][1].
813
825
  #
814
826
  # </note>
815
827
  #
@@ -876,26 +888,27 @@ module Aws::Support
876
888
  req.send_request(options)
877
889
  end
878
890
 
879
- # Returns the current list of AWS services and a list of service
880
- # categories for each service. You then use service names and categories
881
- # in your CreateCase requests. Each AWS service has its own set of
882
- # categories.
891
+ # Returns the current list of Amazon Web Services services and a list of
892
+ # service categories for each service. You then use service names and
893
+ # categories in your CreateCase requests. Each Amazon Web Services
894
+ # service has its own set of categories.
883
895
  #
884
896
  # The service codes and category codes correspond to the values that
885
- # appear in the **Service** and **Category** lists on the AWS Support
886
- # Center [Create Case][1] page. The values in those fields don't
887
- # necessarily match the service codes and categories returned by the
888
- # `DescribeServices` operation. Always use the service codes and
889
- # categories that the `DescribeServices` operation returns, so that you
890
- # have the most recent set of service and category codes.
891
- #
892
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
893
- # Support API.
894
- #
895
- # * If you call the AWS Support API from an account that does not have a
896
- # Business or Enterprise Support plan, the
897
- # `SubscriptionRequiredException` error message appears. For
898
- # information about changing your support plan, see [AWS Support][2].
897
+ # appear in the **Service** and **Category** lists on the Amazon Web
898
+ # Services Support Center [Create Case][1] page. The values in those
899
+ # fields don't necessarily match the service codes and categories
900
+ # returned by the `DescribeServices` operation. Always use the service
901
+ # codes and categories that the `DescribeServices` operation returns, so
902
+ # that you have the most recent set of service and category codes.
903
+ #
904
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
905
+ # plan to use the Amazon Web Services Support API.
906
+ #
907
+ # * If you call the Amazon Web Services Support API from an account that
908
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
909
+ # plan, the `SubscriptionRequiredException` error message appears. For
910
+ # information about changing your support plan, see [Amazon Web
911
+ # Services Support][2].
899
912
  #
900
913
  # </note>
901
914
  #
@@ -905,13 +918,14 @@ module Aws::Support
905
918
  # [2]: http://aws.amazon.com/premiumsupport/
906
919
  #
907
920
  # @option params [Array<String>] :service_code_list
908
- # A JSON-formatted list of service codes available for AWS services.
921
+ # A JSON-formatted list of service codes available for Amazon Web
922
+ # Services services.
909
923
  #
910
924
  # @option params [String] :language
911
- # The ISO 639-1 code for the language in which AWS provides support. AWS
912
- # Support currently supports English ("en") and Japanese ("ja").
913
- # Language parameters must be passed explicitly for operations that take
914
- # them.
925
+ # The ISO 639-1 code for the language in which Amazon Web Services
926
+ # provides support. Amazon Web Services Support currently supports
927
+ # English ("en") and Japanese ("ja"). Language parameters must be
928
+ # passed explicitly for operations that take them.
915
929
  #
916
930
  # @return [Types::DescribeServicesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
917
931
  #
@@ -946,13 +960,14 @@ module Aws::Support
946
960
  # case. The severity level for a case is also a field in the CaseDetails
947
961
  # data type that you include for a CreateCase request.
948
962
  #
949
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
950
- # Support API.
963
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
964
+ # plan to use the Amazon Web Services Support API.
951
965
  #
952
- # * If you call the AWS Support API from an account that does not have a
953
- # Business or Enterprise Support plan, the
954
- # `SubscriptionRequiredException` error message appears. For
955
- # information about changing your support plan, see [AWS Support][1].
966
+ # * If you call the Amazon Web Services Support API from an account that
967
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
968
+ # plan, the `SubscriptionRequiredException` error message appears. For
969
+ # information about changing your support plan, see [Amazon Web
970
+ # Services Support][1].
956
971
  #
957
972
  # </note>
958
973
  #
@@ -961,10 +976,10 @@ module Aws::Support
961
976
  # [1]: http://aws.amazon.com/premiumsupport/
962
977
  #
963
978
  # @option params [String] :language
964
- # The ISO 639-1 code for the language in which AWS provides support. AWS
965
- # Support currently supports English ("en") and Japanese ("ja").
966
- # Language parameters must be passed explicitly for operations that take
967
- # them.
979
+ # The ISO 639-1 code for the language in which Amazon Web Services
980
+ # provides support. Amazon Web Services Support currently supports
981
+ # English ("en") and Japanese ("ja"). Language parameters must be
982
+ # passed explicitly for operations that take them.
968
983
  #
969
984
  # @return [Types::DescribeSeverityLevelsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
970
985
  #
@@ -991,8 +1006,8 @@ module Aws::Support
991
1006
  req.send_request(options)
992
1007
  end
993
1008
 
994
- # Returns the refresh status of the AWS Trusted Advisor checks that have
995
- # the specified check IDs. You can get the check IDs by calling the
1009
+ # Returns the refresh status of the Trusted Advisor checks that have the
1010
+ # specified check IDs. You can get the check IDs by calling the
996
1011
  # DescribeTrustedAdvisorChecks operation.
997
1012
  #
998
1013
  # Some checks are refreshed automatically, and you can't return their
@@ -1001,13 +1016,14 @@ module Aws::Support
1001
1016
  # this operation for these checks, you might see an
1002
1017
  # `InvalidParameterValue` error.
1003
1018
  #
1004
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
1005
- # Support API.
1019
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
1020
+ # plan to use the Amazon Web Services Support API.
1006
1021
  #
1007
- # * If you call the AWS Support API from an account that does not have a
1008
- # Business or Enterprise Support plan, the
1009
- # `SubscriptionRequiredException` error message appears. For
1010
- # information about changing your support plan, see [AWS Support][1].
1022
+ # * If you call the Amazon Web Services Support API from an account that
1023
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
1024
+ # plan, the `SubscriptionRequiredException` error message appears. For
1025
+ # information about changing your support plan, see [Amazon Web
1026
+ # Services Support][1].
1011
1027
  #
1012
1028
  # </note>
1013
1029
  #
@@ -1049,7 +1065,7 @@ module Aws::Support
1049
1065
  req.send_request(options)
1050
1066
  end
1051
1067
 
1052
- # Returns the results of the AWS Trusted Advisor check that has the
1068
+ # Returns the results of the Trusted Advisor check that has the
1053
1069
  # specified check ID. You can get the check IDs by calling the
1054
1070
  # DescribeTrustedAdvisorChecks operation.
1055
1071
  #
@@ -1071,13 +1087,14 @@ module Aws::Support
1071
1087
  #
1072
1088
  # * **checkId** - The unique identifier for the check.
1073
1089
  #
1074
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
1075
- # Support API.
1090
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
1091
+ # plan to use the Amazon Web Services Support API.
1076
1092
  #
1077
- # * If you call the AWS Support API from an account that does not have a
1078
- # Business or Enterprise Support plan, the
1079
- # `SubscriptionRequiredException` error message appears. For
1080
- # information about changing your support plan, see [AWS Support][1].
1093
+ # * If you call the Amazon Web Services Support API from an account that
1094
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
1095
+ # plan, the `SubscriptionRequiredException` error message appears. For
1096
+ # information about changing your support plan, see [Amazon Web
1097
+ # Services Support][1].
1081
1098
  #
1082
1099
  # </note>
1083
1100
  #
@@ -1089,10 +1106,10 @@ module Aws::Support
1089
1106
  # The unique identifier for the Trusted Advisor check.
1090
1107
  #
1091
1108
  # @option params [String] :language
1092
- # The ISO 639-1 code for the language in which AWS provides support. AWS
1093
- # Support currently supports English ("en") and Japanese ("ja").
1094
- # Language parameters must be passed explicitly for operations that take
1095
- # them.
1109
+ # The ISO 639-1 code for the language in which Amazon Web Services
1110
+ # provides support. Amazon Web Services Support currently supports
1111
+ # English ("en") and Japanese ("ja"). Language parameters must be
1112
+ # passed explicitly for operations that take them.
1096
1113
  #
1097
1114
  # @return [Types::DescribeTrustedAdvisorCheckResultResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1098
1115
  #
@@ -1133,19 +1150,20 @@ module Aws::Support
1133
1150
  req.send_request(options)
1134
1151
  end
1135
1152
 
1136
- # Returns the results for the AWS Trusted Advisor check summaries for
1137
- # the check IDs that you specified. You can get the check IDs by calling
1138
- # the DescribeTrustedAdvisorChecks operation.
1153
+ # Returns the results for the Trusted Advisor check summaries for the
1154
+ # check IDs that you specified. You can get the check IDs by calling the
1155
+ # DescribeTrustedAdvisorChecks operation.
1139
1156
  #
1140
1157
  # The response contains an array of TrustedAdvisorCheckSummary objects.
1141
1158
  #
1142
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
1143
- # Support API.
1159
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
1160
+ # plan to use the Amazon Web Services Support API.
1144
1161
  #
1145
- # * If you call the AWS Support API from an account that does not have a
1146
- # Business or Enterprise Support plan, the
1147
- # `SubscriptionRequiredException` error message appears. For
1148
- # information about changing your support plan, see [AWS Support][1].
1162
+ # * If you call the Amazon Web Services Support API from an account that
1163
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
1164
+ # plan, the `SubscriptionRequiredException` error message appears. For
1165
+ # information about changing your support plan, see [Amazon Web
1166
+ # Services Support][1].
1149
1167
  #
1150
1168
  # </note>
1151
1169
  #
@@ -1189,20 +1207,21 @@ module Aws::Support
1189
1207
  req.send_request(options)
1190
1208
  end
1191
1209
 
1192
- # Returns information about all available AWS Trusted Advisor checks,
1210
+ # Returns information about all available Trusted Advisor checks,
1193
1211
  # including the name, ID, category, description, and metadata. You must
1194
- # specify a language code. The AWS Support API currently supports
1195
- # English ("en") and Japanese ("ja"). The response contains a
1196
- # TrustedAdvisorCheckDescription object for each check. You must set the
1197
- # AWS Region to us-east-1.
1212
+ # specify a language code. The Amazon Web Services Support API currently
1213
+ # supports English ("en") and Japanese ("ja"). The response contains
1214
+ # a TrustedAdvisorCheckDescription object for each check. You must set
1215
+ # the Amazon Web Services Region to us-east-1.
1198
1216
  #
1199
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
1200
- # Support API.
1217
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
1218
+ # plan to use the Amazon Web Services Support API.
1201
1219
  #
1202
- # * If you call the AWS Support API from an account that does not have a
1203
- # Business or Enterprise Support plan, the
1204
- # `SubscriptionRequiredException` error message appears. For
1205
- # information about changing your support plan, see [AWS Support][1].
1220
+ # * If you call the Amazon Web Services Support API from an account that
1221
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
1222
+ # plan, the `SubscriptionRequiredException` error message appears. For
1223
+ # information about changing your support plan, see [Amazon Web
1224
+ # Services Support][1].
1206
1225
  #
1207
1226
  # * The names and descriptions for Trusted Advisor checks are subject to
1208
1227
  # change. We recommend that you specify the check ID in your code to
@@ -1215,10 +1234,10 @@ module Aws::Support
1215
1234
  # [1]: http://aws.amazon.com/premiumsupport/
1216
1235
  #
1217
1236
  # @option params [required, String] :language
1218
- # The ISO 639-1 code for the language in which AWS provides support. AWS
1219
- # Support currently supports English ("en") and Japanese ("ja").
1220
- # Language parameters must be passed explicitly for operations that take
1221
- # them.
1237
+ # The ISO 639-1 code for the language in which Amazon Web Services
1238
+ # provides support. Amazon Web Services Support currently supports
1239
+ # English ("en") and Japanese ("ja"). Language parameters must be
1240
+ # passed explicitly for operations that take them.
1222
1241
  #
1223
1242
  # @return [Types::DescribeTrustedAdvisorChecksResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1224
1243
  #
@@ -1249,8 +1268,8 @@ module Aws::Support
1249
1268
  req.send_request(options)
1250
1269
  end
1251
1270
 
1252
- # Refreshes the AWS Trusted Advisor check that you specify using the
1253
- # check ID. You can get the check IDs by calling the
1271
+ # Refreshes the Trusted Advisor check that you specify using the check
1272
+ # ID. You can get the check IDs by calling the
1254
1273
  # DescribeTrustedAdvisorChecks operation.
1255
1274
  #
1256
1275
  # <note markdown="1"> Some checks are refreshed automatically. If you call the
@@ -1261,13 +1280,14 @@ module Aws::Support
1261
1280
  #
1262
1281
  # The response contains a TrustedAdvisorCheckRefreshStatus object.
1263
1282
  #
1264
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
1265
- # Support API.
1283
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
1284
+ # plan to use the Amazon Web Services Support API.
1266
1285
  #
1267
- # * If you call the AWS Support API from an account that does not have a
1268
- # Business or Enterprise Support plan, the
1269
- # `SubscriptionRequiredException` error message appears. For
1270
- # information about changing your support plan, see [AWS Support][1].
1286
+ # * If you call the Amazon Web Services Support API from an account that
1287
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
1288
+ # plan, the `SubscriptionRequiredException` error message appears. For
1289
+ # information about changing your support plan, see [Amazon Web
1290
+ # Services Support][1].
1271
1291
  #
1272
1292
  # </note>
1273
1293
  #
@@ -1311,13 +1331,14 @@ module Aws::Support
1311
1331
  # Resolves a support case. This operation takes a `caseId` and returns
1312
1332
  # the initial and final state of the case.
1313
1333
  #
1314
- # <note markdown="1"> * You must have a Business or Enterprise Support plan to use the AWS
1315
- # Support API.
1334
+ # <note markdown="1"> * You must have a Business, Enterprise On-Ramp, or Enterprise Support
1335
+ # plan to use the Amazon Web Services Support API.
1316
1336
  #
1317
- # * If you call the AWS Support API from an account that does not have a
1318
- # Business or Enterprise Support plan, the
1319
- # `SubscriptionRequiredException` error message appears. For
1320
- # information about changing your support plan, see [AWS Support][1].
1337
+ # * If you call the Amazon Web Services Support API from an account that
1338
+ # does not have a Business, Enterprise On-Ramp, or Enterprise Support
1339
+ # plan, the `SubscriptionRequiredException` error message appears. For
1340
+ # information about changing your support plan, see [Amazon Web
1341
+ # Services Support][1].
1321
1342
  #
1322
1343
  # </note>
1323
1344
  #
@@ -1368,7 +1389,7 @@ module Aws::Support
1368
1389
  params: params,
1369
1390
  config: config)
1370
1391
  context[:gem_name] = 'aws-sdk-support'
1371
- context[:gem_version] = '1.37.0'
1392
+ context[:gem_version] = '1.38.0'
1372
1393
  Seahorse::Client::Request.new(handlers, context)
1373
1394
  end
1374
1395
 
@@ -281,13 +281,13 @@ module Aws::Support
281
281
  # Corresponds to the `CategoryCode` values returned by a call to
282
282
  # DescribeServices.
283
283
  #
284
- # * **displayId** - The identifier for the case on pages in the AWS
285
- # Support Center.
284
+ # * **displayId** - The identifier for the case on pages in the Amazon
285
+ # Web Services Support Center.
286
286
  #
287
- # * **language** - The ISO 639-1 code for the language in which AWS
288
- # provides support. AWS Support currently supports English ("en")
289
- # and Japanese ("ja"). Language parameters must be passed explicitly
290
- # for operations that take them.
287
+ # * **language** - The ISO 639-1 code for the language in which Amazon
288
+ # Web Services provides support. Amazon Web Services Support currently
289
+ # supports English ("en") and Japanese ("ja"). Language parameters
290
+ # must be passed explicitly for operations that take them.
291
291
  #
292
292
  # * **nextToken** - A resumption point for pagination.
293
293
  #
@@ -295,8 +295,8 @@ module Aws::Support
295
295
  # of these objects are `attachments`, `body`, `caseId`, `submittedBy`,
296
296
  # and `timeCreated`.
297
297
  #
298
- # * **serviceCode** - The identifier for the AWS service that
299
- # corresponds to the service code defined in the call to
298
+ # * **serviceCode** - The identifier for the Amazon Web Services service
299
+ # that corresponds to the service code defined in the call to
300
300
  # DescribeServices.
301
301
  #
302
302
  # * **severityCode** - The severity code assigned to the case. Contains
@@ -304,8 +304,8 @@ module Aws::Support
304
304
  # The possible values are: `low`, `normal`, `high`, `urgent`, and
305
305
  # `critical`.
306
306
  #
307
- # * **status** - The status of the case in the AWS Support Center. Valid
308
- # values:
307
+ # * **status** - The status of the case in the Amazon Web Services
308
+ # Support Center. Valid values:
309
309
  #
310
310
  # * `opened`
311
311
  #
@@ -333,12 +333,13 @@ module Aws::Support
333
333
  # @return [String]
334
334
  #
335
335
  # @!attribute [rw] display_id
336
- # The ID displayed for the case in the AWS Support Center. This is a
337
- # numeric string.
336
+ # The ID displayed for the case in the Amazon Web Services Support
337
+ # Center. This is a numeric string.
338
338
  # @return [String]
339
339
  #
340
340
  # @!attribute [rw] subject
341
- # The subject line for the case in the AWS Support Center.
341
+ # The subject line for the case in the Amazon Web Services Support
342
+ # Center.
342
343
  # @return [String]
343
344
  #
344
345
  # @!attribute [rw] status
@@ -360,8 +361,9 @@ module Aws::Support
360
361
  # @return [String]
361
362
  #
362
363
  # @!attribute [rw] service_code
363
- # The code for the AWS service. You can get a list of codes and the
364
- # corresponding service names by calling DescribeServices.
364
+ # The code for the Amazon Web Services service. You can get a list of
365
+ # codes and the corresponding service names by calling
366
+ # DescribeServices.
365
367
  # @return [String]
366
368
  #
367
369
  # @!attribute [rw] category_code
@@ -378,14 +380,15 @@ module Aws::Support
378
380
  # @return [String]
379
381
  #
380
382
  # @!attribute [rw] time_created
381
- # The time that the case was created in the AWS Support Center.
383
+ # The time that the case was created in the Amazon Web Services
384
+ # Support Center.
382
385
  # @return [String]
383
386
  #
384
387
  # @!attribute [rw] recent_communications
385
- # The five most recent communications between you and AWS Support
386
- # Center, including the IDs of any attachments to the communications.
387
- # Also includes a `nextToken` that you can use to retrieve earlier
388
- # communications.
388
+ # The five most recent communications between you and Amazon Web
389
+ # Services Support Center, including the IDs of any attachments to the
390
+ # communications. Also includes a `nextToken` that you can use to
391
+ # retrieve earlier communications.
389
392
  # @return [Types::RecentCaseCommunications]
390
393
  #
391
394
  # @!attribute [rw] cc_email_addresses
@@ -394,10 +397,10 @@ module Aws::Support
394
397
  # @return [Array<String>]
395
398
  #
396
399
  # @!attribute [rw] language
397
- # The ISO 639-1 code for the language in which AWS provides support.
398
- # AWS Support currently supports English ("en") and Japanese
399
- # ("ja"). Language parameters must be passed explicitly for
400
- # operations that take them.
400
+ # The ISO 639-1 code for the language in which Amazon Web Services
401
+ # provides support. Amazon Web Services Support currently supports
402
+ # English ("en") and Japanese ("ja"). Language parameters must be
403
+ # passed explicitly for operations that take them.
401
404
  # @return [String]
402
405
  #
403
406
  # @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/CaseDetails AWS API Documentation
@@ -435,7 +438,7 @@ module Aws::Support
435
438
 
436
439
  # A JSON-formatted name/value pair that represents the category name and
437
440
  # category code of the problem, selected from the DescribeServices
438
- # response for each AWS service.
441
+ # response for each Amazon Web Services service.
439
442
  #
440
443
  # @!attribute [rw] code
441
444
  # The category code for the support case.
@@ -466,15 +469,17 @@ module Aws::Support
466
469
  # @return [String]
467
470
  #
468
471
  # @!attribute [rw] body
469
- # The text of the communication between the customer and AWS Support.
472
+ # The text of the communication between the customer and Amazon Web
473
+ # Services Support.
470
474
  # @return [String]
471
475
  #
472
476
  # @!attribute [rw] submitted_by
473
477
  # The identity of the account that submitted, or responded to, the
474
478
  # support case. Customer entries include the role or IAM user as well
475
479
  # as the email address. For example, "AdminRole (Role)
476
- # &lt;janedoe@example.com&gt;. Entries from the AWS Support team
477
- # display "Amazon Web Services," and don't show an email address.
480
+ # &lt;janedoe@example.com&gt;. Entries from the Amazon Web Services
481
+ # Support team display "Amazon Web Services," and don't show an
482
+ # email address.
478
483
  # @return [String]
479
484
  #
480
485
  # @!attribute [rw] time_created
@@ -514,7 +519,8 @@ module Aws::Support
514
519
  #
515
520
  # @!attribute [rw] subject
516
521
  # The title of the support case. The title appears in the **Subject**
517
- # field on the AWS Support Center [Create Case][1] page.
522
+ # field on the Amazon Web Services Support Center [Create Case][1]
523
+ # page.
518
524
  #
519
525
  #
520
526
  #
@@ -522,21 +528,22 @@ module Aws::Support
522
528
  # @return [String]
523
529
  #
524
530
  # @!attribute [rw] service_code
525
- # The code for the AWS service. You can use the DescribeServices
526
- # operation to get the possible `serviceCode` values.
531
+ # The code for the Amazon Web Services service. You can use the
532
+ # DescribeServices operation to get the possible `serviceCode` values.
527
533
  # @return [String]
528
534
  #
529
535
  # @!attribute [rw] severity_code
530
536
  # A value that indicates the urgency of the case. This value
531
537
  # determines the response time according to your service level
532
- # agreement with AWS Support. You can use the DescribeSeverityLevels
533
- # operation to get the possible values for `severityCode`.
538
+ # agreement with Amazon Web Services Support. You can use the
539
+ # DescribeSeverityLevels operation to get the possible values for
540
+ # `severityCode`.
534
541
  #
535
542
  # For more information, see SeverityLevel and [Choosing a Severity][1]
536
- # in the *AWS Support User Guide*.
543
+ # in the *Amazon Web Services Support User Guide*.
537
544
  #
538
545
  # <note markdown="1"> The availability of severity levels depends on the support plan for
539
- # the AWS account.
546
+ # the Amazon Web Services account.
540
547
  #
541
548
  # </note>
542
549
  #
@@ -548,13 +555,14 @@ module Aws::Support
548
555
  # @!attribute [rw] category_code
549
556
  # The category of problem for the support case. You also use the
550
557
  # DescribeServices operation to get the category code for a service.
551
- # Each AWS service defines its own set of category codes.
558
+ # Each Amazon Web Services service defines its own set of category
559
+ # codes.
552
560
  # @return [String]
553
561
  #
554
562
  # @!attribute [rw] communication_body
555
563
  # The communication body text that describes the issue. This text
556
- # appears in the **Description** field on the AWS Support Center
557
- # [Create Case][1] page.
564
+ # appears in the **Description** field on the Amazon Web Services
565
+ # Support Center [Create Case][1] page.
558
566
  #
559
567
  #
560
568
  #
@@ -562,10 +570,11 @@ module Aws::Support
562
570
  # @return [String]
563
571
  #
564
572
  # @!attribute [rw] cc_email_addresses
565
- # A list of email addresses that AWS Support copies on case
566
- # correspondence. AWS Support identifies the account that creates the
567
- # case when you specify your AWS credentials in an HTTP POST method or
568
- # use the [AWS SDKs][1].
573
+ # A list of email addresses that Amazon Web Services Support copies on
574
+ # case correspondence. Amazon Web Services Support identifies the
575
+ # account that creates the case when you specify your Amazon Web
576
+ # Services credentials in an HTTP POST method or use the [Amazon Web
577
+ # Services SDKs][1].
569
578
  #
570
579
  #
571
580
  #
@@ -573,10 +582,10 @@ module Aws::Support
573
582
  # @return [Array<String>]
574
583
  #
575
584
  # @!attribute [rw] language
576
- # The language in which AWS Support handles the case. You must specify
577
- # the ISO 639-1 code for the `language` parameter if you want support
578
- # in that language. Currently, English ("en") and Japanese ("ja")
579
- # are supported.
585
+ # The language in which Amazon Web Services Support handles the case.
586
+ # You must specify the ISO 639-1 code for the `language` parameter if
587
+ # you want support in that language. Currently, English ("en") and
588
+ # Japanese ("ja") are supported.
580
589
  # @return [String]
581
590
  #
582
591
  # @!attribute [rw] issue_type
@@ -700,8 +709,8 @@ module Aws::Support
700
709
  # @return [Array<String>]
701
710
  #
702
711
  # @!attribute [rw] display_id
703
- # The ID displayed for a case in the AWS Support Center user
704
- # interface.
712
+ # The ID displayed for a case in the Amazon Web Services Support
713
+ # Center user interface.
705
714
  # @return [String]
706
715
  #
707
716
  # @!attribute [rw] after_time
@@ -731,10 +740,10 @@ module Aws::Support
731
740
  # @return [Integer]
732
741
  #
733
742
  # @!attribute [rw] language
734
- # The ISO 639-1 code for the language in which AWS provides support.
735
- # AWS Support currently supports English ("en") and Japanese
736
- # ("ja"). Language parameters must be passed explicitly for
737
- # operations that take them.
743
+ # The ISO 639-1 code for the language in which Amazon Web Services
744
+ # provides support. Amazon Web Services Support currently supports
745
+ # English ("en") and Japanese ("ja"). Language parameters must be
746
+ # passed explicitly for operations that take them.
738
747
  # @return [String]
739
748
  #
740
749
  # @!attribute [rw] include_communications
@@ -859,14 +868,15 @@ module Aws::Support
859
868
  # }
860
869
  #
861
870
  # @!attribute [rw] service_code_list
862
- # A JSON-formatted list of service codes available for AWS services.
871
+ # A JSON-formatted list of service codes available for Amazon Web
872
+ # Services services.
863
873
  # @return [Array<String>]
864
874
  #
865
875
  # @!attribute [rw] language
866
- # The ISO 639-1 code for the language in which AWS provides support.
867
- # AWS Support currently supports English ("en") and Japanese
868
- # ("ja"). Language parameters must be passed explicitly for
869
- # operations that take them.
876
+ # The ISO 639-1 code for the language in which Amazon Web Services
877
+ # provides support. Amazon Web Services Support currently supports
878
+ # English ("en") and Japanese ("ja"). Language parameters must be
879
+ # passed explicitly for operations that take them.
870
880
  # @return [String]
871
881
  #
872
882
  # @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeServicesRequest AWS API Documentation
@@ -878,10 +888,11 @@ module Aws::Support
878
888
  include Aws::Structure
879
889
  end
880
890
 
881
- # The list of AWS services returned by the DescribeServices operation.
891
+ # The list of Amazon Web Services services returned by the
892
+ # DescribeServices operation.
882
893
  #
883
894
  # @!attribute [rw] services
884
- # A JSON-formatted list of AWS services.
895
+ # A JSON-formatted list of Amazon Web Services services.
885
896
  # @return [Array<Types::Service>]
886
897
  #
887
898
  # @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeServicesResponse AWS API Documentation
@@ -900,10 +911,10 @@ module Aws::Support
900
911
  # }
901
912
  #
902
913
  # @!attribute [rw] language
903
- # The ISO 639-1 code for the language in which AWS provides support.
904
- # AWS Support currently supports English ("en") and Japanese
905
- # ("ja"). Language parameters must be passed explicitly for
906
- # operations that take them.
914
+ # The ISO 639-1 code for the language in which Amazon Web Services
915
+ # provides support. Amazon Web Services Support currently supports
916
+ # English ("en") and Japanese ("ja"). Language parameters must be
917
+ # passed explicitly for operations that take them.
907
918
  # @return [String]
908
919
  #
909
920
  # @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeSeverityLevelsRequest AWS API Documentation
@@ -920,7 +931,7 @@ module Aws::Support
920
931
  # @!attribute [rw] severity_levels
921
932
  # The available severity levels for the support case. Available
922
933
  # severity levels are defined by your service level agreement with
923
- # AWS.
934
+ # Amazon Web Services.
924
935
  # @return [Array<Types::SeverityLevel>]
925
936
  #
926
937
  # @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeSeverityLevelsResponse AWS API Documentation
@@ -983,10 +994,10 @@ module Aws::Support
983
994
  # @return [String]
984
995
  #
985
996
  # @!attribute [rw] language
986
- # The ISO 639-1 code for the language in which AWS provides support.
987
- # AWS Support currently supports English ("en") and Japanese
988
- # ("ja"). Language parameters must be passed explicitly for
989
- # operations that take them.
997
+ # The ISO 639-1 code for the language in which Amazon Web Services
998
+ # provides support. Amazon Web Services Support currently supports
999
+ # English ("en") and Japanese ("ja"). Language parameters must be
1000
+ # passed explicitly for operations that take them.
990
1001
  # @return [String]
991
1002
  #
992
1003
  # @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorCheckResultRequest AWS API Documentation
@@ -1055,10 +1066,10 @@ module Aws::Support
1055
1066
  # }
1056
1067
  #
1057
1068
  # @!attribute [rw] language
1058
- # The ISO 639-1 code for the language in which AWS provides support.
1059
- # AWS Support currently supports English ("en") and Japanese
1060
- # ("ja"). Language parameters must be passed explicitly for
1061
- # operations that take them.
1069
+ # The ISO 639-1 code for the language in which Amazon Web Services
1070
+ # provides support. Amazon Web Services Support currently supports
1071
+ # English ("en") and Japanese ("ja"). Language parameters must be
1072
+ # passed explicitly for operations that take them.
1062
1073
  # @return [String]
1063
1074
  #
1064
1075
  # @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/DescribeTrustedAdvisorChecksRequest AWS API Documentation
@@ -1196,25 +1207,25 @@ module Aws::Support
1196
1207
  include Aws::Structure
1197
1208
  end
1198
1209
 
1199
- # Information about an AWS service returned by the DescribeServices
1200
- # operation.
1210
+ # Information about an Amazon Web Services service returned by the
1211
+ # DescribeServices operation.
1201
1212
  #
1202
1213
  # @!attribute [rw] code
1203
- # The code for an AWS service returned by the DescribeServices
1204
- # response. The `name` element contains the corresponding friendly
1205
- # name.
1214
+ # The code for an Amazon Web Services service returned by the
1215
+ # DescribeServices response. The `name` element contains the
1216
+ # corresponding friendly name.
1206
1217
  # @return [String]
1207
1218
  #
1208
1219
  # @!attribute [rw] name
1209
- # The friendly name for an AWS service. The `code` element contains
1210
- # the corresponding code.
1220
+ # The friendly name for an Amazon Web Services service. The `code`
1221
+ # element contains the corresponding code.
1211
1222
  # @return [String]
1212
1223
  #
1213
1224
  # @!attribute [rw] categories
1214
1225
  # A list of categories that describe the type of support issue a case
1215
1226
  # describes. Categories consist of a category name and a category
1216
- # code. Category names and codes are passed to AWS Support when you
1217
- # call CreateCase.
1227
+ # code. Category names and codes are passed to Amazon Web Services
1228
+ # Support when you call CreateCase.
1218
1229
  # @return [Array<Types::Category>]
1219
1230
  #
1220
1231
  # @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/Service AWS API Documentation
@@ -1229,8 +1240,8 @@ module Aws::Support
1229
1240
 
1230
1241
  # A code and name pair that represents the severity level of a support
1231
1242
  # case. The available values depend on the support plan for the account.
1232
- # For more information, see [Choosing a severity][1] in the *AWS Support
1233
- # User Guide*.
1243
+ # For more information, see [Choosing a severity][1] in the *Amazon Web
1244
+ # Services Support User Guide*.
1234
1245
  #
1235
1246
  #
1236
1247
  #
@@ -1247,8 +1258,9 @@ module Aws::Support
1247
1258
  # level code.
1248
1259
  #
1249
1260
  # <note markdown="1"> The values returned by the API are different from the values that
1250
- # appear in the AWS Support Center. For example, the API uses the code
1251
- # `low`, but the name appears as General guidance in Support Center.
1261
+ # appear in the Amazon Web Services Support Center. For example, the
1262
+ # API uses the code `low`, but the name appears as General guidance in
1263
+ # Support Center.
1252
1264
  #
1253
1265
  # The following are the API code names and how they appear in the
1254
1266
  # console:
@@ -1265,8 +1277,8 @@ module Aws::Support
1265
1277
  #
1266
1278
  # </note>
1267
1279
  #
1268
- # For more information, see [Choosing a severity][1] in the *AWS
1269
- # Support User Guide*.
1280
+ # For more information, see [Choosing a severity][1] in the *Amazon
1281
+ # Web Services Support User Guide*.
1270
1282
  #
1271
1283
  #
1272
1284
  #
@@ -1394,8 +1406,8 @@ module Aws::Support
1394
1406
  # @return [String]
1395
1407
  #
1396
1408
  # @!attribute [rw] resources_summary
1397
- # Details about AWS resources that were analyzed in a call to Trusted
1398
- # Advisor DescribeTrustedAdvisorCheckSummaries.
1409
+ # Details about Amazon Web Services resources that were analyzed in a
1410
+ # call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
1399
1411
  # @return [Types::TrustedAdvisorResourcesSummary]
1400
1412
  #
1401
1413
  # @!attribute [rw] category_specific_summary
@@ -1441,8 +1453,8 @@ module Aws::Support
1441
1453
  # @return [Boolean]
1442
1454
  #
1443
1455
  # @!attribute [rw] resources_summary
1444
- # Details about AWS resources that were analyzed in a call to Trusted
1445
- # Advisor DescribeTrustedAdvisorCheckSummaries.
1456
+ # Details about Amazon Web Services resources that were analyzed in a
1457
+ # call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
1446
1458
  # @return [Types::TrustedAdvisorResourcesSummary]
1447
1459
  #
1448
1460
  # @!attribute [rw] category_specific_summary
@@ -1494,7 +1506,8 @@ module Aws::Support
1494
1506
  # @return [String]
1495
1507
  #
1496
1508
  # @!attribute [rw] region
1497
- # The AWS Region in which the identified resource is located.
1509
+ # The Amazon Web Services Region in which the identified resource is
1510
+ # located.
1498
1511
  # @return [String]
1499
1512
  #
1500
1513
  # @!attribute [rw] resource_id
@@ -1502,8 +1515,8 @@ module Aws::Support
1502
1515
  # @return [String]
1503
1516
  #
1504
1517
  # @!attribute [rw] is_suppressed
1505
- # Specifies whether the AWS resource was ignored by Trusted Advisor
1506
- # because it was marked as suppressed by the user.
1518
+ # Specifies whether the Amazon Web Services resource was ignored by
1519
+ # Trusted Advisor because it was marked as suppressed by the user.
1507
1520
  # @return [Boolean]
1508
1521
  #
1509
1522
  # @!attribute [rw] metadata
@@ -1527,27 +1540,27 @@ module Aws::Support
1527
1540
  include Aws::Structure
1528
1541
  end
1529
1542
 
1530
- # Details about AWS resources that were analyzed in a call to Trusted
1531
- # Advisor DescribeTrustedAdvisorCheckSummaries.
1543
+ # Details about Amazon Web Services resources that were analyzed in a
1544
+ # call to Trusted Advisor DescribeTrustedAdvisorCheckSummaries.
1532
1545
  #
1533
1546
  # @!attribute [rw] resources_processed
1534
- # The number of AWS resources that were analyzed by the Trusted
1535
- # Advisor check.
1547
+ # The number of Amazon Web Services resources that were analyzed by
1548
+ # the Trusted Advisor check.
1536
1549
  # @return [Integer]
1537
1550
  #
1538
1551
  # @!attribute [rw] resources_flagged
1539
- # The number of AWS resources that were flagged (listed) by the
1540
- # Trusted Advisor check.
1552
+ # The number of Amazon Web Services resources that were flagged
1553
+ # (listed) by the Trusted Advisor check.
1541
1554
  # @return [Integer]
1542
1555
  #
1543
1556
  # @!attribute [rw] resources_ignored
1544
- # The number of AWS resources ignored by Trusted Advisor because
1545
- # information was unavailable.
1557
+ # The number of Amazon Web Services resources ignored by Trusted
1558
+ # Advisor because information was unavailable.
1546
1559
  # @return [Integer]
1547
1560
  #
1548
1561
  # @!attribute [rw] resources_suppressed
1549
- # The number of AWS resources ignored by Trusted Advisor because they
1550
- # were marked as suppressed by the user.
1562
+ # The number of Amazon Web Services resources ignored by Trusted
1563
+ # Advisor because they were marked as suppressed by the user.
1551
1564
  # @return [Integer]
1552
1565
  #
1553
1566
  # @see http://docs.aws.amazon.com/goto/WebAPI/support-2013-04-15/TrustedAdvisorResourcesSummary AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-support/customizations'
48
48
  # @!group service
49
49
  module Aws::Support
50
50
 
51
- GEM_VERSION = '1.37.0'
51
+ GEM_VERSION = '1.38.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.38.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: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2021-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core