@aws-sdk/client-codeguruprofiler 3.651.1 → 3.658.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 (47) hide show
  1. package/dist-types/commands/AddNotificationChannelsCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +11 -0
  3. package/dist-types/commands/ConfigureAgentCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateProfilingGroupCommand.d.ts +11 -0
  5. package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +11 -0
  6. package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +11 -0
  7. package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +11 -0
  8. package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +11 -0
  9. package/dist-types/commands/GetPolicyCommand.d.ts +11 -0
  10. package/dist-types/commands/GetProfileCommand.d.ts +11 -0
  11. package/dist-types/commands/GetRecommendationsCommand.d.ts +11 -0
  12. package/dist-types/commands/ListFindingsReportsCommand.d.ts +11 -0
  13. package/dist-types/commands/ListProfileTimesCommand.d.ts +11 -0
  14. package/dist-types/commands/ListProfilingGroupsCommand.d.ts +11 -0
  15. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  16. package/dist-types/commands/PostAgentProfileCommand.d.ts +11 -0
  17. package/dist-types/commands/PutPermissionCommand.d.ts +11 -0
  18. package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +11 -0
  19. package/dist-types/commands/RemovePermissionCommand.d.ts +11 -0
  20. package/dist-types/commands/SubmitFeedbackCommand.d.ts +11 -0
  21. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  22. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  23. package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +11 -0
  24. package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +12 -1
  25. package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +12 -1
  26. package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +12 -1
  27. package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +12 -1
  28. package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +12 -1
  29. package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +12 -1
  30. package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +12 -1
  31. package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +12 -1
  32. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +12 -1
  33. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +12 -1
  34. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +12 -1
  35. package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +12 -1
  36. package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +12 -1
  37. package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +12 -1
  38. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  39. package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +12 -1
  47. package/package.json +36 -36
