@aws-sdk/client-devops-guru 3.1076.0 → 3.1078.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 (113) hide show
  1. package/dist-cjs/index.js +42 -315
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddNotificationChannelCommand.js +2 -14
  4. package/dist-es/commands/DeleteInsightCommand.js +2 -14
  5. package/dist-es/commands/DescribeAccountHealthCommand.js +2 -14
  6. package/dist-es/commands/DescribeAccountOverviewCommand.js +2 -14
  7. package/dist-es/commands/DescribeAnomalyCommand.js +2 -14
  8. package/dist-es/commands/DescribeEventSourcesConfigCommand.js +2 -14
  9. package/dist-es/commands/DescribeFeedbackCommand.js +2 -14
  10. package/dist-es/commands/DescribeInsightCommand.js +2 -14
  11. package/dist-es/commands/DescribeOrganizationHealthCommand.js +2 -14
  12. package/dist-es/commands/DescribeOrganizationOverviewCommand.js +2 -14
  13. package/dist-es/commands/DescribeOrganizationResourceCollectionHealthCommand.js +2 -14
  14. package/dist-es/commands/DescribeResourceCollectionHealthCommand.js +2 -14
  15. package/dist-es/commands/DescribeServiceIntegrationCommand.js +2 -14
  16. package/dist-es/commands/GetCostEstimationCommand.js +2 -14
  17. package/dist-es/commands/GetResourceCollectionCommand.js +2 -14
  18. package/dist-es/commands/ListAnomaliesForInsightCommand.js +2 -14
  19. package/dist-es/commands/ListAnomalousLogGroupsCommand.js +2 -14
  20. package/dist-es/commands/ListEventsCommand.js +2 -14
  21. package/dist-es/commands/ListInsightsCommand.js +2 -14
  22. package/dist-es/commands/ListMonitoredResourcesCommand.js +2 -14
  23. package/dist-es/commands/ListNotificationChannelsCommand.js +2 -14
  24. package/dist-es/commands/ListOrganizationInsightsCommand.js +2 -14
  25. package/dist-es/commands/ListRecommendationsCommand.js +2 -14
  26. package/dist-es/commands/PutFeedbackCommand.js +2 -14
  27. package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -14
  28. package/dist-es/commands/SearchInsightsCommand.js +2 -14
  29. package/dist-es/commands/SearchOrganizationInsightsCommand.js +2 -14
  30. package/dist-es/commands/StartCostEstimationCommand.js +2 -14
  31. package/dist-es/commands/UpdateEventSourcesConfigCommand.js +2 -14
  32. package/dist-es/commands/UpdateResourceCollectionCommand.js +2 -14
  33. package/dist-es/commands/UpdateServiceIntegrationCommand.js +2 -14
  34. package/dist-es/index.js +1 -0
  35. package/dist-es/runtimeConfig.browser.js +0 -2
  36. package/dist-es/runtimeConfig.js +1 -2
  37. package/dist-es/runtimeConfig.native.js +0 -2
  38. package/dist-es/runtimeConfig.shared.js +2 -0
  39. package/dist-types/commandBuilder.d.ts +18 -0
  40. package/dist-types/commands/AddNotificationChannelCommand.d.ts +3 -8
  41. package/dist-types/commands/DeleteInsightCommand.d.ts +3 -8
  42. package/dist-types/commands/DescribeAccountHealthCommand.d.ts +3 -8
  43. package/dist-types/commands/DescribeAccountOverviewCommand.d.ts +3 -8
  44. package/dist-types/commands/DescribeAnomalyCommand.d.ts +3 -8
  45. package/dist-types/commands/DescribeEventSourcesConfigCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeFeedbackCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeInsightCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeOrganizationHealthCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeOrganizationOverviewCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeResourceCollectionHealthCommand.d.ts +3 -8
  52. package/dist-types/commands/DescribeServiceIntegrationCommand.d.ts +3 -8
  53. package/dist-types/commands/GetCostEstimationCommand.d.ts +3 -8
  54. package/dist-types/commands/GetResourceCollectionCommand.d.ts +3 -8
  55. package/dist-types/commands/ListAnomaliesForInsightCommand.d.ts +3 -8
  56. package/dist-types/commands/ListAnomalousLogGroupsCommand.d.ts +3 -8
  57. package/dist-types/commands/ListEventsCommand.d.ts +3 -8
  58. package/dist-types/commands/ListInsightsCommand.d.ts +3 -8
  59. package/dist-types/commands/ListMonitoredResourcesCommand.d.ts +3 -8
  60. package/dist-types/commands/ListNotificationChannelsCommand.d.ts +3 -8
  61. package/dist-types/commands/ListOrganizationInsightsCommand.d.ts +3 -8
  62. package/dist-types/commands/ListRecommendationsCommand.d.ts +3 -8
  63. package/dist-types/commands/PutFeedbackCommand.d.ts +3 -8
  64. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -8
  65. package/dist-types/commands/SearchInsightsCommand.d.ts +3 -8
  66. package/dist-types/commands/SearchOrganizationInsightsCommand.d.ts +3 -8
  67. package/dist-types/commands/StartCostEstimationCommand.d.ts +3 -8
  68. package/dist-types/commands/UpdateEventSourcesConfigCommand.d.ts +3 -8
  69. package/dist-types/commands/UpdateResourceCollectionCommand.d.ts +3 -8
  70. package/dist-types/commands/UpdateServiceIntegrationCommand.d.ts +3 -8
  71. package/dist-types/index.d.ts +1 -0
  72. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  73. package/dist-types/runtimeConfig.d.ts +1 -1
  74. package/dist-types/runtimeConfig.native.d.ts +1 -1
  75. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  76. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  77. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/index.d.ts +1 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  112. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  113. package/package.json +8 -10
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  ListNotificationChannelsRequest,
10
4
  ListNotificationChannelsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListNotificationChannelsCommandInput
