@aws-sdk/client-wellarchitected 3.296.0 → 3.297.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 (60) hide show
  1. package/dist-types/WellArchitected.d.ts +43 -0
  2. package/dist-types/WellArchitectedClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateLensesCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateLensShareCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateLensVersionCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateMilestoneCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateWorkloadCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateWorkloadShareCommand.d.ts +16 -0
  9. package/dist-types/commands/DeleteLensCommand.d.ts +16 -0
  10. package/dist-types/commands/DeleteLensShareCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteWorkloadCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +16 -0
  13. package/dist-types/commands/DisassociateLensesCommand.d.ts +16 -0
  14. package/dist-types/commands/ExportLensCommand.d.ts +16 -0
  15. package/dist-types/commands/GetAnswerCommand.d.ts +16 -0
  16. package/dist-types/commands/GetLensCommand.d.ts +16 -0
  17. package/dist-types/commands/GetLensReviewCommand.d.ts +16 -0
  18. package/dist-types/commands/GetLensReviewReportCommand.d.ts +16 -0
  19. package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +16 -0
  20. package/dist-types/commands/GetMilestoneCommand.d.ts +16 -0
  21. package/dist-types/commands/GetWorkloadCommand.d.ts +16 -0
  22. package/dist-types/commands/ImportLensCommand.d.ts +16 -0
  23. package/dist-types/commands/ListAnswersCommand.d.ts +16 -0
  24. package/dist-types/commands/ListCheckDetailsCommand.d.ts +16 -0
  25. package/dist-types/commands/ListCheckSummariesCommand.d.ts +16 -0
  26. package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +16 -0
  27. package/dist-types/commands/ListLensReviewsCommand.d.ts +16 -0
  28. package/dist-types/commands/ListLensSharesCommand.d.ts +16 -0
  29. package/dist-types/commands/ListLensesCommand.d.ts +16 -0
  30. package/dist-types/commands/ListMilestonesCommand.d.ts +16 -0
  31. package/dist-types/commands/ListNotificationsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListShareInvitationsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  34. package/dist-types/commands/ListWorkloadSharesCommand.d.ts +16 -0
  35. package/dist-types/commands/ListWorkloadsCommand.d.ts +16 -0
  36. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  37. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  38. package/dist-types/commands/UpdateAnswerCommand.d.ts +16 -0
  39. package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +16 -0
  40. package/dist-types/commands/UpdateLensReviewCommand.d.ts +16 -0
  41. package/dist-types/commands/UpdateShareInvitationCommand.d.ts +16 -0
  42. package/dist-types/commands/UpdateWorkloadCommand.d.ts +16 -0
  43. package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +16 -0
  44. package/dist-types/commands/UpgradeLensReviewCommand.d.ts +16 -0
  45. package/dist-types/models/WellArchitectedServiceException.d.ts +2 -0
  46. package/dist-types/models/models_0.d.ts +248 -0
  47. package/dist-types/pagination/Interfaces.d.ts +3 -0
  48. package/dist-types/pagination/ListAnswersPaginator.d.ts +3 -0
  49. package/dist-types/pagination/ListCheckDetailsPaginator.d.ts +3 -0
  50. package/dist-types/pagination/ListCheckSummariesPaginator.d.ts +3 -0
  51. package/dist-types/pagination/ListLensReviewImprovementsPaginator.d.ts +3 -0
  52. package/dist-types/pagination/ListLensReviewsPaginator.d.ts +3 -0
  53. package/dist-types/pagination/ListLensSharesPaginator.d.ts +3 -0
  54. package/dist-types/pagination/ListLensesPaginator.d.ts +3 -0
  55. package/dist-types/pagination/ListMilestonesPaginator.d.ts +3 -0
  56. package/dist-types/pagination/ListNotificationsPaginator.d.ts +3 -0
  57. package/dist-types/pagination/ListShareInvitationsPaginator.d.ts +3 -0
  58. package/dist-types/pagination/ListWorkloadSharesPaginator.d.ts +3 -0
  59. package/dist-types/pagination/ListWorkloadsPaginator.d.ts +3 -0
  60. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { GetWorkloadInput, GetWorkloadOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetWorkloadCommand}.
8
10
  */
9
11
  export interface GetWorkloadCommandInput extends GetWorkloadInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetWorkloadCommand}.
13
17
  */
