@aws-sdk/client-compute-optimizer 3.306.0 → 3.310.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/DeleteRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/DescribeRecommendationExportJobsCommand.js +2 -2
- package/dist-cjs/commands/ExportAutoScalingGroupRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportEBSVolumeRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportEC2InstanceRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportECSServiceRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/ExportLambdaFunctionRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetAutoScalingGroupRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEBSVolumeRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEC2InstanceRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEC2RecommendationProjectedMetricsCommand.js +2 -2
- package/dist-cjs/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +2 -2
- package/dist-cjs/commands/GetECSServiceRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetEffectiveRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/GetEnrollmentStatusCommand.js +2 -2
- package/dist-cjs/commands/GetEnrollmentStatusesForOrganizationCommand.js +2 -2
- package/dist-cjs/commands/GetLambdaFunctionRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationSummariesCommand.js +2 -2
- package/dist-cjs/commands/PutRecommendationPreferencesCommand.js +2 -2
- package/dist-cjs/commands/UpdateEnrollmentStatusCommand.js +2 -2
- package/dist-cjs/protocols/Aws_json1_0.js +680 -728
- package/dist-es/commands/DeleteRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/DescribeRecommendationExportJobsCommand.js +3 -3
- package/dist-es/commands/ExportAutoScalingGroupRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportEBSVolumeRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportEC2InstanceRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportECSServiceRecommendationsCommand.js +3 -3
- package/dist-es/commands/ExportLambdaFunctionRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetAutoScalingGroupRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEBSVolumeRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEC2InstanceRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEC2RecommendationProjectedMetricsCommand.js +3 -3
- package/dist-es/commands/GetECSServiceRecommendationProjectedMetricsCommand.js +3 -3
- package/dist-es/commands/GetECSServiceRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetEffectiveRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/GetEnrollmentStatusCommand.js +3 -3
- package/dist-es/commands/GetEnrollmentStatusesForOrganizationCommand.js +3 -3
- package/dist-es/commands/GetLambdaFunctionRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/GetRecommendationSummariesCommand.js +3 -3
- package/dist-es/commands/PutRecommendationPreferencesCommand.js +3 -3
- package/dist-es/commands/UpdateEnrollmentStatusCommand.js +3 -3
- package/dist-es/protocols/Aws_json1_0.js +637 -685
- package/dist-types/protocols/Aws_json1_0.d.ts +168 -42
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +42 -42
- package/package.json +35 -35
|
@@ -36,10 +36,10 @@ class DeleteRecommendationPreferencesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_DeleteRecommendationPreferencesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_DeleteRecommendationPreferencesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DeleteRecommendationPreferencesCommand = DeleteRecommendationPreferencesCommand;
|
|
@@ -36,10 +36,10 @@ class DescribeRecommendationExportJobsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_DescribeRecommendationExportJobsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_DescribeRecommendationExportJobsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.DescribeRecommendationExportJobsCommand = DescribeRecommendationExportJobsCommand;
|
|
@@ -36,10 +36,10 @@ class ExportAutoScalingGroupRecommendationsCommand extends smithy_client_1.Comma
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_ExportAutoScalingGroupRecommendationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_ExportAutoScalingGroupRecommendationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ExportAutoScalingGroupRecommendationsCommand = ExportAutoScalingGroupRecommendationsCommand;
|
|
@@ -36,10 +36,10 @@ class ExportEBSVolumeRecommendationsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_ExportEBSVolumeRecommendationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_ExportEBSVolumeRecommendationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ExportEBSVolumeRecommendationsCommand = ExportEBSVolumeRecommendationsCommand;
|
|
@@ -36,10 +36,10 @@ class ExportEC2InstanceRecommendationsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_ExportEC2InstanceRecommendationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_ExportEC2InstanceRecommendationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ExportEC2InstanceRecommendationsCommand = ExportEC2InstanceRecommendationsCommand;
|
|
@@ -36,10 +36,10 @@ class ExportECSServiceRecommendationsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_ExportECSServiceRecommendationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_ExportECSServiceRecommendationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ExportECSServiceRecommendationsCommand = ExportECSServiceRecommendationsCommand;
|
|
@@ -36,10 +36,10 @@ class ExportLambdaFunctionRecommendationsCommand extends smithy_client_1.Command
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_ExportLambdaFunctionRecommendationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_ExportLambdaFunctionRecommendationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.ExportLambdaFunctionRecommendationsCommand = ExportLambdaFunctionRecommendationsCommand;
|
|
@@ -36,10 +36,10 @@ class GetAutoScalingGroupRecommendationsCommand extends smithy_client_1.Command
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_GetAutoScalingGroupRecommendationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_GetAutoScalingGroupRecommendationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetAutoScalingGroupRecommendationsCommand = GetAutoScalingGroupRecommendationsCommand;
|
|
@@ -36,10 +36,10 @@ class GetEBSVolumeRecommendationsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_GetEBSVolumeRecommendationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_GetEBSVolumeRecommendationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetEBSVolumeRecommendationsCommand = GetEBSVolumeRecommendationsCommand;
|
|
@@ -36,10 +36,10 @@ class GetEC2InstanceRecommendationsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_GetEC2InstanceRecommendationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_GetEC2InstanceRecommendationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetEC2InstanceRecommendationsCommand = GetEC2InstanceRecommendationsCommand;
|
|
@@ -36,10 +36,10 @@ class GetEC2RecommendationProjectedMetricsCommand extends smithy_client_1.Comman
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_GetEC2RecommendationProjectedMetricsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_GetEC2RecommendationProjectedMetricsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetEC2RecommendationProjectedMetricsCommand = GetEC2RecommendationProjectedMetricsCommand;
|
|
@@ -36,10 +36,10 @@ class GetECSServiceRecommendationProjectedMetricsCommand extends smithy_client_1
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_GetECSServiceRecommendationProjectedMetricsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_GetECSServiceRecommendationProjectedMetricsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetECSServiceRecommendationProjectedMetricsCommand = GetECSServiceRecommendationProjectedMetricsCommand;
|
|
@@ -36,10 +36,10 @@ class GetECSServiceRecommendationsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_GetECSServiceRecommendationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_GetECSServiceRecommendationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetECSServiceRecommendationsCommand = GetECSServiceRecommendationsCommand;
|
|
@@ -36,10 +36,10 @@ class GetEffectiveRecommendationPreferencesCommand extends smithy_client_1.Comma
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_GetEffectiveRecommendationPreferencesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_GetEffectiveRecommendationPreferencesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetEffectiveRecommendationPreferencesCommand = GetEffectiveRecommendationPreferencesCommand;
|
|
@@ -36,10 +36,10 @@ class GetEnrollmentStatusCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_GetEnrollmentStatusCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_GetEnrollmentStatusCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetEnrollmentStatusCommand = GetEnrollmentStatusCommand;
|
|
@@ -36,10 +36,10 @@ class GetEnrollmentStatusesForOrganizationCommand extends smithy_client_1.Comman
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_GetEnrollmentStatusesForOrganizationCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_GetEnrollmentStatusesForOrganizationCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetEnrollmentStatusesForOrganizationCommand = GetEnrollmentStatusesForOrganizationCommand;
|
|
@@ -36,10 +36,10 @@ class GetLambdaFunctionRecommendationsCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_GetLambdaFunctionRecommendationsCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_GetLambdaFunctionRecommendationsCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetLambdaFunctionRecommendationsCommand = GetLambdaFunctionRecommendationsCommand;
|
|
@@ -36,10 +36,10 @@ class GetRecommendationPreferencesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_GetRecommendationPreferencesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_GetRecommendationPreferencesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetRecommendationPreferencesCommand = GetRecommendationPreferencesCommand;
|
|
@@ -36,10 +36,10 @@ class GetRecommendationSummariesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_GetRecommendationSummariesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_GetRecommendationSummariesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.GetRecommendationSummariesCommand = GetRecommendationSummariesCommand;
|
|
@@ -36,10 +36,10 @@ class PutRecommendationPreferencesCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_PutRecommendationPreferencesCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_PutRecommendationPreferencesCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.PutRecommendationPreferencesCommand = PutRecommendationPreferencesCommand;
|
|
@@ -36,10 +36,10 @@ class UpdateEnrollmentStatusCommand extends smithy_client_1.Command {
|
|
|
36
36
|
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
37
37
|
}
|
|
38
38
|
serialize(input, context) {
|
|
39
|
-
return (0, Aws_json1_0_1.
|
|
39
|
+
return (0, Aws_json1_0_1.se_UpdateEnrollmentStatusCommand)(input, context);
|
|
40
40
|
}
|
|
41
41
|
deserialize(output, context) {
|
|
42
|
-
return (0, Aws_json1_0_1.
|
|
42
|
+
return (0, Aws_json1_0_1.de_UpdateEnrollmentStatusCommand)(output, context);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
exports.UpdateEnrollmentStatusCommand = UpdateEnrollmentStatusCommand;
|