@aws-sdk/client-codeguruprofiler 3.1044.0 → 3.1046.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +62 -63
- package/dist-cjs/models/CodeGuruProfilerServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/CodeGuruProfiler.js +1 -1
- package/dist-es/CodeGuruProfilerClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddNotificationChannelsCommand.js +2 -2
- package/dist-es/commands/BatchGetFrameMetricDataCommand.js +2 -2
- package/dist-es/commands/ConfigureAgentCommand.js +2 -2
- package/dist-es/commands/CreateProfilingGroupCommand.js +2 -2
- package/dist-es/commands/DeleteProfilingGroupCommand.js +2 -2
- package/dist-es/commands/DescribeProfilingGroupCommand.js +2 -2
- package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +2 -2
- package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetProfileCommand.js +2 -2
- package/dist-es/commands/GetRecommendationsCommand.js +2 -2
- package/dist-es/commands/ListFindingsReportsCommand.js +2 -2
- package/dist-es/commands/ListProfileTimesCommand.js +2 -2
- package/dist-es/commands/ListProfilingGroupsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PostAgentProfileCommand.js +2 -2
- package/dist-es/commands/PutPermissionCommand.js +2 -2
- package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -2
- package/dist-es/commands/RemovePermissionCommand.js +2 -2
- package/dist-es/commands/SubmitFeedbackCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateProfilingGroupCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/CodeGuruProfilerServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/CodeGuruProfilerClient.d.ts +5 -5
- package/dist-types/commands/AddNotificationChannelsCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +6 -4
- package/dist-types/commands/ConfigureAgentCommand.d.ts +6 -4
- package/dist-types/commands/CreateProfilingGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +6 -4
- package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +6 -4
- package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +6 -4
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetProfileCommand.d.ts +7 -5
- package/dist-types/commands/GetRecommendationsCommand.d.ts +6 -4
- package/dist-types/commands/ListFindingsReportsCommand.d.ts +6 -4
- package/dist-types/commands/ListProfileTimesCommand.d.ts +6 -4
- package/dist-types/commands/ListProfilingGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PostAgentProfileCommand.d.ts +6 -4
- package/dist-types/commands/PutPermissionCommand.d.ts +6 -4
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +6 -4
- package/dist-types/commands/RemovePermissionCommand.d.ts +6 -4
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/CodeGuruProfilerServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/CodeGuruProfilerClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/CodeGuruProfilerServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetFindingsReportAccountSummaryCommandOutput
|
|
|
19
19
|
declare const GetFindingsReportAccountSummaryCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetFindingsReportAccountSummaryCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetFindingsReportAccountSummaryCommandInput,
|
|
24
24
|
GetFindingsReportAccountSummaryCommandOutput,
|
|
25
25
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetFindingsReportAccountSummaryCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetFindingsReportAccountSummaryCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetFindingsReportAccountSummaryCommandInput,
|
|
33
33
|
GetFindingsReportAccountSummaryCommandOutput,
|
|
34
34
|
CodeGuruProfilerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetFindingsReportAccountSummaryCommand extends GetFindingsReportAccountSummaryCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetNotificationConfigurationCommandOutput
|
|
|
19
19
|
declare const GetNotificationConfigurationCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetNotificationConfigurationCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetNotificationConfigurationCommandInput,
|
|
24
24
|
GetNotificationConfigurationCommandOutput,
|
|
25
25
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetNotificationConfigurationCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetNotificationConfigurationCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetNotificationConfigurationCommandInput,
|
|
33
33
|
GetNotificationConfigurationCommandOutput,
|
|
34
34
|
CodeGuruProfilerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetNotificationConfigurationCommand extends GetNotificationConfigurationCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface GetPolicyCommandOutput
|
|
|
13
13
|
extends GetPolicyResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const GetPolicyCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: GetPolicyCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
GetPolicyCommandInput,
|
|
20
18
|
GetPolicyCommandOutput,
|
|
21
19
|
CodeGuruProfilerClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: GetPolicyCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: GetPolicyCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
GetPolicyCommandInput,
|
|
29
25
|
GetPolicyCommandOutput,
|
|
30
26
|
CodeGuruProfilerClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class GetPolicyCommand extends GetPolicyCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { Uint8ArrayBlobAdapter } from "@smithy/core/serde";
|
|
2
3
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Uint8ArrayBlobAdapter } from "@smithy/util-stream";
|
|
4
4
|
import {
|
|
5
5
|
CodeGuruProfilerClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -22,7 +22,7 @@ export interface GetProfileCommandOutput
|
|
|
22
22
|
declare const GetProfileCommand_base: {
|
|
23
23
|
new (
|
|
24
24
|
input: GetProfileCommandInput
|
|
25
|
-
): import("@smithy/
|
|
25
|
+
): import("@smithy/core/client").CommandImpl<
|
|
26
26
|
GetProfileCommandInput,
|
|
27
27
|
GetProfileCommandOutput,
|
|
28
28
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -31,14 +31,16 @@ declare const GetProfileCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
new (
|
|
33
33
|
input: GetProfileCommandInput
|
|
34
|
-
): import("@smithy/
|
|
34
|
+
): import("@smithy/core/client").CommandImpl<
|
|
35
35
|
GetProfileCommandInput,
|
|
36
36
|
GetProfileCommandOutput,
|
|
37
37
|
CodeGuruProfilerClientResolvedConfig,
|
|
38
38
|
ServiceInputTypes,
|
|
39
39
|
ServiceOutputTypes
|
|
40
40
|
>;
|
|
41
|
-
getEndpointParameterInstructions():
|
|
41
|
+
getEndpointParameterInstructions(): {
|
|
42
|
+
[x: string]: unknown;
|
|
43
|
+
};
|
|
42
44
|
};
|
|
43
45
|
export declare class GetProfileCommand extends GetProfileCommand_base {
|
|
44
46
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetRecommendationsCommandOutput
|
|
|
19
19
|
declare const GetRecommendationsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetRecommendationsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetRecommendationsCommandInput,
|
|
24
24
|
GetRecommendationsCommandOutput,
|
|
25
25
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetRecommendationsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetRecommendationsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetRecommendationsCommandInput,
|
|
33
33
|
GetRecommendationsCommandOutput,
|
|
34
34
|
CodeGuruProfilerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetRecommendationsCommand extends GetRecommendationsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListFindingsReportsCommandOutput
|
|
|
19
19
|
declare const ListFindingsReportsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListFindingsReportsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListFindingsReportsCommandInput,
|
|
24
24
|
ListFindingsReportsCommandOutput,
|
|
25
25
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListFindingsReportsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListFindingsReportsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListFindingsReportsCommandInput,
|
|
33
33
|
ListFindingsReportsCommandOutput,
|
|
34
34
|
CodeGuruProfilerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListFindingsReportsCommand extends ListFindingsReportsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface ListProfileTimesCommandOutput
|
|
|
18
18
|
declare const ListProfileTimesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: ListProfileTimesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
ListProfileTimesCommandInput,
|
|
23
23
|
ListProfileTimesCommandOutput,
|
|
24
24
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const ListProfileTimesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: ListProfileTimesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
ListProfileTimesCommandInput,
|
|
32
32
|
ListProfileTimesCommandOutput,
|
|
33
33
|
CodeGuruProfilerClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class ListProfileTimesCommand extends ListProfileTimesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListProfilingGroupsCommandOutput
|
|
|
19
19
|
declare const ListProfilingGroupsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListProfilingGroupsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListProfilingGroupsCommandInput,
|
|
24
24
|
ListProfilingGroupsCommandOutput,
|
|
25
25
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListProfilingGroupsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListProfilingGroupsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListProfilingGroupsCommandInput,
|
|
33
33
|
ListProfilingGroupsCommandOutput,
|
|
34
34
|
CodeGuruProfilerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListProfilingGroupsCommand extends ListProfilingGroupsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
CodeGuruProfilerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import {
|
|
3
3
|
BlobPayloadInputTypes,
|
|
4
4
|
MetadataBearer as __MetadataBearer,
|
|
@@ -28,7 +28,7 @@ export interface PostAgentProfileCommandOutput
|
|
|
28
28
|
declare const PostAgentProfileCommand_base: {
|
|
29
29
|
new (
|
|
30
30
|
input: PostAgentProfileCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PostAgentProfileCommandInput,
|
|
33
33
|
PostAgentProfileCommandOutput,
|
|
34
34
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -37,14 +37,16 @@ declare const PostAgentProfileCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
new (
|
|
39
39
|
input: PostAgentProfileCommandInput
|
|
40
|
-
): import("@smithy/
|
|
40
|
+
): import("@smithy/core/client").CommandImpl<
|
|
41
41
|
PostAgentProfileCommandInput,
|
|
42
42
|
PostAgentProfileCommandOutput,
|
|
43
43
|
CodeGuruProfilerClientResolvedConfig,
|
|
44
44
|
ServiceInputTypes,
|
|
45
45
|
ServiceOutputTypes
|
|
46
46
|
>;
|
|
47
|
-
getEndpointParameterInstructions():
|
|
47
|
+
getEndpointParameterInstructions(): {
|
|
48
|
+
[x: string]: unknown;
|
|
49
|
+
};
|
|
48
50
|
};
|
|
49
51
|
export declare class PostAgentProfileCommand extends PostAgentProfileCommand_base {
|
|
50
52
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface PutPermissionCommandOutput
|
|
|
18
18
|
declare const PutPermissionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: PutPermissionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
PutPermissionCommandInput,
|
|
23
23
|
PutPermissionCommandOutput,
|
|
24
24
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const PutPermissionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: PutPermissionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
PutPermissionCommandInput,
|
|
32
32
|
PutPermissionCommandOutput,
|
|
33
33
|
CodeGuruProfilerClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class PutPermissionCommand extends PutPermissionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface RemoveNotificationChannelCommandOutput
|
|
|
19
19
|
declare const RemoveNotificationChannelCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: RemoveNotificationChannelCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
RemoveNotificationChannelCommandInput,
|
|
24
24
|
RemoveNotificationChannelCommandOutput,
|
|
25
25
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const RemoveNotificationChannelCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: RemoveNotificationChannelCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
RemoveNotificationChannelCommandInput,
|
|
33
33
|
RemoveNotificationChannelCommandOutput,
|
|
34
34
|
CodeGuruProfilerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class RemoveNotificationChannelCommand extends RemoveNotificationChannelCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface RemovePermissionCommandOutput
|
|
|
18
18
|
declare const RemovePermissionCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: RemovePermissionCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
RemovePermissionCommandInput,
|
|
23
23
|
RemovePermissionCommandOutput,
|
|
24
24
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const RemovePermissionCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: RemovePermissionCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
RemovePermissionCommandInput,
|
|
32
32
|
RemovePermissionCommandOutput,
|
|
33
33
|
CodeGuruProfilerClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class RemovePermissionCommand extends RemovePermissionCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface SubmitFeedbackCommandOutput
|
|
|
18
18
|
declare const SubmitFeedbackCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: SubmitFeedbackCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
SubmitFeedbackCommandInput,
|
|
23
23
|
SubmitFeedbackCommandOutput,
|
|
24
24
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const SubmitFeedbackCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: SubmitFeedbackCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
SubmitFeedbackCommandInput,
|
|
32
32
|
SubmitFeedbackCommandOutput,
|
|
33
33
|
CodeGuruProfilerClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class SubmitFeedbackCommand extends SubmitFeedbackCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
CodeGuruProfilerClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
|
|
|
18
18
|
declare const UntagResourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UntagResourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagResourceCommandInput,
|
|
23
23
|
UntagResourceCommandOutput,
|
|
24
24
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UntagResourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|
|
33
33
|
CodeGuruProfilerClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface UpdateProfilingGroupCommandOutput
|
|
|
19
19
|
declare const UpdateProfilingGroupCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: UpdateProfilingGroupCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
UpdateProfilingGroupCommandInput,
|
|
24
24
|
UpdateProfilingGroupCommandOutput,
|
|
25
25
|
CodeGuruProfilerClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const UpdateProfilingGroupCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: UpdateProfilingGroupCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
UpdateProfilingGroupCommandInput,
|
|
33
33
|
UpdateProfilingGroupCommandOutput,
|
|
34
34
|
CodeGuruProfilerClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class UpdateProfilingGroupCommand extends UpdateProfilingGroupCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface CodeGuruProfilerExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class CodeGuruProfilerServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { CodeGuruProfilerServiceException as __BaseException } from "./CodeGuruProfilerServiceException";
|
|
3
3
|
export declare class ConflictException extends __BaseException {
|
|
4
4
|
readonly name: "ConflictException";
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider:
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (
|
|
|
19
19
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
20
20
|
region: string | import("@smithy/types").Provider<any>;
|
|
21
21
|
requestHandler:
|
|
22
|
-
| import("@smithy/
|
|
22
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
23
23
|
| RequestHandler;
|
|
24
24
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
25
25
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -5,7 +5,7 @@ export declare const getRuntimeConfig: (
|
|
|
5
5
|
) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
defaultsMode: import("@smithy/types").Provider<
|
|
8
|
-
import("@smithy/
|
|
8
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
11
11
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -21,7 +21,7 @@ export declare const getRuntimeConfig: (
|
|
|
21
21
|
region: string | import("@smithy/types").Provider<string>;
|
|
22
22
|
requestHandler:
|
|
23
23
|
| RequestHandler
|
|
24
|
-
| import("@smithy/
|
|
24
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
25
25
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
26
26
|
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
streamCollector: import("@smithy/types").StreamCollector;
|