amazonka-support 1.4.2 → 1.4.3
raw patch · 20 files changed
+270/−592 lines, 20 filesdep ~amazonka-coredep ~amazonka-supportdep ~amazonka-testPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: amazonka-core, amazonka-support, amazonka-test
API changes (from Hackage documentation)
- Network.AWS.Support.AddAttachmentsToSet: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.AddAttachmentsToSet.AddAttachmentsToSet
- Network.AWS.Support.AddCommunicationToCase: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.AddCommunicationToCase.AddCommunicationToCase
- Network.AWS.Support.CreateCase: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.CreateCase.CreateCase
- Network.AWS.Support.DescribeAttachment: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.DescribeAttachment.DescribeAttachment
- Network.AWS.Support.DescribeCases: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.DescribeCases.DescribeCases
- Network.AWS.Support.DescribeCommunications: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.DescribeCommunications.DescribeCommunications
- Network.AWS.Support.DescribeServices: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.DescribeServices.DescribeServices
- Network.AWS.Support.DescribeSeverityLevels: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.DescribeSeverityLevels.DescribeSeverityLevels
- Network.AWS.Support.DescribeTrustedAdvisorCheckRefreshStatuses: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.DescribeTrustedAdvisorCheckRefreshStatuses.DescribeTrustedAdvisorCheckRefreshStatuses
- Network.AWS.Support.DescribeTrustedAdvisorCheckResult: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.DescribeTrustedAdvisorCheckResult.DescribeTrustedAdvisorCheckResult
- Network.AWS.Support.DescribeTrustedAdvisorCheckSummaries: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.DescribeTrustedAdvisorCheckSummaries.DescribeTrustedAdvisorCheckSummaries
- Network.AWS.Support.DescribeTrustedAdvisorChecks: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.DescribeTrustedAdvisorChecks.DescribeTrustedAdvisorChecks
- Network.AWS.Support.RefreshTrustedAdvisorCheck: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.RefreshTrustedAdvisorCheck.RefreshTrustedAdvisorCheck
- Network.AWS.Support.ResolveCase: instance Data.Aeson.Types.Class.ToJSON Network.AWS.Support.ResolveCase.ResolveCase
+ Network.AWS.Support.AddAttachmentsToSet: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.AddAttachmentsToSet.AddAttachmentsToSet
+ Network.AWS.Support.AddCommunicationToCase: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.AddCommunicationToCase.AddCommunicationToCase
+ Network.AWS.Support.CreateCase: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.CreateCase.CreateCase
+ Network.AWS.Support.DescribeAttachment: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.DescribeAttachment.DescribeAttachment
+ Network.AWS.Support.DescribeCases: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.DescribeCases.DescribeCases
+ Network.AWS.Support.DescribeCommunications: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.DescribeCommunications.DescribeCommunications
+ Network.AWS.Support.DescribeServices: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.DescribeServices.DescribeServices
+ Network.AWS.Support.DescribeSeverityLevels: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.DescribeSeverityLevels.DescribeSeverityLevels
+ Network.AWS.Support.DescribeTrustedAdvisorCheckRefreshStatuses: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.DescribeTrustedAdvisorCheckRefreshStatuses.DescribeTrustedAdvisorCheckRefreshStatuses
+ Network.AWS.Support.DescribeTrustedAdvisorCheckResult: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.DescribeTrustedAdvisorCheckResult.DescribeTrustedAdvisorCheckResult
+ Network.AWS.Support.DescribeTrustedAdvisorCheckSummaries: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.DescribeTrustedAdvisorCheckSummaries.DescribeTrustedAdvisorCheckSummaries
+ Network.AWS.Support.DescribeTrustedAdvisorChecks: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.DescribeTrustedAdvisorChecks.DescribeTrustedAdvisorChecks
+ Network.AWS.Support.RefreshTrustedAdvisorCheck: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.RefreshTrustedAdvisorCheck.RefreshTrustedAdvisorCheck
+ Network.AWS.Support.ResolveCase: instance Data.Aeson.Types.ToJSON.ToJSON Network.AWS.Support.ResolveCase.ResolveCase
Files
- README.md +18/−45
- amazonka-support.cabal +22/−49
- gen/Network/AWS/Support.hs +13/−44
- gen/Network/AWS/Support/AddAttachmentsToSet.hs +6/−22
- gen/Network/AWS/Support/AddCommunicationToCase.hs +5/−14
- gen/Network/AWS/Support/CreateCase.hs +22/−65
- gen/Network/AWS/Support/DescribeAttachment.hs +3/−9
- gen/Network/AWS/Support/DescribeCases.hs +10/−27
- gen/Network/AWS/Support/DescribeCommunications.hs +6/−19
- gen/Network/AWS/Support/DescribeServices.hs +3/−17
- gen/Network/AWS/Support/DescribeSeverityLevels.hs +4/−11
- gen/Network/AWS/Support/DescribeTrustedAdvisorCheckRefreshStatuses.hs +2/−5
- gen/Network/AWS/Support/DescribeTrustedAdvisorCheckResult.hs +5/−13
- gen/Network/AWS/Support/DescribeTrustedAdvisorCheckSummaries.hs +2/−5
- gen/Network/AWS/Support/DescribeTrustedAdvisorChecks.hs +3/−11
- gen/Network/AWS/Support/RefreshTrustedAdvisorCheck.hs +5/−11
- gen/Network/AWS/Support/ResolveCase.hs +2/−5
- gen/Network/AWS/Support/Types.hs +4/−8
- gen/Network/AWS/Support/Types/Product.hs +51/−128
- test/Test/AWS/Gen/Support.hs +84/−84
README.md view
@@ -8,65 +8,38 @@ ## Version -`1.4.2`+`1.4.3` ## Description AWS Support -The AWS Support API reference is intended for programmers who need-detailed information about the AWS Support operations and data types.-This service enables you to manage your AWS Support cases-programmatically. It uses HTTP methods that return results in JSON-format.+The AWS Support API reference is intended for programmers who need detailed information about the AWS Support operations and data types. This service enables you to manage your AWS Support cases programmatically. It uses HTTP methods that return results in JSON format. -The AWS Support service also exposes a set of-<https://aws.amazon.com/premiumsupport/trustedadvisor/ Trusted Advisor>-features. You can retrieve a list of checks and their descriptions, get-check results, specify checks to refresh, and get the refresh status of-checks.+The AWS Support service also exposes a set of <https://aws.amazon.com/premiumsupport/trustedadvisor/ Trusted Advisor> features. You can retrieve a list of checks and their descriptions, get check results, specify checks to refresh, and get the refresh status of checks. The following list describes the AWS Support case management operations: -- __Service names, issue categories, and available severity levels.__- The < DescribeServices> and < DescribeSeverityLevels> operations- return AWS service names, service codes, service categories, and- problem severity levels. You use these values when you call the- < CreateCase> operation.-- __Case creation, case details, and case resolution.__ The- < CreateCase>, < DescribeCases>, < DescribeAttachment>, and- < ResolveCase> operations create AWS Support cases, retrieve- information about cases, and resolve cases.-- __Case communication.__ The < DescribeCommunications>,- < AddCommunicationToCase>, and < AddAttachmentsToSet> operations- retrieve and add communications and attachments to AWS Support- cases.+- __Service names, issue categories, and available severity levels.__ The < DescribeServices> and < DescribeSeverityLevels> operations return AWS service names, service codes, service categories, and problem severity levels. You use these values when you call the < CreateCase> operation.+- __Case creation, case details, and case resolution.__ The < CreateCase>, < DescribeCases>, < DescribeAttachment>, and < ResolveCase> operations create AWS Support cases, retrieve information about cases, and resolve cases.+- __Case communication.__ The < DescribeCommunications>, < AddCommunicationToCase>, and < AddAttachmentsToSet> operations retrieve and add communications and attachments to AWS Support cases. -The following list describes the operations available from the AWS-Support service for Trusted Advisor:+The following list describes the operations available from the AWS Support service for Trusted Advisor: -- < DescribeTrustedAdvisorChecks> returns the list of checks that run- against your AWS resources.-- Using the @CheckId@ for a specific check returned by- < DescribeTrustedAdvisorChecks>, you can call- < DescribeTrustedAdvisorCheckResult> to obtain the results for the- check you specified.-- < DescribeTrustedAdvisorCheckSummaries> returns summarized results- for one or more Trusted Advisor checks.-- < RefreshTrustedAdvisorCheck> requests that Trusted Advisor rerun a- specified check.-- < DescribeTrustedAdvisorCheckRefreshStatuses> reports the refresh- status of one or more checks.+- < DescribeTrustedAdvisorChecks> returns the list of checks that run against your AWS resources.+- Using the + @+ CheckId+ @+ for a specific check returned by < DescribeTrustedAdvisorChecks>, you can call < DescribeTrustedAdvisorCheckResult> to obtain the results for the check you specified.+- < DescribeTrustedAdvisorCheckSummaries> returns summarized results for one or more Trusted Advisor checks.+- < RefreshTrustedAdvisorCheck> requests that Trusted Advisor rerun a specified check.+- < DescribeTrustedAdvisorCheckRefreshStatuses> reports the refresh status of one or more checks. -For authentication of requests, AWS Support uses-<http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4 Signing Process>.+For authentication of requests, AWS Support uses <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4 Signing Process>. -See-<http://docs.aws.amazon.com/awssupport/latest/user/Welcome.html About the AWS Support API>-in the /AWS Support User Guide/ for information about how to use this-service to create and manage your support cases, and how to call Trusted-Advisor for results of checks on your resources.+See <http://docs.aws.amazon.com/awssupport/latest/user/Welcome.html About the AWS Support API> in the /AWS Support User Guide/ for information about how to use this service to create and manage your support cases, and how to call Trusted Advisor for results of checks on your resources. Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-support) and the [AWS API Reference](https://aws.amazon.com/documentation/).
amazonka-support.cabal view
@@ -1,5 +1,5 @@ name: amazonka-support-version: 1.4.2+version: 1.4.3 synopsis: Amazon Support SDK. homepage: https://github.com/brendanhay/amazonka bug-reports: https://github.com/brendanhay/amazonka/issues@@ -15,58 +15,31 @@ description: AWS Support - The AWS Support API reference is intended for programmers who need- detailed information about the AWS Support operations and data types.- This service enables you to manage your AWS Support cases- programmatically. It uses HTTP methods that return results in JSON- format.+ The AWS Support API reference is intended for programmers who need detailed information about the AWS Support operations and data types. This service enables you to manage your AWS Support cases programmatically. It uses HTTP methods that return results in JSON format. - The AWS Support service also exposes a set of- <https://aws.amazon.com/premiumsupport/trustedadvisor/ Trusted Advisor>- features. You can retrieve a list of checks and their descriptions, get- check results, specify checks to refresh, and get the refresh status of- checks.+ The AWS Support service also exposes a set of <https://aws.amazon.com/premiumsupport/trustedadvisor/ Trusted Advisor> features. You can retrieve a list of checks and their descriptions, get check results, specify checks to refresh, and get the refresh status of checks. The following list describes the AWS Support case management operations: - - __Service names, issue categories, and available severity levels.__- The < DescribeServices> and < DescribeSeverityLevels> operations- return AWS service names, service codes, service categories, and- problem severity levels. You use these values when you call the- < CreateCase> operation.- - __Case creation, case details, and case resolution.__ The- < CreateCase>, < DescribeCases>, < DescribeAttachment>, and- < ResolveCase> operations create AWS Support cases, retrieve- information about cases, and resolve cases.- - __Case communication.__ The < DescribeCommunications>,- < AddCommunicationToCase>, and < AddAttachmentsToSet> operations- retrieve and add communications and attachments to AWS Support- cases.+ - __Service names, issue categories, and available severity levels.__ The < DescribeServices> and < DescribeSeverityLevels> operations return AWS service names, service codes, service categories, and problem severity levels. You use these values when you call the < CreateCase> operation.+ - __Case creation, case details, and case resolution.__ The < CreateCase>, < DescribeCases>, < DescribeAttachment>, and < ResolveCase> operations create AWS Support cases, retrieve information about cases, and resolve cases.+ - __Case communication.__ The < DescribeCommunications>, < AddCommunicationToCase>, and < AddAttachmentsToSet> operations retrieve and add communications and attachments to AWS Support cases. - The following list describes the operations available from the AWS- Support service for Trusted Advisor:+ The following list describes the operations available from the AWS Support service for Trusted Advisor: - - < DescribeTrustedAdvisorChecks> returns the list of checks that run- against your AWS resources.- - Using the @CheckId@ for a specific check returned by- < DescribeTrustedAdvisorChecks>, you can call- < DescribeTrustedAdvisorCheckResult> to obtain the results for the- check you specified.- - < DescribeTrustedAdvisorCheckSummaries> returns summarized results- for one or more Trusted Advisor checks.- - < RefreshTrustedAdvisorCheck> requests that Trusted Advisor rerun a- specified check.- - < DescribeTrustedAdvisorCheckRefreshStatuses> reports the refresh- status of one or more checks.+ - < DescribeTrustedAdvisorChecks> returns the list of checks that run against your AWS resources.+ - Using the + @+ CheckId+ @+ for a specific check returned by < DescribeTrustedAdvisorChecks>, you can call < DescribeTrustedAdvisorCheckResult> to obtain the results for the check you specified.+ - < DescribeTrustedAdvisorCheckSummaries> returns summarized results for one or more Trusted Advisor checks.+ - < RefreshTrustedAdvisorCheck> requests that Trusted Advisor rerun a specified check.+ - < DescribeTrustedAdvisorCheckRefreshStatuses> reports the refresh status of one or more checks. - For authentication of requests, AWS Support uses- <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4 Signing Process>.+ For authentication of requests, AWS Support uses <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4 Signing Process>. - See- <http://docs.aws.amazon.com/awssupport/latest/user/Welcome.html About the AWS Support API>- in the /AWS Support User Guide/ for information about how to use this- service to create and manage your support cases, and how to call Trusted- Advisor for results of checks on your resources.+ See <http://docs.aws.amazon.com/awssupport/latest/user/Welcome.html About the AWS Support API> in the /AWS Support User Guide/ for information about how to use this service to create and manage your support cases, and how to call Trusted Advisor for results of checks on your resources. . The types from this library are intended to be used with <http://hackage.haskell.org/package/amazonka amazonka>, which provides@@ -116,7 +89,7 @@ , Network.AWS.Support.Types.Sum build-depends:- amazonka-core == 1.4.2.*+ amazonka-core == 1.4.3.* , base >= 4.7 && < 5 test-suite amazonka-support-test@@ -136,9 +109,9 @@ , Test.AWS.Support.Internal build-depends:- amazonka-core == 1.4.2.*- , amazonka-test == 1.4.2.*- , amazonka-support == 1.4.2.*+ amazonka-core == 1.4.3.*+ , amazonka-test == 1.4.3.*+ , amazonka-support == 1.4.3.* , base , bytestring , tasty
gen/Network/AWS/Support.hs view
@@ -13,58 +13,27 @@ -- -- AWS Support ----- The AWS Support API reference is intended for programmers who need--- detailed information about the AWS Support operations and data types.--- This service enables you to manage your AWS Support cases--- programmatically. It uses HTTP methods that return results in JSON--- format.+-- The AWS Support API reference is intended for programmers who need detailed information about the AWS Support operations and data types. This service enables you to manage your AWS Support cases programmatically. It uses HTTP methods that return results in JSON format. ----- The AWS Support service also exposes a set of--- <https://aws.amazon.com/premiumsupport/trustedadvisor/ Trusted Advisor>--- features. You can retrieve a list of checks and their descriptions, get--- check results, specify checks to refresh, and get the refresh status of--- checks.+-- The AWS Support service also exposes a set of <https://aws.amazon.com/premiumsupport/trustedadvisor/ Trusted Advisor> features. You can retrieve a list of checks and their descriptions, get check results, specify checks to refresh, and get the refresh status of checks. -- -- The following list describes the AWS Support case management operations: ----- - __Service names, issue categories, and available severity levels.__--- The < DescribeServices> and < DescribeSeverityLevels> operations--- return AWS service names, service codes, service categories, and--- problem severity levels. You use these values when you call the--- < CreateCase> operation.--- - __Case creation, case details, and case resolution.__ The--- < CreateCase>, < DescribeCases>, < DescribeAttachment>, and--- < ResolveCase> operations create AWS Support cases, retrieve--- information about cases, and resolve cases.--- - __Case communication.__ The < DescribeCommunications>,--- < AddCommunicationToCase>, and < AddAttachmentsToSet> operations--- retrieve and add communications and attachments to AWS Support--- cases.+-- - __Service names, issue categories, and available severity levels.__ The < DescribeServices> and < DescribeSeverityLevels> operations return AWS service names, service codes, service categories, and problem severity levels. You use these values when you call the < CreateCase> operation.+-- - __Case creation, case details, and case resolution.__ The < CreateCase>, < DescribeCases>, < DescribeAttachment>, and < ResolveCase> operations create AWS Support cases, retrieve information about cases, and resolve cases.+-- - __Case communication.__ The < DescribeCommunications>, < AddCommunicationToCase>, and < AddAttachmentsToSet> operations retrieve and add communications and attachments to AWS Support cases. ----- The following list describes the operations available from the AWS--- Support service for Trusted Advisor:+-- The following list describes the operations available from the AWS Support service for Trusted Advisor: ----- - < DescribeTrustedAdvisorChecks> returns the list of checks that run--- against your AWS resources.--- - Using the 'CheckId' for a specific check returned by--- < DescribeTrustedAdvisorChecks>, you can call--- < DescribeTrustedAdvisorCheckResult> to obtain the results for the--- check you specified.--- - < DescribeTrustedAdvisorCheckSummaries> returns summarized results--- for one or more Trusted Advisor checks.--- - < RefreshTrustedAdvisorCheck> requests that Trusted Advisor rerun a--- specified check.--- - < DescribeTrustedAdvisorCheckRefreshStatuses> reports the refresh--- status of one or more checks.+-- - < DescribeTrustedAdvisorChecks> returns the list of checks that run against your AWS resources.+-- - Using the 'CheckId' for a specific check returned by < DescribeTrustedAdvisorChecks>, you can call < DescribeTrustedAdvisorCheckResult> to obtain the results for the check you specified.+-- - < DescribeTrustedAdvisorCheckSummaries> returns summarized results for one or more Trusted Advisor checks.+-- - < RefreshTrustedAdvisorCheck> requests that Trusted Advisor rerun a specified check.+-- - < DescribeTrustedAdvisorCheckRefreshStatuses> reports the refresh status of one or more checks. ----- For authentication of requests, AWS Support uses--- <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4 Signing Process>.+-- For authentication of requests, AWS Support uses <http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html Signature Version 4 Signing Process>. ----- See--- <http://docs.aws.amazon.com/awssupport/latest/user/Welcome.html About the AWS Support API>--- in the /AWS Support User Guide/ for information about how to use this--- service to create and manage your support cases, and how to call Trusted--- Advisor for results of checks on your resources.+-- See <http://docs.aws.amazon.com/awssupport/latest/user/Welcome.html About the AWS Support API> in the /AWS Support User Guide/ for information about how to use this service to create and manage your support cases, and how to call Trusted Advisor for results of checks on your resources. module Network.AWS.Support ( -- * Service Configuration
gen/Network/AWS/Support/AddAttachmentsToSet.hs view
@@ -18,17 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds one or more attachments to an attachment set. If an--- 'AttachmentSetId' is not specified, a new attachment set is created, and--- the ID of the set is returned in the response. If an 'AttachmentSetId'--- is specified, the attachments are added to the specified set, if it--- exists.+-- Adds one or more attachments to an attachment set. If an 'AttachmentSetId' is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an 'AttachmentSetId' is specified, the attachments are added to the specified set, if it exists. ----- An attachment set is a temporary container for attachments that are to--- be added to a case or case communication. The set is available for one--- hour after it is created; the 'ExpiryTime' returned in the response--- indicates when the set expires. The maximum number of attachments in a--- set is 3, and the maximum size of any attachment in the set is 5 MB.+-- An attachment set is a temporary container for attachments that are to be added to a case or case communication. The set is available for one hour after it is created; the 'ExpiryTime' returned in the response indicates when the set expires. The maximum number of attachments in a set is 3, and the maximum size of any attachment in the set is 5 MB. module Network.AWS.Support.AddAttachmentsToSet ( -- * Creating a Request@@ -75,15 +67,11 @@ , _aatsAttachments = mempty } --- | The ID of the attachment set. If an 'AttachmentSetId' is not specified,--- a new attachment set is created, and the ID of the set is returned in--- the response. If an 'AttachmentSetId' is specified, the attachments are--- added to the specified set, if it exists.+-- | The ID of the attachment set. If an 'AttachmentSetId' is not specified, a new attachment set is created, and the ID of the set is returned in the response. If an 'AttachmentSetId' is specified, the attachments are added to the specified set, if it exists. aatsAttachmentSetId :: Lens' AddAttachmentsToSet (Maybe Text) aatsAttachmentSetId = lens _aatsAttachmentSetId (\ s a -> s{_aatsAttachmentSetId = a}); --- | One or more attachments to add to the set. The limit is 3 attachments--- per set, and the size limit is 5 MB per attachment.+-- | One or more attachments to add to the set. The limit is 3 attachments per set, and the size limit is 5 MB per attachment. aatsAttachments :: Lens' AddAttachmentsToSet [Attachment] aatsAttachments = lens _aatsAttachments (\ s a -> s{_aatsAttachments = a}) . _Coerce; @@ -125,8 +113,7 @@ instance ToQuery AddAttachmentsToSet where toQuery = const mempty --- | The ID and expiry time of the attachment set returned by the--- < AddAttachmentsToSet> operation.+-- | The ID and expiry time of the attachment set returned by the < AddAttachmentsToSet> operation. -- -- /See:/ 'addAttachmentsToSetResponse' smart constructor. data AddAttachmentsToSetResponse = AddAttachmentsToSetResponse'@@ -158,10 +145,7 @@ aatsrsExpiryTime :: Lens' AddAttachmentsToSetResponse (Maybe Text) aatsrsExpiryTime = lens _aatsrsExpiryTime (\ s a -> s{_aatsrsExpiryTime = a}); --- | The ID of the attachment set. If an 'AttachmentSetId' was not specified,--- a new attachment set is created, and the ID of the set is returned in--- the response. If an 'AttachmentSetId' was specified, the attachments are--- added to the specified set, if it exists.+-- | The ID of the attachment set. If an 'AttachmentSetId' was not specified, a new attachment set is created, and the ID of the set is returned in the response. If an 'AttachmentSetId' was specified, the attachments are added to the specified set, if it exists. aatsrsAttachmentSetId :: Lens' AddAttachmentsToSetResponse (Maybe Text) aatsrsAttachmentSetId = lens _aatsrsAttachmentSetId (\ s a -> s{_aatsrsAttachmentSetId = a});
gen/Network/AWS/Support/AddCommunicationToCase.hs view
@@ -18,16 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Adds additional customer communication to an AWS Support case. You use--- the 'CaseId' value to identify the case to add communication to. You can--- list a set of email addresses to copy on the communication using the--- 'CcEmailAddresses' value. The 'CommunicationBody' value contains the--- text of the communication.+-- Adds additional customer communication to an AWS Support case. You use the 'CaseId' value to identify the case to add communication to. You can list a set of email addresses to copy on the communication using the 'CcEmailAddresses' value. The 'CommunicationBody' value contains the text of the communication. -- -- The response indicates the success or failure of the request. ----- This operation implements a subset of the features of the AWS Support--- Center.+-- This operation implements a subset of the features of the AWS Support Center. module Network.AWS.Support.AddCommunicationToCase ( -- * Creating a Request@@ -86,19 +81,15 @@ , _actcCommunicationBody = pCommunicationBody_ } --- | The AWS Support case ID requested or returned in the call. The case ID--- is an alphanumeric string formatted as shown in this example:--- case-/12345678910-2013-c4c1d2bf33c5cf47/+-- | The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-/12345678910-2013-c4c1d2bf33c5cf47/ actcCaseId :: Lens' AddCommunicationToCase (Maybe Text) actcCaseId = lens _actcCaseId (\ s a -> s{_actcCaseId = a}); --- | The email addresses in the CC line of an email to be added to the--- support case.+-- | The email addresses in the CC line of an email to be added to the support case. actcCcEmailAddresses :: Lens' AddCommunicationToCase [Text] actcCcEmailAddresses = lens _actcCcEmailAddresses (\ s a -> s{_actcCcEmailAddresses = a}) . _Default . _Coerce; --- | The ID of a set of one or more attachments for the communication to add--- to the case. Create the set by calling < AddAttachmentsToSet>+-- | The ID of a set of one or more attachments for the communication to add to the case. Create the set by calling < AddAttachmentsToSet> actcAttachmentSetId :: Lens' AddCommunicationToCase (Maybe Text) actcAttachmentSetId = lens _actcAttachmentSetId (\ s a -> s{_actcAttachmentSetId = a});
gen/Network/AWS/Support/CreateCase.hs view
@@ -18,49 +18,21 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Creates a new case in the AWS Support Center. This operation is modeled--- on the behavior of the AWS Support Center--- <https://console.aws.amazon.com/support/home#/case/create Create Case>--- page. Its parameters require you to specify the following information:+-- Creates a new case in the AWS Support Center. This operation is modeled on the behavior of the AWS Support Center <https://console.aws.amazon.com/support/home#/case/create Create Case> page. Its parameters require you to specify the following information: ----- 1. __IssueType.__ The type of issue for the case. You can specify--- either \"customer-service\" or \"technical.\" If you do not indicate--- a value, the default is \"technical.\"--- 2. __ServiceCode.__ The code for an AWS service. You obtain the--- 'ServiceCode' by calling < DescribeServices>.--- 3. __CategoryCode.__ The category for the service defined for the--- 'ServiceCode' value. You also obtain the category code for a service--- by calling < DescribeServices>. Each AWS service defines its own set--- of category codes.--- 4. __SeverityCode.__ A value that indicates the urgency of the case,--- which in turn determines the response time according to your service--- level agreement with AWS Support. You obtain the SeverityCode by--- calling < DescribeSeverityLevels>.--- 5. __Subject.__ The __Subject__ field on the AWS Support Center--- <https://console.aws.amazon.com/support/home#/case/create Create Case>--- page.--- 6. __CommunicationBody.__ The __Description__ field on the AWS Support--- Center--- <https://console.aws.amazon.com/support/home#/case/create Create Case>--- page.--- 7. __AttachmentSetId.__ The ID of a set of attachments that has been--- created by using < AddAttachmentsToSet>.--- 8. __Language.__ The human language in which AWS Support handles the--- case. English and Japanese are currently supported.--- 9. __CcEmailAddresses.__ The AWS Support Center __CC__ field on the--- <https://console.aws.amazon.com/support/home#/case/create Create Case>--- page. You can list email addresses to be copied on any--- correspondence about the case. The account that opens the case is--- already identified by passing the AWS Credentials in the HTTP POST--- method or in a method or function call from one of the programming--- languages supported by an <http://aws.amazon.com/tools/ AWS SDK>.+-- 1. __IssueType.__ The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\"+-- 2. __ServiceCode.__ The code for an AWS service. You obtain the 'ServiceCode' by calling < DescribeServices>.+-- 3. __CategoryCode.__ The category for the service defined for the 'ServiceCode' value. You also obtain the category code for a service by calling < DescribeServices>. Each AWS service defines its own set of category codes.+-- 4. __SeverityCode.__ A value that indicates the urgency of the case, which in turn determines the response time according to your service level agreement with AWS Support. You obtain the SeverityCode by calling < DescribeSeverityLevels>.+-- 5. __Subject.__ The __Subject__ field on the AWS Support Center <https://console.aws.amazon.com/support/home#/case/create Create Case> page.+-- 6. __CommunicationBody.__ The __Description__ field on the AWS Support Center <https://console.aws.amazon.com/support/home#/case/create Create Case> page.+-- 7. __AttachmentSetId.__ The ID of a set of attachments that has been created by using < AddAttachmentsToSet>.+-- 8. __Language.__ The human language in which AWS Support handles the case. English and Japanese are currently supported.+-- 9. __CcEmailAddresses.__ The AWS Support Center __CC__ field on the <https://console.aws.amazon.com/support/home#/case/create Create Case> page. You can list email addresses to be copied on any correspondence about the case. The account that opens the case is already identified by passing the AWS Credentials in the HTTP POST method or in a method or function call from one of the programming languages supported by an <http://aws.amazon.com/tools/ AWS SDK>. ----- To add additional communication or attachments to an existing case, use--- < AddCommunicationToCase>.+-- To add additional communication or attachments to an existing case, use < AddCommunicationToCase>. ----- A successful < CreateCase> request returns an AWS Support case number.--- Case numbers are used by the < DescribeCases> operation to retrieve--- existing AWS Support cases.+-- A successful < CreateCase> request returns an AWS Support case number. Case numbers are used by the < DescribeCases> operation to retrieve existing AWS Support cases. module Network.AWS.Support.CreateCase ( -- * Creating a Request@@ -143,30 +115,21 @@ , _ccCommunicationBody = pCommunicationBody_ } --- | The code for the severity level returned by the call to--- < DescribeSeverityLevels>.+-- | The code for the severity level returned by the call to < DescribeSeverityLevels>. ----- The availability of severity levels depends on each customer\'s support--- subscription. In other words, your subscription may not necessarily--- require the urgent level of response time.+-- The availability of severity levels depends on each customer\'s support subscription. In other words, your subscription may not necessarily require the urgent level of response time. ccSeverityCode :: Lens' CreateCase (Maybe Text) ccSeverityCode = lens _ccSeverityCode (\ s a -> s{_ccSeverityCode = a}); --- | The type of issue for the case. You can specify either--- \"customer-service\" or \"technical.\" If you do not indicate a value,--- the default is \"technical.\"+-- | The type of issue for the case. You can specify either \"customer-service\" or \"technical.\" If you do not indicate a value, the default is \"technical.\" ccIssueType :: Lens' CreateCase (Maybe Text) ccIssueType = lens _ccIssueType (\ s a -> s{_ccIssueType = a}); --- | A list of email addresses that AWS Support copies on case--- correspondence.+-- | A list of email addresses that AWS Support copies on case correspondence. ccCcEmailAddresses :: Lens' CreateCase [Text] ccCcEmailAddresses = lens _ccCcEmailAddresses (\ s a -> s{_ccCcEmailAddresses = a}) . _Default . _Coerce; --- | The ISO 639-1 code for the language in which AWS provides support. AWS--- Support currently supports English (\"en\") and Japanese (\"ja\").--- Language parameters must be passed explicitly for operations that take--- them.+-- | The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them. ccLanguage :: Lens' CreateCase (Maybe Text) ccLanguage = lens _ccLanguage (\ s a -> s{_ccLanguage = a}); @@ -174,13 +137,11 @@ ccCategoryCode :: Lens' CreateCase (Maybe Text) ccCategoryCode = lens _ccCategoryCode (\ s a -> s{_ccCategoryCode = a}); --- | The code for the AWS service returned by the call to--- < DescribeServices>.+-- | The code for the AWS service returned by the call to < DescribeServices>. ccServiceCode :: Lens' CreateCase (Maybe Text) ccServiceCode = lens _ccServiceCode (\ s a -> s{_ccServiceCode = a}); --- | The ID of a set of one or more attachments for the case. Create the set--- by using < AddAttachmentsToSet>.+-- | The ID of a set of one or more attachments for the case. Create the set by using < AddAttachmentsToSet>. ccAttachmentSetId :: Lens' CreateCase (Maybe Text) ccAttachmentSetId = lens _ccAttachmentSetId (\ s a -> s{_ccAttachmentSetId = a}); @@ -188,8 +149,7 @@ ccSubject :: Lens' CreateCase Text ccSubject = lens _ccSubject (\ s a -> s{_ccSubject = a}); --- | The communication body text when you create an AWS Support case by--- calling < CreateCase>.+-- | The communication body text when you create an AWS Support case by calling < CreateCase>. ccCommunicationBody :: Lens' CreateCase Text ccCommunicationBody = lens _ccCommunicationBody (\ s a -> s{_ccCommunicationBody = a}); @@ -235,8 +195,7 @@ instance ToQuery CreateCase where toQuery = const mempty --- | The AWS Support case ID returned by a successful completion of the--- < CreateCase> operation.+-- | The AWS Support case ID returned by a successful completion of the < CreateCase> operation. -- -- /See:/ 'createCaseResponse' smart constructor. data CreateCaseResponse = CreateCaseResponse'@@ -260,9 +219,7 @@ , _ccrsResponseStatus = pResponseStatus_ } --- | The AWS Support case ID requested or returned in the call. The case ID--- is an alphanumeric string formatted as shown in this example:--- case-/12345678910-2013-c4c1d2bf33c5cf47/+-- | The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-/12345678910-2013-c4c1d2bf33c5cf47/ ccrsCaseId :: Lens' CreateCaseResponse (Maybe Text) ccrsCaseId = lens _ccrsCaseId (\ s a -> s{_ccrsCaseId = a});
gen/Network/AWS/Support/DescribeAttachment.hs view
@@ -18,11 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the attachment that has the specified ID. Attachment IDs are--- generated by the case management system when you add an attachment to a--- case or case communication. Attachment IDs are returned in the--- < AttachmentDetails> objects that are returned by the--- < DescribeCommunications> operation.+-- Returns the attachment that has the specified ID. Attachment IDs are generated by the case management system when you add an attachment to a case or case communication. Attachment IDs are returned in the < AttachmentDetails> objects that are returned by the < DescribeCommunications> operation. module Network.AWS.Support.DescribeAttachment ( -- * Creating a Request@@ -64,8 +60,7 @@ { _daAttachmentId = pAttachmentId_ } --- | The ID of the attachment to return. Attachment IDs are returned by the--- < DescribeCommunications> operation.+-- | The ID of the attachment to return. Attachment IDs are returned by the < DescribeCommunications> operation. daAttachmentId :: Lens' DescribeAttachment Text daAttachmentId = lens _daAttachmentId (\ s a -> s{_daAttachmentId = a}); @@ -105,8 +100,7 @@ instance ToQuery DescribeAttachment where toQuery = const mempty --- | The content and file name of the attachment returned by the--- < DescribeAttachment> operation.+-- | The content and file name of the attachment returned by the < DescribeAttachment> operation. -- -- /See:/ 'describeAttachmentResponse' smart constructor. data DescribeAttachmentResponse = DescribeAttachmentResponse'
gen/Network/AWS/Support/DescribeCases.hs view
@@ -18,21 +18,14 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns a list of cases that you specify by passing one or more case--- IDs. In addition, you can filter the cases by date by setting values for--- the 'AfterTime' and 'BeforeTime' request parameters. You can set values--- for the 'IncludeResolvedCases' and 'IncludeCommunications' request--- parameters to control how much information is returned.+-- Returns a list of cases that you specify by passing one or more case IDs. In addition, you can filter the cases by date by setting values for the 'AfterTime' and 'BeforeTime' request parameters. You can set values for the 'IncludeResolvedCases' and 'IncludeCommunications' request parameters to control how much information is returned. ----- Case data is available for 12 months after creation. If a case was--- created more than 12 months ago, a request for data might cause an--- error.+-- Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error. -- -- The response returns the following in JSON format: -- -- 1. One or more < CaseDetails> data types.--- 2. One or more 'NextToken' values, which specify where to paginate the--- returned records represented by the 'CaseDetails' objects.+-- 2. One or more 'NextToken' values, which specify where to paginate the returned records represented by the 'CaseDetails' objects. -- -- This operation returns paginated results. module Network.AWS.Support.DescribeCases@@ -117,24 +110,19 @@ , _dcMaxResults = Nothing } --- | Specifies whether resolved support cases should be included in the--- < DescribeCases> results. The default is /false/.+-- | Specifies whether resolved support cases should be included in the < DescribeCases> results. The default is /false/. dcIncludeResolvedCases :: Lens' DescribeCases (Maybe Bool) dcIncludeResolvedCases = lens _dcIncludeResolvedCases (\ s a -> s{_dcIncludeResolvedCases = a}); --- | A list of ID numbers of the support cases you want returned. The maximum--- number of cases is 100.+-- | A list of ID numbers of the support cases you want returned. The maximum number of cases is 100. dcCaseIdList :: Lens' DescribeCases [Text] dcCaseIdList = lens _dcCaseIdList (\ s a -> s{_dcCaseIdList = a}) . _Default . _Coerce; --- | The start date for a filtered date search on support case--- communications. Case communications are available for 12 months after--- creation.+-- | The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation. dcAfterTime :: Lens' DescribeCases (Maybe Text) dcAfterTime = lens _dcAfterTime (\ s a -> s{_dcAfterTime = a}); --- | The end date for a filtered date search on support case communications.--- Case communications are available for 12 months after creation.+-- | The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation. dcBeforeTime :: Lens' DescribeCases (Maybe Text) dcBeforeTime = lens _dcBeforeTime (\ s a -> s{_dcBeforeTime = a}); @@ -142,8 +130,7 @@ dcNextToken :: Lens' DescribeCases (Maybe Text) dcNextToken = lens _dcNextToken (\ s a -> s{_dcNextToken = a}); --- | Specifies whether communications should be included in the--- < DescribeCases> results. The default is /true/.+-- | Specifies whether communications should be included in the < DescribeCases> results. The default is /true/. dcIncludeCommunications :: Lens' DescribeCases (Maybe Bool) dcIncludeCommunications = lens _dcIncludeCommunications (\ s a -> s{_dcIncludeCommunications = a}); @@ -151,10 +138,7 @@ dcDisplayId :: Lens' DescribeCases (Maybe Text) dcDisplayId = lens _dcDisplayId (\ s a -> s{_dcDisplayId = a}); --- | The ISO 639-1 code for the language in which AWS provides support. AWS--- Support currently supports English (\"en\") and Japanese (\"ja\").--- Language parameters must be passed explicitly for operations that take--- them.+-- | The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them. dcLanguage :: Lens' DescribeCases (Maybe Text) dcLanguage = lens _dcLanguage (\ s a -> s{_dcLanguage = a}); @@ -214,8 +198,7 @@ instance ToQuery DescribeCases where toQuery = const mempty --- | Returns an array of < CaseDetails> objects and a 'NextToken' that--- defines a point for pagination in the result set.+-- | Returns an array of < CaseDetails> objects and a 'NextToken' that defines a point for pagination in the result set. -- -- /See:/ 'describeCasesResponse' smart constructor. data DescribeCasesResponse = DescribeCasesResponse'
gen/Network/AWS/Support/DescribeCommunications.hs view
@@ -18,19 +18,11 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns communications (and attachments) for one or more support cases.--- You can use the 'AfterTime' and 'BeforeTime' parameters to filter by--- date. You can use the 'CaseId' parameter to restrict the results to a--- particular case.+-- Returns communications (and attachments) for one or more support cases. You can use the 'AfterTime' and 'BeforeTime' parameters to filter by date. You can use the 'CaseId' parameter to restrict the results to a particular case. ----- Case data is available for 12 months after creation. If a case was--- created more than 12 months ago, a request for data might cause an--- error.+-- Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error. ----- You can use the 'MaxResults' and 'NextToken' parameters to control the--- pagination of the result set. Set 'MaxResults' to the number of cases--- you want displayed on each page, and use 'NextToken' to specify the--- resumption of pagination.+-- You can use the 'MaxResults' and 'NextToken' parameters to control the pagination of the result set. Set 'MaxResults' to the number of cases you want displayed on each page, and use 'NextToken' to specify the resumption of pagination. -- -- This operation returns paginated results. module Network.AWS.Support.DescribeCommunications@@ -96,14 +88,11 @@ , _dCaseId = pCaseId_ } --- | The start date for a filtered date search on support case--- communications. Case communications are available for 12 months after--- creation.+-- | The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation. dAfterTime :: Lens' DescribeCommunications (Maybe Text) dAfterTime = lens _dAfterTime (\ s a -> s{_dAfterTime = a}); --- | The end date for a filtered date search on support case communications.--- Case communications are available for 12 months after creation.+-- | The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation. dBeforeTime :: Lens' DescribeCommunications (Maybe Text) dBeforeTime = lens _dBeforeTime (\ s a -> s{_dBeforeTime = a}); @@ -115,9 +104,7 @@ dMaxResults :: Lens' DescribeCommunications (Maybe Natural) dMaxResults = lens _dMaxResults (\ s a -> s{_dMaxResults = a}) . mapping _Nat; --- | The AWS Support case ID requested or returned in the call. The case ID--- is an alphanumeric string formatted as shown in this example:--- case-/12345678910-2013-c4c1d2bf33c5cf47/+-- | The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-/12345678910-2013-c4c1d2bf33c5cf47/ dCaseId :: Lens' DescribeCommunications Text dCaseId = lens _dCaseId (\ s a -> s{_dCaseId = a});
gen/Network/AWS/Support/DescribeServices.hs view
@@ -18,20 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the current list of AWS services and a list of service--- categories that applies to each one. You then use service names and--- categories in your < CreateCase> requests. Each AWS service has its own--- set of categories.+-- Returns the current list of AWS services and a list of service categories that applies to each one. You then use service names and categories in your < CreateCase> requests. Each AWS service has its own set of categories. ----- The service codes and category codes correspond to the values that are--- displayed in the __Service__ and __Category__ drop-down lists on the AWS--- Support Center--- <https://console.aws.amazon.com/support/home#/case/create Create Case>--- page. The values in those fields, however, do not necessarily match the--- service codes and categories returned by the 'DescribeServices' request.--- Always use the service codes and categories obtained programmatically.--- This practice ensures that you always have the most recent set of--- service and category codes.+-- The service codes and category codes correspond to the values that are displayed in the __Service__ and __Category__ drop-down lists on the AWS Support Center <https://console.aws.amazon.com/support/home#/case/create Create Case> page. The values in those fields, however, do not necessarily match the service codes and categories returned by the 'DescribeServices' request. Always use the service codes and categories obtained programmatically. This practice ensures that you always have the most recent set of service and category codes. module Network.AWS.Support.DescribeServices ( -- * Creating a Request@@ -81,10 +70,7 @@ dsServiceCodeList :: Lens' DescribeServices [Text] dsServiceCodeList = lens _dsServiceCodeList (\ s a -> s{_dsServiceCodeList = a}) . _Default . _Coerce; --- | The ISO 639-1 code for the language in which AWS provides support. AWS--- Support currently supports English (\"en\") and Japanese (\"ja\").--- Language parameters must be passed explicitly for operations that take--- them.+-- | The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them. dsLanguage :: Lens' DescribeServices (Maybe Text) dsLanguage = lens _dsLanguage (\ s a -> s{_dsLanguage = a});
gen/Network/AWS/Support/DescribeSeverityLevels.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the list of severity levels that you can assign to an AWS--- Support case. The severity level for a case is also a field in the--- < CaseDetails> data type included in any < CreateCase> request.+-- Returns the list of severity levels that you can assign to an AWS Support case. The severity level for a case is also a field in the < CaseDetails> data type included in any < CreateCase> request. module Network.AWS.Support.DescribeSeverityLevels ( -- * Creating a Request@@ -61,10 +59,7 @@ { _dslLanguage = Nothing } --- | The ISO 639-1 code for the language in which AWS provides support. AWS--- Support currently supports English (\"en\") and Japanese (\"ja\").--- Language parameters must be passed explicitly for operations that take--- them.+-- | The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them. dslLanguage :: Lens' DescribeSeverityLevels (Maybe Text) dslLanguage = lens _dslLanguage (\ s a -> s{_dslLanguage = a}); @@ -104,8 +99,7 @@ instance ToQuery DescribeSeverityLevels where toQuery = const mempty --- | The list of severity levels returned by the < DescribeSeverityLevels>--- operation.+-- | The list of severity levels returned by the < DescribeSeverityLevels> operation. -- -- /See:/ 'describeSeverityLevelsResponse' smart constructor. data DescribeSeverityLevelsResponse = DescribeSeverityLevelsResponse'@@ -129,8 +123,7 @@ , _dslrsResponseStatus = pResponseStatus_ } --- | The available severity levels for the support case. Available severity--- levels are defined by your service level agreement with AWS.+-- | The available severity levels for the support case. Available severity levels are defined by your service level agreement with AWS. dslrsSeverityLevels :: Lens' DescribeSeverityLevelsResponse [SeverityLevel] dslrsSeverityLevels = lens _dslrsSeverityLevels (\ s a -> s{_dslrsSeverityLevels = a}) . _Default . _Coerce;
gen/Network/AWS/Support/DescribeTrustedAdvisorCheckRefreshStatuses.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the refresh status of the Trusted Advisor checks that have the--- specified check IDs. Check IDs can be obtained by calling--- < DescribeTrustedAdvisorChecks>.+-- Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling < DescribeTrustedAdvisorChecks>. module Network.AWS.Support.DescribeTrustedAdvisorCheckRefreshStatuses ( -- * Creating a Request@@ -110,8 +108,7 @@ DescribeTrustedAdvisorCheckRefreshStatuses where toQuery = const mempty --- | The statuses of the Trusted Advisor checks returned by the--- < DescribeTrustedAdvisorCheckRefreshStatuses> operation.+-- | The statuses of the Trusted Advisor checks returned by the < DescribeTrustedAdvisorCheckRefreshStatuses> operation. -- -- /See:/ 'describeTrustedAdvisorCheckRefreshStatusesResponse' smart constructor. data DescribeTrustedAdvisorCheckRefreshStatusesResponse = DescribeTrustedAdvisorCheckRefreshStatusesResponse'
gen/Network/AWS/Support/DescribeTrustedAdvisorCheckResult.hs view
@@ -18,12 +18,9 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the results of the Trusted Advisor check that has the specified--- check ID. Check IDs can be obtained by calling--- < DescribeTrustedAdvisorChecks>.+-- Returns the results of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling < DescribeTrustedAdvisorChecks>. ----- The response contains a < TrustedAdvisorCheckResult> object, which--- contains these three objects:+-- The response contains a < TrustedAdvisorCheckResult> object, which contains these three objects: -- -- - < TrustedAdvisorCategorySpecificSummary> -- - < TrustedAdvisorResourceDetail>@@ -31,8 +28,7 @@ -- -- In addition, the response contains these fields: ----- - __Status.__ The alert status of the check: \"ok\" (green),--- \"warning\" (yellow), \"error\" (red), or \"not_available\".+-- - __Status.__ The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\". -- - __Timestamp.__ The time of the last refresh of the check. -- - __CheckId.__ The unique identifier for the check. module Network.AWS.Support.DescribeTrustedAdvisorCheckResult@@ -81,10 +77,7 @@ , _dtacrCheckId = pCheckId_ } --- | The ISO 639-1 code for the language in which AWS provides support. AWS--- Support currently supports English (\"en\") and Japanese (\"ja\").--- Language parameters must be passed explicitly for operations that take--- them.+-- | The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them. dtacrLanguage :: Lens' DescribeTrustedAdvisorCheckResult (Maybe Text) dtacrLanguage = lens _dtacrLanguage (\ s a -> s{_dtacrLanguage = a}); @@ -134,8 +127,7 @@ where toQuery = const mempty --- | The result of the Trusted Advisor check returned by the--- < DescribeTrustedAdvisorCheckResult> operation.+-- | The result of the Trusted Advisor check returned by the < DescribeTrustedAdvisorCheckResult> operation. -- -- /See:/ 'describeTrustedAdvisorCheckResultResponse' smart constructor. data DescribeTrustedAdvisorCheckResultResponse = DescribeTrustedAdvisorCheckResultResponse'
gen/Network/AWS/Support/DescribeTrustedAdvisorCheckSummaries.hs view
@@ -18,9 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns the summaries of the results of the Trusted Advisor checks that--- have the specified check IDs. Check IDs can be obtained by calling--- < DescribeTrustedAdvisorChecks>.+-- Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling < DescribeTrustedAdvisorChecks>. -- -- The response contains an array of < TrustedAdvisorCheckSummary> objects. module Network.AWS.Support.DescribeTrustedAdvisorCheckSummaries@@ -109,8 +107,7 @@ where toQuery = const mempty --- | The summaries of the Trusted Advisor checks returned by the--- < DescribeTrustedAdvisorCheckSummaries> operation.+-- | The summaries of the Trusted Advisor checks returned by the < DescribeTrustedAdvisorCheckSummaries> operation. -- -- /See:/ 'describeTrustedAdvisorCheckSummariesResponse' smart constructor. data DescribeTrustedAdvisorCheckSummariesResponse = DescribeTrustedAdvisorCheckSummariesResponse'
gen/Network/AWS/Support/DescribeTrustedAdvisorChecks.hs view
@@ -18,11 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Returns information about all available Trusted Advisor checks,--- including name, ID, category, description, and metadata. You must--- specify a language code; English (\"en\") and Japanese (\"ja\") are--- currently supported. The response contains a--- < TrustedAdvisorCheckDescription> for each check.+-- Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata. You must specify a language code; English (\"en\") and Japanese (\"ja\") are currently supported. The response contains a < TrustedAdvisorCheckDescription> for each check. module Network.AWS.Support.DescribeTrustedAdvisorChecks ( -- * Creating a Request@@ -64,10 +60,7 @@ { _dtacLanguage = pLanguage_ } --- | The ISO 639-1 code for the language in which AWS provides support. AWS--- Support currently supports English (\"en\") and Japanese (\"ja\").--- Language parameters must be passed explicitly for operations that take--- them.+-- | The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them. dtacLanguage :: Lens' DescribeTrustedAdvisorChecks Text dtacLanguage = lens _dtacLanguage (\ s a -> s{_dtacLanguage = a}); @@ -107,8 +100,7 @@ instance ToQuery DescribeTrustedAdvisorChecks where toQuery = const mempty --- | Information about the Trusted Advisor checks returned by the--- < DescribeTrustedAdvisorChecks> operation.+-- | Information about the Trusted Advisor checks returned by the < DescribeTrustedAdvisorChecks> operation. -- -- /See:/ 'describeTrustedAdvisorChecksResponse' smart constructor. data DescribeTrustedAdvisorChecksResponse = DescribeTrustedAdvisorChecksResponse'
gen/Network/AWS/Support/RefreshTrustedAdvisorCheck.hs view
@@ -18,17 +18,12 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Requests a refresh of the Trusted Advisor check that has the specified--- check ID. Check IDs can be obtained by calling--- < DescribeTrustedAdvisorChecks>.+-- Requests a refresh of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling < DescribeTrustedAdvisorChecks>. ----- The response contains a < TrustedAdvisorCheckRefreshStatus> object,--- which contains these fields:+-- The response contains a < TrustedAdvisorCheckRefreshStatus> object, which contains these fields: ----- - __Status.__ The refresh status of the check: \"none\", \"enqueued\",--- \"processing\", \"success\", or \"abandoned\".--- - __MillisUntilNextRefreshable.__ The amount of time, in milliseconds,--- until the check is eligible for refresh.+-- - __Status.__ The refresh status of the check: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\".+-- - __MillisUntilNextRefreshable.__ The amount of time, in milliseconds, until the check is eligible for refresh. -- - __CheckId.__ The unique identifier for the check. module Network.AWS.Support.RefreshTrustedAdvisorCheck (@@ -139,8 +134,7 @@ rtacrsResponseStatus :: Lens' RefreshTrustedAdvisorCheckResponse Int rtacrsResponseStatus = lens _rtacrsResponseStatus (\ s a -> s{_rtacrsResponseStatus = a}); --- | The current refresh status for a check, including the amount of time--- until the check is eligible for refresh.+-- | The current refresh status for a check, including the amount of time until the check is eligible for refresh. rtacrsStatus :: Lens' RefreshTrustedAdvisorCheckResponse TrustedAdvisorCheckRefreshStatus rtacrsStatus = lens _rtacrsStatus (\ s a -> s{_rtacrsStatus = a});
gen/Network/AWS/Support/ResolveCase.hs view
@@ -18,8 +18,7 @@ -- Stability : auto-generated -- Portability : non-portable (GHC extensions) ----- Takes a 'CaseId' and returns the initial state of the case along with--- the state of the case after the call to < ResolveCase> completed.+-- Takes a 'CaseId' and returns the initial state of the case along with the state of the case after the call to < ResolveCase> completed. module Network.AWS.Support.ResolveCase ( -- * Creating a Request@@ -61,9 +60,7 @@ { _rcCaseId = Nothing } --- | The AWS Support case ID requested or returned in the call. The case ID--- is an alphanumeric string formatted as shown in this example:--- case-/12345678910-2013-c4c1d2bf33c5cf47/+-- | The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-/12345678910-2013-c4c1d2bf33c5cf47/ rcCaseId :: Lens' ResolveCase (Maybe Text) rcCaseId = lens _rcCaseId (\ s a -> s{_rcCaseId = a});
gen/Network/AWS/Support/Types.hs view
@@ -193,18 +193,15 @@ | has (hasStatus 509) e = Just "limit_exceeded" | otherwise = Nothing --- | The expiration time of the attachment set has passed. The set expires 1--- hour after it is created.+-- | The expiration time of the attachment set has passed. The set expires 1 hour after it is created. _AttachmentSetExpired :: AsError a => Getting (First ServiceError) a ServiceError _AttachmentSetExpired = _ServiceError . hasCode "AttachmentSetExpired" --- | The limit for the number of attachment sets created in a short period of--- time has been exceeded.+-- | The limit for the number of attachment sets created in a short period of time has been exceeded. _AttachmentLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError _AttachmentLimitExceeded = _ServiceError . hasCode "AttachmentLimitExceeded" --- | The limit for the number of < DescribeAttachment> requests in a short--- period of time has been exceeded.+-- | The limit for the number of < DescribeAttachment> requests in a short period of time has been exceeded. _DescribeAttachmentLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError _DescribeAttachmentLimitExceeded = _ServiceError . hasCode "DescribeAttachmentLimitExceeded"@@ -217,8 +214,7 @@ _AttachmentSetIdNotFound :: AsError a => Getting (First ServiceError) a ServiceError _AttachmentSetIdNotFound = _ServiceError . hasCode "AttachmentSetIdNotFound" --- | A limit for the size of an attachment set has been exceeded. The limits--- are 3 attachments and 5 MB per attachment.+-- | A limit for the size of an attachment set has been exceeded. The limits are 3 attachments and 5 MB per attachment. _AttachmentSetSizeLimitExceeded :: AsError a => Getting (First ServiceError) a ServiceError _AttachmentSetSizeLimitExceeded = _ServiceError . hasCode "AttachmentSetSizeLimitExceeded"
gen/Network/AWS/Support/Types/Product.hs view
@@ -21,8 +21,7 @@ import Network.AWS.Prelude import Network.AWS.Support.Types.Sum --- | An attachment to a case communication. The attachment consists of the--- file name and the content of the file.+-- | An attachment to a case communication. The attachment consists of the file name and the content of the file. -- -- /See:/ 'attachment' smart constructor. data Attachment = Attachment'@@ -77,9 +76,7 @@ [("data" .=) <$> _aData, ("fileName" .=) <$> _aFileName]) --- | The file name and ID of an attachment to a case communication. You can--- use the ID to retrieve the attachment with the < DescribeAttachment>--- operation.+-- | The file name and ID of an attachment to a case communication. You can use the ID to retrieve the attachment with the < DescribeAttachment> operation. -- -- /See:/ 'attachmentDetails' smart constructor. data AttachmentDetails = AttachmentDetails'@@ -121,34 +118,19 @@ instance NFData AttachmentDetails --- | A JSON-formatted object that contains the metadata for a support case.--- It is contained the response from a < DescribeCases> request.--- __CaseDetails__ contains the following fields:+-- | A JSON-formatted object that contains the metadata for a support case. It is contained the response from a < DescribeCases> request. __CaseDetails__ contains the following fields: ----- 1. __CaseID.__ The AWS Support case ID requested or returned in the--- call. The case ID is an alphanumeric string formatted as shown in--- this example: case-/12345678910-2013-c4c1d2bf33c5cf47/.--- 2. __CategoryCode.__ The category of problem for the AWS Support case.--- Corresponds to the CategoryCode values returned by a call to--- < DescribeServices>.--- 3. __DisplayId.__ The identifier for the case on pages in the AWS--- Support Center.--- 4. __Language.__ The ISO 639-1 code for the language in which AWS--- provides support. AWS Support currently supports English (\"en\")--- and Japanese (\"ja\"). Language parameters must be passed explicitly--- for operations that take them.--- 5. __RecentCommunications.__ One or more < Communication> objects.--- Fields of these objects are 'Attachments', 'Body', 'CaseId',--- 'SubmittedBy', and 'TimeCreated'.+-- 1. __CaseID.__ The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-/12345678910-2013-c4c1d2bf33c5cf47/.+-- 2. __CategoryCode.__ The category of problem for the AWS Support case. Corresponds to the CategoryCode values returned by a call to < DescribeServices>.+-- 3. __DisplayId.__ The identifier for the case on pages in the AWS Support Center.+-- 4. __Language.__ The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them.+-- 5. __RecentCommunications.__ One or more < Communication> objects. Fields of these objects are 'Attachments', 'Body', 'CaseId', 'SubmittedBy', and 'TimeCreated'. -- 6. __NextToken.__ A resumption point for pagination.--- 7. __ServiceCode.__ The identifier for the AWS service that corresponds--- to the service code defined in the call to < DescribeServices>.--- 8. __SeverityCode.__ The severity code assigned to the case. Contains--- one of the values returned by the call to < DescribeSeverityLevels>.+-- 7. __ServiceCode.__ The identifier for the AWS service that corresponds to the service code defined in the call to < DescribeServices>.+-- 8. __SeverityCode.__ The severity code assigned to the case. Contains one of the values returned by the call to < DescribeSeverityLevels>. -- 9. __Status.__ The status of the case in the AWS Support Center. -- 10. __Subject.__ The subject line of the case.--- 11. __SubmittedBy.__ The email address of the account that submitted the--- case.+-- 11. __SubmittedBy.__ The email address of the account that submitted the case. -- 12. __TimeCreated.__ The time the case was created, in ISO-8601 format. -- -- /See:/ 'caseDetails' smart constructor.@@ -220,21 +202,15 @@ cdStatus :: Lens' CaseDetails (Maybe Text) cdStatus = lens _cdStatus (\ s a -> s{_cdStatus = a}); --- | The five most recent communications between you and AWS Support Center,--- including the IDs of any attachments to the communications. Also--- includes a 'nextToken' that you can use to retrieve earlier--- communications.+-- | The five most recent communications between you and AWS Support Center, including the IDs of any attachments to the communications. Also includes a 'nextToken' that you can use to retrieve earlier communications. cdRecentCommunications :: Lens' CaseDetails (Maybe RecentCaseCommunications) cdRecentCommunications = lens _cdRecentCommunications (\ s a -> s{_cdRecentCommunications = a}); --- | The code for the severity level returned by the call to--- < DescribeSeverityLevels>.+-- | The code for the severity level returned by the call to < DescribeSeverityLevels>. cdSeverityCode :: Lens' CaseDetails (Maybe Text) cdSeverityCode = lens _cdSeverityCode (\ s a -> s{_cdSeverityCode = a}); --- | The AWS Support case ID requested or returned in the call. The case ID--- is an alphanumeric string formatted as shown in this example:--- case-/12345678910-2013-c4c1d2bf33c5cf47/+-- | The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-/12345678910-2013-c4c1d2bf33c5cf47/ cdCaseId :: Lens' CaseDetails (Maybe Text) cdCaseId = lens _cdCaseId (\ s a -> s{_cdCaseId = a}); @@ -242,8 +218,7 @@ cdCcEmailAddresses :: Lens' CaseDetails [Text] cdCcEmailAddresses = lens _cdCcEmailAddresses (\ s a -> s{_cdCcEmailAddresses = a}) . _Default . _Coerce; --- | The ID displayed for the case in the AWS Support Center. This is a--- numeric string.+-- | The ID displayed for the case in the AWS Support Center. This is a numeric string. cdDisplayId :: Lens' CaseDetails (Maybe Text) cdDisplayId = lens _cdDisplayId (\ s a -> s{_cdDisplayId = a}); @@ -251,10 +226,7 @@ cdSubmittedBy :: Lens' CaseDetails (Maybe Text) cdSubmittedBy = lens _cdSubmittedBy (\ s a -> s{_cdSubmittedBy = a}); --- | The ISO 639-1 code for the language in which AWS provides support. AWS--- Support currently supports English (\"en\") and Japanese (\"ja\").--- Language parameters must be passed explicitly for operations that take--- them.+-- | The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English (\"en\") and Japanese (\"ja\"). Language parameters must be passed explicitly for operations that take them. cdLanguage :: Lens' CaseDetails (Maybe Text) cdLanguage = lens _cdLanguage (\ s a -> s{_cdLanguage = a}); @@ -266,8 +238,7 @@ cdCategoryCode :: Lens' CaseDetails (Maybe Text) cdCategoryCode = lens _cdCategoryCode (\ s a -> s{_cdCategoryCode = a}); --- | The code for the AWS service returned by the call to--- < DescribeServices>.+-- | The code for the AWS service returned by the call to < DescribeServices>. cdServiceCode :: Lens' CaseDetails (Maybe Text) cdServiceCode = lens _cdServiceCode (\ s a -> s{_cdServiceCode = a}); @@ -292,9 +263,7 @@ instance NFData CaseDetails --- | A JSON-formatted name\/value pair that represents the category name and--- category code of the problem, selected from the < DescribeServices>--- response for each AWS service.+-- | A JSON-formatted name\/value pair that represents the category name and category code of the problem, selected from the < DescribeServices> response for each AWS service. -- -- /See:/ 'category' smart constructor. data Category = Category'@@ -335,9 +304,7 @@ instance NFData Category --- | A communication associated with an AWS Support case. The communication--- consists of the case ID, the message body, attachment information, the--- account email address, and the date and time of the communication.+-- | A communication associated with an AWS Support case. The communication consists of the case ID, the message body, attachment information, the account email address, and the date and time of the communication. -- -- /See:/ 'communication' smart constructor. data Communication = Communication'@@ -376,9 +343,7 @@ cBody :: Lens' Communication (Maybe Text) cBody = lens _cBody (\ s a -> s{_cBody = a}); --- | The AWS Support case ID requested or returned in the call. The case ID--- is an alphanumeric string formatted as shown in this example:--- case-/12345678910-2013-c4c1d2bf33c5cf47/+-- | The AWS Support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-/12345678910-2013-c4c1d2bf33c5cf47/ cCaseId :: Lens' Communication (Maybe Text) cCaseId = lens _cCaseId (\ s a -> s{_cCaseId = a}); @@ -451,8 +416,7 @@ instance NFData RecentCaseCommunications --- | A code and name pair that represent a severity level that can be applied--- to a support case.+-- | A code and name pair that represent a severity level that can be applied to a support case. -- -- /See:/ 'severityLevel' smart constructor. data SeverityLevel = SeverityLevel'@@ -475,14 +439,11 @@ , _slCode = Nothing } --- | The name of the severity level that corresponds to the severity level--- code.+-- | The name of the severity level that corresponds to the severity level code. slName :: Lens' SeverityLevel (Maybe Text) slName = lens _slName (\ s a -> s{_slName = a}); --- | One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These--- values correspond to response times returned to the caller in--- 'SeverityLevel.name'.+-- | One of four values: \"low,\" \"medium,\" \"high,\" and \"urgent\". These values correspond to response times returned to the caller in 'SeverityLevel.name'. slCode :: Lens' SeverityLevel (Maybe Text) slCode = lens _slCode (\ s a -> s{_slCode = a}); @@ -496,8 +457,7 @@ instance NFData SeverityLevel --- | Information about an AWS service returned by the < DescribeServices>--- operation.+-- | Information about an AWS service returned by the < DescribeServices> operation. -- -- /See:/ 'supportService' smart constructor. data SupportService = SupportService'@@ -524,20 +484,15 @@ , _ssCode = Nothing } --- | A list of categories that describe the type of support issue a case--- describes. Categories consist of a category name and a category code.--- Category names and codes are passed to AWS Support when you call--- < CreateCase>.+-- | A list of categories that describe the type of support issue a case describes. Categories consist of a category name and a category code. Category names and codes are passed to AWS Support when you call < CreateCase>. ssCategories :: Lens' SupportService [Category] ssCategories = lens _ssCategories (\ s a -> s{_ssCategories = a}) . _Default . _Coerce; --- | The friendly name for an AWS service. The 'Code' element contains the--- corresponding code.+-- | The friendly name for an AWS service. The 'Code' element contains the corresponding code. ssName :: Lens' SupportService (Maybe Text) ssName = lens _ssName (\ s a -> s{_ssName = a}); --- | The code for an AWS service returned by the < DescribeServices>--- response. The 'Name' element contains the corresponding friendly name.+-- | The code for an AWS service returned by the < DescribeServices> response. The 'Name' element contains the corresponding friendly name. ssCode :: Lens' SupportService (Maybe Text) ssCode = lens _ssCode (\ s a -> s{_ssCode = a}); @@ -553,8 +508,7 @@ instance NFData SupportService --- | The container for summary information that relates to the category of--- the Trusted Advisor check.+-- | The container for summary information that relates to the category of the Trusted Advisor check. -- -- /See:/ 'trustedAdvisorCategorySpecificSummary' smart constructor. newtype TrustedAdvisorCategorySpecificSummary = TrustedAdvisorCategorySpecificSummary'@@ -573,8 +527,7 @@ { _tacssCostOptimizing = Nothing } --- | The summary information about cost savings for a Trusted Advisor check--- that is in the Cost Optimizing category.+-- | The summary information about cost savings for a Trusted Advisor check that is in the Cost Optimizing category. tacssCostOptimizing :: Lens' TrustedAdvisorCategorySpecificSummary (Maybe TrustedAdvisorCostOptimizingSummary) tacssCostOptimizing = lens _tacssCostOptimizing (\ s a -> s{_tacssCostOptimizing = a}); @@ -638,8 +591,7 @@ tacdName :: Lens' TrustedAdvisorCheckDescription Text tacdName = lens _tacdName (\ s a -> s{_tacdName = a}); --- | The description of the Trusted Advisor check, which includes the alert--- criteria and recommended actions (contains HTML markup).+-- | The description of the Trusted Advisor check, which includes the alert criteria and recommended actions (contains HTML markup). tacdDescription :: Lens' TrustedAdvisorCheckDescription Text tacdDescription = lens _tacdDescription (\ s a -> s{_tacdDescription = a}); @@ -647,11 +599,7 @@ tacdCategory :: Lens' TrustedAdvisorCheckDescription Text tacdCategory = lens _tacdCategory (\ s a -> s{_tacdCategory = a}); --- | The column headings for the data returned by the Trusted Advisor check.--- The order of the headings corresponds to the order of the data in the--- __Metadata__ element of the < TrustedAdvisorResourceDetail> for the--- check. __Metadata__ contains all the data that is shown in the Excel--- download, even in those cases where the UI shows just summary data.+-- | The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the __Metadata__ element of the < TrustedAdvisorResourceDetail> for the check. __Metadata__ contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data. tacdMetadata :: Lens' TrustedAdvisorCheckDescription [Text] tacdMetadata = lens _tacdMetadata (\ s a -> s{_tacdMetadata = a}) . _Coerce; @@ -704,14 +652,11 @@ tacrsCheckId :: Lens' TrustedAdvisorCheckRefreshStatus Text tacrsCheckId = lens _tacrsCheckId (\ s a -> s{_tacrsCheckId = a}); --- | The status of the Trusted Advisor check for which a refresh has been--- requested: \"none\", \"enqueued\", \"processing\", \"success\", or--- \"abandoned\".+-- | The status of the Trusted Advisor check for which a refresh has been requested: \"none\", \"enqueued\", \"processing\", \"success\", or \"abandoned\". tacrsStatus :: Lens' TrustedAdvisorCheckRefreshStatus Text tacrsStatus = lens _tacrsStatus (\ s a -> s{_tacrsStatus = a}); --- | The amount of time, in milliseconds, until the Trusted Advisor check is--- eligible for refresh.+-- | The amount of time, in milliseconds, until the Trusted Advisor check is eligible for refresh. tacrsMillisUntilNextRefreshable :: Lens' TrustedAdvisorCheckRefreshStatus Integer tacrsMillisUntilNextRefreshable = lens _tacrsMillisUntilNextRefreshable (\ s a -> s{_tacrsMillisUntilNextRefreshable = a}); @@ -728,8 +673,7 @@ instance NFData TrustedAdvisorCheckRefreshStatus --- | The results of a Trusted Advisor check returned by--- < DescribeTrustedAdvisorCheckResult>.+-- | The results of a Trusted Advisor check returned by < DescribeTrustedAdvisorCheckResult>. -- -- /See:/ 'trustedAdvisorCheckResult' smart constructor. data TrustedAdvisorCheckResult = TrustedAdvisorCheckResult'@@ -781,8 +725,7 @@ tacrTimestamp :: Lens' TrustedAdvisorCheckResult Text tacrTimestamp = lens _tacrTimestamp (\ s a -> s{_tacrTimestamp = a}); --- | The alert status of the check: \"ok\" (green), \"warning\" (yellow),--- \"error\" (red), or \"not_available\".+-- | The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\". tacrStatus :: Lens' TrustedAdvisorCheckResult Text tacrStatus = lens _tacrStatus (\ s a -> s{_tacrStatus = a}); @@ -790,8 +733,7 @@ tacrResourcesSummary :: Lens' TrustedAdvisorCheckResult TrustedAdvisorResourcesSummary tacrResourcesSummary = lens _tacrResourcesSummary (\ s a -> s{_tacrResourcesSummary = a}); --- | Summary information that relates to the category of the check. Cost--- Optimizing is the only category that is currently supported.+-- | Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported. tacrCategorySpecificSummary :: Lens' TrustedAdvisorCheckResult TrustedAdvisorCategorySpecificSummary tacrCategorySpecificSummary = lens _tacrCategorySpecificSummary (\ s a -> s{_tacrCategorySpecificSummary = a}); @@ -814,8 +756,7 @@ instance NFData TrustedAdvisorCheckResult --- | A summary of a Trusted Advisor check result, including the alert status,--- last refresh, and number of resources examined.+-- | A summary of a Trusted Advisor check result, including the alert status, last refresh, and number of resources examined. -- -- /See:/ 'trustedAdvisorCheckSummary' smart constructor. data TrustedAdvisorCheckSummary = TrustedAdvisorCheckSummary'@@ -871,8 +812,7 @@ tacsTimestamp :: Lens' TrustedAdvisorCheckSummary Text tacsTimestamp = lens _tacsTimestamp (\ s a -> s{_tacsTimestamp = a}); --- | The alert status of the check: \"ok\" (green), \"warning\" (yellow),--- \"error\" (red), or \"not_available\".+-- | The alert status of the check: \"ok\" (green), \"warning\" (yellow), \"error\" (red), or \"not_available\". tacsStatus :: Lens' TrustedAdvisorCheckSummary Text tacsStatus = lens _tacsStatus (\ s a -> s{_tacsStatus = a}); @@ -880,8 +820,7 @@ tacsResourcesSummary :: Lens' TrustedAdvisorCheckSummary TrustedAdvisorResourcesSummary tacsResourcesSummary = lens _tacsResourcesSummary (\ s a -> s{_tacsResourcesSummary = a}); --- | Summary information that relates to the category of the check. Cost--- Optimizing is the only category that is currently supported.+-- | Summary information that relates to the category of the check. Cost Optimizing is the only category that is currently supported. tacsCategorySpecificSummary :: Lens' TrustedAdvisorCheckSummary TrustedAdvisorCategorySpecificSummary tacsCategorySpecificSummary = lens _tacsCategorySpecificSummary (\ s a -> s{_tacsCategorySpecificSummary = a}); @@ -900,8 +839,7 @@ instance NFData TrustedAdvisorCheckSummary --- | The estimated cost savings that might be realized if the recommended--- actions are taken.+-- | The estimated cost savings that might be realized if the recommended actions are taken. -- -- /See:/ 'trustedAdvisorCostOptimizingSummary' smart constructor. data TrustedAdvisorCostOptimizingSummary = TrustedAdvisorCostOptimizingSummary'@@ -926,13 +864,11 @@ , _tacosEstimatedPercentMonthlySavings = pEstimatedPercentMonthlySavings_ } --- | The estimated monthly savings that might be realized if the recommended--- actions are taken.+-- | The estimated monthly savings that might be realized if the recommended actions are taken. tacosEstimatedMonthlySavings :: Lens' TrustedAdvisorCostOptimizingSummary Double tacosEstimatedMonthlySavings = lens _tacosEstimatedMonthlySavings (\ s a -> s{_tacosEstimatedMonthlySavings = a}); --- | The estimated percentage of savings that might be realized if the--- recommended actions are taken.+-- | The estimated percentage of savings that might be realized if the recommended actions are taken. tacosEstimatedPercentMonthlySavings :: Lens' TrustedAdvisorCostOptimizingSummary Double tacosEstimatedPercentMonthlySavings = lens _tacosEstimatedPercentMonthlySavings (\ s a -> s{_tacosEstimatedPercentMonthlySavings = a}); @@ -949,8 +885,7 @@ instance NFData TrustedAdvisorCostOptimizingSummary --- | Contains information about a resource identified by a Trusted Advisor--- check.+-- | Contains information about a resource identified by a Trusted Advisor check. -- -- /See:/ 'trustedAdvisorResourceDetail' smart constructor. data TrustedAdvisorResourceDetail = TrustedAdvisorResourceDetail'@@ -988,13 +923,11 @@ , _tardMetadata = mempty } --- | Specifies whether the AWS resource was ignored by Trusted Advisor--- because it was marked as suppressed by the user.+-- | Specifies whether the AWS resource was ignored by Trusted Advisor because it was marked as suppressed by the user. tardIsSuppressed :: Lens' TrustedAdvisorResourceDetail (Maybe Bool) tardIsSuppressed = lens _tardIsSuppressed (\ s a -> s{_tardIsSuppressed = a}); --- | The status code for the resource identified in the Trusted Advisor--- check.+-- | The status code for the resource identified in the Trusted Advisor check. tardStatus :: Lens' TrustedAdvisorResourceDetail Text tardStatus = lens _tardStatus (\ s a -> s{_tardStatus = a}); @@ -1006,12 +939,7 @@ tardResourceId :: Lens' TrustedAdvisorResourceDetail Text tardResourceId = lens _tardResourceId (\ s a -> s{_tardResourceId = a}); --- | Additional information about the identified resource. The exact metadata--- and its order can be obtained by inspecting the--- < TrustedAdvisorCheckDescription> object returned by the call to--- < DescribeTrustedAdvisorChecks>. __Metadata__ contains all the data that--- is shown in the Excel download, even in those cases where the UI shows--- just summary data.+-- | Additional information about the identified resource. The exact metadata and its order can be obtained by inspecting the < TrustedAdvisorCheckDescription> object returned by the call to < DescribeTrustedAdvisorChecks>. __Metadata__ contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data. tardMetadata :: Lens' TrustedAdvisorResourceDetail [Text] tardMetadata = lens _tardMetadata (\ s a -> s{_tardMetadata = a}) . _Coerce; @@ -1029,8 +957,7 @@ instance NFData TrustedAdvisorResourceDetail --- | Details about AWS resources that were analyzed in a call to Trusted--- Advisor < DescribeTrustedAdvisorCheckSummaries>.+-- | Details about AWS resources that were analyzed in a call to Trusted Advisor < DescribeTrustedAdvisorCheckSummaries>. -- -- /See:/ 'trustedAdvisorResourcesSummary' smart constructor. data TrustedAdvisorResourcesSummary = TrustedAdvisorResourcesSummary'@@ -1065,23 +992,19 @@ , _tarsResourcesSuppressed = pResourcesSuppressed_ } --- | The number of AWS resources that were analyzed by the Trusted Advisor--- check.+-- | The number of AWS resources that were analyzed by the Trusted Advisor check. tarsResourcesProcessed :: Lens' TrustedAdvisorResourcesSummary Integer tarsResourcesProcessed = lens _tarsResourcesProcessed (\ s a -> s{_tarsResourcesProcessed = a}); --- | The number of AWS resources that were flagged (listed) by the Trusted--- Advisor check.+-- | The number of AWS resources that were flagged (listed) by the Trusted Advisor check. tarsResourcesFlagged :: Lens' TrustedAdvisorResourcesSummary Integer tarsResourcesFlagged = lens _tarsResourcesFlagged (\ s a -> s{_tarsResourcesFlagged = a}); --- | The number of AWS resources ignored by Trusted Advisor because--- information was unavailable.+-- | The number of AWS resources ignored by Trusted Advisor because information was unavailable. tarsResourcesIgnored :: Lens' TrustedAdvisorResourcesSummary Integer tarsResourcesIgnored = lens _tarsResourcesIgnored (\ s a -> s{_tarsResourcesIgnored = a}); --- | The number of AWS resources ignored by Trusted Advisor because they were--- marked as suppressed by the user.+-- | The number of AWS resources ignored by Trusted Advisor because they were marked as suppressed by the user. tarsResourcesSuppressed :: Lens' TrustedAdvisorResourcesSummary Integer tarsResourcesSuppressed = lens _tarsResourcesSuppressed (\ s a -> s{_tarsResourcesSuppressed = a});
test/Test/AWS/Gen/Support.hs view
@@ -28,91 +28,91 @@ -- fixtures :: TestTree -- fixtures = -- [ testGroup "request"--- [ testRefreshTrustedAdvisorCheck $+-- [ requestRefreshTrustedAdvisorCheck $ -- refreshTrustedAdvisorCheck ----- , testDescribeCases $+-- , requestDescribeCases $ -- describeCases ----- , testDescribeTrustedAdvisorCheckRefreshStatuses $+-- , requestDescribeTrustedAdvisorCheckRefreshStatuses $ -- describeTrustedAdvisorCheckRefreshStatuses ----- , testDescribeTrustedAdvisorCheckSummaries $+-- , requestDescribeTrustedAdvisorCheckSummaries $ -- describeTrustedAdvisorCheckSummaries ----- , testCreateCase $+-- , requestCreateCase $ -- createCase ----- , testResolveCase $+-- , requestResolveCase $ -- resolveCase ----- , testDescribeSeverityLevels $+-- , requestDescribeSeverityLevels $ -- describeSeverityLevels ----- , testDescribeTrustedAdvisorChecks $+-- , requestDescribeTrustedAdvisorChecks $ -- describeTrustedAdvisorChecks ----- , testDescribeAttachment $+-- , requestDescribeAttachment $ -- describeAttachment ----- , testAddAttachmentsToSet $+-- , requestAddAttachmentsToSet $ -- addAttachmentsToSet ----- , testDescribeTrustedAdvisorCheckResult $+-- , requestDescribeTrustedAdvisorCheckResult $ -- describeTrustedAdvisorCheckResult ----- , testDescribeServices $+-- , requestDescribeServices $ -- describeServices ----- , testDescribeCommunications $+-- , requestDescribeCommunications $ -- describeCommunications ----- , testAddCommunicationToCase $+-- , requestAddCommunicationToCase $ -- addCommunicationToCase -- -- ] -- , testGroup "response"--- [ testRefreshTrustedAdvisorCheckResponse $+-- [ responseRefreshTrustedAdvisorCheck $ -- refreshTrustedAdvisorCheckResponse ----- , testDescribeCasesResponse $+-- , responseDescribeCases $ -- describeCasesResponse ----- , testDescribeTrustedAdvisorCheckRefreshStatusesResponse $+-- , responseDescribeTrustedAdvisorCheckRefreshStatuses $ -- describeTrustedAdvisorCheckRefreshStatusesResponse ----- , testDescribeTrustedAdvisorCheckSummariesResponse $+-- , responseDescribeTrustedAdvisorCheckSummaries $ -- describeTrustedAdvisorCheckSummariesResponse ----- , testCreateCaseResponse $+-- , responseCreateCase $ -- createCaseResponse ----- , testResolveCaseResponse $+-- , responseResolveCase $ -- resolveCaseResponse ----- , testDescribeSeverityLevelsResponse $+-- , responseDescribeSeverityLevels $ -- describeSeverityLevelsResponse ----- , testDescribeTrustedAdvisorChecksResponse $+-- , responseDescribeTrustedAdvisorChecks $ -- describeTrustedAdvisorChecksResponse ----- , testDescribeAttachmentResponse $+-- , responseDescribeAttachment $ -- describeAttachmentResponse ----- , testAddAttachmentsToSetResponse $+-- , responseAddAttachmentsToSet $ -- addAttachmentsToSetResponse ----- , testDescribeTrustedAdvisorCheckResultResponse $+-- , responseDescribeTrustedAdvisorCheckResult $ -- describeTrustedAdvisorCheckResultResponse ----- , testDescribeServicesResponse $+-- , responseDescribeServices $ -- describeServicesResponse ----- , testDescribeCommunicationsResponse $+-- , responseDescribeCommunications $ -- describeCommunicationsResponse ----- , testAddCommunicationToCaseResponse $+-- , responseAddCommunicationToCase $ -- addCommunicationToCaseResponse -- -- ]@@ -120,171 +120,171 @@ -- Requests -testRefreshTrustedAdvisorCheck :: RefreshTrustedAdvisorCheck -> TestTree-testRefreshTrustedAdvisorCheck = req+requestRefreshTrustedAdvisorCheck :: RefreshTrustedAdvisorCheck -> TestTree+requestRefreshTrustedAdvisorCheck = req "RefreshTrustedAdvisorCheck" "fixture/RefreshTrustedAdvisorCheck.yaml" -testDescribeCases :: DescribeCases -> TestTree-testDescribeCases = req+requestDescribeCases :: DescribeCases -> TestTree+requestDescribeCases = req "DescribeCases" "fixture/DescribeCases.yaml" -testDescribeTrustedAdvisorCheckRefreshStatuses :: DescribeTrustedAdvisorCheckRefreshStatuses -> TestTree-testDescribeTrustedAdvisorCheckRefreshStatuses = req+requestDescribeTrustedAdvisorCheckRefreshStatuses :: DescribeTrustedAdvisorCheckRefreshStatuses -> TestTree+requestDescribeTrustedAdvisorCheckRefreshStatuses = req "DescribeTrustedAdvisorCheckRefreshStatuses" "fixture/DescribeTrustedAdvisorCheckRefreshStatuses.yaml" -testDescribeTrustedAdvisorCheckSummaries :: DescribeTrustedAdvisorCheckSummaries -> TestTree-testDescribeTrustedAdvisorCheckSummaries = req+requestDescribeTrustedAdvisorCheckSummaries :: DescribeTrustedAdvisorCheckSummaries -> TestTree+requestDescribeTrustedAdvisorCheckSummaries = req "DescribeTrustedAdvisorCheckSummaries" "fixture/DescribeTrustedAdvisorCheckSummaries.yaml" -testCreateCase :: CreateCase -> TestTree-testCreateCase = req+requestCreateCase :: CreateCase -> TestTree+requestCreateCase = req "CreateCase" "fixture/CreateCase.yaml" -testResolveCase :: ResolveCase -> TestTree-testResolveCase = req+requestResolveCase :: ResolveCase -> TestTree+requestResolveCase = req "ResolveCase" "fixture/ResolveCase.yaml" -testDescribeSeverityLevels :: DescribeSeverityLevels -> TestTree-testDescribeSeverityLevels = req+requestDescribeSeverityLevels :: DescribeSeverityLevels -> TestTree+requestDescribeSeverityLevels = req "DescribeSeverityLevels" "fixture/DescribeSeverityLevels.yaml" -testDescribeTrustedAdvisorChecks :: DescribeTrustedAdvisorChecks -> TestTree-testDescribeTrustedAdvisorChecks = req+requestDescribeTrustedAdvisorChecks :: DescribeTrustedAdvisorChecks -> TestTree+requestDescribeTrustedAdvisorChecks = req "DescribeTrustedAdvisorChecks" "fixture/DescribeTrustedAdvisorChecks.yaml" -testDescribeAttachment :: DescribeAttachment -> TestTree-testDescribeAttachment = req+requestDescribeAttachment :: DescribeAttachment -> TestTree+requestDescribeAttachment = req "DescribeAttachment" "fixture/DescribeAttachment.yaml" -testAddAttachmentsToSet :: AddAttachmentsToSet -> TestTree-testAddAttachmentsToSet = req+requestAddAttachmentsToSet :: AddAttachmentsToSet -> TestTree+requestAddAttachmentsToSet = req "AddAttachmentsToSet" "fixture/AddAttachmentsToSet.yaml" -testDescribeTrustedAdvisorCheckResult :: DescribeTrustedAdvisorCheckResult -> TestTree-testDescribeTrustedAdvisorCheckResult = req+requestDescribeTrustedAdvisorCheckResult :: DescribeTrustedAdvisorCheckResult -> TestTree+requestDescribeTrustedAdvisorCheckResult = req "DescribeTrustedAdvisorCheckResult" "fixture/DescribeTrustedAdvisorCheckResult.yaml" -testDescribeServices :: DescribeServices -> TestTree-testDescribeServices = req+requestDescribeServices :: DescribeServices -> TestTree+requestDescribeServices = req "DescribeServices" "fixture/DescribeServices.yaml" -testDescribeCommunications :: DescribeCommunications -> TestTree-testDescribeCommunications = req+requestDescribeCommunications :: DescribeCommunications -> TestTree+requestDescribeCommunications = req "DescribeCommunications" "fixture/DescribeCommunications.yaml" -testAddCommunicationToCase :: AddCommunicationToCase -> TestTree-testAddCommunicationToCase = req+requestAddCommunicationToCase :: AddCommunicationToCase -> TestTree+requestAddCommunicationToCase = req "AddCommunicationToCase" "fixture/AddCommunicationToCase.yaml" -- Responses -testRefreshTrustedAdvisorCheckResponse :: RefreshTrustedAdvisorCheckResponse -> TestTree-testRefreshTrustedAdvisorCheckResponse = res+responseRefreshTrustedAdvisorCheck :: RefreshTrustedAdvisorCheckResponse -> TestTree+responseRefreshTrustedAdvisorCheck = res "RefreshTrustedAdvisorCheckResponse" "fixture/RefreshTrustedAdvisorCheckResponse.proto" support (Proxy :: Proxy RefreshTrustedAdvisorCheck) -testDescribeCasesResponse :: DescribeCasesResponse -> TestTree-testDescribeCasesResponse = res+responseDescribeCases :: DescribeCasesResponse -> TestTree+responseDescribeCases = res "DescribeCasesResponse" "fixture/DescribeCasesResponse.proto" support (Proxy :: Proxy DescribeCases) -testDescribeTrustedAdvisorCheckRefreshStatusesResponse :: DescribeTrustedAdvisorCheckRefreshStatusesResponse -> TestTree-testDescribeTrustedAdvisorCheckRefreshStatusesResponse = res+responseDescribeTrustedAdvisorCheckRefreshStatuses :: DescribeTrustedAdvisorCheckRefreshStatusesResponse -> TestTree+responseDescribeTrustedAdvisorCheckRefreshStatuses = res "DescribeTrustedAdvisorCheckRefreshStatusesResponse" "fixture/DescribeTrustedAdvisorCheckRefreshStatusesResponse.proto" support (Proxy :: Proxy DescribeTrustedAdvisorCheckRefreshStatuses) -testDescribeTrustedAdvisorCheckSummariesResponse :: DescribeTrustedAdvisorCheckSummariesResponse -> TestTree-testDescribeTrustedAdvisorCheckSummariesResponse = res+responseDescribeTrustedAdvisorCheckSummaries :: DescribeTrustedAdvisorCheckSummariesResponse -> TestTree+responseDescribeTrustedAdvisorCheckSummaries = res "DescribeTrustedAdvisorCheckSummariesResponse" "fixture/DescribeTrustedAdvisorCheckSummariesResponse.proto" support (Proxy :: Proxy DescribeTrustedAdvisorCheckSummaries) -testCreateCaseResponse :: CreateCaseResponse -> TestTree-testCreateCaseResponse = res+responseCreateCase :: CreateCaseResponse -> TestTree+responseCreateCase = res "CreateCaseResponse" "fixture/CreateCaseResponse.proto" support (Proxy :: Proxy CreateCase) -testResolveCaseResponse :: ResolveCaseResponse -> TestTree-testResolveCaseResponse = res+responseResolveCase :: ResolveCaseResponse -> TestTree+responseResolveCase = res "ResolveCaseResponse" "fixture/ResolveCaseResponse.proto" support (Proxy :: Proxy ResolveCase) -testDescribeSeverityLevelsResponse :: DescribeSeverityLevelsResponse -> TestTree-testDescribeSeverityLevelsResponse = res+responseDescribeSeverityLevels :: DescribeSeverityLevelsResponse -> TestTree+responseDescribeSeverityLevels = res "DescribeSeverityLevelsResponse" "fixture/DescribeSeverityLevelsResponse.proto" support (Proxy :: Proxy DescribeSeverityLevels) -testDescribeTrustedAdvisorChecksResponse :: DescribeTrustedAdvisorChecksResponse -> TestTree-testDescribeTrustedAdvisorChecksResponse = res+responseDescribeTrustedAdvisorChecks :: DescribeTrustedAdvisorChecksResponse -> TestTree+responseDescribeTrustedAdvisorChecks = res "DescribeTrustedAdvisorChecksResponse" "fixture/DescribeTrustedAdvisorChecksResponse.proto" support (Proxy :: Proxy DescribeTrustedAdvisorChecks) -testDescribeAttachmentResponse :: DescribeAttachmentResponse -> TestTree-testDescribeAttachmentResponse = res+responseDescribeAttachment :: DescribeAttachmentResponse -> TestTree+responseDescribeAttachment = res "DescribeAttachmentResponse" "fixture/DescribeAttachmentResponse.proto" support (Proxy :: Proxy DescribeAttachment) -testAddAttachmentsToSetResponse :: AddAttachmentsToSetResponse -> TestTree-testAddAttachmentsToSetResponse = res+responseAddAttachmentsToSet :: AddAttachmentsToSetResponse -> TestTree+responseAddAttachmentsToSet = res "AddAttachmentsToSetResponse" "fixture/AddAttachmentsToSetResponse.proto" support (Proxy :: Proxy AddAttachmentsToSet) -testDescribeTrustedAdvisorCheckResultResponse :: DescribeTrustedAdvisorCheckResultResponse -> TestTree-testDescribeTrustedAdvisorCheckResultResponse = res+responseDescribeTrustedAdvisorCheckResult :: DescribeTrustedAdvisorCheckResultResponse -> TestTree+responseDescribeTrustedAdvisorCheckResult = res "DescribeTrustedAdvisorCheckResultResponse" "fixture/DescribeTrustedAdvisorCheckResultResponse.proto" support (Proxy :: Proxy DescribeTrustedAdvisorCheckResult) -testDescribeServicesResponse :: DescribeServicesResponse -> TestTree-testDescribeServicesResponse = res+responseDescribeServices :: DescribeServicesResponse -> TestTree+responseDescribeServices = res "DescribeServicesResponse" "fixture/DescribeServicesResponse.proto" support (Proxy :: Proxy DescribeServices) -testDescribeCommunicationsResponse :: DescribeCommunicationsResponse -> TestTree-testDescribeCommunicationsResponse = res+responseDescribeCommunications :: DescribeCommunicationsResponse -> TestTree+responseDescribeCommunications = res "DescribeCommunicationsResponse" "fixture/DescribeCommunicationsResponse.proto" support (Proxy :: Proxy DescribeCommunications) -testAddCommunicationToCaseResponse :: AddCommunicationToCaseResponse -> TestTree-testAddCommunicationToCaseResponse = res+responseAddCommunicationToCase :: AddCommunicationToCaseResponse -> TestTree+responseAddCommunicationToCase = res "AddCommunicationToCaseResponse" "fixture/AddCommunicationToCaseResponse.proto" support