@aws-sdk/client-codeguruprofiler 3.489.0 → 3.495.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 (41) hide show
  1. package/dist-cjs/CodeGuruProfiler.js +1 -57
  2. package/dist-cjs/CodeGuruProfilerClient.js +1 -43
  3. package/dist-cjs/commands/AddNotificationChannelsCommand.js +1 -28
  4. package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +1 -28
  5. package/dist-cjs/commands/ConfigureAgentCommand.js +1 -28
  6. package/dist-cjs/commands/CreateProfilingGroupCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteProfilingGroupCommand.js +1 -28
  8. package/dist-cjs/commands/DescribeProfilingGroupCommand.js +1 -28
  9. package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +1 -28
  10. package/dist-cjs/commands/GetNotificationConfigurationCommand.js +1 -28
  11. package/dist-cjs/commands/GetPolicyCommand.js +1 -28
  12. package/dist-cjs/commands/GetProfileCommand.js +1 -28
  13. package/dist-cjs/commands/GetRecommendationsCommand.js +1 -28
  14. package/dist-cjs/commands/ListFindingsReportsCommand.js +1 -28
  15. package/dist-cjs/commands/ListProfileTimesCommand.js +1 -28
  16. package/dist-cjs/commands/ListProfilingGroupsCommand.js +1 -28
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  18. package/dist-cjs/commands/PostAgentProfileCommand.js +1 -28
  19. package/dist-cjs/commands/PutPermissionCommand.js +1 -28
  20. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +1 -28
  21. package/dist-cjs/commands/RemovePermissionCommand.js +1 -28
  22. package/dist-cjs/commands/SubmitFeedbackCommand.js +1 -28
  23. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  24. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  25. package/dist-cjs/commands/UpdateProfilingGroupCommand.js +1 -28
  26. package/dist-cjs/commands/index.js +1 -26
  27. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  28. package/dist-cjs/extensionConfiguration.js +1 -2
  29. package/dist-cjs/index.js +2512 -11
  30. package/dist-cjs/models/CodeGuruProfilerServiceException.js +1 -12
  31. package/dist-cjs/models/index.js +1 -4
  32. package/dist-cjs/models/models_0.js +1 -129
  33. package/dist-cjs/pagination/GetFindingsReportAccountSummaryPaginator.js +1 -7
  34. package/dist-cjs/pagination/Interfaces.js +1 -2
  35. package/dist-cjs/pagination/ListFindingsReportsPaginator.js +1 -7
  36. package/dist-cjs/pagination/ListProfileTimesPaginator.js +1 -7
  37. package/dist-cjs/pagination/ListProfilingGroupsPaginator.js +1 -7
  38. package/dist-cjs/pagination/index.js +1 -8
  39. package/dist-cjs/protocols/Aws_restJson1.js +1 -1673
  40. package/dist-cjs/runtimeExtensions.js +1 -22
  41. package/package.json +41 -41
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CodeGuruProfilerServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class CodeGuruProfilerServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, CodeGuruProfilerServiceException.prototype);
10
- }
11
- }
12
- exports.CodeGuruProfilerServiceException = CodeGuruProfilerServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,129 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.OrderBy = exports.ComputePlatform = exports.MetadataField = exports.MetricType = exports.FeedbackType = exports.AggregationPeriod = exports.AgentParameterField = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.EventPublisher = exports.ActionGroup = void 0;
4
- const CodeGuruProfilerServiceException_1 = require("./CodeGuruProfilerServiceException");
5
- exports.ActionGroup = {
6
- AGENT_PERMISSIONS: "agentPermissions",
7
- };
8
- exports.EventPublisher = {
9
- ANOMALY_DETECTION: "AnomalyDetection",
10
- };
11
- class ConflictException extends CodeGuruProfilerServiceException_1.CodeGuruProfilerServiceException {
12
- constructor(opts) {
13
- super({
14
- name: "ConflictException",
15
- $fault: "client",
16
- ...opts,
17
- });
18
- this.name = "ConflictException";
19
- this.$fault = "client";
20
- Object.setPrototypeOf(this, ConflictException.prototype);
21
- }
22
- }
23
- exports.ConflictException = ConflictException;
24
- class InternalServerException extends CodeGuruProfilerServiceException_1.CodeGuruProfilerServiceException {
25
- constructor(opts) {
26
- super({
27
- name: "InternalServerException",
28
- $fault: "server",
29
- ...opts,
30
- });
31
- this.name = "InternalServerException";
32
- this.$fault = "server";
33
- this.$retryable = {};
34
- Object.setPrototypeOf(this, InternalServerException.prototype);
35
- }
36
- }
37
- exports.InternalServerException = InternalServerException;
38
- class ResourceNotFoundException extends CodeGuruProfilerServiceException_1.CodeGuruProfilerServiceException {
39
- constructor(opts) {
40
- super({
41
- name: "ResourceNotFoundException",
42
- $fault: "client",
43
- ...opts,
44
- });
45
- this.name = "ResourceNotFoundException";
46
- this.$fault = "client";
47
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
48
- }
49
- }
50
- exports.ResourceNotFoundException = ResourceNotFoundException;
51
- class ServiceQuotaExceededException extends CodeGuruProfilerServiceException_1.CodeGuruProfilerServiceException {
52
- constructor(opts) {
53
- super({
54
- name: "ServiceQuotaExceededException",
55
- $fault: "client",
56
- ...opts,
57
- });
58
- this.name = "ServiceQuotaExceededException";
59
- this.$fault = "client";
60
- this.$retryable = {};
61
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
62
- }
63
- }
64
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
65
- class ThrottlingException extends CodeGuruProfilerServiceException_1.CodeGuruProfilerServiceException {
66
- constructor(opts) {
67
- super({
68
- name: "ThrottlingException",
69
- $fault: "client",
70
- ...opts,
71
- });
72
- this.name = "ThrottlingException";
73
- this.$fault = "client";
74
- this.$retryable = {};
75
- Object.setPrototypeOf(this, ThrottlingException.prototype);
76
- }
77
- }
78
- exports.ThrottlingException = ThrottlingException;
79
- class ValidationException extends CodeGuruProfilerServiceException_1.CodeGuruProfilerServiceException {
80
- constructor(opts) {
81
- super({
82
- name: "ValidationException",
83
- $fault: "client",
84
- ...opts,
85
- });
86
- this.name = "ValidationException";
87
- this.$fault = "client";
88
- Object.setPrototypeOf(this, ValidationException.prototype);
89
- }
90
- }
91
- exports.ValidationException = ValidationException;
92
- exports.AgentParameterField = {
93
- MAX_STACK_DEPTH: "MaxStackDepth",
94
- MEMORY_USAGE_LIMIT_PERCENT: "MemoryUsageLimitPercent",
95
- MINIMUM_TIME_FOR_REPORTING_IN_MILLISECONDS: "MinimumTimeForReportingInMilliseconds",
96
- REPORTING_INTERVAL_IN_MILLISECONDS: "ReportingIntervalInMilliseconds",
97
- SAMPLING_INTERVAL_IN_MILLISECONDS: "SamplingIntervalInMilliseconds",
98
- };
99
- exports.AggregationPeriod = {
100
- P1D: "P1D",
101
- PT1H: "PT1H",
102
- PT5M: "PT5M",
103
- };
104
- exports.FeedbackType = {
105
- Negative: "Negative",
106
- Positive: "Positive",
107
- };
108
- exports.MetricType = {
109
- AggregatedRelativeTotalTime: "AggregatedRelativeTotalTime",
110
- };
111
- exports.MetadataField = {
112
- AGENT_ID: "AgentId",
113
- AWS_REQUEST_ID: "AwsRequestId",
114
- COMPUTE_PLATFORM: "ComputePlatform",
115
- EXECUTION_ENVIRONMENT: "ExecutionEnvironment",
116
- LAMBDA_FUNCTION_ARN: "LambdaFunctionArn",
117
- LAMBDA_MEMORY_LIMIT_IN_MB: "LambdaMemoryLimitInMB",
118
- LAMBDA_PREVIOUS_EXECUTION_TIME_IN_MILLISECONDS: "LambdaPreviousExecutionTimeInMilliseconds",
119
- LAMBDA_REMAINING_TIME_IN_MILLISECONDS: "LambdaRemainingTimeInMilliseconds",
120
- LAMBDA_TIME_GAP_BETWEEN_INVOKES_IN_MILLISECONDS: "LambdaTimeGapBetweenInvokesInMilliseconds",
121
- };
122
- exports.ComputePlatform = {
123
- AWSLAMBDA: "AWSLambda",
124
- DEFAULT: "Default",
125
- };
126
- exports.OrderBy = {
127
- TIMESTAMP_ASCENDING: "TimestampAscending",
128
- TIMESTAMP_DESCENDING: "TimestampDescending",
129
- };
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetFindingsReportAccountSummary = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeGuruProfilerClient_1 = require("../CodeGuruProfilerClient");
6
- const GetFindingsReportAccountSummaryCommand_1 = require("../commands/GetFindingsReportAccountSummaryCommand");
7
- exports.paginateGetFindingsReportAccountSummary = (0, core_1.createPaginator)(CodeGuruProfilerClient_1.CodeGuruProfilerClient, GetFindingsReportAccountSummaryCommand_1.GetFindingsReportAccountSummaryCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListFindingsReports = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeGuruProfilerClient_1 = require("../CodeGuruProfilerClient");
6
- const ListFindingsReportsCommand_1 = require("../commands/ListFindingsReportsCommand");
7
- exports.paginateListFindingsReports = (0, core_1.createPaginator)(CodeGuruProfilerClient_1.CodeGuruProfilerClient, ListFindingsReportsCommand_1.ListFindingsReportsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListProfileTimes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeGuruProfilerClient_1 = require("../CodeGuruProfilerClient");
6
- const ListProfileTimesCommand_1 = require("../commands/ListProfileTimesCommand");
7
- exports.paginateListProfileTimes = (0, core_1.createPaginator)(CodeGuruProfilerClient_1.CodeGuruProfilerClient, ListProfileTimesCommand_1.ListProfileTimesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListProfilingGroups = void 0;
4
- const core_1 = require("@smithy/core");
5
- const CodeGuruProfilerClient_1 = require("../CodeGuruProfilerClient");
6
- const ListProfilingGroupsCommand_1 = require("../commands/ListProfilingGroupsCommand");
7
- exports.paginateListProfilingGroups = (0, core_1.createPaginator)(CodeGuruProfilerClient_1.CodeGuruProfilerClient, ListProfilingGroupsCommand_1.ListProfilingGroupsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,8 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GetFindingsReportAccountSummaryPaginator"), exports);
5
- tslib_1.__exportStar(require("./Interfaces"), exports);
6
- tslib_1.__exportStar(require("./ListFindingsReportsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListProfileTimesPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListProfilingGroupsPaginator"), exports);
1
+ module.exports = require("../index.js");