@aws-sdk/client-codeguruprofiler 3.495.0 → 3.499.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 +23 -20
- package/package.json +40 -40
package/dist-cjs/index.js
CHANGED
|
@@ -2463,51 +2463,54 @@ var paginateListProfilingGroups = (0, import_core.createPaginator)(CodeGuruProfi
|
|
|
2463
2463
|
// src/index.ts
|
|
2464
2464
|
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2465
2465
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2466
|
+
|
|
2466
2467
|
0 && (module.exports = {
|
|
2467
|
-
|
|
2468
|
+
CodeGuruProfilerServiceException,
|
|
2469
|
+
__Client,
|
|
2470
|
+
CodeGuruProfilerClient,
|
|
2471
|
+
CodeGuruProfiler,
|
|
2472
|
+
$Command,
|
|
2468
2473
|
AddNotificationChannelsCommand,
|
|
2469
|
-
AgentParameterField,
|
|
2470
|
-
AggregationPeriod,
|
|
2471
2474
|
BatchGetFrameMetricDataCommand,
|
|
2472
|
-
CodeGuruProfiler,
|
|
2473
|
-
CodeGuruProfilerClient,
|
|
2474
|
-
CodeGuruProfilerServiceException,
|
|
2475
|
-
ComputePlatform,
|
|
2476
2475
|
ConfigureAgentCommand,
|
|
2477
|
-
ConflictException,
|
|
2478
2476
|
CreateProfilingGroupCommand,
|
|
2479
2477
|
DeleteProfilingGroupCommand,
|
|
2480
2478
|
DescribeProfilingGroupCommand,
|
|
2481
|
-
EventPublisher,
|
|
2482
|
-
FeedbackType,
|
|
2483
2479
|
GetFindingsReportAccountSummaryCommand,
|
|
2484
2480
|
GetNotificationConfigurationCommand,
|
|
2485
2481
|
GetPolicyCommand,
|
|
2486
2482
|
GetProfileCommand,
|
|
2487
2483
|
GetRecommendationsCommand,
|
|
2488
|
-
InternalServerException,
|
|
2489
2484
|
ListFindingsReportsCommand,
|
|
2490
2485
|
ListProfileTimesCommand,
|
|
2491
2486
|
ListProfilingGroupsCommand,
|
|
2492
2487
|
ListTagsForResourceCommand,
|
|
2493
|
-
MetadataField,
|
|
2494
|
-
MetricType,
|
|
2495
|
-
OrderBy,
|
|
2496
2488
|
PostAgentProfileCommand,
|
|
2497
2489
|
PutPermissionCommand,
|
|
2498
2490
|
RemoveNotificationChannelCommand,
|
|
2499
2491
|
RemovePermissionCommand,
|
|
2500
|
-
ResourceNotFoundException,
|
|
2501
|
-
ServiceQuotaExceededException,
|
|
2502
2492
|
SubmitFeedbackCommand,
|
|
2503
2493
|
TagResourceCommand,
|
|
2504
|
-
ThrottlingException,
|
|
2505
2494
|
UntagResourceCommand,
|
|
2506
2495
|
UpdateProfilingGroupCommand,
|
|
2507
|
-
ValidationException,
|
|
2508
|
-
__Client,
|
|
2509
2496
|
paginateGetFindingsReportAccountSummary,
|
|
2510
2497
|
paginateListFindingsReports,
|
|
2511
2498
|
paginateListProfileTimes,
|
|
2512
|
-
paginateListProfilingGroups
|
|
2499
|
+
paginateListProfilingGroups,
|
|
2500
|
+
ActionGroup,
|
|
2501
|
+
EventPublisher,
|
|
2502
|
+
ConflictException,
|
|
2503
|
+
InternalServerException,
|
|
2504
|
+
ResourceNotFoundException,
|
|
2505
|
+
ServiceQuotaExceededException,
|
|
2506
|
+
ThrottlingException,
|
|
2507
|
+
ValidationException,
|
|
2508
|
+
AgentParameterField,
|
|
2509
|
+
AggregationPeriod,
|
|
2510
|
+
FeedbackType,
|
|
2511
|
+
MetricType,
|
|
2512
|
+
MetadataField,
|
|
2513
|
+
ComputePlatform,
|
|
2514
|
+
OrderBy
|
|
2513
2515
|
});
|
|
2516
|
+
|
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.
|
|
4
|
+
"version": "3.499.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,49 +20,49 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^2.1.
|
|
37
|
-
"@smithy/core": "^1.3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^2.4.
|
|
39
|
-
"@smithy/hash-node": "^2.1.
|
|
40
|
-
"@smithy/invalid-dependency": "^2.1.
|
|
41
|
-
"@smithy/middleware-content-length": "^2.1.
|
|
42
|
-
"@smithy/middleware-endpoint": "^2.4.
|
|
43
|
-
"@smithy/middleware-retry": "^2.1.
|
|
44
|
-
"@smithy/middleware-serde": "^2.1.
|
|
45
|
-
"@smithy/middleware-stack": "^2.1.
|
|
46
|
-
"@smithy/node-config-provider": "^2.2.
|
|
47
|
-
"@smithy/node-http-handler": "^2.3.
|
|
48
|
-
"@smithy/protocol-http": "^3.1.
|
|
49
|
-
"@smithy/smithy-client": "^2.3.
|
|
50
|
-
"@smithy/types": "^2.9.
|
|
51
|
-
"@smithy/url-parser": "^2.1.
|
|
52
|
-
"@smithy/util-base64": "^2.1.
|
|
53
|
-
"@smithy/util-body-length-browser": "^2.1.
|
|
54
|
-
"@smithy/util-body-length-node": "^2.2.
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.1.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.1.
|
|
57
|
-
"@smithy/util-endpoints": "^1.1.
|
|
58
|
-
"@smithy/util-retry": "^2.1.
|
|
59
|
-
"@smithy/util-stream": "^2.1.
|
|
60
|
-
"@smithy/util-utf8": "^2.1.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
|
+
"@aws-sdk/core": "3.496.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.496.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.496.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.496.0",
|
|
32
|
+
"@aws-sdk/types": "3.496.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.496.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.496.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.1.1",
|
|
37
|
+
"@smithy/core": "^1.3.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^2.4.1",
|
|
39
|
+
"@smithy/hash-node": "^2.1.1",
|
|
40
|
+
"@smithy/invalid-dependency": "^2.1.1",
|
|
41
|
+
"@smithy/middleware-content-length": "^2.1.1",
|
|
42
|
+
"@smithy/middleware-endpoint": "^2.4.1",
|
|
43
|
+
"@smithy/middleware-retry": "^2.1.1",
|
|
44
|
+
"@smithy/middleware-serde": "^2.1.1",
|
|
45
|
+
"@smithy/middleware-stack": "^2.1.1",
|
|
46
|
+
"@smithy/node-config-provider": "^2.2.1",
|
|
47
|
+
"@smithy/node-http-handler": "^2.3.1",
|
|
48
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^2.3.1",
|
|
50
|
+
"@smithy/types": "^2.9.1",
|
|
51
|
+
"@smithy/url-parser": "^2.1.1",
|
|
52
|
+
"@smithy/util-base64": "^2.1.1",
|
|
53
|
+
"@smithy/util-body-length-browser": "^2.1.1",
|
|
54
|
+
"@smithy/util-body-length-node": "^2.2.1",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^2.1.1",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^2.1.1",
|
|
57
|
+
"@smithy/util-endpoints": "^1.1.1",
|
|
58
|
+
"@smithy/util-retry": "^2.1.1",
|
|
59
|
+
"@smithy/util-stream": "^2.1.1",
|
|
60
|
+
"@smithy/util-utf8": "^2.1.1",
|
|
61
61
|
"tslib": "^2.5.0",
|
|
62
62
|
"uuid": "^8.3.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@smithy/service-client-documentation-generator": "^2.1.
|
|
65
|
+
"@smithy/service-client-documentation-generator": "^2.1.1",
|
|
66
66
|
"@tsconfig/node14": "1.0.3",
|
|
67
67
|
"@types/node": "^14.14.31",
|
|
68
68
|
"@types/uuid": "^8.3.0",
|