@aws-sdk/client-wellarchitected 3.1108.0 → 3.1109.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/README.md +162 -6
- package/dist-cjs/index.js +1125 -107
- package/dist-es/WellArchitected.js +58 -0
- package/dist-es/commands/CreateAgentContextCommand.js +4 -0
- package/dist-es/commands/CreateAgentGoalCommand.js +4 -0
- package/dist-es/commands/CreateAgentProfileCommand.js +4 -0
- package/dist-es/commands/DeleteAgentContextCommand.js +4 -0
- package/dist-es/commands/DeleteAgentGoalCommand.js +4 -0
- package/dist-es/commands/DeleteAgentProfileCommand.js +4 -0
- package/dist-es/commands/GetAgentContextCommand.js +4 -0
- package/dist-es/commands/GetAgentGoalCommand.js +4 -0
- package/dist-es/commands/GetAgentProfileCommand.js +4 -0
- package/dist-es/commands/GetAgentRecommendationCommand.js +4 -0
- package/dist-es/commands/GetAgentRecommendationGenerationCommand.js +4 -0
- package/dist-es/commands/ListAgentContextsCommand.js +4 -0
- package/dist-es/commands/ListAgentGoalsCommand.js +4 -0
- package/dist-es/commands/ListAgentProfilesCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationGenerationsCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationItemsCommand.js +4 -0
- package/dist-es/commands/ListAgentRecommendationsCommand.js +4 -0
- package/dist-es/commands/PutAgentRecommendationFeedbackCommand.js +4 -0
- package/dist-es/commands/StartAgentRecommendationGenerationCommand.js +4 -0
- package/dist-es/commands/UpdateAgentContextCommand.js +4 -0
- package/dist-es/commands/UpdateAgentGoalCommand.js +4 -0
- package/dist-es/commands/UpdateAgentProfileCommand.js +4 -0
- package/dist-es/commands/UpdateAgentRecommendationStatusCommand.js +4 -0
- package/dist-es/commands/index.js +23 -0
- package/dist-es/models/enums.js +92 -0
- package/dist-es/pagination/ListAgentContextsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentGoalsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentProfilesPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationGenerationsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationItemsPaginator.js +4 -0
- package/dist-es/pagination/ListAgentRecommendationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +6 -0
- package/dist-es/schemas/schemas_0.js +799 -106
- package/dist-types/WellArchitected.d.ts +205 -6
- package/dist-types/WellArchitectedClient.d.ts +26 -8
- package/dist-types/commands/AssociateLensesCommand.d.ts +1 -11
- package/dist-types/commands/CreateAgentContextCommand.d.ts +158 -0
- package/dist-types/commands/CreateAgentGoalCommand.d.ts +110 -0
- package/dist-types/commands/CreateAgentProfileCommand.d.ts +146 -0
- package/dist-types/commands/CreateLensShareCommand.d.ts +1 -21
- package/dist-types/commands/CreateLensVersionCommand.d.ts +1 -7
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +1 -12
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +1 -15
- package/dist-types/commands/CreateWorkloadCommand.d.ts +1 -36
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +1 -8
- package/dist-types/commands/DeleteAgentContextCommand.d.ts +85 -0
- package/dist-types/commands/DeleteAgentGoalCommand.d.ts +85 -0
- package/dist-types/commands/DeleteAgentProfileCommand.d.ts +87 -0
- package/dist-types/commands/DeleteLensCommand.d.ts +1 -15
- package/dist-types/commands/DeleteLensShareCommand.d.ts +1 -15
- package/dist-types/commands/DeleteProfileCommand.d.ts +1 -12
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +1 -5
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +1 -4
- package/dist-types/commands/DisassociateLensesCommand.d.ts +1 -6
- package/dist-types/commands/ExportLensCommand.d.ts +1 -16
- package/dist-types/commands/GetAgentContextCommand.d.ts +124 -0
- package/dist-types/commands/GetAgentGoalCommand.d.ts +99 -0
- package/dist-types/commands/GetAgentProfileCommand.d.ts +119 -0
- package/dist-types/commands/GetAgentRecommendationCommand.d.ts +188 -0
- package/dist-types/commands/GetAgentRecommendationGenerationCommand.d.ts +123 -0
- package/dist-types/commands/GetConsolidatedReportCommand.d.ts +1 -2
- package/dist-types/commands/ImportLensCommand.d.ts +1 -20
- package/dist-types/commands/ListAgentContextsCommand.d.ts +125 -0
- package/dist-types/commands/ListAgentGoalsCommand.d.ts +100 -0
- package/dist-types/commands/ListAgentProfilesCommand.d.ts +122 -0
- package/dist-types/commands/ListAgentRecommendationGenerationsCommand.d.ts +102 -0
- package/dist-types/commands/ListAgentRecommendationItemsCommand.d.ts +101 -0
- package/dist-types/commands/ListAgentRecommendationsCommand.d.ts +124 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +1 -5
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -4
- package/dist-types/commands/PutAgentRecommendationFeedbackCommand.d.ts +87 -0
- package/dist-types/commands/StartAgentRecommendationGenerationCommand.d.ts +118 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -8
- package/dist-types/commands/UpdateAgentContextCommand.d.ts +152 -0
- package/dist-types/commands/UpdateAgentGoalCommand.d.ts +105 -0
- package/dist-types/commands/UpdateAgentProfileCommand.d.ts +137 -0
- package/dist-types/commands/UpdateAgentRecommendationStatusCommand.d.ts +86 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +1 -4
- package/dist-types/commands/index.d.ts +23 -0
- package/dist-types/index.d.ts +1 -6
- package/dist-types/models/enums.d.ts +228 -0
- package/dist-types/models/models_0.d.ts +2830 -1786
- package/dist-types/pagination/ListAgentContextsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentGoalsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationItemsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAgentRecommendationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +6 -0
- package/dist-types/schemas/schemas_0.d.ts +92 -0
- package/dist-types/ts3.4/WellArchitected.d.ts +434 -0
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +138 -0
- package/dist-types/ts3.4/commands/CreateAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAgentContextCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentProfileCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAgentRecommendationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAgentRecommendationGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentContextsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAgentGoalsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListAgentProfilesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationGenerationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationItemsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAgentRecommendationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/PutAgentRecommendationFeedbackCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartAgentRecommendationGenerationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateAgentContextCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateAgentGoalCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateAgentProfileCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateAgentRecommendationStatusCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +23 -0
- package/dist-types/ts3.4/models/enums.d.ts +111 -0
- package/dist-types/ts3.4/models/models_0.d.ts +494 -0
- package/dist-types/ts3.4/pagination/ListAgentContextsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentGoalsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationItemsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAgentRecommendationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +92 -0
- package/package.json +1 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { ListAgentContextsRequest, ListAgentContextsResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface ListAgentContextsCommandInput extends ListAgentContextsRequest {}
|
|
5
|
+
export interface ListAgentContextsCommandOutput
|
|
6
|
+
extends ListAgentContextsResponse, __MetadataBearer {}
|
|
7
|
+
declare const ListAgentContextsCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: ListAgentContextsCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
ListAgentContextsCommandInput,
|
|
12
|
+
ListAgentContextsCommandOutput,
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: ListAgentContextsCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
ListAgentContextsCommandInput,
|
|
21
|
+
ListAgentContextsCommandOutput,
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class ListAgentContextsCommand extends ListAgentContextsCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: ListAgentContextsRequest;
|
|
32
|
+
output: ListAgentContextsResponse;
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: ListAgentContextsCommandInput;
|
|
36
|
+
output: ListAgentContextsCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { ListAgentGoalsRequest, ListAgentGoalsResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface ListAgentGoalsCommandInput extends ListAgentGoalsRequest {}
|
|
5
|
+
export interface ListAgentGoalsCommandOutput extends ListAgentGoalsResponse, __MetadataBearer {}
|
|
6
|
+
declare const ListAgentGoalsCommand_base: {
|
|
7
|
+
new (
|
|
8
|
+
input: ListAgentGoalsCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
|
+
ListAgentGoalsCommandInput,
|
|
11
|
+
ListAgentGoalsCommandOutput,
|
|
12
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
15
|
+
>;
|
|
16
|
+
new (
|
|
17
|
+
input: ListAgentGoalsCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
ListAgentGoalsCommandInput,
|
|
20
|
+
ListAgentGoalsCommandOutput,
|
|
21
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
export declare class ListAgentGoalsCommand extends ListAgentGoalsCommand_base {
|
|
28
|
+
protected static __types: {
|
|
29
|
+
api: {
|
|
30
|
+
input: ListAgentGoalsRequest;
|
|
31
|
+
output: ListAgentGoalsResponse;
|
|
32
|
+
};
|
|
33
|
+
sdk: {
|
|
34
|
+
input: ListAgentGoalsCommandInput;
|
|
35
|
+
output: ListAgentGoalsCommandOutput;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { ListAgentProfilesRequest, ListAgentProfilesResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface ListAgentProfilesCommandInput extends ListAgentProfilesRequest {}
|
|
5
|
+
export interface ListAgentProfilesCommandOutput
|
|
6
|
+
extends ListAgentProfilesResponse, __MetadataBearer {}
|
|
7
|
+
declare const ListAgentProfilesCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: ListAgentProfilesCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
ListAgentProfilesCommandInput,
|
|
12
|
+
ListAgentProfilesCommandOutput,
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
...[input]: [] | [ListAgentProfilesCommandInput]
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
ListAgentProfilesCommandInput,
|
|
21
|
+
ListAgentProfilesCommandOutput,
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class ListAgentProfilesCommand extends ListAgentProfilesCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: ListAgentProfilesRequest;
|
|
32
|
+
output: ListAgentProfilesResponse;
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: ListAgentProfilesCommandInput;
|
|
36
|
+
output: ListAgentProfilesCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAgentRecommendationGenerationsRequest,
|
|
4
|
+
ListAgentRecommendationGenerationsResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface ListAgentRecommendationGenerationsCommandInput extends ListAgentRecommendationGenerationsRequest {}
|
|
8
|
+
export interface ListAgentRecommendationGenerationsCommandOutput
|
|
9
|
+
extends ListAgentRecommendationGenerationsResponse, __MetadataBearer {}
|
|
10
|
+
declare const ListAgentRecommendationGenerationsCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: ListAgentRecommendationGenerationsCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
ListAgentRecommendationGenerationsCommandInput,
|
|
15
|
+
ListAgentRecommendationGenerationsCommandOutput,
|
|
16
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: ListAgentRecommendationGenerationsCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
ListAgentRecommendationGenerationsCommandInput,
|
|
24
|
+
ListAgentRecommendationGenerationsCommandOutput,
|
|
25
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class ListAgentRecommendationGenerationsCommand extends ListAgentRecommendationGenerationsCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: ListAgentRecommendationGenerationsRequest;
|
|
35
|
+
output: ListAgentRecommendationGenerationsResponse;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: ListAgentRecommendationGenerationsCommandInput;
|
|
39
|
+
output: ListAgentRecommendationGenerationsCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAgentRecommendationItemsRequest,
|
|
4
|
+
ListAgentRecommendationItemsResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface ListAgentRecommendationItemsCommandInput extends ListAgentRecommendationItemsRequest {}
|
|
8
|
+
export interface ListAgentRecommendationItemsCommandOutput
|
|
9
|
+
extends ListAgentRecommendationItemsResponse, __MetadataBearer {}
|
|
10
|
+
declare const ListAgentRecommendationItemsCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: ListAgentRecommendationItemsCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
ListAgentRecommendationItemsCommandInput,
|
|
15
|
+
ListAgentRecommendationItemsCommandOutput,
|
|
16
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: ListAgentRecommendationItemsCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
ListAgentRecommendationItemsCommandInput,
|
|
24
|
+
ListAgentRecommendationItemsCommandOutput,
|
|
25
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class ListAgentRecommendationItemsCommand extends ListAgentRecommendationItemsCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: ListAgentRecommendationItemsRequest;
|
|
35
|
+
output: ListAgentRecommendationItemsResponse;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: ListAgentRecommendationItemsCommandInput;
|
|
39
|
+
output: ListAgentRecommendationItemsCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAgentRecommendationsRequest,
|
|
4
|
+
ListAgentRecommendationsResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface ListAgentRecommendationsCommandInput extends ListAgentRecommendationsRequest {}
|
|
8
|
+
export interface ListAgentRecommendationsCommandOutput
|
|
9
|
+
extends ListAgentRecommendationsResponse, __MetadataBearer {}
|
|
10
|
+
declare const ListAgentRecommendationsCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: ListAgentRecommendationsCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
ListAgentRecommendationsCommandInput,
|
|
15
|
+
ListAgentRecommendationsCommandOutput,
|
|
16
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: ListAgentRecommendationsCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
ListAgentRecommendationsCommandInput,
|
|
24
|
+
ListAgentRecommendationsCommandOutput,
|
|
25
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class ListAgentRecommendationsCommand extends ListAgentRecommendationsCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: ListAgentRecommendationsRequest;
|
|
35
|
+
output: ListAgentRecommendationsResponse;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: ListAgentRecommendationsCommandInput;
|
|
39
|
+
output: ListAgentRecommendationsCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
PutAgentRecommendationFeedbackRequest,
|
|
4
|
+
PutAgentRecommendationFeedbackResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface PutAgentRecommendationFeedbackCommandInput extends PutAgentRecommendationFeedbackRequest {}
|
|
8
|
+
export interface PutAgentRecommendationFeedbackCommandOutput
|
|
9
|
+
extends PutAgentRecommendationFeedbackResponse, __MetadataBearer {}
|
|
10
|
+
declare const PutAgentRecommendationFeedbackCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: PutAgentRecommendationFeedbackCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
PutAgentRecommendationFeedbackCommandInput,
|
|
15
|
+
PutAgentRecommendationFeedbackCommandOutput,
|
|
16
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: PutAgentRecommendationFeedbackCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
PutAgentRecommendationFeedbackCommandInput,
|
|
24
|
+
PutAgentRecommendationFeedbackCommandOutput,
|
|
25
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class PutAgentRecommendationFeedbackCommand extends PutAgentRecommendationFeedbackCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: PutAgentRecommendationFeedbackRequest;
|
|
35
|
+
output: {};
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: PutAgentRecommendationFeedbackCommandInput;
|
|
39
|
+
output: PutAgentRecommendationFeedbackCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
StartAgentRecommendationGenerationRequest,
|
|
4
|
+
StartAgentRecommendationGenerationResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface StartAgentRecommendationGenerationCommandInput extends StartAgentRecommendationGenerationRequest {}
|
|
8
|
+
export interface StartAgentRecommendationGenerationCommandOutput
|
|
9
|
+
extends StartAgentRecommendationGenerationResponse, __MetadataBearer {}
|
|
10
|
+
declare const StartAgentRecommendationGenerationCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: StartAgentRecommendationGenerationCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
StartAgentRecommendationGenerationCommandInput,
|
|
15
|
+
StartAgentRecommendationGenerationCommandOutput,
|
|
16
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: StartAgentRecommendationGenerationCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
StartAgentRecommendationGenerationCommandInput,
|
|
24
|
+
StartAgentRecommendationGenerationCommandOutput,
|
|
25
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class StartAgentRecommendationGenerationCommand extends StartAgentRecommendationGenerationCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: StartAgentRecommendationGenerationRequest;
|
|
35
|
+
output: StartAgentRecommendationGenerationResponse;
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: StartAgentRecommendationGenerationCommandInput;
|
|
39
|
+
output: StartAgentRecommendationGenerationCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { UpdateAgentContextRequest, UpdateAgentContextResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface UpdateAgentContextCommandInput extends UpdateAgentContextRequest {}
|
|
5
|
+
export interface UpdateAgentContextCommandOutput
|
|
6
|
+
extends UpdateAgentContextResponse, __MetadataBearer {}
|
|
7
|
+
declare const UpdateAgentContextCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: UpdateAgentContextCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
UpdateAgentContextCommandInput,
|
|
12
|
+
UpdateAgentContextCommandOutput,
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: UpdateAgentContextCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
UpdateAgentContextCommandInput,
|
|
21
|
+
UpdateAgentContextCommandOutput,
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class UpdateAgentContextCommand extends UpdateAgentContextCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: UpdateAgentContextRequest;
|
|
32
|
+
output: UpdateAgentContextResponse;
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: UpdateAgentContextCommandInput;
|
|
36
|
+
output: UpdateAgentContextCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { UpdateAgentGoalRequest, UpdateAgentGoalResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface UpdateAgentGoalCommandInput extends UpdateAgentGoalRequest {}
|
|
5
|
+
export interface UpdateAgentGoalCommandOutput extends UpdateAgentGoalResponse, __MetadataBearer {}
|
|
6
|
+
declare const UpdateAgentGoalCommand_base: {
|
|
7
|
+
new (
|
|
8
|
+
input: UpdateAgentGoalCommandInput,
|
|
9
|
+
): import("@smithy/core/client").CommandImpl<
|
|
10
|
+
UpdateAgentGoalCommandInput,
|
|
11
|
+
UpdateAgentGoalCommandOutput,
|
|
12
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
15
|
+
>;
|
|
16
|
+
new (
|
|
17
|
+
input: UpdateAgentGoalCommandInput,
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
|
+
UpdateAgentGoalCommandInput,
|
|
20
|
+
UpdateAgentGoalCommandOutput,
|
|
21
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
27
|
+
export declare class UpdateAgentGoalCommand extends UpdateAgentGoalCommand_base {
|
|
28
|
+
protected static __types: {
|
|
29
|
+
api: {
|
|
30
|
+
input: UpdateAgentGoalRequest;
|
|
31
|
+
output: UpdateAgentGoalResponse;
|
|
32
|
+
};
|
|
33
|
+
sdk: {
|
|
34
|
+
input: UpdateAgentGoalCommandInput;
|
|
35
|
+
output: UpdateAgentGoalCommandOutput;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import { UpdateAgentProfileRequest, UpdateAgentProfileResponse } from "../models/models_0";
|
|
3
|
+
export { __MetadataBearer };
|
|
4
|
+
export interface UpdateAgentProfileCommandInput extends UpdateAgentProfileRequest {}
|
|
5
|
+
export interface UpdateAgentProfileCommandOutput
|
|
6
|
+
extends UpdateAgentProfileResponse, __MetadataBearer {}
|
|
7
|
+
declare const UpdateAgentProfileCommand_base: {
|
|
8
|
+
new (
|
|
9
|
+
input: UpdateAgentProfileCommandInput,
|
|
10
|
+
): import("@smithy/core/client").CommandImpl<
|
|
11
|
+
UpdateAgentProfileCommandInput,
|
|
12
|
+
UpdateAgentProfileCommandOutput,
|
|
13
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
14
|
+
import("..").ServiceInputTypes,
|
|
15
|
+
import("..").ServiceOutputTypes
|
|
16
|
+
>;
|
|
17
|
+
new (
|
|
18
|
+
input: UpdateAgentProfileCommandInput,
|
|
19
|
+
): import("@smithy/core/client").CommandImpl<
|
|
20
|
+
UpdateAgentProfileCommandInput,
|
|
21
|
+
UpdateAgentProfileCommandOutput,
|
|
22
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
23
|
+
import("..").ServiceInputTypes,
|
|
24
|
+
import("..").ServiceOutputTypes
|
|
25
|
+
>;
|
|
26
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
27
|
+
};
|
|
28
|
+
export declare class UpdateAgentProfileCommand extends UpdateAgentProfileCommand_base {
|
|
29
|
+
protected static __types: {
|
|
30
|
+
api: {
|
|
31
|
+
input: UpdateAgentProfileRequest;
|
|
32
|
+
output: UpdateAgentProfileResponse;
|
|
33
|
+
};
|
|
34
|
+
sdk: {
|
|
35
|
+
input: UpdateAgentProfileCommandInput;
|
|
36
|
+
output: UpdateAgentProfileCommandOutput;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
UpdateAgentRecommendationStatusRequest,
|
|
4
|
+
UpdateAgentRecommendationStatusResponse,
|
|
5
|
+
} from "../models/models_0";
|
|
6
|
+
export { __MetadataBearer };
|
|
7
|
+
export interface UpdateAgentRecommendationStatusCommandInput extends UpdateAgentRecommendationStatusRequest {}
|
|
8
|
+
export interface UpdateAgentRecommendationStatusCommandOutput
|
|
9
|
+
extends UpdateAgentRecommendationStatusResponse, __MetadataBearer {}
|
|
10
|
+
declare const UpdateAgentRecommendationStatusCommand_base: {
|
|
11
|
+
new (
|
|
12
|
+
input: UpdateAgentRecommendationStatusCommandInput,
|
|
13
|
+
): import("@smithy/core/client").CommandImpl<
|
|
14
|
+
UpdateAgentRecommendationStatusCommandInput,
|
|
15
|
+
UpdateAgentRecommendationStatusCommandOutput,
|
|
16
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
17
|
+
import("..").ServiceInputTypes,
|
|
18
|
+
import("..").ServiceOutputTypes
|
|
19
|
+
>;
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateAgentRecommendationStatusCommandInput,
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
UpdateAgentRecommendationStatusCommandInput,
|
|
24
|
+
UpdateAgentRecommendationStatusCommandOutput,
|
|
25
|
+
import("..").WellArchitectedClientResolvedConfig,
|
|
26
|
+
import("..").ServiceInputTypes,
|
|
27
|
+
import("..").ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
|
+
};
|
|
31
|
+
export declare class UpdateAgentRecommendationStatusCommand extends UpdateAgentRecommendationStatusCommand_base {
|
|
32
|
+
protected static __types: {
|
|
33
|
+
api: {
|
|
34
|
+
input: UpdateAgentRecommendationStatusRequest;
|
|
35
|
+
output: {};
|
|
36
|
+
};
|
|
37
|
+
sdk: {
|
|
38
|
+
input: UpdateAgentRecommendationStatusCommandInput;
|
|
39
|
+
output: UpdateAgentRecommendationStatusCommandOutput;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
export * from "./AssociateLensesCommand";
|
|
2
2
|
export * from "./AssociateProfilesCommand";
|
|
3
|
+
export * from "./CreateAgentContextCommand";
|
|
4
|
+
export * from "./CreateAgentGoalCommand";
|
|
5
|
+
export * from "./CreateAgentProfileCommand";
|
|
3
6
|
export * from "./CreateLensShareCommand";
|
|
4
7
|
export * from "./CreateLensVersionCommand";
|
|
5
8
|
export * from "./CreateMilestoneCommand";
|
|
@@ -9,6 +12,9 @@ export * from "./CreateReviewTemplateCommand";
|
|
|
9
12
|
export * from "./CreateTemplateShareCommand";
|
|
10
13
|
export * from "./CreateWorkloadCommand";
|
|
11
14
|
export * from "./CreateWorkloadShareCommand";
|
|
15
|
+
export * from "./DeleteAgentContextCommand";
|
|
16
|
+
export * from "./DeleteAgentGoalCommand";
|
|
17
|
+
export * from "./DeleteAgentProfileCommand";
|
|
12
18
|
export * from "./DeleteLensCommand";
|
|
13
19
|
export * from "./DeleteLensShareCommand";
|
|
14
20
|
export * from "./DeleteProfileCommand";
|
|
@@ -20,6 +26,11 @@ export * from "./DeleteWorkloadShareCommand";
|
|
|
20
26
|
export * from "./DisassociateLensesCommand";
|
|
21
27
|
export * from "./DisassociateProfilesCommand";
|
|
22
28
|
export * from "./ExportLensCommand";
|
|
29
|
+
export * from "./GetAgentContextCommand";
|
|
30
|
+
export * from "./GetAgentGoalCommand";
|
|
31
|
+
export * from "./GetAgentProfileCommand";
|
|
32
|
+
export * from "./GetAgentRecommendationCommand";
|
|
33
|
+
export * from "./GetAgentRecommendationGenerationCommand";
|
|
23
34
|
export * from "./GetAnswerCommand";
|
|
24
35
|
export * from "./GetConsolidatedReportCommand";
|
|
25
36
|
export * from "./GetGlobalSettingsCommand";
|
|
@@ -35,6 +46,12 @@ export * from "./GetReviewTemplateCommand";
|
|
|
35
46
|
export * from "./GetReviewTemplateLensReviewCommand";
|
|
36
47
|
export * from "./GetWorkloadCommand";
|
|
37
48
|
export * from "./ImportLensCommand";
|
|
49
|
+
export * from "./ListAgentContextsCommand";
|
|
50
|
+
export * from "./ListAgentGoalsCommand";
|
|
51
|
+
export * from "./ListAgentProfilesCommand";
|
|
52
|
+
export * from "./ListAgentRecommendationGenerationsCommand";
|
|
53
|
+
export * from "./ListAgentRecommendationItemsCommand";
|
|
54
|
+
export * from "./ListAgentRecommendationsCommand";
|
|
38
55
|
export * from "./ListAnswersCommand";
|
|
39
56
|
export * from "./ListCheckDetailsCommand";
|
|
40
57
|
export * from "./ListCheckSummariesCommand";
|
|
@@ -54,8 +71,14 @@ export * from "./ListTagsForResourceCommand";
|
|
|
54
71
|
export * from "./ListTemplateSharesCommand";
|
|
55
72
|
export * from "./ListWorkloadSharesCommand";
|
|
56
73
|
export * from "./ListWorkloadsCommand";
|
|
74
|
+
export * from "./PutAgentRecommendationFeedbackCommand";
|
|
75
|
+
export * from "./StartAgentRecommendationGenerationCommand";
|
|
57
76
|
export * from "./TagResourceCommand";
|
|
58
77
|
export * from "./UntagResourceCommand";
|
|
78
|
+
export * from "./UpdateAgentContextCommand";
|
|
79
|
+
export * from "./UpdateAgentGoalCommand";
|
|
80
|
+
export * from "./UpdateAgentProfileCommand";
|
|
81
|
+
export * from "./UpdateAgentRecommendationStatusCommand";
|
|
59
82
|
export * from "./UpdateAnswerCommand";
|
|
60
83
|
export * from "./UpdateGlobalSettingsCommand";
|
|
61
84
|
export * from "./UpdateIntegrationCommand";
|