15
8
  extends ListNotificationChannelsRequest {}
16
9
  export interface ListNotificationChannelsCommandOutput
@@ -22,22 +15,20 @@ declare const ListNotificationChannelsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListNotificationChannelsCommandInput,
24
17
  ListNotificationChannelsCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [ListNotificationChannelsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListNotificationChannelsCommandInput,
33
26
  ListNotificationChannelsCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListNotificationChannelsCommand extends ListNotificationChannelsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  ListOrganizationInsightsRequest,
10
4
  ListOrganizationInsightsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListOrganizationInsightsCommandInput
15
8
  extends ListOrganizationInsightsRequest {}
16
9
  export interface ListOrganizationInsightsCommandOutput
@@ -22,22 +15,20 @@ declare const ListOrganizationInsightsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListOrganizationInsightsCommandInput,
24
17
  ListOrganizationInsightsCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListOrganizationInsightsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListOrganizationInsightsCommandInput,
33
26
  ListOrganizationInsightsCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListOrganizationInsightsCommand extends ListOrganizationInsightsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  ListRecommendationsRequest,
10
4
  ListRecommendationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListRecommendationsCommandInput
15
8
  extends ListRecommendationsRequest {}
16
9
  export interface ListRecommendationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListRecommendationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListRecommendationsCommandInput,
24
17
  ListRecommendationsCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListRecommendationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListRecommendationsCommandInput,
33
26
  ListRecommendationsCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListRecommendationsCommand extends ListRecommendationsCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import { PutFeedbackRequest, PutFeedbackResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface PutFeedbackCommandInput extends PutFeedbackRequest {}
12
5
  export interface PutFeedbackCommandOutput
13
6
  extends PutFeedbackResponse,
@@ -18,22 +11,20 @@ declare const PutFeedbackCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  PutFeedbackCommandInput,
20
13
  PutFeedbackCommandOutput,
21
- DevOpsGuruClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DevOpsGuruClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [PutFeedbackCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  PutFeedbackCommandInput,
29
22
  PutFeedbackCommandOutput,
30
- DevOpsGuruClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DevOpsGuruClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class PutFeedbackCommand extends PutFeedbackCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  RemoveNotificationChannelRequest,
10
4
  RemoveNotificationChannelResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface RemoveNotificationChannelCommandInput
15
8
  extends RemoveNotificationChannelRequest {}
16
9
  export interface RemoveNotificationChannelCommandOutput
@@ -22,22 +15,20 @@ declare const RemoveNotificationChannelCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  RemoveNotificationChannelCommandInput,
24
17
  RemoveNotificationChannelCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: RemoveNotificationChannelCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  RemoveNotificationChannelCommandInput,
33
26
  RemoveNotificationChannelCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  SearchInsightsRequest,
10
4
  SearchInsightsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SearchInsightsCommandInput extends SearchInsightsRequest {}
15
8
  export interface SearchInsightsCommandOutput
16
9
  extends SearchInsightsResponse,
@@ -21,22 +14,20 @@ declare const SearchInsightsCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  SearchInsightsCommandInput,
23
16
  SearchInsightsCommandOutput,
24
- DevOpsGuruClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DevOpsGuruClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: SearchInsightsCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  SearchInsightsCommandInput,
32
25
  SearchInsightsCommandOutput,
33
- DevOpsGuruClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DevOpsGuruClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class SearchInsightsCommand extends SearchInsightsCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  SearchOrganizationInsightsRequest,
10
4
  SearchOrganizationInsightsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SearchOrganizationInsightsCommandInput
15
8
  extends SearchOrganizationInsightsRequest {}
16
9
  export interface SearchOrganizationInsightsCommandOutput
@@ -22,22 +15,20 @@ declare const SearchOrganizationInsightsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SearchOrganizationInsightsCommandInput,
24
17
  SearchOrganizationInsightsCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SearchOrganizationInsightsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SearchOrganizationInsightsCommandInput,
33
26
  SearchOrganizationInsightsCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SearchOrganizationInsightsCommand extends SearchOrganizationInsightsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  StartCostEstimationRequest,
10
4
  StartCostEstimationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StartCostEstimationCommandInput
15
8
  extends StartCostEstimationRequest {}
16
9
  export interface StartCostEstimationCommandOutput
@@ -22,22 +15,20 @@ declare const StartCostEstimationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  StartCostEstimationCommandInput,
24
17
  StartCostEstimationCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: StartCostEstimationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  StartCostEstimationCommandInput,
33
26
  StartCostEstimationCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class StartCostEstimationCommand extends StartCostEstimationCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  UpdateEventSourcesConfigRequest,
10
4
  UpdateEventSourcesConfigResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateEventSourcesConfigCommandInput
15
8
  extends UpdateEventSourcesConfigRequest {}
16
9
  export interface UpdateEventSourcesConfigCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateEventSourcesConfigCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateEventSourcesConfigCommandInput,
24
17
  UpdateEventSourcesConfigCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [UpdateEventSourcesConfigCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateEventSourcesConfigCommandInput,
33
26
  UpdateEventSourcesConfigCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateEventSourcesConfigCommand extends UpdateEventSourcesConfigCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  UpdateResourceCollectionRequest,
10
4
  UpdateResourceCollectionResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateResourceCollectionCommandInput
15
8
  extends UpdateResourceCollectionRequest {}
16
9
  export interface UpdateResourceCollectionCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateResourceCollectionCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateResourceCollectionCommandInput,
24
17
  UpdateResourceCollectionCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateResourceCollectionCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateResourceCollectionCommandInput,
33
26
  UpdateResourceCollectionCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateResourceCollectionCommand extends UpdateResourceCollectionCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DevOpsGuruClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DevOpsGuruClient";
8
2
  import {
9
3
  UpdateServiceIntegrationRequest,
10
4
  UpdateServiceIntegrationResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface UpdateServiceIntegrationCommandInput
15
8
  extends UpdateServiceIntegrationRequest {}
16
9
  export interface UpdateServiceIntegrationCommandOutput
@@ -22,22 +15,20 @@ declare const UpdateServiceIntegrationCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  UpdateServiceIntegrationCommandInput,
24
17
  UpdateServiceIntegrationCommandOutput,
25
- DevOpsGuruClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DevOpsGuruClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: UpdateServiceIntegrationCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  UpdateServiceIntegrationCommandInput,
33
26
  UpdateServiceIntegrationCommandOutput,
34
- DevOpsGuruClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DevOpsGuruClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class UpdateServiceIntegrationCommand extends UpdateServiceIntegrationCommand_base {
43
34
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { DevOpsGuruExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./models/enums";
@@ -20,7 +20,6 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
20
20
  | import("@smithy/core/protocols").HttpHandler<any>
21
21
  | RequestHandler;
22
22
  retryMode: string | import("@smithy/types").Provider<string>;
23
- sha256: import("@smithy/types").HashConstructor;
24
23
  streamCollector: (
25
24
  stream:
26
25
  | import("stream").Readable
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
42
41
  [setting: string]: unknown;
43
42
  };
44
43
  apiVersion: string;
44
+ sha256: import("@smithy/types").HashConstructor;
45
45
  urlParser: import("@smithy/types").UrlParser;
46
46
  base64Decoder: import("@smithy/types").Decoder;
47
47
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
21
21
  | RequestHandler
22
22
  | import("@smithy/core/protocols").HttpHandler<any>;
23
23
  retryMode: string | import("@smithy/types").Provider<string>;
24
- sha256: import("@smithy/types").HashConstructor;
25
24
  streamCollector: (
26
25
  stream:
27
26
  | import("stream").Readable
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
42
41
  [setting: string]: unknown;
43
42
  };
44
43
  apiVersion: string;
44
+ sha256: import("@smithy/types").HashConstructor;
45
45
  urlParser: import("@smithy/types").UrlParser;
46
46
  base64Decoder: import("@smithy/types").Decoder;
47
47
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -1,7 +1,6 @@
1
1
  import { DevOpsGuruClientConfig } from "./DevOpsGuruClient";
2
2
  export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
3
3
  runtime: string;
4
- sha256: import("@smithy/types").HashConstructor;
5
4
  requestHandler:
6
5
  | import("@smithy/types").NodeHttpHandlerOptions
7
6
  | import("@smithy/types").FetchHttpHandlerOptions
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
18
17
  [setting: string]: unknown;
19
18
  };
20
19
  apiVersion: string;
20
+ sha256: import("@smithy/types").HashConstructor;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
24
24
  defaultNamespace?: string;
25
25
  };
26
26
  serviceId: string;
27
+ sha256: import("@smithy/types").HashConstructor;
27
28
  urlParser: import("@smithy/types").UrlParser;
28
29
  utf8Decoder: import("@smithy/types").Decoder;
29
30
  utf8Encoder: (input: Uint8Array | string) => string;
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.1076.0",
4
+ "version": "3.1078.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,15 +19,13 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-crypto/sha256-browser": "5.2.0",
23
- "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.24",
25
- "@aws-sdk/credential-provider-node": "^3.972.59",
26
- "@aws-sdk/types": "^3.973.14",
27
- "@smithy/core": "^3.27.0",
28
- "@smithy/fetch-http-handler": "^5.6.0",
29
- "@smithy/node-http-handler": "^4.9.0",
30
- "@smithy/types": "^4.15.0",
22
+ "@aws-sdk/core": "^3.974.26",
23
+ "@aws-sdk/credential-provider-node": "^3.972.61",
24
+ "@aws-sdk/types": "^3.973.15",
25
+ "@smithy/core": "^3.29.0",
26
+ "@smithy/fetch-http-handler": "^5.6.2",
27
+ "@smithy/node-http-handler": "^4.9.2",
28
+ "@smithy/types": "^4.15.1",
31
29
  "tslib": "^2.6.2"
32
30
  },
33
31
  "devDependencies": {