aws-sdk 2.1041.0 → 2.1045.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -1
- package/README.md +1 -1
- package/apis/amplifyuibuilder-2021-08-11.examples.json +5 -0
- package/apis/amplifyuibuilder-2021-08-11.min.json +1036 -0
- package/apis/amplifyuibuilder-2021-08-11.paginators.json +16 -0
- package/apis/appsync-2017-07-25.min.json +327 -102
- package/apis/comprehendmedical-2018-10-30.min.json +244 -29
- package/apis/iot-2015-05-28.min.json +280 -271
- package/apis/location-2020-11-19.min.json +235 -107
- package/apis/logs-2014-03-28.min.json +4 -1
- package/apis/lookoutvision-2020-11-20.min.json +208 -11
- package/apis/lookoutvision-2020-11-20.paginators.json +6 -0
- package/apis/metadata.json +3 -0
- package/apis/networkmanager-2019-07-05.min.json +1931 -558
- package/apis/networkmanager-2019-07-05.paginators.json +36 -0
- package/apis/outposts-2019-12-03.min.json +29 -0
- package/apis/ram-2018-01-04.min.json +16 -11
- package/apis/sagemaker-2017-07-24.min.json +31 -28
- package/clients/all.d.ts +1 -0
- package/clients/all.js +2 -1
- package/clients/amplifyuibuilder.d.ts +1003 -0
- package/clients/amplifyuibuilder.js +18 -0
- package/clients/appsync.d.ts +330 -109
- package/clients/cloudwatchlogs.d.ts +6 -1
- package/clients/comprehendmedical.d.ts +306 -25
- package/clients/health.d.ts +2 -2
- package/clients/iot.d.ts +13 -0
- package/clients/location.d.ts +139 -9
- package/clients/lookoutvision.d.ts +293 -23
- package/clients/networkmanager.d.ts +1856 -361
- package/clients/outposts.d.ts +47 -3
- package/clients/ram.d.ts +234 -212
- package/clients/rekognition.d.ts +5 -5
- package/clients/route53.d.ts +11 -11
- package/clients/sagemaker.d.ts +3 -1
- package/clients/support.d.ts +62 -62
- package/dist/aws-sdk-core-react-native.js +2 -2
- package/dist/aws-sdk-react-native.js +53 -16
- package/dist/aws-sdk.js +769 -411
- package/dist/aws-sdk.min.js +74 -74
- package/lib/config_service_placeholders.d.ts +2 -0
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/clients/support.d.ts
CHANGED
|
@@ -12,115 +12,115 @@ declare class Support extends Service {
|
|
|
12
12
|
constructor(options?: Support.Types.ClientConfiguration)
|
|
13
13
|
config: Config & Support.Types.ClientConfiguration;
|
|
14
14
|
/**
|
|
15
|
-
* Adds one or more attachments to an attachment set. An attachment set is a temporary container for attachments that you add to a case or case communication. The set is available for 1 hour after it's created. The expiryTime returned in the response is when the set expires. You must have a Business or Enterprise Support plan to use the
|
|
15
|
+
* Adds one or more attachments to an attachment set. An attachment set is a temporary container for attachments that you add to a case or case communication. The set is available for 1 hour after it's created. The expiryTime returned in the response is when the set expires. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
16
16
|
*/
|
|
17
17
|
addAttachmentsToSet(params: Support.Types.AddAttachmentsToSetRequest, callback?: (err: AWSError, data: Support.Types.AddAttachmentsToSetResponse) => void): Request<Support.Types.AddAttachmentsToSetResponse, AWSError>;
|
|
18
18
|
/**
|
|
19
|
-
* Adds one or more attachments to an attachment set. An attachment set is a temporary container for attachments that you add to a case or case communication. The set is available for 1 hour after it's created. The expiryTime returned in the response is when the set expires. You must have a Business or Enterprise Support plan to use the
|
|
19
|
+
* Adds one or more attachments to an attachment set. An attachment set is a temporary container for attachments that you add to a case or case communication. The set is available for 1 hour after it's created. The expiryTime returned in the response is when the set expires. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
20
20
|
*/
|
|
21
21
|
addAttachmentsToSet(callback?: (err: AWSError, data: Support.Types.AddAttachmentsToSetResponse) => void): Request<Support.Types.AddAttachmentsToSetResponse, AWSError>;
|
|
22
22
|
/**
|
|
23
|
-
* Adds additional customer communication to an
|
|
23
|
+
* Adds additional customer communication to an Amazon Web Services Support case. Use the caseId parameter to identify the case to which to add communication. You can list a set of email addresses to copy on the communication by using the ccEmailAddresses parameter. The communicationBody value contains the text of the communication. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
24
24
|
*/
|
|
25
25
|
addCommunicationToCase(params: Support.Types.AddCommunicationToCaseRequest, callback?: (err: AWSError, data: Support.Types.AddCommunicationToCaseResponse) => void): Request<Support.Types.AddCommunicationToCaseResponse, AWSError>;
|
|
26
26
|
/**
|
|
27
|
-
* Adds additional customer communication to an
|
|
27
|
+
* Adds additional customer communication to an Amazon Web Services Support case. Use the caseId parameter to identify the case to which to add communication. You can list a set of email addresses to copy on the communication by using the ccEmailAddresses parameter. The communicationBody value contains the text of the communication. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
28
28
|
*/
|
|
29
29
|
addCommunicationToCase(callback?: (err: AWSError, data: Support.Types.AddCommunicationToCaseResponse) => void): Request<Support.Types.AddCommunicationToCaseResponse, AWSError>;
|
|
30
30
|
/**
|
|
31
|
-
* Creates a case in the
|
|
31
|
+
* Creates a case in the Amazon Web Services Support Center. This operation is similar to how you create a case in the Amazon Web Services Support Center Create Case page. The Amazon Web Services Support API doesn't support requesting service limit increases. You can submit a service limit increase in the following ways: Submit a request from the Amazon Web Services Support Center Create Case page. Use the Service Quotas RequestServiceQuotaIncrease operation. A successful CreateCase request returns an Amazon Web Services Support case number. You can use the DescribeCases operation and specify the case number to get existing Amazon Web Services Support cases. After you create a case, use the AddCommunicationToCase operation to add additional communication or attachments to an existing case. The caseId is separate from the displayId that appears in the Amazon Web Services Support Center. Use the DescribeCases operation to get the displayId. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
32
32
|
*/
|
|
33
33
|
createCase(params: Support.Types.CreateCaseRequest, callback?: (err: AWSError, data: Support.Types.CreateCaseResponse) => void): Request<Support.Types.CreateCaseResponse, AWSError>;
|
|
34
34
|
/**
|
|
35
|
-
* Creates a case in the
|
|
35
|
+
* Creates a case in the Amazon Web Services Support Center. This operation is similar to how you create a case in the Amazon Web Services Support Center Create Case page. The Amazon Web Services Support API doesn't support requesting service limit increases. You can submit a service limit increase in the following ways: Submit a request from the Amazon Web Services Support Center Create Case page. Use the Service Quotas RequestServiceQuotaIncrease operation. A successful CreateCase request returns an Amazon Web Services Support case number. You can use the DescribeCases operation and specify the case number to get existing Amazon Web Services Support cases. After you create a case, use the AddCommunicationToCase operation to add additional communication or attachments to an existing case. The caseId is separate from the displayId that appears in the Amazon Web Services Support Center. Use the DescribeCases operation to get the displayId. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
36
36
|
*/
|
|
37
37
|
createCase(callback?: (err: AWSError, data: Support.Types.CreateCaseResponse) => void): Request<Support.Types.CreateCaseResponse, AWSError>;
|
|
38
38
|
/**
|
|
39
|
-
* Returns the attachment that has the specified ID. Attachments can include screenshots, error logs, or other files that describe your issue. 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. You must have a Business or Enterprise Support plan to use the
|
|
39
|
+
* Returns the attachment that has the specified ID. Attachments can include screenshots, error logs, or other files that describe your issue. 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. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
40
40
|
*/
|
|
41
41
|
describeAttachment(params: Support.Types.DescribeAttachmentRequest, callback?: (err: AWSError, data: Support.Types.DescribeAttachmentResponse) => void): Request<Support.Types.DescribeAttachmentResponse, AWSError>;
|
|
42
42
|
/**
|
|
43
|
-
* Returns the attachment that has the specified ID. Attachments can include screenshots, error logs, or other files that describe your issue. 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. You must have a Business or Enterprise Support plan to use the
|
|
43
|
+
* Returns the attachment that has the specified ID. Attachments can include screenshots, error logs, or other files that describe your issue. 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. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
44
44
|
*/
|
|
45
45
|
describeAttachment(callback?: (err: AWSError, data: Support.Types.DescribeAttachmentResponse) => void): Request<Support.Types.DescribeAttachmentResponse, AWSError>;
|
|
46
46
|
/**
|
|
47
|
-
* Returns a list of cases that you specify by passing one or more case IDs. You can use the afterTime and beforeTime parameters to filter the cases by date. You can set values for the includeResolvedCases and includeCommunications parameters to specify how much information to return. The response returns the following in JSON format: One or more CaseDetails data types. One or more nextToken values, which specify where to paginate the returned records represented by the CaseDetails objects. Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request might return an error. You must have a Business or Enterprise Support plan to use the
|
|
47
|
+
* Returns a list of cases that you specify by passing one or more case IDs. You can use the afterTime and beforeTime parameters to filter the cases by date. You can set values for the includeResolvedCases and includeCommunications parameters to specify how much information to return. The response returns the following in JSON format: One or more CaseDetails data types. One or more nextToken values, which specify where to paginate the returned records represented by the CaseDetails objects. Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request might return an error. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
48
48
|
*/
|
|
49
49
|
describeCases(params: Support.Types.DescribeCasesRequest, callback?: (err: AWSError, data: Support.Types.DescribeCasesResponse) => void): Request<Support.Types.DescribeCasesResponse, AWSError>;
|
|
50
50
|
/**
|
|
51
|
-
* Returns a list of cases that you specify by passing one or more case IDs. You can use the afterTime and beforeTime parameters to filter the cases by date. You can set values for the includeResolvedCases and includeCommunications parameters to specify how much information to return. The response returns the following in JSON format: One or more CaseDetails data types. One or more nextToken values, which specify where to paginate the returned records represented by the CaseDetails objects. Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request might return an error. You must have a Business or Enterprise Support plan to use the
|
|
51
|
+
* Returns a list of cases that you specify by passing one or more case IDs. You can use the afterTime and beforeTime parameters to filter the cases by date. You can set values for the includeResolvedCases and includeCommunications parameters to specify how much information to return. The response returns the following in JSON format: One or more CaseDetails data types. One or more nextToken values, which specify where to paginate the returned records represented by the CaseDetails objects. Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request might return an error. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
52
52
|
*/
|
|
53
53
|
describeCases(callback?: (err: AWSError, data: Support.Types.DescribeCasesResponse) => void): Request<Support.Types.DescribeCasesResponse, AWSError>;
|
|
54
54
|
/**
|
|
55
|
-
* Returns communications and attachments for one or more support cases. Use the afterTime and beforeTime parameters to filter by date. You can use the caseId parameter to restrict the results to a specific 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. You can use the maxResults and nextToken parameters to control the pagination of the results. Set maxResults to the number of cases that you want to display on each page, and use nextToken to specify the resumption of pagination. You must have a Business or Enterprise Support plan to use the
|
|
55
|
+
* Returns communications and attachments for one or more support cases. Use the afterTime and beforeTime parameters to filter by date. You can use the caseId parameter to restrict the results to a specific 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. You can use the maxResults and nextToken parameters to control the pagination of the results. Set maxResults to the number of cases that you want to display on each page, and use nextToken to specify the resumption of pagination. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
56
56
|
*/
|
|
57
57
|
describeCommunications(params: Support.Types.DescribeCommunicationsRequest, callback?: (err: AWSError, data: Support.Types.DescribeCommunicationsResponse) => void): Request<Support.Types.DescribeCommunicationsResponse, AWSError>;
|
|
58
58
|
/**
|
|
59
|
-
* Returns communications and attachments for one or more support cases. Use the afterTime and beforeTime parameters to filter by date. You can use the caseId parameter to restrict the results to a specific 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. You can use the maxResults and nextToken parameters to control the pagination of the results. Set maxResults to the number of cases that you want to display on each page, and use nextToken to specify the resumption of pagination. You must have a Business or Enterprise Support plan to use the
|
|
59
|
+
* Returns communications and attachments for one or more support cases. Use the afterTime and beforeTime parameters to filter by date. You can use the caseId parameter to restrict the results to a specific 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. You can use the maxResults and nextToken parameters to control the pagination of the results. Set maxResults to the number of cases that you want to display on each page, and use nextToken to specify the resumption of pagination. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
60
60
|
*/
|
|
61
61
|
describeCommunications(callback?: (err: AWSError, data: Support.Types.DescribeCommunicationsResponse) => void): Request<Support.Types.DescribeCommunicationsResponse, AWSError>;
|
|
62
62
|
/**
|
|
63
|
-
* Returns the current list of
|
|
63
|
+
* Returns the current list of Amazon Web Services services and a list of service categories for each service. You then use service names and categories in your CreateCase requests. Each Amazon Web Services service has its own set of categories. The service codes and category codes correspond to the values that appear in the Service and Category lists on the Amazon Web Services Support Center Create Case page. The values in those fields don't necessarily match the service codes and categories returned by the DescribeServices operation. Always use the service codes and categories that the DescribeServices operation returns, so that you have the most recent set of service and category codes. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
64
64
|
*/
|
|
65
65
|
describeServices(params: Support.Types.DescribeServicesRequest, callback?: (err: AWSError, data: Support.Types.DescribeServicesResponse) => void): Request<Support.Types.DescribeServicesResponse, AWSError>;
|
|
66
66
|
/**
|
|
67
|
-
* Returns the current list of
|
|
67
|
+
* Returns the current list of Amazon Web Services services and a list of service categories for each service. You then use service names and categories in your CreateCase requests. Each Amazon Web Services service has its own set of categories. The service codes and category codes correspond to the values that appear in the Service and Category lists on the Amazon Web Services Support Center Create Case page. The values in those fields don't necessarily match the service codes and categories returned by the DescribeServices operation. Always use the service codes and categories that the DescribeServices operation returns, so that you have the most recent set of service and category codes. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
68
68
|
*/
|
|
69
69
|
describeServices(callback?: (err: AWSError, data: Support.Types.DescribeServicesResponse) => void): Request<Support.Types.DescribeServicesResponse, AWSError>;
|
|
70
70
|
/**
|
|
71
|
-
* Returns the list of severity levels that you can assign to a support case. The severity level for a case is also a field in the CaseDetails data type that you include for a CreateCase request. You must have a Business or Enterprise Support plan to use the
|
|
71
|
+
* Returns the list of severity levels that you can assign to a support case. The severity level for a case is also a field in the CaseDetails data type that you include for a CreateCase request. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
72
72
|
*/
|
|
73
73
|
describeSeverityLevels(params: Support.Types.DescribeSeverityLevelsRequest, callback?: (err: AWSError, data: Support.Types.DescribeSeverityLevelsResponse) => void): Request<Support.Types.DescribeSeverityLevelsResponse, AWSError>;
|
|
74
74
|
/**
|
|
75
|
-
* Returns the list of severity levels that you can assign to a support case. The severity level for a case is also a field in the CaseDetails data type that you include for a CreateCase request. You must have a Business or Enterprise Support plan to use the
|
|
75
|
+
* Returns the list of severity levels that you can assign to a support case. The severity level for a case is also a field in the CaseDetails data type that you include for a CreateCase request. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
76
76
|
*/
|
|
77
77
|
describeSeverityLevels(callback?: (err: AWSError, data: Support.Types.DescribeSeverityLevelsResponse) => void): Request<Support.Types.DescribeSeverityLevelsResponse, AWSError>;
|
|
78
78
|
/**
|
|
79
|
-
* Returns the refresh status of the
|
|
79
|
+
* Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. You can get the check IDs by calling the DescribeTrustedAdvisorChecks operation. Some checks are refreshed automatically, and you can't return their refresh statuses by using the DescribeTrustedAdvisorCheckRefreshStatuses operation. If you call this operation for these checks, you might see an InvalidParameterValue error. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
80
80
|
*/
|
|
81
81
|
describeTrustedAdvisorCheckRefreshStatuses(params: Support.Types.DescribeTrustedAdvisorCheckRefreshStatusesRequest, callback?: (err: AWSError, data: Support.Types.DescribeTrustedAdvisorCheckRefreshStatusesResponse) => void): Request<Support.Types.DescribeTrustedAdvisorCheckRefreshStatusesResponse, AWSError>;
|
|
82
82
|
/**
|
|
83
|
-
* Returns the refresh status of the
|
|
83
|
+
* Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. You can get the check IDs by calling the DescribeTrustedAdvisorChecks operation. Some checks are refreshed automatically, and you can't return their refresh statuses by using the DescribeTrustedAdvisorCheckRefreshStatuses operation. If you call this operation for these checks, you might see an InvalidParameterValue error. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
84
84
|
*/
|
|
85
85
|
describeTrustedAdvisorCheckRefreshStatuses(callback?: (err: AWSError, data: Support.Types.DescribeTrustedAdvisorCheckRefreshStatusesResponse) => void): Request<Support.Types.DescribeTrustedAdvisorCheckRefreshStatusesResponse, AWSError>;
|
|
86
86
|
/**
|
|
87
|
-
* Returns the results of the
|
|
87
|
+
* Returns the results of the Trusted Advisor check that has the specified check ID. You can get the check IDs by calling the DescribeTrustedAdvisorChecks operation. The response contains a TrustedAdvisorCheckResult object, which contains these three objects: TrustedAdvisorCategorySpecificSummary TrustedAdvisorResourceDetail TrustedAdvisorResourcesSummary In addition, the response contains these fields: status - The alert status of the check can be 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. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
88
88
|
*/
|
|
89
89
|
describeTrustedAdvisorCheckResult(params: Support.Types.DescribeTrustedAdvisorCheckResultRequest, callback?: (err: AWSError, data: Support.Types.DescribeTrustedAdvisorCheckResultResponse) => void): Request<Support.Types.DescribeTrustedAdvisorCheckResultResponse, AWSError>;
|
|
90
90
|
/**
|
|
91
|
-
* Returns the results of the
|
|
91
|
+
* Returns the results of the Trusted Advisor check that has the specified check ID. You can get the check IDs by calling the DescribeTrustedAdvisorChecks operation. The response contains a TrustedAdvisorCheckResult object, which contains these three objects: TrustedAdvisorCategorySpecificSummary TrustedAdvisorResourceDetail TrustedAdvisorResourcesSummary In addition, the response contains these fields: status - The alert status of the check can be 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. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
92
92
|
*/
|
|
93
93
|
describeTrustedAdvisorCheckResult(callback?: (err: AWSError, data: Support.Types.DescribeTrustedAdvisorCheckResultResponse) => void): Request<Support.Types.DescribeTrustedAdvisorCheckResultResponse, AWSError>;
|
|
94
94
|
/**
|
|
95
|
-
* Returns the results for the
|
|
95
|
+
* Returns the results for the Trusted Advisor check summaries for the check IDs that you specified. You can get the check IDs by calling the DescribeTrustedAdvisorChecks operation. The response contains an array of TrustedAdvisorCheckSummary objects. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
96
96
|
*/
|
|
97
97
|
describeTrustedAdvisorCheckSummaries(params: Support.Types.DescribeTrustedAdvisorCheckSummariesRequest, callback?: (err: AWSError, data: Support.Types.DescribeTrustedAdvisorCheckSummariesResponse) => void): Request<Support.Types.DescribeTrustedAdvisorCheckSummariesResponse, AWSError>;
|
|
98
98
|
/**
|
|
99
|
-
* Returns the results for the
|
|
99
|
+
* Returns the results for the Trusted Advisor check summaries for the check IDs that you specified. You can get the check IDs by calling the DescribeTrustedAdvisorChecks operation. The response contains an array of TrustedAdvisorCheckSummary objects. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
100
100
|
*/
|
|
101
101
|
describeTrustedAdvisorCheckSummaries(callback?: (err: AWSError, data: Support.Types.DescribeTrustedAdvisorCheckSummariesResponse) => void): Request<Support.Types.DescribeTrustedAdvisorCheckSummariesResponse, AWSError>;
|
|
102
102
|
/**
|
|
103
|
-
* Returns information about all available
|
|
103
|
+
* Returns information about all available Trusted Advisor checks, including the name, ID, category, description, and metadata. You must specify a language code. The Amazon Web Services Support API currently supports English ("en") and Japanese ("ja"). The response contains a TrustedAdvisorCheckDescription object for each check. You must set the Amazon Web Services Region to us-east-1. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support. The names and descriptions for Trusted Advisor checks are subject to change. We recommend that you specify the check ID in your code to uniquely identify a check.
|
|
104
104
|
*/
|
|
105
105
|
describeTrustedAdvisorChecks(params: Support.Types.DescribeTrustedAdvisorChecksRequest, callback?: (err: AWSError, data: Support.Types.DescribeTrustedAdvisorChecksResponse) => void): Request<Support.Types.DescribeTrustedAdvisorChecksResponse, AWSError>;
|
|
106
106
|
/**
|
|
107
|
-
* Returns information about all available
|
|
107
|
+
* Returns information about all available Trusted Advisor checks, including the name, ID, category, description, and metadata. You must specify a language code. The Amazon Web Services Support API currently supports English ("en") and Japanese ("ja"). The response contains a TrustedAdvisorCheckDescription object for each check. You must set the Amazon Web Services Region to us-east-1. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support. The names and descriptions for Trusted Advisor checks are subject to change. We recommend that you specify the check ID in your code to uniquely identify a check.
|
|
108
108
|
*/
|
|
109
109
|
describeTrustedAdvisorChecks(callback?: (err: AWSError, data: Support.Types.DescribeTrustedAdvisorChecksResponse) => void): Request<Support.Types.DescribeTrustedAdvisorChecksResponse, AWSError>;
|
|
110
110
|
/**
|
|
111
|
-
* Refreshes the
|
|
111
|
+
* Refreshes the Trusted Advisor check that you specify using the check ID. You can get the check IDs by calling the DescribeTrustedAdvisorChecks operation. Some checks are refreshed automatically. If you call the RefreshTrustedAdvisorCheck operation to refresh them, you might see the InvalidParameterValue error. The response contains a TrustedAdvisorCheckRefreshStatus object. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
112
112
|
*/
|
|
113
113
|
refreshTrustedAdvisorCheck(params: Support.Types.RefreshTrustedAdvisorCheckRequest, callback?: (err: AWSError, data: Support.Types.RefreshTrustedAdvisorCheckResponse) => void): Request<Support.Types.RefreshTrustedAdvisorCheckResponse, AWSError>;
|
|
114
114
|
/**
|
|
115
|
-
* Refreshes the
|
|
115
|
+
* Refreshes the Trusted Advisor check that you specify using the check ID. You can get the check IDs by calling the DescribeTrustedAdvisorChecks operation. Some checks are refreshed automatically. If you call the RefreshTrustedAdvisorCheck operation to refresh them, you might see the InvalidParameterValue error. The response contains a TrustedAdvisorCheckRefreshStatus object. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
116
116
|
*/
|
|
117
117
|
refreshTrustedAdvisorCheck(callback?: (err: AWSError, data: Support.Types.RefreshTrustedAdvisorCheckResponse) => void): Request<Support.Types.RefreshTrustedAdvisorCheckResponse, AWSError>;
|
|
118
118
|
/**
|
|
119
|
-
* Resolves a support case. This operation takes a caseId and returns the initial and final state of the case. You must have a Business or Enterprise Support plan to use the
|
|
119
|
+
* Resolves a support case. This operation takes a caseId and returns the initial and final state of the case. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
120
120
|
*/
|
|
121
121
|
resolveCase(params: Support.Types.ResolveCaseRequest, callback?: (err: AWSError, data: Support.Types.ResolveCaseResponse) => void): Request<Support.Types.ResolveCaseResponse, AWSError>;
|
|
122
122
|
/**
|
|
123
|
-
* Resolves a support case. This operation takes a caseId and returns the initial and final state of the case. You must have a Business or Enterprise Support plan to use the
|
|
123
|
+
* Resolves a support case. This operation takes a caseId and returns the initial and final state of the case. You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support API. If you call the Amazon Web Services Support API from an account that does not have a Business, Enterprise On-Ramp, or Enterprise Support plan, the SubscriptionRequiredException error message appears. For information about changing your support plan, see Amazon Web Services Support.
|
|
124
124
|
*/
|
|
125
125
|
resolveCase(callback?: (err: AWSError, data: Support.Types.ResolveCaseResponse) => void): Request<Support.Types.ResolveCaseResponse, AWSError>;
|
|
126
126
|
}
|
|
@@ -202,11 +202,11 @@ declare namespace Support {
|
|
|
202
202
|
*/
|
|
203
203
|
caseId?: CaseId;
|
|
204
204
|
/**
|
|
205
|
-
* The ID displayed for the case in the
|
|
205
|
+
* The ID displayed for the case in the Amazon Web Services Support Center. This is a numeric string.
|
|
206
206
|
*/
|
|
207
207
|
displayId?: DisplayId;
|
|
208
208
|
/**
|
|
209
|
-
* The subject line for the case in the
|
|
209
|
+
* The subject line for the case in the Amazon Web Services Support Center.
|
|
210
210
|
*/
|
|
211
211
|
subject?: Subject;
|
|
212
212
|
/**
|
|
@@ -214,7 +214,7 @@ declare namespace Support {
|
|
|
214
214
|
*/
|
|
215
215
|
status?: Status;
|
|
216
216
|
/**
|
|
217
|
-
* The code for the
|
|
217
|
+
* The code for the Amazon Web Services service. You can get a list of codes and the corresponding service names by calling DescribeServices.
|
|
218
218
|
*/
|
|
219
219
|
serviceCode?: ServiceCode;
|
|
220
220
|
/**
|
|
@@ -230,11 +230,11 @@ declare namespace Support {
|
|
|
230
230
|
*/
|
|
231
231
|
submittedBy?: SubmittedBy;
|
|
232
232
|
/**
|
|
233
|
-
* The time that the case was created in the
|
|
233
|
+
* The time that the case was created in the Amazon Web Services Support Center.
|
|
234
234
|
*/
|
|
235
235
|
timeCreated?: TimeCreated;
|
|
236
236
|
/**
|
|
237
|
-
* The five most recent communications between you and
|
|
237
|
+
* The five most recent communications between you and Amazon Web Services Support Center, including the IDs of any attachments to the communications. Also includes a nextToken that you can use to retrieve earlier communications.
|
|
238
238
|
*/
|
|
239
239
|
recentCommunications?: RecentCaseCommunications;
|
|
240
240
|
/**
|
|
@@ -242,7 +242,7 @@ declare namespace Support {
|
|
|
242
242
|
*/
|
|
243
243
|
ccEmailAddresses?: CcEmailAddressList;
|
|
244
244
|
/**
|
|
245
|
-
* The ISO 639-1 code for the language in which
|
|
245
|
+
* The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
|
|
246
246
|
*/
|
|
247
247
|
language?: Language;
|
|
248
248
|
}
|
|
@@ -271,11 +271,11 @@ declare namespace Support {
|
|
|
271
271
|
*/
|
|
272
272
|
caseId?: CaseId;
|
|
273
273
|
/**
|
|
274
|
-
* The text of the communication between the customer and
|
|
274
|
+
* The text of the communication between the customer and Amazon Web Services Support.
|
|
275
275
|
*/
|
|
276
276
|
body?: CommunicationBody;
|
|
277
277
|
/**
|
|
278
|
-
* The identity of the account that submitted, or responded to, the support case. Customer entries include the role or IAM user as well as the email address. For example, "AdminRole (Role) <janedoe@example.com>. Entries from the
|
|
278
|
+
* The identity of the account that submitted, or responded to, the support case. Customer entries include the role or IAM user as well as the email address. For example, "AdminRole (Role) <janedoe@example.com>. Entries from the Amazon Web Services Support team display "Amazon Web Services," and don't show an email address.
|
|
279
279
|
*/
|
|
280
280
|
submittedBy?: SubmittedBy;
|
|
281
281
|
/**
|
|
@@ -291,31 +291,31 @@ declare namespace Support {
|
|
|
291
291
|
export type CommunicationList = Communication[];
|
|
292
292
|
export interface CreateCaseRequest {
|
|
293
293
|
/**
|
|
294
|
-
* The title of the support case. The title appears in the Subject field on the
|
|
294
|
+
* The title of the support case. The title appears in the Subject field on the Amazon Web Services Support Center Create Case page.
|
|
295
295
|
*/
|
|
296
296
|
subject: Subject;
|
|
297
297
|
/**
|
|
298
|
-
* The code for the
|
|
298
|
+
* The code for the Amazon Web Services service. You can use the DescribeServices operation to get the possible serviceCode values.
|
|
299
299
|
*/
|
|
300
300
|
serviceCode?: ServiceCode;
|
|
301
301
|
/**
|
|
302
|
-
* A value that indicates the urgency of the case. This value determines the response time according to your service level agreement with
|
|
302
|
+
* A value that indicates the urgency of the case. This value determines the response time according to your service level agreement with Amazon Web Services Support. You can use the DescribeSeverityLevels operation to get the possible values for severityCode. For more information, see SeverityLevel and Choosing a Severity in the Amazon Web Services Support User Guide. The availability of severity levels depends on the support plan for the Amazon Web Services account.
|
|
303
303
|
*/
|
|
304
304
|
severityCode?: SeverityCode;
|
|
305
305
|
/**
|
|
306
|
-
* The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each
|
|
306
|
+
* The category of problem for the support case. You also use the DescribeServices operation to get the category code for a service. Each Amazon Web Services service defines its own set of category codes.
|
|
307
307
|
*/
|
|
308
308
|
categoryCode?: CategoryCode;
|
|
309
309
|
/**
|
|
310
|
-
* The communication body text that describes the issue. This text appears in the Description field on the
|
|
310
|
+
* The communication body text that describes the issue. This text appears in the Description field on the Amazon Web Services Support Center Create Case page.
|
|
311
311
|
*/
|
|
312
312
|
communicationBody: CommunicationBody;
|
|
313
313
|
/**
|
|
314
|
-
* A list of email addresses that
|
|
314
|
+
* A list of email addresses that Amazon Web Services Support copies on case correspondence. Amazon Web Services Support identifies the account that creates the case when you specify your Amazon Web Services credentials in an HTTP POST method or use the Amazon Web Services SDKs.
|
|
315
315
|
*/
|
|
316
316
|
ccEmailAddresses?: CcEmailAddressList;
|
|
317
317
|
/**
|
|
318
|
-
* The language in which
|
|
318
|
+
* The language in which Amazon Web Services Support handles the case. You must specify the ISO 639-1 code for the language parameter if you want support in that language. Currently, English ("en") and Japanese ("ja") are supported.
|
|
319
319
|
*/
|
|
320
320
|
language?: Language;
|
|
321
321
|
/**
|
|
@@ -352,7 +352,7 @@ declare namespace Support {
|
|
|
352
352
|
*/
|
|
353
353
|
caseIdList?: CaseIdList;
|
|
354
354
|
/**
|
|
355
|
-
* The ID displayed for a case in the
|
|
355
|
+
* The ID displayed for a case in the Amazon Web Services Support Center user interface.
|
|
356
356
|
*/
|
|
357
357
|
displayId?: DisplayId;
|
|
358
358
|
/**
|
|
@@ -376,7 +376,7 @@ declare namespace Support {
|
|
|
376
376
|
*/
|
|
377
377
|
maxResults?: MaxResults;
|
|
378
378
|
/**
|
|
379
|
-
* The ISO 639-1 code for the language in which
|
|
379
|
+
* The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
|
|
380
380
|
*/
|
|
381
381
|
language?: Language;
|
|
382
382
|
/**
|
|
@@ -428,29 +428,29 @@ declare namespace Support {
|
|
|
428
428
|
}
|
|
429
429
|
export interface DescribeServicesRequest {
|
|
430
430
|
/**
|
|
431
|
-
* A JSON-formatted list of service codes available for
|
|
431
|
+
* A JSON-formatted list of service codes available for Amazon Web Services services.
|
|
432
432
|
*/
|
|
433
433
|
serviceCodeList?: ServiceCodeList;
|
|
434
434
|
/**
|
|
435
|
-
* The ISO 639-1 code for the language in which
|
|
435
|
+
* The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
|
|
436
436
|
*/
|
|
437
437
|
language?: Language;
|
|
438
438
|
}
|
|
439
439
|
export interface DescribeServicesResponse {
|
|
440
440
|
/**
|
|
441
|
-
* A JSON-formatted list of
|
|
441
|
+
* A JSON-formatted list of Amazon Web Services services.
|
|
442
442
|
*/
|
|
443
443
|
services?: ServiceList;
|
|
444
444
|
}
|
|
445
445
|
export interface DescribeSeverityLevelsRequest {
|
|
446
446
|
/**
|
|
447
|
-
* The ISO 639-1 code for the language in which
|
|
447
|
+
* The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
|
|
448
448
|
*/
|
|
449
449
|
language?: Language;
|
|
450
450
|
}
|
|
451
451
|
export interface DescribeSeverityLevelsResponse {
|
|
452
452
|
/**
|
|
453
|
-
* The available severity levels for the support case. Available severity levels are defined by your service level agreement with
|
|
453
|
+
* The available severity levels for the support case. Available severity levels are defined by your service level agreement with Amazon Web Services.
|
|
454
454
|
*/
|
|
455
455
|
severityLevels?: SeverityLevelsList;
|
|
456
456
|
}
|
|
@@ -472,7 +472,7 @@ declare namespace Support {
|
|
|
472
472
|
*/
|
|
473
473
|
checkId: String;
|
|
474
474
|
/**
|
|
475
|
-
* The ISO 639-1 code for the language in which
|
|
475
|
+
* The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
|
|
476
476
|
*/
|
|
477
477
|
language?: String;
|
|
478
478
|
}
|
|
@@ -496,7 +496,7 @@ declare namespace Support {
|
|
|
496
496
|
}
|
|
497
497
|
export interface DescribeTrustedAdvisorChecksRequest {
|
|
498
498
|
/**
|
|
499
|
-
* The ISO 639-1 code for the language in which
|
|
499
|
+
* The ISO 639-1 code for the language in which Amazon Web Services provides support. Amazon Web Services Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
|
|
500
500
|
*/
|
|
501
501
|
language: String;
|
|
502
502
|
}
|
|
@@ -558,15 +558,15 @@ declare namespace Support {
|
|
|
558
558
|
export type Result = boolean;
|
|
559
559
|
export interface Service {
|
|
560
560
|
/**
|
|
561
|
-
* The code for an
|
|
561
|
+
* The code for an Amazon Web Services service returned by the DescribeServices response. The name element contains the corresponding friendly name.
|
|
562
562
|
*/
|
|
563
563
|
code?: ServiceCode;
|
|
564
564
|
/**
|
|
565
|
-
* The friendly name for an
|
|
565
|
+
* The friendly name for an Amazon Web Services service. The code element contains the corresponding code.
|
|
566
566
|
*/
|
|
567
567
|
name?: ServiceName;
|
|
568
568
|
/**
|
|
569
|
-
* 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
|
|
569
|
+
* 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 Amazon Web Services Support when you call CreateCase.
|
|
570
570
|
*/
|
|
571
571
|
categories?: CategoryList;
|
|
572
572
|
}
|
|
@@ -581,7 +581,7 @@ declare namespace Support {
|
|
|
581
581
|
*/
|
|
582
582
|
code?: SeverityLevelCode;
|
|
583
583
|
/**
|
|
584
|
-
* The name of the severity level that corresponds to the severity level code. The values returned by the API are different from the values that appear in the
|
|
584
|
+
* The name of the severity level that corresponds to the severity level code. The values returned by the API are different from the values that appear in the Amazon Web Services Support Center. For example, the API uses the code low, but the name appears as General guidance in Support Center. The following are the API code names and how they appear in the console: low - General guidance normal - System impaired high - Production system impaired urgent - Production system down critical - Business-critical system down For more information, see Choosing a severity in the Amazon Web Services Support User Guide.
|
|
585
585
|
*/
|
|
586
586
|
name?: SeverityLevelName;
|
|
587
587
|
}
|
|
@@ -701,7 +701,7 @@ declare namespace Support {
|
|
|
701
701
|
*/
|
|
702
702
|
status: String;
|
|
703
703
|
/**
|
|
704
|
-
* The
|
|
704
|
+
* The Amazon Web Services Region in which the identified resource is located.
|
|
705
705
|
*/
|
|
706
706
|
region?: String;
|
|
707
707
|
/**
|
|
@@ -709,7 +709,7 @@ declare namespace Support {
|
|
|
709
709
|
*/
|
|
710
710
|
resourceId: String;
|
|
711
711
|
/**
|
|
712
|
-
* Specifies whether the
|
|
712
|
+
* Specifies whether the Amazon Web Services resource was ignored by Trusted Advisor because it was marked as suppressed by the user.
|
|
713
713
|
*/
|
|
714
714
|
isSuppressed?: Boolean;
|
|
715
715
|
/**
|
|
@@ -720,19 +720,19 @@ declare namespace Support {
|
|
|
720
720
|
export type TrustedAdvisorResourceDetailList = TrustedAdvisorResourceDetail[];
|
|
721
721
|
export interface TrustedAdvisorResourcesSummary {
|
|
722
722
|
/**
|
|
723
|
-
* The number of
|
|
723
|
+
* The number of Amazon Web Services resources that were analyzed by the Trusted Advisor check.
|
|
724
724
|
*/
|
|
725
725
|
resourcesProcessed: Long;
|
|
726
726
|
/**
|
|
727
|
-
* The number of
|
|
727
|
+
* The number of Amazon Web Services resources that were flagged (listed) by the Trusted Advisor check.
|
|
728
728
|
*/
|
|
729
729
|
resourcesFlagged: Long;
|
|
730
730
|
/**
|
|
731
|
-
* The number of
|
|
731
|
+
* The number of Amazon Web Services resources ignored by Trusted Advisor because information was unavailable.
|
|
732
732
|
*/
|
|
733
733
|
resourcesIgnored: Long;
|
|
734
734
|
/**
|
|
735
|
-
* The number of
|
|
735
|
+
* The number of Amazon Web Services resources ignored by Trusted Advisor because they were marked as suppressed by the user.
|
|
736
736
|
*/
|
|
737
737
|
resourcesSuppressed: Long;
|
|
738
738
|
}
|