@aws-sdk/client-codeguruprofiler 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AddNotificationChannelsCommand.js +18 -41
- package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +18 -41
- package/dist-cjs/commands/ConfigureAgentCommand.js +18 -41
- package/dist-cjs/commands/CreateProfilingGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteProfilingGroupCommand.js +18 -41
- package/dist-cjs/commands/DescribeProfilingGroupCommand.js +18 -41
- package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +18 -41
- package/dist-cjs/commands/GetNotificationConfigurationCommand.js +18 -41
- package/dist-cjs/commands/GetPolicyCommand.js +18 -41
- package/dist-cjs/commands/GetProfileCommand.js +18 -41
- package/dist-cjs/commands/GetRecommendationsCommand.js +18 -41
- package/dist-cjs/commands/ListFindingsReportsCommand.js +18 -41
- package/dist-cjs/commands/ListProfileTimesCommand.js +18 -41
- package/dist-cjs/commands/ListProfilingGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PostAgentProfileCommand.js +18 -41
- package/dist-cjs/commands/PutPermissionCommand.js +18 -41
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +18 -41
- package/dist-cjs/commands/RemovePermissionCommand.js +18 -41
- package/dist-cjs/commands/SubmitFeedbackCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateProfilingGroupCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/GetFindingsReportAccountSummaryPaginator.js +2 -24
- package/dist-cjs/pagination/ListFindingsReportsPaginator.js +2 -24
- package/dist-cjs/pagination/ListProfileTimesPaginator.js +2 -24
- package/dist-cjs/pagination/ListProfilingGroupsPaginator.js +2 -24
- package/dist-es/commands/AddNotificationChannelsCommand.js +18 -41
- package/dist-es/commands/BatchGetFrameMetricDataCommand.js +18 -41
- package/dist-es/commands/ConfigureAgentCommand.js +18 -41
- package/dist-es/commands/CreateProfilingGroupCommand.js +18 -41
- package/dist-es/commands/DeleteProfilingGroupCommand.js +18 -41
- package/dist-es/commands/DescribeProfilingGroupCommand.js +18 -41
- package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +18 -41
- package/dist-es/commands/GetNotificationConfigurationCommand.js +18 -41
- package/dist-es/commands/GetPolicyCommand.js +18 -41
- package/dist-es/commands/GetProfileCommand.js +18 -41
- package/dist-es/commands/GetRecommendationsCommand.js +18 -41
- package/dist-es/commands/ListFindingsReportsCommand.js +18 -41
- package/dist-es/commands/ListProfileTimesCommand.js +18 -41
- package/dist-es/commands/ListProfilingGroupsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PostAgentProfileCommand.js +18 -41
- package/dist-es/commands/PutPermissionCommand.js +18 -41
- package/dist-es/commands/RemoveNotificationChannelCommand.js +18 -41
- package/dist-es/commands/RemovePermissionCommand.js +18 -41
- package/dist-es/commands/SubmitFeedbackCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateProfilingGroupCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/GetFindingsReportAccountSummaryPaginator.js +2 -23
- package/dist-es/pagination/ListFindingsReportsPaginator.js +2 -23
- package/dist-es/pagination/ListProfileTimesPaginator.js +2 -23
- package/dist-es/pagination/ListProfilingGroupsPaginator.js +2 -23
- package/dist-types/commands/AddNotificationChannelsCommand.d.ts +6 -21
- package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +6 -21
- package/dist-types/commands/ConfigureAgentCommand.d.ts +6 -21
- package/dist-types/commands/CreateProfilingGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +6 -21
- package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +6 -21
- package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +6 -21
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -21
- package/dist-types/commands/GetProfileCommand.d.ts +6 -21
- package/dist-types/commands/GetRecommendationsCommand.d.ts +6 -21
- package/dist-types/commands/ListFindingsReportsCommand.d.ts +6 -21
- package/dist-types/commands/ListProfileTimesCommand.d.ts +6 -21
- package/dist-types/commands/ListProfilingGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PostAgentProfileCommand.d.ts +6 -21
- package/dist-types/commands/PutPermissionCommand.d.ts +6 -21
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +6 -21
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -21
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/GetFindingsReportAccountSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingsReportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProfileTimesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProfilingGroupsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +13 -20
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/GetFindingsReportAccountSummaryPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFindingsReportsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProfileTimesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProfilingGroupsPaginator.d.ts +3 -3
- 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 {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { GetNotificationConfigurationRequest, GetNotificationConfigurationResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetNotificationConfigurationCommandInput extends GetNotificatio
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetNotificationConfigurationCommandOutput extends GetNotificationConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetNotificationConfigurationCommand_base: {
|
|
24
|
+
new (input: GetNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Get the current configuration for anomaly notifications for a profiling group.</p>
|
|
@@ -73,23 +76,5 @@ export interface GetNotificationConfigurationCommandOutput extends GetNotificati
|
|
|
73
76
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
74
77
|
*
|
|
75
78
|
*/
|
|
76
|
-
export declare class GetNotificationConfigurationCommand extends
|
|
77
|
-
readonly input: GetNotificationConfigurationCommandInput;
|
|
78
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
79
|
-
/**
|
|
80
|
-
* @public
|
|
81
|
-
*/
|
|
82
|
-
constructor(input: GetNotificationConfigurationCommandInput);
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput>;
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
private serialize;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private deserialize;
|
|
79
|
+
export declare class GetNotificationConfigurationCommand extends GetNotificationConfigurationCommand_base {
|
|
95
80
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetPolicyCommand_base: {
|
|
24
|
+
new (input: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -63,23 +66,5 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class GetPolicyCommand extends
|
|
67
|
-
readonly input: GetPolicyCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: GetPolicyCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPolicyCommandInput, GetPolicyCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
85
70
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
5
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
6
5
|
import { GetProfileRequest, GetProfileResponse } from "../models/models_0";
|
|
@@ -28,6 +27,10 @@ export type GetProfileCommandOutputType = Omit<GetProfileResponse, "profile"> &
|
|
|
28
27
|
*/
|
|
29
28
|
export interface GetProfileCommandOutput extends GetProfileCommandOutputType, __MetadataBearer {
|
|
30
29
|
}
|
|
30
|
+
declare const GetProfileCommand_base: {
|
|
31
|
+
new (input: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
|
+
};
|
|
31
34
|
/**
|
|
32
35
|
* @public
|
|
33
36
|
* <p>
|
|
@@ -148,23 +151,5 @@ export interface GetProfileCommandOutput extends GetProfileCommandOutputType, __
|
|
|
148
151
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
149
152
|
*
|
|
150
153
|
*/
|
|
151
|
-
export declare class GetProfileCommand extends
|
|
152
|
-
readonly input: GetProfileCommandInput;
|
|
153
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
154
|
-
/**
|
|
155
|
-
* @public
|
|
156
|
-
*/
|
|
157
|
-
constructor(input: GetProfileCommandInput);
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProfileCommandInput, GetProfileCommandOutput>;
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
private serialize;
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
private deserialize;
|
|
154
|
+
export declare class GetProfileCommand extends GetProfileCommand_base {
|
|
170
155
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface GetRecommendationsCommandInput extends GetRecommendationsReques
|
|
|
21
20
|
*/
|
|
22
21
|
export interface GetRecommendationsCommandOutput extends GetRecommendationsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const GetRecommendationsCommand_base: {
|
|
24
|
+
new (input: GetRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -131,23 +134,5 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo
|
|
|
131
134
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
132
135
|
*
|
|
133
136
|
*/
|
|
134
|
-
export declare class GetRecommendationsCommand extends
|
|
135
|
-
readonly input: GetRecommendationsCommandInput;
|
|
136
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
137
|
-
/**
|
|
138
|
-
* @public
|
|
139
|
-
*/
|
|
140
|
-
constructor(input: GetRecommendationsCommandInput);
|
|
141
|
-
/**
|
|
142
|
-
* @internal
|
|
143
|
-
*/
|
|
144
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecommendationsCommandInput, GetRecommendationsCommandOutput>;
|
|
145
|
-
/**
|
|
146
|
-
* @internal
|
|
147
|
-
*/
|
|
148
|
-
private serialize;
|
|
149
|
-
/**
|
|
150
|
-
* @internal
|
|
151
|
-
*/
|
|
152
|
-
private deserialize;
|
|
137
|
+
export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
|
|
153
138
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { ListFindingsReportsRequest, ListFindingsReportsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListFindingsReportsCommandInput extends ListFindingsReportsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListFindingsReportsCommandOutput extends ListFindingsReportsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListFindingsReportsCommand_base: {
|
|
24
|
+
new (input: ListFindingsReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>List the available reports for a given profiling group and time range.</p>
|
|
@@ -77,23 +80,5 @@ export interface ListFindingsReportsCommandOutput extends ListFindingsReportsRes
|
|
|
77
80
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
78
81
|
*
|
|
79
82
|
*/
|
|
80
|
-
export declare class ListFindingsReportsCommand extends
|
|
81
|
-
readonly input: ListFindingsReportsCommandInput;
|
|
82
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
constructor(input: ListFindingsReportsCommandInput);
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput>;
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
|
-
private serialize;
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
private deserialize;
|
|
83
|
+
export declare class ListFindingsReportsCommand extends ListFindingsReportsCommand_base {
|
|
99
84
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { ListProfileTimesRequest, ListProfileTimesResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListProfileTimesCommandInput extends ListProfileTimesRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListProfileTimesCommandOutput extends ListProfileTimesResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListProfileTimesCommand_base: {
|
|
24
|
+
new (input: ListProfileTimesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfileTimesCommandInput, ListProfileTimesCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Lists the start times of the available aggregated profiles of a profiling group
|
|
@@ -75,23 +78,5 @@ export interface ListProfileTimesCommandOutput extends ListProfileTimesResponse,
|
|
|
75
78
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
76
79
|
*
|
|
77
80
|
*/
|
|
78
|
-
export declare class ListProfileTimesCommand extends
|
|
79
|
-
readonly input: ListProfileTimesCommandInput;
|
|
80
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
81
|
-
/**
|
|
82
|
-
* @public
|
|
83
|
-
*/
|
|
84
|
-
constructor(input: ListProfileTimesCommandInput);
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfileTimesCommandInput, ListProfileTimesCommandOutput>;
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
private serialize;
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
private deserialize;
|
|
81
|
+
export declare class ListProfileTimesCommand extends ListProfileTimesCommand_base {
|
|
97
82
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { ListProfilingGroupsRequest, ListProfilingGroupsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListProfilingGroupsCommandInput extends ListProfilingGroupsRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListProfilingGroupsCommandOutput extends ListProfilingGroupsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListProfilingGroupsCommand_base: {
|
|
24
|
+
new (input: ListProfilingGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -91,23 +94,5 @@ export interface ListProfilingGroupsCommandOutput extends ListProfilingGroupsRes
|
|
|
91
94
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
92
95
|
*
|
|
93
96
|
*/
|
|
94
|
-
export declare class ListProfilingGroupsCommand extends
|
|
95
|
-
readonly input: ListProfilingGroupsCommandInput;
|
|
96
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
97
|
-
/**
|
|
98
|
-
* @public
|
|
99
|
-
*/
|
|
100
|
-
constructor(input: ListProfilingGroupsCommandInput);
|
|
101
|
-
/**
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput>;
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
private serialize;
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
private deserialize;
|
|
97
|
+
export declare class ListProfilingGroupsCommand extends ListProfilingGroupsCommand_base {
|
|
113
98
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
21
20
|
*/
|
|
22
21
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const ListTagsForResourceCommand_base: {
|
|
24
|
+
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -64,23 +67,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
64
67
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
65
68
|
*
|
|
66
69
|
*/
|
|
67
|
-
export declare class ListTagsForResourceCommand extends
|
|
68
|
-
readonly input: ListTagsForResourceCommandInput;
|
|
69
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
-
/**
|
|
71
|
-
* @public
|
|
72
|
-
*/
|
|
73
|
-
constructor(input: ListTagsForResourceCommandInput);
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
|
-
private serialize;
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
|
-
private deserialize;
|
|
70
|
+
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
86
71
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import { BlobPayloadInputTypes,
|
|
2
|
+
import { BlobPayloadInputTypes, MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { PostAgentProfileRequest, PostAgentProfileResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -27,6 +26,10 @@ export interface PostAgentProfileCommandInput extends PostAgentProfileCommandInp
|
|
|
27
26
|
*/
|
|
28
27
|
export interface PostAgentProfileCommandOutput extends PostAgentProfileResponse, __MetadataBearer {
|
|
29
28
|
}
|
|
29
|
+
declare const PostAgentProfileCommand_base: {
|
|
30
|
+
new (input: PostAgentProfileCommandInput): import("@smithy/smithy-client").CommandImpl<PostAgentProfileCommandInput, PostAgentProfileCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
32
|
+
};
|
|
30
33
|
/**
|
|
31
34
|
* @public
|
|
32
35
|
* <p>
|
|
@@ -76,23 +79,5 @@ export interface PostAgentProfileCommandOutput extends PostAgentProfileResponse,
|
|
|
76
79
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
77
80
|
*
|
|
78
81
|
*/
|
|
79
|
-
export declare class PostAgentProfileCommand extends
|
|
80
|
-
readonly input: PostAgentProfileCommandInput;
|
|
81
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
-
/**
|
|
83
|
-
* @public
|
|
84
|
-
*/
|
|
85
|
-
constructor(input: PostAgentProfileCommandInput);
|
|
86
|
-
/**
|
|
87
|
-
* @internal
|
|
88
|
-
*/
|
|
89
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PostAgentProfileCommandInput, PostAgentProfileCommandOutput>;
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
private serialize;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private deserialize;
|
|
82
|
+
export declare class PostAgentProfileCommand extends PostAgentProfileCommand_base {
|
|
98
83
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { PutPermissionRequest, PutPermissionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface PutPermissionCommandInput extends PutPermissionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface PutPermissionCommandOutput extends PutPermissionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const PutPermissionCommand_base: {
|
|
24
|
+
new (input: PutPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<PutPermissionCommandInput, PutPermissionCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -100,23 +103,5 @@ export interface PutPermissionCommandOutput extends PutPermissionResponse, __Met
|
|
|
100
103
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
101
104
|
*
|
|
102
105
|
*/
|
|
103
|
-
export declare class PutPermissionCommand extends
|
|
104
|
-
readonly input: PutPermissionCommandInput;
|
|
105
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
106
|
-
/**
|
|
107
|
-
* @public
|
|
108
|
-
*/
|
|
109
|
-
constructor(input: PutPermissionCommandInput);
|
|
110
|
-
/**
|
|
111
|
-
* @internal
|
|
112
|
-
*/
|
|
113
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPermissionCommandInput, PutPermissionCommandOutput>;
|
|
114
|
-
/**
|
|
115
|
-
* @internal
|
|
116
|
-
*/
|
|
117
|
-
private serialize;
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
private deserialize;
|
|
106
|
+
export declare class PutPermissionCommand extends PutPermissionCommand_base {
|
|
122
107
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemoveNotificationChannelCommandInput extends RemoveNotificatio
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemoveNotificationChannelCommandOutput extends RemoveNotificationChannelResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemoveNotificationChannelCommand_base: {
|
|
24
|
+
new (input: RemoveNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Remove one anomaly notifications channel for a profiling group.</p>
|
|
@@ -74,23 +77,5 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
|
|
|
74
77
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
75
78
|
*
|
|
76
79
|
*/
|
|
77
|
-
export declare class RemoveNotificationChannelCommand extends
|
|
78
|
-
readonly input: RemoveNotificationChannelCommandInput;
|
|
79
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
80
|
-
/**
|
|
81
|
-
* @public
|
|
82
|
-
*/
|
|
83
|
-
constructor(input: RemoveNotificationChannelCommandInput);
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput>;
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
private serialize;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private deserialize;
|
|
80
|
+
export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {
|
|
96
81
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { RemovePermissionRequest, RemovePermissionResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface RemovePermissionCommandInput extends RemovePermissionRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface RemovePermissionCommandOutput extends RemovePermissionResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const RemovePermissionCommand_base: {
|
|
24
|
+
new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p> Removes permissions from a profiling group's resource-based policy that are provided
|
|
@@ -80,23 +83,5 @@ export interface RemovePermissionCommandOutput extends RemovePermissionResponse,
|
|
|
80
83
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
81
84
|
*
|
|
82
85
|
*/
|
|
83
|
-
export declare class RemovePermissionCommand extends
|
|
84
|
-
readonly input: RemovePermissionCommandInput;
|
|
85
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
86
|
-
/**
|
|
87
|
-
* @public
|
|
88
|
-
*/
|
|
89
|
-
constructor(input: RemovePermissionCommandInput);
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
private serialize;
|
|
98
|
-
/**
|
|
99
|
-
* @internal
|
|
100
|
-
*/
|
|
101
|
-
private deserialize;
|
|
86
|
+
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
102
87
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { SubmitFeedbackRequest, SubmitFeedbackResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface SubmitFeedbackCommandInput extends SubmitFeedbackRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface SubmitFeedbackCommandOutput extends SubmitFeedbackResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const SubmitFeedbackCommand_base: {
|
|
24
|
+
new (input: SubmitFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is
|
|
@@ -65,23 +68,5 @@ export interface SubmitFeedbackCommandOutput extends SubmitFeedbackResponse, __M
|
|
|
65
68
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
66
69
|
*
|
|
67
70
|
*/
|
|
68
|
-
export declare class SubmitFeedbackCommand extends
|
|
69
|
-
readonly input: SubmitFeedbackCommandInput;
|
|
70
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
71
|
-
/**
|
|
72
|
-
* @public
|
|
73
|
-
*/
|
|
74
|
-
constructor(input: SubmitFeedbackCommandInput);
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput>;
|
|
79
|
-
/**
|
|
80
|
-
* @internal
|
|
81
|
-
*/
|
|
82
|
-
private serialize;
|
|
83
|
-
/**
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
private deserialize;
|
|
71
|
+
export declare class SubmitFeedbackCommand extends SubmitFeedbackCommand_base {
|
|
87
72
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const TagResourceCommand_base: {
|
|
24
|
+
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>
|
|
@@ -63,23 +66,5 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
63
66
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
64
67
|
*
|
|
65
68
|
*/
|
|
66
|
-
export declare class TagResourceCommand extends
|
|
67
|
-
readonly input: TagResourceCommandInput;
|
|
68
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
-
/**
|
|
70
|
-
* @public
|
|
71
|
-
*/
|
|
72
|
-
constructor(input: TagResourceCommandInput);
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
77
|
-
/**
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
private serialize;
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
private deserialize;
|
|
69
|
+
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
85
70
|
}
|