@aws-sdk/client-devops-guru 3.168.0 → 3.170.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 (62) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DevOpsGuru.d.ts +568 -160
  3. package/dist-types/ts3.4/DevOpsGuruClient.d.ts +315 -104
  4. package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +38 -17
  18. package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/index.d.ts +31 -31
  36. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  37. package/dist-types/ts3.4/index.d.ts +6 -6
  38. package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +8 -6
  39. package/dist-types/ts3.4/models/index.d.ts +1 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +1935 -1776
  41. package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/DescribeResourceCollectionHealthPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/GetCostEstimationPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/GetResourceCollectionPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  46. package/dist-types/ts3.4/pagination/ListAnomaliesForInsightPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListNotificationChannelsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/SearchInsightsPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  57. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +377 -95
  58. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  59. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  61. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  62. package/package.json +34 -34
@@ -1,95 +1,377 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { AddNotificationChannelCommandInput, AddNotificationChannelCommandOutput } from "../commands/AddNotificationChannelCommand";
4
- import { DeleteInsightCommandInput, DeleteInsightCommandOutput } from "../commands/DeleteInsightCommand";
5
- import { DescribeAccountHealthCommandInput, DescribeAccountHealthCommandOutput } from "../commands/DescribeAccountHealthCommand";
6
- import { DescribeAccountOverviewCommandInput, DescribeAccountOverviewCommandOutput } from "../commands/DescribeAccountOverviewCommand";
7
- import { DescribeAnomalyCommandInput, DescribeAnomalyCommandOutput } from "../commands/DescribeAnomalyCommand";
8
- import { DescribeEventSourcesConfigCommandInput, DescribeEventSourcesConfigCommandOutput } from "../commands/DescribeEventSourcesConfigCommand";
9
- import { DescribeFeedbackCommandInput, DescribeFeedbackCommandOutput } from "../commands/DescribeFeedbackCommand";
10
- import { DescribeInsightCommandInput, DescribeInsightCommandOutput } from "../commands/DescribeInsightCommand";
11
- import { DescribeOrganizationHealthCommandInput, DescribeOrganizationHealthCommandOutput } from "../commands/DescribeOrganizationHealthCommand";
12
- import { DescribeOrganizationOverviewCommandInput, DescribeOrganizationOverviewCommandOutput } from "../commands/DescribeOrganizationOverviewCommand";
13
- import { DescribeOrganizationResourceCollectionHealthCommandInput, DescribeOrganizationResourceCollectionHealthCommandOutput } from "../commands/DescribeOrganizationResourceCollectionHealthCommand";
14
- import { DescribeResourceCollectionHealthCommandInput, DescribeResourceCollectionHealthCommandOutput } from "../commands/DescribeResourceCollectionHealthCommand";
15
- import { DescribeServiceIntegrationCommandInput, DescribeServiceIntegrationCommandOutput } from "../commands/DescribeServiceIntegrationCommand";
16
- import { GetCostEstimationCommandInput, GetCostEstimationCommandOutput } from "../commands/GetCostEstimationCommand";
17
- import { GetResourceCollectionCommandInput, GetResourceCollectionCommandOutput } from "../commands/GetResourceCollectionCommand";
18
- import { ListAnomaliesForInsightCommandInput, ListAnomaliesForInsightCommandOutput } from "../commands/ListAnomaliesForInsightCommand";
19
- import { ListAnomalousLogGroupsCommandInput, ListAnomalousLogGroupsCommandOutput } from "../commands/ListAnomalousLogGroupsCommand";
20
- import { ListEventsCommandInput, ListEventsCommandOutput } from "../commands/ListEventsCommand";
21
- import { ListInsightsCommandInput, ListInsightsCommandOutput } from "../commands/ListInsightsCommand";
22
- import { ListMonitoredResourcesCommandInput, ListMonitoredResourcesCommandOutput } from "../commands/ListMonitoredResourcesCommand";
23
- import { ListNotificationChannelsCommandInput, ListNotificationChannelsCommandOutput } from "../commands/ListNotificationChannelsCommand";
24
- import { ListOrganizationInsightsCommandInput, ListOrganizationInsightsCommandOutput } from "../commands/ListOrganizationInsightsCommand";
25
- import { ListRecommendationsCommandInput, ListRecommendationsCommandOutput } from "../commands/ListRecommendationsCommand";
26
- import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "../commands/PutFeedbackCommand";
27
- import { RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput } from "../commands/RemoveNotificationChannelCommand";
28
- import { SearchInsightsCommandInput, SearchInsightsCommandOutput } from "../commands/SearchInsightsCommand";
29
- import { SearchOrganizationInsightsCommandInput, SearchOrganizationInsightsCommandOutput } from "../commands/SearchOrganizationInsightsCommand";
30
- import { StartCostEstimationCommandInput, StartCostEstimationCommandOutput } from "../commands/StartCostEstimationCommand";
31
- import { UpdateEventSourcesConfigCommandInput, UpdateEventSourcesConfigCommandOutput } from "../commands/UpdateEventSourcesConfigCommand";
32
- import { UpdateResourceCollectionCommandInput, UpdateResourceCollectionCommandOutput } from "../commands/UpdateResourceCollectionCommand";
33
- import { UpdateServiceIntegrationCommandInput, UpdateServiceIntegrationCommandOutput } from "../commands/UpdateServiceIntegrationCommand";
34
- export declare const serializeAws_restJson1AddNotificationChannelCommand: (input: AddNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1DeleteInsightCommand: (input: DeleteInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1DescribeAccountHealthCommand: (input: DescribeAccountHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1DescribeAccountOverviewCommand: (input: DescribeAccountOverviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1DescribeAnomalyCommand: (input: DescribeAnomalyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1DescribeEventSourcesConfigCommand: (input: DescribeEventSourcesConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1DescribeFeedbackCommand: (input: DescribeFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DescribeInsightCommand: (input: DescribeInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DescribeOrganizationHealthCommand: (input: DescribeOrganizationHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DescribeOrganizationOverviewCommand: (input: DescribeOrganizationOverviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand: (input: DescribeOrganizationResourceCollectionHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DescribeResourceCollectionHealthCommand: (input: DescribeResourceCollectionHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DescribeServiceIntegrationCommand: (input: DescribeServiceIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1GetCostEstimationCommand: (input: GetCostEstimationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1GetResourceCollectionCommand: (input: GetResourceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1ListAnomaliesForInsightCommand: (input: ListAnomaliesForInsightCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1ListAnomalousLogGroupsCommand: (input: ListAnomalousLogGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1ListEventsCommand: (input: ListEventsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListInsightsCommand: (input: ListInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListMonitoredResourcesCommand: (input: ListMonitoredResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListNotificationChannelsCommand: (input: ListNotificationChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ListOrganizationInsightsCommand: (input: ListOrganizationInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListRecommendationsCommand: (input: ListRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1PutFeedbackCommand: (input: PutFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1RemoveNotificationChannelCommand: (input: RemoveNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1SearchInsightsCommand: (input: SearchInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1SearchOrganizationInsightsCommand: (input: SearchOrganizationInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1StartCostEstimationCommand: (input: StartCostEstimationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1UpdateEventSourcesConfigCommand: (input: UpdateEventSourcesConfigCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1UpdateResourceCollectionCommand: (input: UpdateResourceCollectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UpdateServiceIntegrationCommand: (input: UpdateServiceIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const deserializeAws_restJson1AddNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddNotificationChannelCommandOutput>;
66
- export declare const deserializeAws_restJson1DeleteInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInsightCommandOutput>;
67
- export declare const deserializeAws_restJson1DescribeAccountHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountHealthCommandOutput>;
68
- export declare const deserializeAws_restJson1DescribeAccountOverviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountOverviewCommandOutput>;
69
- export declare const deserializeAws_restJson1DescribeAnomalyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAnomalyCommandOutput>;
70
- export declare const deserializeAws_restJson1DescribeEventSourcesConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEventSourcesConfigCommandOutput>;
71
- export declare const deserializeAws_restJson1DescribeFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFeedbackCommandOutput>;
72
- export declare const deserializeAws_restJson1DescribeInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeInsightCommandOutput>;
73
- export declare const deserializeAws_restJson1DescribeOrganizationHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationHealthCommandOutput>;
74
- export declare const deserializeAws_restJson1DescribeOrganizationOverviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationOverviewCommandOutput>;
75
- export declare const deserializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationResourceCollectionHealthCommandOutput>;
76
- export declare const deserializeAws_restJson1DescribeResourceCollectionHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceCollectionHealthCommandOutput>;
77
- export declare const deserializeAws_restJson1DescribeServiceIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeServiceIntegrationCommandOutput>;
78
- export declare const deserializeAws_restJson1GetCostEstimationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCostEstimationCommandOutput>;
79
- export declare const deserializeAws_restJson1GetResourceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceCollectionCommandOutput>;
80
- export declare const deserializeAws_restJson1ListAnomaliesForInsightCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnomaliesForInsightCommandOutput>;
81
- export declare const deserializeAws_restJson1ListAnomalousLogGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAnomalousLogGroupsCommandOutput>;
82
- export declare const deserializeAws_restJson1ListEventsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventsCommandOutput>;
83
- export declare const deserializeAws_restJson1ListInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInsightsCommandOutput>;
84
- export declare const deserializeAws_restJson1ListMonitoredResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMonitoredResourcesCommandOutput>;
85
- export declare const deserializeAws_restJson1ListNotificationChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationChannelsCommandOutput>;
86
- export declare const deserializeAws_restJson1ListOrganizationInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationInsightsCommandOutput>;
87
- export declare const deserializeAws_restJson1ListRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendationsCommandOutput>;
88
- export declare const deserializeAws_restJson1PutFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFeedbackCommandOutput>;
89
- export declare const deserializeAws_restJson1RemoveNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveNotificationChannelCommandOutput>;
90
- export declare const deserializeAws_restJson1SearchInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchInsightsCommandOutput>;
91
- export declare const deserializeAws_restJson1SearchOrganizationInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchOrganizationInsightsCommandOutput>;
92
- export declare const deserializeAws_restJson1StartCostEstimationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCostEstimationCommandOutput>;
93
- export declare const deserializeAws_restJson1UpdateEventSourcesConfigCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventSourcesConfigCommandOutput>;
94
- export declare const deserializeAws_restJson1UpdateResourceCollectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourceCollectionCommandOutput>;
95
- export declare const deserializeAws_restJson1UpdateServiceIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateServiceIntegrationCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ AddNotificationChannelCommandInput,
8
+ AddNotificationChannelCommandOutput,
9
+ } from "../commands/AddNotificationChannelCommand";
10
+ import {
11
+ DeleteInsightCommandInput,
12
+ DeleteInsightCommandOutput,
13
+ } from "../commands/DeleteInsightCommand";
14
+ import {
15
+ DescribeAccountHealthCommandInput,
16
+ DescribeAccountHealthCommandOutput,
17
+ } from "../commands/DescribeAccountHealthCommand";
18
+ import {
19
+ DescribeAccountOverviewCommandInput,
20
+ DescribeAccountOverviewCommandOutput,
21
+ } from "../commands/DescribeAccountOverviewCommand";
22
+ import {
23
+ DescribeAnomalyCommandInput,
24
+ DescribeAnomalyCommandOutput,
25
+ } from "../commands/DescribeAnomalyCommand";
26
+ import {
27
+ DescribeEventSourcesConfigCommandInput,
28
+ DescribeEventSourcesConfigCommandOutput,
29
+ } from "../commands/DescribeEventSourcesConfigCommand";
30
+ import {
31
+ DescribeFeedbackCommandInput,
32
+ DescribeFeedbackCommandOutput,
33
+ } from "../commands/DescribeFeedbackCommand";
34
+ import {
35
+ DescribeInsightCommandInput,
36
+ DescribeInsightCommandOutput,
37
+ } from "../commands/DescribeInsightCommand";
38
+ import {
39
+ DescribeOrganizationHealthCommandInput,
40
+ DescribeOrganizationHealthCommandOutput,
41
+ } from "../commands/DescribeOrganizationHealthCommand";
42
+ import {
43
+ DescribeOrganizationOverviewCommandInput,
44
+ DescribeOrganizationOverviewCommandOutput,
45
+ } from "../commands/DescribeOrganizationOverviewCommand";
46
+ import {
47
+ DescribeOrganizationResourceCollectionHealthCommandInput,
48
+ DescribeOrganizationResourceCollectionHealthCommandOutput,
49
+ } from "../commands/DescribeOrganizationResourceCollectionHealthCommand";
50
+ import {
51
+ DescribeResourceCollectionHealthCommandInput,
52
+ DescribeResourceCollectionHealthCommandOutput,
53
+ } from "../commands/DescribeResourceCollectionHealthCommand";
54
+ import {
55
+ DescribeServiceIntegrationCommandInput,
56
+ DescribeServiceIntegrationCommandOutput,
57
+ } from "../commands/DescribeServiceIntegrationCommand";
58
+ import {
59
+ GetCostEstimationCommandInput,
60
+ GetCostEstimationCommandOutput,
61
+ } from "../commands/GetCostEstimationCommand";
62
+ import {
63
+ GetResourceCollectionCommandInput,
64
+ GetResourceCollectionCommandOutput,
65
+ } from "../commands/GetResourceCollectionCommand";
66
+ import {
67
+ ListAnomaliesForInsightCommandInput,
68
+ ListAnomaliesForInsightCommandOutput,
69
+ } from "../commands/ListAnomaliesForInsightCommand";
70
+ import {
71
+ ListAnomalousLogGroupsCommandInput,
72
+ ListAnomalousLogGroupsCommandOutput,
73
+ } from "../commands/ListAnomalousLogGroupsCommand";
74
+ import {
75
+ ListEventsCommandInput,
76
+ ListEventsCommandOutput,
77
+ } from "../commands/ListEventsCommand";
78
+ import {
79
+ ListInsightsCommandInput,
80
+ ListInsightsCommandOutput,
81
+ } from "../commands/ListInsightsCommand";
82
+ import {
83
+ ListMonitoredResourcesCommandInput,
84
+ ListMonitoredResourcesCommandOutput,
85
+ } from "../commands/ListMonitoredResourcesCommand";
86
+ import {
87
+ ListNotificationChannelsCommandInput,
88
+ ListNotificationChannelsCommandOutput,
89
+ } from "../commands/ListNotificationChannelsCommand";
90
+ import {
91
+ ListOrganizationInsightsCommandInput,
92
+ ListOrganizationInsightsCommandOutput,
93
+ } from "../commands/ListOrganizationInsightsCommand";
94
+ import {
95
+ ListRecommendationsCommandInput,
96
+ ListRecommendationsCommandOutput,
97
+ } from "../commands/ListRecommendationsCommand";
98
+ import {
99
+ PutFeedbackCommandInput,
100
+ PutFeedbackCommandOutput,
101
+ } from "../commands/PutFeedbackCommand";
102
+ import {
103
+ RemoveNotificationChannelCommandInput,
104
+ RemoveNotificationChannelCommandOutput,
105
+ } from "../commands/RemoveNotificationChannelCommand";
106
+ import {
107
+ SearchInsightsCommandInput,
108
+ SearchInsightsCommandOutput,
109
+ } from "../commands/SearchInsightsCommand";
110
+ import {
111
+ SearchOrganizationInsightsCommandInput,
112
+ SearchOrganizationInsightsCommandOutput,
113
+ } from "../commands/SearchOrganizationInsightsCommand";
114
+ import {
115
+ StartCostEstimationCommandInput,
116
+ StartCostEstimationCommandOutput,
117
+ } from "../commands/StartCostEstimationCommand";
118
+ import {
119
+ UpdateEventSourcesConfigCommandInput,
120
+ UpdateEventSourcesConfigCommandOutput,
121
+ } from "../commands/UpdateEventSourcesConfigCommand";
122
+ import {
123
+ UpdateResourceCollectionCommandInput,
124
+ UpdateResourceCollectionCommandOutput,
125
+ } from "../commands/UpdateResourceCollectionCommand";
126
+ import {
127
+ UpdateServiceIntegrationCommandInput,
128
+ UpdateServiceIntegrationCommandOutput,
129
+ } from "../commands/UpdateServiceIntegrationCommand";
130
+ export declare const serializeAws_restJson1AddNotificationChannelCommand: (
131
+ input: AddNotificationChannelCommandInput,
132
+ context: __SerdeContext
133
+ ) => Promise<__HttpRequest>;
134
+ export declare const serializeAws_restJson1DeleteInsightCommand: (
135
+ input: DeleteInsightCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_restJson1DescribeAccountHealthCommand: (
139
+ input: DescribeAccountHealthCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_restJson1DescribeAccountOverviewCommand: (
143
+ input: DescribeAccountOverviewCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restJson1DescribeAnomalyCommand: (
147
+ input: DescribeAnomalyCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1DescribeEventSourcesConfigCommand: (
151
+ input: DescribeEventSourcesConfigCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1DescribeFeedbackCommand: (
155
+ input: DescribeFeedbackCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1DescribeInsightCommand: (
159
+ input: DescribeInsightCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1DescribeOrganizationHealthCommand: (
163
+ input: DescribeOrganizationHealthCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1DescribeOrganizationOverviewCommand: (
167
+ input: DescribeOrganizationOverviewCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand: (
171
+ input: DescribeOrganizationResourceCollectionHealthCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1DescribeResourceCollectionHealthCommand: (
175
+ input: DescribeResourceCollectionHealthCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1DescribeServiceIntegrationCommand: (
179
+ input: DescribeServiceIntegrationCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1GetCostEstimationCommand: (
183
+ input: GetCostEstimationCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1GetResourceCollectionCommand: (
187
+ input: GetResourceCollectionCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1ListAnomaliesForInsightCommand: (
191
+ input: ListAnomaliesForInsightCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1ListAnomalousLogGroupsCommand: (
195
+ input: ListAnomalousLogGroupsCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1ListEventsCommand: (
199
+ input: ListEventsCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1ListInsightsCommand: (
203
+ input: ListInsightsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1ListMonitoredResourcesCommand: (
207
+ input: ListMonitoredResourcesCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1ListNotificationChannelsCommand: (
211
+ input: ListNotificationChannelsCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1ListOrganizationInsightsCommand: (
215
+ input: ListOrganizationInsightsCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1ListRecommendationsCommand: (
219
+ input: ListRecommendationsCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1PutFeedbackCommand: (
223
+ input: PutFeedbackCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1RemoveNotificationChannelCommand: (
227
+ input: RemoveNotificationChannelCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1SearchInsightsCommand: (
231
+ input: SearchInsightsCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1SearchOrganizationInsightsCommand: (
235
+ input: SearchOrganizationInsightsCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1StartCostEstimationCommand: (
239
+ input: StartCostEstimationCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1UpdateEventSourcesConfigCommand: (
243
+ input: UpdateEventSourcesConfigCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1UpdateResourceCollectionCommand: (
247
+ input: UpdateResourceCollectionCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1UpdateServiceIntegrationCommand: (
251
+ input: UpdateServiceIntegrationCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const deserializeAws_restJson1AddNotificationChannelCommand: (
255
+ output: __HttpResponse,
256
+ context: __SerdeContext
257
+ ) => Promise<AddNotificationChannelCommandOutput>;
258
+ export declare const deserializeAws_restJson1DeleteInsightCommand: (
259
+ output: __HttpResponse,
260
+ context: __SerdeContext
261
+ ) => Promise<DeleteInsightCommandOutput>;
262
+ export declare const deserializeAws_restJson1DescribeAccountHealthCommand: (
263
+ output: __HttpResponse,
264
+ context: __SerdeContext
265
+ ) => Promise<DescribeAccountHealthCommandOutput>;
266
+ export declare const deserializeAws_restJson1DescribeAccountOverviewCommand: (
267
+ output: __HttpResponse,
268
+ context: __SerdeContext
269
+ ) => Promise<DescribeAccountOverviewCommandOutput>;
270
+ export declare const deserializeAws_restJson1DescribeAnomalyCommand: (
271
+ output: __HttpResponse,
272
+ context: __SerdeContext
273
+ ) => Promise<DescribeAnomalyCommandOutput>;
274
+ export declare const deserializeAws_restJson1DescribeEventSourcesConfigCommand: (
275
+ output: __HttpResponse,
276
+ context: __SerdeContext
277
+ ) => Promise<DescribeEventSourcesConfigCommandOutput>;
278
+ export declare const deserializeAws_restJson1DescribeFeedbackCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<DescribeFeedbackCommandOutput>;
282
+ export declare const deserializeAws_restJson1DescribeInsightCommand: (
283
+ output: __HttpResponse,
284
+ context: __SerdeContext
285
+ ) => Promise<DescribeInsightCommandOutput>;
286
+ export declare const deserializeAws_restJson1DescribeOrganizationHealthCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<DescribeOrganizationHealthCommandOutput>;
290
+ export declare const deserializeAws_restJson1DescribeOrganizationOverviewCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<DescribeOrganizationOverviewCommandOutput>;
294
+ export declare const deserializeAws_restJson1DescribeOrganizationResourceCollectionHealthCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<DescribeOrganizationResourceCollectionHealthCommandOutput>;
298
+ export declare const deserializeAws_restJson1DescribeResourceCollectionHealthCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<DescribeResourceCollectionHealthCommandOutput>;
302
+ export declare const deserializeAws_restJson1DescribeServiceIntegrationCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<DescribeServiceIntegrationCommandOutput>;
306
+ export declare const deserializeAws_restJson1GetCostEstimationCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<GetCostEstimationCommandOutput>;
310
+ export declare const deserializeAws_restJson1GetResourceCollectionCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<GetResourceCollectionCommandOutput>;
314
+ export declare const deserializeAws_restJson1ListAnomaliesForInsightCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<ListAnomaliesForInsightCommandOutput>;
318
+ export declare const deserializeAws_restJson1ListAnomalousLogGroupsCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<ListAnomalousLogGroupsCommandOutput>;
322
+ export declare const deserializeAws_restJson1ListEventsCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<ListEventsCommandOutput>;
326
+ export declare const deserializeAws_restJson1ListInsightsCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<ListInsightsCommandOutput>;
330
+ export declare const deserializeAws_restJson1ListMonitoredResourcesCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<ListMonitoredResourcesCommandOutput>;
334
+ export declare const deserializeAws_restJson1ListNotificationChannelsCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<ListNotificationChannelsCommandOutput>;
338
+ export declare const deserializeAws_restJson1ListOrganizationInsightsCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<ListOrganizationInsightsCommandOutput>;
342
+ export declare const deserializeAws_restJson1ListRecommendationsCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<ListRecommendationsCommandOutput>;
346
+ export declare const deserializeAws_restJson1PutFeedbackCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<PutFeedbackCommandOutput>;
350
+ export declare const deserializeAws_restJson1RemoveNotificationChannelCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<RemoveNotificationChannelCommandOutput>;
354
+ export declare const deserializeAws_restJson1SearchInsightsCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<SearchInsightsCommandOutput>;
358
+ export declare const deserializeAws_restJson1SearchOrganizationInsightsCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<SearchOrganizationInsightsCommandOutput>;
362
+ export declare const deserializeAws_restJson1StartCostEstimationCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<StartCostEstimationCommandOutput>;
366
+ export declare const deserializeAws_restJson1UpdateEventSourcesConfigCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<UpdateEventSourcesConfigCommandOutput>;
370
+ export declare const deserializeAws_restJson1UpdateResourceCollectionCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<UpdateResourceCollectionCommandOutput>;
374
+ export declare const deserializeAws_restJson1UpdateServiceIntegrationCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<UpdateServiceIntegrationCommandOutput>;
@@ -1,38 +1,66 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { DevOpsGuruClientConfig } from "./DevOpsGuruClient";
3
-
4
- export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { DevOpsGuruClientConfig } from "./DevOpsGuruClient";
3
+
4
+ export declare const getRuntimeConfig: (config: DevOpsGuruClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<any>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };