@aws-sdk/client-codeguruprofiler 3.296.0 → 3.298.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 +2 -3
- package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +2 -3
- package/dist-cjs/commands/ConfigureAgentCommand.js +2 -3
- package/dist-cjs/commands/CreateProfilingGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteProfilingGroupCommand.js +2 -3
- package/dist-cjs/commands/DescribeProfilingGroupCommand.js +2 -3
- package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +2 -3
- package/dist-cjs/commands/GetNotificationConfigurationCommand.js +2 -3
- package/dist-cjs/commands/GetPolicyCommand.js +2 -3
- package/dist-cjs/commands/GetProfileCommand.js +2 -3
- package/dist-cjs/commands/GetRecommendationsCommand.js +2 -3
- package/dist-cjs/commands/ListFindingsReportsCommand.js +2 -3
- package/dist-cjs/commands/ListProfileTimesCommand.js +2 -3
- package/dist-cjs/commands/ListProfilingGroupsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PostAgentProfileCommand.js +2 -3
- package/dist-cjs/commands/PutPermissionCommand.js +2 -3
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -3
- package/dist-cjs/commands/RemovePermissionCommand.js +2 -3
- package/dist-cjs/commands/SubmitFeedbackCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateProfilingGroupCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -262
- package/dist-es/commands/AddNotificationChannelsCommand.js +2 -3
- package/dist-es/commands/BatchGetFrameMetricDataCommand.js +2 -3
- package/dist-es/commands/ConfigureAgentCommand.js +2 -3
- package/dist-es/commands/CreateProfilingGroupCommand.js +2 -3
- package/dist-es/commands/DeleteProfilingGroupCommand.js +2 -3
- package/dist-es/commands/DescribeProfilingGroupCommand.js +2 -3
- package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +2 -3
- package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -3
- package/dist-es/commands/GetPolicyCommand.js +2 -3
- package/dist-es/commands/GetProfileCommand.js +2 -3
- package/dist-es/commands/GetRecommendationsCommand.js +2 -3
- package/dist-es/commands/ListFindingsReportsCommand.js +2 -3
- package/dist-es/commands/ListProfileTimesCommand.js +2 -3
- package/dist-es/commands/ListProfilingGroupsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PostAgentProfileCommand.js +2 -3
- package/dist-es/commands/PutPermissionCommand.js +2 -3
- package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -3
- package/dist-es/commands/RemovePermissionCommand.js +2 -3
- package/dist-es/commands/SubmitFeedbackCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateProfilingGroupCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -195
- package/dist-types/CodeGuruProfiler.d.ts +24 -0
- package/dist-types/CodeGuruProfilerClient.d.ts +24 -4
- package/dist-types/commands/AddNotificationChannelsCommand.d.ts +16 -0
- package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +16 -0
- package/dist-types/commands/ConfigureAgentCommand.d.ts +16 -0
- package/dist-types/commands/CreateProfilingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +16 -0
- package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +16 -0
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetProfileCommand.d.ts +16 -0
- package/dist-types/commands/GetRecommendationsCommand.d.ts +16 -0
- package/dist-types/commands/ListFindingsReportsCommand.d.ts +16 -0
- package/dist-types/commands/ListProfileTimesCommand.d.ts +16 -0
- package/dist-types/commands/ListProfilingGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PostAgentProfileCommand.d.ts +16 -0
- package/dist-types/commands/PutPermissionCommand.d.ts +16 -0
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +16 -0
- package/dist-types/commands/RemovePermissionCommand.d.ts +16 -0
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +16 -0
- package/dist-types/models/CodeGuruProfilerServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +110 -260
- package/dist-types/pagination/GetFindingsReportAccountSummaryPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListFindingsReportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProfileTimesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProfilingGroupsPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -179
- package/package.json +4 -3
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { PostAgentProfileRequest, PostAgentProfileResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PostAgentProfileCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PostAgentProfileCommandInput extends PostAgentProfileRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PostAgentProfileCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PostAgentProfileCommandOutput extends PostAgentProfileResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Submits profiling data to an aggregated profile of a profiling group. To get an
|
|
19
24
|
* aggregated profile that is created with this profiling data, use
|
|
@@ -31,6 +36,8 @@ export interface PostAgentProfileCommandOutput extends PostAgentProfileResponse,
|
|
|
31
36
|
* const response = await client.send(command);
|
|
32
37
|
* ```
|
|
33
38
|
*
|
|
39
|
+
* @param PostAgentProfileCommandInput - {@link PostAgentProfileCommandInput}
|
|
40
|
+
* @returns {@link PostAgentProfileCommandOutput}
|
|
34
41
|
* @see {@link PostAgentProfileCommandInput} for command's `input` shape.
|
|
35
42
|
* @see {@link PostAgentProfileCommandOutput} for command's `response` shape.
|
|
36
43
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface PostAgentProfileCommandOutput extends PostAgentProfileResponse,
|
|
|
52
59
|
export declare class PostAgentProfileCommand extends $Command<PostAgentProfileCommandInput, PostAgentProfileCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
53
60
|
readonly input: PostAgentProfileCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: PostAgentProfileCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PostAgentProfileCommandInput, PostAgentProfileCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { PutPermissionRequest, PutPermissionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link PutPermissionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface PutPermissionCommandInput extends PutPermissionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link PutPermissionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface PutPermissionCommandOutput extends PutPermissionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Adds permissions to a profiling group's resource-based policy
|
|
19
24
|
* that are provided using an action group. If a profiling group doesn't have
|
|
@@ -50,6 +55,8 @@ export interface PutPermissionCommandOutput extends PutPermissionResponse, __Met
|
|
|
50
55
|
* const response = await client.send(command);
|
|
51
56
|
* ```
|
|
52
57
|
*
|
|
58
|
+
* @param PutPermissionCommandInput - {@link PutPermissionCommandInput}
|
|
59
|
+
* @returns {@link PutPermissionCommandOutput}
|
|
53
60
|
* @see {@link PutPermissionCommandInput} for command's `input` shape.
|
|
54
61
|
* @see {@link PutPermissionCommandOutput} for command's `response` shape.
|
|
55
62
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -77,11 +84,20 @@ export interface PutPermissionCommandOutput extends PutPermissionResponse, __Met
|
|
|
77
84
|
export declare class PutPermissionCommand extends $Command<PutPermissionCommandInput, PutPermissionCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
78
85
|
readonly input: PutPermissionCommandInput;
|
|
79
86
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
80
90
|
constructor(input: PutPermissionCommandInput);
|
|
81
91
|
/**
|
|
82
92
|
* @internal
|
|
83
93
|
*/
|
|
84
94
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPermissionCommandInput, PutPermissionCommandOutput>;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
85
98
|
private serialize;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
86
102
|
private deserialize;
|
|
87
103
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RemoveNotificationChannelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RemoveNotificationChannelCommandInput extends RemoveNotificationChannelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RemoveNotificationChannelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RemoveNotificationChannelCommandOutput extends RemoveNotificationChannelResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Remove one anomaly notifications channel for a profiling group.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param RemoveNotificationChannelCommandInput - {@link RemoveNotificationChannelCommandInput}
|
|
34
|
+
* @returns {@link RemoveNotificationChannelCommandOutput}
|
|
28
35
|
* @see {@link RemoveNotificationChannelCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link RemoveNotificationChannelCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -46,11 +53,20 @@ export interface RemoveNotificationChannelCommandOutput extends RemoveNotificati
|
|
|
46
53
|
export declare class RemoveNotificationChannelCommand extends $Command<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
47
54
|
readonly input: RemoveNotificationChannelCommandInput;
|
|
48
55
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
|
+
/**
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
49
59
|
constructor(input: RemoveNotificationChannelCommandInput);
|
|
50
60
|
/**
|
|
51
61
|
* @internal
|
|
52
62
|
*/
|
|
53
63
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveNotificationChannelCommandInput, RemoveNotificationChannelCommandOutput>;
|
|
64
|
+
/**
|
|
65
|
+
* @internal
|
|
66
|
+
*/
|
|
54
67
|
private serialize;
|
|
68
|
+
/**
|
|
69
|
+
* @internal
|
|
70
|
+
*/
|
|
55
71
|
private deserialize;
|
|
56
72
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { RemovePermissionRequest, RemovePermissionResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RemovePermissionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RemovePermissionCommandInput extends RemovePermissionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RemovePermissionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RemovePermissionCommandOutput extends RemovePermissionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Removes permissions from a profiling group's resource-based policy that are provided
|
|
18
23
|
* using an action group. The one supported action group that can be removed is
|
|
19
24
|
* <code>agentPermission</code> which grants <code>ConfigureAgent</code> and
|
|
@@ -33,6 +38,8 @@ export interface RemovePermissionCommandOutput extends RemovePermissionResponse,
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param RemovePermissionCommandInput - {@link RemovePermissionCommandInput}
|
|
42
|
+
* @returns {@link RemovePermissionCommandOutput}
|
|
36
43
|
* @see {@link RemovePermissionCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link RemovePermissionCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -60,11 +67,20 @@ export interface RemovePermissionCommandOutput extends RemovePermissionResponse,
|
|
|
60
67
|
export declare class RemovePermissionCommand extends $Command<RemovePermissionCommandInput, RemovePermissionCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
61
68
|
readonly input: RemovePermissionCommandInput;
|
|
62
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
63
73
|
constructor(input: RemovePermissionCommandInput);
|
|
64
74
|
/**
|
|
65
75
|
* @internal
|
|
66
76
|
*/
|
|
67
77
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemovePermissionCommandInput, RemovePermissionCommandOutput>;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
68
81
|
private serialize;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
69
85
|
private deserialize;
|
|
70
86
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { SubmitFeedbackRequest, SubmitFeedbackResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link SubmitFeedbackCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface SubmitFeedbackCommandInput extends SubmitFeedbackRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link SubmitFeedbackCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface SubmitFeedbackCommandOutput extends SubmitFeedbackResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is
|
|
18
23
|
* useful or not.</p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface SubmitFeedbackCommandOutput extends SubmitFeedbackResponse, __M
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param SubmitFeedbackCommandInput - {@link SubmitFeedbackCommandInput}
|
|
35
|
+
* @returns {@link SubmitFeedbackCommandOutput}
|
|
29
36
|
* @see {@link SubmitFeedbackCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link SubmitFeedbackCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -47,11 +54,20 @@ export interface SubmitFeedbackCommandOutput extends SubmitFeedbackResponse, __M
|
|
|
47
54
|
export declare class SubmitFeedbackCommand extends $Command<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
48
55
|
readonly input: SubmitFeedbackCommandInput;
|
|
49
56
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
|
+
/**
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
50
60
|
constructor(input: SubmitFeedbackCommandInput);
|
|
51
61
|
/**
|
|
52
62
|
* @internal
|
|
53
63
|
*/
|
|
54
64
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput>;
|
|
65
|
+
/**
|
|
66
|
+
* @internal
|
|
67
|
+
*/
|
|
55
68
|
private serialize;
|
|
69
|
+
/**
|
|
70
|
+
* @internal
|
|
71
|
+
*/
|
|
56
72
|
private deserialize;
|
|
57
73
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Use to assign one or more tags to a resource.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
36
|
+
* @returns {@link TagResourceCommandOutput}
|
|
30
37
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
45
52
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
46
53
|
readonly input: TagResourceCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: TagResourceCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UntagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UntagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>
|
|
18
23
|
* Use to remove one or more tags from a resource.
|
|
19
24
|
* </p>
|
|
@@ -27,6 +32,8 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
|
|
36
|
+
* @returns {@link UntagResourceCommandOutput}
|
|
30
37
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -45,11 +52,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
45
52
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
46
53
|
readonly input: UntagResourceCommandInput;
|
|
47
54
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
55
|
+
/**
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
48
58
|
constructor(input: UntagResourceCommandInput);
|
|
49
59
|
/**
|
|
50
60
|
* @internal
|
|
51
61
|
*/
|
|
52
62
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
63
|
+
/**
|
|
64
|
+
* @internal
|
|
65
|
+
*/
|
|
53
66
|
private serialize;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
54
70
|
private deserialize;
|
|
55
71
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeGuruProfilerClient";
|
|
5
5
|
import { UpdateProfilingGroupRequest, UpdateProfilingGroupResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link UpdateProfilingGroupCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface UpdateProfilingGroupCommandInput extends UpdateProfilingGroupRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link UpdateProfilingGroupCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface UpdateProfilingGroupCommandOutput extends UpdateProfilingGroupResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Updates a profiling group.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface UpdateProfilingGroupCommandOutput extends UpdateProfilingGroupR
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param UpdateProfilingGroupCommandInput - {@link UpdateProfilingGroupCommandInput}
|
|
34
|
+
* @returns {@link UpdateProfilingGroupCommandOutput}
|
|
28
35
|
* @see {@link UpdateProfilingGroupCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link UpdateProfilingGroupCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link CodeGuruProfilerClientResolvedConfig | config} for CodeGuruProfilerClient's `config` shape.
|
|
@@ -52,11 +59,20 @@ export interface UpdateProfilingGroupCommandOutput extends UpdateProfilingGroupR
|
|
|
52
59
|
export declare class UpdateProfilingGroupCommand extends $Command<UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput, CodeGuruProfilerClientResolvedConfig> {
|
|
53
60
|
readonly input: UpdateProfilingGroupCommandInput;
|
|
54
61
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
62
|
+
/**
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
55
65
|
constructor(input: UpdateProfilingGroupCommandInput);
|
|
56
66
|
/**
|
|
57
67
|
* @internal
|
|
58
68
|
*/
|
|
59
69
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CodeGuruProfilerClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput>;
|
|
70
|
+
/**
|
|
71
|
+
* @internal
|
|
72
|
+
*/
|
|
60
73
|
private serialize;
|
|
74
|
+
/**
|
|
75
|
+
* @internal
|
|
76
|
+
*/
|
|
61
77
|
private deserialize;
|
|
62
78
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from CodeGuruProfiler service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class CodeGuruProfilerServiceException extends __ServiceException {
|