@aws-sdk/client-devops-guru 3.478.0 → 3.484.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.
Files changed (129) hide show
  1. package/dist-cjs/commands/AddNotificationChannelCommand.js +18 -41
  2. package/dist-cjs/commands/DeleteInsightCommand.js +18 -41
  3. package/dist-cjs/commands/DescribeAccountHealthCommand.js +18 -41
  4. package/dist-cjs/commands/DescribeAccountOverviewCommand.js +18 -41
  5. package/dist-cjs/commands/DescribeAnomalyCommand.js +18 -41
  6. package/dist-cjs/commands/DescribeEventSourcesConfigCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeFeedbackCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeInsightCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeOrganizationHealthCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeOrganizationOverviewCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeOrganizationResourceCollectionHealthCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeResourceCollectionHealthCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeServiceIntegrationCommand.js +18 -41
  14. package/dist-cjs/commands/GetCostEstimationCommand.js +18 -41
  15. package/dist-cjs/commands/GetResourceCollectionCommand.js +18 -41
  16. package/dist-cjs/commands/ListAnomaliesForInsightCommand.js +18 -41
  17. package/dist-cjs/commands/ListAnomalousLogGroupsCommand.js +18 -41
  18. package/dist-cjs/commands/ListEventsCommand.js +18 -41
  19. package/dist-cjs/commands/ListInsightsCommand.js +18 -41
  20. package/dist-cjs/commands/ListMonitoredResourcesCommand.js +18 -41
  21. package/dist-cjs/commands/ListNotificationChannelsCommand.js +18 -41
  22. package/dist-cjs/commands/ListOrganizationInsightsCommand.js +18 -41
  23. package/dist-cjs/commands/ListRecommendationsCommand.js +18 -41
  24. package/dist-cjs/commands/PutFeedbackCommand.js +18 -41
  25. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +18 -41
  26. package/dist-cjs/commands/SearchInsightsCommand.js +18 -41
  27. package/dist-cjs/commands/SearchOrganizationInsightsCommand.js +18 -41
  28. package/dist-cjs/commands/StartCostEstimationCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateEventSourcesConfigCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateResourceCollectionCommand.js +18 -41
  31. package/dist-cjs/commands/UpdateServiceIntegrationCommand.js +18 -41
  32. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  33. package/dist-es/commands/AddNotificationChannelCommand.js +18 -41
  34. package/dist-es/commands/DeleteInsightCommand.js +18 -41
  35. package/dist-es/commands/DescribeAccountHealthCommand.js +18 -41
  36. package/dist-es/commands/DescribeAccountOverviewCommand.js +18 -41
  37. package/dist-es/commands/DescribeAnomalyCommand.js +18 -41
  38. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +18 -41
  39. package/dist-es/commands/DescribeFeedbackCommand.js +18 -41
  40. package/dist-es/commands/DescribeInsightCommand.js +18 -41
  41. package/dist-es/commands/DescribeOrganizationHealthCommand.js +18 -41
  42. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +18 -41
  43. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +18 -41
  44. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +18 -41
  45. package/dist-es/commands/DescribeServiceIntegrationCommand.js +18 -41
  46. package/dist-es/commands/GetCostEstimationCommand.js +18 -41
  47. package/dist-es/commands/GetResourceCollectionCommand.js +18 -41
  48. package/dist-es/commands/ListAnomaliesForInsightCommand.js +18 -41
  49. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +18 -41
  50. package/dist-es/commands/ListEventsCommand.js +18 -41
  51. package/dist-es/commands/ListInsightsCommand.js +18 -41
  52. package/dist-es/commands/ListMonitoredResourcesCommand.js +18 -41
  53. package/dist-es/commands/ListNotificationChannelsCommand.js +18 -41
  54. package/dist-es/commands/ListOrganizationInsightsCommand.js +18 -41
  55. package/dist-es/commands/ListRecommendationsCommand.js +18 -41
  56. package/dist-es/commands/PutFeedbackCommand.js +18 -41
  57. package/dist-es/commands/RemoveNotificationChannelCommand.js +18 -41
  58. package/dist-es/commands/SearchInsightsCommand.js +18 -41
  59. package/dist-es/commands/SearchOrganizationInsightsCommand.js +18 -41
  60. package/dist-es/commands/StartCostEstimationCommand.js +18 -41
  61. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +18 -41
  62. package/dist-es/commands/UpdateResourceCollectionCommand.js +18 -41
  63. package/dist-es/commands/UpdateServiceIntegrationCommand.js +18 -41
  64. package/dist-es/endpoint/EndpointParameters.js +6 -0
  65. package/dist-types/commands/AddNotificationChannelCommand.d.ts +6 -21
  66. package/dist-types/commands/DeleteInsightCommand.d.ts +6 -21
  67. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeAnomalyCommand.d.ts +6 -21
  70. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +6 -21
  71. package/dist-types/commands/DescribeFeedbackCommand.d.ts +6 -21
  72. package/dist-types/commands/DescribeInsightCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +6 -21
  74. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +6 -21
  75. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +6 -21
  76. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +6 -21
  77. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +6 -21
  78. package/dist-types/commands/GetCostEstimationCommand.d.ts +6 -21
  79. package/dist-types/commands/GetResourceCollectionCommand.d.ts +6 -21
  80. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +6 -21
  81. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +6 -21
  82. package/dist-types/commands/ListEventsCommand.d.ts +6 -21
  83. package/dist-types/commands/ListInsightsCommand.d.ts +6 -21
  84. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +6 -21
  85. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +6 -21
  86. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +6 -21
  87. package/dist-types/commands/ListRecommendationsCommand.d.ts +6 -21
  88. package/dist-types/commands/PutFeedbackCommand.d.ts +6 -21
  89. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +6 -21
  90. package/dist-types/commands/SearchInsightsCommand.d.ts +6 -21
  91. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +6 -21
  92. package/dist-types/commands/StartCostEstimationCommand.d.ts +6 -21
  93. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +6 -21
  94. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +6 -21
  95. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +6 -21
  96. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  97. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +12 -24
  101. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +12 -24
  106. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +12 -24
  107. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +12 -24
  108. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +12 -24
  112. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +12 -24
  113. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +14 -23
  125. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +12 -24
  128. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  129. package/package.json +11 -11
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DevOpsGuruClient";
5
4
  import { UpdateServiceIntegrationRequest, UpdateServiceIntegrationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateServiceIntegrationCommandInput extends UpdateServiceInteg
21
20
  */
22
21
  export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceIntegrationResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateServiceIntegrationCommand_base: {
24
+ new (input: UpdateServiceIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p> Enables or disables integration with a service that can be integrated with DevOps Guru. The
@@ -82,23 +85,5 @@ export interface UpdateServiceIntegrationCommandOutput extends UpdateServiceInte
82
85
  * <p>Base exception class for all service exceptions from DevOpsGuru service.</p>
83
86
  *
84
87
  */
85
- export declare class UpdateServiceIntegrationCommand extends $Command<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput, DevOpsGuruClientResolvedConfig> {
86
- readonly input: UpdateServiceIntegrationCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: UpdateServiceIntegrationCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DevOpsGuruClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class UpdateServiceIntegrationCommand extends UpdateServiceIntegrationCommand_base {
104
89
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DevOpsGuruClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface AddNotificationChannelCommandInput
21
15
  export interface AddNotificationChannelCommandOutput
22
16
  extends AddNotificationChannelResponse,
23
17
  __MetadataBearer {}
24
- export declare class AddNotificationChannelCommand extends $Command<
25
- AddNotificationChannelCommandInput,
26
- AddNotificationChannelCommandOutput,
27
- DevOpsGuruClientResolvedConfig
28
- > {
29
- readonly input: AddNotificationChannelCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddNotificationChannelCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DevOpsGuruClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AddNotificationChannelCommand_base: {
19
+ new (
20
+ input: AddNotificationChannelCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AddNotificationChannelCommandInput,
38
- AddNotificationChannelCommandOutput
23
+ AddNotificationChannelCommandOutput,
24
+ DevOpsGuruClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddNotificationChannelCommand extends AddNotificationChannelCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DevOpsGuruClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DeleteInsightCommandInput extends DeleteInsightRequest {}
20
14
  export interface DeleteInsightCommandOutput
21
15
  extends DeleteInsightResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteInsightCommand extends $Command<
24
- DeleteInsightCommandInput,
25
- DeleteInsightCommandOutput,
26
- DevOpsGuruClientResolvedConfig
27
- > {
28
- readonly input: DeleteInsightCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteInsightCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DevOpsGuruClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteInsightCommandInput, DeleteInsightCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteInsightCommand_base: {
18
+ new (
19
+ input: DeleteInsightCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteInsightCommandInput,
22
+ DeleteInsightCommandOutput,
23
+ DevOpsGuruClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteInsightCommand extends DeleteInsightCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DevOpsGuruClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeAccountHealthCommandInput
21
15
  export interface DescribeAccountHealthCommandOutput
22
16
  extends DescribeAccountHealthResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeAccountHealthCommand extends $Command<
25
- DescribeAccountHealthCommandInput,
26
- DescribeAccountHealthCommandOutput,
27
- DevOpsGuruClientResolvedConfig
28
- > {
29
- readonly input: DescribeAccountHealthCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeAccountHealthCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DevOpsGuruClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeAccountHealthCommand_base: {
19
+ new (
20
+ input: DescribeAccountHealthCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeAccountHealthCommandInput,
38
- DescribeAccountHealthCommandOutput
23
+ DescribeAccountHealthCommandOutput,
24
+ DevOpsGuruClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeAccountHealthCommand extends DescribeAccountHealthCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DevOpsGuruClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeAccountOverviewCommandInput
21
15
  export interface DescribeAccountOverviewCommandOutput
22
16
  extends DescribeAccountOverviewResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeAccountOverviewCommand extends $Command<
25
- DescribeAccountOverviewCommandInput,
26
- DescribeAccountOverviewCommandOutput,
27
- DevOpsGuruClientResolvedConfig
28
- > {
29
- readonly input: DescribeAccountOverviewCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeAccountOverviewCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DevOpsGuruClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeAccountOverviewCommand_base: {
19
+ new (
20
+ input: DescribeAccountOverviewCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeAccountOverviewCommandInput,
38
- DescribeAccountOverviewCommandOutput
23
+ DescribeAccountOverviewCommandOutput,
24
+ DevOpsGuruClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeAccountOverviewCommand extends DescribeAccountOverviewCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DevOpsGuruClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeAnomalyCommandInput extends DescribeAnomalyRequest {}
20
14
  export interface DescribeAnomalyCommandOutput
21
15
  extends DescribeAnomalyResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeAnomalyCommand extends $Command<
24
- DescribeAnomalyCommandInput,
25
- DescribeAnomalyCommandOutput,
26
- DevOpsGuruClientResolvedConfig
27
- > {
28
- readonly input: DescribeAnomalyCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeAnomalyCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DevOpsGuruClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeAnomalyCommand_base: {
18
+ new (
19
+ input: DescribeAnomalyCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeAnomalyCommandInput,
22
+ DescribeAnomalyCommandOutput,
23
+ DevOpsGuruClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeAnomalyCommand extends DescribeAnomalyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DevOpsGuruClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeEventSourcesConfigCommandInput
21
15
  export interface DescribeEventSourcesConfigCommandOutput
22
16
  extends DescribeEventSourcesConfigResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeEventSourcesConfigCommand extends $Command<
25
- DescribeEventSourcesConfigCommandInput,
26
- DescribeEventSourcesConfigCommandOutput,
27
- DevOpsGuruClientResolvedConfig
28
- > {
29
- readonly input: DescribeEventSourcesConfigCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeEventSourcesConfigCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DevOpsGuruClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeEventSourcesConfigCommand_base: {
19
+ new (
20
+ input: DescribeEventSourcesConfigCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeEventSourcesConfigCommandInput,
38
- DescribeEventSourcesConfigCommandOutput
23
+ DescribeEventSourcesConfigCommandOutput,
24
+ DevOpsGuruClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeEventSourcesConfigCommand extends DescribeEventSourcesConfigCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DevOpsGuruClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeFeedbackCommandInput extends DescribeFeedbackRequest {}
20
14
  export interface DescribeFeedbackCommandOutput
21
15
  extends DescribeFeedbackResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeFeedbackCommand extends $Command<
24
- DescribeFeedbackCommandInput,
25
- DescribeFeedbackCommandOutput,
26
- DevOpsGuruClientResolvedConfig
27
- > {
28
- readonly input: DescribeFeedbackCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeFeedbackCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DevOpsGuruClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeFeedbackCommand_base: {
18
+ new (
19
+ input: DescribeFeedbackCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeFeedbackCommandInput,
22
+ DescribeFeedbackCommandOutput,
23
+ DevOpsGuruClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeFeedbackCommand extends DescribeFeedbackCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DevOpsGuruClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeInsightCommandInput extends DescribeInsightRequest {}
20
14
  export interface DescribeInsightCommandOutput
21
15
  extends DescribeInsightResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeInsightCommand extends $Command<
24
- DescribeInsightCommandInput,
25
- DescribeInsightCommandOutput,
26
- DevOpsGuruClientResolvedConfig
27
- > {
28
- readonly input: DescribeInsightCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeInsightCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DevOpsGuruClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeInsightCommandInput, DescribeInsightCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeInsightCommand_base: {
18
+ new (
19
+ input: DescribeInsightCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeInsightCommandInput,
22
+ DescribeInsightCommandOutput,
23
+ DevOpsGuruClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeInsightCommand extends DescribeInsightCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DevOpsGuruClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeOrganizationHealthCommandInput
21
15
  export interface DescribeOrganizationHealthCommandOutput
22
16
  extends DescribeOrganizationHealthResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeOrganizationHealthCommand extends $Command<
25
- DescribeOrganizationHealthCommandInput,
26
- DescribeOrganizationHealthCommandOutput,
27
- DevOpsGuruClientResolvedConfig
28
- > {
29
- readonly input: DescribeOrganizationHealthCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeOrganizationHealthCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DevOpsGuruClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeOrganizationHealthCommand_base: {
19
+ new (
20
+ input: DescribeOrganizationHealthCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeOrganizationHealthCommandInput,
38
- DescribeOrganizationHealthCommandOutput
23
+ DescribeOrganizationHealthCommandOutput,
24
+ DevOpsGuruClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeOrganizationHealthCommand extends DescribeOrganizationHealthCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DevOpsGuruClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeOrganizationOverviewCommandInput
21
15
  export interface DescribeOrganizationOverviewCommandOutput
22
16
  extends DescribeOrganizationOverviewResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeOrganizationOverviewCommand extends $Command<
25
- DescribeOrganizationOverviewCommandInput,
26
- DescribeOrganizationOverviewCommandOutput,
27
- DevOpsGuruClientResolvedConfig
28
- > {
29
- readonly input: DescribeOrganizationOverviewCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeOrganizationOverviewCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DevOpsGuruClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeOrganizationOverviewCommand_base: {
19
+ new (
20
+ input: DescribeOrganizationOverviewCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeOrganizationOverviewCommandInput,
38
- DescribeOrganizationOverviewCommandOutput
23
+ DescribeOrganizationOverviewCommandOutput,
24
+ DevOpsGuruClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeOrganizationOverviewCommand extends DescribeOrganizationOverviewCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DevOpsGuruClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeOrganizationResourceCollectionHealthCommandInput
21
15
  export interface DescribeOrganizationResourceCollectionHealthCommandOutput
22
16
  extends DescribeOrganizationResourceCollectionHealthResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeOrganizationResourceCollectionHealthCommand extends $Command<
25
- DescribeOrganizationResourceCollectionHealthCommandInput,
26
- DescribeOrganizationResourceCollectionHealthCommandOutput,
27
- DevOpsGuruClientResolvedConfig
28
- > {
29
- readonly input: DescribeOrganizationResourceCollectionHealthCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeOrganizationResourceCollectionHealthCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DevOpsGuruClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeOrganizationResourceCollectionHealthCommand_base: {
19
+ new (
20
+ input: DescribeOrganizationResourceCollectionHealthCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeOrganizationResourceCollectionHealthCommandInput,
38
- DescribeOrganizationResourceCollectionHealthCommandOutput
23
+ DescribeOrganizationResourceCollectionHealthCommandOutput,
24
+ DevOpsGuruClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeOrganizationResourceCollectionHealthCommand extends DescribeOrganizationResourceCollectionHealthCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DevOpsGuruClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DescribeResourceCollectionHealthCommandInput
21
15
  export interface DescribeResourceCollectionHealthCommandOutput
22
16
  extends DescribeResourceCollectionHealthResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeResourceCollectionHealthCommand extends $Command<
25
- DescribeResourceCollectionHealthCommandInput,
26
- DescribeResourceCollectionHealthCommandOutput,
27
- DevOpsGuruClientResolvedConfig
28
- > {
29
- readonly input: DescribeResourceCollectionHealthCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeResourceCollectionHealthCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DevOpsGuruClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeResourceCollectionHealthCommand_base: {
19
+ new (
20
+ input: DescribeResourceCollectionHealthCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeResourceCollectionHealthCommandInput,
38
- DescribeResourceCollectionHealthCommandOutput
23
+ DescribeResourceCollectionHealthCommandOutput,
24
+ DevOpsGuruClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeResourceCollectionHealthCommand extends DescribeResourceCollectionHealthCommand_base {}