@aws-sdk/client-codeguruprofiler 3.303.0 → 3.309.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/dist-cjs/commands/AddNotificationChannelsCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +2 -2
  3. package/dist-cjs/commands/ConfigureAgentCommand.js +2 -2
  4. package/dist-cjs/commands/CreateProfilingGroupCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteProfilingGroupCommand.js +2 -2
  6. package/dist-cjs/commands/DescribeProfilingGroupCommand.js +2 -2
  7. package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +2 -2
  8. package/dist-cjs/commands/GetNotificationConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  10. package/dist-cjs/commands/GetProfileCommand.js +2 -2
  11. package/dist-cjs/commands/GetRecommendationsCommand.js +2 -2
  12. package/dist-cjs/commands/ListFindingsReportsCommand.js +2 -2
  13. package/dist-cjs/commands/ListProfileTimesCommand.js +2 -2
  14. package/dist-cjs/commands/ListProfilingGroupsCommand.js +2 -2
  15. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  16. package/dist-cjs/commands/PostAgentProfileCommand.js +2 -2
  17. package/dist-cjs/commands/PutPermissionCommand.js +2 -2
  18. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
  19. package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
  20. package/dist-cjs/commands/SubmitFeedbackCommand.js +2 -2
  21. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  22. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UpdateProfilingGroupCommand.js +2 -2
  24. package/dist-cjs/protocols/Aws_restJson1.js +346 -360
  25. package/dist-es/commands/AddNotificationChannelsCommand.js +3 -3
  26. package/dist-es/commands/BatchGetFrameMetricDataCommand.js +3 -3
  27. package/dist-es/commands/ConfigureAgentCommand.js +3 -3
  28. package/dist-es/commands/CreateProfilingGroupCommand.js +3 -3
  29. package/dist-es/commands/DeleteProfilingGroupCommand.js +3 -3
  30. package/dist-es/commands/DescribeProfilingGroupCommand.js +3 -3
  31. package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +3 -3
  32. package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -3
  33. package/dist-es/commands/GetPolicyCommand.js +3 -3
  34. package/dist-es/commands/GetProfileCommand.js +3 -3
  35. package/dist-es/commands/GetRecommendationsCommand.js +3 -3
  36. package/dist-es/commands/ListFindingsReportsCommand.js +3 -3
  37. package/dist-es/commands/ListProfileTimesCommand.js +3 -3
  38. package/dist-es/commands/ListProfilingGroupsCommand.js +3 -3
  39. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  40. package/dist-es/commands/PostAgentProfileCommand.js +3 -3
  41. package/dist-es/commands/PutPermissionCommand.js +3 -3
  42. package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
  43. package/dist-es/commands/RemovePermissionCommand.js +3 -3
  44. package/dist-es/commands/SubmitFeedbackCommand.js +3 -3
  45. package/dist-es/commands/TagResourceCommand.js +3 -3
  46. package/dist-es/commands/UntagResourceCommand.js +3 -3
  47. package/dist-es/commands/UpdateProfilingGroupCommand.js +3 -3
  48. package/dist-es/protocols/Aws_restJson1.js +299 -313
  49. package/dist-types/protocols/Aws_restJson1.d.ts +184 -46
  50. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +46 -46
  51. package/package.json +29 -29
@@ -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
- export declare const serializeAws_restJson1AddNotificationChannelsCommand: (input: AddNotificationChannelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
27
- export declare const serializeAws_restJson1BatchGetFrameMetricDataCommand: (input: BatchGetFrameMetricDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
28
- export declare const serializeAws_restJson1ConfigureAgentCommand: (input: ConfigureAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
29
- export declare const serializeAws_restJson1CreateProfilingGroupCommand: (input: CreateProfilingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
30
- export declare const serializeAws_restJson1DeleteProfilingGroupCommand: (input: DeleteProfilingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
31
- export declare const serializeAws_restJson1DescribeProfilingGroupCommand: (input: DescribeProfilingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
32
- export declare const serializeAws_restJson1GetFindingsReportAccountSummaryCommand: (input: GetFindingsReportAccountSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
33
- export declare const serializeAws_restJson1GetNotificationConfigurationCommand: (input: GetNotificationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
34
- export declare const serializeAws_restJson1GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- export declare const serializeAws_restJson1GetProfileCommand: (input: GetProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1GetRecommendationsCommand: (input: GetRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1ListFindingsReportsCommand: (input: ListFindingsReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1ListProfileTimesCommand: (input: ListProfileTimesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1ListProfilingGroupsCommand: (input: ListProfilingGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1PostAgentProfileCommand: (input: PostAgentProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1PutPermissionCommand: (input: PutPermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1RemoveNotificationChannelCommand: (input: RemoveNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1RemovePermissionCommand: (input: RemovePermissionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1SubmitFeedbackCommand: (input: SubmitFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1UpdateProfilingGroupCommand: (input: UpdateProfilingGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const deserializeAws_restJson1AddNotificationChannelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddNotificationChannelsCommandOutput>;
50
- export declare const deserializeAws_restJson1BatchGetFrameMetricDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFrameMetricDataCommandOutput>;
51
- export declare const deserializeAws_restJson1ConfigureAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ConfigureAgentCommandOutput>;
52
- export declare const deserializeAws_restJson1CreateProfilingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProfilingGroupCommandOutput>;
53
- export declare const deserializeAws_restJson1DeleteProfilingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProfilingGroupCommandOutput>;
54
- export declare const deserializeAws_restJson1DescribeProfilingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeProfilingGroupCommandOutput>;
55
- export declare const deserializeAws_restJson1GetFindingsReportAccountSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsReportAccountSummaryCommandOutput>;
56
- export declare const deserializeAws_restJson1GetNotificationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotificationConfigurationCommandOutput>;
57
- export declare const deserializeAws_restJson1GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
58
- export declare const deserializeAws_restJson1GetProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProfileCommandOutput>;
59
- export declare const deserializeAws_restJson1GetRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationsCommandOutput>;
60
- export declare const deserializeAws_restJson1ListFindingsReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsReportsCommandOutput>;
61
- export declare const deserializeAws_restJson1ListProfileTimesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfileTimesCommandOutput>;
62
- export declare const deserializeAws_restJson1ListProfilingGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProfilingGroupsCommandOutput>;
63
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
64
- export declare const deserializeAws_restJson1PostAgentProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PostAgentProfileCommandOutput>;
65
- export declare const deserializeAws_restJson1PutPermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPermissionCommandOutput>;
66
- export declare const deserializeAws_restJson1RemoveNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveNotificationChannelCommandOutput>;
67
- export declare const deserializeAws_restJson1RemovePermissionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemovePermissionCommandOutput>;
68
- export declare const deserializeAws_restJson1SubmitFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubmitFeedbackCommandOutput>;
69
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
70
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
71
- export declare const deserializeAws_restJson1UpdateProfilingGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProfilingGroupCommandOutput>;
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 serializeAws_restJson1AddNotificationChannelsCommand: (
98
+ export declare const se_AddNotificationChannelsCommand: (
99
99
  input: AddNotificationChannelsCommandInput,
100
100
  context: __SerdeContext
101
101
  ) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1BatchGetFrameMetricDataCommand: (
102
+ export declare const se_BatchGetFrameMetricDataCommand: (
103
103
  input: BatchGetFrameMetricDataCommandInput,
104
104
  context: __SerdeContext
105
105
  ) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1ConfigureAgentCommand: (
106
+ export declare const se_ConfigureAgentCommand: (
107
107
  input: ConfigureAgentCommandInput,
108
108
  context: __SerdeContext
109
109
  ) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1CreateProfilingGroupCommand: (
110
+ export declare const se_CreateProfilingGroupCommand: (
111
111
  input: CreateProfilingGroupCommandInput,
112
112
  context: __SerdeContext
113
113
  ) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1DeleteProfilingGroupCommand: (
114
+ export declare const se_DeleteProfilingGroupCommand: (
115
115
  input: DeleteProfilingGroupCommandInput,
116
116
  context: __SerdeContext
117
117
  ) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1DescribeProfilingGroupCommand: (
118
+ export declare const se_DescribeProfilingGroupCommand: (
119
119
  input: DescribeProfilingGroupCommandInput,
120
120
  context: __SerdeContext
121
121
  ) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1GetFindingsReportAccountSummaryCommand: (
122
+ export declare const se_GetFindingsReportAccountSummaryCommand: (
123
123
  input: GetFindingsReportAccountSummaryCommandInput,
124
124
  context: __SerdeContext
125
125
  ) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1GetNotificationConfigurationCommand: (
126
+ export declare const se_GetNotificationConfigurationCommand: (
127
127
  input: GetNotificationConfigurationCommandInput,
128
128
  context: __SerdeContext
129
129
  ) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1GetPolicyCommand: (
130
+ export declare const se_GetPolicyCommand: (
131
131
  input: GetPolicyCommandInput,
132
132
  context: __SerdeContext
133
133
  ) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1GetProfileCommand: (
134
+ export declare const se_GetProfileCommand: (
135
135
  input: GetProfileCommandInput,
136
136
  context: __SerdeContext
137
137
  ) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1GetRecommendationsCommand: (
138
+ export declare const se_GetRecommendationsCommand: (
139
139
  input: GetRecommendationsCommandInput,
140
140
  context: __SerdeContext
141
141
  ) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1ListFindingsReportsCommand: (
142
+ export declare const se_ListFindingsReportsCommand: (
143
143
  input: ListFindingsReportsCommandInput,
144
144
  context: __SerdeContext
145
145
  ) => Promise<__HttpRequest>;
146
- export declare const serializeAws_restJson1ListProfileTimesCommand: (
146
+ export declare const se_ListProfileTimesCommand: (
147
147
  input: ListProfileTimesCommandInput,
148
148
  context: __SerdeContext
149
149
  ) => Promise<__HttpRequest>;
150
- export declare const serializeAws_restJson1ListProfilingGroupsCommand: (
150
+ export declare const se_ListProfilingGroupsCommand: (
151
151
  input: ListProfilingGroupsCommandInput,
152
152
  context: __SerdeContext
153
153
  ) => Promise<__HttpRequest>;
154
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (
154
+ export declare const se_ListTagsForResourceCommand: (
155
155
  input: ListTagsForResourceCommandInput,
156
156
  context: __SerdeContext
157
157
  ) => Promise<__HttpRequest>;
158
- export declare const serializeAws_restJson1PostAgentProfileCommand: (
158
+ export declare const se_PostAgentProfileCommand: (
159
159
  input: PostAgentProfileCommandInput,
160
160
  context: __SerdeContext
161
161
  ) => Promise<__HttpRequest>;
162
- export declare const serializeAws_restJson1PutPermissionCommand: (
162
+ export declare const se_PutPermissionCommand: (
163
163
  input: PutPermissionCommandInput,
164
164
  context: __SerdeContext
165
165
  ) => Promise<__HttpRequest>;
166
- export declare const serializeAws_restJson1RemoveNotificationChannelCommand: (
166
+ export declare const se_RemoveNotificationChannelCommand: (
167
167
  input: RemoveNotificationChannelCommandInput,
168
168
  context: __SerdeContext
169
169
  ) => Promise<__HttpRequest>;
170
- export declare const serializeAws_restJson1RemovePermissionCommand: (
170
+ export declare const se_RemovePermissionCommand: (
171
171
  input: RemovePermissionCommandInput,
172
172
  context: __SerdeContext
173
173
  ) => Promise<__HttpRequest>;
174
- export declare const serializeAws_restJson1SubmitFeedbackCommand: (
174
+ export declare const se_SubmitFeedbackCommand: (
175
175
  input: SubmitFeedbackCommandInput,
176
176
  context: __SerdeContext
177
177
  ) => Promise<__HttpRequest>;
178
- export declare const serializeAws_restJson1TagResourceCommand: (
178
+ export declare const se_TagResourceCommand: (
179
179
  input: TagResourceCommandInput,
180
180
  context: __SerdeContext
181
181
  ) => Promise<__HttpRequest>;
182
- export declare const serializeAws_restJson1UntagResourceCommand: (
182
+ export declare const se_UntagResourceCommand: (
183
183
  input: UntagResourceCommandInput,
184
184
  context: __SerdeContext
185
185
  ) => Promise<__HttpRequest>;
186
- export declare const serializeAws_restJson1UpdateProfilingGroupCommand: (
186
+ export declare const se_UpdateProfilingGroupCommand: (
187
187
  input: UpdateProfilingGroupCommandInput,
188
188
  context: __SerdeContext
189
189
  ) => Promise<__HttpRequest>;
190
- export declare const deserializeAws_restJson1AddNotificationChannelsCommand: (
190
+ export declare const de_AddNotificationChannelsCommand: (
191
191
  output: __HttpResponse,
192
192
  context: __SerdeContext
193
193
  ) => Promise<AddNotificationChannelsCommandOutput>;
194
- export declare const deserializeAws_restJson1BatchGetFrameMetricDataCommand: (
194
+ export declare const de_BatchGetFrameMetricDataCommand: (
195
195
  output: __HttpResponse,
196
196
  context: __SerdeContext
197
197
  ) => Promise<BatchGetFrameMetricDataCommandOutput>;
198
- export declare const deserializeAws_restJson1ConfigureAgentCommand: (
198
+ export declare const de_ConfigureAgentCommand: (
199
199
  output: __HttpResponse,
200
200
  context: __SerdeContext
201
201
  ) => Promise<ConfigureAgentCommandOutput>;
202
- export declare const deserializeAws_restJson1CreateProfilingGroupCommand: (
202
+ export declare const de_CreateProfilingGroupCommand: (
203
203
  output: __HttpResponse,
204
204
  context: __SerdeContext
205
205
  ) => Promise<CreateProfilingGroupCommandOutput>;
206
- export declare const deserializeAws_restJson1DeleteProfilingGroupCommand: (
206
+ export declare const de_DeleteProfilingGroupCommand: (
207
207
  output: __HttpResponse,
208
208
  context: __SerdeContext
209
209
  ) => Promise<DeleteProfilingGroupCommandOutput>;
210
- export declare const deserializeAws_restJson1DescribeProfilingGroupCommand: (
210
+ export declare const de_DescribeProfilingGroupCommand: (
211
211
  output: __HttpResponse,
212
212
  context: __SerdeContext
213
213
  ) => Promise<DescribeProfilingGroupCommandOutput>;
214
- export declare const deserializeAws_restJson1GetFindingsReportAccountSummaryCommand: (
214
+ export declare const de_GetFindingsReportAccountSummaryCommand: (
215
215
  output: __HttpResponse,
216
216
  context: __SerdeContext
217
217
  ) => Promise<GetFindingsReportAccountSummaryCommandOutput>;
218
- export declare const deserializeAws_restJson1GetNotificationConfigurationCommand: (
218
+ export declare const de_GetNotificationConfigurationCommand: (
219
219
  output: __HttpResponse,
220
220
  context: __SerdeContext
221
221
  ) => Promise<GetNotificationConfigurationCommandOutput>;
222
- export declare const deserializeAws_restJson1GetPolicyCommand: (
222
+ export declare const de_GetPolicyCommand: (
223
223
  output: __HttpResponse,
224
224
  context: __SerdeContext
225
225
  ) => Promise<GetPolicyCommandOutput>;
226
- export declare const deserializeAws_restJson1GetProfileCommand: (
226
+ export declare const de_GetProfileCommand: (
227
227
  output: __HttpResponse,
228
228
  context: __SerdeContext
229
229
  ) => Promise<GetProfileCommandOutput>;
230
- export declare const deserializeAws_restJson1GetRecommendationsCommand: (
230
+ export declare const de_GetRecommendationsCommand: (
231
231
  output: __HttpResponse,
232
232
  context: __SerdeContext
233
233
  ) => Promise<GetRecommendationsCommandOutput>;
234
- export declare const deserializeAws_restJson1ListFindingsReportsCommand: (
234
+ export declare const de_ListFindingsReportsCommand: (
235
235
  output: __HttpResponse,
236
236
  context: __SerdeContext
237
237
  ) => Promise<ListFindingsReportsCommandOutput>;
238
- export declare const deserializeAws_restJson1ListProfileTimesCommand: (
238
+ export declare const de_ListProfileTimesCommand: (
239
239
  output: __HttpResponse,
240
240
  context: __SerdeContext
241
241
  ) => Promise<ListProfileTimesCommandOutput>;
242
- export declare const deserializeAws_restJson1ListProfilingGroupsCommand: (
242
+ export declare const de_ListProfilingGroupsCommand: (
243
243
  output: __HttpResponse,
244
244
  context: __SerdeContext
245
245
  ) => Promise<ListProfilingGroupsCommandOutput>;
246
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
246
+ export declare const de_ListTagsForResourceCommand: (
247
247
  output: __HttpResponse,
248
248
  context: __SerdeContext
249
249
  ) => Promise<ListTagsForResourceCommandOutput>;
250
- export declare const deserializeAws_restJson1PostAgentProfileCommand: (
250
+ export declare const de_PostAgentProfileCommand: (
251
251
  output: __HttpResponse,
252
252
  context: __SerdeContext
253
253
  ) => Promise<PostAgentProfileCommandOutput>;
254
- export declare const deserializeAws_restJson1PutPermissionCommand: (
254
+ export declare const de_PutPermissionCommand: (
255
255
  output: __HttpResponse,
256
256
  context: __SerdeContext
257
257
  ) => Promise<PutPermissionCommandOutput>;
258
- export declare const deserializeAws_restJson1RemoveNotificationChannelCommand: (
258
+ export declare const de_RemoveNotificationChannelCommand: (
259
259
  output: __HttpResponse,
260
260
  context: __SerdeContext
261
261
  ) => Promise<RemoveNotificationChannelCommandOutput>;
262
- export declare const deserializeAws_restJson1RemovePermissionCommand: (
262
+ export declare const de_RemovePermissionCommand: (
263
263
  output: __HttpResponse,
264
264
  context: __SerdeContext
265
265
  ) => Promise<RemovePermissionCommandOutput>;
266
- export declare const deserializeAws_restJson1SubmitFeedbackCommand: (
266
+ export declare const de_SubmitFeedbackCommand: (
267
267
  output: __HttpResponse,
268
268
  context: __SerdeContext
269
269
  ) => Promise<SubmitFeedbackCommandOutput>;
270
- export declare const deserializeAws_restJson1TagResourceCommand: (
270
+ export declare const de_TagResourceCommand: (
271
271
  output: __HttpResponse,
272
272
  context: __SerdeContext
273
273
  ) => Promise<TagResourceCommandOutput>;
274
- export declare const deserializeAws_restJson1UntagResourceCommand: (
274
+ export declare const de_UntagResourceCommand: (
275
275
  output: __HttpResponse,
276
276
  context: __SerdeContext
277
277
  ) => Promise<UntagResourceCommandOutput>;
278
- export declare const deserializeAws_restJson1UpdateProfilingGroupCommand: (
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.303.0",
4
+ "version": "3.309.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,37 +21,37 @@
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.303.0",
25
- "@aws-sdk/config-resolver": "3.303.0",
26
- "@aws-sdk/credential-provider-node": "3.303.0",
27
- "@aws-sdk/fetch-http-handler": "3.303.0",
28
- "@aws-sdk/hash-node": "3.303.0",
29
- "@aws-sdk/invalid-dependency": "3.303.0",
30
- "@aws-sdk/middleware-content-length": "3.303.0",
31
- "@aws-sdk/middleware-endpoint": "3.303.0",
32
- "@aws-sdk/middleware-host-header": "3.303.0",
33
- "@aws-sdk/middleware-logger": "3.303.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
- "@aws-sdk/middleware-retry": "3.303.0",
36
- "@aws-sdk/middleware-serde": "3.303.0",
37
- "@aws-sdk/middleware-signing": "3.303.0",
38
- "@aws-sdk/middleware-stack": "3.303.0",
39
- "@aws-sdk/middleware-user-agent": "3.303.0",
40
- "@aws-sdk/node-config-provider": "3.303.0",
41
- "@aws-sdk/node-http-handler": "3.303.0",
42
- "@aws-sdk/protocol-http": "3.303.0",
43
- "@aws-sdk/smithy-client": "3.303.0",
44
- "@aws-sdk/types": "3.303.0",
45
- "@aws-sdk/url-parser": "3.303.0",
24
+ "@aws-sdk/client-sts": "3.309.0",
25
+ "@aws-sdk/config-resolver": "3.306.0",
26
+ "@aws-sdk/credential-provider-node": "3.309.0",
27
+ "@aws-sdk/fetch-http-handler": "3.306.0",
28
+ "@aws-sdk/hash-node": "3.306.0",
29
+ "@aws-sdk/invalid-dependency": "3.306.0",
30
+ "@aws-sdk/middleware-content-length": "3.306.0",
31
+ "@aws-sdk/middleware-endpoint": "3.306.0",
32
+ "@aws-sdk/middleware-host-header": "3.306.0",
33
+ "@aws-sdk/middleware-logger": "3.306.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.306.0",
35
+ "@aws-sdk/middleware-retry": "3.306.0",
36
+ "@aws-sdk/middleware-serde": "3.306.0",
37
+ "@aws-sdk/middleware-signing": "3.306.0",
38
+ "@aws-sdk/middleware-stack": "3.306.0",
39
+ "@aws-sdk/middleware-user-agent": "3.306.0",
40
+ "@aws-sdk/node-config-provider": "3.306.0",
41
+ "@aws-sdk/node-http-handler": "3.306.0",
42
+ "@aws-sdk/protocol-http": "3.306.0",
43
+ "@aws-sdk/smithy-client": "3.309.0",
44
+ "@aws-sdk/types": "3.306.0",
45
+ "@aws-sdk/url-parser": "3.306.0",
46
46
  "@aws-sdk/util-base64": "3.303.0",
47
47
  "@aws-sdk/util-body-length-browser": "3.303.0",
48
48
  "@aws-sdk/util-body-length-node": "3.303.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
- "@aws-sdk/util-endpoints": "3.303.0",
52
- "@aws-sdk/util-retry": "3.303.0",
53
- "@aws-sdk/util-user-agent-browser": "3.303.0",
54
- "@aws-sdk/util-user-agent-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.309.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.309.0",
51
+ "@aws-sdk/util-endpoints": "3.306.0",
52
+ "@aws-sdk/util-retry": "3.306.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.306.0",
54
+ "@aws-sdk/util-user-agent-node": "3.306.0",
55
55
  "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0",
57
57
  "uuid": "^8.3.2"