@@ -100,4 +100,15 @@ declare const AddNotificationChannelsCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class AddNotificationChannelsCommand extends AddNotificationChannelsCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: AddNotificationChannelsRequest;
107
+ output: AddNotificationChannelsResponse;
108
+ };
109
+ sdk: {
110
+ input: AddNotificationChannelsCommandInput;
111
+ output: AddNotificationChannelsCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -112,4 +112,15 @@ declare const BatchGetFrameMetricDataCommand_base: {
112
112
  * @public
113
113
  */
114
114
  export declare class BatchGetFrameMetricDataCommand extends BatchGetFrameMetricDataCommand_base {
115
+ /** @internal type navigation helper, not in runtime. */
116
+ protected static __types: {
117
+ api: {
118
+ input: BatchGetFrameMetricDataRequest;
119
+ output: BatchGetFrameMetricDataResponse;
120
+ };
121
+ sdk: {
122
+ input: BatchGetFrameMetricDataCommandInput;
123
+ output: BatchGetFrameMetricDataCommandOutput;
124
+ };
125
+ };
115
126
  }
@@ -83,4 +83,15 @@ declare const ConfigureAgentCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ConfigureAgentCommand extends ConfigureAgentCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ConfigureAgentRequest;
90
+ output: ConfigureAgentResponse;
91
+ };
92
+ sdk: {
93
+ input: ConfigureAgentCommandInput;
94
+ output: ConfigureAgentCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -106,4 +106,15 @@ declare const CreateProfilingGroupCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class CreateProfilingGroupCommand extends CreateProfilingGroupCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: CreateProfilingGroupRequest;
113
+ output: CreateProfilingGroupResponse;
114
+ };
115
+ sdk: {
116
+ input: CreateProfilingGroupCommandInput;
117
+ output: CreateProfilingGroupCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -73,4 +73,15 @@ declare const DeleteProfilingGroupCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class DeleteProfilingGroupCommand extends DeleteProfilingGroupCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: DeleteProfilingGroupRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: DeleteProfilingGroupCommandInput;
84
+ output: DeleteProfilingGroupCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -94,4 +94,15 @@ declare const DescribeProfilingGroupCommand_base: {
94
94
  * @public
95
95
  */
96
96
  export declare class DescribeProfilingGroupCommand extends DescribeProfilingGroupCommand_base {
97
+ /** @internal type navigation helper, not in runtime. */
98
+ protected static __types: {
99
+ api: {
100
+ input: DescribeProfilingGroupRequest;
101
+ output: DescribeProfilingGroupResponse;
102
+ };
103
+ sdk: {
104
+ input: DescribeProfilingGroupCommandInput;
105
+ output: DescribeProfilingGroupCommandOutput;
106
+ };
107
+ };
97
108
  }
@@ -83,4 +83,15 @@ declare const GetFindingsReportAccountSummaryCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class GetFindingsReportAccountSummaryCommand extends GetFindingsReportAccountSummaryCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: GetFindingsReportAccountSummaryRequest;
90
+ output: GetFindingsReportAccountSummaryResponse;
91
+ };
92
+ sdk: {
93
+ input: GetFindingsReportAccountSummaryCommandInput;
94
+ output: GetFindingsReportAccountSummaryCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -79,4 +79,15 @@ declare const GetNotificationConfigurationCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class GetNotificationConfigurationCommand extends GetNotificationConfigurationCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetNotificationConfigurationRequest;
86
+ output: GetNotificationConfigurationResponse;
87
+ };
88
+ sdk: {
89
+ input: GetNotificationConfigurationCommandInput;
90
+ output: GetNotificationConfigurationCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -69,4 +69,15 @@ declare const GetPolicyCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class GetPolicyCommand extends GetPolicyCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: GetPolicyRequest;
76
+ output: GetPolicyResponse;
77
+ };
78
+ sdk: {
79
+ input: GetPolicyCommandInput;
80
+ output: GetPolicyCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -154,4 +154,15 @@ declare const GetProfileCommand_base: {
154
154
  * @public
155
155
  */
156
156
  export declare class GetProfileCommand extends GetProfileCommand_base {
157
+ /** @internal type navigation helper, not in runtime. */
158
+ protected static __types: {
159
+ api: {
160
+ input: GetProfileRequest;
161
+ output: GetProfileResponse;
162
+ };
163
+ sdk: {
164
+ input: GetProfileCommandInput;
165
+ output: GetProfileCommandOutput;
166
+ };
167
+ };
157
168
  }
@@ -137,4 +137,15 @@ declare const GetRecommendationsCommand_base: {
137
137
  * @public
138
138
  */
139
139
  export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
140
+ /** @internal type navigation helper, not in runtime. */
141
+ protected static __types: {
142
+ api: {
143
+ input: GetRecommendationsRequest;
144
+ output: GetRecommendationsResponse;
145
+ };
146
+ sdk: {
147
+ input: GetRecommendationsCommandInput;
148
+ output: GetRecommendationsCommandOutput;
149
+ };
150
+ };
140
151
  }
@@ -83,4 +83,15 @@ declare const ListFindingsReportsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListFindingsReportsCommand extends ListFindingsReportsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListFindingsReportsRequest;
90
+ output: ListFindingsReportsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListFindingsReportsCommandInput;
94
+ output: ListFindingsReportsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -81,4 +81,15 @@ declare const ListProfileTimesCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListProfileTimesCommand extends ListProfileTimesCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListProfileTimesRequest;
88
+ output: ListProfileTimesResponse;
89
+ };
90
+ sdk: {
91
+ input: ListProfileTimesCommandInput;
92
+ output: ListProfileTimesCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -97,4 +97,15 @@ declare const ListProfilingGroupsCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class ListProfilingGroupsCommand extends ListProfilingGroupsCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: ListProfilingGroupsRequest;
104
+ output: ListProfilingGroupsResponse;
105
+ };
106
+ sdk: {
107
+ input: ListProfilingGroupsCommandInput;
108
+ output: ListProfilingGroupsCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -70,4 +70,15 @@ declare const ListTagsForResourceCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: ListTagsForResourceRequest;
77
+ output: ListTagsForResourceResponse;
78
+ };
79
+ sdk: {
80
+ input: ListTagsForResourceCommandInput;
81
+ output: ListTagsForResourceCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -82,4 +82,15 @@ declare const PostAgentProfileCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class PostAgentProfileCommand extends PostAgentProfileCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: PostAgentProfileRequest;
89
+ output: {};
90
+ };
91
+ sdk: {
92
+ input: PostAgentProfileCommandInput;
93
+ output: PostAgentProfileCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -106,4 +106,15 @@ declare const PutPermissionCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class PutPermissionCommand extends PutPermissionCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: PutPermissionRequest;
113
+ output: PutPermissionResponse;
114
+ };
115
+ sdk: {
116
+ input: PutPermissionCommandInput;
117
+ output: PutPermissionCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -80,4 +80,15 @@ declare const RemoveNotificationChannelCommand_base: {
80
80
  * @public
81
81
  */
82
82
  export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {
83
+ /** @internal type navigation helper, not in runtime. */
84
+ protected static __types: {
85
+ api: {
86
+ input: RemoveNotificationChannelRequest;
87
+ output: RemoveNotificationChannelResponse;
88
+ };
89
+ sdk: {
90
+ input: RemoveNotificationChannelCommandInput;
91
+ output: RemoveNotificationChannelCommandOutput;
92
+ };
93
+ };
83
94
  }
@@ -86,4 +86,15 @@ declare const RemovePermissionCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: RemovePermissionRequest;
93
+ output: RemovePermissionResponse;
94
+ };
95
+ sdk: {
96
+ input: RemovePermissionCommandInput;
97
+ output: RemovePermissionCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -71,4 +71,15 @@ declare const SubmitFeedbackCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class SubmitFeedbackCommand extends SubmitFeedbackCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: SubmitFeedbackRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: SubmitFeedbackCommandInput;
82
+ output: SubmitFeedbackCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -69,4 +69,15 @@ declare const TagResourceCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class TagResourceCommand extends TagResourceCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: TagResourceRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: TagResourceCommandInput;
80
+ output: TagResourceCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -69,4 +69,15 @@ declare const UntagResourceCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: UntagResourceRequest;
76
+ output: {};
77
+ };
78
+ sdk: {
79
+ input: UntagResourceCommandInput;
80
+ output: UntagResourceCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -98,4 +98,15 @@ declare const UpdateProfilingGroupCommand_base: {
98
98
  * @public
99
99
  */
100
100
  export declare class UpdateProfilingGroupCommand extends UpdateProfilingGroupCommand_base {
101
+ /** @internal type navigation helper, not in runtime. */
102
+ protected static __types: {
103
+ api: {
104
+ input: UpdateProfilingGroupRequest;
105
+ output: UpdateProfilingGroupResponse;
106
+ };
107
+ sdk: {
108
+ input: UpdateProfilingGroupCommandInput;
109
+ output: UpdateProfilingGroupCommandOutput;
110
+ };
111
+ };
101
112
  }
@@ -37,4 +37,15 @@ declare const AddNotificationChannelsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AddNotificationChannelsCommand extends AddNotificationChannelsCommand_base {}
40
+ export declare class AddNotificationChannelsCommand extends AddNotificationChannelsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AddNotificationChannelsRequest;
44
+ output: AddNotificationChannelsResponse;
45
+ };
46
+ sdk: {
47
+ input: AddNotificationChannelsCommandInput;
48
+ output: AddNotificationChannelsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchGetFrameMetricDataCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetFrameMetricDataCommand extends BatchGetFrameMetricDataCommand_base {}
40
+ export declare class BatchGetFrameMetricDataCommand extends BatchGetFrameMetricDataCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetFrameMetricDataRequest;
44
+ output: BatchGetFrameMetricDataResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetFrameMetricDataCommandInput;
48
+ output: BatchGetFrameMetricDataCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ConfigureAgentCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ConfigureAgentCommand extends ConfigureAgentCommand_base {}
39
+ export declare class ConfigureAgentCommand extends ConfigureAgentCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ConfigureAgentRequest;
43
+ output: ConfigureAgentResponse;
44
+ };
45
+ sdk: {
46
+ input: ConfigureAgentCommandInput;
47
+ output: ConfigureAgentCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateProfilingGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateProfilingGroupCommand extends CreateProfilingGroupCommand_base {}
40
+ export declare class CreateProfilingGroupCommand extends CreateProfilingGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateProfilingGroupRequest;
44
+ output: CreateProfilingGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateProfilingGroupCommandInput;
48
+ output: CreateProfilingGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteProfilingGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteProfilingGroupCommand extends DeleteProfilingGroupCommand_base {}
40
+ export declare class DeleteProfilingGroupCommand extends DeleteProfilingGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteProfilingGroupRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteProfilingGroupCommandInput;
48
+ output: DeleteProfilingGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeProfilingGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeProfilingGroupCommand extends DescribeProfilingGroupCommand_base {}
40
+ export declare class DescribeProfilingGroupCommand extends DescribeProfilingGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeProfilingGroupRequest;
44
+ output: DescribeProfilingGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeProfilingGroupCommandInput;
48
+ output: DescribeProfilingGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetFindingsReportAccountSummaryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetFindingsReportAccountSummaryCommand extends GetFindingsReportAccountSummaryCommand_base {}
40
+ export declare class GetFindingsReportAccountSummaryCommand extends GetFindingsReportAccountSummaryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetFindingsReportAccountSummaryRequest;
44
+ output: GetFindingsReportAccountSummaryResponse;
45
+ };
46
+ sdk: {
47
+ input: GetFindingsReportAccountSummaryCommandInput;
48
+ output: GetFindingsReportAccountSummaryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetNotificationConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetNotificationConfigurationCommand extends GetNotificationConfigurationCommand_base {}
40
+ export declare class GetNotificationConfigurationCommand extends GetNotificationConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetNotificationConfigurationRequest;
44
+ output: GetNotificationConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetNotificationConfigurationCommandInput;
48
+ output: GetNotificationConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetPolicyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetPolicyCommand extends GetPolicyCommand_base {}
36
+ export declare class GetPolicyCommand extends GetPolicyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetPolicyRequest;
40
+ output: GetPolicyResponse;
41
+ };
42
+ sdk: {
43
+ input: GetPolicyCommandInput;
44
+ output: GetPolicyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -40,4 +40,15 @@ declare const GetProfileCommand_base: {
40
40
  >;
41
41
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
42
42
  };
43
- export declare class GetProfileCommand extends GetProfileCommand_base {}
43
+ export declare class GetProfileCommand extends GetProfileCommand_base {
44
+ protected static __types: {
45
+ api: {
46
+ input: GetProfileRequest;
47
+ output: GetProfileResponse;
48
+ };
49
+ sdk: {
50
+ input: GetProfileCommandInput;
51
+ output: GetProfileCommandOutput;
52
+ };
53
+ };
54
+ }
@@ -37,4 +37,15 @@ declare const GetRecommendationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {}
40
+ export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetRecommendationsRequest;
44
+ output: GetRecommendationsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetRecommendationsCommandInput;
48
+ output: GetRecommendationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListFindingsReportsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListFindingsReportsCommand extends ListFindingsReportsCommand_base {}
40
+ export declare class ListFindingsReportsCommand extends ListFindingsReportsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListFindingsReportsRequest;
44
+ output: ListFindingsReportsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListFindingsReportsCommandInput;
48
+ output: ListFindingsReportsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListProfileTimesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListProfileTimesCommand extends ListProfileTimesCommand_base {}
39
+ export declare class ListProfileTimesCommand extends ListProfileTimesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListProfileTimesRequest;
43
+ output: ListProfileTimesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListProfileTimesCommandInput;
47
+ output: ListProfileTimesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListProfilingGroupsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListProfilingGroupsCommand extends ListProfilingGroupsCommand_base {}
40
+ export declare class ListProfilingGroupsCommand extends ListProfilingGroupsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListProfilingGroupsRequest;
44
+ output: ListProfilingGroupsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListProfilingGroupsCommandInput;
48
+ output: ListProfilingGroupsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -46,4 +46,15 @@ declare const PostAgentProfileCommand_base: {
46
46
  >;
47
47
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
48
48
  };
49
- export declare class PostAgentProfileCommand extends PostAgentProfileCommand_base {}
49
+ export declare class PostAgentProfileCommand extends PostAgentProfileCommand_base {
50
+ protected static __types: {
51
+ api: {
52
+ input: PostAgentProfileRequest;
53
+ output: {};
54
+ };
55
+ sdk: {
56
+ input: PostAgentProfileCommandInput;
57
+ output: PostAgentProfileCommandOutput;
58
+ };
59
+ };
60
+ }
@@ -36,4 +36,15 @@ declare const PutPermissionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PutPermissionCommand extends PutPermissionCommand_base {}
39
+ export declare class PutPermissionCommand extends PutPermissionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PutPermissionRequest;
43
+ output: PutPermissionResponse;
44
+ };
45
+ sdk: {
46
+ input: PutPermissionCommandInput;
47
+ output: PutPermissionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const RemoveNotificationChannelCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {}
40
+ export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RemoveNotificationChannelRequest;
44
+ output: RemoveNotificationChannelResponse;
45
+ };
46
+ sdk: {
47
+ input: RemoveNotificationChannelCommandInput;
48
+ output: RemoveNotificationChannelCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const RemovePermissionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class RemovePermissionCommand extends RemovePermissionCommand_base {}
39
+ export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: RemovePermissionRequest;
43
+ output: RemovePermissionResponse;
44
+ };
45
+ sdk: {
46
+ input: RemovePermissionCommandInput;
47
+ output: RemovePermissionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const SubmitFeedbackCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class SubmitFeedbackCommand extends SubmitFeedbackCommand_base {}
39
+ export declare class SubmitFeedbackCommand extends SubmitFeedbackCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: SubmitFeedbackRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: SubmitFeedbackCommandInput;
47
+ output: SubmitFeedbackCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateProfilingGroupCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateProfilingGroupCommand extends UpdateProfilingGroupCommand_base {}
40
+ export declare class UpdateProfilingGroupCommand extends UpdateProfilingGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateProfilingGroupRequest;
44
+ output: UpdateProfilingGroupResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateProfilingGroupCommandInput;
48
+ output: UpdateProfilingGroupCommandOutput;
49
+ };
50
+ };
51
+ }
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.651.1",
4
+ "version": "3.658.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-codeguruprofiler",
@@ -20,44 +20,44 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.658.0",
24
+ "@aws-sdk/client-sts": "3.658.0",
25
+ "@aws-sdk/core": "3.658.0",
26
+ "@aws-sdk/credential-provider-node": "3.658.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
60
- "@smithy/util-stream": "^3.1.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
+ "@smithy/util-stream": "^3.1.6",
61
61
  "@smithy/util-utf8": "^3.0.0",
62
62
  "tslib": "^2.6.2",
63
63
  "uuid": "^9.0.1"