@aws-sdk/client-codeguruprofiler 3.306.0 → 3.310.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 -2
- package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +2 -2
- package/dist-cjs/commands/ConfigureAgentCommand.js +2 -2
- package/dist-cjs/commands/CreateProfilingGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteProfilingGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeProfilingGroupCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +2 -2
- package/dist-cjs/commands/GetNotificationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetPolicyCommand.js +2 -2
- package/dist-cjs/commands/GetProfileCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsReportsCommand.js +2 -2
- package/dist-cjs/commands/ListProfileTimesCommand.js +2 -2
- package/dist-cjs/commands/ListProfilingGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PostAgentProfileCommand.js +2 -2
- package/dist-cjs/commands/PutPermissionCommand.js +2 -2
- package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
- package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
- package/dist-cjs/commands/SubmitFeedbackCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateProfilingGroupCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +346 -360
- package/dist-es/commands/AddNotificationChannelsCommand.js +3 -3
- package/dist-es/commands/BatchGetFrameMetricDataCommand.js +3 -3
- package/dist-es/commands/ConfigureAgentCommand.js +3 -3
- package/dist-es/commands/CreateProfilingGroupCommand.js +3 -3
- package/dist-es/commands/DeleteProfilingGroupCommand.js +3 -3
- package/dist-es/commands/DescribeProfilingGroupCommand.js +3 -3
- package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +3 -3
- package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -3
- package/dist-es/commands/GetPolicyCommand.js +3 -3
- package/dist-es/commands/GetProfileCommand.js +3 -3
- package/dist-es/commands/GetRecommendationsCommand.js +3 -3
- package/dist-es/commands/ListFindingsReportsCommand.js +3 -3
- package/dist-es/commands/ListProfileTimesCommand.js +3 -3
- package/dist-es/commands/ListProfilingGroupsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PostAgentProfileCommand.js +3 -3
- package/dist-es/commands/PutPermissionCommand.js +3 -3
- package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
- package/dist-es/commands/RemovePermissionCommand.js +3 -3
- package/dist-es/commands/SubmitFeedbackCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateProfilingGroupCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +299 -313
- package/dist-types/protocols/Aws_restJson1.d.ts +184 -46
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +46 -46
- package/package.json +35 -35
|
@@ -23,49 +23,187 @@ import { SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput } from "../comm
|
|
|
23
23
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
24
24
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
25
25
|
import { UpdateProfilingGroupCommandInput, UpdateProfilingGroupCommandOutput } from "../commands/UpdateProfilingGroupCommand";
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
export declare const
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
export declare const
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export declare const
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
export declare const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export declare const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export declare const
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export declare const
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
export declare const
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export declare const
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
export declare const
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
export declare const
|
|
70
|
-
|
|
71
|
-
|
|
26
|
+
/**
|
|
27
|
+
* serializeAws_restJson1AddNotificationChannelsCommand
|
|
28
|
+
*/
|
|
29
|
+
export declare const se_AddNotificationChannelsCommand: (input: AddNotificationChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
+
/**
|
|
31
|
+
* serializeAws_restJson1BatchGetFrameMetricDataCommand
|
|
32
|
+
*/
|
|
33
|
+
export declare const se_BatchGetFrameMetricDataCommand: (input: BatchGetFrameMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
+
/**
|
|
35
|
+
* serializeAws_restJson1ConfigureAgentCommand
|
|
36
|
+
*/
|
|
37
|
+
export declare const se_ConfigureAgentCommand: (input: ConfigureAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
/**
|
|
39
|
+
* serializeAws_restJson1CreateProfilingGroupCommand
|
|
40
|
+
*/
|
|
41
|
+
export declare const se_CreateProfilingGroupCommand: (input: CreateProfilingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
/**
|
|
43
|
+
* serializeAws_restJson1DeleteProfilingGroupCommand
|
|
44
|
+
*/
|
|
45
|
+
export declare const se_DeleteProfilingGroupCommand: (input: DeleteProfilingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
/**
|
|
47
|
+
* serializeAws_restJson1DescribeProfilingGroupCommand
|
|
48
|
+
*/
|
|
49
|
+
export declare const se_DescribeProfilingGroupCommand: (input: DescribeProfilingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
/**
|
|
51
|
+
* serializeAws_restJson1GetFindingsReportAccountSummaryCommand
|
|
52
|
+
*/
|
|
53
|
+
export declare const se_GetFindingsReportAccountSummaryCommand: (input: GetFindingsReportAccountSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
/**
|
|
55
|
+
* serializeAws_restJson1GetNotificationConfigurationCommand
|
|
56
|
+
*/
|
|
57
|
+
export declare const se_GetNotificationConfigurationCommand: (input: GetNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
+
/**
|
|
59
|
+
* serializeAws_restJson1GetPolicyCommand
|
|
60
|
+
*/
|
|
61
|
+
export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
+
/**
|
|
63
|
+
* serializeAws_restJson1GetProfileCommand
|
|
64
|
+
*/
|
|
65
|
+
export declare const se_GetProfileCommand: (input: GetProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
/**
|
|
67
|
+
* serializeAws_restJson1GetRecommendationsCommand
|
|
68
|
+
*/
|
|
69
|
+
export declare const se_GetRecommendationsCommand: (input: GetRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
70
|
+
/**
|
|
71
|
+
* serializeAws_restJson1ListFindingsReportsCommand
|
|
72
|
+
*/
|
|
73
|
+
export declare const se_ListFindingsReportsCommand: (input: ListFindingsReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
74
|
+
/**
|
|
75
|
+
* serializeAws_restJson1ListProfileTimesCommand
|
|
76
|
+
*/
|
|
77
|
+
export declare const se_ListProfileTimesCommand: (input: ListProfileTimesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
78
|
+
/**
|
|
79
|
+
* serializeAws_restJson1ListProfilingGroupsCommand
|
|
80
|
+
*/
|
|
81
|
+
export declare const se_ListProfilingGroupsCommand: (input: ListProfilingGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
82
|
+
/**
|
|
83
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
84
|
+
*/
|
|
85
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
86
|
+
/**
|
|
87
|
+
* serializeAws_restJson1PostAgentProfileCommand
|
|
88
|
+
*/
|
|
89
|
+
export declare const se_PostAgentProfileCommand: (input: PostAgentProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
90
|
+
/**
|
|
91
|
+
* serializeAws_restJson1PutPermissionCommand
|
|
92
|
+
*/
|
|
93
|
+
export declare const se_PutPermissionCommand: (input: PutPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
94
|
+
/**
|
|
95
|
+
* serializeAws_restJson1RemoveNotificationChannelCommand
|
|
96
|
+
*/
|
|
97
|
+
export declare const se_RemoveNotificationChannelCommand: (input: RemoveNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
98
|
+
/**
|
|
99
|
+
* serializeAws_restJson1RemovePermissionCommand
|
|
100
|
+
*/
|
|
101
|
+
export declare const se_RemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
102
|
+
/**
|
|
103
|
+
* serializeAws_restJson1SubmitFeedbackCommand
|
|
104
|
+
*/
|
|
105
|
+
export declare const se_SubmitFeedbackCommand: (input: SubmitFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
106
|
+
/**
|
|
107
|
+
* serializeAws_restJson1TagResourceCommand
|
|
108
|
+
*/
|
|
109
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
110
|
+
/**
|
|
111
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
112
|
+
*/
|
|
113
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
114
|
+
/**
|
|
115
|
+
* serializeAws_restJson1UpdateProfilingGroupCommand
|
|
116
|
+
*/
|
|
117
|
+
export declare const se_UpdateProfilingGroupCommand: (input: UpdateProfilingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
118
|
+
/**
|
|
119
|
+
* deserializeAws_restJson1AddNotificationChannelsCommand
|
|
120
|
+
*/
|
|
121
|
+
export declare const de_AddNotificationChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddNotificationChannelsCommandOutput>;
|
|
122
|
+
/**
|
|
123
|
+
* deserializeAws_restJson1BatchGetFrameMetricDataCommand
|
|
124
|
+
*/
|
|
125
|
+
export declare const de_BatchGetFrameMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFrameMetricDataCommandOutput>;
|
|
126
|
+
/**
|
|
127
|
+
* deserializeAws_restJson1ConfigureAgentCommand
|
|
128
|
+
*/
|
|
129
|
+
export declare const de_ConfigureAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfigureAgentCommandOutput>;
|
|
130
|
+
/**
|
|
131
|
+
* deserializeAws_restJson1CreateProfilingGroupCommand
|
|
132
|
+
*/
|
|
133
|
+
export declare const de_CreateProfilingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfilingGroupCommandOutput>;
|
|
134
|
+
/**
|
|
135
|
+
* deserializeAws_restJson1DeleteProfilingGroupCommand
|
|
136
|
+
*/
|
|
137
|
+
export declare const de_DeleteProfilingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfilingGroupCommandOutput>;
|
|
138
|
+
/**
|
|
139
|
+
* deserializeAws_restJson1DescribeProfilingGroupCommand
|
|
140
|
+
*/
|
|
141
|
+
export declare const de_DescribeProfilingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProfilingGroupCommandOutput>;
|
|
142
|
+
/**
|
|
143
|
+
* deserializeAws_restJson1GetFindingsReportAccountSummaryCommand
|
|
144
|
+
*/
|
|
145
|
+
export declare const de_GetFindingsReportAccountSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsReportAccountSummaryCommandOutput>;
|
|
146
|
+
/**
|
|
147
|
+
* deserializeAws_restJson1GetNotificationConfigurationCommand
|
|
148
|
+
*/
|
|
149
|
+
export declare const de_GetNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotificationConfigurationCommandOutput>;
|
|
150
|
+
/**
|
|
151
|
+
* deserializeAws_restJson1GetPolicyCommand
|
|
152
|
+
*/
|
|
153
|
+
export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
|
|
154
|
+
/**
|
|
155
|
+
* deserializeAws_restJson1GetProfileCommand
|
|
156
|
+
*/
|
|
157
|
+
export declare const de_GetProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileCommandOutput>;
|
|
158
|
+
/**
|
|
159
|
+
* deserializeAws_restJson1GetRecommendationsCommand
|
|
160
|
+
*/
|
|
161
|
+
export declare const de_GetRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationsCommandOutput>;
|
|
162
|
+
/**
|
|
163
|
+
* deserializeAws_restJson1ListFindingsReportsCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const de_ListFindingsReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsReportsCommandOutput>;
|
|
166
|
+
/**
|
|
167
|
+
* deserializeAws_restJson1ListProfileTimesCommand
|
|
168
|
+
*/
|
|
169
|
+
export declare const de_ListProfileTimesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileTimesCommandOutput>;
|
|
170
|
+
/**
|
|
171
|
+
* deserializeAws_restJson1ListProfilingGroupsCommand
|
|
172
|
+
*/
|
|
173
|
+
export declare const de_ListProfilingGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilingGroupsCommandOutput>;
|
|
174
|
+
/**
|
|
175
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
176
|
+
*/
|
|
177
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
178
|
+
/**
|
|
179
|
+
* deserializeAws_restJson1PostAgentProfileCommand
|
|
180
|
+
*/
|
|
181
|
+
export declare const de_PostAgentProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PostAgentProfileCommandOutput>;
|
|
182
|
+
/**
|
|
183
|
+
* deserializeAws_restJson1PutPermissionCommand
|
|
184
|
+
*/
|
|
185
|
+
export declare const de_PutPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPermissionCommandOutput>;
|
|
186
|
+
/**
|
|
187
|
+
* deserializeAws_restJson1RemoveNotificationChannelCommand
|
|
188
|
+
*/
|
|
189
|
+
export declare const de_RemoveNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveNotificationChannelCommandOutput>;
|
|
190
|
+
/**
|
|
191
|
+
* deserializeAws_restJson1RemovePermissionCommand
|
|
192
|
+
*/
|
|
193
|
+
export declare const de_RemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
|
|
194
|
+
/**
|
|
195
|
+
* deserializeAws_restJson1SubmitFeedbackCommand
|
|
196
|
+
*/
|
|
197
|
+
export declare const de_SubmitFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitFeedbackCommandOutput>;
|
|
198
|
+
/**
|
|
199
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
202
|
+
/**
|
|
203
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
204
|
+
*/
|
|
205
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
206
|
+
/**
|
|
207
|
+
* deserializeAws_restJson1UpdateProfilingGroupCommand
|
|
208
|
+
*/
|
|
209
|
+
export declare const de_UpdateProfilingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfilingGroupCommandOutput>;
|
|
@@ -95,187 +95,187 @@ import {
|
|
|
95
95
|
UpdateProfilingGroupCommandInput,
|
|
96
96
|
UpdateProfilingGroupCommandOutput,
|
|
97
97
|
} from "../commands/UpdateProfilingGroupCommand";
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const se_AddNotificationChannelsCommand: (
|
|
99
99
|
input: AddNotificationChannelsCommandInput,
|
|
100
100
|
context: __SerdeContext
|
|
101
101
|
) => Promise<__HttpRequest>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const se_BatchGetFrameMetricDataCommand: (
|
|
103
103
|
input: BatchGetFrameMetricDataCommandInput,
|
|
104
104
|
context: __SerdeContext
|
|
105
105
|
) => Promise<__HttpRequest>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const se_ConfigureAgentCommand: (
|
|
107
107
|
input: ConfigureAgentCommandInput,
|
|
108
108
|
context: __SerdeContext
|
|
109
109
|
) => Promise<__HttpRequest>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const se_CreateProfilingGroupCommand: (
|
|
111
111
|
input: CreateProfilingGroupCommandInput,
|
|
112
112
|
context: __SerdeContext
|
|
113
113
|
) => Promise<__HttpRequest>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const se_DeleteProfilingGroupCommand: (
|
|
115
115
|
input: DeleteProfilingGroupCommandInput,
|
|
116
116
|
context: __SerdeContext
|
|
117
117
|
) => Promise<__HttpRequest>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_DescribeProfilingGroupCommand: (
|
|
119
119
|
input: DescribeProfilingGroupCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_GetFindingsReportAccountSummaryCommand: (
|
|
123
123
|
input: GetFindingsReportAccountSummaryCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_GetNotificationConfigurationCommand: (
|
|
127
127
|
input: GetNotificationConfigurationCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_GetPolicyCommand: (
|
|
131
131
|
input: GetPolicyCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_GetProfileCommand: (
|
|
135
135
|
input: GetProfileCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_GetRecommendationsCommand: (
|
|
139
139
|
input: GetRecommendationsCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_ListFindingsReportsCommand: (
|
|
143
143
|
input: ListFindingsReportsCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_ListProfileTimesCommand: (
|
|
147
147
|
input: ListProfileTimesCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_ListProfilingGroupsCommand: (
|
|
151
151
|
input: ListProfilingGroupsCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
155
155
|
input: ListTagsForResourceCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_PostAgentProfileCommand: (
|
|
159
159
|
input: PostAgentProfileCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_PutPermissionCommand: (
|
|
163
163
|
input: PutPermissionCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_RemoveNotificationChannelCommand: (
|
|
167
167
|
input: RemoveNotificationChannelCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_RemovePermissionCommand: (
|
|
171
171
|
input: RemovePermissionCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_SubmitFeedbackCommand: (
|
|
175
175
|
input: SubmitFeedbackCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_TagResourceCommand: (
|
|
179
179
|
input: TagResourceCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_UntagResourceCommand: (
|
|
183
183
|
input: UntagResourceCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_UpdateProfilingGroupCommand: (
|
|
187
187
|
input: UpdateProfilingGroupCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const de_AddNotificationChannelsCommand: (
|
|
191
191
|
output: __HttpResponse,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<AddNotificationChannelsCommandOutput>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const de_BatchGetFrameMetricDataCommand: (
|
|
195
195
|
output: __HttpResponse,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<BatchGetFrameMetricDataCommandOutput>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const de_ConfigureAgentCommand: (
|
|
199
199
|
output: __HttpResponse,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<ConfigureAgentCommandOutput>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const de_CreateProfilingGroupCommand: (
|
|
203
203
|
output: __HttpResponse,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<CreateProfilingGroupCommandOutput>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const de_DeleteProfilingGroupCommand: (
|
|
207
207
|
output: __HttpResponse,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<DeleteProfilingGroupCommandOutput>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const de_DescribeProfilingGroupCommand: (
|
|
211
211
|
output: __HttpResponse,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<DescribeProfilingGroupCommandOutput>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const de_GetFindingsReportAccountSummaryCommand: (
|
|
215
215
|
output: __HttpResponse,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<GetFindingsReportAccountSummaryCommandOutput>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const de_GetNotificationConfigurationCommand: (
|
|
219
219
|
output: __HttpResponse,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<GetNotificationConfigurationCommandOutput>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const de_GetPolicyCommand: (
|
|
223
223
|
output: __HttpResponse,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<GetPolicyCommandOutput>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const de_GetProfileCommand: (
|
|
227
227
|
output: __HttpResponse,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<GetProfileCommandOutput>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_GetRecommendationsCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<GetRecommendationsCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_ListFindingsReportsCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<ListFindingsReportsCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_ListProfileTimesCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<ListProfileTimesCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_ListProfilingGroupsCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<ListProfilingGroupsCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_PostAgentProfileCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<PostAgentProfileCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_PutPermissionCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<PutPermissionCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_RemoveNotificationChannelCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<RemoveNotificationChannelCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_RemovePermissionCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<RemovePermissionCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_SubmitFeedbackCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<SubmitFeedbackCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_TagResourceCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<TagResourceCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_UntagResourceCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<UntagResourceCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_UpdateProfilingGroupCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<UpdateProfilingGroupCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeguruprofiler",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeguruprofiler Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.310.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.310.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.310.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.310.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.310.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.310.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.310.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.310.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.310.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.310.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.310.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.310.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.310.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.310.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.310.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.310.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.310.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.310.0",
|
|
44
|
+
"@aws-sdk/types": "3.310.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.310.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.310.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.310.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.310.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.310.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.310.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.310.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.310.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.310.0",
|
|
56
56
|
"tslib": "^2.5.0",
|
|
57
57
|
"uuid": "^8.3.2"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
60
|
+
"@aws-sdk/service-client-documentation-generator": "3.310.0",
|
|
61
61
|
"@tsconfig/node14": "1.0.3",
|
|
62
62
|
"@types/node": "^14.14.31",
|
|
63
63
|
"@types/uuid": "^8.3.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
}
|
|
79
79
|
},
|
|
80
80
|
"files": [
|
|
81
|
-
"dist
|
|
81
|
+
"dist-*/**"
|
|
82
82
|
],
|
|
83
83
|
"author": {
|
|
84
84
|
"name": "AWS SDK for JavaScript Team",
|