@aws-sdk/client-codeguruprofiler 3.1077.0 → 3.1079.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/index.js +31 -233
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddNotificationChannelsCommand.js +2 -14
- package/dist-es/commands/BatchGetFrameMetricDataCommand.js +2 -14
- package/dist-es/commands/ConfigureAgentCommand.js +2 -14
- package/dist-es/commands/CreateProfilingGroupCommand.js +2 -14
- package/dist-es/commands/DeleteProfilingGroupCommand.js +2 -14
- package/dist-es/commands/DescribeProfilingGroupCommand.js +2 -14
- package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +2 -14
- package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -14
- package/dist-es/commands/GetPolicyCommand.js +2 -14
- package/dist-es/commands/GetProfileCommand.js +2 -14
- package/dist-es/commands/GetRecommendationsCommand.js +2 -14
- package/dist-es/commands/ListFindingsReportsCommand.js +2 -14
- package/dist-es/commands/ListProfileTimesCommand.js +2 -14
- package/dist-es/commands/ListProfilingGroupsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PostAgentProfileCommand.js +2 -14
- package/dist-es/commands/PutPermissionCommand.js +2 -14
- package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -14
- package/dist-es/commands/RemovePermissionCommand.js +2 -14
- package/dist-es/commands/SubmitFeedbackCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateProfilingGroupCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddNotificationChannelsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +3 -8
- package/dist-types/commands/ConfigureAgentCommand.d.ts +3 -8
- package/dist-types/commands/CreateProfilingGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +3 -8
- package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +3 -8
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetProfileCommand.d.ts +3 -8
- package/dist-types/commands/GetRecommendationsCommand.d.ts +3 -8
- package/dist-types/commands/ListFindingsReportsCommand.d.ts +3 -8
- package/dist-types/commands/ListProfileTimesCommand.d.ts +3 -8
- package/dist-types/commands/ListProfilingGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PostAgentProfileCommand.d.ts +3 -8
- package/dist-types/commands/PutPermissionCommand.d.ts +3 -8
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -8
- package/dist-types/commands/RemovePermissionCommand.d.ts +3 -8
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1045,280 +1046,77 @@ class CodeGuruProfilerClient extends Client {
|
|
|
1045
1046
|
}
|
|
1046
1047
|
}
|
|
1047
1048
|
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
})
|
|
1054
|
-
.s("CodeGuruProfiler", "AddNotificationChannels", {})
|
|
1055
|
-
.n("CodeGuruProfilerClient", "AddNotificationChannelsCommand")
|
|
1056
|
-
.sc(AddNotificationChannels$)
|
|
1057
|
-
.build() {
|
|
1049
|
+
const command = makeBuilder(commonParams, "CodeGuruProfiler", "CodeGuruProfilerClient", getEndpointPlugin);
|
|
1050
|
+
const _ep0 = {};
|
|
1051
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1052
|
+
|
|
1053
|
+
class AddNotificationChannelsCommand extends command(_ep0, _mw0, "AddNotificationChannels", AddNotificationChannels$) {
|
|
1058
1054
|
}
|
|
1059
1055
|
|
|
1060
|
-
class BatchGetFrameMetricDataCommand extends
|
|
1061
|
-
.classBuilder()
|
|
1062
|
-
.ep(commonParams)
|
|
1063
|
-
.m(function (Command, cs, config, o) {
|
|
1064
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1065
|
-
})
|
|
1066
|
-
.s("CodeGuruProfiler", "BatchGetFrameMetricData", {})
|
|
1067
|
-
.n("CodeGuruProfilerClient", "BatchGetFrameMetricDataCommand")
|
|
1068
|
-
.sc(BatchGetFrameMetricData$)
|
|
1069
|
-
.build() {
|
|
1056
|
+
class BatchGetFrameMetricDataCommand extends command(_ep0, _mw0, "BatchGetFrameMetricData", BatchGetFrameMetricData$) {
|
|
1070
1057
|
}
|
|
1071
1058
|
|
|
1072
|
-
class ConfigureAgentCommand extends
|
|
1073
|
-
.classBuilder()
|
|
1074
|
-
.ep(commonParams)
|
|
1075
|
-
.m(function (Command, cs, config, o) {
|
|
1076
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1077
|
-
})
|
|
1078
|
-
.s("CodeGuruProfiler", "ConfigureAgent", {})
|
|
1079
|
-
.n("CodeGuruProfilerClient", "ConfigureAgentCommand")
|
|
1080
|
-
.sc(ConfigureAgent$)
|
|
1081
|
-
.build() {
|
|
1059
|
+
class ConfigureAgentCommand extends command(_ep0, _mw0, "ConfigureAgent", ConfigureAgent$) {
|
|
1082
1060
|
}
|
|
1083
1061
|
|
|
1084
|
-
class CreateProfilingGroupCommand extends
|
|
1085
|
-
.classBuilder()
|
|
1086
|
-
.ep(commonParams)
|
|
1087
|
-
.m(function (Command, cs, config, o) {
|
|
1088
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1089
|
-
})
|
|
1090
|
-
.s("CodeGuruProfiler", "CreateProfilingGroup", {})
|
|
1091
|
-
.n("CodeGuruProfilerClient", "CreateProfilingGroupCommand")
|
|
1092
|
-
.sc(CreateProfilingGroup$)
|
|
1093
|
-
.build() {
|
|
1062
|
+
class CreateProfilingGroupCommand extends command(_ep0, _mw0, "CreateProfilingGroup", CreateProfilingGroup$) {
|
|
1094
1063
|
}
|
|
1095
1064
|
|
|
1096
|
-
class DeleteProfilingGroupCommand extends
|
|
1097
|
-
.classBuilder()
|
|
1098
|
-
.ep(commonParams)
|
|
1099
|
-
.m(function (Command, cs, config, o) {
|
|
1100
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1101
|
-
})
|
|
1102
|
-
.s("CodeGuruProfiler", "DeleteProfilingGroup", {})
|
|
1103
|
-
.n("CodeGuruProfilerClient", "DeleteProfilingGroupCommand")
|
|
1104
|
-
.sc(DeleteProfilingGroup$)
|
|
1105
|
-
.build() {
|
|
1065
|
+
class DeleteProfilingGroupCommand extends command(_ep0, _mw0, "DeleteProfilingGroup", DeleteProfilingGroup$) {
|
|
1106
1066
|
}
|
|
1107
1067
|
|
|
1108
|
-
class DescribeProfilingGroupCommand extends
|
|
1109
|
-
.classBuilder()
|
|
1110
|
-
.ep(commonParams)
|
|
1111
|
-
.m(function (Command, cs, config, o) {
|
|
1112
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1113
|
-
})
|
|
1114
|
-
.s("CodeGuruProfiler", "DescribeProfilingGroup", {})
|
|
1115
|
-
.n("CodeGuruProfilerClient", "DescribeProfilingGroupCommand")
|
|
1116
|
-
.sc(DescribeProfilingGroup$)
|
|
1117
|
-
.build() {
|
|
1068
|
+
class DescribeProfilingGroupCommand extends command(_ep0, _mw0, "DescribeProfilingGroup", DescribeProfilingGroup$) {
|
|
1118
1069
|
}
|
|
1119
1070
|
|
|
1120
|
-
class GetFindingsReportAccountSummaryCommand extends
|
|
1121
|
-
.classBuilder()
|
|
1122
|
-
.ep(commonParams)
|
|
1123
|
-
.m(function (Command, cs, config, o) {
|
|
1124
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1125
|
-
})
|
|
1126
|
-
.s("CodeGuruProfiler", "GetFindingsReportAccountSummary", {})
|
|
1127
|
-
.n("CodeGuruProfilerClient", "GetFindingsReportAccountSummaryCommand")
|
|
1128
|
-
.sc(GetFindingsReportAccountSummary$)
|
|
1129
|
-
.build() {
|
|
1071
|
+
class GetFindingsReportAccountSummaryCommand extends command(_ep0, _mw0, "GetFindingsReportAccountSummary", GetFindingsReportAccountSummary$) {
|
|
1130
1072
|
}
|
|
1131
1073
|
|
|
1132
|
-
class GetNotificationConfigurationCommand extends
|
|
1133
|
-
.classBuilder()
|
|
1134
|
-
.ep(commonParams)
|
|
1135
|
-
.m(function (Command, cs, config, o) {
|
|
1136
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1137
|
-
})
|
|
1138
|
-
.s("CodeGuruProfiler", "GetNotificationConfiguration", {})
|
|
1139
|
-
.n("CodeGuruProfilerClient", "GetNotificationConfigurationCommand")
|
|
1140
|
-
.sc(GetNotificationConfiguration$)
|
|
1141
|
-
.build() {
|
|
1074
|
+
class GetNotificationConfigurationCommand extends command(_ep0, _mw0, "GetNotificationConfiguration", GetNotificationConfiguration$) {
|
|
1142
1075
|
}
|
|
1143
1076
|
|
|
1144
|
-
class GetPolicyCommand extends
|
|
1145
|
-
.classBuilder()
|
|
1146
|
-
.ep(commonParams)
|
|
1147
|
-
.m(function (Command, cs, config, o) {
|
|
1148
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1149
|
-
})
|
|
1150
|
-
.s("CodeGuruProfiler", "GetPolicy", {})
|
|
1151
|
-
.n("CodeGuruProfilerClient", "GetPolicyCommand")
|
|
1152
|
-
.sc(GetPolicy$)
|
|
1153
|
-
.build() {
|
|
1077
|
+
class GetPolicyCommand extends command(_ep0, _mw0, "GetPolicy", GetPolicy$) {
|
|
1154
1078
|
}
|
|
1155
1079
|
|
|
1156
|
-
class GetProfileCommand extends
|
|
1157
|
-
.classBuilder()
|
|
1158
|
-
.ep(commonParams)
|
|
1159
|
-
.m(function (Command, cs, config, o) {
|
|
1160
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1161
|
-
})
|
|
1162
|
-
.s("CodeGuruProfiler", "GetProfile", {})
|
|
1163
|
-
.n("CodeGuruProfilerClient", "GetProfileCommand")
|
|
1164
|
-
.sc(GetProfile$)
|
|
1165
|
-
.build() {
|
|
1080
|
+
class GetProfileCommand extends command(_ep0, _mw0, "GetProfile", GetProfile$) {
|
|
1166
1081
|
}
|
|
1167
1082
|
|
|
1168
|
-
class GetRecommendationsCommand extends
|
|
1169
|
-
.classBuilder()
|
|
1170
|
-
.ep(commonParams)
|
|
1171
|
-
.m(function (Command, cs, config, o) {
|
|
1172
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1173
|
-
})
|
|
1174
|
-
.s("CodeGuruProfiler", "GetRecommendations", {})
|
|
1175
|
-
.n("CodeGuruProfilerClient", "GetRecommendationsCommand")
|
|
1176
|
-
.sc(GetRecommendations$)
|
|
1177
|
-
.build() {
|
|
1083
|
+
class GetRecommendationsCommand extends command(_ep0, _mw0, "GetRecommendations", GetRecommendations$) {
|
|
1178
1084
|
}
|
|
1179
1085
|
|
|
1180
|
-
class ListFindingsReportsCommand extends
|
|
1181
|
-
.classBuilder()
|
|
1182
|
-
.ep(commonParams)
|
|
1183
|
-
.m(function (Command, cs, config, o) {
|
|
1184
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1185
|
-
})
|
|
1186
|
-
.s("CodeGuruProfiler", "ListFindingsReports", {})
|
|
1187
|
-
.n("CodeGuruProfilerClient", "ListFindingsReportsCommand")
|
|
1188
|
-
.sc(ListFindingsReports$)
|
|
1189
|
-
.build() {
|
|
1086
|
+
class ListFindingsReportsCommand extends command(_ep0, _mw0, "ListFindingsReports", ListFindingsReports$) {
|
|
1190
1087
|
}
|
|
1191
1088
|
|
|
1192
|
-
class ListProfileTimesCommand extends
|
|
1193
|
-
.classBuilder()
|
|
1194
|
-
.ep(commonParams)
|
|
1195
|
-
.m(function (Command, cs, config, o) {
|
|
1196
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1197
|
-
})
|
|
1198
|
-
.s("CodeGuruProfiler", "ListProfileTimes", {})
|
|
1199
|
-
.n("CodeGuruProfilerClient", "ListProfileTimesCommand")
|
|
1200
|
-
.sc(ListProfileTimes$)
|
|
1201
|
-
.build() {
|
|
1089
|
+
class ListProfileTimesCommand extends command(_ep0, _mw0, "ListProfileTimes", ListProfileTimes$) {
|
|
1202
1090
|
}
|
|
1203
1091
|
|
|
1204
|
-
class ListProfilingGroupsCommand extends
|
|
1205
|
-
.classBuilder()
|
|
1206
|
-
.ep(commonParams)
|
|
1207
|
-
.m(function (Command, cs, config, o) {
|
|
1208
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1209
|
-
})
|
|
1210
|
-
.s("CodeGuruProfiler", "ListProfilingGroups", {})
|
|
1211
|
-
.n("CodeGuruProfilerClient", "ListProfilingGroupsCommand")
|
|
1212
|
-
.sc(ListProfilingGroups$)
|
|
1213
|
-
.build() {
|
|
1092
|
+
class ListProfilingGroupsCommand extends command(_ep0, _mw0, "ListProfilingGroups", ListProfilingGroups$) {
|
|
1214
1093
|
}
|
|
1215
1094
|
|
|
1216
|
-
class ListTagsForResourceCommand extends
|
|
1217
|
-
.classBuilder()
|
|
1218
|
-
.ep(commonParams)
|
|
1219
|
-
.m(function (Command, cs, config, o) {
|
|
1220
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1221
|
-
})
|
|
1222
|
-
.s("CodeGuruProfiler", "ListTagsForResource", {})
|
|
1223
|
-
.n("CodeGuruProfilerClient", "ListTagsForResourceCommand")
|
|
1224
|
-
.sc(ListTagsForResource$)
|
|
1225
|
-
.build() {
|
|
1095
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1226
1096
|
}
|
|
1227
1097
|
|
|
1228
|
-
class PostAgentProfileCommand extends
|
|
1229
|
-
.classBuilder()
|
|
1230
|
-
.ep(commonParams)
|
|
1231
|
-
.m(function (Command, cs, config, o) {
|
|
1232
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1233
|
-
})
|
|
1234
|
-
.s("CodeGuruProfiler", "PostAgentProfile", {})
|
|
1235
|
-
.n("CodeGuruProfilerClient", "PostAgentProfileCommand")
|
|
1236
|
-
.sc(PostAgentProfile$)
|
|
1237
|
-
.build() {
|
|
1098
|
+
class PostAgentProfileCommand extends command(_ep0, _mw0, "PostAgentProfile", PostAgentProfile$) {
|
|
1238
1099
|
}
|
|
1239
1100
|
|
|
1240
|
-
class PutPermissionCommand extends
|
|
1241
|
-
.classBuilder()
|
|
1242
|
-
.ep(commonParams)
|
|
1243
|
-
.m(function (Command, cs, config, o) {
|
|
1244
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1245
|
-
})
|
|
1246
|
-
.s("CodeGuruProfiler", "PutPermission", {})
|
|
1247
|
-
.n("CodeGuruProfilerClient", "PutPermissionCommand")
|
|
1248
|
-
.sc(PutPermission$)
|
|
1249
|
-
.build() {
|
|
1101
|
+
class PutPermissionCommand extends command(_ep0, _mw0, "PutPermission", PutPermission$) {
|
|
1250
1102
|
}
|
|
1251
1103
|
|
|
1252
|
-
class RemoveNotificationChannelCommand extends
|
|
1253
|
-
.classBuilder()
|
|
1254
|
-
.ep(commonParams)
|
|
1255
|
-
.m(function (Command, cs, config, o) {
|
|
1256
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1257
|
-
})
|
|
1258
|
-
.s("CodeGuruProfiler", "RemoveNotificationChannel", {})
|
|
1259
|
-
.n("CodeGuruProfilerClient", "RemoveNotificationChannelCommand")
|
|
1260
|
-
.sc(RemoveNotificationChannel$)
|
|
1261
|
-
.build() {
|
|
1104
|
+
class RemoveNotificationChannelCommand extends command(_ep0, _mw0, "RemoveNotificationChannel", RemoveNotificationChannel$) {
|
|
1262
1105
|
}
|
|
1263
1106
|
|
|
1264
|
-
class RemovePermissionCommand extends
|
|
1265
|
-
.classBuilder()
|
|
1266
|
-
.ep(commonParams)
|
|
1267
|
-
.m(function (Command, cs, config, o) {
|
|
1268
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1269
|
-
})
|
|
1270
|
-
.s("CodeGuruProfiler", "RemovePermission", {})
|
|
1271
|
-
.n("CodeGuruProfilerClient", "RemovePermissionCommand")
|
|
1272
|
-
.sc(RemovePermission$)
|
|
1273
|
-
.build() {
|
|
1107
|
+
class RemovePermissionCommand extends command(_ep0, _mw0, "RemovePermission", RemovePermission$) {
|
|
1274
1108
|
}
|
|
1275
1109
|
|
|
1276
|
-
class SubmitFeedbackCommand extends
|
|
1277
|
-
.classBuilder()
|
|
1278
|
-
.ep(commonParams)
|
|
1279
|
-
.m(function (Command, cs, config, o) {
|
|
1280
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1281
|
-
})
|
|
1282
|
-
.s("CodeGuruProfiler", "SubmitFeedback", {})
|
|
1283
|
-
.n("CodeGuruProfilerClient", "SubmitFeedbackCommand")
|
|
1284
|
-
.sc(SubmitFeedback$)
|
|
1285
|
-
.build() {
|
|
1110
|
+
class SubmitFeedbackCommand extends command(_ep0, _mw0, "SubmitFeedback", SubmitFeedback$) {
|
|
1286
1111
|
}
|
|
1287
1112
|
|
|
1288
|
-
class TagResourceCommand extends
|
|
1289
|
-
.classBuilder()
|
|
1290
|
-
.ep(commonParams)
|
|
1291
|
-
.m(function (Command, cs, config, o) {
|
|
1292
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1293
|
-
})
|
|
1294
|
-
.s("CodeGuruProfiler", "TagResource", {})
|
|
1295
|
-
.n("CodeGuruProfilerClient", "TagResourceCommand")
|
|
1296
|
-
.sc(TagResource$)
|
|
1297
|
-
.build() {
|
|
1113
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1298
1114
|
}
|
|
1299
1115
|
|
|
1300
|
-
class UntagResourceCommand extends
|
|
1301
|
-
.classBuilder()
|
|
1302
|
-
.ep(commonParams)
|
|
1303
|
-
.m(function (Command, cs, config, o) {
|
|
1304
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1305
|
-
})
|
|
1306
|
-
.s("CodeGuruProfiler", "UntagResource", {})
|
|
1307
|
-
.n("CodeGuruProfilerClient", "UntagResourceCommand")
|
|
1308
|
-
.sc(UntagResource$)
|
|
1309
|
-
.build() {
|
|
1116
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1310
1117
|
}
|
|
1311
1118
|
|
|
1312
|
-
class UpdateProfilingGroupCommand extends
|
|
1313
|
-
.classBuilder()
|
|
1314
|
-
.ep(commonParams)
|
|
1315
|
-
.m(function (Command, cs, config, o) {
|
|
1316
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1317
|
-
})
|
|
1318
|
-
.s("CodeGuruProfiler", "UpdateProfilingGroup", {})
|
|
1319
|
-
.n("CodeGuruProfilerClient", "UpdateProfilingGroupCommand")
|
|
1320
|
-
.sc(UpdateProfilingGroup$)
|
|
1321
|
-
.build() {
|
|
1119
|
+
class UpdateProfilingGroupCommand extends command(_ep0, _mw0, "UpdateProfilingGroup", UpdateProfilingGroup$) {
|
|
1322
1120
|
}
|
|
1323
1121
|
|
|
1324
1122
|
const paginateGetFindingsReportAccountSummary = createPaginator(CodeGuruProfilerClient, GetFindingsReportAccountSummaryCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "CodeGuruProfiler", "CodeGuruProfilerClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { AddNotificationChannels$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddNotificationChannelsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "AddNotificationChannels", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "AddNotificationChannelsCommand")
|
|
14
|
-
.sc(AddNotificationChannels$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddNotificationChannelsCommand extends command(_ep0, _mw0, "AddNotificationChannels", AddNotificationChannels$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { BatchGetFrameMetricData$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetFrameMetricDataCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "BatchGetFrameMetricData", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "BatchGetFrameMetricDataCommand")
|
|
14
|
-
.sc(BatchGetFrameMetricData$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetFrameMetricDataCommand extends command(_ep0, _mw0, "BatchGetFrameMetricData", BatchGetFrameMetricData$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ConfigureAgent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ConfigureAgentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "ConfigureAgent", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "ConfigureAgentCommand")
|
|
14
|
-
.sc(ConfigureAgent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ConfigureAgentCommand extends command(_ep0, _mw0, "ConfigureAgent", ConfigureAgent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateProfilingGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateProfilingGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "CreateProfilingGroup", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "CreateProfilingGroupCommand")
|
|
14
|
-
.sc(CreateProfilingGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateProfilingGroupCommand extends command(_ep0, _mw0, "CreateProfilingGroup", CreateProfilingGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteProfilingGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteProfilingGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "DeleteProfilingGroup", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "DeleteProfilingGroupCommand")
|
|
14
|
-
.sc(DeleteProfilingGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteProfilingGroupCommand extends command(_ep0, _mw0, "DeleteProfilingGroup", DeleteProfilingGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeProfilingGroup$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeProfilingGroupCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "DescribeProfilingGroup", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "DescribeProfilingGroupCommand")
|
|
14
|
-
.sc(DescribeProfilingGroup$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeProfilingGroupCommand extends command(_ep0, _mw0, "DescribeProfilingGroup", DescribeProfilingGroup$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetFindingsReportAccountSummary$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFindingsReportAccountSummaryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "GetFindingsReportAccountSummary", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "GetFindingsReportAccountSummaryCommand")
|
|
14
|
-
.sc(GetFindingsReportAccountSummary$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFindingsReportAccountSummaryCommand extends command(_ep0, _mw0, "GetFindingsReportAccountSummary", GetFindingsReportAccountSummary$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetNotificationConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetNotificationConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "GetNotificationConfiguration", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "GetNotificationConfigurationCommand")
|
|
14
|
-
.sc(GetNotificationConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetNotificationConfigurationCommand extends command(_ep0, _mw0, "GetNotificationConfiguration", GetNotificationConfiguration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "GetPolicy", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "GetPolicyCommand")
|
|
14
|
-
.sc(GetPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetPolicyCommand extends command(_ep0, _mw0, "GetPolicy", GetPolicy$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "GetProfile", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "GetProfileCommand")
|
|
14
|
-
.sc(GetProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetProfileCommand extends command(_ep0, _mw0, "GetProfile", GetProfile$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetRecommendations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRecommendationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "GetRecommendations", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "GetRecommendationsCommand")
|
|
14
|
-
.sc(GetRecommendations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRecommendationsCommand extends command(_ep0, _mw0, "GetRecommendations", GetRecommendations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListFindingsReports$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFindingsReportsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "ListFindingsReports", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "ListFindingsReportsCommand")
|
|
14
|
-
.sc(ListFindingsReports$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFindingsReportsCommand extends command(_ep0, _mw0, "ListFindingsReports", ListFindingsReports$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListProfileTimes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListProfileTimesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "ListProfileTimes", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "ListProfileTimesCommand")
|
|
14
|
-
.sc(ListProfileTimes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListProfileTimesCommand extends command(_ep0, _mw0, "ListProfileTimes", ListProfileTimes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListProfilingGroups$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListProfilingGroupsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "ListProfilingGroups", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "ListProfilingGroupsCommand")
|
|
14
|
-
.sc(ListProfilingGroups$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListProfilingGroupsCommand extends command(_ep0, _mw0, "ListProfilingGroups", ListProfilingGroups$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "ListTagsForResource", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { PostAgentProfile$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PostAgentProfileCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeGuruProfiler", "PostAgentProfile", {})
|
|
13
|
-
.n("CodeGuruProfilerClient", "PostAgentProfileCommand")
|
|
14
|
-
.sc(PostAgentProfile$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PostAgentProfileCommand extends command(_ep0, _mw0, "PostAgentProfile", PostAgentProfile$) {
|
|
16
4
|
}
|