14
18
  export interface GetWorkloadCommandOutput extends GetWorkloadOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Get an existing workload.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface GetWorkloadCommandOutput extends GetWorkloadOutput, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetWorkloadCommandInput - {@link GetWorkloadCommandInput}
34
+ * @returns {@link GetWorkloadCommandOutput}
28
35
  * @see {@link GetWorkloadCommandInput} for command's `input` shape.
29
36
  * @see {@link GetWorkloadCommandOutput} for command's `response` shape.
30
37
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -49,11 +56,20 @@ export interface GetWorkloadCommandOutput extends GetWorkloadOutput, __MetadataB
49
56
  export declare class GetWorkloadCommand extends $Command<GetWorkloadCommandInput, GetWorkloadCommandOutput, WellArchitectedClientResolvedConfig> {
50
57
  readonly input: GetWorkloadCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: GetWorkloadCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkloadCommandInput, GetWorkloadCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ImportLensInput, ImportLensOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ImportLensCommand}.
8
10
  */
9
11
  export interface ImportLensCommandInput extends ImportLensInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ImportLensCommand}.
13
17
  */
14
18
  export interface ImportLensCommandOutput extends ImportLensOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Import a new lens.</p>
18
23
  * <p>The lens cannot be applied to workloads or shared with other Amazon Web Services accounts
19
24
  * until it's published with <a>CreateLensVersion</a>
@@ -43,6 +48,8 @@ export interface ImportLensCommandOutput extends ImportLensOutput, __MetadataBea
43
48
  * const response = await client.send(command);
