@aws-sdk/client-devops-guru 3.289.0 → 3.290.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/dist-types/commands/AddNotificationChannelCommand.d.ts +26 -0
- package/dist-types/commands/DeleteInsightCommand.d.ts +23 -0
- package/dist-types/commands/DescribeAccountHealthCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +17 -0
- package/dist-types/commands/DescribeAnomalyCommand.d.ts +20 -0
- package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +17 -0
- package/dist-types/commands/DescribeFeedbackCommand.d.ts +20 -0
- package/dist-types/commands/DescribeInsightCommand.d.ts +20 -0
- package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +17 -0
- package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +17 -0
- package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +17 -0
- package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +17 -0
- package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +20 -0
- package/dist-types/commands/GetCostEstimationCommand.d.ts +20 -0
- package/dist-types/commands/GetResourceCollectionCommand.d.ts +20 -0
- package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +20 -0
- package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +20 -0
- package/dist-types/commands/ListEventsCommand.d.ts +20 -0
- package/dist-types/commands/ListInsightsCommand.d.ts +17 -0
- package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +14 -0
- package/dist-types/commands/ListNotificationChannelsCommand.d.ts +17 -0
- package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +17 -0
- package/dist-types/commands/ListRecommendationsCommand.d.ts +20 -0
- package/dist-types/commands/PutFeedbackCommand.d.ts +23 -0
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +23 -0
- package/dist-types/commands/SearchInsightsCommand.d.ts +17 -0
- package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +17 -0
- package/dist-types/commands/StartCostEstimationCommand.d.ts +23 -0
- package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +17 -0
- package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +20 -0
- package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +20 -0
- package/package.json +29 -29
|
@@ -38,6 +38,32 @@ export interface AddNotificationChannelCommandOutput extends AddNotificationChan
|
|
|
38
38
|
* @see {@link AddNotificationChannelCommandOutput} for command's `response` shape.
|
|
39
39
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
40
40
|
*
|
|
41
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
42
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
43
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
44
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
45
|
+
* <i>IAM User Guide</i>. </p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ConflictException} (client fault)
|
|
48
|
+
* <p> An exception that is thrown when a conflict occurs. </p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InternalServerException} (server fault)
|
|
51
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
|
+
* <p>A requested resource could not be found</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
57
|
+
* <p>The request contains a value that exceeds a maximum quota.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
60
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ValidationException} (client fault)
|
|
63
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
64
|
+
* valid. </p>
|
|
65
|
+
*
|
|
66
|
+
*
|
|
41
67
|
*/
|
|
42
68
|
export declare class AddNotificationChannelCommand extends $Command<AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
43
69
|
readonly input: AddNotificationChannelCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface DeleteInsightCommandOutput extends DeleteInsightResponse, __Met
|
|
|
29
29
|
* @see {@link DeleteInsightCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
34
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
35
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
36
|
+
* <i>IAM User Guide</i>. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* <p> An exception that is thrown when a conflict occurs. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>A requested resource could not be found</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
52
|
+
* valid. </p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class DeleteInsightCommand extends $Command<DeleteInsightCommandInput, DeleteInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
34
57
|
readonly input: DeleteInsightCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface DescribeAccountHealthCommandOutput extends DescribeAccountHealt
|
|
|
31
31
|
* @see {@link DescribeAccountHealthCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
36
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
37
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
38
|
+
* <i>IAM User Guide</i>. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
48
|
+
* valid. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class DescribeAccountHealthCommand extends $Command<DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
36
53
|
readonly input: DescribeAccountHealthCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface DescribeAccountOverviewCommandOutput extends DescribeAccountOve
|
|
|
31
31
|
* @see {@link DescribeAccountOverviewCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
36
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
37
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
38
|
+
* <i>IAM User Guide</i>. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
48
|
+
* valid. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class DescribeAccountOverviewCommand extends $Command<DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
36
53
|
readonly input: DescribeAccountOverviewCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface DescribeAnomalyCommandOutput extends DescribeAnomalyResponse, _
|
|
|
29
29
|
* @see {@link DescribeAnomalyCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
34
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
35
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
36
|
+
* <i>IAM User Guide</i>. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>A requested resource could not be found</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
49
|
+
* valid. </p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class DescribeAnomalyCommand extends $Command<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
34
54
|
readonly input: DescribeAnomalyCommandInput;
|
|
@@ -32,6 +32,23 @@ export interface DescribeEventSourcesConfigCommandOutput extends DescribeEventSo
|
|
|
32
32
|
* @see {@link DescribeEventSourcesConfigCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
37
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
38
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
39
|
+
* <i>IAM User Guide</i>. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
49
|
+
* valid. </p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
35
52
|
*/
|
|
36
53
|
export declare class DescribeEventSourcesConfigCommand extends $Command<DescribeEventSourcesConfigCommandInput, DescribeEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
37
54
|
readonly input: DescribeEventSourcesConfigCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface DescribeFeedbackCommandOutput extends DescribeFeedbackResponse,
|
|
|
30
30
|
* @see {@link DescribeFeedbackCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
35
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
36
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
37
|
+
* <i>IAM User Guide</i>. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>A requested resource could not be found</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
50
|
+
* valid. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
33
53
|
*/
|
|
34
54
|
export declare class DescribeFeedbackCommand extends $Command<DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
35
55
|
readonly input: DescribeFeedbackCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface DescribeInsightCommandOutput extends DescribeInsightResponse, _
|
|
|
29
29
|
* @see {@link DescribeInsightCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
34
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
35
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
36
|
+
* <i>IAM User Guide</i>. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>A requested resource could not be found</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
49
|
+
* valid. </p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class DescribeInsightCommand extends $Command<DescribeInsightCommandInput, DescribeInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
34
54
|
readonly input: DescribeInsightCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface DescribeOrganizationHealthCommandOutput extends DescribeOrganiz
|
|
|
30
30
|
* @see {@link DescribeOrganizationHealthCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
35
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
36
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
37
|
+
* <i>IAM User Guide</i>. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
47
|
+
* valid. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DescribeOrganizationHealthCommand extends $Command<DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
35
52
|
readonly input: DescribeOrganizationHealthCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface DescribeOrganizationOverviewCommandOutput extends DescribeOrgan
|
|
|
30
30
|
* @see {@link DescribeOrganizationOverviewCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
35
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
36
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
37
|
+
* <i>IAM User Guide</i>. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
47
|
+
* valid. </p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DescribeOrganizationOverviewCommand extends $Command<DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
35
52
|
readonly input: DescribeOrganizationOverviewCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface DescribeOrganizationResourceCollectionHealthCommandOutput exten
|
|
|
31
31
|
* @see {@link DescribeOrganizationResourceCollectionHealthCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
36
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
37
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
38
|
+
* <i>IAM User Guide</i>. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
48
|
+
* valid. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class DescribeOrganizationResourceCollectionHealthCommand extends $Command<DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
36
53
|
readonly input: DescribeOrganizationResourceCollectionHealthCommandInput;
|
|
@@ -33,6 +33,23 @@ export interface DescribeResourceCollectionHealthCommandOutput extends DescribeR
|
|
|
33
33
|
* @see {@link DescribeResourceCollectionHealthCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
38
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
39
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
40
|
+
* <i>IAM User Guide</i>. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
50
|
+
* valid. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
36
53
|
*/
|
|
37
54
|
export declare class DescribeResourceCollectionHealthCommand extends $Command<DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
38
55
|
readonly input: DescribeResourceCollectionHealthCommandInput;
|
|
@@ -31,6 +31,26 @@ export interface DescribeServiceIntegrationCommandOutput extends DescribeService
|
|
|
31
31
|
* @see {@link DescribeServiceIntegrationCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
36
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
37
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
38
|
+
* <i>IAM User Guide</i>. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>A requested resource could not be found</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
51
|
+
* valid. </p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
34
54
|
*/
|
|
35
55
|
export declare class DescribeServiceIntegrationCommand extends $Command<DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
36
56
|
readonly input: DescribeServiceIntegrationCommandInput;
|
|
@@ -33,6 +33,26 @@ export interface GetCostEstimationCommandOutput extends GetCostEstimationRespons
|
|
|
33
33
|
* @see {@link GetCostEstimationCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
38
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
39
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
40
|
+
* <i>IAM User Guide</i>. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>A requested resource could not be found</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
53
|
+
* valid. </p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
36
56
|
*/
|
|
37
57
|
export declare class GetCostEstimationCommand extends $Command<GetCostEstimationCommandInput, GetCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
38
58
|
readonly input: GetCostEstimationCommandInput;
|
|
@@ -32,6 +32,26 @@ export interface GetResourceCollectionCommandOutput extends GetResourceCollectio
|
|
|
32
32
|
* @see {@link GetResourceCollectionCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
37
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
38
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
39
|
+
* <i>IAM User Guide</i>. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>A requested resource could not be found</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
52
|
+
* valid. </p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
35
55
|
*/
|
|
36
56
|
export declare class GetResourceCollectionCommand extends $Command<GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
37
57
|
readonly input: GetResourceCollectionCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface ListAnomaliesForInsightCommandOutput extends ListAnomaliesForIn
|
|
|
30
30
|
* @see {@link ListAnomaliesForInsightCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
35
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
36
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
37
|
+
* <i>IAM User Guide</i>. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>A requested resource could not be found</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
50
|
+
* valid. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
33
53
|
*/
|
|
34
54
|
export declare class ListAnomaliesForInsightCommand extends $Command<ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
35
55
|
readonly input: ListAnomaliesForInsightCommandInput;
|
|
@@ -31,6 +31,26 @@ export interface ListAnomalousLogGroupsCommandOutput extends ListAnomalousLogGro
|
|
|
31
31
|
* @see {@link ListAnomalousLogGroupsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
36
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
37
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
38
|
+
* <i>IAM User Guide</i>. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
44
|
+
* <p>A requested resource could not be found</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
51
|
+
* valid. </p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
34
54
|
*/
|
|
35
55
|
export declare class ListAnomalousLogGroupsCommand extends $Command<ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
36
56
|
readonly input: ListAnomalousLogGroupsCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface ListEventsCommandOutput extends ListEventsResponse, __MetadataB
|
|
|
30
30
|
* @see {@link ListEventsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
35
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
36
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
37
|
+
* <i>IAM User Guide</i>. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>A requested resource could not be found</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
50
|
+
* valid. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
33
53
|
*/
|
|
34
54
|
export declare class ListEventsCommand extends $Command<ListEventsCommandInput, ListEventsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
35
55
|
readonly input: ListEventsCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface ListInsightsCommandOutput extends ListInsightsResponse, __Metad
|
|
|
31
31
|
* @see {@link ListInsightsCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
36
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
37
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
38
|
+
* <i>IAM User Guide</i>. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
48
|
+
* valid. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class ListInsightsCommand extends $Command<ListInsightsCommandInput, ListInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
36
53
|
readonly input: ListInsightsCommandInput;
|
|
@@ -31,6 +31,20 @@ export interface ListMonitoredResourcesCommandOutput extends ListMonitoredResour
|
|
|
31
31
|
* @see {@link ListMonitoredResourcesCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link InternalServerException} (server fault)
|
|
35
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
36
|
+
*
|
|
37
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
38
|
+
* <p>A requested resource could not be found</p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
41
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ValidationException} (client fault)
|
|
44
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
45
|
+
* valid. </p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
34
48
|
*/
|
|
35
49
|
export declare class ListMonitoredResourcesCommand extends $Command<ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
36
50
|
readonly input: ListMonitoredResourcesCommandInput;
|
|
@@ -32,6 +32,23 @@ export interface ListNotificationChannelsCommandOutput extends ListNotificationC
|
|
|
32
32
|
* @see {@link ListNotificationChannelsCommandOutput} for command's `response` shape.
|
|
33
33
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
34
34
|
*
|
|
35
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
36
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
37
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
38
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
39
|
+
* <i>IAM User Guide</i>. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
49
|
+
* valid. </p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
35
52
|
*/
|
|
36
53
|
export declare class ListNotificationChannelsCommand extends $Command<ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
37
54
|
readonly input: ListNotificationChannelsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface ListOrganizationInsightsCommandOutput extends ListOrganizationI
|
|
|
29
29
|
* @see {@link ListOrganizationInsightsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
34
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
35
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
36
|
+
* <i>IAM User Guide</i>. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
46
|
+
* valid. </p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class ListOrganizationInsightsCommand extends $Command<ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
34
51
|
readonly input: ListOrganizationInsightsCommandInput;
|
|
@@ -30,6 +30,26 @@ export interface ListRecommendationsCommandOutput extends ListRecommendationsRes
|
|
|
30
30
|
* @see {@link ListRecommendationsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
35
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
36
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
37
|
+
* <i>IAM User Guide</i>. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link InternalServerException} (server fault)
|
|
40
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
43
|
+
* <p>A requested resource could not be found</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
50
|
+
* valid. </p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
33
53
|
*/
|
|
34
54
|
export declare class ListRecommendationsCommand extends $Command<ListRecommendationsCommandInput, ListRecommendationsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
35
55
|
readonly input: ListRecommendationsCommandInput;
|
|
@@ -29,6 +29,29 @@ export interface PutFeedbackCommandOutput extends PutFeedbackResponse, __Metadat
|
|
|
29
29
|
* @see {@link PutFeedbackCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
34
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
35
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
36
|
+
* <i>IAM User Guide</i>. </p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ConflictException} (client fault)
|
|
39
|
+
* <p> An exception that is thrown when a conflict occurs. </p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link InternalServerException} (server fault)
|
|
42
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
45
|
+
* <p>A requested resource could not be found</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
52
|
+
* valid. </p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
32
55
|
*/
|
|
33
56
|
export declare class PutFeedbackCommand extends $Command<PutFeedbackCommandInput, PutFeedbackCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
34
57
|
readonly input: PutFeedbackCommandInput;
|
|
@@ -31,6 +31,29 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
|
|
|
31
31
|
* @see {@link RemoveNotificationChannelCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
36
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
37
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
38
|
+
* <i>IAM User Guide</i>. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (client fault)
|
|
41
|
+
* <p> An exception that is thrown when a conflict occurs. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
47
|
+
* <p>A requested resource could not be found</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
50
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link ValidationException} (client fault)
|
|
53
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
54
|
+
* valid. </p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
34
57
|
*/
|
|
35
58
|
export declare class RemoveNotificationChannelCommand extends $Command<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
36
59
|
readonly input: RemoveNotificationChannelCommandInput;
|
|
@@ -35,6 +35,23 @@ export interface SearchInsightsCommandOutput extends SearchInsightsResponse, __M
|
|
|
35
35
|
* @see {@link SearchInsightsCommandOutput} for command's `response` shape.
|
|
36
36
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
37
37
|
*
|
|
38
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
39
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
40
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
41
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
42
|
+
* <i>IAM User Guide</i>. </p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link InternalServerException} (server fault)
|
|
45
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
48
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link ValidationException} (client fault)
|
|
51
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
52
|
+
* valid. </p>
|
|
53
|
+
*
|
|
54
|
+
*
|
|
38
55
|
*/
|
|
39
56
|
export declare class SearchInsightsCommand extends $Command<SearchInsightsCommandInput, SearchInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
40
57
|
readonly input: SearchInsightsCommandInput;
|
|
@@ -36,6 +36,23 @@ export interface SearchOrganizationInsightsCommandOutput extends SearchOrganizat
|
|
|
36
36
|
* @see {@link SearchOrganizationInsightsCommandOutput} for command's `response` shape.
|
|
37
37
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
38
38
|
*
|
|
39
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
40
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
41
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
42
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
43
|
+
* <i>IAM User Guide</i>. </p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerException} (server fault)
|
|
46
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
53
|
+
* valid. </p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
39
56
|
*/
|
|
40
57
|
export declare class SearchOrganizationInsightsCommand extends $Command<SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
41
58
|
readonly input: SearchOrganizationInsightsCommandInput;
|
|
@@ -30,6 +30,29 @@ export interface StartCostEstimationCommandOutput extends StartCostEstimationRes
|
|
|
30
30
|
* @see {@link StartCostEstimationCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
35
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
36
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
37
|
+
* <i>IAM User Guide</i>. </p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ConflictException} (client fault)
|
|
40
|
+
* <p> An exception that is thrown when a conflict occurs. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link InternalServerException} (server fault)
|
|
43
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
46
|
+
* <p>A requested resource could not be found</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
53
|
+
* valid. </p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
33
56
|
*/
|
|
34
57
|
export declare class StartCostEstimationCommand extends $Command<StartCostEstimationCommandInput, StartCostEstimationCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
35
58
|
readonly input: StartCostEstimationCommandInput;
|
|
@@ -31,6 +31,23 @@ export interface UpdateEventSourcesConfigCommandOutput extends UpdateEventSource
|
|
|
31
31
|
* @see {@link UpdateEventSourcesConfigCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
36
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
37
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
38
|
+
* <i>IAM User Guide</i>. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link InternalServerException} (server fault)
|
|
41
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
44
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ValidationException} (client fault)
|
|
47
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
48
|
+
* valid. </p>
|
|
49
|
+
*
|
|
50
|
+
*
|
|
34
51
|
*/
|
|
35
52
|
export declare class UpdateEventSourcesConfigCommand extends $Command<UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
36
53
|
readonly input: UpdateEventSourcesConfigCommandInput;
|
|
@@ -33,6 +33,26 @@ export interface UpdateResourceCollectionCommandOutput extends UpdateResourceCol
|
|
|
33
33
|
* @see {@link UpdateResourceCollectionCommandOutput} for command's `response` shape.
|
|
34
34
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
35
35
|
*
|
|
36
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
37
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
38
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
39
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
40
|
+
* <i>IAM User Guide</i>. </p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ConflictException} (client fault)
|
|
43
|
+
* <p> An exception that is thrown when a conflict occurs. </p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link InternalServerException} (server fault)
|
|
46
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
49
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link ValidationException} (client fault)
|
|
52
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
53
|
+
* valid. </p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
36
56
|
*/
|
|
37
57
|
export declare class UpdateResourceCollectionCommand extends $Command<UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
38
58
|
readonly input: UpdateResourceCollectionCommandInput;
|
|
@@ -31,6 +31,26 @@ export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceInte
|
|
|
31
31
|
* @see {@link UpdateServiceIntegrationCommandOutput} for command's `response` shape.
|
|
32
32
|
* @see {@link DevOpsGuruClientResolvedConfig | config} for DevOpsGuruClient's `config` shape.
|
|
33
33
|
*
|
|
34
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
35
|
+
* <p> You don't have permissions to perform the requested operation. The user or role that
|
|
36
|
+
* is making the request must have at least one IAM permissions policy attached that grants
|
|
37
|
+
* the required permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Access Management</a> in the
|
|
38
|
+
* <i>IAM User Guide</i>. </p>
|
|
39
|
+
*
|
|
40
|
+
* @throws {@link ConflictException} (client fault)
|
|
41
|
+
* <p> An exception that is thrown when a conflict occurs. </p>
|
|
42
|
+
*
|
|
43
|
+
* @throws {@link InternalServerException} (server fault)
|
|
44
|
+
* <p>An internal failure in an Amazon service occurred.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
47
|
+
* <p>The request was denied due to a request throttling.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link ValidationException} (client fault)
|
|
50
|
+
* <p> Contains information about data passed in to a field during a request that is not
|
|
51
|
+
* valid. </p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
34
54
|
*/
|
|
35
55
|
export declare class UpdateServiceIntegrationCommand extends $Command<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
|
|
36
56
|
readonly input: UpdateServiceIntegrationCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-devops-guru",
|
|
3
3
|
"description": "AWS SDK for JavaScript Devops Guru Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|