@aws-sdk/client-codeguruprofiler 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/CodeGuruProfiler.d.ts +3 -1
- package/dist-types/CodeGuruProfilerClient.d.ts +1 -1
- package/dist-types/commands/AddNotificationChannelsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +2 -1
- package/dist-types/commands/ConfigureAgentCommand.d.ts +2 -1
- package/dist-types/commands/CreateProfilingGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetProfileCommand.d.ts +2 -1
- package/dist-types/commands/GetRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ListFindingsReportsCommand.d.ts +2 -1
- package/dist-types/commands/ListProfileTimesCommand.d.ts +2 -1
- package/dist-types/commands/ListProfilingGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PostAgentProfileCommand.d.ts +2 -1
- package/dist-types/commands/PutPermissionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +2 -1
- package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +235 -235
- package/dist-types/ts3.4/CodeGuruProfiler.d.ts +2 -0
- package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -1867,9 +1867,6 @@ var paginateListProfileTimes = (0, import_core.createPaginator)(CodeGuruProfiler
|
|
|
1867
1867
|
// src/pagination/ListProfilingGroupsPaginator.ts
|
|
1868
1868
|
|
|
1869
1869
|
var paginateListProfilingGroups = (0, import_core.createPaginator)(CodeGuruProfilerClient, ListProfilingGroupsCommand, "nextToken", "nextToken", "maxResults");
|
|
1870
|
-
|
|
1871
|
-
// src/index.ts
|
|
1872
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
1873
1870
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1874
1871
|
|
|
1875
1872
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -63,6 +63,7 @@ export interface CodeGuruProfiler {
|
|
|
63
63
|
/**
|
|
64
64
|
* @see {@link GetFindingsReportAccountSummaryCommand}
|
|
65
65
|
*/
|
|
66
|
+
getFindingsReportAccountSummary(): Promise<GetFindingsReportAccountSummaryCommandOutput>;
|
|
66
67
|
getFindingsReportAccountSummary(args: GetFindingsReportAccountSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsReportAccountSummaryCommandOutput>;
|
|
67
68
|
getFindingsReportAccountSummary(args: GetFindingsReportAccountSummaryCommandInput, cb: (err: any, data?: GetFindingsReportAccountSummaryCommandOutput) => void): void;
|
|
68
69
|
getFindingsReportAccountSummary(args: GetFindingsReportAccountSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsReportAccountSummaryCommandOutput) => void): void;
|
|
@@ -105,6 +106,7 @@ export interface CodeGuruProfiler {
|
|
|
105
106
|
/**
|
|
106
107
|
* @see {@link ListProfilingGroupsCommand}
|
|
107
108
|
*/
|
|
109
|
+
listProfilingGroups(): Promise<ListProfilingGroupsCommandOutput>;
|
|
108
110
|
listProfilingGroups(args: ListProfilingGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListProfilingGroupsCommandOutput>;
|
|
109
111
|
listProfilingGroups(args: ListProfilingGroupsCommandInput, cb: (err: any, data?: ListProfilingGroupsCommandOutput) => void): void;
|
|
110
112
|
listProfilingGroups(args: ListProfilingGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProfilingGroupsCommandOutput) => void): void;
|
|
@@ -164,7 +166,6 @@ export interface CodeGuruProfiler {
|
|
|
164
166
|
updateProfilingGroup(args: UpdateProfilingGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProfilingGroupCommandOutput) => void): void;
|
|
165
167
|
}
|
|
166
168
|
/**
|
|
167
|
-
* @public
|
|
168
169
|
* <p>
|
|
169
170
|
* This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
|
170
171
|
* </p>
|
|
@@ -188,6 +189,7 @@ export interface CodeGuruProfiler {
|
|
|
188
189
|
* For more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html">What is Amazon CodeGuru Profiler</a> in
|
|
189
190
|
* the <i>Amazon CodeGuru Profiler User Guide</i>.
|
|
190
191
|
* </p>
|
|
192
|
+
* @public
|
|
191
193
|
*/
|
|
192
194
|
export declare class CodeGuruProfiler extends CodeGuruProfilerClient implements CodeGuruProfiler {
|
|
193
195
|
}
|
|
@@ -174,7 +174,6 @@ export type CodeGuruProfilerClientResolvedConfigType = __SmithyResolvedConfigura
|
|
|
174
174
|
export interface CodeGuruProfilerClientResolvedConfig extends CodeGuruProfilerClientResolvedConfigType {
|
|
175
175
|
}
|
|
176
176
|
/**
|
|
177
|
-
* @public
|
|
178
177
|
* <p>
|
|
179
178
|
* This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
|
180
179
|
* </p>
|
|
@@ -198,6 +197,7 @@ export interface CodeGuruProfilerClientResolvedConfig extends CodeGuruProfilerCl
|
|
|
198
197
|
* For more information, see <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-ug/what-is-codeguru-profiler.html">What is Amazon CodeGuru Profiler</a> in
|
|
199
198
|
* the <i>Amazon CodeGuru Profiler User Guide</i>.
|
|
200
199
|
* </p>
|
|
200
|
+
* @public
|
|
201
201
|
*/
|
|
202
202
|
export declare class CodeGuruProfilerClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CodeGuruProfilerClientResolvedConfig> {
|
|
203
203
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AddNotificationChannelsCommandOutput extends AddNotificationCha
|
|
|
22
22
|
}
|
|
23
23
|
declare const AddNotificationChannelsCommand_base: {
|
|
24
24
|
new (input: AddNotificationChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AddNotificationChannelsCommandInput): import("@smithy/smithy-client").CommandImpl<AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Add up to 2 anomaly notifications channels for a profiling group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -96,6 +96,7 @@ declare const AddNotificationChannelsCommand_base: {
|
|
|
96
96
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class AddNotificationChannelsCommand extends AddNotificationChannelsCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface BatchGetFrameMetricDataCommandOutput extends BatchGetFrameMetri
|
|
|
22
22
|
}
|
|
23
23
|
declare const BatchGetFrameMetricDataCommand_base: {
|
|
24
24
|
new (input: BatchGetFrameMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: BatchGetFrameMetricDataCommandInput): import("@smithy/smithy-client").CommandImpl<BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Returns the time series of values for a requested list
|
|
31
31
|
* of frame metrics from a time period.</p>
|
|
@@ -108,6 +108,7 @@ declare const BatchGetFrameMetricDataCommand_base: {
|
|
|
108
108
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
109
109
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
110
110
|
*
|
|
111
|
+
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class BatchGetFrameMetricDataCommand extends BatchGetFrameMetricDataCommand_base {
|
|
113
114
|
}
|
|
@@ -22,10 +22,10 @@ export interface ConfigureAgentCommandOutput extends ConfigureAgentResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const ConfigureAgentCommand_base: {
|
|
24
24
|
new (input: ConfigureAgentCommandInput): import("@smithy/smithy-client").CommandImpl<ConfigureAgentCommandInput, ConfigureAgentCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ConfigureAgentCommandInput): import("@smithy/smithy-client").CommandImpl<ConfigureAgentCommandInput, ConfigureAgentCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Used by profiler agents to report their current state and to receive remote
|
|
31
31
|
* configuration updates. For example, <code>ConfigureAgent</code> can be used
|
|
@@ -79,6 +79,7 @@ declare const ConfigureAgentCommand_base: {
|
|
|
79
79
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ConfigureAgentCommand extends ConfigureAgentCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateProfilingGroupCommandOutput extends CreateProfilingGroupR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateProfilingGroupCommand_base: {
|
|
24
24
|
new (input: CreateProfilingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfilingGroupCommandInput, CreateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateProfilingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfilingGroupCommandInput, CreateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a profiling group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -102,6 +102,7 @@ declare const CreateProfilingGroupCommand_base: {
|
|
|
102
102
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class CreateProfilingGroupCommand extends CreateProfilingGroupCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteProfilingGroupCommandOutput extends DeleteProfilingGroupR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteProfilingGroupCommand_base: {
|
|
24
24
|
new (input: DeleteProfilingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfilingGroupCommandInput, DeleteProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteProfilingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfilingGroupCommandInput, DeleteProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a profiling group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const DeleteProfilingGroupCommand_base: {
|
|
|
69
69
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteProfilingGroupCommand extends DeleteProfilingGroupCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeProfilingGroupCommandOutput extends DescribeProfilingGr
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeProfilingGroupCommand_base: {
|
|
24
24
|
new (input: DescribeProfilingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProfilingGroupCommandInput, DescribeProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeProfilingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeProfilingGroupCommandInput, DescribeProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Returns a <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html">
|
|
31
31
|
* <code>ProfilingGroupDescription</code>
|
|
@@ -90,6 +90,7 @@ declare const DescribeProfilingGroupCommand_base: {
|
|
|
90
90
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
92
92
|
*
|
|
93
|
+
* @public
|
|
93
94
|
*/
|
|
94
95
|
export declare class DescribeProfilingGroupCommand extends DescribeProfilingGroupCommand_base {
|
|
95
96
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetFindingsReportAccountSummaryCommandOutput extends GetFinding
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetFindingsReportAccountSummaryCommand_base: {
|
|
24
24
|
new (input: GetFindingsReportAccountSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetFindingsReportAccountSummaryCommandInput, GetFindingsReportAccountSummaryCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [GetFindingsReportAccountSummaryCommandInput]): import("@smithy/smithy-client").CommandImpl<GetFindingsReportAccountSummaryCommandInput, GetFindingsReportAccountSummaryCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Returns a list of
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_FindingsReportSummary.html">
|
|
@@ -79,6 +79,7 @@ declare const GetFindingsReportAccountSummaryCommand_base: {
|
|
|
79
79
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class GetFindingsReportAccountSummaryCommand extends GetFindingsReportAccountSummaryCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetNotificationConfigurationCommandOutput extends GetNotificati
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetNotificationConfigurationCommand_base: {
|
|
24
24
|
new (input: GetNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetNotificationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetNotificationConfigurationCommandInput, GetNotificationConfigurationCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Get the current configuration for anomaly notifications for a profiling group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const GetNotificationConfigurationCommand_base: {
|
|
|
75
75
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class GetNotificationConfigurationCommand extends GetNotificationConfigurationCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetPolicyCommand_base: {
|
|
24
24
|
new (input: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Returns the JSON-formatted resource-based policy on a profiling group.
|
|
31
31
|
* </p>
|
|
@@ -65,6 +65,7 @@ declare const GetPolicyCommand_base: {
|
|
|
65
65
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
70
71
|
}
|
|
@@ -29,10 +29,10 @@ export interface GetProfileCommandOutput extends GetProfileCommandOutputType, __
|
|
|
29
29
|
}
|
|
30
30
|
declare const GetProfileCommand_base: {
|
|
31
31
|
new (input: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
|
+
new (__0_0: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
32
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
34
|
};
|
|
34
35
|
/**
|
|
35
|
-
* @public
|
|
36
36
|
* <p>
|
|
37
37
|
* Gets the aggregated profile of a profiling group for a specified time range.
|
|
38
38
|
* Amazon CodeGuru Profiler collects posted agent profiles for a profiling group
|
|
@@ -150,6 +150,7 @@ declare const GetProfileCommand_base: {
|
|
|
150
150
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
151
151
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
152
152
|
*
|
|
153
|
+
* @public
|
|
153
154
|
*/
|
|
154
155
|
export declare class GetProfileCommand extends GetProfileCommand_base {
|
|
155
156
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetRecommendationsCommandOutput extends GetRecommendationsRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetRecommendationsCommand_base: {
|
|
24
24
|
new (input: GetRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetRecommendationsCommandInput): import("@smithy/smithy-client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Returns a list of
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_Recommendation.html">
|
|
@@ -133,6 +133,7 @@ declare const GetRecommendationsCommand_base: {
|
|
|
133
133
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
135
135
|
*
|
|
136
|
+
* @public
|
|
136
137
|
*/
|
|
137
138
|
export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
|
|
138
139
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListFindingsReportsCommandOutput extends ListFindingsReportsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFindingsReportsCommand_base: {
|
|
24
24
|
new (input: ListFindingsReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListFindingsReportsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFindingsReportsCommandInput, ListFindingsReportsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the available reports for a given profiling group and time range.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const ListFindingsReportsCommand_base: {
|
|
|
79
79
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class ListFindingsReportsCommand extends ListFindingsReportsCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListProfileTimesCommandOutput extends ListProfileTimesResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListProfileTimesCommand_base: {
|
|
24
24
|
new (input: ListProfileTimesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfileTimesCommandInput, ListProfileTimesCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListProfileTimesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfileTimesCommandInput, ListProfileTimesCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists the start times of the available aggregated profiles of a profiling group
|
|
30
30
|
* for an aggregation period within the specified time range.</p>
|
|
31
31
|
* @example
|
|
@@ -77,6 +77,7 @@ declare const ListProfileTimesCommand_base: {
|
|
|
77
77
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class ListProfileTimesCommand extends ListProfileTimesCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListProfilingGroupsCommandOutput extends ListProfilingGroupsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListProfilingGroupsCommand_base: {
|
|
24
24
|
new (input: ListProfilingGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListProfilingGroupsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListProfilingGroupsCommandInput, ListProfilingGroupsCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Returns a list of profiling groups. The profiling groups are returned as
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/codeguru/latest/profiler-api/API_ProfilingGroupDescription.html">
|
|
@@ -93,6 +93,7 @@ declare const ListProfilingGroupsCommand_base: {
|
|
|
93
93
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
95
95
|
*
|
|
96
|
+
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class ListProfilingGroupsCommand extends ListProfilingGroupsCommand_base {
|
|
98
99
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Returns a list of the tags that are assigned to a specified resource.
|
|
31
31
|
* </p>
|
|
@@ -66,6 +66,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
66
66
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
71
72
|
}
|
|
@@ -28,10 +28,10 @@ export interface PostAgentProfileCommandOutput extends PostAgentProfileResponse,
|
|
|
28
28
|
}
|
|
29
29
|
declare const PostAgentProfileCommand_base: {
|
|
30
30
|
new (input: PostAgentProfileCommandInput): import("@smithy/smithy-client").CommandImpl<PostAgentProfileCommandInput, PostAgentProfileCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
31
|
+
new (__0_0: PostAgentProfileCommandInput): import("@smithy/smithy-client").CommandImpl<PostAgentProfileCommandInput, PostAgentProfileCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
31
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
32
33
|
};
|
|
33
34
|
/**
|
|
34
|
-
* @public
|
|
35
35
|
* <p>
|
|
36
36
|
* Submits profiling data to an aggregated profile of a profiling group. To get an
|
|
37
37
|
* aggregated profile that is created with this profiling data, use
|
|
@@ -78,6 +78,7 @@ declare const PostAgentProfileCommand_base: {
|
|
|
78
78
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
80
80
|
*
|
|
81
|
+
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class PostAgentProfileCommand extends PostAgentProfileCommand_base {
|
|
83
84
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutPermissionCommandOutput extends PutPermissionResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutPermissionCommand_base: {
|
|
24
24
|
new (input: PutPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<PutPermissionCommandInput, PutPermissionCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutPermissionCommandInput): import("@smithy/smithy-client").CommandImpl<PutPermissionCommandInput, PutPermissionCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Adds permissions to a profiling group's resource-based policy
|
|
31
31
|
* that are provided using an action group. If a profiling group doesn't have
|
|
@@ -102,6 +102,7 @@ declare const PutPermissionCommand_base: {
|
|
|
102
102
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class PutPermissionCommand extends PutPermissionCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemoveNotificationChannelCommand_base: {
|
|
24
24
|
new (input: RemoveNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemoveNotificationChannelCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Remove one anomaly notifications channel for a profiling group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const RemoveNotificationChannelCommand_base: {
|
|
|
76
76
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface RemovePermissionCommandOutput extends RemovePermissionResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const RemovePermissionCommand_base: {
|
|
24
24
|
new (input: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: RemovePermissionCommandInput): import("@smithy/smithy-client").CommandImpl<RemovePermissionCommandInput, RemovePermissionCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Removes permissions from a profiling group's resource-based policy that are provided
|
|
30
30
|
* using an action group. The one supported action group that can be removed is
|
|
31
31
|
* <code>agentPermission</code> which grants <code>ConfigureAgent</code> and
|
|
@@ -82,6 +82,7 @@ declare const RemovePermissionCommand_base: {
|
|
|
82
82
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
87
88
|
}
|
|
@@ -22,10 +22,10 @@ export interface SubmitFeedbackCommandOutput extends SubmitFeedbackResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const SubmitFeedbackCommand_base: {
|
|
24
24
|
new (input: SubmitFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SubmitFeedbackCommandInput): import("@smithy/smithy-client").CommandImpl<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is
|
|
30
30
|
* useful or not.</p>
|
|
31
31
|
* @example
|
|
@@ -67,6 +67,7 @@ declare const SubmitFeedbackCommand_base: {
|
|
|
67
67
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
69
69
|
*
|
|
70
|
+
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class SubmitFeedbackCommand extends SubmitFeedbackCommand_base {
|
|
72
73
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Use to assign one or more tags to a resource.
|
|
31
31
|
* </p>
|
|
@@ -65,6 +65,7 @@ declare const TagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>
|
|
30
30
|
* Use to remove one or more tags from a resource.
|
|
31
31
|
* </p>
|
|
@@ -65,6 +65,7 @@ declare const UntagResourceCommand_base: {
|
|
|
65
65
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
71
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateProfilingGroupCommandOutput extends UpdateProfilingGroupR
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateProfilingGroupCommand_base: {
|
|
24
24
|
new (input: UpdateProfilingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateProfilingGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates a profiling group.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -94,6 +94,7 @@ declare const UpdateProfilingGroupCommand_base: {
|
|
|
94
94
|
* @throws {@link CodeGuruProfilerServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from CodeGuruProfiler service.</p>
|
|
96
96
|
*
|
|
97
|
+
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class UpdateProfilingGroupCommand extends UpdateProfilingGroupCommand_base {
|
|
99
100
|
}
|
package/dist-types/index.d.ts
CHANGED
|
@@ -33,5 +33,4 @@ export { CodeGuruProfilerExtensionConfiguration } from "./extensionConfiguration
|
|
|
33
33
|
export * from "./commands";
|
|
34
34
|
export * from "./pagination";
|
|
35
35
|
export * from "./models";
|
|
36
|
-
import "@aws-sdk/util-endpoints";
|
|
37
36
|
export { CodeGuruProfilerServiceException } from "./models/CodeGuruProfilerServiceException";
|