@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.
Files changed (131) hide show
  1. package/README.md +162 -6
  2. package/dist-cjs/index.js +1125 -107
  3. package/dist-es/WellArchitected.js +58 -0
  4. package/dist-es/commands/CreateAgentContextCommand.js +4 -0
  5. package/dist-es/commands/CreateAgentGoalCommand.js +4 -0
  6. package/dist-es/commands/CreateAgentProfileCommand.js +4 -0
  7. package/dist-es/commands/DeleteAgentContextCommand.js +4 -0
  8. package/dist-es/commands/DeleteAgentGoalCommand.js +4 -0
  9. package/dist-es/commands/DeleteAgentProfileCommand.js +4 -0
  10. package/dist-es/commands/GetAgentContextCommand.js +4 -0
  11. package/dist-es/commands/GetAgentGoalCommand.js +4 -0
  12. package/dist-es/commands/GetAgentProfileCommand.js +4 -0
  13. package/dist-es/commands/GetAgentRecommendationCommand.js +4 -0
  14. package/dist-es/commands/GetAgentRecommendationGenerationCommand.js +4 -0
  15. package/dist-es/commands/ListAgentContextsCommand.js +4 -0
  16. package/dist-es/commands/ListAgentGoalsCommand.js +4 -0
  17. package/dist-es/commands/ListAgentProfilesCommand.js +4 -0
  18. package/dist-es/commands/ListAgentRecommendationGenerationsCommand.js +4 -0
  19. package/dist-es/commands/ListAgentRecommendationItemsCommand.js +4 -0
  20. package/dist-es/commands/ListAgentRecommendationsCommand.js +4 -0
  21. package/dist-es/commands/PutAgentRecommendationFeedbackCommand.js +4 -0
  22. package/dist-es/commands/StartAgentRecommendationGenerationCommand.js +4 -0
  23. package/dist-es/commands/UpdateAgentContextCommand.js +4 -0
  24. package/dist-es/commands/UpdateAgentGoalCommand.js +4 -0
  25. package/dist-es/commands/UpdateAgentProfileCommand.js +4 -0
  26. package/dist-es/commands/UpdateAgentRecommendationStatusCommand.js +4 -0
  27. package/dist-es/commands/index.js +23 -0
  28. package/dist-es/models/enums.js +92 -0
  29. package/dist-es/pagination/ListAgentContextsPaginator.js +4 -0
  30. package/dist-es/pagination/ListAgentGoalsPaginator.js +4 -0
  31. package/dist-es/pagination/ListAgentProfilesPaginator.js +4 -0
  32. package/dist-es/pagination/ListAgentRecommendationGenerationsPaginator.js +4 -0
  33. package/dist-es/pagination/ListAgentRecommendationItemsPaginator.js +4 -0
  34. package/dist-es/pagination/ListAgentRecommendationsPaginator.js +4 -0
  35. package/dist-es/pagination/index.js +6 -0
  36. package/dist-es/schemas/schemas_0.js +799 -106
  37. package/dist-types/WellArchitected.d.ts +205 -6
  38. package/dist-types/WellArchitectedClient.d.ts +26 -8
  39. package/dist-types/commands/AssociateLensesCommand.d.ts +1 -11
  40. package/dist-types/commands/CreateAgentContextCommand.d.ts +158 -0
  41. package/dist-types/commands/CreateAgentGoalCommand.d.ts +110 -0
  42. package/dist-types/commands/CreateAgentProfileCommand.d.ts +146 -0
  43. package/dist-types/commands/CreateLensShareCommand.d.ts +1 -21
  44. package/dist-types/commands/CreateLensVersionCommand.d.ts +1 -7
  45. package/dist-types/commands/CreateReviewTemplateCommand.d.ts +1 -12
  46. package/dist-types/commands/CreateTemplateShareCommand.d.ts +1 -15
  47. package/dist-types/commands/CreateWorkloadCommand.d.ts +1 -36
  48. package/dist-types/commands/CreateWorkloadShareCommand.d.ts +1 -8
  49. package/dist-types/commands/DeleteAgentContextCommand.d.ts +85 -0
  50. package/dist-types/commands/DeleteAgentGoalCommand.d.ts +85 -0
  51. package/dist-types/commands/DeleteAgentProfileCommand.d.ts +87 -0
  52. package/dist-types/commands/DeleteLensCommand.d.ts +1 -15
  53. package/dist-types/commands/DeleteLensShareCommand.d.ts +1 -15
  54. package/dist-types/commands/DeleteProfileCommand.d.ts +1 -12
  55. package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +1 -5
  56. package/dist-types/commands/DeleteTemplateShareCommand.d.ts +1 -4
  57. package/dist-types/commands/DisassociateLensesCommand.d.ts +1 -6
  58. package/dist-types/commands/ExportLensCommand.d.ts +1 -16
  59. package/dist-types/commands/GetAgentContextCommand.d.ts +124 -0
  60. package/dist-types/commands/GetAgentGoalCommand.d.ts +99 -0
  61. package/dist-types/commands/GetAgentProfileCommand.d.ts +119 -0
  62. package/dist-types/commands/GetAgentRecommendationCommand.d.ts +188 -0
  63. package/dist-types/commands/GetAgentRecommendationGenerationCommand.d.ts +123 -0
  64. package/dist-types/commands/GetConsolidatedReportCommand.d.ts +1 -2
  65. package/dist-types/commands/ImportLensCommand.d.ts +1 -20
  66. package/dist-types/commands/ListAgentContextsCommand.d.ts +125 -0
  67. package/dist-types/commands/ListAgentGoalsCommand.d.ts +100 -0
  68. package/dist-types/commands/ListAgentProfilesCommand.d.ts +122 -0
  69. package/dist-types/commands/ListAgentRecommendationGenerationsCommand.d.ts +102 -0
  70. package/dist-types/commands/ListAgentRecommendationItemsCommand.d.ts +101 -0
  71. package/dist-types/commands/ListAgentRecommendationsCommand.d.ts +124 -0
  72. package/dist-types/commands/ListShareInvitationsCommand.d.ts +1 -5
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -4
  74. package/dist-types/commands/PutAgentRecommendationFeedbackCommand.d.ts +87 -0
  75. package/dist-types/commands/StartAgentRecommendationGenerationCommand.d.ts +118 -0
  76. package/dist-types/commands/TagResourceCommand.d.ts +1 -4
  77. package/dist-types/commands/UntagResourceCommand.d.ts +1 -8
  78. package/dist-types/commands/UpdateAgentContextCommand.d.ts +152 -0
  79. package/dist-types/commands/UpdateAgentGoalCommand.d.ts +105 -0
  80. package/dist-types/commands/UpdateAgentProfileCommand.d.ts +137 -0
  81. package/dist-types/commands/UpdateAgentRecommendationStatusCommand.d.ts +86 -0
  82. package/dist-types/commands/UpdateShareInvitationCommand.d.ts +1 -4
  83. package/dist-types/commands/index.d.ts +23 -0
  84. package/dist-types/index.d.ts +1 -6
  85. package/dist-types/models/enums.d.ts +228 -0
  86. package/dist-types/models/models_0.d.ts +2830 -1786
  87. package/dist-types/pagination/ListAgentContextsPaginator.d.ts +7 -0
  88. package/dist-types/pagination/ListAgentGoalsPaginator.d.ts +7 -0
  89. package/dist-types/pagination/ListAgentProfilesPaginator.d.ts +7 -0
  90. package/dist-types/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +7 -0
  91. package/dist-types/pagination/ListAgentRecommendationItemsPaginator.d.ts +7 -0
  92. package/dist-types/pagination/ListAgentRecommendationsPaginator.d.ts +7 -0
  93. package/dist-types/pagination/index.d.ts +6 -0
  94. package/dist-types/schemas/schemas_0.d.ts +92 -0
  95. package/dist-types/ts3.4/WellArchitected.d.ts +434 -0
  96. package/dist-types/ts3.4/WellArchitectedClient.d.ts +138 -0
  97. package/dist-types/ts3.4/commands/CreateAgentContextCommand.d.ts +39 -0
  98. package/dist-types/ts3.4/commands/CreateAgentGoalCommand.d.ts +38 -0
  99. package/dist-types/ts3.4/commands/CreateAgentProfileCommand.d.ts +39 -0
  100. package/dist-types/ts3.4/commands/DeleteAgentContextCommand.d.ts +39 -0
  101. package/dist-types/ts3.4/commands/DeleteAgentGoalCommand.d.ts +38 -0
  102. package/dist-types/ts3.4/commands/DeleteAgentProfileCommand.d.ts +39 -0
  103. package/dist-types/ts3.4/commands/GetAgentContextCommand.d.ts +38 -0
  104. package/dist-types/ts3.4/commands/GetAgentGoalCommand.d.ts +38 -0
  105. package/dist-types/ts3.4/commands/GetAgentProfileCommand.d.ts +38 -0
  106. package/dist-types/ts3.4/commands/GetAgentRecommendationCommand.d.ts +39 -0
  107. package/dist-types/ts3.4/commands/GetAgentRecommendationGenerationCommand.d.ts +42 -0
  108. package/dist-types/ts3.4/commands/ListAgentContextsCommand.d.ts +39 -0
  109. package/dist-types/ts3.4/commands/ListAgentGoalsCommand.d.ts +38 -0
  110. package/dist-types/ts3.4/commands/ListAgentProfilesCommand.d.ts +39 -0
  111. package/dist-types/ts3.4/commands/ListAgentRecommendationGenerationsCommand.d.ts +42 -0
  112. package/dist-types/ts3.4/commands/ListAgentRecommendationItemsCommand.d.ts +42 -0
  113. package/dist-types/ts3.4/commands/ListAgentRecommendationsCommand.d.ts +42 -0
  114. package/dist-types/ts3.4/commands/PutAgentRecommendationFeedbackCommand.d.ts +42 -0
  115. package/dist-types/ts3.4/commands/StartAgentRecommendationGenerationCommand.d.ts +42 -0
  116. package/dist-types/ts3.4/commands/UpdateAgentContextCommand.d.ts +39 -0
  117. package/dist-types/ts3.4/commands/UpdateAgentGoalCommand.d.ts +38 -0
  118. package/dist-types/ts3.4/commands/UpdateAgentProfileCommand.d.ts +39 -0
  119. package/dist-types/ts3.4/commands/UpdateAgentRecommendationStatusCommand.d.ts +42 -0
  120. package/dist-types/ts3.4/commands/index.d.ts +23 -0
  121. package/dist-types/ts3.4/models/enums.d.ts +111 -0
  122. package/dist-types/ts3.4/models/models_0.d.ts +494 -0
  123. package/dist-types/ts3.4/pagination/ListAgentContextsPaginator.d.ts +11 -0
  124. package/dist-types/ts3.4/pagination/ListAgentGoalsPaginator.d.ts +11 -0
  125. package/dist-types/ts3.4/pagination/ListAgentProfilesPaginator.d.ts +11 -0
  126. package/dist-types/ts3.4/pagination/ListAgentRecommendationGenerationsPaginator.d.ts +11 -0
  127. package/dist-types/ts3.4/pagination/ListAgentRecommendationItemsPaginator.d.ts +11 -0
  128. package/dist-types/ts3.4/pagination/ListAgentRecommendationsPaginator.d.ts +11 -0
  129. package/dist-types/ts3.4/pagination/index.d.ts +6 -0
  130. package/dist-types/ts3.4/schemas/schemas_0.d.ts +92 -0
  131. 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";