44
49
  * ```
45
50
  *
51
+ * @param ImportLensCommandInput - {@link ImportLensCommandInput}
52
+ * @returns {@link ImportLensCommandOutput}
46
53
  * @see {@link ImportLensCommandInput} for command's `input` shape.
47
54
  * @see {@link ImportLensCommandOutput} for command's `response` shape.
48
55
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -73,11 +80,20 @@ export interface ImportLensCommandOutput extends ImportLensOutput, __MetadataBea
73
80
  export declare class ImportLensCommand extends $Command<ImportLensCommandInput, ImportLensCommandOutput, WellArchitectedClientResolvedConfig> {
74
81
  readonly input: ImportLensCommandInput;
75
82
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
+ /**
84
+ * @public
85
+ */
76
86
  constructor(input: ImportLensCommandInput);
77
87
  /**
78
88
  * @internal
79
89
  */
80
90
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportLensCommandInput, ImportLensCommandOutput>;
91
+ /**
92
+ * @internal
93
+ */
81
94
  private serialize;
95
+ /**
96
+ * @internal
97
+ */
82
98
  private deserialize;
83
99
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListAnswersInput, ListAnswersOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListAnswersCommand}.
8
10
  */
9
11
  export interface ListAnswersCommandInput extends ListAnswersInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListAnswersCommand}.
13
17
  */
14
18
  export interface ListAnswersCommandOutput extends ListAnswersOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List of answers.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListAnswersCommandOutput extends ListAnswersOutput, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListAnswersCommandInput - {@link ListAnswersCommandInput}
34
+ * @returns {@link ListAnswersCommandOutput}
28
35
  * @see {@link ListAnswersCommandInput} for command's `input` shape.
29
36
  * @see {@link ListAnswersCommandOutput} for command's `response` shape.
30
37
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListAnswersCommandOutput extends ListAnswersOutput, __MetadataB
49
56
  export declare class ListAnswersCommand extends $Command<ListAnswersCommandInput, ListAnswersCommandOutput, WellArchitectedClientResolvedConfig> {
50
57
  readonly input: ListAnswersCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListAnswersCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAnswersCommandInput, ListAnswersCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListCheckDetailsInput, ListCheckDetailsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListCheckDetailsCommand}.
8
10
  */
9
11
  export interface ListCheckDetailsCommandInput extends ListCheckDetailsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListCheckDetailsCommand}.
13
17
  */
14
18
  export interface ListCheckDetailsCommandOutput extends ListCheckDetailsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List of Trusted Advisor check details by account related to the workload.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListCheckDetailsCommandOutput extends ListCheckDetailsOutput, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListCheckDetailsCommandInput - {@link ListCheckDetailsCommandInput}
34
+ * @returns {@link ListCheckDetailsCommandOutput}
28
35
  * @see {@link ListCheckDetailsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListCheckDetailsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListCheckDetailsCommandOutput extends ListCheckDetailsOutput, _
49
56
  export declare class ListCheckDetailsCommand extends $Command<ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput, WellArchitectedClientResolvedConfig> {
50
57
  readonly input: ListCheckDetailsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListCheckDetailsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListCheckSummariesInput, ListCheckSummariesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListCheckSummariesCommand}.
8
10
  */
9
11
  export interface ListCheckSummariesCommandInput extends ListCheckSummariesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListCheckSummariesCommand}.
13
17
  */
14
18
  export interface ListCheckSummariesCommandOutput extends ListCheckSummariesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List of Trusted Advisor checks summarized for all accounts related to the workload.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListCheckSummariesCommandOutput extends ListCheckSummariesOutpu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListCheckSummariesCommandInput - {@link ListCheckSummariesCommandInput}
34
+ * @returns {@link ListCheckSummariesCommandOutput}
28
35
  * @see {@link ListCheckSummariesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListCheckSummariesCommandOutput} for command's `response` shape.
30
37
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListCheckSummariesCommandOutput extends ListCheckSummariesOutpu
49
56
  export declare class ListCheckSummariesCommand extends $Command<ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput, WellArchitectedClientResolvedConfig> {
50
57
  readonly input: ListCheckSummariesCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListCheckSummariesCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListLensReviewImprovementsInput, ListLensReviewImprovementsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListLensReviewImprovementsCommand}.
8
10
  */
9
11
  export interface ListLensReviewImprovementsCommandInput extends ListLensReviewImprovementsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListLensReviewImprovementsCommand}.
13
17
  */
14
18
  export interface ListLensReviewImprovementsCommandOutput extends ListLensReviewImprovementsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List lens review improvements.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListLensReviewImprovementsCommandOutput extends ListLensReviewI
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListLensReviewImprovementsCommandInput - {@link ListLensReviewImprovementsCommandInput}
34
+ * @returns {@link ListLensReviewImprovementsCommandOutput}
28
35
  * @see {@link ListLensReviewImprovementsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListLensReviewImprovementsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListLensReviewImprovementsCommandOutput extends ListLensReviewI
49
56
  export declare class ListLensReviewImprovementsCommand extends $Command<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput, WellArchitectedClientResolvedConfig> {
50
57
  readonly input: ListLensReviewImprovementsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListLensReviewImprovementsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListLensReviewsInput, ListLensReviewsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListLensReviewsCommand}.
8
10
  */
9
11
  export interface ListLensReviewsCommandInput extends ListLensReviewsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListLensReviewsCommand}.
13
17
  */
14
18
  export interface ListLensReviewsCommandOutput extends ListLensReviewsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List lens reviews.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListLensReviewsCommandOutput extends ListLensReviewsOutput, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListLensReviewsCommandInput - {@link ListLensReviewsCommandInput}
34
+ * @returns {@link ListLensReviewsCommandOutput}
28
35
  * @see {@link ListLensReviewsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListLensReviewsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListLensReviewsCommandOutput extends ListLensReviewsOutput, __M
49
56
  export declare class ListLensReviewsCommand extends $Command<ListLensReviewsCommandInput, ListLensReviewsCommandOutput, WellArchitectedClientResolvedConfig> {
50
57
  readonly input: ListLensReviewsCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListLensReviewsCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLensReviewsCommandInput, ListLensReviewsCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListLensSharesInput, ListLensSharesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListLensSharesCommand}.
8
10
  */
9
11
  export interface ListLensSharesCommandInput extends ListLensSharesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListLensSharesCommand}.
13
17
  */
14
18
  export interface ListLensSharesCommandOutput extends ListLensSharesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the lens shares associated with the lens.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListLensSharesCommandOutput extends ListLensSharesOutput, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListLensSharesCommandInput - {@link ListLensSharesCommandInput}
34
+ * @returns {@link ListLensSharesCommandOutput}
28
35
  * @see {@link ListLensSharesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListLensSharesCommandOutput} for command's `response` shape.
30
37
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListLensSharesCommandOutput extends ListLensSharesOutput, __Met
49
56
  export declare class ListLensSharesCommand extends $Command<ListLensSharesCommandInput, ListLensSharesCommandOutput, WellArchitectedClientResolvedConfig> {
50
57
  readonly input: ListLensSharesCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListLensSharesCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLensSharesCommandInput, ListLensSharesCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListLensesInput, ListLensesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListLensesCommand}.
8
10
  */
9
11
  export interface ListLensesCommandInput extends ListLensesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListLensesCommand}.
13
17
  */
14
18
  export interface ListLensesCommandOutput extends ListLensesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the available lenses.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListLensesCommandOutput extends ListLensesOutput, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListLensesCommandInput - {@link ListLensesCommandInput}
34
+ * @returns {@link ListLensesCommandOutput}
28
35
  * @see {@link ListLensesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListLensesCommandOutput} for command's `response` shape.
30
37
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListLensesCommandOutput extends ListLensesOutput, __MetadataBea
46
53
  export declare class ListLensesCommand extends $Command<ListLensesCommandInput, ListLensesCommandOutput, WellArchitectedClientResolvedConfig> {
47
54
  readonly input: ListLensesCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListLensesCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLensesCommandInput, ListLensesCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListMilestonesInput, ListMilestonesOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListMilestonesCommand}.
8
10
  */
9
11
  export interface ListMilestonesCommandInput extends ListMilestonesInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListMilestonesCommand}.
13
17
  */
14
18
  export interface ListMilestonesCommandOutput extends ListMilestonesOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List all milestones for an existing workload.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListMilestonesCommandOutput extends ListMilestonesOutput, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListMilestonesCommandInput - {@link ListMilestonesCommandInput}
34
+ * @returns {@link ListMilestonesCommandOutput}
28
35
  * @see {@link ListMilestonesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListMilestonesCommandOutput} for command's `response` shape.
30
37
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -49,11 +56,20 @@ export interface ListMilestonesCommandOutput extends ListMilestonesOutput, __Met
49
56
  export declare class ListMilestonesCommand extends $Command<ListMilestonesCommandInput, ListMilestonesCommandOutput, WellArchitectedClientResolvedConfig> {
50
57
  readonly input: ListMilestonesCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: ListMilestonesCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListMilestonesCommandInput, ListMilestonesCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListNotificationsInput, ListNotificationsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListNotificationsCommand}.
8
10
  */
9
11
  export interface ListNotificationsCommandInput extends ListNotificationsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListNotificationsCommand}.
13
17
  */
14
18
  export interface ListNotificationsCommandOutput extends ListNotificationsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List lens notifications.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListNotificationsCommandOutput extends ListNotificationsOutput,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListNotificationsCommandInput - {@link ListNotificationsCommandInput}
34
+ * @returns {@link ListNotificationsCommandOutput}
28
35
  * @see {@link ListNotificationsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListNotificationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListNotificationsCommandOutput extends ListNotificationsOutput,
46
53
  export declare class ListNotificationsCommand extends $Command<ListNotificationsCommandInput, ListNotificationsCommandOutput, WellArchitectedClientResolvedConfig> {
47
54
  readonly input: ListNotificationsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListNotificationsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNotificationsCommandInput, ListNotificationsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListShareInvitationsInput, ListShareInvitationsOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListShareInvitationsCommand}.
8
10
  */
9
11
  export interface ListShareInvitationsCommandInput extends ListShareInvitationsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListShareInvitationsCommand}.
13
17
  */
14
18
  export interface ListShareInvitationsCommandOutput extends ListShareInvitationsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the workload invitations.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListShareInvitationsCommandOutput extends ListShareInvitationsO
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListShareInvitationsCommandInput - {@link ListShareInvitationsCommandInput}
34
+ * @returns {@link ListShareInvitationsCommandOutput}
28
35
  * @see {@link ListShareInvitationsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListShareInvitationsCommandOutput} for command's `response` shape.
30
37
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListShareInvitationsCommandOutput extends ListShareInvitationsO
46
53
  export declare class ListShareInvitationsCommand extends $Command<ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput, WellArchitectedClientResolvedConfig> {
47
54
  readonly input: ListShareInvitationsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListShareInvitationsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the tags for a resource.</p>
18
23
  * <note>
19
24
  * <p>The WorkloadArn parameter can be either a workload ARN or a custom lens ARN.</p>
@@ -28,6 +33,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
37
+ * @returns {@link ListTagsForResourceCommandOutput}
31
38
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
32
39
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
33
40
  * @see {@link WellArchitectedClientResolvedConfig | config} for WellArchitectedClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
43
50
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WellArchitectedClientResolvedConfig> {
44
51
  readonly input: ListTagsForResourceCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListTagsForResourceCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }